/* =====================================================================
   BreatheEaseX - home.css
   Styles used only by the home page (index.html).
   Load AFTER styles.css:
     <link rel="stylesheet" href="styles.css">
     <link rel="stylesheet" href="home.css">
   Shared design tokens (:root variables), typography, header, buttons,
   sections, FAQ, footer and responsive base live in styles.css.
   ===================================================================== */

/* ---------- Hero ---------- */
.hero{padding:56px 0 70px; position:relative; overflow:hidden;}
.hero::before{content:"";position:absolute;right:-200px;top:-160px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle, rgba(145,168,142,.22), transparent 70%);}
.hero .row{position:relative;z-index:1;}
.hero-labels{display:flex; gap:10px; flex-wrap:wrap; margin:22px 0 26px;}
.hero-labels span{font-size:.85rem; font-weight:600; color:var(--forest); background:var(--soft-sage); padding:7px 14px; border-radius:100px;}
.hero p.lede{font-size:1.15rem; max-width:54ch;}
.hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin:24px 0 8px;}
.hero-media{position:relative; text-align:center;}
.hero-media-frame{position:relative; background:var(--soft-sage); border-radius:var(--radius-lg); padding:36px; overflow:hidden;}
.hero-media-frame img{max-width:80%; margin:0 auto; filter:drop-shadow(0 30px 40px rgba(23,53,43,.25));}
.hero-stat{position:absolute; background:var(--paper); border:1px solid var(--border); border-radius:var(--radius-md); padding:14px 18px; box-shadow:var(--shadow-soft);}
.hero-stat-1{top:24px; left:24px;}
.hero-stat-2{bottom:24px; right:24px;}
.hero-stat strong{display:block; font-family:'Plus Jakarta Sans',sans-serif; font-size:1.4rem; color:var(--forest);}
.hero-stat span{font-size:.85rem; color:var(--muted);}

/* ---------- Manifesto (full-width statement) ---------- */
.manifesto{max-width:900px;margin:0 auto;text-align:center;}
.manifesto h2{font-size:clamp(1.9rem,2vw,2.9rem);}

/* ---------- Environment (image-led overlap) ---------- */
.env-wrap{position:relative;}
.env-img{border-radius:var(--radius-lg); box-shadow:var(--shadow-soft); width:100%;}
.env-overlap{background:var(--paper); border:1px solid var(--border); border-radius:var(--radius-lg); padding:38px; margin-top:-7px; margin-left:40px; margin-right:40px; position:relative; z-index:1; box-shadow:var(--shadow-soft);}
.env-list{list-style:none; padding:0; margin:20px 0 0; display:grid; gap:14px;}
.env-list li{display:flex; gap:14px; align-items:flex-start; font-size:1rem;}
.env-num{flex-shrink:0; width:30px;height:30px;border-radius:50%; background:var(--soft-sage); color:var(--forest); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem;}

/* ---------- Approach (4 distinct moments) ---------- */
.approach-grid{display:grid; grid-template-columns:1.3fr .7fr; gap:24px;}
.approach-lead{grid-row:1 / span 2; background:var(--deep-forest); color:#fff; border-radius:var(--radius-lg); padding:46px; position:relative; overflow:hidden;}
.approach-lead h3{color:#fff;}
.approach-lead p{color:#D9E2D6;}
.approach-side{background:var(--paper); border:1px solid var(--border); border-radius:var(--radius-md); padding:28px;}
.approach-wide{grid-column:1/-1; background:var(--soft-sage); border-radius:var(--radius-md); padding:34px 38px; display:grid; grid-template-columns:auto 1fr; gap:28px; align-items:center;}
.approach-num{font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:1rem; color:var(--gold); letter-spacing:.06em; margin-bottom:10px; display:block;}

/* ---------- Formula story (vertical) ---------- */
.story-steps{max-width:760px;margin:0 auto;}
.story-step{padding:34px 0; border-bottom:1px solid var(--border);}
.story-step:first-child{padding-top:0;}
.story-step:last-child{border-bottom:none;}

/* ---------- Daily rhythm (horizontal 3-part) ---------- */
.rhythm-row{display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft);}
.rhythm-part{padding:44px 34px; background:var(--paper);}
.rhythm-part:nth-child(2){background:var(--soft-sage);}
.rhythm-part:nth-child(3){background:var(--sand);}
.rhythm-tag{font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:.85rem; letter-spacing:.1em; color:var(--forest); text-transform:uppercase; margin-bottom:14px; display:block;}

/* ---------- Package editorial comparison ---------- */
.pkg-row{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:end;}
.pkg-card{background:var(--paper); border:1px solid var(--border); border-radius:var(--radius-lg); padding:30px 26px; text-align:center;}
.pkg-featured{border:2px solid var(--gold); box-shadow:var(--shadow-soft); transform:translateY(-14px); position:relative;}
.pkg-badge{position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--gold); color:#fff; font-size:.82rem; font-weight:700; padding:6px 16px; border-radius:100px; white-space:nowrap;}
.pkg-card h3{font-size:1.15rem;margin-bottom:2px;}
.pkg-card .supply{font-size:.92rem;color:var(--muted);margin-bottom:16px;}
.pkg-card img{max-width:75%;margin:0 auto 16px;}
.pkg-card .figure{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:1.9rem;color:var(--deep-forest);}
.pkg-card .figure span{font-size:.88rem;font-weight:500;color:var(--muted);}
.pkg-card .save{display:block;color:var(--gold);font-weight:700;font-size:.9rem;margin:8px 0 16px;}
.pkg-card .total{font-size:.9rem;color:var(--muted);margin-bottom:18px;}
.pkg-card .total .was{text-decoration:line-through;margin-right:6px;}
.pkg-card .total .now{font-weight:700;color:var(--ink);}

/* ---------- Thoughtful perspective (credibility statement) ---------- */
.credibility{max-width:820px;margin:0 auto;}

/* ---------- Guarantee ---------- */
.guarantee-min{background:var(--soft-sage); border-radius:var(--radius-lg); padding:56px; text-align:center;}
.guarantee-circle{width:130px;height:130px;border-radius:50%;background:var(--paper); border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; margin:0 auto 24px; font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:1.2rem; color:var(--forest); text-align:center; line-height:1.2;}

/* ---------- Resources ---------- */
.resource-row{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.resource-card{background:var(--paper); border:1px solid var(--border); border-radius:var(--radius-md); padding:24px;}
.resource-card h4{font-family:'Plus Jakarta Sans',sans-serif; font-size:1.02rem; margin-bottom:8px; color:var(--deep-forest);}
.resource-card p{font-size:.95rem;margin-bottom:0;}

/* ---------- Final CTA ---------- */
.final-cta{position:relative; overflow:hidden; border-radius:var(--radius-lg); background:var(--grad-primary); color:#fff; padding:64px; text-align:center;}
.final-cta img{max-width:200px; margin:0 auto 24px;}

/* ---------- Responsive ---------- */
@media (max-width:991px){
  .hero .row{flex-direction:column-reverse;}
  .approach-grid{grid-template-columns:1fr;}
  .approach-lead{grid-row:auto;}
  .approach-wide{grid-template-columns:1fr;}
  .rhythm-row{grid-template-columns:1fr;}
  .pkg-row{grid-template-columns:1fr;}
  .pkg-featured{transform:none;}
  .env-overlap{margin-left:0;margin-right:0;margin-top:-40px;}
  .resource-row{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .guarantee-min{padding:36px 22px;}
  .final-cta{padding:36px 22px;}
}
