/*
CreaLabs Agency Studio
ASEL Turizm V43.6.1 Premium Vehicle Detail
*/

.as-premium-vehicle-page {
    background: #031329;
}

.as-vehicle-hero {
    position: relative;
    min-height: 860px;
    height: min(92vh, 980px);
    overflow: hidden;
    color: #fff;
    background: #031329;
}

.as-vehicle-hero-media,
.as-vehicle-hero-overlay,
.as-vehicle-hero-glow {
    position: absolute;
    inset: 0;
}

.as-vehicle-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
}

.as-vehicle-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(3, 19, 41, .96) 0%,
            rgba(3, 19, 41, .76) 38%,
            rgba(3, 19, 41, .28) 68%,
            rgba(3, 19, 41, .12) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 19, 41, .92) 0%,
            rgba(3, 19, 41, .12) 43%,
            rgba(3, 19, 41, .42) 100%
        );
}

.as-vehicle-hero-glow {
    pointer-events: none;
    background:
        radial-gradient(
            circle at 76% 44%,
            rgba(54, 211, 255, .18),
            transparent 30%
        ),
        radial-gradient(
            circle at 12% 78%,
            rgba(11, 140, 255, .20),
            transparent 28%
        );
}

.as-vehicle-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1540px, calc(100% - 92px));
    height: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 150px;
    padding-bottom: 82px;
}

.as-vehicle-breadcrumb {
    position: absolute;
    top: 126px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #9db2c8;
    font-size: 11px;
    font-weight: 800;
}

.as-vehicle-breadcrumb a {
    color: #65ddff;
}

.as-vehicle-breadcrumb b {
    color: #fff;
}

.as-vehicle-hero-content {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(440px, .65fr);
    align-items: end;
    gap: 64px;
}

.as-vehicle-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #62ddff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}

.as-vehicle-eyebrow i {
    width: 38px;
    height: 2px;
    border-radius: 99px;
    background:
        linear-gradient(
            90deg,
            #43d3ff,
            #1268ff
        );
    box-shadow:
        0 0 18px rgba(67, 211, 255, .55);
}

.as-vehicle-hero-copy h1 {
    max-width: 900px;
    margin: 20px 0 15px;
    color: #fff;
    font-size: clamp(68px, 8vw, 126px);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -.078em;
    text-wrap: balance;
    text-shadow:
        0 18px 52px rgba(0, 0, 0, .26);
}

.as-vehicle-hero-copy > p {
    margin: 0;
    color: #c2d3e5;
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 700;
}

.as-vehicle-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.as-btn-glass {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(4, 28, 58, .46);
    backdrop-filter: blur(14px);
}

.as-vehicle-hero-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.as-vehicle-hero-specs article {
    min-height: 148px;
    display: grid;
    align-content: end;
    gap: 5px;
    padding: 22px;
    border: 1px solid rgba(126, 203, 255, .22);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(7, 48, 91, .76),
            rgba(4, 28, 58, .68)
        );
    backdrop-filter: blur(18px);
    box-shadow:
        0 22px 52px rgba(0, 8, 26, .22);
}

.as-vehicle-hero-specs article span {
    color: #75dcff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.as-vehicle-hero-specs article b {
    color: #fff;
    font-size: clamp(23px, 2.1vw, 34px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.as-vehicle-hero-specs article small {
    color: #95aac0;
    font-size: 9px;
    font-weight: 700;
}

.as-vehicle-scroll-cue {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b8cada;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.as-vehicle-scroll-cue i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #5adfff;
    font-style: normal;
}

.as-vehicle-content {
    padding: 118px 0 124px;
    background:
        radial-gradient(
            circle at 85% 5%,
            rgba(11, 140, 255, .08),
            transparent 28%
        ),
        #f4f7fb;
}

.as-vehicle-content-shell,
.as-vehicle-cta-shell,
.as-related-fleet-shell {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}

.as-vehicle-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(380px, .55fr);
    align-items: start;
    gap: clamp(50px, 7vw, 110px);
}

.as-vehicle-intro-copy h2,
.as-vehicle-feature-section header h2 {
    margin: 14px 0 22px;
    color: #071a39;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.as-vehicle-intro-copy h2 em,
.as-vehicle-feature-section header h2 em {
    color: #0b8cff;
    font-style: italic;
}

.as-vehicle-intro-copy > p {
    max-width: 800px;
    margin: 0;
    color: #61758d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.85;
}

.as-vehicle-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.as-vehicle-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid rgba(9, 70, 136, .10);
    border-radius: 10px;
    color: #516b86;
    background: #fff;
    font-size: 10px;
    font-weight: 800;
}

.as-vehicle-trust-row i {
    color: #0b8cff;
    font-style: normal;
}

.as-vehicle-summary-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(79, 174, 246, .18);
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(67, 211, 255, .22),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #082d58,
            #031a35
        );
    box-shadow:
        0 28px 72px rgba(0, 28, 67, .20);
}

.as-vehicle-summary-label {
    color: #60ddff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.as-vehicle-summary-card dl {
    display: grid;
    gap: 0;
    margin: 22px 0 28px;
}

.as-vehicle-summary-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(148, 192, 231, .14);
}

.as-vehicle-summary-card dt {
    color: #8fa9c2;
    font-size: 11px;
    font-weight: 700;
}

.as-vehicle-summary-card dd {
    margin: 0;
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-weight: 900;
}

.as-vehicle-summary-card > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #62ddff;
    font-size: 12px;
    font-weight: 900;
}

.as-vehicle-feature-section {
    margin-top: 116px;
}

.as-vehicle-feature-section header {
    width: min(940px, 100%);
    margin-bottom: 44px;
}

.as-vehicle-feature-section header > span,
.as-related-fleet-head > div > span,
.as-vehicle-cta-shell > div > span {
    color: #0b8cff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.as-vehicle-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.as-vehicle-feature-grid article {
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 25px;
    border: 1px solid rgba(9, 67, 132, .10);
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 18px 48px rgba(7, 34, 75, .08);
    transition:
        transform .27s ease,
        box-shadow .27s ease,
        border-color .27s ease;
}

.as-vehicle-feature-grid article:hover {
    transform: translateY(-7px);
    border-color: rgba(11, 140, 255, .30);
    box-shadow:
        0 30px 68px rgba(7, 60, 132, .14);
}

.as-vehicle-feature-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(
            circle at 28% 18%,
            rgba(255, 255, 255, .22),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #43d3ff,
            #1268ff
        );
    box-shadow:
        0 14px 30px rgba(18, 104, 255, .22);
}

.as-vehicle-feature-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.as-vehicle-feature-number {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #c3d7e9;
    font-size: 24px;
    font-weight: 900;
}

.as-vehicle-feature-grid h3 {
    margin: auto 0 10px;
    color: #071a39;
    font-size: 20px;
}

.as-vehicle-feature-grid p {
    margin: 0;
    color: #7b8fa4;
    font-size: 11px;
    line-height: 1.6;
}

.as-vehicle-cta {
    padding: 84px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(67, 211, 255, .20),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #031329,
            #073d78
        );
}

.as-vehicle-cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.as-vehicle-cta-shell > div:first-child {
    width: min(850px, 100%);
}

.as-vehicle-cta h2 {
    margin: 12px 0 15px;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.06em;
}

.as-vehicle-cta p {
    margin: 0;
    color: #b9cde0;
    font-size: 14px;
    line-height: 1.7;
}

.as-vehicle-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 0 0 auto;
}

.as-btn-outline-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
    background: transparent;
}

.as-related-fleet-premium {
    padding: 110px 0 126px;
    background: #fff;
}

.as-related-fleet-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.as-related-fleet-head h2 {
    margin: 10px 0 0;
    color: #071a39;
    font-size: clamp(42px, 4.4vw, 64px);
    line-height: 1;
    letter-spacing: -.06em;
}

.as-related-fleet-head > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0b7ee8;
    font-size: 12px;
    font-weight: 900;
}

.as-related-fleet-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.as-related-fleet-premium-grid article {
    overflow: hidden;
    border: 1px solid rgba(9, 53, 103, .11);
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 22px 58px rgba(7, 34, 75, .09);
    transition:
        transform .28s ease,
        box-shadow .28s ease;
}

.as-related-fleet-premium-grid article:hover {
    transform: translateY(-8px);
    box-shadow:
        0 34px 78px rgba(7, 57, 125, .15);
}

.as-related-fleet-premium-media {
    position: relative;
    display: block;
    height: 310px;
    overflow: hidden;
    background: #dce7f2;
}

.as-related-fleet-premium-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.as-related-fleet-premium-grid article:hover img {
    transform: scale(1.045);
}

.as-related-fleet-premium-media > span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #fff;
    background: rgba(3, 19, 41, .58);
    backdrop-filter: blur(12px);
    font-size: 10px;
    font-weight: 900;
}

.as-related-fleet-premium-copy {
    padding: 24px;
}

.as-related-fleet-premium-copy > p {
    margin: 0 0 7px;
    color: #0b8cff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.as-related-fleet-premium-copy h3 {
    margin: 0;
    color: #071a39;
    font-size: 24px;
}

.as-related-fleet-premium-copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.as-related-fleet-premium-copy > div span {
    padding: 7px 9px;
    border-radius: 8px;
    color: #61758d;
    background: #f1f6fb;
    font-size: 9px;
    font-weight: 800;
}

.as-related-fleet-premium-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: #0b7ee8;
    font-size: 11px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .as-vehicle-hero {
        min-height: 820px;
        height: auto;
    }

    .as-vehicle-hero-inner {
        min-height: 820px;
    }

    .as-vehicle-hero-content {
        grid-template-columns: 1fr;
    }

    .as-vehicle-hero-specs {
        width: min(760px, 100%);
    }

    .as-vehicle-intro-grid {
        grid-template-columns: 1fr;
    }

    .as-vehicle-summary-card {
        width: min(720px, 100%);
    }

    .as-vehicle-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .as-related-fleet-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .as-vehicle-cta-shell {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .as-vehicle-hero {
        min-height: 760px;
    }

    .as-vehicle-hero-media img {
        object-position: 62% center;
    }

    .as-vehicle-hero-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(3, 19, 41, .98) 0%,
                rgba(3, 19, 41, .86) 55%,
                rgba(3, 19, 41, .28) 100%
            );
    }

    .as-vehicle-hero-inner {
        width: calc(100% - 28px);
        min-height: 760px;
        padding-top: 118px;
        padding-bottom: 72px;
    }

    .as-vehicle-breadcrumb {
        top: 94px;
    }

    .as-vehicle-hero-copy h1 {
        font-size: 58px;
        line-height: .94;
    }

    .as-vehicle-hero-actions {
        display: grid;
    }

    .as-vehicle-hero-actions .as-btn {
        width: 100%;
    }

    .as-vehicle-hero-specs {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .as-vehicle-hero-specs article {
        min-height: 90px;
        grid-template-columns: 1fr auto;
        align-items: center;
        align-content: center;
    }

    .as-vehicle-hero-specs article small {
        display: none;
    }

    .as-vehicle-content {
        padding: 88px 0 92px;
    }

    .as-vehicle-content-shell,
    .as-vehicle-cta-shell,
    .as-related-fleet-shell {
        width: calc(100% - 28px);
    }

    .as-vehicle-intro-copy h2,
    .as-vehicle-feature-section header h2 {
        font-size: 44px;
    }

    .as-vehicle-feature-section {
        margin-top: 82px;
    }

    .as-vehicle-feature-grid {
        grid-template-columns: 1fr;
    }

    .as-vehicle-cta {
        padding: 72px 0;
    }

    .as-vehicle-cta h2 {
        font-size: 42px;
    }

    .as-vehicle-cta-actions {
        display: grid;
        width: 100%;
    }

    .as-vehicle-cta-actions .as-btn {
        width: 100%;
    }

    .as-related-fleet-premium {
        padding: 84px 0 92px;
    }

    .as-related-fleet-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .as-related-fleet-premium-grid {
        grid-template-columns: 1fr;
    }

    .as-related-fleet-premium-media {
        height: 270px;
    }

    .as-vehicle-scroll-cue {
        display: none;
    }
}
