:root {
    --bg: #070709;
    --panel: #111115;
    --text: #fff;
    --muted: #b7b7c0;
    --red: #ef202d;
    --line: rgba(255, 255, 255, .1);
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 80% 15%, rgba(239, 32, 45, .14), transparent 30%), linear-gradient(#09090c, #050506);
    min-height: 100vh
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(var(--max), calc(100% - 36px));
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 7, 9, .84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line)
}

.nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand img {
    width: 190px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-weight: 700
}

.nav-book,
.btn-primary {
    background: var(--red)
}

.nav-book {
    padding: 12px 18px;
    border-radius: 999px
}

.menu-button {
    display: none;
    background: none;
    border: 1px solid var(--line);
    color: #fff;
    border-radius: 12px;
    padding: 10px 12px
}

.hero {
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px;
    padding: 70px 0 84px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff8a92;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .78rem
}

.eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--red)
}

h1 {
    font-size: clamp(3.5rem, 8vw, 7.6rem);
    line-height: .88;
    letter-spacing: -.065em;
    margin: 22px 0 24px
}

.hero p,
.page-hero p {
    color: var(--muted);
    line-height: 1.65
}

.hero p {
    max-width: 650px;
    font-size: 1.25rem
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 850;
    border: 1px solid var(--line)
}

.btn-secondary {
    background: rgba(255, 255, 255, .05)
}

.phone,
.price-phone {
    margin: auto;
    padding: 13px;
    border-radius: 48px;
    background: linear-gradient(145deg, #303038, #08080a);
    box-shadow: 0 35px 110px rgba(0, 0, 0, .6)
}

.phone {
    width: min(390px, 100%)
}

.phone-screen {
    overflow: hidden;
    border-radius: 37px;
    background: #111217;
    min-height: 650px
}

.phone-top {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b0c10
}

.notch {
    width: 110px;
    height: 24px;
    border-radius: 16px;
    background: #020203
}

.map {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(26deg, transparent 47%, rgba(255, 255, 255, .08) 49%, rgba(255, 255, 255, .08) 51%, transparent 53%), linear-gradient(112deg, transparent 45%, rgba(255, 255, 255, .06) 47%, rgba(255, 255, 255, .06) 50%, transparent 52%), #20232a
}

.map-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    background: rgba(0, 0, 0, .72);
    padding: 8px;
    border-radius: 15px
}

.route {
    position: absolute;
    inset: 60px 45px 65px 80px;
    border-left: 6px solid var(--red);
    border-bottom: 6px solid var(--red);
    border-radius: 0 0 0 90px;
    transform: rotate(-14deg)
}

.pin {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid var(--red)
}

.pin.start {
    left: 72px;
    bottom: 62px
}

.pin.end {
    right: 54px;
    top: 68px
}

.car {
    position: absolute;
    left: 46%;
    top: 46%;
    background: var(--red);
    padding: 7px 12px;
    border-radius: 11px;
    font-weight: 900
}

.map-label {
    position: absolute;
    background: #fff;
    color: #090909;
    padding: 8px 10px;
    border-radius: 11px;
    font-size: .72rem;
    font-weight: 800;
    max-width: 150px
}

.station {
    left: 24px;
    bottom: 18px
}

.hospital {
    right: 18px;
    top: 26px
}

.trip-card {
    margin: -18px 14px 14px;
    position: relative;
    padding: 22px;
    border-radius: 26px;
    background: #101116;
    border: 1px solid var(--line)
}

.status {
    color: #ff7c85;
    font-weight: 850;
    text-transform: uppercase;
    font-size: .75rem
}

.trip-card h3 {
    font-size: 1.55rem;
    margin: 9px 0
}

.trip-card p {
    margin: 0;
    color: var(--muted)
}

.eta {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line)
}

.eta strong {
    font-size: 2.2rem
}

.eta span {
    color: var(--muted)
}

.page-hero {
    padding: 90px 0 38px;
    text-align: center
}

.page-hero h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    margin-bottom: 18px
}

.page-hero p {
    max-width: 720px;
    margin: auto;
    font-size: 1.15rem
}

.section {
    padding: 48px 0 90px
}

.price-phone {
    max-width: 560px
}

.price-screen {
    border-radius: 36px;
    overflow: hidden;
    background: #0d0e12
}

.price-head {
    padding: 30px;
    background: linear-gradient(135deg, #19191f, #0c0c0f);
    border-bottom: 1px solid var(--line)
}

.price-head img {
    width: 150px;
    margin-bottom: 28px
}

.price-head h2 {
    font-size: 2.2rem;
    margin: 0 0 9px
}

.price-head p {
    margin: 0;
    color: var(--muted)
}

.price-list {
    padding: 12px
}

.price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 19px 17px;
    border-bottom: 1px solid var(--line)
}

.price-row strong {
    display: block;
    margin-bottom: 5px
}

.price-row small {
    color: var(--muted)
}

.price {
    font-size: 1.3rem;
    font-weight: 900;
    background: rgba(239, 32, 45, .13);
    padding: 10px 12px;
    border-radius: 14px
}

.price-foot {
    padding: 18px
}

.price-foot .btn {
    width: 100%
}

.simple-card {
    max-width: 780px;
    margin: auto;
    background: rgba(255, 255, 255, .045);
    border: 1px solid var(--line);
    padding: 55px;
    border-radius: 28px;
    text-align: center
}

.simple-card h2 {
    font-size: 3rem;
    margin: 0 0 18px
}

.simple-card p,
.seo-content p,
.seo-content li {
    color: var(--muted);
    line-height: 1.8
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 900px;
    margin: auto
}

.contact-card {
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid var(--line)
}

.contact-card span {
    display: block;
    color: #ff8089;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px
}

.seo-content {
    max-width: 820px;
    margin: auto
}

.seo-content h2 {
    font-size: 2rem;
    margin: 42px 0 12px
}

.breadcrumbs {
    font-size: .88rem;
    color: #a8a8b2;
    margin-bottom: 25px
}

.route-cta {
    margin-top: 46px;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(239, 32, 45, .18), rgba(255, 255, 255, .04));
    border: 1px solid rgba(239, 32, 45, .28)
}

footer {
    border-top: 1px solid var(--line);
    padding: 36px 0;
    color: #95959f
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

@media(max-width:850px) {
    .nav-links {
        display: none;
        position: absolute;
        left: 18px;
        right: 18px;
        top: 74px;
        background: #111217;
        padding: 18px;
        border-radius: 18px;
        flex-direction: column
    }

    .nav-links.open {
        display: flex
    }

    .menu-button {
        display: block
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center
    }

    .actions {
        justify-content: center
    }

    .contact-grid {
        grid-template-columns: 1fr
    }
}