:root {
    --navy: #06213f;
    --navy-deep: #041428;
    --ink: #12161f;
    --muted: #6b7280;
    --line: #e6e8ec;
    --bg: #ffffff;
    --bg-soft: #f6f7f9;
    --orange: #ff5a00;
    --orange-ink: #d24a00;
    --ok: #1f9d55;
    --radius: 14px;
    --radius-sm: 10px;
    --shadow: 0 1px 2px rgba(6, 15, 30, .04), 0 12px 28px rgba(6, 15, 30, .06);
    --fw-body: 400;
    --fw-label: 500;
    --fw-heading: 600;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: 15.5px; line-height: 1.55; font-weight: var(--fw-body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: var(--fw-heading); letter-spacing: -0.01em; line-height: 1.15; }
p { margin: 0; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 46px; padding: 0 22px; border-radius: 999px; text-decoration: none;
    font-weight: var(--fw-label); font-size: .93rem; border: 1px solid transparent; cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn--sm { min-height: 38px; padding: 0 18px; font-size: .86rem; }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-ink); }
.btn--ghost-light { background: transparent; border-color: rgba(255, 255, 255, .28); color: #fff; }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .1); }

/* util bar */
.util-bar { background: var(--navy); color: rgba(255, 255, 255, .82); text-align: center; font-size: .82rem; font-weight: var(--fw-label); padding: 8px 16px; }
.util-bar a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

/* nav */
.site-nav { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.site-nav.is-scrolled { box-shadow: 0 6px 18px rgba(6, 15, 30, .06); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { height: 30px; width: auto; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 34px; height: 34px; border: 0; background: transparent; cursor: pointer; padding: 0; align-items: center; justify-content: center; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; }
.nav-link { text-decoration: none; color: var(--muted); font-weight: var(--fw-label); font-size: .92rem; }
.nav-link:hover { color: var(--ink); }
.nav-link--active { color: var(--ink); }
.nav-link--login { color: var(--ink); border-right: 1px solid var(--line); padding-right: 22px; }

/* hero */
.hero { background: var(--navy); color: #fff; padding: 64px 0 70px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: var(--fw-label); color: rgba(255, 255, 255, .72); margin-bottom: 18px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.hero h1 { font-size: clamp(2rem, 3.6vw, 3rem); color: #fff; }
.hero h1 span { color: var(--orange); }
.hero-lead { margin-top: 16px; max-width: 480px; color: rgba(255, 255, 255, .72); font-size: 1.02rem; }
.hero-search { display: flex; gap: 8px; margin-top: 28px; max-width: 460px; background: #fff; border-radius: 999px; padding: 5px; }
.hero-search input { flex: 1; border: 0; background: transparent; padding: 0 16px; font-size: .92rem; color: var(--ink); }
.hero-search input:focus { outline: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero-chips { display: flex; flex-direction: column; gap: 10px; margin-top: 30px; }
.hero-chip { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .78); font-size: .88rem; }
.hero-chip svg { width: 17px; height: 17px; color: var(--orange); flex-shrink: 0; }

.hero-device { position: relative; justify-self: center; }
.orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.orbit--a { width: 420px; height: 420px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbit--b { width: 320px; height: 320px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.phone { position: relative; width: 280px; background: #fff; color: var(--ink); border-radius: 26px; padding: 20px; box-shadow: var(--shadow); }
.phone-row { display: flex; align-items: center; justify-content: space-between; }
.phone-row img { height: 18px; width: auto; }
.phone-dot { color: var(--line); font-size: 1.1rem; }
.phone-loc { display: flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--muted); font-size: .76rem; font-weight: var(--fw-label); }
.ping { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); flex-shrink: 0; }
.phone-greet { margin-top: 6px; font-size: 1.05rem; }
.phone-search { margin-top: 14px; background: var(--bg-soft); border-radius: 10px; padding: 10px 12px; color: var(--muted); font-size: .82rem; }
.phone-filters { display: flex; gap: 8px; margin-top: 12px; }
.phone-filters span { font-size: .74rem; color: var(--muted); padding: 5px 10px; border-radius: 999px; background: var(--bg-soft); font-weight: var(--fw-label); }
.phone-filters .on { background: var(--ink); color: #fff; }
.phone h4 { margin-top: 18px; font-size: .78rem; color: var(--muted); font-weight: var(--fw-label); text-transform: uppercase; letter-spacing: .04em; }
.phone-card { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 8px; border-radius: 12px; border: 1px solid var(--line); }
.phone-thumb { width: 38px; height: 38px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: var(--fw-heading); flex-shrink: 0; }
.phone-thumb--alt { background: var(--orange); }
.phone-card .info { flex: 1; min-width: 0; }
.phone-card strong { display: block; font-size: .82rem; }
.phone-card small { color: var(--muted); font-size: .72rem; }
.phone-card b { font-size: .76rem; color: var(--ink); white-space: nowrap; }
.phone-cta { width: 100%; margin-top: 14px; border: 0; border-radius: 10px; min-height: 40px; background: var(--orange); color: #fff; font-weight: var(--fw-label); cursor: pointer; }

/* trust strip */
.trust-strip { border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.trust-row { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; padding: 18px 24px; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .86rem; }
.trust-item svg { width: 17px; height: 17px; color: var(--orange); }
.trust-item b { color: var(--ink); font-weight: var(--fw-label); }

/* sections */
.section { padding: 76px 0; }
.section--alt { background: var(--bg-soft); }
.section--tight { padding: 56px 0; }
.section-head { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.eyebrow { color: var(--orange); font-size: .78rem; font-weight: var(--fw-label); text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.section-head h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.section-head p { margin-top: 10px; color: var(--muted); }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.step { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-num { font-size: .82rem; font-weight: var(--fw-label); color: var(--orange); margin-bottom: 14px; }
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .9rem; }

/* vendors */
.vendor-scroller-wrap { position: relative; }
.vendor-grid { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: none; }
.vendor-grid::-webkit-scrollbar { display: none; }
.vendor-scroll-sentinel { flex: 0 0 1px; }
.vendor-card {
    flex: 0 0 calc((100% - 36px) / 3); min-width: 240px; scroll-snap-align: start; text-decoration: none; color: inherit;
    border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff;
    transition: box-shadow .18s ease, border-color .18s ease;
}
.vendor-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.vendor-card--skeleton { background: var(--bg-soft); min-height: 250px; }
.vendor-thumb { position: relative; height: 140px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: var(--fw-heading); }
.vendor-tag { position: absolute; top: 10px; right: 10px; background: rgba(6, 33, 63, .82); color: #fff; font-size: .72rem; font-weight: var(--fw-label); padding: 4px 10px; border-radius: 999px; }
.vendor-body { padding: 16px; }
.vendor-body h3 { font-size: 1rem; margin-bottom: 6px; }
.vendor-body p { color: var(--muted); font-size: .84rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vendor-meta { margin-top: 10px; color: var(--muted); font-size: .8rem; }
.scroll-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 40px; height: 40px;
    border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 1.2rem;
    cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: var(--shadow);
}
.scroll-arrow--prev { left: -20px; }
.scroll-arrow--next { right: -20px; }

/* vendor CTA panel */
.vendor-panel { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: center; padding: 40px; border-radius: var(--radius); background: var(--bg-soft); }
.vendor-copy h2 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin: 6px 0 12px; }
.vendor-copy > p { color: var(--muted); }
.vendor-list { list-style: none; margin: 20px 0; padding: 0; display: grid; gap: 10px; }
.vendor-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; }
.tick { color: var(--ok); font-weight: var(--fw-heading); }
.vendor-visual { position: relative; text-align: center; }
.vendor-sticker { position: absolute; top: -10px; left: -6px; background: var(--orange); color: #fff; font-size: .74rem; padding: 8px 12px; border-radius: 12px; line-height: 1.3; z-index: 1; }
.vendor-sticker strong { display: block; font-weight: var(--fw-heading); }

/* payments */
.pay-strip { text-align: center; }
.pay-strip .label { color: var(--muted); font-size: .82rem; font-weight: var(--fw-label); text-transform: uppercase; letter-spacing: .06em; }
.pay-row { display: flex; justify-content: center; gap: 12px; margin-top: 14px; }
.pay-badge { border: 1px solid var(--line); border-radius: 999px; padding: 8px 20px; font-weight: var(--fw-label); color: var(--ink); background: #fff; }

/* footer */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .7); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; }
.footer-brand img { height: 26px; width: auto; margin-bottom: 12px; }
.footer-brand p { font-size: .88rem; margin-bottom: 18px; }
.play-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; padding: 8px 14px; text-decoration: none; color: #fff; width: fit-content; }
.play-badge svg { width: 18px; height: 18px; fill: #fff; stroke: none; }
.play-badge small { display: block; font-size: .62rem; opacity: .7; }
.play-badge span { font-size: .86rem; font-weight: var(--fw-label); line-height: 1.3; }
.footer-col h4 { color: #fff; font-size: .84rem; font-weight: var(--fw-label); margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; font-size: .88rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .8rem; }

@media (min-width: 720px) {
    .scroll-arrow { display: flex; }
}
@media (max-width: 960px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-device { justify-self: stretch; display: flex; justify-content: center; margin-top: 10px; }
    .vendor-panel { grid-template-columns: 1fr; }
    .vendor-visual { order: -1; max-width: 260px; margin: 0 auto; }
}
@media (max-width: 880px) {
    .nav-toggle { display: flex; }
    .nav-links {
        position: absolute; top: 66px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line);
        flex-direction: column; align-items: flex-start; padding: 18px 24px; gap: 16px;
        display: none;
    }
    .nav-links.is-open { display: flex; }
    .nav-links ul { flex-direction: column; gap: 14px; }
    .nav-link--login { border-right: 0; padding-right: 0; }
    .nav-links .btn { width: 100%; }
}
@media (max-width: 720px) {
    .steps { grid-template-columns: 1fr; }
    .vendor-card { flex: 0 0 78%; min-width: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .wrap { padding: 0 18px; }
    .hero { padding: 44px 0 50px; }
    .hero-search { flex-direction: column; background: transparent; padding: 0; gap: 8px; }
    .hero-search input { background: #fff; border-radius: 999px; padding: 0 16px; min-height: 46px; }
    .hero-search .btn { width: 100%; }
    .section { padding: 52px 0; }
    .vendor-panel { padding: 26px; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* apply page */
.apply-hero { padding: 48px 0 44px; }
.apply-hero-inner { grid-template-columns: 1fr; }
.apply-hero .hero-lead { max-width: 620px; }
.apply-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.apply-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; }
.apply-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.apply-alert { margin-bottom: 18px; padding: 12px 16px; border-radius: var(--radius-sm); font-size: .9rem; font-weight: var(--fw-label); }
.apply-alert--ok { background: #eaf7ef; color: #16743f; }
.apply-alert--error { background: #fdecec; color: #b3261e; }

.form-section { border: 0; margin: 0 0 26px; padding: 0; }
.form-section legend { display: flex; align-items: center; gap: 8px; padding: 0; margin: 0 0 14px; font-weight: var(--fw-heading); font-size: .96rem; }
.form-section legend span { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--bg-soft); color: var(--orange); font-size: .78rem; font-weight: var(--fw-heading); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field-wide { grid-column: 1 / -1; }
label { display: grid; gap: 6px; font-size: .88rem; font-weight: var(--fw-label); color: var(--ink); }
.req { color: var(--orange); }
.hint { color: var(--muted); font-weight: var(--fw-body); }
input, select, textarea {
    width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); min-height: 42px;
    padding: 9px 12px; font-size: .92rem; color: var(--ink); background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}
textarea { min-height: 96px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--navy); box-shadow: none; }
.apply-address-results { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; }
.apply-address-results:empty { margin-top: 0; }
.apply-address-result {
    width: 100%; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 9px 12px; font-size: .86rem; color: var(--ink); background: #fff; cursor: pointer;
}
.apply-address-result:hover { border-color: var(--navy); }
.check { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; font-size: .88rem; color: var(--muted); }
.check input { width: 18px; height: 18px; min-height: 0; margin-top: 2px; accent-color: var(--navy); }
.check a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.apply-submit { width: 100%; min-height: 50px; }
.apply-note { margin-top: 12px; text-align: center; color: var(--muted); font-size: .82rem; }

.apply-side { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg-soft); text-align: center; }
.apply-side img { max-width: 140px; margin: 0 auto 16px; }
.apply-side h3 { font-size: 1.02rem; margin-bottom: 8px; }
.apply-side p { color: var(--muted); font-size: .86rem; }
.apply-side .vendor-list { text-align: left; margin-top: 18px; }

@media (max-width: 880px) {
    .apply-grid { grid-template-columns: 1fr; }
    .apply-side { order: -1; }
}
@media (max-width: 480px) {
    .apply-card { padding: 20px; }
    .form-grid { grid-template-columns: 1fr; }
}
