:root {
  color-scheme: light;
  --wine-900: #421724;
  --wine-800: #571c2e;
  --wine-700: #72283f;
  --wine-600: #87334e;
  --wine-100: #f0dce2;
  --wine-50: #f9eff2;
  --rose: #b64264;
  --gold: #c49a48;
  --cream: #f8f3ea;
  --cream-deep: #eee4d5;
  --surface: #fffdf9;
  --ink: #201b1d;
  --ink-soft: #5f5759;
  --muted: #8e8284;
  --border: #e5dcd2;
  --shadow: 0 28px 80px rgb(67 28 39 / .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font: 400 16px/1.65 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid rgb(114 40 63 / .08); background: rgb(248 243 234 / .88); backdrop-filter: blur(18px); }
.nav { display: flex; height: 76px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.brand span { font-family: Fraunces, Georgia, serif; font-size: 27px; font-weight: 600; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.nav-links > a:hover { color: var(--wine-700); }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--wine-700); }
.menu-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 14px; padding: 0 22px; background: var(--wine-700); color: white; font-size: 13px; font-weight: 700; box-shadow: 0 12px 30px rgb(114 40 63 / .2); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--wine-800); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; box-shadow: none; }

.hero { position: relative; min-height: 820px; overflow: hidden; padding: 142px 0 88px; }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%, rgb(182 66 100 / .12), transparent 30%), radial-gradient(circle at 9% 92%, rgb(196 154 72 / .10), transparent 26%); content: ''; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.eyebrow, .kicker { color: var(--wine-700); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgb(196 154 72 / .12); }
h1, h2, h3 { margin: 0; font-family: Fraunces, Georgia, serif; font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(54px, 6.2vw, 82px); line-height: .98; }
h1 em { color: var(--wine-700); font-style: normal; }
.lead { max-width: 580px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { border-bottom: 1px solid var(--wine-100); color: var(--wine-700); font-size: 13px; font-weight: 700; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--muted); font-size: 10px; font-weight: 600; }
.hero-visual { position: relative; min-height: 650px; }
.halo { position: absolute; border-radius: 50%; }
.halo-one { top: 28px; right: 0; width: 500px; height: 500px; border: 1px solid rgb(114 40 63 / .12); }
.halo-two { top: 102px; right: 74px; width: 350px; height: 350px; background: rgb(255 253 249 / .55); box-shadow: inset 0 0 0 1px rgb(114 40 63 / .06); }
.phone { position: absolute; z-index: 3; top: 0; left: 50%; width: 314px; min-height: 646px; overflow: hidden; border: 8px solid #251d20; border-radius: 42px; padding: 13px 15px 17px; background: #faf5ec; box-shadow: var(--shadow); transform: translateX(-50%) rotate(1.5deg); }
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 11px; color: #5d5557; font-size: 7px; font-weight: 700; }
.phone-top i { width: 58px; height: 16px; border-radius: 99px; background: #251d20; }
.app-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 5px 2px 14px; }
.app-head small { color: #756a6c; font-size: 8px; }
.app-head h2 { margin-top: 1px; font-size: 23px; }
.app-head p { margin: 1px 0 0; color: var(--muted); font-size: 7px; }
.app-head img { width: 34px; height: 34px; border-radius: 10px; }
.sommelier-card { border-radius: 22px; padding: 18px; background: linear-gradient(145deg, var(--wine-700), var(--wine-900)); color: white; box-shadow: 0 14px 28px rgb(72 24 39 / .22); }
.sommelier-card > small { color: #e8b9c7; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.sommelier-card h3 { margin-top: 7px; font-size: 24px; line-height: 1.05; }
.sommelier-card p { max-width: 220px; margin: 8px 0; color: #ead7dd; font-size: 8px; line-height: 1.5; }
.sommelier-card > div { display: flex; gap: 5px; }
.sommelier-card > div span { border: 1px solid rgb(255 255 255 / .18); border-radius: 99px; padding: 4px 7px; color: #f3e8eb; font-size: 6px; }
.sommelier-card button { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 12px; border: 0; border-radius: 9px; padding: 9px 11px; background: white; color: var(--wine-700); font-size: 8px; font-weight: 800; }
.cellar-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 11px; border: 1px solid var(--border); border-radius: 14px; padding: 12px; background: white; }
.cellar-summary div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--border); }
.cellar-summary div:last-child { border: 0; }
.cellar-summary b { color: var(--wine-700); font-family: Fraunces, serif; font-size: 17px; }
.cellar-summary span { color: var(--muted); font-size: 6px; }
.insight { display: grid; grid-template-columns: 30px 1fr; gap: 9px; margin-top: 10px; border: 1px solid var(--border); border-radius: 14px; padding: 12px; background: #fffdfa; }
.insight > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: var(--wine-50); color: var(--wine-700); }
.insight small { display: block; color: var(--wine-700); font-size: 5px; font-weight: 800; letter-spacing: .1em; }
.insight strong { display: block; margin: 2px 0; font: 600 10px Fraunces, serif; }
.insight p { margin: 0; color: var(--muted); font-size: 6px; }
.app-nav { position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 55px; align-items: center; justify-content: space-around; border-top: 1px solid var(--border); background: #fffdfa; color: var(--muted); }
.app-nav span { display: grid; gap: 1px; place-items: center; font-size: 13px; }
.app-nav span:first-child { color: var(--wine-700); }
.app-nav small { font-size: 5px; }
.match-float, .bottle-float { position: absolute; z-index: 5; border: 1px solid rgb(114 40 63 / .12); background: rgb(255 253 249 / .94); box-shadow: 0 18px 45px rgb(67 28 39 / .15); backdrop-filter: blur(12px); }
.match-float { top: 85px; right: -6px; display: flex; width: 128px; height: 128px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; transform: rotate(5deg); }
.match-float small { color: var(--wine-700); font-size: 6px; font-weight: 800; letter-spacing: .08em; }
.match-float strong { color: var(--wine-700); font: 600 37px Fraunces, serif; line-height: 1; }
.match-float span { color: var(--muted); font-size: 7px; }
.bottle-float { bottom: 76px; left: -12px; display: grid; width: 205px; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; border-radius: 16px; padding: 12px; transform: rotate(-3deg); }
.bottle-float > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--wine-700); color: white; font: 600 18px Fraunces, serif; }
.bottle-float strong, .bottle-float small { display: block; }
.bottle-float strong { font-size: 9px; }
.bottle-float small { color: var(--muted); font-size: 6px; line-height: 1.4; }

.promise-strip { border-block: 1px solid var(--border); padding: 28px 0; background: var(--surface); }
.promise-strip .container { display: flex; align-items: baseline; justify-content: center; gap: 15px; }
.promise-strip p { margin: 0 18px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.promise-strip span { color: var(--wine-700); font: 600 24px Fraunces, serif; }
.promise-strip i { color: var(--gold); }
.section { padding: 112px 0; }
.section-heading { display: grid; max-width: 920px; grid-template-columns: .72fr 1.28fr; gap: 12px 55px; margin: 0 auto 64px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.06; }
.section-heading > p:last-child { align-self: end; margin: 0 0 7px; color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.feature { position: relative; overflow: hidden; min-height: 470px; border: 1px solid var(--border); border-radius: 26px; padding: 38px; background: var(--surface); }
.feature-number { display: block; margin-bottom: 45px; color: var(--wine-600); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.feature-copy small { color: var(--wine-600); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.feature-copy h3 { max-width: 520px; margin: 8px 0 13px; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; }
.feature-copy p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.feature-cellar { grid-column: 1 / -1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; align-items: center; background: #fffaf4; }
.feature-cellar .feature-number { position: absolute; top: 38px; left: 38px; }
.bottle-list { display: grid; gap: 9px; transform: rotate(1deg); }
.bottle-list > div { display: grid; grid-template-columns: 38px 1fr 30px; align-items: center; gap: 12px; border: 1px solid var(--border); border-radius: 14px; padding: 13px; background: white; box-shadow: 0 8px 22px rgb(67 28 39 / .06); }
.wine-bottle { position: relative; display: block; width: 18px; height: 43px; margin: auto; border-radius: 5px 5px 7px 7px; background: var(--wine-800); }
.wine-bottle::before { position: absolute; top: -8px; left: 6px; width: 6px; height: 10px; border-radius: 2px 2px 0 0; background: inherit; content: ''; }
.wine-bottle.pale { background: #b8a66b; }
.wine-bottle.gold { background: #d39a68; }
.bottle-list strong, .bottle-list small { display: block; }
.bottle-list strong { font-size: 11px; }
.bottle-list small { color: var(--muted); font-size: 8px; }
.bottle-list b { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--wine-50); color: var(--wine-700); font-size: 9px; }
.feature-today { background: var(--wine-900); color: white; }
.feature-today .feature-number, .feature-today .feature-copy small { color: #dfa3b4; }
.feature-today .feature-copy p { color: #d8c3ca; }
.prompt-demo { display: flex; align-items: center; gap: 10px; margin-top: 32px; border: 1px solid rgb(255 255 255 / .12); border-radius: 13px; padding: 12px; background: rgb(255 255 255 / .07); }
.prompt-demo > span { font-size: 17px; }
.prompt-demo p { flex: 1; margin: 0; color: #f7eaf0; font-size: 9px; }
.prompt-demo b { color: #dfa3b4; }
.recommend-demo { margin: 9px 0 0 30px; border-radius: 14px; padding: 15px; background: #fff9f3; color: var(--ink); box-shadow: 0 12px 30px rgb(0 0 0 / .18); transform: rotate(-1deg); }
.recommend-demo small { color: var(--wine-700); font-size: 6px; font-weight: 800; letter-spacing: .09em; }
.recommend-demo strong { display: block; margin: 4px 0; font: 600 16px Fraunces, serif; }
.recommend-demo p { margin: 0; color: var(--muted); font-size: 7px; }
.feature-open { min-height: 420px; background: var(--wine-50); }
.open-status { position: absolute; right: 34px; bottom: 35px; left: 34px; display: flex; align-items: center; gap: 12px; border-top: 1px solid #dfc5cd; padding-top: 20px; }
.open-status i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgb(196 154 72 / .12); }
.open-status small, .open-status strong { display: block; }
.open-status small { color: var(--muted); font-size: 7px; font-weight: 700; }
.open-status strong { color: var(--wine-700); font: 600 17px Fraunces, serif; }
.feature-offers { min-height: 420px; background: #fffaf4; }
.offer-demo { display: grid; grid-template-columns: 75px 1fr; gap: 14px; margin-top: 24px; border: 1px solid var(--border); border-radius: 15px; padding: 12px; background: white; }
.offer-art { display: grid; min-height: 92px; place-items: center; border-radius: 10px; background: var(--wine-700); color: #dfb77b; font: 600 10px Fraunces, serif; letter-spacing: .09em; writing-mode: vertical-rl; }
.offer-demo small, .offer-demo strong, .offer-demo s, .offer-demo b { display: block; }
.offer-demo small { color: var(--wine-700); font-size: 6px; font-weight: 800; }
.offer-demo strong { margin: 5px 0; font-size: 10px; }
.offer-demo s { color: var(--muted); font-size: 7px; }
.offer-demo b { color: var(--wine-700); font: 600 17px Fraunces, serif; }
.affiliate-note { color: var(--muted); font-size: 7px; }

.intelligence { overflow: hidden; background: var(--wine-900); color: white; }
.intelligence-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.taste-card { border: 1px solid rgb(255 255 255 / .18); border-radius: 28px; padding: 32px; background: rgb(255 255 255 / .08); box-shadow: 0 28px 65px rgb(0 0 0 / .2); transform: rotate(-1.3deg); }
.taste-head { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid rgb(255 255 255 / .12); }
.taste-head img { width: 50px; height: 50px; border-radius: 14px; }
.taste-head small, .taste-head strong { display: block; }
.taste-head small { color: #d9a5b5; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.taste-head strong { font: 600 20px Fraunces, serif; }
.taste-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0; }
.taste-tags span { border: 1px solid rgb(255 255 255 / .15); border-radius: 99px; padding: 6px 9px; color: #ead7dd; font-size: 8px; }
.taste-line { display: grid; grid-template-columns: 56px 1fr 78px; align-items: center; gap: 10px; margin: 14px 0; color: #cdb6be; font-size: 8px; }
.taste-line i { position: relative; display: block; height: 4px; border-radius: 99px; background: rgb(255 255 255 / .12); }
.taste-line i b { position: absolute; top: 50%; left: var(--score); width: 13px; height: 13px; border: 3px solid var(--wine-900); border-radius: 50%; background: #dfa3b4; transform: translate(-50%, -50%); }
.taste-line strong { color: white; font-size: 8px; text-align: right; }
.taste-card > p { margin: 24px 0 0; border-top: 1px solid rgb(255 255 255 / .12); padding-top: 17px; color: #bba4ac; font-size: 8px; }
.intelligence-copy .kicker { color: #dfa3b4; }
.intelligence-copy h2 { max-width: 610px; font-size: clamp(42px, 5vw, 61px); line-height: 1.06; }
.intelligence-copy > p:not(.kicker) { max-width: 600px; color: #cdb6be; font-size: 16px; }
.confidence-note { display: grid; max-width: 560px; grid-template-columns: 100px 1fr; align-items: center; gap: 22px; margin-top: 34px; border-top: 1px solid rgb(255 255 255 / .15); padding-top: 25px; }
.confidence-note > span { color: #dfa3b4; font: 600 48px Fraunces, serif; }
.confidence-note strong { font-size: 12px; }
.confidence-note p { margin: 3px 0 0; color: #a99099; font-size: 9px; }

.steps-section { background: var(--surface); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--border); }
.steps article { min-height: 270px; border-right: 1px solid var(--border); padding: 32px 27px; }
.steps article:last-child { border: 0; }
.steps span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--wine-100); border-radius: 50%; color: var(--wine-700); font-size: 8px; font-weight: 800; }
.steps h3 { margin: 68px 0 10px; font-size: 23px; line-height: 1.1; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.trust-section { background: var(--cream-deep); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.trust-copy h2 { max-width: 510px; font-size: clamp(38px, 4vw, 54px); line-height: 1.07; }
.trust-copy > p:last-child { max-width: 520px; color: var(--ink-soft); }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.trust-points > div { display: grid; min-height: 160px; grid-template-columns: 38px 1fr; gap: 13px; border: 1px solid #dacdbc; border-radius: 18px; padding: 22px; background: rgb(255 253 249 / .52); }
.trust-points > div > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: var(--wine-50); color: var(--wine-700); }
.trust-points p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.trust-points strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 12px; }
.download-section { padding: 72px 0; background: var(--wine-700); }
.download-card { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 32px; color: white; }
.download-card > img { width: 90px; height: 90px; border: 1px solid rgb(255 255 255 / .2); border-radius: 24px; }
.download-card .kicker { margin: 0; color: #e7b4c3; }
.download-card h2 { margin: 3px 0; font-size: clamp(32px, 4vw, 48px); }
.download-card p:last-child { margin: 0; color: #ead5dc; font-size: 12px; }
.button-light { background: white; color: var(--wine-700); box-shadow: none; }
.button-light:hover { background: var(--cream); color: var(--wine-800); }
footer { padding: 70px 0 30px; background: #211a1c; color: #e8dcdf; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 50px; }
.footer-brand p { max-width: 360px; color: #9f9296; font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; color: #a99b9f; font-size: 11px; }
.footer-grid strong { margin-bottom: 7px; color: white; font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 58px; border-top: 1px solid #3a3033; padding-top: 24px; color: #817579; font-size: 9px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Documentos legais */
body.legal-page header { position: static; background: var(--wine-700); }
body.legal-page > header { padding: 38px 20px; color: white; }
body.legal-page > header > div { width: min(860px, calc(100% - 40px)); margin: 0 auto; }
body.legal-page > header h1 { margin: 0; }
body.legal-page > header p { margin: 4px 0 0; color: #ecd8de; }
body.legal-page main { width: min(860px, calc(100% - 40px)); margin: 38px auto; border: 1px solid var(--border); border-radius: 24px; padding: clamp(26px, 5vw, 54px); background: var(--surface); }
body.legal-page h1 { font-size: clamp(36px, 6vw, 54px); }
body.legal-page h2 { margin-top: 38px; color: var(--wine-700); font-size: 27px; }
body.legal-page h3 { margin-top: 28px; }
body.legal-page .updated, body.legal-page .note { color: var(--muted); }
body.legal-page nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
body.legal-page nav a, body.legal-page main a { color: var(--wine-700); font-weight: 700; }
body.legal-page > footer { padding: 28px 20px; text-align: center; font-size: 11px; }

@media (max-width: 980px) {
  .hero-grid, .intelligence-grid, .trust-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .lead { margin-inline: auto; }
  .hero-visual { width: min(650px, 100%); margin: 20px auto 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-cellar { grid-column: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .download-card { grid-template-columns: 72px 1fr; }
  .download-card > img { width: 72px; height: 72px; }
  .download-card .button { grid-column: 1 / -1; width: fit-content; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { background: rgb(248 243 234 / .96); }
  .nav { height: 66px; }
  .brand img { width: 37px; height: 37px; }
  .brand span { font-size: 24px; }
  .menu-button { display: grid; }
  .nav-links { position: fixed; inset: 66px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; border-bottom: 1px solid var(--border); padding: 18px 20px 25px; background: var(--cream); box-shadow: 0 18px 35px rgb(67 28 39 / .12); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px; text-align: center; }
  .hero { min-height: auto; padding: 115px 0 60px; }
  h1 { font-size: clamp(46px, 14vw, 64px); }
  .lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 610px; transform: scale(.91); transform-origin: top center; }
  .match-float { right: -35px; }
  .bottle-float { left: -30px; }
  .promise-strip .container { flex-wrap: wrap; gap: 5px 10px; text-align: center; }
  .promise-strip p { width: 100%; margin: 0 0 4px; }
  .promise-strip span { font-size: 19px; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 40px; text-align: center; }
  .section-heading h2 { font-size: 40px; }
  .feature, .feature-cellar { display: block; min-height: auto; padding: 28px; }
  .feature-number { position: static !important; margin-bottom: 30px; }
  .bottle-list { margin-top: 32px; }
  .feature-today, .feature-open, .feature-offers { min-height: 475px; }
  .feature-open .open-status { position: static; margin-top: 80px; }
  .intelligence-grid { gap: 58px; }
  .taste-card { padding: 23px; }
  .intelligence-copy { text-align: center; }
  .intelligence-copy h2 { font-size: 41px; }
  .confidence-note { grid-template-columns: 80px 1fr; text-align: left; }
  .confidence-note > span { font-size: 40px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--border); }
  .steps article:nth-child(2) { border-bottom: 1px solid var(--border); }
  .steps h3 { margin-top: 45px; }
  .trust-grid { gap: 38px; }
  .trust-copy { text-align: center; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points > div { min-height: 130px; }
  .download-card { grid-template-columns: 60px 1fr; gap: 18px; text-align: left; }
  .download-card > img { width: 60px; height: 60px; border-radius: 17px; }
  .download-card h2 { font-size: 31px; }
  .download-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .phone { width: 300px; }
  .match-float { right: -58px; transform: scale(.82); }
  .bottle-float { left: -48px; transform: rotate(-3deg) scale(.82); }
  .hero-visual { transform: scale(.84); }
  .taste-line { grid-template-columns: 45px 1fr 67px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
