.page-home *{box-sizing:border-box}
.page-home{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;max-width:none;padding:0;margin:0}
.page-home img{display:block;width:100%;object-fit:cover}
.page-home a{text-decoration:none;color:inherit}
.page-home button,.page-home input,.page-home textarea,.page-home select{font:inherit}
.page-home .eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:var(--teal-2)}
.page-home .eyebrow:before{content:"";width:34px;height:1px;background:var(--gold)}
.page-home h1,.page-home h2,.page-home h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;line-height:1.08;margin:0;color:var(--navy)}
.page-home h1{font-size:clamp(3.2rem,7vw,6.5rem);max-width:820px}
.page-home h2{font-size:clamp(2.4rem,5vw,4.3rem)}
.page-home h3{font-size:1.65rem}
.page-home p{margin:0;color:var(--muted)}
.page-home .hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;background:var(--cream)}
.page-home .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,242,234,.99) 0%,rgba(246,242,234,.94) 38%,rgba(246,242,234,.25) 70%);z-index:1}
.page-home .hero-bg{position:absolute;inset:0 0 0 38%;height:100%;object-position:center}
.page-home .hero .container{position:relative;z-index:2;padding:110px 0 90px}
.page-home .hero-copy{max-width:730px}
.page-home .hero p{font-size:1.08rem;max-width:610px;margin:28px 0 34px}
.page-home .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.page-home .hero-badges{display:flex;gap:24px;flex-wrap:wrap;margin-top:46px}
.page-home .badge{display:flex;align-items:center;gap:11px;font-size:.86rem;font-weight:700;color:var(--navy)}
.page-home .badge-icon{width:34px;height:34px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(13,43,58,.08)}
.page-home .floating-card{position:absolute;right:4%;bottom:42px;background:#fff;padding:22px 24px;border-radius:18px;box-shadow:var(--shadow);z-index:3;max-width:290px}
.page-home .floating-card strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:5px}
.page-home .floating-card span{font-size:.82rem;color:var(--muted)}
.page-home .trustbar{padding:24px 0;border-bottom:1px solid #edf0f0}
.page-home .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.page-home .trust-grid div{font-size:.8rem;text-transform:uppercase;letter-spacing:.13em;color:#708087;font-weight:700}
.page-home section{padding:110px 0}
.page-home .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:48px}
.page-home .section-head h2{max-width:720px;margin-top:14px}
.page-home .section-head p{max-width:390px}
.page-home .home-treatments{background:#fff}
.page-home .treatment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.page-home .treatment-card{background:#fff;border:1px solid #e8eded;border-radius:24px;overflow:hidden;transition:.3s ease}
.page-home .treatment-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.page-home .treatment-card img{height:260px}
.page-home .treatment-card-body{padding:26px}
.page-home .treatment-card p{margin:12px 0 20px;font-size:.92rem}
.page-home .text-link{font-weight:700;color:var(--teal-2);display:inline-flex;gap:8px;align-items:center}
.page-home .home-about{background:var(--cream)}
.page-home .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}
.page-home .about-media{position:relative}
.page-home .about-media img{height:650px;border-radius:30px}
.page-home .about-stat{position:absolute;left:-26px;bottom:38px;background:var(--navy);color:#fff;padding:24px 28px;border-radius:20px;box-shadow:var(--shadow)}
.page-home .about-stat strong{font-family:"DM Serif Display";font-size:2.6rem;display:block;line-height:1}
.page-home .about-stat span{font-size:.8rem;opacity:.8}
.page-home .about-copy h2{margin:16px 0 26px}
.page-home .about-copy p+p{margin-top:16px}
.page-home .checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:30px 0}
.page-home .check{display:flex;gap:10px;align-items:flex-start;font-weight:700;color:var(--navy);font-size:.9rem}
.page-home .check i{font-style:normal;color:var(--teal-2)}
.page-home .journey{background:var(--navy);color:#fff;overflow:hidden}
.page-home .journey h2,.page-home .journey h3{color:#fff}
.page-home .journey .eyebrow{color:#c9dad8}
.page-home .journey .section-head p{color:#c6d0d4}
.page-home .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.page-home .step{padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.04)}
.page-home .step-no{font-family:"DM Serif Display";font-size:3.4rem;color:var(--gold);line-height:1;margin-bottom:28px}
.page-home .step p{color:#b9c6ca;margin-top:12px;font-size:.9rem}
.page-home .home-results{background:#fff}
.page-home .case-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:25px}
.page-home .case-large,.page-home .case-small{position:relative;border-radius:28px;overflow:hidden;min-height:560px}
.page-home .case-small{min-height:270px}
.page-home .case-stack{display:grid;gap:20px}
.page-home .case-grid img{position:absolute;inset:0;height:100%}
.page-home .case-overlay{position:absolute;inset:auto 18px 18px;background:rgba(255,255,255,.94);padding:20px;border-radius:18px}
.page-home .case-overlay p{font-size:.82rem;margin-top:5px}
.page-home .home-reviews{background:var(--cream)}
.page-home .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.page-home .review{background:#fff;padding:30px;border-radius:22px;box-shadow:0 12px 35px rgba(13,43,58,.07)}
.page-home .stars{color:var(--gold);letter-spacing:.15em;margin-bottom:18px}
.page-home .review p{font-size:.95rem;color:#41545b}
.page-home .reviewer{display:flex;align-items:center;gap:12px;margin-top:24px}
.page-home .avatar{width:42px;height:42px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:700}
.page-home .reviewer strong{display:block;color:var(--navy);font-size:.9rem}
.page-home .reviewer span{font-size:.75rem;color:var(--muted)}
.page-home .anxiety{padding:0;background:#fff}
.page-home .anxiety-wrap{display:grid;grid-template-columns:1fr 1fr;background:#e8f0ee;border-radius:32px;overflow:hidden}
.page-home .anxiety-copy{padding:72px}
.page-home .anxiety-copy h2{margin:14px 0 24px}
.page-home .anxiety-copy p{margin-bottom:28px}
.page-home .anxiety img{height:100%;min-height:520px}
.page-home .home-contact{background:#fff}
.page-home .contact-card{display:grid;grid-template-columns:.9fr 1.1fr;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}
.page-home .contact-info{background:var(--navy);padding:60px;color:#fff}
.page-home .contact-info h2{color:#fff;margin:15px 0 20px}
.page-home .contact-info p{color:#c2cdd0}
.page-home .contact-list{display:grid;gap:20px;margin-top:34px}
.page-home .contact-item{display:flex;gap:14px}
.page-home .contact-item strong{display:block;color:#fff}
.page-home .contact-item span{color:#bcc8cb;font-size:.86rem}
.page-home .form-area{padding:60px;background:#fff}
.page-home .form-area h3{margin-bottom:24px}
.page-home .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.page-home .field{display:grid;gap:7px}
.page-home .field.full{grid-column:1/-1}
.page-home label{font-size:.78rem;font-weight:700;color:var(--navy)}
.page-home input,.page-home select,.page-home textarea{width:100%;border:1px solid #dfe6e6;border-radius:12px;padding:14px;background:#fbfcfc;outline:none}
.page-home input:focus,.page-home select:focus,.page-home textarea:focus{border-color:var(--teal)}
.page-home textarea{min-height:120px;resize:vertical}
.page-home .form-note{font-size:.74rem;margin-top:12px}

@media(max-width:980px){
  .page-home .hero{min-height:690px}
  .page-home .hero-bg{inset:0;opacity:.28}
  .page-home .hero:before{background:linear-gradient(90deg,rgba(246,242,234,.98),rgba(246,242,234,.82))}
  .page-home .floating-card{display:none}
  .page-home .treatment-grid,.page-home .review-grid{grid-template-columns:repeat(2,1fr)}
  .page-home .about-grid,.page-home .anxiety-wrap,.page-home .contact-card{grid-template-columns:1fr}
  .page-home .steps{grid-template-columns:repeat(2,1fr)}
  .page-home .about-media img{height:500px}
  .page-home .anxiety img{min-height:420px}
  .page-home .case-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .page-home .hero .container{padding:88px 0 70px}
  .page-home h1{font-size:3.35rem}
  .page-home .hero p{font-size:1rem}
  .page-home .hero-actions .btn{width:100%}
  .page-home .hero-badges{gap:14px}
  .page-home .trust-grid{grid-template-columns:1fr 1fr}
  .page-home .section-head{display:block}
  .page-home .section-head p{margin-top:18px}
  .page-home .treatment-grid,.page-home .review-grid,.page-home .steps{grid-template-columns:1fr}
  .page-home .about-grid{gap:45px}
  .page-home .about-stat{left:14px}
  .page-home .checklist{grid-template-columns:1fr}
  .page-home .case-large,.page-home .case-small{min-height:390px}
  .page-home .anxiety-copy,.page-home .contact-info,.page-home .form-area{padding:38px 24px}
  .page-home .form-grid{grid-template-columns:1fr}
  .page-home .field.full{grid-column:auto}
  .page-home section{padding:78px 0}
}
