
:root {
  --navy: #061f3d;
  --navy-deep: #03182f;
  --navy-soft: #0e345e;
  --gold: #b9872e;
  --gold-light: #d9ae55;
  --cream: #f7f2e9;
  --cream-2: #fbf8f2;
  --paper: #fffdf9;
  --white: #ffffff;
  --text: #10223b;
  --muted: #667085;
  --border: rgba(6, 31, 61, .13);
  --shadow: 0 18px 55px rgba(6, 31, 61, .12);
  --container: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 880px; }
.centered { text-align: center; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.icon {
  width: 1.45em; height: 1.45em; fill: none; stroke: currentColor;
  stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round;
}
.inline-link, .text-link { color: var(--gold); font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 22px; }
.text-link .icon { width: 1.1em; height: 1.1em; }

/* En-tête */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(6, 31, 61, .065);
}
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 60px; height: 60px; object-fit: contain; border-radius: 14px; }
.brand span { color: var(--navy); font-size: 1.76rem; font-weight: 750; letter-spacing: .13em; }
.main-nav { margin-left: auto; display: flex; gap: 28px; align-items: center; font-size: .91rem; font-weight: 600; }
.main-nav a { position: relative; padding: 34px 0 27px; white-space: nowrap; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px;
  background: var(--gold); transform: scaleX(0); transition: transform .18s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle {
  display: none; margin-left: auto; width: 44px; height: 44px; padding: 9px;
  border: 0; border-radius: 10px; background: transparent; cursor: pointer;
}
.menu-toggle .icon { width: 100%; height: 100%; }

/* Boutons */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 23px; border: 1px solid transparent;
  border-radius: 11px; font-weight: 750; line-height: 1.25; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button .icon { width: 1.3em; height: 1.3em; }
.button-gold {
  color: white; background: linear-gradient(135deg, var(--gold-light), #a87623);
  box-shadow: 0 10px 25px rgba(183, 135, 46, .22);
}
.button-navy {
  color: white; background: linear-gradient(135deg, var(--navy-soft), var(--navy-deep));
  box-shadow: 0 12px 28px rgba(3, 24, 47, .2);
}
.button-light { color: var(--navy); background: white; border-color: var(--border); }
.button-outline { color: var(--navy); background: transparent; border-color: rgba(6,31,61,.28); }
.button-full { width: 100%; }
.header-cta { white-space: nowrap; }
.round-icon {
  width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto;
  color: var(--gold-light); border: 1px solid rgba(210, 171, 89, .5); border-radius: 50%;
}
.round-icon.navy { color: var(--gold-light); background: var(--navy); border: 0; }
.round-icon .icon { width: 24px; height: 24px; }

/* Typographie commune */
h1, h2, .script-line { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section-label {
  margin: 0 0 8px; color: var(--gold); font-size: .95rem;
  font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.gold-line { display: block; width: 52px; height: 3px; margin: 26px 0; background: var(--gold); }
.centered-line { margin: 18px auto 28px; }
.gold-text { color: var(--gold); font-weight: 750; }
.section-title { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3rem); text-align: center; line-height: 1.2; }

/* Accueil */
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0,1fr) minmax(500px,1fr); }
.hero-copy { display: flex; justify-content: flex-end; background: linear-gradient(90deg,#fffdf9 0%,#fffdf9 70%,rgba(255,253,249,.9) 100%); }
.hero-copy-inner { width: min(100%, 620px); padding: 70px 58px 66px 30px; }
.eyebrow { margin: 0 0 10px; color: var(--navy); font-size: clamp(3.4rem, 5.5vw, 5.45rem); font-weight: 850; line-height: 1; letter-spacing: .025em; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.45rem,4.1vw,4.05rem); line-height: 1.08; }
.hero h2 { margin: 0 0 22px; color: var(--gold); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.22rem,1.8vw,1.65rem); line-height: 1.35; }
.hero-copy p { max-width: 550px; margin: 0 0 16px; }
.hero-button { margin-top: 10px; }
.hero-photo { min-height: 690px; background-image: var(--hero-image); background-size: cover; background-position: center; }
.values-strip { padding: 54px 0; background: white; border-block: 1px solid rgba(6,31,61,.06); }
.three-columns { display: grid; grid-template-columns: repeat(3,1fr); }
.value-item { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; padding: 0 42px; }
.value-item + .value-item { border-left: 1px solid var(--border); }
.icon-circle, .small-icon, .large-icon, .green-icon {
  display: grid; place-items: center; border-radius: 50%; background: var(--cream);
}
.icon-circle { width: 72px; height: 72px; color: var(--gold); }
.icon-circle .icon { width: 38px; height: 38px; }
.small-icon { width: 52px; height: 52px; color: var(--navy); }
.small-icon .icon { width: 28px; height: 28px; }
.large-icon { width: 84px; height: 84px; margin: 0 auto 15px; color: var(--gold); }
.large-icon .icon { width: 48px; height: 48px; }
.green-icon { width: 72px; height: 72px; margin: 0 auto 12px; color: #5e9b63; background: #edf3e9; }
.green-icon .icon { width: 39px; height: 39px; }
.value-item h3, .benefit-item h3 { margin: 0 0 7px; color: var(--navy); font-size: .92rem; text-transform: uppercase; letter-spacing: .045em; }
.value-item p, .benefit-item p { margin: 0; font-size: .91rem; }
.founders-section { padding: 72px 0 78px; background: linear-gradient(180deg,#fbf8f2,#fffdf9); }
.founders-section h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,4vw,3rem); line-height: 1.18; }
.founders-section p { margin: 0 0 10px; font-size: 1.04rem; }
.founder-button { margin-top: 18px; min-width: min(100%,430px); }
.benefits-section { padding: 50px 0; background: white; }
.four-columns { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-item { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: start; padding: 0 23px; }
.benefit-item + .benefit-item { border-left: 1px solid var(--border); }
.benefit-item p { font-size: .82rem; }
.newsletter-section { padding: 20px 0 70px; background: white; }
.newsletter-card {
  min-height: 205px; display: grid; grid-template-columns: 120px 1fr auto; gap: 30px; align-items: center;
  padding: 28px 40px; color: white; border-radius: 17px; box-shadow: var(--shadow);
  background: radial-gradient(circle at 18% 50%,rgba(37,85,134,.52),transparent 30%),linear-gradient(115deg,#08294f,#031a34);
}
.newsletter-card h2 { margin: 0 0 8px; font-size: clamp(1.55rem,2.4vw,2.15rem); }
.newsletter-card p { margin: 0; color: rgba(255,255,255,.87); }
.phone-mockup {
  position: relative; width: 88px; height: 155px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px; color: var(--navy); background: white;
  border: 5px solid #d8dbe1; border-radius: 18px; box-shadow: 0 15px 28px rgba(0,0,0,.24);
}
.phone-speaker { position: absolute; top: 5px; width: 26px; height: 4px; border-radius: 4px; background: #1c2735; }
.phone-mockup img { width: 48px; height: 48px; object-fit: contain; }
.phone-mockup strong { font-size: .58rem; letter-spacing: .13em; }
.home-faq-preview { padding: 70px 0; background: var(--cream); }
.home-faq-preview h2 { margin: 0 0 28px; color: var(--navy); font-size: clamp(2rem,3.6vw,2.8rem); text-align: center; }
.home-faq-preview details { margin: 13px 0; padding: 18px 22px; background: white; border: 1px solid var(--border); border-radius: 12px; }
.home-faq-preview summary { cursor: pointer; color: var(--navy); font-weight: 750; }
.home-faq-preview details p { margin: 12px 0 0; }

/* Héros pages */
.page-hero {
  display: grid; grid-template-columns: minmax(390px, .85fr) minmax(540px,1.15fr);
  min-height: 560px; background: white;
}
.page-hero-copy { padding: 66px 50px 60px max(40px, calc((100vw - var(--container))/2)); align-self: center; }
.page-hero-copy h1 { margin: 0; color: var(--navy); font-size: clamp(3rem,5.2vw,5rem); line-height: 1.04; }
.page-hero-copy h2 { margin: 0 0 18px; color: var(--gold); font-size: clamp(1.22rem,1.8vw,1.6rem); font-family: Georgia,"Times New Roman",serif; font-weight: 700; }
.page-hero-copy p { max-width: 540px; margin: 0 0 16px; }
.page-hero-copy .lead { font-size: 1.08rem; }
.page-hero-media { position: relative; min-height: 540px; overflow: hidden; }
.page-hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-callout {
  position: absolute; right: 7%; bottom: 7%; max-width: 430px; display: flex; align-items: center; gap: 16px;
  padding: 18px 22px; background: rgba(255,255,255,.96); border-radius: 17px; box-shadow: var(--shadow);
}
.hero-callout strong { display: block; color: var(--navy); font-size: 1.03rem; }
.hero-callout p { margin: 3px 0 0; font-size: .91rem; }
.content-section { padding: 64px 0 72px; background: white; }
.cards-grid { display: grid; gap: 24px; }
.cards-grid.four { grid-template-columns: repeat(4,1fr); }
.soft-card { padding: 28px 22px; text-align: center; border-radius: 18px; background: linear-gradient(180deg,#fff,#fbf8f2); border: 1px solid rgba(6,31,61,.045); box-shadow: 0 15px 38px rgba(6,31,61,.055); }
.soft-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1rem; }
.soft-card p { margin: 0; font-size: .9rem; }
.community-building, .trust-core { padding: 0 0 64px; background: white; }
.community-panel { padding: 30px 40px; text-align: center; background: linear-gradient(180deg,#fbf8f2,#f8f3eb); border-radius: 22px; }
.community-panel h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,3vw,2.7rem); }
.approved-statements { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.approved-statements article { padding: 8px 20px 18px; }
.approved-statements article + article { border-left: 1px solid var(--border); }
.approved-statements strong { display: block; color: var(--navy); line-height: 1.35; }
.script-line { margin: 4px 0 0; color: var(--gold); font-size: 1.6rem; font-style: italic; }
.join-banner { padding: 0 0 50px; background: white; }
.join-banner-inner {
  min-height: 205px; display: grid; grid-template-columns: 130px 1fr 210px; gap: 30px; align-items: center;
  padding: 25px 40px; color: white; border-radius: 18px;
  background: radial-gradient(circle at 12% 50%,rgba(37,85,134,.48),transparent 28%),linear-gradient(115deg,#08294f,#031a34);
  box-shadow: var(--shadow);
}
.join-banner-copy h2 { margin: 0 0 6px; font-size: clamp(1.7rem,2.7vw,2.45rem); }
.join-banner-copy p { margin: 0 0 16px; color: rgba(255,255,255,.88); }
.member-bubbles { display: flex; justify-content: center; align-items: center; }
.member-bubbles span {
  width: 62px; height: 62px; margin-left: -10px; border-radius: 50%; border: 3px solid rgba(255,255,255,.8);
  background-image: url("../assets/hero-home.jpg"); background-size: 330px auto; box-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.member-bubbles span:nth-child(1) { background-position: 20% 45%; }
.member-bubbles span:nth-child(2) { background-position: 72% 18%; }
.member-bubbles span:nth-child(3) { background-position: 63% 55%; }
.steps-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.step-card { position: relative; padding: 40px 18px 24px; text-align: center; border: 1px solid var(--border); border-radius: 18px; background: white; }
.step-number {
  position: absolute; left: 50%; top: -22px; transform: translateX(-50%);
  width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold);
  background: white; border: 1px solid var(--gold); border-radius: 50%; font-family: Georgia,serif; font-size: 1.3rem;
}
.step-card h3 { margin: 0 0 9px; color: var(--navy); font-size: .98rem; }
.step-card p { margin: 0; font-size: .82rem; }
.trust-features article { padding: 0 22px; text-align: center; }
.trust-features article + article { border-left: 1px solid var(--border); }
.trust-features h3 { margin: 0 0 8px; font-size: .95rem; }
.trust-features p { margin: 0; font-size: .85rem; }
.store-note { padding: 0 0 50px; background: white; }
.store-note-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 18px 28px; background: var(--cream); border-radius: 16px; }
.store-note-inner p { margin: 3px 0 0; }
.store-badges { display: flex; gap: 12px; }
.store-badges span { padding: 10px 16px; color: white; background: #050505; border-radius: 8px; white-space: nowrap; }

/* FAQ */
.faq-section { padding: 45px 0 62px; background: white; }
.faq-list { max-width: 980px; }
.faq-item { margin: 12px 0; border: 1px solid rgba(6,31,61,.08); border-radius: 17px; background: white; box-shadow: 0 10px 28px rgba(6,31,61,.055); overflow: hidden; }
.faq-item summary { list-style: none; display: grid; grid-template-columns: 58px 1fr 34px; align-items: center; gap: 18px; min-height: 78px; padding: 10px 22px; color: var(--navy); cursor: pointer; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.12rem,2vw,1.55rem); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); background: var(--cream); border-radius: 50%; }
.faq-icon .icon { width: 28px; height: 28px; }
.faq-plus { color: var(--gold); transition: transform .2s ease; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 78px 22px 98px; }
.faq-answer p { margin: 0; }

/* Contact et formulaires */
.contact-promises { margin-top: 25px; }
.contact-promises article, .waitlist-points article { display: grid; grid-template-columns: 56px 1fr; gap: 14px; margin: 18px 0; }
.contact-promises strong, .waitlist-points strong { color: var(--navy); }
.contact-promises p, .waitlist-points p { margin: 3px 0 0; font-size: .9rem; }
.contact-section { padding: 48px 0 62px; background: white; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: start; }
.form-card { padding: 30px; background: white; border: 1px solid rgba(6,31,61,.07); border-radius: 18px; box-shadow: var(--shadow); }
.form-card > h2, .contact-details > h2 { margin: 0; color: var(--navy); font-size: clamp(1.75rem,2.7vw,2.3rem); }
.site-form label > span, .site-form legend { display: block; margin-bottom: 7px; color: var(--navy); font-size: .87rem; font-weight: 700; }
.site-form label { display: block; margin-bottom: 16px; }
.site-form input, .site-form textarea, .site-form select {
  width: 100%; padding: 13px 14px; color: var(--navy); background: white;
  border: 1px solid rgba(6,31,61,.16); border-radius: 9px; outline: 0;
}
.site-form input:focus, .site-form textarea:focus, .site-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185,135,46,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-label { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: .83rem; }
.check-label input { width: 18px; height: 18px; margin-top: 2px; }
.check-label a { color: var(--gold); text-decoration: underline; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--navy); font-size: .86rem; font-weight: 650; }
.form-status.success { color: #2f7c48; }
.form-status.error { color: #a43333; }
.form-tech-note { margin: 15px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.contact-details > article { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; margin: 0 0 15px; padding: 20px; background: var(--cream-2); border-radius: 15px; }
.contact-details strong { display: block; color: var(--navy); }
.contact-details p { margin: 4px 0 0; }
.contact-details a { color: var(--gold); font-weight: 700; }
.waitlist-page { padding: 70px 0; background: linear-gradient(135deg,#fffdf9 0%,#f7f2e9 100%); }
.waitlist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.waitlist-intro { position: sticky; top: 125px; padding-top: 28px; }
.waitlist-intro h1 { margin: 0; color: var(--navy); font-size: clamp(2.8rem,4.7vw,4.4rem); line-height: 1.08; }
.waitlist-intro .lead { font-size: 1.08rem; }
.waitlist-points { margin-top: 30px; }
.form-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 10px; }
.form-logo img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.form-logo span { color: var(--navy); font-weight: 800; letter-spacing: .13em; font-size: 1.35rem; }
.waitlist-form-card h2 { text-align: center; }
.site-form fieldset { margin: 0 0 17px; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card { margin: 0 !important; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span {
  min-height: 58px; display: flex !important; align-items: center; justify-content: center; gap: 10px;
  padding: 10px; color: var(--navy); background: var(--cream-2); border: 1px solid var(--border); border-radius: 11px; cursor: pointer;
}
.choice-card input:checked + span { color: white; background: var(--navy); border-color: var(--navy); }
.choice-card .icon { width: 24px; height: 24px; }

/* Juridique */
.legal-hero { padding: 70px 0 52px; background: linear-gradient(180deg,#fbf8f2,#fffdf9); }
.legal-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.7rem,4.8vw,4.2rem); line-height: 1.1; }
.legal-hero p { margin: 0; }
.legal-content { padding: 52px 0 75px; background: white; }
.legal-section { margin-bottom: 18px; padding: 23px 25px; border: 1px solid rgba(6,31,61,.08); border-radius: 14px; background: #fff; }
.legal-section h2 { margin: 0 0 10px; color: var(--navy); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 1.05rem; font-weight: 800; }
.legal-section p { margin: 0; }
.legal-section a { color: var(--gold); font-weight: 700; }

/* Footer */
.site-footer { padding: 52px 0 22px; background: #fffdf9; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1.05fr .9fr; gap: 46px; }
.footer-brand .brand img { width: 56px; height: 56px; }
.footer-brand .brand span { font-size: 1.46rem; }
.footer-brand p { margin: 14px 0 0; font-family: Georgia,"Times New Roman",serif; line-height: 1.35; }
.site-footer h2 { margin: 0 0 14px; color: var(--navy); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.site-footer > .container > div:not(.footer-brand) > a, .site-footer > .container > div:not(.footer-brand) > p, .footer-link-button { display: block; margin: 5px 0; font-size: .87rem; }
.site-footer a:hover, .footer-link-button:hover { color: var(--gold); }
.footer-link-button { padding: 0; color: var(--text); background: transparent; border: 0; cursor: pointer; text-align: left; }
.socials { display: flex; gap: 11px; margin-top: 14px; }
.socials a { width: 39px; height: 39px; display: grid; place-items: center; color: white !important; background: var(--navy); border-radius: 50%; font-weight: 750; }
.copyright { margin: 36px 20px 0; color: #6f7680; font-size: .79rem; text-align: center; }

/* Cookies */
.cookie-banner {
  position: fixed; z-index: 1500; left: 20px; right: 20px; bottom: 20px;
  max-width: 1200px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 22px; background: white; border: 1px solid var(--border); border-radius: 17px; box-shadow: 0 24px 70px rgba(6,31,61,.2);
}
.cookie-banner[hidden], .modal-backdrop[hidden] { display: none; }
.cookie-banner strong { color: var(--navy); }
.cookie-banner p { max-width: 660px; margin: 3px 0 0; font-size: .86rem; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-actions .button { min-height: 44px; padding: 9px 14px; font-size: .8rem; }
.modal-backdrop { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3,24,47,.62); }
.cookie-modal { position: relative; width: min(100%,620px); padding: 30px; background: white; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.cookie-modal h2 { margin: 0 0 8px; color: var(--navy); font-size: 2rem; }
.modal-close { position: absolute; right: 16px; top: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; }
.cookie-setting { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 18px 0; padding: 17px; background: var(--cream-2); border-radius: 12px; }
.cookie-setting p { margin: 2px 0 0; font-size: .85rem; }
.cookie-setting input { width: 22px; height: 22px; accent-color: var(--gold); }
.modal-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 22px; }

/* Responsive */
@media (max-width: 1080px) {
  .header-cta { display: none; }
  .main-nav { gap: 19px; }
  .hero { grid-template-columns: 1fr 48%; }
  .hero-copy-inner { padding-right: 35px; }
  .value-item { padding-inline: 24px; }
  .cards-grid.four { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: repeat(3,1fr); gap: 32px 18px; }
  .newsletter-card { grid-template-columns: 100px 1fr; }
  .newsletter-card > .button { grid-column: 2; justify-self: start; }
  .join-banner-inner { grid-template-columns: 110px 1fr; }
  .member-bubbles { display: none; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 76px; }
  .brand img { width: 50px; height: 50px; }
  .brand span { font-size: 1.4rem; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; left: 20px; right: 20px; top: 76px; display: none;
    padding: 12px; background: white; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow);
  }
  .main-nav.open { display: block; }
  .main-nav a { display: block; padding: 12px; border-radius: 8px; }
  .main-nav a:hover { background: var(--cream); }
  .main-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { justify-content: center; }
  .hero-copy-inner { width: min(100%,680px); padding: 55px 24px 48px; }
  .hero-photo { min-height: 540px; background-position: center 43%; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy { padding: 55px 28px 45px; }
  .page-hero-media { min-height: 430px; }
  .three-columns, .four-columns { grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .value-item + .value-item, .benefit-item + .benefit-item, .trust-features article + article { border-left: 0; }
  .value-item:nth-child(even), .benefit-item:nth-child(even), .trust-features article:nth-child(even) { border-left: 1px solid var(--border); }
  .value-item:nth-child(3) { grid-column: 1/-1; max-width: 50%; margin: auto; }
  .approved-statements { grid-template-columns: 1fr 1fr; }
  .approved-statements article + article { border-left: 0; }
  .approved-statements article:nth-child(even) { border-left: 1px solid var(--border); }
  .approved-statements article:nth-child(n+3) { border-top: 1px solid var(--border); padding-top: 20px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .waitlist-grid { grid-template-columns: 1fr; }
  .waitlist-intro { position: static; padding-top: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .cookie-banner { align-items: flex-start; flex-direction: column; }
  .cookie-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .hero-photo { min-height: 410px; }
  .eyebrow { font-size: 3.1rem; }
  .hero h1 { font-size: 2.3rem; }
  .page-hero-copy h1 { font-size: 3rem; }
  .page-hero-media { min-height: 360px; }
  .hero-callout { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
  .three-columns, .four-columns, .cards-grid.four, .approved-statements, .steps-grid { grid-template-columns: 1fr; }
  .value-item, .benefit-item { padding: 0; }
  .value-item:nth-child(3) { grid-column: auto; max-width: none; }
  .value-item:nth-child(even), .benefit-item:nth-child(even), .trust-features article:nth-child(even), .approved-statements article:nth-child(even) { border-left: 0; }
  .approved-statements article + article, .approved-statements article:nth-child(n+3) { border-top: 1px solid var(--border); }
  .newsletter-card, .join-banner-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 28px 22px; }
  .newsletter-card > .button { grid-column: auto; justify-self: center; }
  .phone-mockup { margin: auto; }
  .community-panel { padding: 28px 18px; }
  .trust-features article { padding: 0; }
  .form-row, .choice-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-item summary { grid-template-columns: 46px 1fr 28px; gap: 12px; min-height: 70px; padding: 10px 14px; font-size: 1.05rem; }
  .faq-icon { width: 44px; height: 44px; }
  .faq-answer { padding: 0 18px 20px 72px; }
  .store-note-inner { align-items: stretch; flex-direction: column; text-align: center; }
  .store-badges { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { text-align: center; }
  .footer-brand .brand { justify-content: center; }
  .socials { justify-content: center; }
  .footer-link-button { margin-inline: auto; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; max-height: calc(100vh - 20px); overflow-y: auto; }
  .cookie-actions, .modal-actions { width: 100%; flex-direction: column; }
  .cookie-actions .button, .modal-actions .button { width: 100%; }
}


/* =========================================================
   CORRECTIONS V2.1 — RECENTRAGE ET RÉÉQUILIBRAGE
   ========================================================= */

:root {
  --wide-container: 1360px;
}

/* Les pages intérieures sont désormais centrées dans une largeur maîtrisée. */
.page-hero {
  width: min(calc(100% - 48px), var(--wide-container));
  margin-inline: auto;
  grid-template-columns: minmax(510px, 46%) minmax(0, 54%);
  min-height: 590px;
  overflow: hidden;
  background: var(--white);
}

.page-hero-copy {
  min-width: 0;
  padding: 62px clamp(42px, 4vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.page-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 4.35vw, 4.5rem);
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-hero .page-hero-copy h1 {
  max-width: 11ch;
}

.page-hero-media {
  min-width: 0;
  min-height: 590px;
}

.page-hero-media > img {
  object-position: center center;
}

.contact-hero .page-hero-media > img {
  object-position: center 48%;
}

.hero-callout {
  right: 28px;
  bottom: 28px;
  max-width: min(420px, calc(100% - 56px));
}

/* Bandeau cookies plus compact et moins envahissant. */
.cookie-banner {
  left: 50%;
  right: auto;
  bottom: 18px;
  width: min(calc(100% - 32px), 1040px);
  max-width: none;
  transform: translateX(-50%);
  padding: 14px 16px;
  gap: 18px;
  border-radius: 14px;
}

.cookie-banner p {
  max-width: 610px;
  font-size: .80rem;
  line-height: 1.45;
}

.cookie-actions {
  flex-wrap: nowrap;
}

.cookie-actions .button {
  min-height: 40px;
  padding: 8px 12px;
  font-size: .76rem;
  white-space: nowrap;
}

/* Les sections suivantes gardent le même axe central que l'en-tête. */
.content-section,
.faq-section,
.contact-section,
.waitlist-page,
.legal-content,
.legal-hero,
.community-building,
.trust-core,
.join-banner,
.store-note {
  overflow-x: clip;
}

@media (max-width: 1180px) {
  .page-hero {
    width: min(calc(100% - 32px), 1120px);
    grid-template-columns: minmax(440px, 46%) minmax(0, 54%);
    min-height: 550px;
  }

  .page-hero-copy {
    padding: 50px 38px;
  }

  .page-hero-copy h1 {
    font-size: clamp(2.75rem, 5vw, 3.9rem);
  }

  .page-hero-media {
    min-height: 550px;
  }
}

@media (max-width: 860px) {
  .page-hero {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-hero-copy {
    padding: 52px 28px 44px;
  }

  .page-hero-copy h1,
  .contact-hero .page-hero-copy h1 {
    max-width: 14ch;
  }

  .page-hero-media {
    min-height: 430px;
  }

  .cookie-banner {
    width: min(calc(100% - 24px), 720px);
    align-items: stretch;
  }

  .cookie-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .page-hero-copy {
    padding: 44px 22px 38px;
  }

  .page-hero-copy h1 {
    max-width: none;
    font-size: 2.85rem;
  }

  .page-hero-media {
    min-height: 360px;
  }

  .hero-callout {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .cookie-banner {
    left: 50%;
    right: auto;
    bottom: 10px;
    width: calc(100% - 20px);
    transform: translateX(-50%);
  }

  .cookie-actions {
    width: 100%;
    flex-direction: column;
  }

  .cookie-actions .button {
    width: 100%;
  }
}


/* =========================================================
   CONNEXION INFOMANIAK — LISTE D’ATTENTE
   ========================================================= */
.inf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.novyko-inf-form .inf-message {
  display: block;
  min-height: 0;
  margin-top: 5px;
  color: #a43333;
  font-size: .78rem;
  font-weight: 600;
}

.novyko-inf-form .inf-input.inf-error input,
.novyko-inf-form .inf-input.inf-error textarea,
.novyko-inf-form input[aria-invalid="true"],
.novyko-inf-form textarea[aria-invalid="true"] {
  border-color: #a43333;
  box-shadow: 0 0 0 3px rgba(164, 51, 51, .10);
}

.animal-guidance {
  margin: 2px 0 12px;
  padding: 10px 12px;
  color: var(--navy);
  background: var(--cream-2);
  border-radius: 9px;
  font-size: .82rem;
}

.novyko-captcha {
  min-height: 46px;
  margin: 12px 0 18px;
}

.novyko-inf-form .inf-submit input[type="submit"] {
  appearance: none;
  border: 0;
}

.waitlist-success {
  padding: 30px 22px;
  text-align: center;
  color: var(--navy);
  background: linear-gradient(180deg, #fbf8f2, #ffffff);
  border: 1px solid rgba(6, 31, 61, .09);
  border-radius: 15px;
}

.waitlist-success .large-icon {
  margin-bottom: 12px;
}

.waitlist-success h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 400;
}

.waitlist-success p {
  margin: 0 auto 8px;
  max-width: 560px;
}

.waitlist-success .success-note {
  color: var(--muted);
  font-size: .86rem;
}

/* =========================================================
   CORRECTION FINALE — BOUTON LISTE D’ATTENTE DORÉ
   Le style générique des champs de formulaire avait priorité
   sur la classe .button-gold appliquée au bouton d’envoi.
   ========================================================= */
.novyko-inf-form .inf-submit input[type="submit"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 23px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--gold-light), #a87623) !important;
  border: 1px solid transparent !important;
  border-radius: 11px;
  box-shadow: 0 10px 25px rgba(183, 135, 46, .22);
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.novyko-inf-form .inf-submit input[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 13px 30px rgba(183, 135, 46, .28);
}

.novyko-inf-form .inf-submit input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(185, 135, 46, .18), 0 10px 25px rgba(183, 135, 46, .22);
}


/* =========================================================
   VERSION JS OFFICIELLE INFOMANIAK — CORRECTIONS CIBLÉES
   ========================================================= */

/* Accueil : bloc complet recentré, avec marges égales sur grand écran. */
.home-page .hero-home {
  width: min(calc(100% - 48px), 1360px);
  margin-inline: auto;
  overflow: hidden;
}

/* Formulaire injecté par le code JavaScript officiel Infomaniak. */
.infomaniak-js-host {
  width: 100%;
}

.infomaniak-js-host .novyko-official-infomaniak {
  width: 100%;
  margin: 0 !important;
}

.infomaniak-js-host .novyko-official-infomaniak [class^="inf-main_"],
.infomaniak-js-host .novyko-official-infomaniak [class*=" inf-main_"] {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--navy) !important;
  background: transparent !important;
}

.infomaniak-js-host .infomaniak-native-heading,
.infomaniak-js-host .infomaniak-native-description {
  display: none !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-content {
  margin-top: 0 !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-input {
  margin: 0 0 16px !important;
}

.infomaniak-js-host .novyko-label-row {
  display: flex !important;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 7px !important;
}

.infomaniak-js-host .novyko-label-row label {
  display: inline !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: .87rem !important;
  font-weight: 700 !important;
}

.infomaniak-js-host .novyko-label-row em {
  font-weight: 600;
}

.infomaniak-js-host .novyko-label-row > div,
.infomaniak-js-host .novyko-label-row > span {
  color: #a43333 !important;
  font-weight: 800;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-input input,
.infomaniak-js-host .novyko-official-infomaniak .inf-input textarea {
  width: 100% !important;
  height: auto !important;
  min-height: 50px;
  padding: 13px 14px !important;
  color: var(--navy) !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 31, 61, .16) !important;
  border-radius: 9px !important;
  outline: 0 !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-input textarea {
  min-height: 138px !important;
  resize: vertical;
  line-height: 1.55;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-input input:focus,
.infomaniak-js-host .novyko-official-infomaniak .inf-input textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(185, 135, 46, .12) !important;
}

.novyko-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.animal-guidance {
  margin: 2px 0 12px;
  padding: 10px 12px;
  color: var(--navy);
  background: var(--cream-2);
  border-radius: 9px;
  font-size: .82rem;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-rgpd {
  margin: 18px 0 !important;
  color: var(--navy) !important;
  font-size: .82rem !important;
  line-height: 1.55 !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-rgpd a {
  color: var(--gold) !important;
  font-weight: 700;
  text-decoration: underline;
}

.infomaniak-js-host .novyko-official-infomaniak altcha-widget {
  display: block;
  margin: 12px 0 18px;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-submit {
  text-align: center !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-submit input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 10px !important;
  padding: 12px 23px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--gold-light), #a87623) !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;
  box-shadow: 0 10px 25px rgba(183, 135, 46, .22) !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-submit input[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.infomaniak-js-host .novyko-official-infomaniak .inf-success {
  padding: 30px 22px !important;
  text-align: center;
  color: var(--navy) !important;
  background: linear-gradient(180deg, #fbf8f2, #ffffff) !important;
  border: 1px solid rgba(6, 31, 61, .09);
  border-radius: 15px;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-success h4 {
  margin: 0 0 12px !important;
  color: var(--navy) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem) !important;
  font-weight: 400 !important;
  line-height: 1.3;
}

.infomaniak-js-host .novyko-official-infomaniak .inf-success .inf-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 13px;
  color: var(--navy) !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 31, 61, .13);
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 860px) {
  .home-page .hero-home {
    width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 620px) {
  .novyko-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .infomaniak-js-host .novyko-official-infomaniak .inf-input textarea {
    min-height: 150px !important;
  }
}


/* =========================================================
   SÉLECTEUR DE LANGUE V3.1 — MENU DÉROULANT ROBUSTE
   ========================================================= */
.language-switcher {
  position: relative;
  flex: 0 0 auto;
  z-index: 1250;
}
.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 88px;
  height: 44px;
  padding: 0 13px;
  color: var(--navy);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(6,31,61,.18);
  border-radius: 11px;
  box-shadow: 0 5px 15px rgba(6,31,61,.06);
  font-size: .85rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.language-toggle:hover,
.language-toggle:focus-visible,
.language-toggle[aria-expanded="true"] {
  border-color: var(--gold);
  box-shadow: 0 7px 20px rgba(6,31,61,.11);
  outline: none;
}
.language-toggle:hover { transform: translateY(-1px); }
.language-chevron {
  width: 11px;
  height: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}
.language-toggle[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-options[hidden] { display: none !important; }
.language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 1300;
  width: 148px;
  padding: 7px;
  background: rgba(255,255,255,.995);
  border: 1px solid rgba(6,31,61,.12);
  border-radius: 13px;
  box-shadow: 0 18px 45px rgba(6,31,61,.18);
}
.language-options::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 26px;
  width: 11px;
  height: 11px;
  background: white;
  border-left: 1px solid rgba(6,31,61,.12);
  border-top: 1px solid rgba(6,31,61,.12);
  transform: rotate(45deg);
}
.language-options a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  color: var(--navy);
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}
.language-options a:hover,
.language-options a:focus-visible {
  color: var(--navy);
  background: var(--cream-2);
  outline: none;
}
.language-options a[aria-current="page"] {
  color: var(--gold);
  background: var(--cream);
}
@media (max-width: 1080px) {
  .header-inner { gap: 13px; }
  .main-nav { gap: 17px; }
  .language-toggle { min-width: 78px; padding-inline: 10px; }
}
@media (max-width: 860px) {
  .language-switcher { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .language-options { right: 0; }
}
@media (max-width: 520px) {
  .language-toggle { min-width: 72px; height: 42px; padding-inline: 9px; }
  .language-options { width: 142px; }
}


/* =========================================================
   VERSION V3.2 — PHOTO ACCUEIL + CALLOUTS DÉGAGÉS
   ========================================================= */
/* Une balise image réelle évite toute disparition de la photo d’accueil. */
.hero-photo {
  position: relative;
  overflow: hidden;
  background: #f7f2e9;
}
.hero-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
}

/* Les encadrés sont placés dans la partie haute afin de ne plus masquer les animaux. */
.page-hero .hero-callout {
  top: 28px;
  right: 28px;
  bottom: auto;
  left: auto;
  max-width: min(420px, calc(100% - 56px));
}

@media (max-width: 860px) {
  .page-hero .hero-callout {
    top: 18px;
    right: 18px;
    bottom: auto;
    left: 18px;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .page-hero .hero-callout {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: 12px;
  }
}
