@charset "UTF-8";
/* Airport service landing CSS. Extracted from ta-service.css for airport-related pages. */

/* ===================================
   Airport service landing
   =================================== */

.airport-landing {
    overflow: hidden;
    background:
        radial-gradient(ellipse at 12% 0%, rgba(252, 168, 55, 0.12), transparent 34%),
        linear-gradient(180deg, #f7f8fb 0%, #fff 28%, #f7f8fb 100%);
    color: #101318;
}

.airport-hero {
    position: relative;
    isolation: isolate;
    padding: 158px 0 74px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 18% 22%, rgba(252, 168, 55, 0.34), transparent 32%),
        radial-gradient(ellipse at 82% 8%, rgba(9, 160, 255, 0.22), transparent 34%),
        linear-gradient(132deg, #07101c 0%, #111e31 48%, #233650 100%);
    color: #fff;
}

.airport-hero::before,
.airport-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.airport-hero::before {
    z-index: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 112px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 92px);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.airport-hero::after {
    z-index: 1;
    background:
        linear-gradient(110deg, transparent 0 54%, rgba(255, 255, 255, 0.08) 54.2% 54.6%, transparent 54.8% 100%),
        linear-gradient(180deg, rgba(7, 16, 28, 0), rgba(7, 16, 28, 0.54));
}

.airport-hero__glow {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.airport-hero__glow--amber {
    right: 8%;
    bottom: 18%;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(252, 168, 55, 0.28);
    box-shadow: 0 0 90px rgba(252, 168, 55, 0.15);
}

.airport-hero__glow--blue {
    left: 43%;
    top: 16%;
    width: 86px;
    height: 86px;
    background: rgba(9, 160, 255, 0.14);
}

.airport-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 42px;
    align-items: center;
}

.airport-hero__copy {
    max-width: 820px;
}

.airport-hero__side {
    display: grid;
    gap: 18px;
}

.airport-visual-card {
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background: #101318;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.airport-visual-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 18% 12%, rgba(252, 168, 55, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(7, 16, 28, 0), rgba(7, 16, 28, 0.32));
    pointer-events: none;
}

.airport-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.airport-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #f7b94f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.airport-eyebrow::before {
    content: '';
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.airport-hero__title {
    max-width: 860px;
    margin: 0;
    font-size: clamp(42px, 5.6vw, 78px);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.airport-hero__lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 22px;
    line-height: 1.58;
}

.airport-hero__actions,
.airport-hero__chips,
.airport-strip__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.airport-hero__actions {
    margin-top: 32px;
}

.airport-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.airport-button:hover {
    transform: translateY(-2px);
}

.airport-button--primary {
    background: linear-gradient(180deg, #ffc65c 0%, #fca837 100%);
    color: #111;
    box-shadow: 0 18px 40px rgba(252, 168, 55, 0.28);
}

.airport-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.airport-button--dark {
    background: #101318;
    color: #fff;
}

.airport-hero__chips {
    margin-top: 26px;
}

.airport-hero__chips span,
.airport-strip__inner span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.airport-hero__chips span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
}

.airport-board {
    position: relative;
    z-index: 2;
    margin: -76px 26px 0;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(12, 20, 33, 0.9), rgba(14, 22, 36, 0.72)),
        rgba(12, 20, 33, 0.82);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.airport-board__top,
.airport-board__row {
    display: grid;
    align-items: center;
}

.airport-board__top {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 0 0 18px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.airport-board__top strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 32px;
    border-radius: 10px;
    background: rgba(252, 168, 55, 0.18);
    color: #f7b94f;
}

.airport-board__rows {
    display: grid;
    gap: 12px;
}

.airport-board__row {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    text-decoration: none;
}

.airport-board__row:hover {
    background: rgba(255, 255, 255, 0.09);
}

.airport-board__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 44px;
    border-radius: 14px;
    background: #fca837;
    color: #111;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.airport-board__row strong,
.airport-board__row small,
.airport-board__row em {
    display: block;
}

.airport-board__row strong {
    font-size: 20px;
    line-height: 1.1;
}

.airport-board__row small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.airport-board__row em {
    color: #f7b94f;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.airport-strip {
    position: relative;
    z-index: 2;
    margin-top: -26px;
    padding: 0 0 32px;
}

.airport-strip__inner {
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 28, 45, 0.1);
}

.airport-strip__inner span {
    background: #f7f8fb;
    color: #303846;
}

.airport-matrix,
.airport-plan,
.airport-scenarios {
    padding: 58px 0;
}

.airport-section-head {
    max-width: 820px;
    margin: 0 0 32px;
}

.airport-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.airport-section-head h2,
.airport-cta h2 {
    margin: 0;
    color: #101318;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.airport-section-head p {
    margin: 18px 0 0;
    color: #4e5664;
    font-size: 20px;
    line-height: 1.6;
}

.airport-matrix__showcase {
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    gap: 22px;
    align-items: stretch;
}

.airport-map-panel {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    background: #101318;
    box-shadow: 0 22px 54px rgba(18, 28, 45, 0.11);
}

.airport-map-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 18% 12%, rgba(252, 168, 55, 0.18), transparent 28%),
        linear-gradient(180deg, transparent 42%, rgba(7, 16, 28, 0.72));
    pointer-events: none;
}

.airport-map-panel img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.airport-map-panel figcaption {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 24px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.52;
}

.airport-matrix__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.airport-matrix__grid--single {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.airport-matrix__grid--single .airport-card {
    min-height: 300px;
}

.airport-card {
    position: relative;
    scroll-margin-top: 130px;
    min-height: 330px;
    padding: 26px;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
        #fff;
    box-shadow: 0 22px 54px rgba(18, 28, 45, 0.08);
}

.airport-card__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 44px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: #101318;
    color: #f7b94f;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.airport-card h3 {
    margin: 0;
    color: #101318;
    font-size: 30px;
    line-height: 1.08;
}

.airport-card span {
    display: block;
    margin-top: 10px;
    color: #de8b12;
    font-size: 14px;
    font-weight: 800;
}

.airport-card p {
    margin: 18px 0 0;
    color: #4e5664;
    font-size: 17px;
    line-height: 1.62;
}

.airport-card a {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 14px;
    background: #101318;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.airport-plan {
    background:
        radial-gradient(ellipse at 10% 20%, rgba(252, 168, 55, 0.12), transparent 26%),
        #fff;
}

.airport-plan__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: start;
}

.airport-section-head--sticky {
    position: sticky;
    top: 130px;
    padding: 34px;
    border-radius: 32px;
    background: #101318;
    color: #fff;
}

.airport-section-head--sticky h2 {
    color: #fff;
}

.airport-section-head--sticky p {
    color: rgba(255, 255, 255, 0.74);
}

.airport-plan__steps {
    display: grid;
    gap: 18px;
}

.airport-step {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(18, 28, 45, 0.06);
}

.airport-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffc65c 0%, #fca837 100%);
    color: #111;
    font-size: 18px;
    font-weight: 900;
}

.airport-step h3,
.airport-scenario h3 {
    margin: 0;
    color: #101318;
    font-size: 28px;
    line-height: 1.12;
}

.airport-step p,
.airport-scenario p {
    margin: 14px 0 0;
    color: #4e5664;
    font-size: 17px;
    line-height: 1.62;
}

.airport-scenarios__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.airport-scenario {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(222, 139, 18, 0.12);
    box-shadow: 0 20px 46px rgba(18, 28, 45, 0.07);
}

.airport-scenario__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #101318;
}

.airport-scenario__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 16, 28, 0), rgba(7, 16, 28, 0.18));
    pointer-events: none;
}

.airport-scenario__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.airport-scenario__body {
    padding: 24px 26px 28px;
}

.airport-cta {
    padding: 16px 0 62px;
}

.airport-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(252, 168, 55, 0.2), transparent 38%),
        #fff;
    box-shadow: 0 24px 60px rgba(18, 28, 45, 0.1);
}

.airport-cta h2 {
    max-width: 740px;
    font-size: 32px;
}

.airport-cta .airport-hero__actions {
    flex-shrink: 0;
    margin-top: 0;
}

.airport-board--single {
    margin-top: -54px;
}

.angel-faq--airport {
    padding-top: 26px;
    background: #f7f8fb;
}

@media screen and (max-width: 1140px) {
    .airport-hero {
        padding: 126px 0 58px;
    }

    .airport-hero__grid,
    .airport-plan__grid,
    .airport-matrix__showcase,
    .airport-matrix__grid--single {
        grid-template-columns: 1fr;
    }

    .airport-hero__side {
        max-width: 620px;
    }

    .airport-scenarios__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .airport-map-panel img {
        min-height: 420px;
    }

    .airport-section-head--sticky {
        position: relative;
        top: auto;
    }

    .airport-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .airport-hero {
        padding: 96px 0 42px;
    }

    .airport-hero__title {
        font-size: 40px;
    }

    .airport-hero__lead,
    .airport-section-head p {
        font-size: 18px;
    }

    .airport-board,
    .airport-visual-card,
    .airport-map-panel,
    .airport-card,
    .airport-section-head--sticky,
    .airport-step,
    .airport-scenario,
    .airport-cta__inner {
        padding: 22px;
        border-radius: 24px;
    }

    .airport-visual-card,
    .airport-visual-card img {
        min-height: 210px;
    }

    .airport-board {
        margin: -42px 14px 0;
    }

    .airport-map-panel img {
        min-height: 320px;
    }

    .airport-map-panel figcaption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 16px;
    }

    .airport-board__row {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .airport-board__row em {
        display: none;
    }

    .airport-matrix__grid,
    .airport-scenarios__grid {
        grid-template-columns: 1fr;
    }

    .airport-card {
        min-height: 0;
    }

    .airport-card a {
        position: static;
        margin-top: 22px;
    }

    .airport-step {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .airport-section-head h2 {
        font-size: 31px;
    }

    .airport-cta h2 {
        font-size: 28px;
    }

    .airport-button,
    .airport-hero__actions {
        width: 100%;
    }
}


/* ===== Упрощенные тарифы для страницы аэропортов ===== */
.price__simple-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.price__simple-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
    text-align: center;
}

.price__simple-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.price__simple-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff6b00;
    margin: 0 0 20px;
}

.price__simple-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-align: left;
}

@media (max-width: 768px) {
    .price__simple-item {
        flex: 1 1 100%;
    }
}
