/* /public_html/css/cozumler.css */
/* FAFUER — Çözümler sayfası */

:root {
    --cz-black: #050505;
    --cz-black-2: #0d0d0f;
    --cz-black-3: #141417;

    --cz-white: #ffffff;
    --cz-white-soft: #f5f5f7;
    --cz-white-soft-2: #fbfbfd;

    --cz-text-dark: #1d1d1f;
    --cz-text-dark-soft: #4b5563;
    --cz-text-dark-faint: #6e6e73;

    --cz-text-light: #f5f5f7;
    --cz-text-light-soft: rgba(245, 245, 247, .82);
    --cz-text-light-faint: rgba(245, 245, 247, .58);

    --cz-shadow-soft: 0 16px 40px rgba(0, 0, 0, .08);
    --cz-shadow-mid: 0 24px 70px rgba(0, 0, 0, .14);
    --cz-shadow-strong: 0 36px 110px rgba(0, 0, 0, .22);

    --cz-radius-sm: 18px;
    --cz-radius-md: 24px;
    --cz-radius-lg: 34px;
    --cz-radius-xl: 42px;
    --cz-radius-pill: 999px;

    --cz-container: 1360px;
    --cz-accent: #ff8a1e;
}

/* PAGE */
html,
body {
    overflow-x: hidden;
}

.solutions-page {
    width: 100%;
    max-width: 100%;
    background: var(--cz-black);
    color: var(--cz-text-light);
    overflow-x: hidden;
}

.solutions-page *,
.solutions-page *::before,
.solutions-page *::after {
    box-sizing: border-box;
}

.solutions-page main,
.solutions-page section,
.solutions-page footer {
    width: 100%;
    max-width: 100%;
}

.solutions-page .container {
    width: min(calc(100% - 48px), var(--cz-container));
    max-width: var(--cz-container);
    margin-inline: auto;
}

.solutions-page img,
.solutions-page video {
    display: block;
    max-width: 100%;
}

.solutions-page .section-label {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

/* HEADER */
.solutions-page .site-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .18) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.solutions-page .main-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

/* HERO */
.solutions-page .cz-hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

.solutions-page .cz-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}

.solutions-page .cz-hero-video,
.solutions-page .cz-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.solutions-page .cz-hero-video {
    z-index: 2;
    background: #000;
    object-fit: cover;
    object-position: center center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.solutions-page .cz-hero-fallback {
    z-index: 1;
    object-fit: cover;
    object-position: center center;
    background: #000;
    transition: opacity .25s ease;
}

.solutions-page .cz-hero-video.is-ready+.cz-hero-fallback {
    opacity: 0;
    pointer-events: none;
}

.solutions-page .cz-hero-video-bleed,
.solutions-page .cz-hero-fallback-bleed {
    width: 100%;
    height: 100%;
    max-width: none;
}

.solutions-page .cz-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .22) 40%, rgba(0, 0, 0, .62) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .06) 35%, rgba(0, 0, 0, .70) 100%);
    pointer-events: none;
}

.solutions-page .cz-hero-inner {
    position: relative;
    z-index: 4;
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: calc(var(--header-h) + env(safe-area-inset-top));
}

.solutions-page .cz-hero-copy {
    position: absolute;
    inset: 0;
}

.solutions-page .hero-sound-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* SOUND BUTTON */
.solutions-page .hero-sound-toggle {
    position: absolute;
    left: 50%;
    bottom: calc(16px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 138, 30, .46);
    background: rgba(0, 0, 0, .34);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, .26),
        0 0 0 1px rgba(255, 138, 30, .12) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 20;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer;
    opacity: .92;
    transition: transform .24s ease, opacity .24s ease, background .24s ease, border-color .24s ease;
    touch-action: manipulation;
    pointer-events: auto;
}

.solutions-page .hero-sound-toggle:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .42);
    border-color: rgba(255, 138, 30, .72);
}

.solutions-page .hero-sound-toggle:active {
    transform: translateX(-50%) scale(.96);
}

.solutions-page .hero-sound-toggle::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 14px;
    width: 9px;
    height: 16px;
    background: var(--cz-accent);
    clip-path: polygon(0 34%, 38% 34%, 82% 8%, 82% 92%, 38% 66%, 0 66%);
}

.solutions-page .hero-sound-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
}

.solutions-page .hero-sound-toggle[aria-pressed="false"]::after {
    background:
        linear-gradient(135deg,
            transparent calc(50% - 1px),
            var(--cz-accent) calc(50% - 1px),
            var(--cz-accent) calc(50% + 1px),
            transparent calc(50% + 1px));
}

.solutions-page .hero-sound-toggle[aria-pressed="true"]::after {
    inset: auto;
    left: 26px;
    top: 13px;
    width: 12px;
    height: 18px;
    background:
        radial-gradient(circle at left center, transparent 4px, var(--cz-accent) 4.4px, var(--cz-accent) 5.4px, transparent 5.8px),
        radial-gradient(circle at left center, transparent 8px, var(--cz-accent) 8.6px, var(--cz-accent) 9.6px, transparent 10px);
}

/* INTRO */
.solutions-page .cz-intro {
    padding: 78px 0 64px;
    background: var(--cz-white-soft);
    color: var(--cz-text-dark);
}

.solutions-page .cz-intro-inner {
    max-width: 980px;
    text-align: center;
}

.solutions-page .cz-intro .section-label {
    color: var(--cz-text-dark-faint);
}

.solutions-page .cz-intro-inner h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 700;
}

.solutions-page .cz-intro-inner p:last-child {
    margin: 16px auto 0;
    max-width: 820px;
    color: var(--cz-text-dark-soft);
    font-size: 18px;
    line-height: 1.78;
}

/* SOLUTIONS */
.solutions-page .cz-solutions-grid {
    padding: 82px 0;
    background: var(--cz-black);
    color: var(--cz-text-light);
}

.solutions-page .cz-solutions-head {
    max-width: 980px;
    margin: 0 auto 32px;
    text-align: center;
}

.solutions-page .cz-solutions-head .section-label {
    color: var(--cz-text-light-faint);
}

.solutions-page .cz-solutions-head h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #fff;
}

.solutions-page .cz-solutions-sub {
    margin: 14px auto 0;
    max-width: 760px;
    color: var(--cz-text-light-soft);
    font-size: 17px;
    line-height: 1.74;
}

.solutions-page .cz-card-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.solutions-page .cz-card {
    grid-column: span 6;
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: var(--cz-radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--cz-shadow-mid);
    transition: transform .28s ease, border-color .28s ease;
}

.solutions-page .cz-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .14);
}

.solutions-page .cz-card-full {
    grid-column: 1 / -1;
}

.solutions-page .cz-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #111;
    overflow: hidden;
}

.solutions-page .cz-card-media img,
.solutions-page .cz-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.solutions-page .cz-card-video-hotel {
    aspect-ratio: 16 / 7;
    min-height: 460px;
}

.solutions-page .cz-card-video-hotel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.solutions-page .cz-card-copy {
    padding: 24px 24px 26px;
}

.solutions-page .cz-card-tag {
    margin: 0 0 10px;
    color: var(--cz-text-light-faint);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.solutions-page .cz-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.solutions-page .cz-card-copy p:last-of-type {
    margin: 14px 0 0;
    color: var(--cz-text-light-soft);
    font-size: 16px;
    line-height: 1.74;
}

/* PARALLAX */
.solutions-page .cz-parallax-band {
    position: relative;
    min-height: 84vh;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.solutions-page .cz-parallax-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.solutions-page .cz-parallax-media img {
    position: absolute;
    left: 0;
    top: -24%;
    width: 100%;
    height: 150%;
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1.12);
    will-change: transform;
}

.solutions-page .cz-parallax-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .12) 36%, rgba(0, 0, 0, .72) 100%);
    z-index: 1;
}

.solutions-page .cz-parallax-copy {
    position: relative;
    z-index: 2;
    min-height: 84vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.solutions-page .cz-parallax-copy .section-label {
    color: var(--cz-text-light-faint);
}

.solutions-page .cz-parallax-copy h2 {
    margin: 0;
    max-width: 11ch;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 700;
}

.solutions-page .cz-parallax-copy p:last-child {
    margin: 16px 0 0;
    max-width: 46ch;
    color: var(--cz-text-light-soft);
    font-size: 18px;
    line-height: 1.74;
}

/* SPLIT */
.solutions-page .cz-feature-split {
    padding: 82px 0;
    background: var(--cz-white-soft);
    color: var(--cz-text-dark);
}

.solutions-page .cz-split-row {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
}

.solutions-page .cz-split-copy .section-label {
    color: var(--cz-text-dark-faint);
}

.solutions-page .cz-split-copy h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 700;
    color: var(--cz-text-dark);
    max-width: 11ch;
}

.solutions-page .cz-split-copy p:last-of-type,
.solutions-page .cz-split-copy>p:not(.section-label) {
    margin: 16px 0 0;
    color: var(--cz-text-dark-soft);
    font-size: 18px;
    line-height: 1.76;
    max-width: 54ch;
}

.solutions-page .cz-split-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--cz-radius-lg);
    box-shadow: var(--cz-shadow-mid);
    background: #111;
    height: 420px;
}

.solutions-page .cz-split-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.solutions-page .cz-split-media-intercom {
    height: 360px;
}

.solutions-page .cz-split-media-intercom video {
    object-fit: cover;
    object-position: center center;
}

/* STRIP */
.solutions-page .cz-sector-strip {
    padding: 76px 0;
    background: var(--cz-black);
    color: var(--cz-text-light);
}

.solutions-page .cz-sector-strip-head {
    max-width: 920px;
    margin-bottom: 24px;
}

.solutions-page .cz-sector-strip-head .section-label {
    color: var(--cz-text-light-faint);
}

.solutions-page .cz-sector-strip-head h2 {
    margin: 0;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #fff;
}

.solutions-page .cz-sector-strip-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.solutions-page .cz-sector-strip-grid div {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--cz-text-light-soft);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

/* CTA */
.solutions-page .cz-cta {
    padding: 76px 0 44px;
    background: var(--cz-white-soft);
    color: var(--cz-text-dark);
}

.solutions-page .cz-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 34px;
    border-radius: 36px;
    background: #fff;
    box-shadow: var(--cz-shadow-soft);
}

.solutions-page .cz-cta-copy .section-label {
    color: var(--cz-text-dark-faint);
}

.solutions-page .cz-cta-copy h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 700;
    color: var(--cz-text-dark);
}

.solutions-page .cz-cta-copy p:last-child {
    margin: 14px 0 0;
    color: var(--cz-text-dark-soft);
    font-size: 17px;
    line-height: 1.74;
    max-width: 56ch;
}

.solutions-page .cz-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.solutions-page .cz-cta .btn-primary {
    background: #111;
    color: #fff;
}

.solutions-page .cz-cta .btn-secondary {
    color: #111;
    background: transparent;
    border-color: rgba(17, 17, 17, .14);
}

/* FAQ */
.solutions-page .cz-faq {
    padding: 76px 0;
    background: var(--cz-white-soft);
    color: var(--cz-text-dark);
}

.solutions-page .cz-faq-inner {
    max-width: 980px;
}

.solutions-page .cz-faq .cz-solutions-head {
    text-align: left;
    margin: 0 0 24px;
}

.solutions-page .cz-faq .cz-solutions-head .section-label {
    color: var(--cz-text-dark-faint);
}

.solutions-page .cz-faq .cz-solutions-head h2 {
    color: var(--cz-text-dark);
}

.solutions-page .cz-faq-stack {
    display: grid;
    gap: 14px;
}

.solutions-page .cz-faq-item {
    background: #fff;
    border-radius: 24px;
    padding: 0 22px;
    box-shadow: var(--cz-shadow-soft);
}

.solutions-page .cz-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--cz-text-dark);
}

.solutions-page .cz-faq-item summary::-webkit-details-marker {
    display: none;
}

.solutions-page .cz-faq-item div {
    padding: 0 0 22px;
    color: var(--cz-text-dark-soft);
    font-size: 16px;
    line-height: 1.72;
}

/* SEO */
.solutions-page .cz-seo-copy {
    padding: 0 0 82px;
    background: var(--cz-white-soft);
    color: var(--cz-text-dark);
}

.solutions-page .cz-seo-copy-inner {
    max-width: 980px;
}

.solutions-page .cz-seo-copy-inner h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.06;
    letter-spacing: -.04em;
    color: var(--cz-text-dark);
}

.solutions-page .cz-seo-copy-inner p {
    margin: 14px 0 0;
    color: var(--cz-text-dark-soft);
    font-size: 16px;
    line-height: 1.78;
}

/* RESPONSIVE */
@media (min-width: 981px) {

    .solutions-page .cz-hero,
    .solutions-page .cz-hero-inner {
        min-height: max(100svh, 760px);
        min-height: max(100dvh, 760px);
    }

    .solutions-page .cz-hero-video,
    .solutions-page .cz-hero-fallback {
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 1200px) {

    .solutions-page .cz-card,
    .solutions-page .cz-card-full {
        grid-column: 1 / -1;
    }

    .solutions-page .cz-card-video-hotel {
        min-height: 360px;
    }

    .solutions-page .cz-sector-strip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solutions-page .cz-split-row,
    .solutions-page .cz-cta-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .solutions-page .container {
        width: min(calc(100% - 28px), var(--cz-container));
    }

    .solutions-page .site-header {
        background: rgba(0, 0, 0, .82);
    }

    .solutions-page .header-row {
        grid-template-columns: 44px 1fr 44px;
    }

    .solutions-page .header-actions {
        width: 44px;
    }

    .solutions-page .brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 2;
    }

    .solutions-page .brand-logo-main {
        height: 58px;
    }

    .solutions-page .nav-toggle-label {
        position: relative;
        z-index: 121;
    }

    .solutions-page .mobile-nav-shell {
        display: block;
        position: absolute;
        inset: calc(100% + 10px) 14px auto 14px;
        z-index: 120;
    }

    .solutions-page .mobile-nav {
        position: relative;
        display: grid;
        gap: 8px;
        padding: 14px;
        background: rgba(12, 12, 14, .98);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 22px;
        box-shadow: var(--cz-shadow-strong);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        pointer-events: none;
        transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
    }

    .solutions-page .mobile-nav a {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 0 14px;
        border-radius: 14px;
        color: #fff;
        font-weight: 650;
    }

    .solutions-page .mobile-nav a:hover,
    .solutions-page .mobile-nav a[aria-current="page"] {
        background: rgba(255, 255, 255, .06);
    }

    .solutions-page .site-header.is-mobile-nav-open .mobile-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .solutions-page .site-header.is-mobile-nav-open .nav-toggle-label span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .solutions-page .site-header.is-mobile-nav-open .nav-toggle-label span:nth-child(2) {
        opacity: 0;
    }

    .solutions-page .site-header.is-mobile-nav-open .nav-toggle-label span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .solutions-page .desktop-only-login,
    .solutions-page .desktop-only-user {
        display: none !important;
    }

    .solutions-page .mobile-nav-user {
        margin-top: 6px;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .solutions-page .mobile-user-card {
        display: grid;
        gap: 4px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, .05);
        margin-bottom: 8px;
    }

    .solutions-page .mobile-user-card strong {
        font-size: 14px;
        line-height: 1.2;
    }

    .solutions-page .mobile-user-card span {
        font-size: 12px;
        color: rgba(245, 245, 247, .58);
        text-transform: capitalize;
    }

    .solutions-page .cz-hero,
    .solutions-page .cz-hero-inner {
        min-height: 100svh;
        min-height: 100dvh;
    }

    .solutions-page .cz-hero-video,
    .solutions-page .cz-hero-fallback {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
        object-position: center center;
        background: #000;
    }

    .solutions-page .hero-sound-toggle {
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px;
        bottom: calc(14px + env(safe-area-inset-bottom));
    }

    .solutions-page .hero-sound-toggle::before {
        left: 16px;
        top: 15px;
        width: 9px;
        height: 15px;
    }

    .solutions-page .hero-sound-toggle[aria-pressed="true"]::after {
        left: 27px;
        top: 14px;
        width: 11px;
        height: 17px;
    }

    .solutions-page .cz-intro-inner h2,
    .solutions-page .cz-solutions-head h2,
    .solutions-page .cz-parallax-copy h2,
    .solutions-page .cz-split-copy h2,
    .solutions-page .cz-sector-strip-head h2,
    .solutions-page .cz-cta-copy h2 {
        font-size: clamp(32px, 6vw, 52px);
    }

    .solutions-page .cz-intro-inner p:last-child,
    .solutions-page .cz-card-copy p:last-of-type,
    .solutions-page .cz-parallax-copy p:last-child,
    .solutions-page .cz-split-copy>p:not(.section-label),
    .solutions-page .cz-cta-copy p:last-child,
    .solutions-page .cz-seo-copy-inner p,
    .solutions-page .cz-solutions-sub {
        font-size: 17px;
    }

    .solutions-page .cz-sector-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solutions-page .cz-parallax-band,
    .solutions-page .cz-parallax-copy {
        min-height: 68vh;
    }

    .solutions-page .cz-parallax-media img {
        top: -16%;
        height: 132%;
    }

    .solutions-page .cz-card-video-hotel {
        aspect-ratio: 16 / 8;
        min-height: 320px;
    }

    .solutions-page .cz-split-media {
        height: 320px;
    }

    .solutions-page .cz-split-media-intercom {
        height: 280px;
    }
}

@media (max-width: 640px) {
    .solutions-page .container {
        width: min(calc(100% - 22px), var(--cz-container));
    }

    .solutions-page .brand-logo-main {
        height: 54px;
    }

    .solutions-page .section-label {
        font-size: 11px;
        letter-spacing: .16em;
    }

    .solutions-page .cz-hero,
    .solutions-page .cz-hero-inner {
        min-height: 100svh;
        min-height: 100dvh;
    }

    .solutions-page .cz-hero-video,
    .solutions-page .cz-hero-fallback {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
        object-position: center center;
        background: #000;
    }

    .solutions-page .hero-sound-toggle {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .solutions-page .hero-sound-toggle::before {
        left: 17px;
        top: 16px;
        width: 9px;
        height: 14px;
    }

    .solutions-page .hero-sound-toggle[aria-pressed="true"]::after {
        left: 28px;
        top: 15px;
        width: 10px;
        height: 16px;
    }

    .solutions-page .cz-intro-inner h2,
    .solutions-page .cz-solutions-head h2,
    .solutions-page .cz-parallax-copy h2,
    .solutions-page .cz-split-copy h2,
    .solutions-page .cz-sector-strip-head h2,
    .solutions-page .cz-cta-copy h2 {
        font-size: clamp(30px, 8vw, 44px);
    }

    .solutions-page .cz-card,
    .solutions-page .cz-split-media,
    .solutions-page .cz-cta-box,
    .solutions-page .cz-faq-item {
        border-radius: 24px;
    }

    .solutions-page .cz-sector-strip-grid {
        grid-template-columns: 1fr;
    }

    .solutions-page .cz-parallax-band,
    .solutions-page .cz-parallax-copy {
        min-height: 58vh;
    }

    .solutions-page .cz-parallax-media img {
        top: -12%;
        height: 120%;
    }

    .solutions-page .cz-card-video-hotel {
        aspect-ratio: 16 / 9;
        min-height: 240px;
    }

    .solutions-page .cz-split-media {
        height: 240px;
    }

    .solutions-page .cz-split-media-intercom {
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}