/* ============================================================
   Wanderlust Clinic; shared stylesheet
   Playful refresh: rounded friendly headings (Fredoka),
   readable body (Nunito), brighter brand colors, bubbly
   rounded shapes, soft shadows. Brand palette + rainbow
   motif preserved. Shared across all pages.
   ============================================================ */

*{margin:0;padding:0;box-sizing:border-box;}
:root{
  /* Brighter, more saturated brand ramp */
  --teal:#1FB9A8;--teal-dark:#127F73;--teal-deep:#0C5A50;--teal-light:#D6F6F1;
  --parchment:#FFF7EC;--parchment-mid:#FBEAD2;
  --gold:#F2A93B;--gold-light:#FFF1D6;
  --coral:#FF7A5C;--coral-light:#FFE7E0;
  --lavender:#A98BE0;--lavender-light:#F0EAFB;
  --sky:#4FB0E0;--sky-light:#DEF1FB;
  --moss:#5FB07A;--moss-light:#E2F4E7;
  --text:#1C2420;--text-muted:#5A6B64;
  --white:#FFFFFF;--border:#ECE2D2;
  --rainbow:linear-gradient(90deg,#FF7A5C 0%,#F2A93B 25%,#4FB0E0 50%,#A98BE0 75%,#1FB9A8 100%);
  --shadow:0 8px 24px rgba(12,90,80,0.07);
  --shadow-lg:0 16px 38px rgba(12,90,80,0.12);
  --ff-head:'Fredoka','Trebuchet MS',sans-serif;
  --ff-body:'Nunito','Segoe UI',sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--ff-body);color:var(--text);background:var(--white);font-size:16px;line-height:1.7;}
a{text-decoration:none;}
.rainbow-bar{height:5px;background:var(--rainbow);}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(255,247,236,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);}
.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem;}
.nav-logo{display:flex;align-items:center;gap:10px;}
.nav-logo img{display:block;width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--teal-light);}
.nav-logo-text{font-family:var(--ff-head);font-size:1.12rem;font-weight:600;color:var(--teal-deep);}
.nav-logo-text em{font-style:normal;color:var(--coral);}
.nav-links{display:flex;gap:1.4rem;list-style:none;align-items:center;}
.nav-links a{color:var(--text-muted);font-size:0.86rem;font-weight:600;transition:color 0.2s;}
.nav-links a:hover{color:var(--teal-dark);}
.nav-actions{display:flex;align-items:center;gap:0.6rem;}
.nav-portal{color:var(--teal-dark);font-size:0.83rem;font-weight:700;border:2px solid var(--teal-light);background:var(--teal-light);padding:0.4rem 1rem;border-radius:50px;transition:all 0.2s;white-space:nowrap;}
.nav-portal:hover{background:var(--teal);color:var(--white);border-color:var(--teal);}
.nav-cta{background:var(--teal);color:var(--white);border:none;padding:0.5rem 1.3rem;border-radius:50px;font-family:var(--ff-body);font-size:0.83rem;font-weight:700;cursor:pointer;transition:all 0.2s;box-shadow:0 4px 12px rgba(31,185,168,0.3);white-space:nowrap;}
.nav-cta:hover{background:var(--teal-dark);transform:translateY(-1px);}

/* HERO */
.hero{background:linear-gradient(165deg,var(--parchment) 0%,var(--teal-light) 120%);padding:5rem 2rem 4.5rem;position:relative;overflow:hidden;}
.hero-glow{position:absolute;top:-120px;right:-120px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(31,185,168,0.16) 0%,transparent 70%);pointer-events:none;}
.hero::after{content:'';position:absolute;bottom:-140px;left:-100px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,92,0.12) 0%,transparent 70%);pointer-events:none;}
.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center;position:relative;}
.hero-kicker{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--teal-dark);background:var(--white);padding:0.35rem 0.9rem;border-radius:50px;margin-bottom:1.1rem;box-shadow:var(--shadow);}
.hero h1{font-family:var(--ff-head);font-size:3rem;line-height:1.12;color:var(--teal-deep);margin-bottom:1.1rem;font-weight:600;}
.hero h1 em{font-style:normal;color:var(--coral);}
.hero-sub{font-size:1.02rem;color:var(--text-muted);font-weight:400;max-width:490px;margin-bottom:1rem;line-height:1.75;}
.hero-validation{background:var(--white);border-left:5px solid var(--teal);border-radius:0 16px 16px 0;padding:1rem 1.25rem;margin-bottom:1.7rem;font-size:0.9rem;color:var(--text-muted);font-weight:400;line-height:1.7;box-shadow:var(--shadow);}
.hero-validation strong{color:var(--teal-deep);font-weight:700;display:block;margin-bottom:0.2rem;}
.hero-actions{display:flex;gap:0.9rem;flex-wrap:wrap;}
.btn-p{background:var(--teal);color:var(--white);border:none;padding:0.85rem 1.7rem;border-radius:50px;font-family:var(--ff-body);font-size:0.92rem;font-weight:700;cursor:pointer;display:inline-block;transition:all 0.2s;box-shadow:0 6px 16px rgba(31,185,168,0.32);}
.btn-p:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(31,185,168,0.36);}
.btn-o{background:var(--white);color:var(--teal-deep);border:2px solid var(--teal);padding:0.85rem 1.7rem;border-radius:50px;font-family:var(--ff-body);font-size:0.92rem;font-weight:700;cursor:pointer;display:inline-block;transition:all 0.2s;}
.btn-o:hover{background:var(--teal-light);transform:translateY(-2px);}
.hero-right{display:flex;flex-direction:column;align-items:center;gap:1.35rem;}
.logo-ring{width:240px;height:240px;border-radius:50%;overflow:hidden;border:5px solid transparent;background:linear-gradient(var(--white),var(--white)) padding-box,var(--rainbow) border-box;box-shadow:0 12px 44px rgba(31,185,168,0.2);}
.logo-ring img{display:block;width:100%;height:100%;object-fit:cover;}
.hero-namecard{background:var(--white);border-radius:20px;padding:1rem 1.3rem;border:1px solid var(--border);width:240px;box-shadow:var(--shadow);}
.nc-name{font-family:var(--ff-head);font-size:1.05rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.18rem;}
.nc-title{font-size:0.74rem;color:var(--teal-dark);font-weight:600;margin-bottom:0.6rem;}
.tag-row{display:flex;flex-wrap:wrap;gap:0.35rem;}
.tag{font-size:0.68rem;padding:0.2rem 0.6rem;border-radius:50px;font-weight:700;}
.tg-t{background:var(--teal-light);color:var(--teal-dark);}
.tg-c{background:var(--coral-light);color:#C2452B;}
.tg-l{background:var(--lavender-light);color:#6E54A6;}
.tg-g{background:var(--gold-light);color:#B8761A;}

/* CENTERED HERO (homepage opener) */
.hero-centered{padding:4rem 2rem 4.25rem;text-align:center;}
.hero-center{max-width:800px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;}
.hero-centered .hero-kicker{margin-bottom:1.75rem;}
.hero-tree{width:clamp(220px,40vw,320px);margin:0 auto 1.1rem;position:relative;}
.hero-tree::before{content:'';position:absolute;inset:-9%;border-radius:50%;background:radial-gradient(circle,rgba(31,185,168,0.20) 0%,rgba(255,122,92,0.10) 45%,transparent 70%);z-index:0;}
.hero-tree img{position:relative;z-index:1;display:block;width:100%;border-radius:50%;box-shadow:0 20px 52px rgba(12,90,80,0.20);}
.brandmark{font-family:var(--ff-head);font-weight:700;font-size:clamp(3rem,9vw,5.25rem);line-height:1;letter-spacing:0.01em;background:var(--rainbow);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:0.5rem;}
.hero-motto{font-family:var(--ff-head);font-weight:500;font-size:clamp(1.35rem,3.6vw,2.1rem);color:var(--teal-deep);line-height:1.3;margin-bottom:1.1rem;}
.hero-motto em{font-style:normal;}
.hero-motto .root{color:var(--teal-dark);}
.hero-motto .roam{color:var(--coral);}
.hero-centered .hero-sub{margin:0 auto 1.8rem;max-width:540px;font-size:1.05rem;}
.hero-actions-center{justify-content:center;}
.hero-byline{margin-top:1.75rem;font-size:0.86rem;color:var(--teal-dark);font-weight:600;}

/* STORY */
.story{background:var(--teal-deep);padding:5rem 2rem;position:relative;overflow:hidden;}
.story-inner{max-width:800px;margin:0 auto;position:relative;}
.story-label{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--teal-deep);background:#7DE8DC;padding:0.3rem 0.85rem;border-radius:50px;margin-bottom:1.4rem;}
.story-text{font-size:1.1rem;color:rgba(255,255,255,0.92);line-height:1.85;font-weight:400;}
.story-text em{color:#7DE8DC;font-style:normal;font-weight:700;}
.story-text p{margin-bottom:1rem;}
.story-question{font-family:var(--ff-head);font-size:1.65rem;color:var(--white);line-height:1.35;margin:2rem 0 1.5rem;font-weight:600;}
.story-response{background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.16);border-radius:22px;padding:1.85rem 2rem;}
.story-response p{font-size:0.98rem;color:rgba(255,255,255,0.88);font-weight:400;line-height:1.8;margin-bottom:1rem;}
.story-response p:last-child{margin-bottom:0;}
.story-response strong{color:#7DE8DC;font-weight:700;}
.story-pillars{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1.35rem;}
.story-pillar{background:rgba(255,255,255,0.13);border:1px solid rgba(255,255,255,0.22);color:rgba(255,255,255,0.92);font-size:0.78rem;padding:0.35rem 0.9rem;border-radius:50px;font-weight:600;}

/* VALIDATION BAND */
.alone-band{background:var(--coral-light);padding:3.5rem 2rem;}
.alone-inner{max-width:1000px;margin:0 auto;}
.alone-heading{font-family:var(--ff-head);font-size:1.55rem;color:var(--teal-deep);font-weight:600;margin-bottom:1.85rem;text-align:center;}
.alone-heading em{font-style:normal;color:var(--coral);}
.alone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;}
.alone-card{background:var(--white);border-radius:20px;padding:1.4rem 1.45rem;border:1px solid var(--border);box-shadow:var(--shadow);}
.alone-card p{font-size:0.9rem;color:var(--text-muted);font-weight:400;line-height:1.7;font-style:italic;}
.alone-card p::before{content:'\201C';font-family:var(--ff-head);font-size:1.9rem;color:var(--coral);line-height:0;vertical-align:-0.35em;margin-right:2px;}

/* SECTION GENERICS */
section{padding:5rem 2rem;}
.sec-inner{max-width:1100px;margin:0 auto;}
.sec-label{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-light);padding:0.3rem 0.85rem;border-radius:50px;margin-bottom:0.85rem;}
.sec-title{font-family:var(--ff-head);font-size:2.4rem;color:var(--teal-deep);line-height:1.18;margin-bottom:0.7rem;font-weight:600;}
.sec-title em{font-style:normal;color:var(--coral);}
.sec-sub{color:var(--text-muted);font-weight:400;font-size:1.02rem;max-width:560px;line-height:1.7;}
.rainbow-rule{height:5px;width:60px;background:var(--rainbow);border-radius:50px;margin:0.9rem 0 2.25rem;}

/* TWO OFFERINGS */
.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;}
.offer-card{border-radius:26px;padding:2.1rem;border:1px solid var(--border);position:relative;overflow:hidden;box-shadow:var(--shadow);transition:transform 0.2s,box-shadow 0.2s;}
.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.offer-card::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;}
.offer-card.ot::before{background:linear-gradient(90deg,var(--teal),var(--sky));}
.offer-card.par::before{background:linear-gradient(90deg,var(--coral),var(--lavender));}
.offer-card.ot{background:linear-gradient(155deg,var(--teal-light) 0%,var(--white) 55%);}
.offer-card.par{background:linear-gradient(155deg,var(--coral-light) 0%,var(--white) 55%);}
.offer-lbl{display:inline-block;font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.6rem;padding:0.25rem 0.7rem;border-radius:50px;background:var(--white);}
.offer-card.ot .offer-lbl{color:var(--teal-dark);}
.offer-card.par .offer-lbl{color:#C2452B;}
.offer-card h3{font-family:var(--ff-head);font-size:1.7rem;color:var(--teal-deep);font-weight:600;line-height:1.2;margin-bottom:0.9rem;}
.offer-card.par h3{color:#9A3A21;}
.offer-intro{font-size:0.95rem;color:var(--text-muted);font-weight:400;line-height:1.75;margin-bottom:1.2rem;}
.offer-items-lbl{font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:0.6rem;}
.offer-item{display:flex;align-items:flex-start;gap:0.65rem;margin-bottom:0.55rem;font-size:0.89rem;color:var(--text-muted);font-weight:400;line-height:1.55;}
.o-dot{width:8px;height:8px;border-radius:50%;margin-top:0.5em;flex-shrink:0;}
.offer-card.ot .o-dot{background:var(--teal);}
.offer-card.par .o-dot{background:var(--coral);}
.offer-cta{display:inline-block;padding:0.7rem 1.6rem;border-radius:50px;font-family:var(--ff-body);font-size:0.88rem;font-weight:700;margin-top:1.2rem;transition:all 0.2s;color:var(--white);}
.offer-card.ot .offer-cta{background:var(--teal);box-shadow:0 5px 14px rgba(31,185,168,0.3);}
.offer-card.ot .offer-cta:hover{background:var(--teal-dark);transform:translateY(-2px);}
.offer-card.par .offer-cta{background:var(--coral);box-shadow:0 5px 14px rgba(255,122,92,0.3);}
.offer-card.par .offer-cta:hover{background:#E85F42;transform:translateY(-2px);}
.offer-note{font-size:0.78rem;line-height:1.5;color:var(--text-muted);background:rgba(255,255,255,0.65);border:1px solid var(--border);border-radius:12px;padding:0.6rem 0.85rem;margin-top:0.9rem;}
.offer-note strong{color:var(--text);font-weight:700;}

/* HOW IT WORKS */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2.25rem;}
.step{background:var(--white);border-radius:22px;padding:1.6rem 1.2rem;border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);transition:transform 0.2s;}
.step:hover{transform:translateY(-4px);}
.step-num{width:46px;height:46px;border-radius:50%;background:var(--rainbow);color:var(--white);font-family:var(--ff-head);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 0.9rem;box-shadow:var(--shadow);}
.step h4{font-family:var(--ff-head);font-size:1.05rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.4rem;}
.step p{font-size:0.83rem;color:var(--text-muted);font-weight:400;line-height:1.55;}

/* WHO */
.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.25rem;}
.who-card{border-radius:22px;padding:1.5rem;border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);transition:transform 0.2s;border-top:5px solid var(--teal);}
.who-card:nth-child(2){border-top-color:var(--coral);}
.who-card:nth-child(3){border-top-color:var(--gold);}
.who-card:nth-child(4){border-top-color:var(--sky);}
.who-card:nth-child(5){border-top-color:var(--lavender);}
.who-card:nth-child(6){border-top-color:var(--moss);}
.who-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.who-card h4{font-family:var(--ff-head);font-size:1.1rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.5rem;}
.who-card p{font-size:0.87rem;color:var(--text-muted);font-weight:400;line-height:1.65;}

/* REVIEWS */
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:2.25rem;}
.review-card{background:var(--white);border-radius:24px;padding:1.8rem 1.9rem;border:1px solid var(--border);position:relative;overflow:hidden;box-shadow:var(--shadow);transition:transform 0.2s;}
.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.review-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:var(--rainbow);}
.review-stars{display:flex;gap:3px;margin-bottom:0.8rem;}
.star{color:var(--gold);font-size:1rem;}
.review-quote{font-size:1.02rem;color:var(--teal-deep);line-height:1.65;margin-bottom:1.1rem;font-weight:400;font-style:italic;}
.review-quote::before{content:'\201C';font-family:var(--ff-head);font-size:1.6rem;color:var(--coral);line-height:0;vertical-align:-0.3em;margin-right:2px;}
.review-quote::after{content:'\201D';font-family:var(--ff-head);font-size:1.6rem;color:var(--coral);line-height:0;vertical-align:-0.3em;margin-left:1px;}
.review-attr{display:flex;align-items:center;gap:0.7rem;}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-size:0.95rem;font-weight:700;color:var(--teal-dark);flex-shrink:0;}
.review-name{font-size:0.86rem;font-weight:700;color:var(--teal-deep);}
.review-context{font-size:0.78rem;color:var(--text-muted);font-weight:400;}
.review-badge{display:inline-block;background:var(--gold-light);color:#B8761A;font-size:0.66rem;font-weight:700;padding:0.2rem 0.65rem;border-radius:50px;margin-left:0.4rem;letter-spacing:0.02em;vertical-align:middle;}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:4rem;align-items:start;}
.about-logo-wrap{position:relative;}
.about-img{width:100%;max-width:300px;border-radius:24px;display:block;box-shadow:var(--shadow-lg);}
.about-text p{color:var(--text-muted);font-weight:400;font-size:0.97rem;line-height:1.85;margin-bottom:0.95rem;}
.about-text strong{color:var(--teal-dark);font-weight:700;}
.about-creds{display:flex;flex-direction:column;gap:0.6rem;margin:1.3rem 0 0.5rem;}
.cred-item{display:flex;align-items:center;gap:0.65rem;font-size:0.86rem;color:var(--text-muted);font-weight:600;}
.cred-item::before{content:'';display:block;width:9px;height:9px;border-radius:50%;background:var(--teal);flex-shrink:0;}
.otrl-badge{display:inline-block;background:var(--teal);color:var(--white);font-family:var(--ff-body);font-size:0.72rem;font-weight:700;letter-spacing:0.06em;padding:0.22rem 0.65rem;border-radius:50px;vertical-align:middle;margin-left:0.15rem;line-height:1;}
.world-chips{display:flex;flex-wrap:wrap;gap:0.45rem;margin:0.9rem 0 1.4rem;}
.world-chip{background:var(--teal-light);color:var(--teal-dark);font-size:0.76rem;padding:0.3rem 0.8rem;border-radius:50px;font-weight:700;}

/* BOOK CALLOUT */
.book-callout{background:linear-gradient(135deg,var(--lavender-light) 0%,var(--gold-light) 100%);border:1px solid var(--border);border-radius:22px;padding:1.5rem 1.75rem;margin:1.25rem 0 1rem;display:flex;align-items:flex-start;gap:1.1rem;}
.book-callout-icon{font-size:2.4rem;flex-shrink:0;}
.book-callout-title{font-family:var(--ff-head);font-size:1.1rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.35rem;}
.book-callout-desc{font-size:0.88rem;color:var(--text-muted);font-weight:400;line-height:1.65;margin-bottom:0.8rem;}
.book-callout-link{display:inline-block;background:var(--lavender);color:var(--white);font-size:0.82rem;font-weight:700;padding:0.45rem 1.1rem;border-radius:50px;transition:all 0.2s;}
.book-callout-link:hover{background:#8C6CD0;transform:translateY(-1px);}

/* PODCAST */
.pod-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start;margin-top:2.25rem;}
.pod-show{background:var(--white);border-radius:24px;padding:1.9rem;border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);}
.pod-art{width:90px;height:90px;border-radius:20px;overflow:hidden;margin:0 auto 1rem;border:3px solid var(--teal-light);}
.pod-art img{display:block;width:100%;height:100%;object-fit:cover;}
.pod-show h3{font-family:var(--ff-head);font-size:1.2rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.25rem;}
.pod-tagline{font-size:0.82rem;color:var(--text-muted);font-weight:400;font-style:italic;margin-bottom:1rem;}
.pod-coming{display:inline-block;background:var(--gold-light);color:#B8761A;font-size:0.72rem;font-weight:700;padding:0.3rem 0.9rem;border-radius:50px;margin-bottom:0.9rem;}
.pod-platforms{display:flex;justify-content:center;gap:0.45rem;flex-wrap:wrap;}
.plat{background:var(--parchment);border:1px solid var(--border);color:var(--text-muted);padding:0.3rem 0.85rem;border-radius:50px;font-size:0.72rem;font-weight:600;}
.ep-list{display:flex;flex-direction:column;gap:1rem;}
.ep-card{border:1px solid var(--border);border-radius:18px;padding:1.2rem 1.4rem;position:relative;overflow:hidden;background:var(--white);box-shadow:var(--shadow);transition:transform 0.2s;}
.ep-card:hover{transform:translateX(4px);}
.ep-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;}
.ep-bed::before{background:var(--lavender);}
.ep-camp::before{background:var(--moss);}
.ep-travel::before{background:var(--sky);}
.ep-num{font-size:0.68rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:0.3rem;}
.ep-title{font-family:var(--ff-head);font-size:1.05rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.3rem;}
.ep-desc{font-size:0.84rem;color:var(--text-muted);font-weight:400;line-height:1.55;}
.ep-pull{margin-top:0.5rem;font-size:0.8rem;color:var(--teal-dark);font-style:italic;border-left:3px solid var(--teal-light);padding-left:0.6rem;}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;margin-top:2.25rem;}
.c-info-text{font-size:0.96rem;color:var(--text-muted);font-weight:400;line-height:1.8;margin-bottom:1.5rem;}
.info-row{display:flex;gap:0.9rem;margin-bottom:1rem;align-items:flex-start;}
.info-icon{width:44px;height:44px;min-width:44px;border-radius:14px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;}
.info-text strong{display:block;font-size:0.85rem;color:var(--teal-deep);font-weight:700;margin-bottom:0.14rem;}
.info-text span,.info-text a{font-size:0.83rem;color:var(--text-muted);font-weight:400;}
.info-text a{color:var(--teal-dark);font-weight:600;}
.cform{background:var(--parchment);border-radius:26px;padding:2.1rem;border:1px solid var(--border);box-shadow:var(--shadow);}
.cform h3{font-family:var(--ff-head);font-size:1.3rem;color:var(--teal-deep);font-weight:600;margin-bottom:1.3rem;}
.frow{margin-bottom:0.95rem;}
.frow label{display:block;font-size:0.8rem;font-weight:700;color:var(--text);margin-bottom:0.35rem;}
.frow input,.frow textarea,.frow select{width:100%;padding:0.7rem 0.95rem;border:2px solid var(--border);border-radius:12px;font-family:var(--ff-body);font-size:0.9rem;color:var(--text);background:var(--white);outline:none;transition:border-color 0.2s;font-weight:400;}
.frow input:focus,.frow textarea:focus,.frow select:focus{border-color:var(--teal);}
.frow textarea{height:95px;resize:vertical;}
.fsub{width:100%;background:var(--teal);color:var(--white);border:none;padding:0.9rem;border-radius:50px;font-family:var(--ff-body);font-size:0.92rem;font-weight:700;cursor:pointer;transition:all 0.2s;margin-top:0.3rem;box-shadow:0 6px 16px rgba(31,185,168,0.3);}
.fsub:hover{background:var(--teal-dark);transform:translateY(-2px);}
.fnote{font-size:0.74rem;color:var(--text-muted);text-align:center;margin-top:0.6rem;font-weight:400;}

/* FOOTER */
footer{background:var(--teal-deep);padding:2.75rem 2rem;}
.foot-inner{max-width:1100px;margin:0 auto;}
.foot-top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.7rem;}
.foot-brand{display:flex;align-items:center;gap:10px;}
.foot-brand img{display:block;width:36px;height:36px;border-radius:50%;object-fit:cover;}
.foot-brand-name{font-family:var(--ff-head);font-size:1.05rem;font-weight:600;color:var(--white);}
.foot-brand-name em{font-style:normal;color:#7DE8DC;}
.foot-links{display:flex;gap:1.4rem;list-style:none;flex-wrap:wrap;}
.foot-links a{color:rgba(255,255,255,0.6);font-size:0.83rem;font-weight:600;transition:color 0.2s;}
.foot-links a:hover{color:var(--white);}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.12);padding-top:1.1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.75rem;}
.foot-copy{font-size:0.74rem;color:rgba(255,255,255,0.4);font-weight:400;}
.foot-email a{font-size:0.74rem;color:rgba(255,255,255,0.5);font-weight:600;}
.foot-email a:hover{color:rgba(255,255,255,0.85);}
.foot-disclaimer{font-size:0.68rem;line-height:1.55;color:rgba(255,255,255,0.42);margin:0 0 1.1rem;}

/* ============================================================
   SUB-PAGE COMPONENTS (policies, portal, faq, resources)
   ============================================================ */

/* Colorful page header */
.page-hero{background:linear-gradient(165deg,var(--parchment) 0%,var(--teal-light) 130%);padding:3.75rem 2rem;position:relative;overflow:hidden;text-align:center;}
.page-hero::before{content:'';position:absolute;top:-100px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,92,0.13) 0%,transparent 70%);pointer-events:none;}
.page-hero-inner{max-width:760px;margin:0 auto;position:relative;}
.page-hero h1{font-family:var(--ff-head);font-size:2.6rem;color:var(--teal-deep);font-weight:600;line-height:1.15;margin-bottom:0.7rem;}
.page-hero h1 em{font-style:normal;color:var(--coral);}
.page-hero p{font-size:1.04rem;color:var(--text-muted);font-weight:400;line-height:1.7;max-width:620px;margin:0 auto;}
.page-body{max-width:820px;margin:0 auto;padding:4rem 2rem;}

/* Policies */
.policy-card{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:1.9rem 2.1rem;margin-bottom:1.4rem;box-shadow:var(--shadow);border-left:6px solid var(--teal);}
.policy-card:nth-child(2){border-left-color:var(--coral);}
.policy-card:nth-child(3){border-left-color:var(--gold);}
.policy-card:nth-child(4){border-left-color:var(--lavender);}
.policy-card:nth-child(5){border-left-color:var(--sky);}
.policy-icon{font-size:1.6rem;margin-bottom:0.5rem;display:block;}
.policy-card h2{font-family:var(--ff-head);font-size:1.4rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.7rem;}
.policy-card p{font-size:0.95rem;color:var(--text-muted);font-weight:400;line-height:1.75;margin-bottom:0.7rem;}
.policy-card p:last-child{margin-bottom:0;}
.policy-card ul{margin:0.3rem 0 0.7rem 0;padding-left:0;list-style:none;}
.policy-card li{font-size:0.93rem;color:var(--text-muted);font-weight:400;line-height:1.65;padding-left:1.5rem;position:relative;margin-bottom:0.45rem;}
.policy-card li::before{content:'';position:absolute;left:0;top:0.6em;width:8px;height:8px;border-radius:50%;background:var(--teal);}
.policy-card strong{color:var(--teal-dark);font-weight:700;}

/* Portal */
.portal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.3rem;margin-top:1rem;}
.portal-btn{display:flex;align-items:center;gap:1.1rem;background:var(--white);border:1px solid var(--border);border-radius:22px;padding:1.5rem 1.7rem;box-shadow:var(--shadow);transition:transform 0.2s,box-shadow 0.2s;border-top:5px solid var(--teal);}
.portal-btn:nth-child(2){border-top-color:var(--coral);}
.portal-btn:nth-child(3){border-top-color:var(--sky);}
.portal-btn:nth-child(4){border-top-color:var(--gold);}
.portal-btn:nth-child(5){border-top-color:var(--lavender);}
.portal-btn:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.portal-emoji{font-size:2rem;flex-shrink:0;width:58px;height:58px;border-radius:18px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;}
.portal-btn h3{font-family:var(--ff-head);font-size:1.18rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.2rem;}
.portal-btn p{font-size:0.85rem;color:var(--text-muted);font-weight:400;line-height:1.5;}
.portal-note{text-align:center;font-size:0.88rem;color:var(--text-muted);font-weight:400;margin-top:2rem;background:var(--gold-light);border-radius:16px;padding:1rem 1.5rem;}
.portal-note a{color:var(--teal-dark);font-weight:700;}

/* FAQ */
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:20px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow);}
.faq-item summary{font-family:var(--ff-head);font-size:1.12rem;color:var(--teal-deep);font-weight:600;padding:1.3rem 1.6rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';font-size:1.5rem;color:var(--coral);font-weight:400;flex-shrink:0;transition:transform 0.2s;}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item summary:hover{color:var(--teal-dark);}
.faq-answer{padding:0 1.6rem 1.4rem;font-size:0.95rem;color:var(--text-muted);font-weight:400;line-height:1.75;}

/* Resources */
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:1rem;}
.resource-card{background:var(--white);border:1px solid var(--border);border-radius:22px;padding:1.6rem;box-shadow:var(--shadow);transition:transform 0.2s,box-shadow 0.2s;border-top:5px solid var(--teal);}
.resource-card:nth-child(3n+2){border-top-color:var(--coral);}
.resource-card:nth-child(3n+3){border-top-color:var(--gold);}
.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.resource-emoji{font-size:1.9rem;display:block;margin-bottom:0.7rem;}
.resource-card h3{font-family:var(--ff-head);font-size:1.15rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.45rem;}
.resource-card p{font-size:0.87rem;color:var(--text-muted);font-weight:400;line-height:1.6;margin-bottom:0.8rem;}
.resource-tag{display:inline-block;font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--teal-dark);background:var(--teal-light);padding:0.25rem 0.7rem;border-radius:50px;}

/* Pricing */
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;}
.price-card{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:1.9rem;box-shadow:var(--shadow);border-top:6px solid var(--teal);}
.price-card.coaching{border-top-color:var(--coral);}
.price-eyebrow{display:inline-block;font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-light);padding:0.25rem 0.7rem;border-radius:50px;margin-bottom:0.7rem;}
.price-card.coaching .price-eyebrow{color:#C2452B;background:var(--coral-light);}
.price-card h2{font-family:var(--ff-head);font-size:1.45rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.2rem;}
.price-scope{font-size:0.82rem;color:var(--text-muted);font-weight:700;margin-bottom:1.1rem;}
.price-line{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:0.75rem 0;border-bottom:1px dashed var(--border);}
.price-line:last-of-type{border-bottom:none;}
.pl-name{font-size:0.93rem;color:var(--text);font-weight:700;}
.pl-name small{display:block;font-size:0.76rem;color:var(--text-muted);font-weight:400;margin-top:1px;}
.pl-amt{font-family:var(--ff-head);font-size:1.2rem;color:var(--teal-deep);font-weight:600;white-space:nowrap;}
.price-card.coaching .pl-amt{color:#9A3A21;}
.price-foot{font-size:0.8rem;color:var(--text-muted);line-height:1.55;margin-top:1.1rem;background:var(--parchment);border-radius:12px;padding:0.75rem 0.9rem;}
.price-foot strong{color:var(--teal-dark);font-weight:700;}
.price-feature{margin-top:1.5rem;background:linear-gradient(135deg,var(--teal-light) 0%,var(--white) 80%);border:1px solid var(--border);border-radius:24px;padding:2rem;box-shadow:var(--shadow);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.4rem;}
.pf-text{flex:1 1 320px;}
.price-feature h2{font-family:var(--ff-head);font-size:1.55rem;color:var(--teal-deep);font-weight:600;margin-bottom:0.35rem;}
.price-feature p{font-size:0.92rem;color:var(--text-muted);line-height:1.65;}
.price-feature strong{color:var(--teal-dark);font-weight:700;}
.pf-price{font-family:var(--ff-head);font-size:2.4rem;color:var(--teal-deep);font-weight:700;white-space:nowrap;line-height:1;}
.pf-price small{display:block;font-size:0.8rem;color:var(--text-muted);font-weight:400;font-family:var(--ff-body);margin-top:0.2rem;}
.price-cta-wrap{text-align:center;margin-top:2rem;}

/* Thank-you page */
.thanks-emoji{font-size:3.25rem;margin-bottom:0.75rem;}
.thanks-actions{display:flex;gap:0.9rem;justify-content:center;flex-wrap:wrap;margin:1.75rem 0 1.25rem;}
.thanks-note{font-size:0.9rem;color:var(--text-muted);}
.thanks-note a{color:var(--teal-dark);font-weight:700;}

/* RESPONSIVE */
@media(max-width:820px){
  .hero-inner,.offer-grid,.steps,.who-grid,.reviews-grid,.about-grid,.pod-grid,.contact-grid,.alone-grid,.portal-grid,.resource-grid,.price-grid{grid-template-columns:1fr;}
  .hero h1{font-size:2.3rem;}
  .sec-title{font-size:2rem;}
  .page-hero h1{font-size:2.1rem;}
  .nav-links{display:none;}
  .nav-portal{display:none;}
  .nav-inner{padding:0 1rem;}
}
