:root {
  --yellow: #ffd23f;
  --yellow-soft: #fff4b8;
  --ink: #171814;
  --ink-2: #2d2f29;
  --paper: #ffffff;
  --soft: #f5f6f2;
  --line: #dfe1da;
  --muted: #666a61;
  --coral: #ff7963;
  --blue: #73a9f8;
  --green: #63c69b;
  --violet: #a891ee;
  --container: 1180px;
  --shadow: 0 18px 50px rgba(23, 24, 20, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,24,20,.08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 27px; font-weight: 800; line-height: 1; }
.brand img { width: 42px; height: 42px; border-radius: 8px; }
.brand strong { color: #8d8f8a; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: var(--ink-2); font-size: 14px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 3px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-cta { margin-left: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; align-items: center; justify-content: center; border: 0; background: var(--ink); color: #fff; border-radius: 6px; cursor: pointer; }
.menu-toggle .icon { width: 23px; height: 23px; }
.menu-toggle .menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.mobile-nav { position: absolute; top: 77px; left: 0; right: 0; padding: 16px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 13px 6px; border-bottom: 1px solid var(--line); font-weight: 750; }

.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button .icon, .text-link .icon { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 20px rgba(23,24,20,.12); }
.button-dark:hover { background: #30322b; box-shadow: 0 12px 24px rgba(23,24,20,.18); }
.button-yellow { color: var(--ink); background: var(--yellow); }
.button-large { min-height: 54px; padding: 14px 22px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 850; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.text-link:hover { text-decoration-color: var(--coral); }
.kicker, .eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1.2; text-transform: uppercase; letter-spacing: .12em; }
.kicker-yellow { color: var(--yellow); }
.eyebrow { padding: 9px 12px; border: 1px solid rgba(23,24,20,.22); border-radius: 999px; background: rgba(255,255,255,.45); }
.eyebrow .icon { width: 16px; height: 16px; }

.hero { position: relative; overflow: hidden; background: var(--yellow); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: var(--ink); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 60px 54px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin: 22px 0 20px; font-size: clamp(52px, 6vw, 86px); line-height: .98; letter-spacing: 0; }
.hero h1 span { display: block; color: #fff; text-shadow: 0 2px 0 rgba(23,24,20,.12); }
.hero-lead { max-width: 610px; margin: 0; color: #34362f; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 34px; font-size: 13px; font-weight: 750; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row .icon { width: 17px; height: 17px; }
.hero-visual { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; }
.phone-shell { position: relative; width: 306px; padding: 11px; background: var(--ink); border: 2px solid var(--ink); border-radius: 38px; box-shadow: 20px 25px 0 rgba(255,255,255,.58), var(--shadow); transform: rotate(2deg); }
.phone-shell img { width: 100%; height: auto; aspect-ratio: 1000/1750; object-fit: cover; border-radius: 28px; }
.phone-top { position: absolute; top: 18px; left: 50%; z-index: 2; width: 80px; height: 20px; transform: translateX(-50%); border-radius: 14px; background: var(--ink); }
.phone-top span { position: absolute; top: 7px; right: 13px; width: 6px; height: 6px; border-radius: 50%; background: #484b43; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 205px; padding: 13px 15px; background: #fff; border: 1px solid var(--ink); border-radius: 7px; box-shadow: 8px 8px 0 rgba(23,24,20,.12); }
.floating-note > .icon { width: 27px; height: 27px; padding: 4px; color: var(--ink); background: var(--yellow); border-radius: 5px; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.25; }
.floating-note strong { font-size: 14px; }
.floating-note span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.note-one { top: 122px; right: -18px; }
.note-two { bottom: 105px; left: -32px; }

.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { padding: 22px 28px; border-right: 1px solid #41433c; }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--yellow); font-size: 17px; }
.proof-grid span { color: #b9bcb3; font-size: 12px; }

.section { padding-block: 106px; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .seller-copy h2, .audience-copy h2, .story-grid h2, .policy-callout h2, .trust-panel h2, .cta-inner h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: end; }
.split-heading p { margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.center-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card, .feature-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.step-card { min-height: 320px; padding-top: 72px; }
.step-number { position: absolute; top: 23px; right: 25px; color: #c3c5be; font-size: 14px; font-weight: 850; }
.step-card h3, .feature-card h3, .value-grid h3 { margin: 22px 0 8px; font-size: 22px; line-height: 1.2; }
.step-card p, .feature-card p, .value-grid p { margin: 0; color: var(--muted); }
.icon-tile { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); border-radius: 7px; }
.icon-tile .icon { width: 27px; height: 27px; }
.icon-tile.yellow, .yellow { background-color: var(--yellow); }
.icon-tile.coral, .coral { background-color: var(--coral); }
.icon-tile.blue, .blue { background-color: var(--blue); }
.icon-tile.green, .green { background-color: var(--green); }
.icon-tile.violet, .violet { background-color: var(--violet); }

.audience-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.audience-copy > p { max-width: 540px; color: #bfc2b8; font-size: 18px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #e8e9e5; }
.check-list .icon { color: var(--yellow); }
.discovery-panel { min-height: 500px; padding: 22px; color: var(--ink); background: #fff; border: 1px solid #3a3c35; border-radius: 8px; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.panel-top > div { display: flex; flex-direction: column; }
.panel-top strong { display: flex; align-items: center; gap: 5px; }
.panel-top strong .icon { width: 17px; color: #d8a900; }
.mini-label { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.panel-top button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 6px; color: #fff; background: var(--ink); }
.category-row { display: flex; gap: 8px; margin: 20px 0 14px; overflow: hidden; }
.category-row span { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.category-row span.active { border-color: var(--yellow); background: var(--yellow-soft); }
.category-row .icon { width: 14px; height: 14px; }
.map-art { position: relative; height: 284px; overflow: hidden; background-color: #e9ece5; border-radius: 6px; }
.road { position: absolute; width: 520px; height: 35px; background: #fff; border: 1px solid #d5d8d1; transform-origin: center; }
.road-a { top: 70px; left: -80px; transform: rotate(-18deg); }
.road-b { top: 180px; left: -35px; transform: rotate(14deg); }
.road-c { top: 115px; left: 70px; transform: rotate(73deg); }
.pin { position: absolute; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); border: 2px solid #fff; border-radius: 50% 50% 50% 12px; box-shadow: 0 5px 12px rgba(23,24,20,.18); transform: rotate(-45deg); }
.pin .icon { width: 20px; height: 20px; transform: rotate(45deg); }
.pin-a { top: 38px; left: 90px; background: var(--yellow); }
.pin-b { top: 145px; right: 70px; background: var(--coral); }
.pin-c { bottom: 34px; left: 165px; background: var(--green); }
.you-dot { position: absolute; top: 133px; left: 50%; width: 17px; height: 17px; border: 4px solid #fff; border-radius: 50%; background: #357bdf; box-shadow: 0 0 0 8px rgba(53,123,223,.18); }
.mini-business { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; padding-top: 16px; }
.business-logo { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); }
.mini-business div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.35; }
.mini-business span { color: var(--muted); font-size: 11px; }
.mini-business .rating { padding: 4px 8px; color: var(--ink); background: var(--yellow-soft); border-radius: 4px; font-weight: 850; }

.seller-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.seller-visual { position: relative; min-height: 510px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 8px; overflow: hidden; }
.storefront-graphic { position: relative; width: 310px; height: 300px; margin-top: 50px; background: #fff; border: 6px solid var(--ink); }
.awning { position: absolute; left: -16px; right: -16px; top: -58px; height: 64px; display: grid; grid-template-columns: repeat(5,1fr); border: 5px solid var(--ink); border-bottom-width: 7px; }
.awning span:nth-child(odd) { background: var(--coral); }
.awning span:nth-child(even) { background: #fff; }
.shop-window { position: absolute; left: 20px; bottom: 20px; width: 158px; height: 150px; background: var(--blue); border: 5px solid var(--ink); }
.shop-door { position: absolute; right: 20px; bottom: 0; width: 76px; height: 175px; background: #f5f6f2; border: 5px solid var(--ink); border-bottom: 0; }
.shop-door::after { content: ""; position: absolute; right: 9px; top: 78px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.open-sign { position: absolute; top: 68px; left: 47px; padding: 4px 13px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; transform: rotate(-3deg); }
.counter { position: absolute; left: 15px; right: 15px; bottom: 22px; height: 35px; background: var(--yellow); border: 4px solid var(--ink); }
.plant { position: absolute; left: 58px; top: 28px; width: 35px; height: 70px; border: 4px solid var(--ink); border-top: 0; background: var(--green); }
.verified-stamp { position: absolute; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #fff; border: 2px solid var(--ink); border-radius: 6px; box-shadow: 6px 6px 0 rgba(23,24,20,.14); }
.verified-stamp > .icon { width: 29px; height: 29px; color: #d6a600; }
.verified-stamp span { display: flex; flex-direction: column; color: var(--muted); font-size: 10px; line-height: 1.35; }
.verified-stamp strong { color: var(--ink); font-size: 13px; }
.seller-copy > p { color: var(--muted); font-size: 18px; }
.feature-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0 34px; }
.feature-pairs > div { display: flex; gap: 11px; align-items: flex-start; }
.feature-pairs > div > .icon { margin-top: 2px; color: #d2a400; }
.feature-pairs span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; line-height: 1.45; }
.feature-pairs strong { color: var(--ink); font-size: 14px; }

.category-section { background: var(--soft); }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.category-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 24px; border: 1px solid var(--ink); border-radius: 8px; }
.category-card > .icon { width: 48px; height: 48px; margin: 0 0 auto; }
.category-card strong { font-size: 20px; }
.category-card span { color: var(--ink-2); font-size: 13px; }
.category-card.yellow { background: var(--yellow); }

.trust-section { padding-top: 80px; }
.trust-panel { display: grid; grid-template-columns: 100px 1fr .75fr; gap: 45px; align-items: center; padding: 46px; border: 2px solid var(--ink); border-radius: 8px; }
.trust-icon { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); }
.trust-icon .icon { width: 44px; height: 44px; }
.trust-panel h2 { font-size: clamp(30px,3vw,42px); }
.trust-panel p { color: var(--muted); }

.cta-band { padding-block: 72px; background: var(--yellow); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner > div:first-child { max-width: 760px; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

.page-hero { padding-block: 105px; background: var(--yellow); border-bottom: 8px solid var(--ink); }
.page-hero .container:not(.two-column-hero) { max-width: 940px; }
.page-hero h1 { max-width: 1020px; margin: 14px 0 20px; font-size: clamp(48px,6.5vw,82px); line-height: 1; letter-spacing: 0; }
.page-hero p { max-width: 740px; margin: 0; color: #3d3f37; font-size: 20px; }
.compact-hero { padding-block: 90px; }
.compact-hero h1 { font-size: clamp(44px,6vw,72px); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 275px; }
.feature-card:hover { border-color: var(--ink); box-shadow: 7px 7px 0 var(--yellow-soft); }
.two-column-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.seller-hero-art { position: relative; height: 400px; display: grid; place-items: center; }
.big-pin { position: relative; z-index: 3; width: 150px; height: 150px; display: grid; place-items: center; color: #fff; background: var(--ink); border: 10px solid #fff; border-radius: 50% 50% 50% 15px; transform: rotate(-45deg); box-shadow: 15px 15px 0 rgba(23,24,20,.13); }
.big-pin .icon { width: 64px; height: 64px; transform: rotate(45deg); }
.signal { position: absolute; border: 3px solid var(--ink); border-radius: 50%; }
.signal-a { width: 260px; height: 260px; opacity: .35; }
.signal-b { width: 370px; height: 370px; opacity: .14; }
.seller-badge { position: absolute; z-index: 4; right: 10px; bottom: 35px; display: flex; align-items: center; gap: 7px; padding: 10px 13px; background: #fff; border: 2px solid var(--ink); border-radius: 6px; font-weight: 850; }
.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.timeline-grid article { min-height: 265px; padding: 28px; border-right: 1px solid var(--line); }
.timeline-grid article:last-child { border: 0; }
.timeline-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.timeline-grid h3 { margin: 40px 0 8px; font-size: 20px; }
.timeline-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.store-profile-card { overflow: hidden; color: var(--ink); background: #fff; border-radius: 8px; }
.store-cover { height: 210px; background-color: var(--blue); background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.25) 50%, transparent 51%); background-size: 50px 50px; }
.store-profile-body { position: relative; padding: 50px 28px 28px; }
.profile-logo { position: absolute; top: -44px; left: 28px; width: 88px; height: 88px; display: grid; place-items: center; background: var(--yellow); border: 6px solid #fff; border-radius: 50%; }
.profile-logo .icon { width: 38px; height: 38px; }
.status-pill { position: absolute; top: 17px; right: 24px; display: inline-flex; align-items: center; gap: 5px; color: #27684e; font-size: 11px; font-weight: 850; }
.status-pill .icon { width: 16px; height: 16px; }
.store-profile-body h3 { margin: 0; font-size: 26px; }
.store-profile-body p { color: var(--muted); }
.store-data { display: flex; flex-wrap: wrap; gap: 10px; }
.store-data span { display: flex; align-items: center; gap: 5px; padding: 7px 10px; background: var(--soft); border-radius: 4px; font-size: 12px; font-weight: 750; }
.store-data .icon { width: 15px; height: 15px; }
.policy-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 36px; border: 2px solid var(--ink); border-radius: 8px; }
.policy-callout h2 { font-size: 34px; }
.policy-callout p { margin-bottom: 0; color: var(--muted); }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.story-grid h2 { margin-top: 12px; }
.prose p { margin: 0 0 22px; color: var(--muted); font-size: 19px; }
.prose-light p { color: #c5c8be; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.safety-hero { text-align: center; }
.safety-hero p { margin-inline: auto; }
.hero-icon-large { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 20px; background: #fff; border: 2px solid var(--ink); border-radius: 50%; }
.hero-icon-large .icon { width: 48px; height: 48px; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.safety-grid article { position: relative; min-height: 330px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.safety-grid article:nth-child(2n) { border-right: 0; }
.safety-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.safety-grid .number { position: absolute; top: 30px; right: 34px; color: #b6b8b1; font-weight: 850; }
.safety-grid h2 { margin: 35px 0 8px; font-size: 28px; }
.safety-grid p { max-width: 470px; margin: 0; color: var(--muted); }
.emergency-note { display: flex; align-items: flex-start; gap: 22px; padding: 34px; color: #68231a; background: #fff0ec; border-left: 6px solid var(--coral); }
.emergency-note > div:first-child { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--coral); color: var(--ink); }
.emergency-note h2 { margin: 0 0 4px; }
.emergency-note p { margin: 0; }
.emergency-note a { font-weight: 800; text-decoration: underline; }

.faq-layout { display: grid; grid-template-columns: 310px 1fr; gap: 60px; align-items: start; }
.help-card { position: sticky; top: 110px; padding: 25px; background: var(--soft); border-radius: 8px; }
.help-card h2 { margin: 20px 0 5px; }
.help-card p { color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h2 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 4px; border: 0; background: transparent; text-align: left; font-size: 19px; font-weight: 800; cursor: pointer; }
.faq-item button .icon { transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] .icon { transform: rotate(180deg); }
.faq-answer { padding: 0 44px 22px 4px; }
.faq-answer p { margin: 0; color: var(--muted); }

.contact-hero { padding-bottom: 140px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; margin-top: -170px; }
.contact-info { padding-top: 170px; }
.contact-info h2 { margin: 12px 0; font-size: 42px; line-height: 1.1; }
.contact-info > p { color: var(--muted); }
.contact-method { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; }
.contact-method > div:last-child { display: flex; flex-direction: column; }
.contact-method span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-method a { font-size: 18px; font-weight: 850; }
.contact-method p { margin: 2px 0 0; color: var(--muted); }
.form-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.form-card form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.form-card label span { color: var(--muted); font-weight: 500; }
.form-card input, .form-card select, .form-card textarea { width: 100%; border: 1px solid #c9ccc4; border-radius: 5px; background: #fff; padding: 12px 13px; color: var(--ink); }
.form-card input, .form-card select { min-height: 49px; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--ink); outline: 3px solid var(--yellow-soft); }
.form-card .button { justify-self: start; border: 0; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 11px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-errors, .form-success { margin-bottom: 22px; padding: 15px; border-radius: 5px; }
.form-errors { color: #7f1f17; background: #fff0ec; border-left: 4px solid var(--coral); }
.form-errors ul { margin: 6px 0 0; padding-left: 20px; }
.form-success { display: flex; align-items: flex-start; gap: 10px; color: #1f5b42; background: #eaf8f1; border-left: 4px solid var(--green); }
.form-success strong, .form-success p { display: block; margin: 0; }

.legal-hero { padding-block: 78px; background: var(--yellow); border-bottom: 6px solid var(--ink); }
.legal-hero h1 { margin: 10px 0 3px; font-size: clamp(45px,6vw,70px); line-height: 1; }
.legal-hero p { margin: 0; color: #4e5049; }
.legal-section { padding-block: 75px 110px; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0,760px); gap: 80px; justify-content: center; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 8px; padding: 20px; background: var(--soft); border-radius: 7px; }
.legal-nav strong { margin-bottom: 5px; font-size: 13px; }
.legal-nav a { color: var(--muted); font-size: 13px; }
.legal-nav a:hover { color: var(--ink); text-decoration: underline; }
.legal-content { min-width: 0; }
.legal-intro { margin-bottom: 45px; padding: 24px; background: var(--yellow-soft); border-left: 5px solid var(--yellow); font-size: 18px; font-weight: 650; }
.legal-content section { padding-top: 5px; margin-bottom: 42px; }
.legal-content h2 { margin: 0 0 13px; font-size: 28px; line-height: 1.2; }
.legal-content h3 { margin: 22px 0 7px; font-size: 18px; }
.legal-content p, .legal-content li { color: #4f534a; }
.legal-content ul { padding-left: 22px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { font-weight: 750; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding-block: 90px; text-align: center; background: var(--yellow); }
.not-found h1 { margin: 15px 0 8px; font-size: clamp(46px,7vw,80px); line-height: 1; }
.not-found p { margin: 0 0 28px; color: var(--ink-2); font-size: 19px; }

.site-footer { padding-top: 72px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.65fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand-light strong { color: #aeb1a8; }
.footer-brand p { max-width: 390px; color: #aeb1a8; }
.footer-email { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); font-weight: 800; }
.site-footer h2 { margin: 7px 0 15px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(.footer-brand) a { color: #c9cbc4; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; color: #858980; border-top: 1px solid #383a34; font-size: 12px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 30px; }
  .phone-shell { width: 260px; }
  .floating-note { min-width: 175px; }
  .note-one { right: -5px; }
  .note-two { left: -8px; }
  .audience-grid, .seller-grid { gap: 50px; }
  .trust-panel { grid-template-columns: 80px 1fr; }
  .trust-panel > div:last-child { grid-column: 2; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .timeline-grid { grid-template-columns: 1fr 1fr; }
  .timeline-grid article:nth-child(2) { border-right: 0; }
  .timeline-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .value-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 68px; }
  .brand { font-size: 23px; }
  .brand img { width: 38px; height: 38px; }
  .mobile-nav { top: 67px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-block: 50px 0; }
  .hero h1 { margin-top: 18px; font-size: clamp(46px,14vw,64px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-row { display: grid; margin-top: 26px; }
  .hero-visual { min-height: 150px; align-items: flex-start; margin-top: 8px; }
  .phone-shell { width: 170px; border-radius: 29px; box-shadow: 12px 14px 0 rgba(255,255,255,.58), var(--shadow); }
  .phone-shell img { border-radius: 21px; }
  .phone-top { top: 16px; width: 55px; height: 14px; }
  .phone-top span { display: none; }
  .floating-note { min-width: 160px; padding: 9px; }
  .note-one { top: 38px; right: 0; }
  .note-two { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 16px 14px; border-bottom: 1px solid #41433c; }
  .proof-grid > div:nth-child(2n) { border-right: 0; }
  .proof-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 30px; }
  .split-heading, .story-grid { grid-template-columns: 1fr; gap: 20px; }
  .split-heading p, .prose p { font-size: 16px; }
  .steps-grid, .category-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 255px; }
  .audience-grid, .seller-grid { grid-template-columns: 1fr; gap: 45px; }
  .discovery-panel { min-height: 455px; padding: 14px; }
  .map-art { height: 250px; }
  .seller-visual { min-height: 405px; }
  .storefront-graphic { width: 245px; height: 240px; transform: scale(.82); }
  .verified-stamp { right: 15px; bottom: 15px; }
  .feature-pairs { grid-template-columns: 1fr; }
  .category-card { min-height: 190px; }
  .trust-panel { grid-template-columns: 1fr; gap: 20px; padding: 26px; }
  .trust-panel > div:last-child { grid-column: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .page-hero, .compact-hero { padding-block: 70px; }
  .page-hero h1 { font-size: clamp(43px,13vw,62px); }
  .page-hero p { font-size: 17px; }
  .feature-grid, .two-column-hero { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .seller-hero-art { height: 320px; }
  .big-pin { width: 125px; height: 125px; }
  .signal-b { width: 290px; height: 290px; }
  .signal-a { width: 215px; height: 215px; }
  .seller-badge { right: 0; bottom: 20px; }
  .timeline-grid { grid-template-columns: 1fr; }
  .timeline-grid article, .timeline-grid article:nth-child(2) { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline-grid article:last-child { border-bottom: 0; }
  .timeline-grid h3 { margin-top: 25px; }
  .policy-callout { grid-template-columns: 1fr; padding: 26px; }
  .policy-callout h2 { font-size: 30px; }
  .value-grid, .safety-grid { grid-template-columns: 1fr; }
  .safety-grid article, .safety-grid article:nth-child(2n), .safety-grid article:nth-last-child(-n+2) { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .safety-grid article:last-child { border-bottom: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .help-card { position: static; }
  .contact-hero { padding-bottom: 90px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; margin-top: -115px; }
  .contact-info { order: 2; padding-top: 0; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 23px; }
  .legal-section { padding-block: 50px 75px; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; grid-template-columns: 1fr 1fr; }
  .legal-nav strong { grid-column: 1 / -1; }
  .legal-content h2 { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 44px; }
  .floating-note { min-width: 145px; }
  .floating-note span { display: none; }
  .note-one { right: -4px; }
  .note-two { left: -4px; }
  .section-heading h2, .seller-copy h2, .audience-copy h2, .story-grid h2, .trust-panel h2, .cta-inner h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
