/* ============================================================
   BigShoppingFeed - Landing page (2026 redesign)
   Aesthetic: warm editorial-premium SaaS.
   Paper + ink, Fraunces display serif, Hanken Grotesk body,
   growth-green + marigold accents. No generic AI gradients.
   Self-contained: not dependent on bootstrap/ud-styles.
   ============================================================ */

:root {
    --paper:      #FBF8F2;
    --paper-2:    #F4EEE2;
    --paper-3:    #ECE3D2;
    --ink:        #16140F;
    --ink-soft:   #4F4A40;
    --ink-faint:  #8B8478;
    --green:      #0B7A48;
    --green-br:   #14C172;
    --amber:      #F2A100;
    --coral:      #FF5C39;
    --line:       rgba(22,20,15,.12);
    --line-soft:  rgba(22,20,15,.07);
    --card:       #FFFFFF;
    --shadow-sm:  0 1px 2px rgba(22,20,15,.05), 0 2px 8px rgba(22,20,15,.04);
    --shadow-md:  0 8px 30px rgba(22,20,15,.08), 0 2px 8px rgba(22,20,15,.05);
    --shadow-lg:  0 24px 70px rgba(22,20,15,.14), 0 8px 24px rgba(22,20,15,.08);
    --radius:     18px;
    --radius-sm:  12px;
    --maxw:       1180px;
    --ease:       cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }

/* grid/flex children must be allowed to shrink below content min-size,
   otherwise no-wrap content (e.g. the feed-card footer) stretches the
   track wider than a phone viewport and clips the whole page. */
.hero-copy, .hero-visual,
.prose-text, .prose-aside,
.step, .feature, .stat, .plan { min-width: 0; }
.feedcard-foot { flex-wrap: wrap; }
.feedcard, .hero-visual { max-width: 100%; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-feature-settings: "ss01" 1, "cv01" 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

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

h1, h2, h3, h4 {
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.015em;
    margin: 0;
    font-optical-sizing: auto;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55em;
    font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1;
    padding: 1.05em 1.6em; border-radius: 999px; cursor: pointer;
    border: 1.5px solid transparent; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
    white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: var(--paper); box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-accent { background: var(--green); color: #fff; box-shadow: 0 10px 30px rgba(11,122,72,.32); }
.btn-accent:hover { transform: translateY(-3px); background: #0a6b3f; box-shadow: 0 16px 40px rgba(11,122,72,.4); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn .arr { transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

/* ---------- eyebrow / labels ---------- */
.eyebrow {
    display: inline-flex; align-items: center; gap: .5em;
    font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--green); font-family: "Hanken Grotesk", sans-serif;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--green); display: inline-block; }
.eyebrow.center::before { display: none; }

/* ---------- nav ---------- */
.nav {
    position: sticky; top: 0; z-index: 100;
    backdrop-filter: saturate(140%) blur(12px);
    background: rgba(251,248,242,.82);
    border-bottom: 1px solid transparent;
    transition: border-color .3s, background .3s, box-shadow .3s;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 0 rgba(22,20,15,.02), var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: .6em; font-family: "Fraunces", serif; font-weight: 600; font-size: 1.32rem; letter-spacing: -.02em; }
.brand .mark {
    width: 34px; height: 34px; border-radius: 9px; flex: none;
    background: linear-gradient(140deg, var(--green) 0%, var(--green-br) 100%);
    display: grid; place-items: center; color: #fff; box-shadow: 0 6px 16px rgba(11,122,72,.3);
}
.brand .mark svg { width: 19px; height: 19px; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .98rem; font-weight: 600; color: var(--ink-soft); padding: .55em .9em; border-radius: 9px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--ink); background: var(--paper-2); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: .85em 1.25em; }
.nav-toggle {
    display: none; width: 46px; height: 46px; border-radius: 12px; flex: none;
    background: var(--card); border: 1px solid var(--line); cursor: pointer;
    align-items: center; justify-content: center; color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .x { display: none; }
body.menu-open .nav-toggle .x { display: block; }
body.menu-open .nav-toggle .burger { display: none; }

/* mobile slide-down menu */
.mobile-menu {
    position: fixed; inset: 76px 0 auto 0; z-index: 99;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); padding: 18px 26px 26px;
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: transform .3s var(--ease), opacity .3s var(--ease), visibility .3s;
    display: none;
}
.mobile-menu a { display: block; padding: 14px 4px; font-size: 1.08rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.mobile-menu .btn { width: 100%; margin-top: 18px; }
body.menu-open .mobile-menu { transform: none; opacity: 1; visibility: visible; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 70px 0 40px; overflow: hidden; }
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(60% 50% at 82% 8%, rgba(20,193,114,.14), transparent 70%),
        radial-gradient(50% 40% at 6% 60%, rgba(242,161,0,.10), transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero-badge {
    display: inline-flex; align-items: center; gap: .6em; padding: .5em .9em .5em .6em;
    background: var(--card); border: 1px solid var(--line); border-radius: 999px;
    font-size: .85rem; font-weight: 600; color: var(--ink-soft); box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.hero-badge .pill { background: var(--green); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .04em; padding: .35em .7em; border-radius: 999px; text-transform: uppercase; }
.hero h1 { font-size: clamp(2.2rem, 5.4vw, 4.35rem); margin-bottom: 22px; overflow-wrap: break-word; }
.hero h1 em { font-style: italic; color: var(--green); position: relative; }
.hero h1 .uline { background-image: linear-gradient(transparent 62%, rgba(242,161,0,.42) 0); }
.hero-sub { font-size: 1.22rem; color: var(--ink-soft); max-width: 33ch; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { display: flex; align-items: center; gap: 1.4em; margin-top: 26px; font-size: .92rem; color: var(--ink-faint); flex-wrap: wrap; }
.hero-note .chk { display: inline-flex; align-items: center; gap: .45em; }
.hero-note .chk svg { width: 16px; height: 16px; color: var(--green); }

/* hero visual: feed sync mock */
.hero-visual { position: relative; }
.feedcard {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-lg); padding: 22px; position: relative; z-index: 2;
}
.feedcard-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-soft); margin-bottom: 16px; }
.feedcard-top .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green-br); box-shadow: 0 0 0 4px rgba(20,193,114,.16); }
.feedcard-top .ttl { font-weight: 700; font-size: .98rem; }
.feedcard-top .live { margin-left: auto; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green); }
.feedrow { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 11px 0; }
.feedrow + .feedrow { border-top: 1px solid var(--line-soft); }
.feedrow .thumb { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, var(--paper-2), var(--paper-3)); }
.feedrow .meta b { display: block; font-size: .9rem; }
.feedrow .meta span { font-size: .78rem; color: var(--ink-faint); }
.tag { font-size: .7rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; padding: .4em .65em; border-radius: 7px; }
.tag.ok { background: rgba(11,122,72,.12); color: var(--green); }
.tag.fix { background: rgba(242,161,0,.16); color: #9a6a00; }
.feedcard-foot { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); font-size: .82rem; color: var(--ink-soft); }
.float-chip {
    position: absolute; background: var(--card); border: 1px solid var(--line);
    border-radius: 14px; box-shadow: var(--shadow-md); padding: 12px 15px; z-index: 3;
    display: flex; align-items: center; gap: 10px; font-size: .85rem; font-weight: 600;
}
.float-chip .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: #fff; }
.float-chip.a { top: -22px; right: -14px; animation: floaty 6s var(--ease) infinite; }
.float-chip.a .ic { background: var(--green); }
.float-chip.b { bottom: 18px; left: -34px; animation: floaty 7s var(--ease) infinite reverse; }
.float-chip.b .ic { background: var(--amber); }
.float-chip b { font-family: "Fraunces", serif; font-size: 1.05rem; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- logos / trust ---------- */
.trust { padding: 30px 0 6px; }
.trust p { text-align: center; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; margin: 0 0 22px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 46px; opacity: .8; }
.trust-row .pillstat { display: flex; align-items: baseline; gap: .4em; font-family: "Fraunces", serif; }
.trust-row .pillstat b { font-size: 1.5rem; color: var(--ink); }
.trust-row .pillstat span { font-size: .9rem; color: var(--ink-faint); font-family: "Hanken Grotesk", sans-serif; }

/* ---------- sections ---------- */
section { position: relative; }
.sec { padding: 92px 0; }
.sec-head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head h2 { font-size: clamp(2rem, 3.8vw, 3.05rem); margin: 16px 0 16px; }
.sec-head p { font-size: 1.12rem; color: var(--ink-soft); margin: 0; }

.band-alt { background: var(--paper-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.band-ink { background: var(--ink); color: var(--paper); }
.band-ink .sec-head p { color: rgba(251,248,242,.72); }
.band-ink .eyebrow { color: var(--green-br); }
.band-ink .eyebrow::before { background: var(--green-br); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step .num { counter-increment: step; font-family: "Fraunces", serif; font-size: 1rem; font-weight: 700; color: var(--green); display: flex; align-items: center; gap: .6em; margin-bottom: 18px; }
.step .num::before { content: "0" counter(step); font-size: 2.4rem; line-height: 1; }
.step h3 { font-size: 1.4rem; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 1rem; margin: 0; }
.step .connect { position: absolute; top: 52px; right: -19px; color: var(--ink-faint); z-index: 2; }

/* features */
.features { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: flex; gap: 22px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(11,122,72,.4); }
.feature .ic { flex: none; width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(140deg, rgba(11,122,72,.1), rgba(20,193,114,.16)); color: var(--green); }
.feature .ic svg { width: 27px; height: 27px; }
.feature h3 { font-size: 1.42rem; margin-bottom: 10px; }
.feature p { color: var(--ink-soft); font-size: 1.02rem; margin: 0; }
.feature.wide { grid-column: 1 / -1; }

/* stat band */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stat b { display: block; font-family: "Fraunces", serif; font-size: clamp(2.4rem,4vw,3.4rem); color: var(--green-br); line-height: 1; }
.stat span { display: block; margin-top: 10px; color: rgba(251,248,242,.7); font-size: .98rem; }

/* SEO prose sections */
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.prose-grid.flip .prose-text { order: 2; }
.prose-text h2 { font-size: clamp(1.9rem,3.4vw,2.7rem); margin-bottom: 20px; }
.prose-text p { color: var(--ink-soft); margin: 0 0 18px; }
.prose-text ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.prose-text li { display: flex; gap: .7em; align-items: flex-start; font-size: 1.02rem; }
.prose-text li svg { flex: none; width: 22px; height: 22px; color: var(--green); margin-top: 2px; }
.prose-aside { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 30px; }
.prose-aside h4 { font-size: 1.15rem; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.kv { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-size: .96rem; }
.kv:first-of-type { border-top: none; }
.kv span { color: var(--ink-faint); }
.kv b { font-weight: 700; }
.kv .ok { color: var(--green); }

/* pricing */
.pricing { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; align-items: stretch; }
.plan { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan.feat { background: var(--ink); color: var(--paper); border-color: var(--ink); box-shadow: var(--shadow-lg); }
.plan.feat .plan-cap, .plan.feat .plan-prod { color: rgba(251,248,242,.7); }
.plan-name { font-family: "Fraunces", serif; font-size: 1.3rem; font-weight: 600; }
.plan-badge { font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; height: 1em; }
.plan.feat .plan-badge { color: var(--green-br); }
.plan-price { font-family: "Fraunces", serif; font-size: 2.2rem; font-weight: 600; margin: 14px 0 2px; }
.plan-price span { font-size: .9rem; font-family: "Hanken Grotesk", sans-serif; color: var(--ink-faint); font-weight: 600; }
.plan.feat .plan-price span { color: rgba(251,248,242,.6); }
.plan-prod { font-size: .92rem; color: var(--ink-soft); margin-bottom: 18px; }
.plan .btn { width: 100%; margin-top: auto; padding: .85em 1em; font-size: .92rem; }
.plan.feat .btn-ghost { color: var(--paper); border-color: rgba(251,248,242,.3); }
.plan.feat .btn-ghost:hover { border-color: var(--paper); background: rgba(255,255,255,.08); }
.price-note { text-align: center; margin-top: 26px; color: var(--ink-faint); font-size: .95rem; }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; transition: box-shadow .25s, border-color .25s; }
.faq details[open] { box-shadow: var(--shadow-sm); border-color: rgba(11,122,72,.4); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 700; font-size: 1.08rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; transition: transform .3s var(--ease), background .25s, color .25s, border-color .25s; }
.faq details[open] summary .ico { transform: rotate(45deg); background: var(--green); color: #fff; border-color: var(--green); }
.faq .ans { padding: 0 26px 24px; color: var(--ink-soft); font-size: 1.02rem; }

/* CTA band */
.cta-band { text-align: center; }
.cta-card {
    background: linear-gradient(150deg, var(--ink) 0%, #1f2a20 70%, #143620 100%);
    color: var(--paper); border-radius: 28px; padding: 70px 40px; position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.cta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 85% 10%, rgba(20,193,114,.3), transparent 60%), radial-gradient(40% 60% at 10% 90%, rgba(242,161,0,.18), transparent 60%); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { font-size: clamp(2.1rem,4vw,3.2rem); margin-bottom: 18px; }
.cta-card p { color: rgba(251,248,242,.78); font-size: 1.15rem; max-width: 50ch; margin: 0 auto 32px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* footer */
.foot { background: var(--paper-2); border-top: 1px solid var(--line); padding: 64px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot .brand { margin-bottom: 16px; }
.foot-desc { color: var(--ink-soft); font-size: .98rem; max-width: 32ch; }
.foot-addr { color: var(--ink-faint); font-size: .9rem; margin-top: 18px; font-style: normal; }
.foot h5 { font-family: "Hanken Grotesk", sans-serif; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 16px; font-weight: 800; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.foot ul a { color: var(--ink-soft); font-size: .98rem; transition: color .2s; }
.foot ul a:hover { color: var(--green); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: .9rem; flex-wrap: wrap; }

/* ---------- guides / articles ---------- */
.gh-hero { padding: 64px 0 36px; position: relative; }
.gh-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 50% at 80% 0%, rgba(20,193,114,.12), transparent 70%); pointer-events: none; }
.gh-hero .container { position: relative; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .5em; font-size: .88rem; color: var(--ink-faint); margin-bottom: 22px; }
.breadcrumb a { color: var(--ink-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb span { color: var(--line); }
.gh-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); max-width: 18ch; margin-bottom: 18px; overflow-wrap: break-word; }
.gh-hero .lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 60ch; }
.gh-meta { display: flex; flex-wrap: wrap; gap: 1.2em; margin-top: 22px; font-size: .9rem; color: var(--ink-faint); }
.gh-meta b { color: var(--ink); }

.article-wrap { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 56px; align-items: start; padding: 20px 0 90px; }
.article { max-width: 760px; min-width: 0; }
.article > * + * { margin-top: 1.1em; }
.article h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-top: 1.7em; scroll-margin-top: 100px; }
.article h3 { font-size: 1.3rem; margin-top: 1.4em; }
.article p, .article li { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }
.article ul, .article ol { padding-left: 1.3em; display: grid; gap: .55em; }
.article li::marker { color: var(--green); font-weight: 700; }
.article a { color: var(--green); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.article a:hover { color: #0a6b3f; }
.article strong { color: var(--ink); }
.article .lead { font-size: 1.22rem; color: var(--ink); }
.article blockquote { border-left: 3px solid var(--green); padding: 4px 0 4px 22px; margin-left: 0; color: var(--ink); font-family: "Fraunces", serif; font-size: 1.25rem; font-style: italic; }
.callout { background: var(--paper-2); border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 12px; padding: 20px 22px; }
.callout p { margin: 0; color: var(--ink); font-size: 1rem; }
.callout b { color: var(--green); }
.steps-list { counter-reset: s; list-style: none; padding: 0 !important; }
.steps-list li { position: relative; padding-left: 52px; min-height: 36px; }
.steps-list li::before { counter-increment: s; content: counter(s); position: absolute; left: 0; top: -2px; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; font-family: "Fraunces", serif; font-weight: 600; display: grid; place-items: center; }
.steps-list li::marker { content: none; }
.article-faq { margin-top: 2em; }
.article-faq details { border-top: 1px solid var(--line); padding: 6px 0; }
.article-faq summary { cursor: pointer; font-weight: 700; font-size: 1.08rem; padding: 14px 0; list-style: none; color: var(--ink); }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq .ans { padding-bottom: 16px; color: var(--ink-soft); }

.toc { position: sticky; top: 100px; align-self: start; }
.toc h4 { font-family: "Hanken Grotesk", sans-serif; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 14px; }
.toc ul { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.toc a { font-size: .94rem; color: var(--ink-soft); font-weight: 600; }
.toc a:hover { color: var(--green); }
.toc-cta { background: var(--ink); color: var(--paper); border-radius: 16px; padding: 22px; }
.toc-cta p { font-size: .94rem; color: rgba(251,248,242,.78); margin: 0 0 14px; }
.toc-cta .btn { width: 100%; padding: .8em 1em; font-size: .9rem; }

.guide-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.guide-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(11,122,72,.4); }
.guide-card .kicker { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.guide-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.guide-card p { color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.guide-card .more { font-weight: 700; color: var(--green); }

@media (max-width: 900px) {
    .article-wrap { grid-template-columns: 1fr; gap: 0; }
    .toc { display: none; }
    .guide-grid { grid-template-columns: 1fr; }
}

/* reveal animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
    .nav-links { display: none; }
    .nav-cta .btn-ghost { display: none; }
    .nav-toggle { display: inline-flex; }
    .mobile-menu { display: block; }
    .hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .hero-sub { max-width: none; }
    .hero-visual { max-width: 460px; margin: 0 auto; }
    .steps { grid-template-columns: 1fr; }
    .step .connect { display: none; }
    .stats { grid-template-columns: repeat(2,1fr); gap: 36px 20px; }
    .prose-grid { grid-template-columns: 1fr; gap: 34px; }
    .prose-grid.flip .prose-text { order: 0; }
    .pricing { grid-template-columns: repeat(2,1fr); }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
    .nav-cta .btn-accent { display: none; }
    body { font-size: 17px; }
    .sec { padding: 68px 0; }
    .features { grid-template-columns: 1fr; }
    .pricing { grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .float-chip.b { left: -10px; }
    .float-chip.a { right: 0; }
    .cta-card { padding: 50px 26px; }
}
@media (max-width: 480px) {
    .foot-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 2.05rem; }
    .container { padding: 0 18px; }
    .hero-actions .btn { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}
