:root {
  --charcoal: #2B2B2B;
  --sage: #7C8C7A;
  --sage-deep: #667764;
  --sage-dark: #5E6F5D;
  --beige: #E7E1D7;
  --cream: #F6F4F1;
  --white: #FFFFFF;
  --radius: 26px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, Helvetica, sans-serif;
  --shadow-soft: 0 18px 46px rgba(43, 43, 43, 0.055);
  --shadow-medium: 0 26px 60px rgba(43, 43, 43, 0.11);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: radial-gradient(circle at top left, rgba(231, 225, 215, 0.45), transparent 34%), var(--cream);
  line-height: 1.6;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}

.gtm-noscript { display: none; visibility: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { max-width: 560px; font-size: 1.05rem; line-height: 1.75; font-weight: 300; color: rgba(43, 43, 43, 0.72); }
h1, h2, h3 { font-weight: 500; }
h1, h2 { font-family: var(--serif); }
h1 { max-width: 650px; font-size: clamp(3.2rem, 6.5vw, 6.3rem); line-height: 1.02; letter-spacing: -0.055em; }
h2 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -0.04em; text-align: center; }
h3 { font-family: var(--sans); font-size: 0.78rem; line-height: 1.35; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-intro { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.section-intro h2 { margin-top: 10px; }
.section-intro p { margin: 22px auto 0; }
.eyebrow { margin-bottom: 14px; color: var(--sage-dark); font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700; opacity: 0.75; }
.muted { color: rgba(43, 43, 43, 0.55); }
.accent { color: var(--sage-dark); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 30px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; transition: transform 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sage-deep); color: var(--white); border: 1px solid var(--sage-deep); }
.btn-primary:hover { background: var(--sage-dark); border-color: var(--sage-dark); box-shadow: 0 10px 26px rgba(124, 140, 122, 0.25); }
.btn-secondary { background: rgba(255, 255, 255, 0.6); border: 1px solid rgba(43, 43, 43, 0.18); color: var(--charcoal); }
.btn-secondary:hover { background: rgba(124, 140, 122, 0.08); border-color: var(--sage); }
.btn-about { margin-top: 28px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246, 244, 241, 0.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(184, 178, 166, 0.16); box-shadow: 0 14px 44px rgba(43, 43, 43, 0.045); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 190px; transition: transform 0.2s ease; }
.brand:hover { transform: translateY(-1px); }
.brand-logo-wrap { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(145deg, #ffffff, #e7e1d7); border: 1px solid rgba(124, 140, 122, 0.28); box-shadow: 0 10px 24px rgba(43, 43, 43, 0.10); display: grid; place-items: center; padding: 7px; flex-shrink: 0; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-name { font-size: 1.18rem; letter-spacing: 0.42em; font-weight: 300; color: #2B2B2B; line-height: 1; margin-right: -0.42em; }
.brand-city { margin-top: 8px; color: #2B2B2B; font-size: 0.58rem; letter-spacing: 0.34em; font-weight: 700; line-height: 1; position: relative; display: inline-flex; align-items: center; gap: 12px; }
.brand-city::before, .brand-city::after { content: ""; display: block; width: 48px; height: 1px; background: #2B2B2B; opacity: 0.65; }
.nav { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 12px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.42); border: 1px solid rgba(184, 178, 166, 0.18); color: rgba(43, 43, 43, 0.54); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; }
.nav a { position: relative; }
.nav a:hover { color: var(--charcoal); }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--sage-dark); transition: width 0.2s ease; }
.nav a:hover::after { width: 100%; }
.menu-toggle { display: none; border: none; background: var(--sage); color: var(--white); width: 44px; height: 44px; border-radius: 50%; font-size: 1.35rem; cursor: pointer; box-shadow: 0 10px 24px rgba(43, 43, 43, 0.12); }
.mobile-menu { display: none; }

.hero { padding: 58px 0 0; background: linear-gradient(180deg, #fbfaf8 0%, var(--cream) 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; min-height: 700px; align-items: center; gap: 72px; }
.hero-copy { max-width: 650px; margin-top: -10px; padding: 36px 0 64px; }
.hero-line { width: 90px; height: 2px; background: rgba(94, 111, 93, 0.7); margin: 30px 0; }
.hero-text { max-width: 560px; margin-bottom: 24px; font-size: 1.05rem; line-height: 1.75; color: rgba(43, 43, 43, 0.64); }
.hero-note { margin-bottom: 30px; color: rgba(43, 43, 43, 0.78); font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-credit { display: flex; align-items: center; gap: 12px; margin-top: 28px; margin-bottom: 4px; color: rgba(43, 43, 43, 0.62); font-size: 0.88rem; }
.hero-credit strong { color: rgba(43, 43, 43, 0.82); font-weight: 600; }
.hero-credit-photo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; object-position: center top; border: 2px solid rgba(124, 140, 122, 0.35); flex-shrink: 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.proof-pill { padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(124, 140, 122, 0.22); color: rgba(43, 43, 43, 0.62); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.hero-image-wrap { position: relative; align-self: stretch; min-height: 540px; border-radius: 0 0 0 92px; overflow: hidden; background: var(--beige); box-shadow: 0 28px 70px rgba(43, 43, 43, 0.12); }
.hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.92) contrast(1.05); transition: transform 0.8s ease; }
.hero-image-wrap:hover .hero-image { transform: scale(1.05); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, rgba(246, 244, 241, 0.35), rgba(246, 244, 241, 0.05)); }

.benefit-strip { background: var(--sage-deep); color: var(--white); padding: 34px 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefit-item { text-align: center; padding: 8px 28px; border-right: 1px solid rgba(255, 255, 255, 0.25); }
.benefit-item:last-child { border-right: none; }
.benefit-icon { width: 40px; height: 40px; margin: 0 auto 14px; opacity: 0.9; }
.benefit-title { margin-bottom: 8px; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; }
.benefit-copy { color: rgba(255, 255, 255, 0.82); font-size: 0.83rem; line-height: 1.45; }

.target { background: #fbfaf8; }
.target-grid, .tarifs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards-grid, .process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.process-grid { gap: 20px; margin-top: 64px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.target-card, .service-card, .why-item, .process-step, .tarif-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.target-card, .service-card, .why-item, .process-step, .tarif-card { background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(184, 178, 166, 0.28); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.target-card { padding: 34px 30px; }
.target-card:hover, .service-card:hover, .why-item:hover, .process-step:hover, .tarif-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-medium); }
.service-card:hover { transform: translateY(-8px); }
.target-card h3 { margin-bottom: 14px; color: var(--sage-dark); }
.target-card p, .why-item p { font-size: 0.94rem; line-height: 1.65; }
.service-card { overflow: hidden; }
.service-card img { width: 100%; height: 210px; object-fit: cover; background: var(--beige); filter: brightness(0.96) contrast(1.03); transition: transform 0.6s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-content { position: relative; padding: 34px 26px 30px; }
.service-number { position: absolute; top: -20px; left: 24px; width: 42px; height: 42px; border-radius: 999px; background: var(--sage); color: var(--white); border: 4px solid var(--white); box-shadow: 0 10px 24px rgba(43, 43, 43, 0.12); display: grid; place-items: center; font-size: 0.78rem; font-weight: 800; }
.service-content h3 { margin-top: 10px; }
.service-content p { margin-top: 12px; color: rgba(43, 43, 43, 0.68); font-size: 0.94rem; line-height: 1.65; }
.link-small { display: inline-block; margin-top: 24px; color: var(--sage-dark); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; }

.why, .process { background: #f2eee8; }
.why-lead { max-width: 620px; margin: 0 auto 18px; text-align: center; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; color: rgba(43, 43, 43, 0.76); }
.why-item { background: rgba(255, 255, 255, 0.7); padding: 34px 28px; }
.why-item h3 { margin-bottom: 14px; }
.process-step { background: rgba(255, 255, 255, 0.54); padding: 34px 20px 30px; text-align: center; }
.step-number { width: 34px; height: 34px; margin: 0 auto 18px; border-radius: 50%; background: var(--sage); color: var(--white); border: 4px solid #f2eee8; box-shadow: 0 8px 20px rgba(43, 43, 43, 0.12); display: grid; place-items: center; font-weight: 800; font-size: 0.78rem; }
.step-icon { width: 62px; height: 62px; margin: 0 auto 20px; padding: 13px; color: var(--sage-dark); stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; background: rgba(124, 140, 122, 0.1); border: 1px solid rgba(124, 140, 122, 0.18); border-radius: 50%; }
.process-step p { margin: 10px auto 0; font-size: 0.9rem; line-height: 1.6; }

.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; background: var(--white); border-radius: 34px; overflow: hidden; box-shadow: 0 28px 70px rgba(43, 43, 43, 0.09); }
.about-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; filter: brightness(0.94) contrast(1.04); }
.about-copy { padding: 72px 68px; background: radial-gradient(circle at top right, rgba(124, 140, 122, 0.12), transparent 32%), var(--white); display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { max-width: 520px; text-align: left; }
.about-copy p { max-width: 520px; margin-top: 26px; color: rgba(43, 43, 43, 0.68); }
.praticien-credentials { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; margin-bottom: 4px; }
.credential-item { display: flex; align-items: flex-start; gap: 12px; color: rgba(43, 43, 43, 0.78); font-size: 0.93rem; line-height: 1.5; }
.credential-item svg { flex-shrink: 0; margin-top: 2px; color: var(--sage-dark); }

.tarifs { background: #fbfaf8; }
.tarifs-grid { margin-top: 56px; }
.tarif-card { background: var(--white); padding: 38px 30px 34px; position: relative; }
.tarif-card.featured { border-color: var(--sage); background: linear-gradient(145deg, rgba(124, 140, 122, 0.07), var(--white)); }
.tarif-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--sage-deep); color: var(--white); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 800; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.tarif-name { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 800; color: var(--sage-dark); margin-bottom: 16px; }
.tarif-price { font-family: var(--serif); font-size: 3.2rem; line-height: 1; letter-spacing: -0.04em; color: var(--charcoal); margin-bottom: 6px; }
.tarif-price span { font-size: 1.1rem; font-family: var(--sans); font-weight: 300; color: rgba(43, 43, 43, 0.55); letter-spacing: 0; }
.tarif-desc { font-size: 0.88rem; color: rgba(43, 43, 43, 0.6); margin-bottom: 24px; line-height: 1.5; }
.tarif-divider { height: 1px; background: rgba(184, 178, 166, 0.35); margin-bottom: 22px; }
.tarif-features { list-style: none; display: grid; gap: 10px; }
.tarif-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: rgba(43, 43, 43, 0.72); line-height: 1.45; }
.tarif-features li::before { content: ""; flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235E6F5D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat; }
.tarif-note { max-width: 720px; margin: 42px auto 0; text-align: center; font-size: 0.88rem; color: rgba(43, 43, 43, 0.52); line-height: 1.65; }
.adaptation-box { margin-top: 52px; background: var(--white); border: 1px solid rgba(124, 140, 122, 0.28); border-radius: var(--radius); padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 32px; box-shadow: var(--shadow-soft); }
.adaptation-box-copy h3 { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; letter-spacing: -0.03em; text-transform: none; margin-bottom: 10px; color: var(--charcoal); }
.adaptation-box-copy p { font-size: 0.93rem; color: rgba(43, 43, 43, 0.65); max-width: 480px; }
.adaptation-price { flex-shrink: 0; text-align: right; }
.big-price { font-family: var(--serif); font-size: 3.4rem; line-height: 1; letter-spacing: -0.04em; color: var(--charcoal); }
.currency { font-size: 1.4rem; }
.price-label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(43, 43, 43, 0.5); margin-top: 6px; }

.waitlist { padding: 42px 0; background: var(--cream); border-top: 1px solid rgba(184, 178, 166, 0.25); border-bottom: 1px solid rgba(184, 178, 166, 0.25); }
.waitlist-inner { display: grid; grid-template-columns: 0.2fr 1.2fr 1.3fr; align-items: center; gap: 24px; }
.mail-icon { width: 76px; height: 76px; border: 1px solid rgba(124, 140, 122, 0.35); border-radius: 50%; display: grid; place-items: center; color: var(--sage-dark); }
.waitlist h2 { font-size: clamp(1.65rem, 3vw, 2.4rem); text-align: left; }
.waitlist p + p { margin-top: 6px; font-size: 0.92rem; color: var(--sage-dark); font-weight: 500; }
.form-inline { display: flex; gap: 10px; background: var(--white); padding: 8px; border-radius: 999px; border: 1px solid rgba(184, 178, 166, 0.45); }
.form-inline input { flex: 1; border: none; background: transparent; padding: 0 18px; font-size: 0.95rem; outline: none; min-width: 0; }
.form-inline button { border: none; }

.seo-section { padding-top: 60px; padding-bottom: 80px; background: #f2eee8; }
.seo-container { max-width: 900px; }
.seo-section .section-intro { margin-bottom: 48px; }
.seo-section h2 { text-align: center; }
.seo-text { display: grid; gap: 20px; margin-bottom: 52px; }
.seo-text p { max-width: 100%; text-align: center; margin: 0 auto; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-card { background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(184, 178, 166, 0.28); border-radius: 20px; padding: 28px 24px; }
.faq-card-title { font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; color: #5E6F5D; margin-bottom: 10px; max-width: 100%; }
.faq-card p { font-size: 0.92rem; max-width: 100%; margin: 0; }

.footer { background: #fbfaf8; padding: 58px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; align-items: start; padding-bottom: 38px; border-bottom: 1px solid rgba(184, 178, 166, 0.28); }
.footer-logo { display: flex; align-items: center; margin-bottom: 18px; }
.footer-logo .brand-logo-wrap { width: 44px; height: 44px; border-radius: 14px; }
.footer h4 { margin-bottom: 18px; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer ul { list-style: none; display: grid; gap: 8px; color: rgba(43, 43, 43, 0.62); font-size: 0.92rem; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: rgba(43, 43, 43, 0.55); font-size: 0.82rem; }

.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .cards-grid, .process-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .faq-grid, .tarifs-grid { grid-template-columns: 1fr; }
  .adaptation-box { flex-direction: column; text-align: center; }
  .adaptation-price { text-align: center; }
  .nav, .header-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .mobile-menu { position: absolute; top: 92px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 18px; padding: 22px; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(18px); border: 1px solid rgba(184, 178, 166, 0.32); border-radius: 24px; box-shadow: 0 22px 50px rgba(43, 43, 43, 0.16); z-index: 999; }
  .mobile-menu.active { display: flex; }
  .mobile-menu a { color: var(--charcoal); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; }
  .hero-grid, .about-grid, .waitlist-inner { grid-template-columns: 1fr; }
  .hero-image-wrap { min-height: 390px; border-radius: var(--radius); }
  .benefit-grid, .target-grid, .process-grid, .why-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-item:nth-child(2n) { border-right: none; }
  .about-copy h2, .waitlist h2 { text-align: left; }
}

@media (max-width: 640px) {
  .faq-grid { grid-template-columns: 1fr; }
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 62px 0; }
  .header-inner { height: 76px; }
  .mobile-menu { top: 76px; }
  .brand { min-width: auto; }
  .brand-logo-wrap { width: 46px; height: 46px; }
  .brand-name { font-size: 0.95rem; letter-spacing: 0.18em; }
  .brand-city::before, .brand-city::after { width: 28px; }
  .hero { padding-top: 24px; }
  .hero-grid { min-height: auto; gap: 28px; }
  .hero-copy { margin-top: 0; padding: 24px 0 34px; }
  h1 { max-width: 460px; font-size: clamp(3rem, 14vw, 4.1rem); line-height: 1.05; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-image-wrap { min-height: 320px; border-radius: 28px; }
  .benefit-grid, .target-grid, .cards-grid, .process-grid, .why-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit-item { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .benefit-item:last-child { border-bottom: none; }
  .service-card img { height: 230px; }
  .about-copy { padding: 34px 26px; }
  .waitlist-inner { text-align: center; }
  .waitlist h2 { text-align: center; }
  .mail-icon { margin: 0 auto; }
  .form-inline { border-radius: 24px; flex-direction: column; }
  .form-inline input { min-height: 46px; }
  .footer-bottom { text-align: center; justify-content: center; }
}
