:root {
  --background: #071b19;
  --foreground: #f6f1e6;
  --card: #0d2a27;
  --card-foreground: #f6f1e6;
  --primary: #ff3e9d;
  --primary-foreground: #081917;
  --secondary: #aaf3ed;
  --secondary-foreground: #081917;
  --muted: #173a36;
  --muted-foreground: #b8cbc6;
  --accent: #ffd166;
  --accent-foreground: #171308;
  --destructive: #ff6b6b;
  --border: rgba(205, 244, 237, 0.16);
  --input: rgba(205, 244, 237, 0.16);
  --ring: #aaf3ed;
  --radius: 1rem;
  --pink: #ff3e9d;
  --cyan: #48e7dd;
  --gold: #ffd166;
  --ink: #071b19;
  --cream: #f6f1e6;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --radius-sm: calc(var(--radius) - 6px);
  --radius-md: calc(var(--radius) - 3px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 8px);
  --font-sans: "Arial Narrow", "Aptos", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Arial Narrow", "Aptos", Arial, sans-serif; font-size: 16px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.icon { display: inline-grid; place-items: center; line-height: 1; }
.brand-mark .icon { font-size: 1.25rem; }
.product-art .spark { position: relative; z-index: 2; font-size: 1.5rem; }

.top-strip {
  min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 6px 20px; background: var(--cyan); color: var(--ink); font-size: .76rem;
  font-weight: 900; letter-spacing: .1em; text-transform: uppercase; text-align: center;
}

.site-header {
  position: sticky; top: 0; z-index: 40; height: 76px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px; padding: 0 clamp(20px, 5vw, 76px);
  background: rgba(7, 27, 25, .9); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; font-family: Impact, "Arial Black", sans-serif; font-size: 1.65rem; letter-spacing: -.02em; }
.brand > span:last-child > span, .footer-brand strong span { color: var(--pink); }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--pink); color: var(--ink); transform: rotate(-7deg); box-shadow: 4px 4px 0 var(--gold); }
.site-header nav { display: flex; gap: 28px; font-size: .9rem; font-weight: 800; }
.site-header nav a { color: #c9d7d3; transition: color .2s ease; }
.site-header nav a:hover { color: var(--cyan); }
.surprise-small, .ghost-cta, .primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; cursor: pointer; font-weight: 900; }
.surprise-small { padding: 11px 16px; border-radius: 999px; background: var(--gold); color: var(--ink); }

.hero { min-height: 700px; position: relative; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 13, 17, .97) 0%, rgba(3, 17, 21, .85) 35%, rgba(3, 17, 21, .17) 72%, rgba(3, 17, 21, .05) 100%), linear-gradient(0deg, rgba(7, 27, 25, .7), transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 92%); margin-left: clamp(20px, 7vw, 110px); padding: 72px 0 84px; }
.eyebrow, .modal-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: .78rem; }
.hero h1 { margin: 23px 0 18px; max-width: 680px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(4.25rem, 8.6vw, 8.4rem); line-height: .82; letter-spacing: -.035em; text-transform: uppercase; text-shadow: 0 6px 40px rgba(0,0,0,.4); }
.hero h1 em { color: var(--pink); font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.14); }
.hero p { max-width: 610px; margin: 0; color: #e2e9e6; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.primary-cta, .ghost-cta { min-height: 52px; padding: 0 22px; border-radius: 14px; }
.primary-cta { background: var(--pink); color: #fff; box-shadow: 6px 6px 0 var(--gold); }
.ghost-cta { border: 1px solid rgba(255,255,255,.28); background: rgba(7,27,25,.38); backdrop-filter: blur(12px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #ccd9d5; font-size: .87rem; font-weight: 800; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg, .trust-row .icon { color: var(--gold); }

.finder, .products, .how { padding: 80px clamp(20px, 5vw, 76px); }
.finder { background: #09201e; }
.section-heading, .result-bar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.section-heading > div, .result-bar > div { display: flex; align-items: baseline; gap: 14px; }
.section-number { color: var(--pink); font-family: Impact, sans-serif; font-size: 1rem; letter-spacing: .08em; }
.section-heading h2, .result-bar h2, .how h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.025em; text-transform: uppercase; }
.section-heading p { margin: 0; color: var(--muted-foreground); }
.finder-panel { max-width: 1320px; margin: 0 auto; padding: 23px; border: 1px solid var(--border); border-radius: 25px; background: rgba(255,255,255,.035); box-shadow: 0 28px 80px rgba(0,0,0,.16); }
.search-box { min-height: 66px; display: flex; align-items: center; gap: 13px; padding: 0 20px; border: 1px solid rgba(170,243,237,.32); border-radius: 17px; background: #061816; }
.search-box svg, .search-box > .icon { flex: none; color: var(--cyan); font-size: 1.45rem; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--cream); font-size: 1.05rem; }
.search-box input::placeholder { color: #809590; }
.search-box button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--muted); cursor: pointer; }
.filter-group, .budget-row { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-group { margin-top: 18px; }
.filter-group button, .budget-row button { min-height: 38px; padding: 0 15px; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: #c8d4d1; font-size: .87rem; font-weight: 800; cursor: pointer; }
.filter-group button:hover, .budget-row button:hover { border-color: var(--cyan); }
.filter-group button.active { background: var(--cyan); border-color: var(--cyan); color: var(--ink); }
.budget-row { align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.budget-row > span { margin-right: 4px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.budget-row button.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }

.products { background: #071b19; }
.result-bar > span { color: var(--cyan); font-weight: 900; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 24px; background: #0b2522; box-shadow: 0 22px 44px rgba(0,0,0,.13); transition: transform .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(72,231,221,.42); }
.product-art { position: relative; min-height: 185px; display: flex; align-items: flex-end; justify-content: space-between; padding: 24px; overflow: hidden; color: #061614; }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.44); }
.product-art::before { width: 170px; height: 170px; right: -45px; top: -52px; }
.product-art::after { width: 80px; height: 80px; right: 90px; top: 35px; }
.product-art > span { position: relative; z-index: 2; max-width: 80%; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.8rem, 6vw, 5.1rem); line-height: .86; letter-spacing: -.035em; }
.product-art svg { position: relative; z-index: 2; }
.art-pink { background: linear-gradient(135deg, #ff3e9d, #ff83bf); }
.art-cyan { background: linear-gradient(135deg, #28cfc5, #9af5ef); }
.art-gold { background: linear-gradient(135deg, #ffbd3d, #ffe19a); }
.art-blue { background: linear-gradient(135deg, #4f8dff, #89b8ff); }
.art-purple { background: linear-gradient(135deg, #a06cff, #d4b7ff); }
.art-green { background: linear-gradient(135deg, #65c66a, #b4ef9e); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.product-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.trend { padding: 6px 8px; border-radius: 7px; letter-spacing: .04em; }
.trend-hot { background: var(--pink); color: #fff; }
.trend-rising { background: var(--gold); color: var(--ink); }
.trend-evergreen { background: rgba(72,231,221,.14); color: var(--cyan); }
.product-card h3 { min-height: 54px; margin: 15px 0 10px; font-size: 1.18rem; line-height: 1.26; }
.product-why { margin: 0; color: #afc2bd; font-size: .9rem; line-height: 1.55; }
.recipient-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.recipient-row span { padding: 5px 8px; border-radius: 7px; background: rgba(255,255,255,.05); color: #d7e0de; font-size: .72rem; font-weight: 800; }
.retailer-block { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.retailer-label, .from-label { display: block; margin-bottom: 7px; color: #809590; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.retailer-list { display: flex; flex-wrap: wrap; gap: 6px; }
.retailer-list span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.retailer-list span:not(:last-child)::after { content: " ·"; color: #506762; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 21px; }
.product-footer strong { display: block; font-size: 1.02rem; }
.shop-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px dashed #47605b; border-radius: 11px; background: rgba(255,255,255,.025); color: #82958f; font-size: .78rem; font-weight: 900; }
.shop-button.live { border: 0; background: var(--pink); color: #fff; cursor: pointer; }
.pick-again { align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; padding: 0; border: 0; background: transparent; color: var(--cyan); font-weight: 900; cursor: pointer; }
.empty-state { display: grid; place-items: center; min-height: 360px; padding: 40px; border: 1px dashed var(--border); border-radius: 24px; text-align: center; }
.empty-state svg { color: var(--pink); }
.empty-state h3 { margin: 12px 0 0; }
.empty-state p { margin: 6px 0 20px; color: var(--muted-foreground); }
.empty-state button { padding: 11px 16px; border: 0; border-radius: 10px; background: var(--cyan); color: var(--ink); font-weight: 900; cursor: pointer; }

.how { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 7vw, 110px); background: var(--cream); color: var(--ink); }
.how-intro > .section-number { display: block; margin-bottom: 12px; }
.how h2 { line-height: .92; }
.how h2 em { color: #dc267d; font-style: normal; }
.how-intro > p { max-width: 620px; color: #35504b; font-size: 1.05rem; line-height: 1.65; }
.steps { display: flex; flex-direction: column; justify-content: center; }
.steps article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(7,27,25,.16); }
.steps article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); font-family: Impact, sans-serif; }
.steps article > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 11px; }
.steps article svg, .steps article > div > .icon { grid-row: span 2; margin-top: 2px; color: #dc267d; font-size: 1.25rem; }
.steps h3 { margin: 0; font-size: 1.15rem; }
.steps p { margin: 5px 0 0; color: #4c625e; line-height: 1.5; }

.merchant-ribbon { display: flex; align-items: center; gap: 26px; overflow-x: auto; padding: 24px clamp(20px, 5vw, 76px); background: var(--pink); color: #fff; scrollbar-width: none; }
.merchant-ribbon::-webkit-scrollbar { display: none; }
.merchant-ribbon span { flex: none; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.4); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.merchant-ribbon strong { flex: none; font-size: .9rem; }

footer { display: grid; grid-template-columns: auto 1fr; gap: 14px 40px; align-items: center; padding: 54px clamp(20px, 5vw, 76px); background: #041210; color: #c0cfcb; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand strong { color: var(--cream); font-family: Impact, sans-serif; font-size: 1.35rem; }
footer > p { margin: 0; }
.disclosure { grid-column: 1 / -1; max-width: 820px; color: #80928d; font-size: .78rem; line-height: 1.5; }
footer > span { grid-column: 1 / -1; color: #61736f; font-size: .75rem; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; background: rgba(2,9,8,.84); backdrop-filter: blur(10px); }
.surprise-modal { position: relative; width: min(470px, 100%); max-height: 92vh; overflow-y: auto; padding: 20px; border: 1px solid rgba(72,231,221,.28); border-radius: 27px; background: #071b19; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.surprise-modal .product-card { margin-top: 14px; }
.surprise-modal .product-art { min-height: 150px; }
.modal-close { position: absolute; top: 12px; right: 12px; z-index: 3; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: #0d2a27; cursor: pointer; }
.modal-close .icon { font-size: 1.2rem; }

@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .top-strip { font-size: .65rem; }
  .site-header { height: 68px; padding-inline: 16px; }
  .site-header nav { display: none; }
  .brand { font-size: 1.35rem; }
  .brand-mark { width: 34px; height: 34px; }
  .surprise-small { padding: 10px 12px; font-size: .78rem; }
  .hero { min-height: 690px; align-items: end; }
  .hero > img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,17,21,.98) 9%, rgba(3,17,21,.85) 60%, rgba(3,17,21,.22) 100%); }
  .hero-content { width: auto; margin: 0; padding: 100px 20px 55px; }
  .hero h1 { font-size: clamp(3.65rem, 19vw, 6rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { gap: 11px 18px; }
  .finder, .products, .how { padding: 58px 17px; }
  .section-heading, .result-bar { align-items: flex-start; flex-direction: column; }
  .section-heading p { margin-top: -10px; }
  .section-heading h2, .result-bar h2, .how h2 { font-size: 2.7rem; }
  .finder-panel { padding: 14px; border-radius: 20px; }
  .search-box { min-height: 58px; padding: 0 14px; }
  .search-box input { font-size: .95rem; }
  .filter-group, .budget-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter-group button, .budget-row button { flex: none; }
  .budget-row > span { flex: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-art { min-height: 170px; }
  .product-card h3 { min-height: auto; }
  .how { gap: 30px; }
  .steps article { grid-template-columns: 40px 1fr; gap: 12px; }
  footer { grid-template-columns: 1fr; }
  footer > p, .disclosure, footer > span { grid-column: auto; }
}

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