
  :root{
    --cream:#FBF3E4;
    --cream-2:#F3E9D4;
    --espresso:#2B1B14;
    --espresso-2:#3E2A1F;
    --berry:#C0335D;
    --berry-dark:#9E2749;
    --honey:#E3A438;
    --pistachio:#7F9A6B;
    --line: rgba(43,27,20,0.14);
    --line-light: rgba(251,243,228,0.18);
    --shadow: 0 12px 30px rgba(43,27,20,0.12);
    --radius: 18px;
    --container: 1360px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;} }

  body{
    margin:0;
    background:var(--cream);
    color:var(--espresso);
    font-family:'Plus Jakarta Sans', sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

  h1,h2,h3{
    font-family:'Fraunces', serif;
    font-weight:600;
    line-height:1.12;
    margin:0 0 0.5em 0;
    letter-spacing:-0.01em;
  }

  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    text-transform:uppercase;
    letter-spacing:0.14em;
    font-size:12.5px;
    font-weight:600;
    color:var(--berry);
  }
  .eyebrow.on-dark{ color:var(--honey); }

  a{color:inherit;}
  img{max-width:100%; display:block;}

  .wrap{
    max-width:var(--container);
    margin:0 auto;
    padding:0 28px;
  }

  section{padding:88px 0;}
  @media (max-width:640px){ section{padding:56px 0;} }

  /* ---------- Nav ---------- */
  header.nav{
    position:sticky; top:0; z-index:50;
    background:rgba(251,243,228,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:var(--container); margin:0 auto; padding:16px 28px;
    display:flex; align-items:center; justify-content:space-between;
  }
  .logo{
    font-family:'Fraunces', serif; font-weight:700; font-size:19px;
    display:flex; align-items:center; gap:8px;
    text-decoration:none; color:var(--espresso);
  }
  .logo .dot{ width:8px; height:8px; border-radius:50%; background:var(--berry); display:inline-block;}
  .logo-img{ height:60px; width:auto; display:block; }
  nav.links{ display:flex; gap:28px; align-items:center; }
  nav.links a{ font-size:14.5px; font-weight:600; text-decoration:none; color:var(--espresso-2); }
  nav.links a:hover{ color:var(--berry); }
  nav.links a:focus-visible, a:focus-visible, button:focus-visible{ outline:2.5px solid var(--berry); outline-offset:3px; border-radius:4px; }
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:14.5px;
    padding:12px 22px; border-radius:100px; text-decoration:none;
    border:1.5px solid transparent; cursor:pointer;
  }
  .btn-primary{ background:var(--berry); color:var(--cream); box-shadow:0 8px 20px rgba(192,51,93,0.28); }
  .btn-primary:hover{ background:var(--berry-dark); }
  .btn-ghost{ background:transparent; border-color:var(--espresso); color:var(--espresso); }
  .btn-ghost:hover{ background:var(--espresso); color:var(--cream); }
  .btn-ghost.on-dark{ border-color:var(--cream); color:var(--cream); }
  .btn-ghost.on-dark:hover{ background:var(--cream); color:var(--espresso); }
  .nav .btn-primary{ padding:10px 20px; font-size:13.5px; }

  /* ---------- Hero ---------- */
  .hero{
    background:radial-gradient(1200px 600px at 85% -10%, rgba(227,164,56,0.18), transparent 60%), var(--espresso);
    color:var(--cream);
    padding:76px 0 0 0;
    overflow:hidden;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;
  }
  @media (max-width:900px){ .hero-grid{ grid-template-columns:1fr; } }
  .hero h1{ font-size:clamp(32px,4.6vw,52px); color:var(--cream); margin-top:14px; }
  .hero h1 em{ font-style:italic; color:var(--honey); }
  .hero p.sub{ font-size:17px; color:rgba(251,243,228,0.82); max-width:46ch; margin:18px 0 30px 0; }
  .hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; }

  /* cake tier stat stack — signature element */
  .cake{
    display:flex; flex-direction:column-reverse; align-items:center; gap:0;
    padding-bottom:36px;
  }
  .tier{
    width:100%;
    border-radius:16px 16px 6px 6px;
    padding:16px 22px;
    margin-top:-14px;
    box-shadow:0 10px 24px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.18);
    position:relative;
    color:var(--espresso);
  }
  .tier .num{ font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:26px; line-height:1; }
  .tier .label{ font-size:12.5px; font-weight:600; margin-top:6px; opacity:0.82; }
  .tier-1{ background:var(--cream); width:100%; }
  .tier-2{ background:var(--honey); width:86%; color:var(--espresso); }
  .tier-3{ background:var(--berry); width:70%; color:var(--cream); }
  .tier-4{ background:var(--pistachio); width:52%; color:var(--espresso); }
  .flag{
    width:3px; height:34px; background:var(--cream); margin:0 auto -2px auto; border-radius:2px; position:relative; z-index:2;
  }
  .flag::after{
    content:"75+ Leads · PKR 150K Revenue"; position:absolute; top:-4px; left:6px;
    background:var(--cream); color:var(--espresso); font-family:'IBM Plex Mono', monospace;
    font-size:10.5px; font-weight:600; padding:5px 9px; border-radius:3px 8px 8px 8px;
    white-space:nowrap; box-shadow:var(--shadow);
  }

  /* scallop divider — signature motif */
  .scallop{ height:22px; width:100%; }
  .scallop-cream{ background-image: radial-gradient(circle at 11px 0px, transparent 11px, var(--cream) 11.5px); background-size:22px 22px; background-repeat:repeat-x; background-position:top; background-color:var(--espresso); }
  .scallop-flip{ transform:rotate(180deg); }

  /* ---------- Problem ---------- */
  .problem{ background:var(--cream); }
  .problem-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:52px; align-items:start; }
  @media (max-width:900px){ .problem-grid{ grid-template-columns:1fr; } }
  .problem h2{ font-size:clamp(26px,3.4vw,38px); }
  ul.pain{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
  ul.pain li{
    background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px 20px;
    font-size:15.5px; display:flex; gap:12px; align-items:flex-start;
  }
  ul.pain li .mark{ color:var(--berry); font-weight:700; font-family:'IBM Plex Mono', monospace; flex-shrink:0; }

  /* ---------- Pillars ---------- */
  .pillars{ background:var(--cream-2); }
  .pillar-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px; }
  @media (max-width:820px){ .pillar-grid{ grid-template-columns:1fr; } }
  .pillar{
    background:var(--cream); border-radius:var(--radius); padding:30px 26px; border:1px solid var(--line);
  }
  .pillar .pnum{ font-family:'IBM Plex Mono', monospace; color:var(--berry); font-size:13px; font-weight:600; }
  .pillar h3{ font-size:21px; margin:10px 0 8px 0; }
  .pillar p{ font-size:14.5px; color:var(--espresso-2); margin:0; }

  /* ---------- Case study ---------- */
  .case{ background:var(--espresso); color:var(--cream); }
  .case-head{ max-width:70ch; }
  .case-head h2{ color:var(--cream); font-size:clamp(26px,3.4vw,38px); }
  .answer-block{
    background:rgba(251,243,228,0.06); border:1px solid var(--line-light); border-radius:16px;
    padding:24px 26px; margin:26px 0 44px 0; font-size:15.5px; color:rgba(251,243,228,0.92);
  }
  .stat-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:46px; }
  @media (max-width:820px){ .stat-row{ grid-template-columns:repeat(2,1fr);} }
  .stat-card{
    border:1px solid var(--line-light); border-radius:14px; padding:20px 18px; background:rgba(251,243,228,0.04);
  }
  .stat-card .n{ font-family:'IBM Plex Mono', monospace; font-size:28px; font-weight:600; color:var(--honey); }
  .stat-card .l{ font-size:13px; margin-top:6px; color:rgba(251,243,228,0.7); }

  .proof-gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:20px 0 46px 0; }
  @media (max-width:820px){ .proof-gallery{ grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .proof-gallery{ grid-template-columns:1fr; } }
  figure{ margin:0; }
  figure img{ border-radius:12px; border:1px solid var(--line-light); }
  figcaption{ font-size:12.5px; color:rgba(251,243,228,0.65); margin-top:8px; font-family:'IBM Plex Mono', monospace; }

  /* Proof screenshots open full-size in a new tab; the expand icon is a
     hover affordance for mouse/desktop users (Onboarding item 5). */
  .proof-link{ position:relative; display:block; border-radius:12px; }
  .proof-link:focus-visible{ outline:2.5px solid var(--honey); outline-offset:3px; border-radius:14px; }
  .proof-expand{
    position:absolute; top:10px; right:10px; width:30px; height:30px; border-radius:50%;
    background:rgba(43,27,20,0.82); border:1px solid var(--line-light);
    display:flex; align-items:center; justify-content:center;
    opacity:0; transform:translateY(-3px); transition:opacity .18s ease, transform .18s ease;
    pointer-events:none;
  }
  .proof-expand svg{ width:14px; height:14px; color:var(--cream); }
  @media (hover:hover) and (pointer:fine){
    .proof-link:hover .proof-expand, .proof-link:focus-visible .proof-expand{ opacity:1; transform:translateY(0); }
    .proof-link:hover img{ filter:brightness(0.88); }
  }
  .proof-link img{ transition:filter .18s ease; }

  .month-timeline{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  @media (max-width:820px){ .month-timeline{ grid-template-columns:1fr; } }
  .month{ border-left:2px solid var(--honey); padding-left:18px; }
  .month .mnum{ font-family:'IBM Plex Mono', monospace; color:var(--honey); font-size:13px; font-weight:600; }
  .month h4{ font-family:'Fraunces', serif; font-size:19px; margin:6px 0 8px 0; font-weight:600; }
  .month p{ font-size:14px; color:rgba(251,243,228,0.78); margin:0; }

  /* ---------- Local ---------- */
  .local{ background:var(--cream); }
  .city-chip-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
  .chip{
    font-family:'IBM Plex Mono', monospace; font-size:13px; padding:8px 14px; border-radius:100px;
    background:#fff; border:1px solid var(--line); color:var(--espresso-2);
  }

  /* ---------- Pricing ---------- */
  .pricing{ background:var(--cream-2); }
  .starter-card{
    background:var(--espresso); color:var(--cream); border-radius:22px; padding:36px; margin-top:40px;
    display:grid; grid-template-columns:0.9fr 1.1fr; gap:40px;
  }
  @media (max-width:820px){ .starter-card{ grid-template-columns:1fr; } }
  .price-tag{ font-family:'IBM Plex Mono', monospace; font-size:38px; color:var(--honey); font-weight:600; }
  .starter-months{ display:flex; flex-direction:column; gap:18px; }
  .starter-months .sm{ border-bottom:1px solid var(--line-light); padding-bottom:16px; }
  .starter-months .sm:last-child{ border-bottom:none; padding-bottom:0; }
  .starter-months .stag{ font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--pistachio); font-weight:600; }
  .starter-months h4{ font-family:'Fraunces', serif; font-weight:600; font-size:18px; margin:4px 0 6px 0; }
  .starter-months p{ font-size:14px; color:rgba(251,243,228,0.78); margin:0; }

  .retainer-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; }
  @media (max-width:900px){ .retainer-grid{ grid-template-columns:1fr; } }
  .rtier{ background:var(--cream); border-radius:var(--radius); border:1px solid var(--line); padding:28px 24px; }
  .rtier.featured{ border:2px solid var(--berry); box-shadow:var(--shadow); position:relative; }
  .rtier .featured-tag{ position:absolute; top:-13px; right:24px; background:var(--berry); color:var(--cream); font-family:'IBM Plex Mono', monospace; font-size:11px; font-weight:600; padding:5px 12px; border-radius:100px; }
  .rtier h3{ font-size:20px; margin-bottom:4px; }
  .rtier .rprice{ font-family:'IBM Plex Mono', monospace; font-size:24px; color:var(--berry); font-weight:600; margin-bottom:14px; }
  .rtier ul{ margin:0; padding-left:18px; font-size:14px; color:var(--espresso-2); display:flex; flex-direction:column; gap:8px; }

  /* ---------- Trust ---------- */
  .trust{ background:var(--cream); }
  .trust-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:30px; }
  @media (max-width:820px){ .trust-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .trust-grid{ grid-template-columns:1fr; } }
  .tcard{ padding:18px 4px; }
  .tcard .ticon{ width:34px; height:34px; border-radius:50%; background:var(--pistachio); margin-bottom:12px; }
  .tcard p{ font-size:14.5px; font-weight:600; margin:0; }

  /* ---------- FAQ ---------- */
  .faq{ background:var(--cream-2); }
  .faq-list{ margin-top:32px; display:flex; flex-direction:column; gap:1px; background:var(--line); border-radius:14px; overflow:hidden; }
  details{ background:var(--cream); padding:20px 22px; }
  details summary{ cursor:pointer; font-family:'Fraunces', serif; font-weight:600; font-size:17px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; }
  details summary::-webkit-details-marker{ display:none; }
  details summary::after{ content:"+"; font-family:'IBM Plex Mono', monospace; color:var(--berry); font-size:20px; flex-shrink:0; }
  details[open] summary::after{ content:"–"; }
  details p{ font-size:14.5px; color:var(--espresso-2); margin:12px 0 0 0; max-width:70ch; }

  /* ---------- Final CTA ---------- */
  .final-cta{ background:var(--espresso); color:var(--cream); text-align:center; }
  .final-cta h2{ color:var(--cream); font-size:clamp(28px,4vw,42px); max-width:22ch; margin:0 auto 16px auto; }
  .final-cta p{ color:rgba(251,243,228,0.78); max-width:52ch; margin:0 auto 30px auto; font-size:16px; }
  .final-ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

  footer{ background:var(--espresso); color:rgba(251,243,228,0.55); padding:36px 0; border-top:1px solid var(--line-light); }
  .foot-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; font-size:13px; align-items:center; }
  .foot-grid .disclaimer, footer .disclaimer{ max-width:64ch; font-size:12px; margin-top:14px; color:rgba(251,243,228,0.4); }
  .foot-whatsapp{ display:inline-flex; align-items:center; gap:7px; color:rgba(251,243,228,0.85); text-decoration:none; font-weight:600; }
  .foot-whatsapp:hover{ color:var(--honey); }
  .foot-whatsapp svg{ width:16px; height:16px; flex-shrink:0; }

  /* Mobile app tab bar is mobile-only — hidden by default so it never
     appears as plain unstyled links below the footer on desktop. */
  .app-tabbar{ display:none; }

  /* =====================================================
     MOBILE APP SHELL (v2) — built as its own app-style
     layer: floating pill tab bar with center FAB, cards
     instead of grids, swipeable rows, app bar that
     compacts on scroll.
  ===================================================== */
  @media (max-width:640px){
    :root{
      --tabbar-h:66px;
      --fab-size:58px;
      --app-radius:20px;
      --gutter:20px;
    }
    html{ -webkit-tap-highlight-color:transparent; }
    body{ padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 22px); }
    .wrap{ padding:0 var(--gutter); }

    /* ---- App bar: compacts + gains a shadow once you scroll ---- */
    header.nav{ padding-top:env(safe-area-inset-top); transition:box-shadow .25s ease, background-color .25s ease; }
    header.nav.is-scrolled{ background:rgba(251,243,228,0.98); box-shadow:0 6px 18px rgba(43,27,20,0.10); }
    .nav-inner{ padding:12px var(--gutter); justify-content:center; }
    .nav-inner nav.links{ display:none; }
    .nav-inner .btn-primary{ display:none; }
    .logo-img{ height:56px; width:auto; }

    /* ---- Section headers get a small app-dashboard dot ---- */
    .eyebrow{ display:inline-flex; align-items:center; gap:6px; }
    .eyebrow::before{ content:""; width:6px; height:6px; border-radius:50%; background:currentColor; flex-shrink:0; }

    /* ---- Swipeable card rows instead of static grids ---- */
    .stat-row, .pillar-grid, .proof-gallery, .month-timeline, .retainer-grid, .trust-grid, .care-grid{
      display:flex !important; flex-wrap:nowrap !important;
      overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
      gap:14px; margin:0 calc(var(--gutter) * -1); padding:6px var(--gutter) 18px var(--gutter);
      scrollbar-width:none;
    }
    .stat-row::-webkit-scrollbar, .pillar-grid::-webkit-scrollbar, .proof-gallery::-webkit-scrollbar,
    .month-timeline::-webkit-scrollbar, .retainer-grid::-webkit-scrollbar, .trust-grid::-webkit-scrollbar,
    .care-grid::-webkit-scrollbar{ display:none; }
    .stat-row > *{ scroll-snap-align:center; flex:0 0 64%; }
    .pillar-grid > *{ scroll-snap-align:center; flex:0 0 78%; }
    .proof-gallery > *{ scroll-snap-align:center; flex:0 0 70%; }
    .month-timeline > *{ scroll-snap-align:center; flex:0 0 78%; }
    .retainer-grid > *{ scroll-snap-align:center; flex:0 0 78%; }
    .trust-grid > *{ scroll-snap-align:center; flex:0 0 60%; }
    .care-grid > *{ scroll-snap-align:center; flex:0 0 80%; }

    /* ---- Scroll-snap hint: fade the right edge so it reads as a swipeable rail ---- */
    .stat-row, .pillar-grid, .month-timeline, .care-grid, .retainer-grid, .trust-grid, .proof-gallery{
      -webkit-mask-image:linear-gradient(to right, #000 92%, transparent 100%);
      mask-image:linear-gradient(to right, #000 92%, transparent 100%);
    }

    /* ---- Funnel table becomes stacked app cards ---- */
    .funnel{ border:none; background:none; }
    .funnel .fhead{ display:none; }
    .funnel .frow{
      grid-template-columns:1fr; gap:2px; padding:18px 20px; margin-bottom:10px;
      border:1px solid var(--line-light); border-radius:var(--app-radius);
    }
    .funnel .frow:nth-child(even){ background:rgba(251,243,228,0.04); }
    .funnel .frow .fval{ font-size:22px; font-weight:700; color:var(--honey); order:-1; }
    .funnel .frow .fstage{ font-size:16px; }

    /* ---- Onboarding steps read as individual app cards ---- */
    .step{
      background:#fff; border:1px solid var(--line) !important; border-top:1px solid var(--line) !important;
      border-radius:var(--app-radius); padding:22px 18px; margin-bottom:12px;
      box-shadow:0 4px 14px rgba(43,27,20,0.05);
    }
    .step:last-child{ border-bottom:1px solid var(--line) !important; }

    /* ---- Thumb-friendly, rounded app buttons ---- */
    .btn{ min-height:50px; border-radius:16px; }
    .hero-ctas .btn, .final-ctas .btn{ width:100%; justify-content:center; }

    section{ scroll-margin-top:78px; }

    /* ---- Floating pill tab bar ---- */
    .app-tabbar{
      display:block;
      position:fixed; left:14px; right:14px; bottom:14px; z-index:200;
      height:var(--tabbar-h); border-radius:26px;
      background:rgba(43,27,20,0.97); backdrop-filter:blur(14px);
      box-shadow:0 16px 32px rgba(43,27,20,0.30);
      padding-bottom:env(safe-area-inset-bottom);
    }
    .tabbar-row{ display:flex; align-items:stretch; height:100%; }
    .app-tabbar .tab{
      flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px;
      text-decoration:none; color:rgba(251,243,228,0.5); font-size:10px; font-weight:700;
      min-height:44px;
    }
    .app-tabbar .tab svg{ width:20px; height:20px; }
    .app-tabbar .tab.active{ color:var(--cream); }
    .app-tabbar .tab:active{ opacity:0.6; }
    .app-tabbar .tab-spacer{ flex:1; }
    .app-tabbar .fab{
      position:absolute; left:50%; top:-22px; transform:translateX(-50%);
      width:var(--fab-size); height:var(--fab-size); border-radius:50%;
      background:var(--berry); color:#fff; display:flex; align-items:center; justify-content:center;
      box-shadow:0 10px 22px rgba(192,51,93,0.45); border:4px solid var(--cream);
      text-decoration:none;
    }
    .app-tabbar .fab svg{ width:25px; height:25px; }
    .app-tabbar .fab:active{ transform:translateX(-50%) scale(0.93); }
  }

  /* ---------- Results / Onboarding page additions ---------- */
nav.links a.current{ color:var(--berry); }



  /* ---------- Page hero ---------- */
  .phero{
    background:radial-gradient(1200px 600px at 85% -10%, rgba(227,164,56,0.18), transparent 60%), var(--espresso);
    color:var(--cream);
    padding:64px 0 72px 0;
  }


  .phero h1{ font-size:clamp(30px,4.4vw,46px); color:var(--cream); margin-top:14px; max-width:20ch; }


  .phero h1 em{ font-style:italic; color:var(--honey); }


  .phero p.sub{ font-size:16.5px; color:rgba(251,243,228,0.82); max-width:58ch; margin:16px 0 0 0; }



  /* scallop divider */
  .scallop{ height:22px; width:100%; }



  /* Funnel table */
  .funnel{ margin-top:8px; border:1px solid var(--line-light); border-radius:16px; overflow:hidden; }


  .funnel .frow{ display:grid; grid-template-columns:1.6fr 0.8fr 0.8fr 1fr; gap:12px; padding:16px 22px; align-items:center; }


  .funnel .frow:nth-child(even){ background:rgba(251,243,228,0.04); }


  .funnel .fhead{ font-family:'IBM Plex Mono', monospace; font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em; color:var(--honey); background:rgba(251,243,228,0.08) !important; }


  .funnel .fstage{ font-family:'Fraunces', serif; font-weight:600; font-size:15.5px; }


  .funnel .fval{ font-family:'IBM Plex Mono', monospace; font-size:14px; color:rgba(251,243,228,0.9); }


  .funnel .fnote{ font-size:12.5px; color:rgba(251,243,228,0.65); }


  @media (max-width:700px){
    .funnel .frow{ grid-template-columns:1fr 1fr; }
    .funnel .fnote{ grid-column:1 / -1; }
  }



  /* ---------- Onboarding ---------- */
  .onboarding{ background:var(--cream); }


  .steps{ margin-top:44px; display:flex; flex-direction:column; gap:0; }


  .step{
    display:grid; grid-template-columns:64px 1fr; gap:24px;
    padding:26px 0; border-top:1px solid var(--line);
  }


  .step:last-child{ border-bottom:1px solid var(--line); }


  .step .snum{
    font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:22px; color:var(--berry);
    width:44px; height:44px; border-radius:50%; border:1.5px solid var(--berry);
    display:flex; align-items:center; justify-content:center;
  }


  .step .stag{ font-family:'IBM Plex Mono', monospace; font-size:12px; font-weight:600; color:var(--pistachio); letter-spacing:0.06em; text-transform:uppercase; }


  .step h3{ font-size:20px; margin:6px 0 8px 0; }


  .step p{ font-size:15px; color:var(--espresso-2); margin:0 0 10px 0; max-width:64ch; }


  .step ul{ margin:0; padding-left:18px; font-size:14px; color:var(--espresso-2); display:flex; flex-direction:column; gap:6px; }



  .care-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; }


  .care-card{ background:var(--cream-2); border-radius:var(--radius); border:1px solid var(--line); padding:26px 24px; }


  .care-card .cnum{ font-family:'IBM Plex Mono', monospace; color:var(--berry); font-size:13px; font-weight:600; }


  .care-card h4{ font-family:'Fraunces', serif; font-size:19px; margin:10px 0 8px 0; }


  .care-card p{ font-size:14.5px; color:var(--espresso-2); margin:0; }

  /* ---------- Onboarding step cards — refined mobile card layout ----------
     Re-declared here (after the base .step rule above, same specificity)
     so the numbered badge and copy sit inside real padding instead of
     crowding the card's rounded edges on small screens. */
  @media (max-width:640px){
    .step{
      grid-template-columns:38px 1fr;
      column-gap:14px;
      row-gap:0;
      padding:22px 18px;
    }
    .step .snum{
      width:38px; height:38px; font-size:16px;
    }
    .step .stag{ display:inline-block; margin-bottom:2px; }
    .step h3{ font-size:18px; line-height:1.28; margin:4px 0 8px 0; }
    .step p{ font-size:14px; line-height:1.55; margin:0 0 10px 0; }
    .step ul{ font-size:13.5px; gap:8px; }
  }
