@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #171817;
  --muted: #626762;
  --paper: #f3f4f2;
  --card: #ffffff;
  --line: #dfe2de;
  --lime: #c9f158;
  --lime-deep: #b7df49;
  --amber: #f2a33c;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(243,244,242,.9); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 10; }
.nav { height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.wordmark { font-size: 27px; line-height: 1; font-weight: 700; letter-spacing: -.08em; }
.wordmark i { color: var(--lime-deep); font-style: normal; }
.wordmark-image { display: block; width: 130px; height: 28px; overflow: hidden; position: relative; flex: 0 0 auto; }
.wordmark-image img { position: absolute; width: 136px; height: 136px; left: -6px; top: -55px; max-width: none; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 600; }
.nav-links a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

.eyebrow { font: 500 11px/1 'DM Mono', monospace; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.hero { padding: clamp(64px, 10vw, 136px) 0 68px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.hero h1 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(52px, 7vw, 102px); letter-spacing: -.085em; line-height: .91; }
.hero h1 strong { display: block; color: var(--lime-deep); font-weight: 700; }
.hero-copy { max-width: 530px; color: var(--muted); font-size: 19px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 0 22px; font-size: 14px; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--lime); background: var(--ink); }
.button-light { border: 1px solid var(--line); background: var(--card); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 22px; font-size: 13px; color: var(--muted); }

.arrival-card { background: var(--ink); min-height: 430px; border-radius: 28px; padding: 25px; position: relative; overflow: hidden; color: white; box-shadow: 0 28px 48px rgba(23,24,23,.15); }
.arrival-card:before { content: ''; position: absolute; z-index: 0; width: 390px; height: 390px; border-radius: 50%; background: var(--lime); right: -95px; bottom: -128px; }
.arrival-card:after { content: 'PUNCTO.  PUNCTO.  PUNCTO.'; position: absolute; z-index: 0; top: 105px; left: -54px; color: rgba(255,255,255,.08); font-size: 55px; font-weight: 700; line-height: .92; letter-spacing: -.08em; width: 190%; transform: rotate(-24deg); }
.card-top, .check-card, .day-row { position: relative; z-index: 1; }
.card-top { display: flex; justify-content: space-between; align-items: center; font: 500 11px/1 'DM Mono', monospace; letter-spacing: .08em; }
.card-status { background: var(--lime); color: var(--ink); border-radius: 99px; padding: 7px 10px; }
.check-card { margin-top: 74px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.check-card b { display: block; font-size: 16px; margin-bottom: 6px; }.check-card span { color: #c8ccc7; font-size: 13px; }
.check-card .check-symbol { position: absolute; right: 18px; top: 20px; width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid rgba(23,24,23,.16); border-radius: 50%; background: var(--lime); color: var(--ink); font-family: Arial, sans-serif; font-size: 34px; font-weight: 900; line-height: 1; text-shadow: 0 1px 0 rgba(255,255,255,.18); box-shadow: 0 6px 16px rgba(0,0,0,.22); }
.hero-check { position: absolute; z-index: 0; right: 17px; bottom: -3px; color: var(--ink); font-family: Arial, sans-serif; font-size: 178px; font-weight: 900; line-height: 1; letter-spacing: -.16em; transform: rotate(-8deg); text-shadow: 0 3px 0 rgba(255,255,255,.16); }
.day-row { display: flex; gap: 10px; position: absolute; bottom: 27px; left: 25px; }.day { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); font: 500 10px/1 'DM Mono', monospace; }.day.done { background: var(--lime); color: var(--ink); border-color: var(--lime); }

.section { padding: 100px 0; }.section-white { background: var(--card); }.section-head { max-width: 680px; margin-bottom: 46px; }.section h2 { margin: 14px 0 0; font-size: clamp(35px, 4.2vw, 58px); letter-spacing: -.065em; line-height: .98; }.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.feature { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }.feature-icon { width: 42px; height: 42px; margin-bottom: 64px; border-radius: 12px; display: grid; place-items: center; background: var(--lime); font-size: 20px; }.feature h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.04em; }.feature p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.privacy-band { background: var(--lime); padding: 86px 0; }.privacy-band .split { display: flex; justify-content: space-between; gap: 30px; align-items: end; }.privacy-band h2 { max-width: 700px; margin: 14px 0 0; font-size: clamp(38px, 5vw, 70px); letter-spacing: -.075em; line-height: .95; }.privacy-band p { max-width: 420px; margin: 0; font-size: 17px; line-height: 1.5; }.privacy-band .button { margin-top: 20px; }
.cta { padding: 110px 0; text-align: center; }.cta h2 { max-width: 700px; margin: 15px auto 0; font-size: clamp(42px, 5vw, 74px); line-height: .94; letter-spacing: -.075em; }.cta p { max-width: 550px; margin: 21px auto 30px; color: var(--muted); font-size: 17px; line-height: 1.5; }

.site-footer { border-top: 1px solid var(--line); padding: 30px 0 38px; }.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-meta { color: var(--muted); font-size: 13px; }.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }

.legal-hero { padding: 84px 0 58px; border-bottom: 1px solid var(--line); }.legal-hero h1 { margin: 15px 0 16px; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.075em; line-height: .95; }.legal-hero p { color: var(--muted); font-size: 16px; }.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: clamp(36px, 8vw, 120px); padding: 68px 0 100px; }.legal-nav { align-self: start; position: sticky; top: 105px; }.legal-nav a { display: block; padding: 9px 0; color: var(--muted); font-size: 14px; }.legal-nav a:hover { color: var(--ink); }.legal-copy { font-size: 16px; line-height: 1.67; }.legal-copy section { scroll-margin-top: 115px; margin-bottom: 44px; }.legal-copy h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.04em; line-height: 1.1; }.legal-copy p, .legal-copy ul { margin: 0 0 14px; }.legal-copy ul { padding-left: 21px; }.legal-copy li { padding-left: 4px; margin-bottom: 7px; }.legal-copy a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.callout { margin: 0 0 38px; padding: 21px; border-left: 4px solid var(--lime-deep); background: #eaf4cc; border-radius: 0 14px 14px 0; font-size: 16px; line-height: 1.55; }
.support-panel { max-width: 760px; margin: 60px auto 110px; padding: clamp(30px, 6vw, 64px); background: var(--ink); color: white; border-radius: 26px; }.support-panel h2 { margin: 15px 0; font-size: clamp(36px, 4vw, 55px); letter-spacing: -.065em; line-height: .98; }.support-panel p { color: #cdd0cc; font-size: 17px; line-height: 1.55; }.support-panel .button { margin-top: 18px; }

@media (max-width: 760px) { .shell { width: min(100% - 32px, var(--max)); }.nav { height: 68px; }.nav-links { gap: 14px; font-size: 13px; }.nav-links a:nth-child(1) { display: none; }.hero-grid, .legal-layout { grid-template-columns: 1fr; }.arrival-card { min-height: 355px; }.feature-grid { grid-template-columns: 1fr; }.feature { min-height: 0; }.feature-icon { margin-bottom: 38px; }.privacy-band .split, .footer-content { display: block; }.privacy-band p { margin-top: 26px; }.footer-links { margin-top: 18px; }.legal-layout { padding-top: 38px; }.legal-nav { display: none; }.legal-copy { font-size: 15px; } }
