:root {
    --vip-ink: #071713;
    --vip-ink-soft: #12352b;
    --vip-yellow: #ffd21f;
    --vip-green: #13c47f;
    --vip-paper: #fffefa;
    --vip-cream: #f3f1e8;
    --vip-muted: #62766f;
    --vip-line: rgba(7, 23, 19, .12);
    --vip-shadow: 0 28px 80px rgba(7, 35, 28, .14);
    --vip-display: "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
    --vip-body: "Avenir Next", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--vip-cream);
    color: var(--vip-ink);
    font-family: var(--vip-body);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 18px; padding: 12px 18px; border-radius: 12px; background: var(--vip-yellow); font-weight: 900; }
.skip-link:focus { top: 18px; }

.consumer-header {
    position: fixed;
    z-index: 20;
    top: 16px;
    left: 50%;
    display: flex;
    width: min(1160px, calc(100% - 28px));
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 18px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(7, 23, 19, .91);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
    color: #fff;
    backdrop-filter: blur(18px);
}
.consumer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.consumer-brand-mark { display: grid; width: 42px; height: 42px; place-items: center; transform: skew(-6deg); border-radius: 13px; background: var(--vip-yellow); color: var(--vip-ink); font-size: 19px; font-weight: 1000; }
.consumer-brand strong, .consumer-brand small { display: block; }
.consumer-brand strong { font-size: 17px; }
.consumer-brand small { margin-top: 3px; color: #b8cbc4; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.consumer-nav { display: flex; align-items: center; gap: 4px; }
.consumer-nav a { padding: 11px 12px; border-radius: 12px; color: #d8e4e0; font-size: 12px; font-weight: 850; text-decoration: none; }
.consumer-nav a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.consumer-nav .store-link { margin-left: 5px; background: var(--vip-yellow); color: var(--vip-ink); }

.consumer-hero {
    position: relative;
    display: grid;
    min-height: 790px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    align-items: center;
    gap: 70px;
    overflow: hidden;
    padding: 150px max(6vw, 28px) 90px;
    background:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        var(--vip-ink);
    background-size: 56px 56px;
    color: #fff;
}
.consumer-hero::before { position: absolute; top: -310px; right: -230px; width: 760px; height: 760px; border: 120px solid rgba(19, 196, 127, .075); border-radius: 50%; content: ""; }
.consumer-hero::after { position: absolute; bottom: -430px; left: -330px; width: 780px; height: 780px; border: 130px solid rgba(255, 210, 31, .065); border-radius: 50%; content: ""; }
.consumer-copy, .phone-stage { position: relative; z-index: 2; }
.consumer-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #b8d4ca; font-size: 10px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.consumer-eyebrow::before { width: 25px; height: 2px; background: var(--vip-yellow); content: ""; }
.consumer-copy h1 { max-width: 760px; margin: 22px 0; font-family: var(--vip-display); font-size: clamp(55px, 6.4vw, 94px); line-height: .92; letter-spacing: -.065em; }
.consumer-copy h1 span { display: block; color: var(--vip-yellow); }
.consumer-copy > p { max-width: 660px; margin: 0; color: #b8cac4; font-size: 18px; line-height: 1.7; }
.consumer-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.consumer-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; color: #fff; font-size: 13px; font-weight: 950; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.consumer-button:hover { transform: translateY(-2px); }
.consumer-button.primary { border-color: var(--vip-yellow); background: var(--vip-yellow); color: var(--vip-ink); }
.consumer-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #8fa79f; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.consumer-trust span::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--vip-green); box-shadow: 0 0 0 5px rgba(19, 196, 127, .08); content: ""; }

.phone-stage { min-height: 560px; padding: 28px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 42px; background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)); box-shadow: 0 38px 100px rgba(0, 0, 0, .38); }
.phone-stage-top { display: flex; align-items: center; justify-content: space-between; color: #cfe1db; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phone-stage-top span { display: flex; align-items: center; gap: 9px; }
.phone-stage-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--vip-green); box-shadow: 0 0 0 7px rgba(19, 196, 127, .1); }
.consumer-phone { width: min(310px, 90%); margin: 28px auto 0; padding: 11px; border-radius: 42px; background: #030907; box-shadow: 0 32px 65px rgba(0, 0, 0, .42); }
.consumer-phone-screen { min-height: 445px; overflow: hidden; padding: 25px 18px; border-radius: 33px; background: linear-gradient(155deg, #fffefa 0 68%, #e8efe9 68%); color: var(--vip-ink); }
.phone-status { display: flex; justify-content: space-between; font-size: 9px; font-weight: 900; }
.phone-welcome { margin: 38px 0 7px; font-size: 11px; font-weight: 800; color: var(--vip-muted); }
.consumer-phone h2 { margin: 0 0 21px; font-family: var(--vip-display); font-size: 28px; line-height: 1; letter-spacing: -.05em; }
.phone-service { position: relative; min-height: 126px; margin-top: 12px; overflow: hidden; padding: 18px; border-radius: 23px; }
.phone-service::after { position: absolute; right: -35px; bottom: -45px; width: 125px; height: 125px; border: 25px solid rgba(255, 255, 255, .3); border-radius: 50%; content: ""; }
.phone-service small, .phone-service strong, .phone-service span { position: relative; z-index: 2; display: block; }
.phone-service small { font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.phone-service strong { margin-top: 19px; font-size: 21px; }
.phone-service span { margin-top: 4px; font-size: 10px; font-weight: 750; }
.phone-service.taxi { background: var(--vip-yellow); }
.phone-service.delivery { background: var(--vip-green); }
.phone-home { width: 92px; height: 4px; margin: 20px auto 0; border-radius: 5px; background: rgba(7, 23, 19, .25); }

.consumer-section { padding: 105px max(6vw, 28px); }
.consumer-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .72fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.consumer-heading h2 { margin: 12px 0 0; font-family: var(--vip-display); font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.058em; }
.consumer-heading p { margin: 0; color: var(--vip-muted); font-size: 16px; line-height: 1.7; }
.service-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-panel { position: relative; min-height: 485px; overflow: hidden; padding: 31px; border-radius: 31px; }
.service-panel::after { position: absolute; right: -90px; bottom: -120px; width: 300px; height: 300px; border: 54px solid rgba(255, 255, 255, .22); border-radius: 50%; content: ""; }
.service-panel.taxi { background: var(--vip-yellow); }
.service-panel.delivery { background: var(--vip-green); }
.service-number { font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.service-panel h3 { max-width: 560px; margin: 175px 0 14px; font-family: var(--vip-display); font-size: clamp(36px, 4vw, 58px); line-height: .98; letter-spacing: -.052em; }
.service-panel p { position: relative; z-index: 2; max-width: 560px; margin: 0; font-size: 15px; font-weight: 700; line-height: 1.65; opacity: .78; }
.service-panel ul { position: relative; z-index: 2; display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-panel li { font-size: 12px; font-weight: 900; }
.service-panel li::before { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--vip-ink); content: ""; opacity: .55; }

.clarity-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 105px max(6vw, 28px); background: var(--vip-ink); color: #fff; }
.clarity-copy h2 { margin: 14px 0 18px; font-family: var(--vip-display); font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.058em; }
.clarity-copy p { max-width: 650px; color: #b4c8c0; font-size: 16px; line-height: 1.75; }
.clarity-board { display: grid; gap: 10px; padding: 22px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 32px; background: linear-gradient(145deg, #123a30, #0a211b); box-shadow: 0 35px 80px rgba(0, 0, 0, .32); }
.clarity-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 18px; background: rgba(255, 255, 255, .055); }
.clarity-item span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: rgba(255, 210, 31, .13); color: var(--vip-yellow); font-size: 11px; font-weight: 1000; }
.clarity-item strong, .clarity-item small { display: block; }
.clarity-item strong { font-size: 14px; }
.clarity-item small { margin-top: 4px; color: #a9c0b8; font-size: 11px; line-height: 1.45; }

.flow-section { padding: 105px max(6vw, 28px); }
.flow-section h2 { max-width: 850px; margin: 14px 0 45px; font-family: var(--vip-display); font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.058em; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.flow-card { min-height: 230px; padding: 24px; border: 1px solid var(--vip-line); border-radius: 25px; background: var(--vip-paper); box-shadow: 0 15px 40px rgba(7, 35, 28, .06); }
.flow-card span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--vip-ink); color: var(--vip-yellow); font-size: 11px; font-weight: 1000; }
.flow-card h3 { margin: 45px 0 10px; font-size: 20px; }
.flow-card p { margin: 0; color: var(--vip-muted); font-size: 13px; line-height: 1.65; }

.consumer-cta { margin: 0 max(6vw, 28px) 100px; padding: 55px; overflow: hidden; border-radius: 34px; background: var(--vip-yellow); text-align: center; }
.consumer-cta h2 { max-width: 760px; margin: 0 auto 13px; font-family: var(--vip-display); font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.consumer-cta p { max-width: 680px; margin: 0 auto 25px; color: #665500; font-size: 15px; line-height: 1.65; }
.consumer-cta .consumer-button { border-color: var(--vip-ink); background: var(--vip-ink); color: #fff; }

.support-hero { min-height: 520px; padding: 155px max(6vw, 28px) 85px; background: var(--vip-ink); color: #fff; }
.support-hero-inner { width: min(1060px, 100%); margin: auto; }
.support-hero h1 { max-width: 850px; margin: 20px 0; font-family: var(--vip-display); font-size: clamp(52px, 7vw, 88px); line-height: .94; letter-spacing: -.063em; }
.support-hero p { max-width: 680px; color: #b6c9c2; font-size: 17px; line-height: 1.7; }
.support-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: rgba(255, 255, 255, .06); color: #cfe0da; font-size: 11px; font-weight: 900; }
.support-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--vip-green); box-shadow: 0 0 0 6px rgba(19, 196, 127, .11); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.support-card { padding: 27px; border: 1px solid var(--vip-line); border-radius: 26px; background: var(--vip-paper); box-shadow: 0 16px 42px rgba(7, 35, 28, .06); }
.support-card span { color: #13805c; font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.support-card h2 { margin: 12px 0 10px; font-size: 25px; letter-spacing: -.025em; }
.support-card p { margin: 0; color: var(--vip-muted); font-size: 14px; line-height: 1.7; }
.support-card a { display: inline-flex; margin-top: 18px; color: #087b51; font-size: 13px; font-weight: 950; }
.support-contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; margin-top: 18px; padding: 38px; border-radius: 30px; background: var(--vip-green); }
.support-contact h2 { margin: 0 0 9px; font-family: var(--vip-display); font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; }
.support-contact p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.6; opacity: .75; }
.support-contact .consumer-button { justify-self: end; border-color: var(--vip-ink); background: var(--vip-ink); color: #fff; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--vip-line); border-radius: 18px; background: var(--vip-paper); }
.faq-list summary { cursor: pointer; font-size: 14px; font-weight: 950; }
.faq-list p { margin: 12px 0 0; color: var(--vip-muted); font-size: 13px; line-height: 1.65; }

.consumer-footer { padding: 34px max(6vw, 28px); background: var(--vip-ink); color: #fff; }
.consumer-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.consumer-footer p { margin: 0; color: #a9beb6; font-size: 11px; line-height: 1.6; }
.consumer-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
.consumer-footer a { color: #d6e4df; font-size: 11px; font-weight: 850; }

@media (max-width: 920px) {
    .consumer-nav a:not(.store-link) { display: none; }
    .consumer-hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 135px; }
    .phone-stage { width: min(620px, 100%); margin: auto; }
    .consumer-heading, .clarity-section, .support-contact { grid-template-columns: 1fr; }
    .service-pair { grid-template-columns: 1fr; }
    .flow-grid { grid-template-columns: 1fr 1fr; }
    .support-contact .consumer-button { justify-self: start; }
}

@media (max-width: 620px) {
    .consumer-header { top: 8px; }
    .consumer-brand small { display: none; }
    .consumer-nav .store-link { padding: 10px; font-size: 10px; }
    .consumer-hero { padding: 118px 20px 65px; }
    .consumer-copy h1 { font-size: clamp(47px, 15vw, 66px); }
    .consumer-copy > p { font-size: 16px; }
    .phone-stage { min-height: auto; padding: 18px 12px 23px; border-radius: 30px; }
    .consumer-phone { width: min(295px, 100%); }
    .consumer-section, .clarity-section, .flow-section { padding: 76px 20px; }
    .consumer-heading { display: block; }
    .consumer-heading p { margin-top: 18px; }
    .service-panel { min-height: 430px; padding: 24px; }
    .service-panel h3 { margin-top: 145px; }
    .flow-grid, .support-grid { grid-template-columns: 1fr; }
    .consumer-cta { margin: 0 20px 75px; padding: 40px 22px; }
    .support-hero { padding: 125px 20px 65px; }
    .support-contact { padding: 28px; }
    .consumer-footer-main { align-items: flex-start; flex-direction: column; }
    .consumer-footer-links { justify-content: flex-start; }
}
