:root {
  --bk-navy: #06162f;
  --bk-navy-2: #0b2346;
  --bk-green: #087547;
  --bk-green-bright: #18a56a;
  --bk-mint: #dff4e9;
  --bk-cream: #f7f3ea;
  --bk-yellow: #f1c84b;
  --bk-coral: #e98f73;
  --bk-white: #fff;
  --bk-text-soft: #596577;
  --bk-line: rgba(6, 22, 47, .12);
  --bk-shadow: 0 24px 70px rgba(6, 22, 47, .13);
}

html { scroll-behavior: smooth; }
.home-v3 { overflow-x: hidden; background: var(--bk-cream); color: var(--bk-navy); }
.home-v3 button, .home-v3 a { -webkit-tap-highlight-color: transparent; }
.home-v3 .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 100; width: 0; height: 3px; background: linear-gradient(90deg, var(--bk-yellow), var(--bk-green-bright)); pointer-events: none; }

.home-header { width: 100%; min-height: 80px; padding: 0 clamp(20px,4vw,68px); position: sticky; top: 0; z-index: 50; border: 0; border-bottom: 1px solid rgba(6,22,47,.08); background: rgba(247,243,234,.88); backdrop-filter: blur(20px); }
.brand-v3 { display: inline-flex; align-items: center; gap: 11px; color: var(--bk-navy); font-family: "Manrope", sans-serif; text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border-radius: 11px 4px 11px 4px; background: var(--bk-navy); color: #fff; box-shadow: 0 8px 20px rgba(6,22,47,.17); }
.brand-mark b, .brand-mark i { display: grid; place-items: center; height: 100%; font-size: 13px; font-weight: 800; font-style: normal; }
.brand-mark i { background: var(--bk-green); }
.brand-name { font-size: 20px; font-weight: 650; letter-spacing: -1px; }
.brand-name strong { color: var(--bk-green); font-weight: 800; }
.home-nav { margin: 0 auto; display: flex; gap: clamp(20px,2.2vw,37px); align-self: stretch; }
.home-nav a { position: relative; display: flex; align-items: center; padding: 0; border: 0; color: #354158; font-size: 13px; font-weight: 700; text-decoration: none; }
.home-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--bk-green); transition: right .25s ease; }
.home-nav a:hover::after { right: 0; }
.home-v3 .header-actions { display: flex; align-items: center; gap: 11px; }
.review-status { min-height: 39px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(8,117,71,.18); border-radius: 999px; background: rgba(255,255,255,.65); color: var(--bk-green); font-size: 11px; font-weight: 800; text-decoration: none; }
.review-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--bk-green-bright); box-shadow: 0 0 0 5px rgba(24,165,106,.12); animation: signalPulse 2s ease-out infinite; }
.home-v3 .saved-nav { min-height: 39px; padding: 0 12px; gap: 7px; border: 0; border-radius: 999px; background: var(--bk-navy); color: #fff; font-size: 11px; }
.home-v3 .saved-nav svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.home-v3 .saved-nav b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--bk-green-bright); font-size: 10px; }

.home-v3 main { width: 100%; max-width: none; margin: 0; padding: 0; display: block; }
.home-v3 .home-header { max-width: none; margin: 0; }
.home-v3 .brand-v3 > .brand-mark i { position: static; width: auto; height: 100%; margin: 0; border: 0; border-radius: 0; }
.home-v3 .brand-v3 > .brand-mark i::before,
.home-v3 .brand-v3 > .brand-mark i::after { content: none; }
.hero-v3 { width: min(1440px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; padding: clamp(62px,7vw,105px) clamp(0px,2vw,28px) 74px; display: grid; grid-template-columns: minmax(420px,.88fr) minmax(520px,1.12fr); align-items: center; gap: clamp(38px,6vw,100px); }
.hero-v3-copy { position: relative; z-index: 2; }
.eyebrow-v3 { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--bk-green); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow-v3 > span { width: 27px; height: 2px; background: var(--bk-green); }
.eyebrow-v3.light { color: #91e2b7; }
.hero-v3 h1 { margin: 0; font: 800 clamp(60px,7vw,108px)/.9 "Manrope", sans-serif; letter-spacing: clamp(-7px,-.5vw,-3px); color: var(--bk-navy); }
.hero-v3 h1 em { color: var(--bk-green); font-style: normal; }
.hero-lede { max-width: 570px; margin: 29px 0 0; color: #46546a; font-size: clamp(17px,1.55vw,21px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button-v3 { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 12px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button-v3:hover { transform: translateY(-2px); }
.primary-v3 { background: var(--bk-green); color: #fff; box-shadow: 0 14px 30px rgba(8,117,71,.22); }
.primary-v3:hover { background: #05633a; box-shadow: 0 17px 35px rgba(8,117,71,.28); }
.ghost-v3 { border: 1px solid rgba(6,22,47,.18); color: var(--bk-navy); background: rgba(255,255,255,.35); }
.ghost-v3:hover { background: #fff; }
.dark-v3 { margin-top: 28px; background: var(--bk-navy); color: #fff; box-shadow: 0 12px 28px rgba(6,22,47,.18); }
.hero-trust { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 23px; list-style: none; color: #526075; font-size: 12px; font-weight: 700; }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; background: #dff1e6; fill: none; stroke: var(--bk-green); stroke-width: 2.2; }
.hero-visual { --mx: 0px; --my: 0px; position: relative; transform: translate3d(var(--mx),var(--my),0); transition: transform .25s ease-out; }
.hero-image-wrap { position: relative; overflow: hidden; min-height: 510px; border-radius: 40px 12px 40px 12px; box-shadow: var(--bk-shadow); background: #ede4d7; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; min-height: 510px; display: block; object-fit: cover; object-position: 57% center; transform: scale(1.015); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-visual:hover .hero-image-wrap img { transform: scale(1.045); }
.hero-visual::before { content: ""; position: absolute; width: 115px; height: 115px; right: -23px; top: -28px; z-index: -1; border-radius: 50%; background: var(--bk-yellow); opacity: .8; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(6,22,47,.17); backdrop-filter: blur(14px); animation: cardFloat 5s ease-in-out infinite; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #6a7585; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.floating-card strong { margin-top: 3px; font-size: 12px; }
.floating-top { top: 31px; left: -28px; }
.floating-bottom { right: -24px; bottom: 34px; animation-delay: -2.3s; }
.floating-bottom svg { width: 31px; height: 31px; padding: 7px; border-radius: 10px; background: var(--bk-green); fill: none; stroke: white; stroke-width: 2.2; }
.signal-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--bk-green-bright); box-shadow: 0 0 0 7px rgba(24,165,106,.13); }

.discovery-v3 { width: min(1280px, calc(100% - 48px)); margin: 0 auto 54px; padding: 15px; display: grid; grid-template-columns: minmax(360px,1fr) auto; align-items: center; gap: 20px; border: 1px solid rgba(6,22,47,.1); border-radius: 20px; background: rgba(255,255,255,.75); box-shadow: 0 16px 45px rgba(6,22,47,.08); backdrop-filter: blur(16px); }
.home-v3 .search-v3 { height: 58px; border: 0; border-radius: 14px; background: #fff; box-shadow: inset 0 0 0 1px rgba(6,22,47,.09); }
.home-v3 .search-v3 input { font-size: 15px; }
.home-v3 .search-v3 button { height: 44px; margin-right: 7px; padding: 0 19px; border-radius: 10px; background: var(--bk-green); font-size: 12px; }
.type-filters-v3 { display: flex; gap: 7px; }
.home-v3 .type-filters-v3 .filter { min-width: auto; height: 42px; padding: 0 14px; border: 0; border-radius: 10px; background: transparent; color: #596577; font-size: 11px; }
.home-v3 .type-filters-v3 .filter:hover { background: rgba(6,22,47,.05); }
.home-v3 .type-filters-v3 .filter.active { background: var(--bk-navy); color: #fff; box-shadow: none; }

.category-marquee { width: 100%; padding: 17px 0; overflow: hidden; border-top: 1px solid rgba(6,22,47,.1); border-bottom: 1px solid rgba(6,22,47,.1); background: #efe9dc; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marqueeMove 32s linear infinite; }
.marquee-track span { font: 700 12px "Manrope", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; color: #334159; }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--bk-green); }

.category-showcase { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 120px; }
.section-intro-v3 { margin-bottom: 46px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); align-items: end; gap: 50px; }
.section-intro-v3 h2, .tech-copy h2, .how-v3 h2 { margin: 0; font: 800 clamp(42px,5vw,73px)/1 "Manrope", sans-serif; letter-spacing: clamp(-4px,-.35vw,-2px); }
.section-intro-v3 > p { max-width: 520px; margin: 0 0 7px; color: var(--bk-text-soft); font-size: 16px; line-height: 1.7; }
.category-bento { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 16px; }
.category-card { position: relative; grid-column: span 3; min-width: 0; overflow: hidden; padding: 0; border: 0; border-radius: 24px; background: #ccc; color: #fff; text-align: left; cursor: pointer; box-shadow: 0 15px 40px rgba(6,22,47,.1); transform-style: preserve-3d; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.category-card { text-decoration: none; }
.category-card.category-large { grid-column: span 6; grid-row: span 2; }
.category-card.category-wide { grid-column: span 6; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(6,22,47,.18); }
.category-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.category-card:hover img { transform: scale(1.055); filter: saturate(1.06); }
.category-shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 20%,rgba(5,15,29,.82) 100%); }
.category-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.category-large .category-copy { padding: 35px; }
.category-copy small { font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; color: #c9f4dc; }
.category-copy strong { margin-top: 6px; font: 700 clamp(21px,2vw,31px)/1.15 "Manrope", sans-serif; letter-spacing: -1px; }
.category-large .category-copy strong { font-size: clamp(30px,3vw,45px); }
.category-copy i { margin-top: 16px; display: flex; gap: 8px; align-items: center; font-size: 11px; font-style: normal; font-weight: 800; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.category-card:hover .category-copy i { opacity: 1; transform: translateY(0); }
.category-copy b { font-size: 17px; }
.category-chips { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.category-chips button { min-height: 43px; padding: 0 18px; border: 1px solid rgba(6,22,47,.13); border-radius: 999px; background: transparent; color: #425068; font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s; }
.category-chips button:hover { border-color: var(--bk-green); background: var(--bk-green); color: #fff; transform: translateY(-2px); }

.deals-v3 { padding: 108px max(24px,calc((100vw - 1320px)/2)) 115px; background: var(--bk-navy); color: #fff; }
.deals-heading { display: grid; grid-template-columns: 1fr minmax(300px,.7fr); gap: 70px; align-items: end; }
.deals-heading h2 { margin: 0; font: 800 clamp(45px,5.2vw,78px)/.98 "Manrope", sans-serif; letter-spacing: -4px; }
.deals-heading-copy { padding-bottom: 5px; }
.deals-heading-copy > p:first-child { margin: 0 0 15px; color: #c7d6e9; font-size: 16px; font-weight: 650; }
.home-v3 .inline-disclosure { margin: 0; padding: 0; border: 0; background: transparent; color: #91a2bb; font-size: 11px; line-height: 1.6; }
.home-v3 .inline-disclosure strong { color: #dce7f5; }
.home-v3 .inline-disclosure a { color: #91e2b7; }
.store-rail-v3 { margin: 42px 0 30px; padding: 12px; min-height: 64px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); }
.home-v3 .store-rail-v3 .store { min-height: 39px; padding: 0 17px; border-color: rgba(255,255,255,.12); background: transparent; color: #aebbd0; }
.home-v3 .store-rail-v3 .store.active { background: #fff; color: var(--bk-navy); }
.home-v3 .store-rail-v3 > a { color: #91e2b7; }
.home-v3 .featured-layout { margin-top: 24px; }
.home-v3 .featured-deal, .home-v3 .side-deal, .home-v3 .deal-card { border-color: rgba(255,255,255,.12); background: #fff; color: var(--bk-navy); }
.home-v3 .deal-grid { margin-top: 22px; }

.for-you-v3 { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0; }
.for-you-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.for-you-heading h2 { margin: 5px 0 0; font: 800 clamp(38px, 5vw, 62px)/1 "Manrope", sans-serif; letter-spacing: -3px; }
.privacy-link-button { padding: 7px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.for-you-summary { min-height: 22px; margin: 18px 0; color: var(--muted); font-size: 13px; }
.for-you-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.for-you-grid .deal-card { min-width: 0; }
.for-you-empty { grid-column: 1 / -1; min-height: 150px; padding: 28px 30px; border: 1px solid #cfe8d9; border-radius: 18px; background: linear-gradient(135deg, #eff9f3, #fffdf5); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.for-you-empty h3 { margin: 0 0 7px; font: 800 23px/1.2 "Manrope", sans-serif; letter-spacing: -.6px; }
.for-you-empty p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.55; }
.privacy-consent { position: fixed; z-index: 50; left: 22px; right: 22px; bottom: 20px; max-width: 880px; margin: 0 auto; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: #07152d; color: #fff; box-shadow: 0 24px 70px rgba(7,21,45,.32); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.privacy-consent strong { font: 800 17px/1.2 "Manrope", sans-serif; }
.privacy-consent p { margin: 5px 0 3px; color: #c1ccda; font-size: 12px; line-height: 1.5; }
.privacy-consent a { color: #91e2b7; font-size: 11px; font-weight: 800; text-decoration: underline; }
.privacy-consent-actions { display: flex; gap: 9px; }
.privacy-consent .secondary-action { border-color: #67758a; background: transparent; color: #fff; }
.footer-v3 .footer-links button { padding: 0; border: 0; background: transparent; color: #b8c5d8; font-size: 11px; text-align: left; cursor: pointer; }
.footer-v3 .footer-links button:hover { color: #91e2b7; }
.empty-state-v3 { min-height: 300px; padding: 40px 48px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.025)); text-align: left; }
.empty-state-v3[hidden] { display: none; }
.empty-kicker { margin: 0 0 8px; color: #91e2b7; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.empty-state-v3 h3 { margin: 0; color: #fff; font: 700 clamp(26px,3vw,40px)/1.15 "Manrope", sans-serif; letter-spacing: -1.6px; }
.empty-state-v3 > div:nth-child(2) > p:last-child { max-width: 650px; margin: 11px 0 0; color: #aebbd0; font-size: 14px; line-height: 1.65; }
.empty-state-v3 > button { min-height: 45px; padding: 0 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: transparent; color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.empty-state-v3 > button:hover { background: #fff; color: var(--bk-navy); }
.deal-radar { position: relative; width: 128px; height: 128px; display: grid; place-items: center; border: 1px solid rgba(145,226,183,.18); border-radius: 50%; background: radial-gradient(circle,rgba(24,165,106,.22),transparent 67%); overflow: hidden; }
.deal-radar::before, .deal-radar::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(145,226,183,.2); border-radius: 50%; }
.deal-radar::after { inset: 46px; }
.deal-radar span { width: 8px; height: 8px; border-radius: 50%; background: #91e2b7; box-shadow: 0 0 18px #91e2b7; }
.deal-radar i { position: absolute; width: 50%; height: 1px; left: 50%; top: 50%; transform-origin: left; background: linear-gradient(90deg,#91e2b7,transparent); animation: radarSpin 2.8s linear infinite; }
.deal-radar b { position: absolute; left: 31px; top: 37px; width: 5px; height: 5px; border-radius: 50%; background: var(--bk-yellow); animation: dotBlink 1.7s ease-in-out infinite; }
.show-all-row { display: flex; justify-content: center; margin-top: 25px; }
.home-v3 .deals-v3 .text-button { color: #91e2b7; }

.standards-tech { width: min(1320px,calc(100% - 48px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(55px,8vw,120px); }
.tech-copy > p:not(.eyebrow-v3) { max-width: 560px; margin: 27px 0 0; color: var(--bk-text-soft); font-size: 16px; line-height: 1.75; }
.signal-panel { position: relative; overflow: hidden; padding: 24px; border-radius: 27px 9px 27px 9px; background: var(--bk-navy); color: #fff; box-shadow: 0 28px 75px rgba(6,22,47,.22); }
.panel-top { padding: 0 3px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-top > span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.panel-top > span i { width: 8px; height: 8px; border-radius: 50%; background: #70dfa5; box-shadow: 0 0 13px #70dfa5; }
.panel-top small { padding: 6px 9px; border-radius: 999px; background: rgba(112,223,165,.1); color: #91e2b7; font-size: 9px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.signal-row { position: relative; z-index: 2; min-height: 92px; padding: 18px 4px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.signal-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #91e2b7; font-size: 10px; font-weight: 800; }
.signal-row small, .signal-row strong { display: block; }
.signal-row small { color: #8293ab; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.signal-row strong { margin-top: 4px; font-size: 12px; }
.signal-row > b { color: #91e2b7; font-size: 9px; letter-spacing: .6px; text-transform: uppercase; }
.panel-foot { padding: 18px 3px 2px; display: flex; align-items: center; gap: 10px; color: #778aa4; font-size: 8px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.panel-foot i { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.signal-scan { position: absolute; z-index: 1; left: 0; right: 0; top: 55px; height: 90px; background: linear-gradient(180deg,transparent,rgba(24,165,106,.08),transparent); animation: signalScan 4.8s ease-in-out infinite; pointer-events: none; }

.how-v3 { padding: 115px max(24px,calc((100vw - 1320px)/2)) 125px; background: #efe9dc; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.how-grid article { position: relative; min-height: 310px; padding: 31px; border: 1px solid rgba(6,22,47,.08); border-radius: 19px; background: rgba(255,255,255,.72); transition: transform .3s, box-shadow .3s, background .3s; }
.how-grid article:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 22px 50px rgba(6,22,47,.1); }
.how-grid article > span { position: absolute; right: 24px; top: 22px; color: rgba(6,22,47,.18); font: 800 13px "Manrope", sans-serif; }
.how-grid svg { width: 48px; height: 48px; padding: 11px; border-radius: 13px; background: var(--bk-mint); fill: none; stroke: var(--bk-green); stroke-width: 1.7; }
.how-grid h3 { margin: 55px 0 11px; font: 700 23px "Manrope", sans-serif; letter-spacing: -1px; }
.how-grid p { margin: 0; color: var(--bk-text-soft); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 95px max(24px,calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; background: var(--bk-green); color: #fff; }
.final-cta h2 { margin: 0; font: 800 clamp(44px,5.5vw,80px)/.98 "Manrope", sans-serif; letter-spacing: -4px; }
.final-cta > div:last-child { padding-bottom: 8px; }
.final-cta > div:last-child p { margin: 0 0 24px; color: #d8f4e5; font-size: 15px; line-height: 1.7; }
.final-cta a { display: inline-flex; gap: 20px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 7px; }

.footer-v3 { padding: 58px max(24px,calc((100vw - 1320px)/2)); display: grid; grid-template-columns: .9fr 1.25fr .85fr; align-items: start; gap: 45px; background: #041125; color: #fff; }
.footer-v3 .brand-name { color: #fff; }
.footer-v3 .footer-brand-block > p { margin: 14px 0 0; color: #8293ab; font-size: 12px; }
.footer-v3 .footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 25px; }
.footer-v3 .footer-links a { color: #b8c5d8; font-size: 11px; }
.footer-v3 .footer-links a:hover { color: #91e2b7; }
.footer-note { text-align: right; }
.footer-note p { margin: 0; color: #8293ab; font-size: 10px; line-height: 1.55; }
.footer-note span { display: block; margin-top: 17px; color: #5f728d; font-size: 9px; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.motion-ready [data-reveal].revealed { opacity: 1; transform: translateY(0); }

@keyframes signalPulse { 0% { box-shadow: 0 0 0 0 rgba(24,165,106,.3); } 70%,100% { box-shadow: 0 0 0 8px rgba(24,165,106,0); } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes marqueeMove { to { transform: translateX(-50%); } }
@keyframes radarSpin { to { transform: rotate(360deg); } }
@keyframes dotBlink { 0%,100% { opacity: .35; } 50% { opacity: 1; box-shadow: 0 0 14px var(--bk-yellow); } }
@keyframes signalScan { 0% { transform: translateY(-110px); } 55%,100% { transform: translateY(310px); } }

@media (max-width: 1120px) {
  .for-you-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-nav { display: none; }
  .home-header { justify-content: space-between; }
  .hero-v3 { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .hero-v3 h1 { font-size: clamp(58px,7.5vw,86px); }
  .hero-image-wrap, .hero-image-wrap img { min-height: 460px; }
  .review-status { display: none; }
  .category-bento { grid-auto-rows: 220px; }
  .empty-state-v3 { grid-template-columns: 125px 1fr; }
  .empty-state-v3 > button { grid-column: 2; justify-self: start; }
}

@media (max-width: 850px) {
  .home-header { min-height: 70px; }
  .hero-v3 { width: min(100% - 36px,720px); padding: 58px 0 55px; grid-template-columns: 1fr; }
  .hero-v3-copy { text-align: center; }
  .eyebrow-v3 { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { max-width: 690px; margin: 10px auto 0; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 490px; }
  .discovery-v3 { grid-template-columns: 1fr; }
  .type-filters-v3 { justify-content: center; }
  .section-intro-v3, .deals-heading, .standards-tech, .final-cta { grid-template-columns: 1fr; }
  .section-intro-v3 { gap: 23px; }
  .category-bento { grid-template-columns: repeat(2,1fr); grid-auto-rows: 260px; }
  .category-card, .category-card.category-large, .category-card.category-wide { grid-column: span 1; grid-row: span 1; }
  .category-card.category-large { grid-column: span 2; }
  .deals-heading { gap: 28px; }
  .standards-tech { gap: 55px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-grid article { min-height: 240px; }
  .how-grid h3 { margin-top: 35px; }
  .final-cta { gap: 30px; }
  .footer-v3 { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 600px) {
  .for-you-v3 { width: calc(100% - 30px); padding: 65px 0; }
  .for-you-heading { align-items: start; flex-direction: column; }
  .for-you-heading h2 { font-size: 44px; letter-spacing: -2.4px; }
  .for-you-grid { grid-template-columns: 1fr; }
  .for-you-empty { min-height: 0; padding: 24px 21px; align-items: stretch; flex-direction: column; }
  .privacy-consent { left: 12px; right: 12px; bottom: 12px; padding: 18px; grid-template-columns: 1fr; gap: 15px; }
  .privacy-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .home-header { padding: 0 16px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-name { font-size: 17px; }
  .home-v3 .saved-nav { width: 39px; padding: 0; justify-content: center; }
  .home-v3 .saved-nav > span { display: none; }
  .home-v3 .saved-nav b { position: absolute; top: 12px; right: 10px; width: 14px; height: 14px; font-size: 8px; }
  .hero-v3 { width: calc(100% - 30px); min-height: 0; padding-top: 47px; }
  .hero-v3-copy { min-width: 0; }
  .hero-v3 h1 { max-width: 100%; font-size: clamp(46px,14vw,60px); letter-spacing: -3.2px; }
  .hero-lede { max-width: 100%; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button-v3 { width: 100%; }
  .hero-trust { gap: 10px 14px; font-size: 10px; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 390px; }
  .hero-image-wrap { border-radius: 27px 8px 27px 8px; }
  .hero-image-wrap img { object-position: 60% center; }
  .floating-card { padding: 11px 13px; }
  .floating-top { left: -7px; top: 18px; }
  .floating-bottom { right: -7px; bottom: 18px; }
  .floating-card strong { font-size: 10px; }
  .discovery-v3 { width: calc(100% - 30px); padding: 9px; margin-bottom: 35px; }
  .home-v3 .search-v3 { height: auto; padding: 7px; display: grid; grid-template-columns: 28px 1fr; }
  .home-v3 .search-v3 input { height: 42px; }
  .home-v3 .search-v3 button { grid-column: 1 / -1; width: 100%; margin: 4px 0 0; }
  .type-filters-v3 { justify-content: flex-start; overflow-x: auto; }
  .home-v3 .type-filters-v3 .filter { flex: 0 0 auto; }
  .category-showcase, .standards-tech { width: calc(100% - 30px); padding: 80px 0; }
  .section-intro-v3 h2, .tech-copy h2, .how-v3 h2 { font-size: 42px; letter-spacing: -2.5px; }
  .category-bento { display: flex; overflow-x: auto; margin: 0 -15px; padding: 0 15px 15px; scroll-snap-type: x mandatory; }
  .category-card, .category-card.category-large, .category-card.category-wide { flex: 0 0 84vw; min-height: 380px; scroll-snap-align: center; }
  .category-copy, .category-large .category-copy { padding: 25px; }
  .category-copy strong, .category-large .category-copy strong { font-size: 29px; }
  .category-copy i { opacity: 1; transform: none; }
  .category-chips { justify-content: flex-start; }
  .deals-v3 { padding: 78px 15px 85px; }
  .deals-heading h2 { font-size: 45px; letter-spacing: -2.7px; }
  .store-rail-v3 { align-items: stretch; }
  .empty-state-v3 { min-height: 0; padding: 32px 23px; grid-template-columns: 1fr; text-align: center; }
  .deal-radar { margin: 0 auto; }
  .empty-state-v3 > button { grid-column: auto; justify-self: center; }
  .signal-panel { padding: 17px; border-radius: 20px 7px 20px 7px; }
  .signal-row { grid-template-columns: 39px 1fr; }
  .signal-row > b { display: none; }
  .panel-foot { display: none; }
  .how-v3 { padding: 80px 15px 90px; }
  .final-cta { padding: 75px 20px; }
  .final-cta h2 { font-size: 45px; letter-spacing: -2.5px; }
  .footer-v3 { padding: 45px 20px; grid-template-columns: 1fr; }
  .footer-v3 .footer-links { margin-top: 10px; }
  .footer-note { 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; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
