/* Cover / marketing homepage — EasyLifePros brand */
:root {
    --brand-navy: #0a0e27;
    --brand-navy-soft: #121c3d;
    --brand-blue: #0a4a4f;
    --brand-cyan: #00d4ff;
    --brand-cyan-soft: #5b86e5;
    --brand-gold: #c4a35a;
    --brand-gold-light: #e6d4a8;
    --brand-gold-pale: #faf6ee;
    /* Funnel / quote_form_bg palette — navy center + metallic gold bands */
    --funnel-navy-bright: #005bb8;
    --funnel-navy-mid: #004a99;
    --funnel-navy-deep: #001a33;
    --funnel-gold-dark: #5c3c10;
    --funnel-gold-mid: #b8860b;
    --funnel-gold-light: #e6be8a;
    --funnel-btn-navy: linear-gradient(
        165deg,
        var(--funnel-navy-bright) 0%,
        var(--funnel-navy-mid) 42%,
        #002244 78%,
        var(--funnel-navy-deep) 100%
    );
    --funnel-btn-gold: linear-gradient(
        135deg,
        #6b4a12 0%,
        var(--funnel-gold-mid) 26%,
        var(--funnel-gold-light) 52%,
        var(--funnel-gold-mid) 74%,
        var(--funnel-gold-dark) 100%
    );
    --funnel-btn-stroke: 3.5px;
    --brand-white: #ffffff;
    --brand-off-white: #f6f8fc;
    --brand-ink: #0f172a;
    --brand-ink-muted: #475569;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --radius-pill: 999px;
    --shadow-header: 0 4px 24px rgba(10, 14, 39, 0.35);
    --shadow-panel: 0 28px 64px rgba(10, 14, 39, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    --shadow-card: 0 16px 40px rgba(10, 14, 39, 0.1);
    --shadow-float: 0 20px 50px rgba(10, 14, 39, 0.14);
    --max-width: 1140px;
    --cover-gallery-img-max: 380px;
    --cover-steps-img-max-h: 260px;
    --cover-benefit-img-max-h: 148px;
    --cover-cta-img-max-h: 220px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body.cover-page {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--brand-ink);
    background:
        radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 212, 255, 0.08), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 20%, rgba(196, 163, 90, 0.1), transparent 50%),
        var(--brand-off-white);
    line-height: 1.55;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
}

body.cover-page main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body.cover-page::before {
    display: none;
}

body.cover-page.cover-menu-open {
    overflow: hidden;
}

/* superseded by .mobile-menu-scroll-lock — kept for safety */

/* Curved section dividers */
.cover-wave {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: -1px;
    position: relative;
    z-index: 3;
}

.cover-wave svg {
    display: block;
    width: 100%;
    height: clamp(48px, 8vw, 90px);
}

.cover-wave--hero-trust {
    color: var(--brand-off-white);
    margin-top: -2px;
    position: relative;
    z-index: 4;
}

.cover-wave--gallery-types {
    color: var(--brand-white);
}

.cover-wave--types-steps {
    color: var(--brand-off-white);
}

.cover-wave--steps-benefits {
    color: var(--brand-navy);
}

.cover-wave--benefits-cta {
    color: var(--brand-gold-pale);
}

/* Header */
.cover-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    /* Clear fixed top-center Menu tab (same as funnel) */
    padding: 36px max(20px, env(safe-area-inset-right)) 10px max(20px, env(safe-area-inset-left));
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(196, 163, 90, 0.22);
    box-shadow: var(--shadow-header);
}

.cover-header__brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    justify-self: start;
}

.cover-header__logo {
    height: clamp(40px, 8.5vw, 54px);
    width: auto;
    display: block;
}

.cover-header__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    justify-self: end;
    grid-column: 2;
}

.cover-lang {
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-pill);
    padding: 2px 5px;
}

.cover-lang__btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    line-height: 1.2;
    white-space: nowrap;
}

.cover-lang__btn:hover {
    color: rgba(255, 255, 255, 0.9);
}

.cover-lang__btn.is-active {
    color: #ffffff;
    font-weight: 700;
    background: rgba(0, 212, 255, 0.22);
    box-shadow: inset 0 0 0 1px rgba(0, 212, 255, 0.35);
}

.cover-lang__sep {
    color: rgba(255, 255, 255, 0.22);
    font-size: 0.58rem;
    padding: 0 1px;
}

.cover-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: var(--radius-pill);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.25s ease, filter 0.2s ease, background 0.2s ease;
}

.cover-btn--lg {
    padding: 15px 28px;
    font-size: 0.9375rem;
}

.cover-btn--primary {
    background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-cyan-soft) 100%);
    color: var(--brand-navy);
    box-shadow: 0 8px 28px rgba(0, 212, 255, 0.38);
}

.cover-btn--primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 212, 255, 0.45);
    filter: brightness(1.04);
}

/* Funnel entry CTAs — match start.html / quote_form_bg navy + gold */
a.cover-btn--primary[data-cover-start-link],
a.cover-btn--primary[data-cover-quote-link],
a.cover-btn--primary[data-cover-connect-link] {
    background: var(--funnel-btn-navy);
    color: var(--brand-white);
    border: var(--funnel-btn-stroke) solid rgba(184, 134, 11, 0.82);
    box-shadow:
        0 10px 28px rgba(0, 26, 51, 0.48),
        inset 0 1px 0 rgba(230, 190, 138, 0.22);
}

a.cover-btn--primary[data-cover-start-link]:hover,
a.cover-btn--primary[data-cover-quote-link]:hover,
a.cover-btn--primary[data-cover-connect-link]:hover {
    box-shadow:
        0 14px 34px rgba(0, 26, 51, 0.55),
        0 0 0 1px rgba(230, 190, 138, 0.35),
        inset 0 1px 0 rgba(230, 190, 138, 0.3);
    border-color: var(--funnel-gold-light);
    filter: brightness(1.06);
}

a.cover-btn--outline[data-cover-connect-link],
a.cover-btn--outline[data-cover-quote-link] {
    background: var(--funnel-btn-gold);
    color: var(--funnel-navy-deep);
    border: var(--funnel-btn-stroke) solid rgba(92, 60, 16, 0.55);
    box-shadow:
        0 10px 26px rgba(92, 60, 16, 0.28),
        inset 0 1px 0 rgba(255, 248, 235, 0.45);
}

a.cover-btn--outline[data-cover-connect-link]:hover,
a.cover-btn--outline[data-cover-quote-link]:hover {
    background: linear-gradient(
        135deg,
        #7a5518 0%,
        #c9922c 26%,
        #f0d4a8 52%,
        #c9922c 74%,
        #6b4a12 100%
    );
    border-color: rgba(92, 60, 16, 0.55);
    box-shadow:
        0 14px 32px rgba(92, 60, 16, 0.34),
        inset 0 1px 0 rgba(255, 252, 245, 0.55);
}

.cover-btn--outline {
    background: rgba(255, 255, 255, 0.08);
    color: var(--brand-white);
    border: 1.5px solid rgba(230, 212, 168, 0.55);
}

.cover-btn--outline:hover {
    background: rgba(196, 163, 90, 0.18);
    transform: translateY(-2px);
}

/* Hero — desktop: full-bleed image + glass panel; mobile: stacked card layout */
.cover-hero {
    position: relative;
    overflow: hidden;
}

.cover-hero__layout--mobile {
    display: none;
}

/* Desktop hero */
.cover-hero__layout--desktop {
    position: relative;
    min-height: min(94vh, 920px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: visible;
    background: var(--brand-navy);
}

.cover-hero__bg {
    position: absolute;
    inset: 0;
    top: -120px;
    width: 100%;
    height: calc(100% + 120px);
    object-fit: cover;
    object-position: 50% 8%;
    display: block;
}

.cover-hero__layout--desktop::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(10, 14, 39, 0.03) 0%,
            transparent 62%,
            rgba(10, 14, 39, 0.08) 82%,
            rgba(10, 14, 39, 0.52) 100%
        ),
        linear-gradient(
            100deg,
            rgba(10, 14, 39, 0.2) 0%,
            rgba(10, 14, 39, 0.04) 50%,
            rgba(10, 74, 79, 0.1) 100%
        );
    pointer-events: none;
    z-index: 1;
}

.cover-hero__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: stretch;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left));
}

.cover-hero__layout--desktop .cover-hero__panel {
    width: 100%;
    padding: clamp(18px, 2.4vw, 30px) clamp(24px, 3vw, 40px);
    margin-bottom: 0;
    transform: translateY(calc(clamp(64px, 8vh, 96px) + 55px));
    position: relative;
    z-index: 5;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.32) 0%, rgba(246, 248, 252, 0.28) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-sm);
    box-shadow: 0 24px 56px rgba(10, 14, 39, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.cover-hero__layout--desktop .cover-hero__title {
    font-size: clamp(1.55rem, 3.5vw, 2.2rem);
    margin-bottom: 8px;
    text-shadow: 0 1px 18px rgba(255, 255, 255, 0.95), 0 0 2px rgba(255, 255, 255, 0.85);
}

.cover-hero__layout--desktop .cover-hero__body {
    margin-bottom: 14px;
    font-size: clamp(0.92rem, 1.45vw, 1rem);
    color: var(--brand-ink);
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.9), 0 0 1px rgba(255, 255, 255, 0.75);
}

.cover-hero__layout--desktop .cover-hero__paths {
    gap: 14px;
    margin-bottom: 14px;
}

.cover-hero__layout--desktop .cover-hero__paths .cover-path {
    padding: 18px 20px;
    min-height: 96px;
    grid-template-columns: 44px 1fr;
    gap: 4px 14px;
}

.cover-hero__layout--desktop .cover-hero__paths .cover-path__icon {
    width: 42px;
    height: 42px;
    font-size: 0.88rem;
}

.cover-hero__layout--desktop .cover-hero__paths .cover-path__label {
    font-size: clamp(1.02rem, 1.4vw, 1.14rem);
    line-height: 1.3;
}

.cover-hero__layout--desktop .cover-hero__paths .cover-path__hint {
    font-size: clamp(0.84rem, 1.15vw, 0.92rem);
    line-height: 1.45;
    opacity: 1;
}

.cover-hero__layout--desktop .cover-hero__note {
    color: var(--brand-ink);
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 0.76rem;
    padding: 10px 12px;
}

/* Mobile hero shell */
.cover-hero__layout--mobile {
    padding: clamp(28px, 5vw, 52px) max(20px, env(safe-area-inset-right)) clamp(32px, 4vw, 48px) max(20px, env(safe-area-inset-left));
    background:
        radial-gradient(ellipse 70% 55% at 12% 0%, rgba(0, 212, 255, 0.07), transparent 58%),
        radial-gradient(ellipse 55% 45% at 88% 20%, rgba(196, 163, 90, 0.1), transparent 52%),
        var(--brand-off-white);
    overflow-x: clip;
}

.cover-hero__shell {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(320px, 1.05fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
}

.cover-hero__layout--mobile .cover-hero__panel {
    width: 100%;
    padding: clamp(20px, 2.8vw, 32px);
    background: linear-gradient(165deg, var(--brand-white) 0%, rgba(250, 246, 238, 0.72) 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-panel);
    border: 1px solid rgba(255, 255, 255, 0.98);
}

.cover-hero__media {
    margin: 0;
    order: 2;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-float);
    border: 3px solid rgba(255, 255, 255, 0.95);
    outline: 1px solid rgba(196, 163, 90, 0.28);
    position: relative;
}

.cover-hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(10, 14, 39, 0.12) 100%
    );
    pointer-events: none;
}

.cover-hero__img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    max-height: min(500px, 56vh);
    object-fit: cover;
    object-position: center 32%;
}

.cover-hero__content {
    order: 1;
}

.cover-hero__panel {
    position: relative;
    overflow: hidden;
}

.cover-hero__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-cyan), var(--brand-gold-light), var(--brand-gold), var(--brand-cyan-soft));
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.cover-hero__kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 12px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-blue);
    background: rgba(0, 212, 255, 0.1);
    border-radius: var(--radius-pill);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.cover-hero__title {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 3.6vw, 2.15rem);
    font-weight: 800;
    line-height: 1.12;
    color: var(--brand-navy);
    letter-spacing: -0.025em;
}

.cover-hero__body {
    margin: 0 0 16px;
    font-size: clamp(0.88rem, 1.45vw, 0.98rem);
    line-height: 1.55;
    color: var(--brand-ink-muted);
}

.cover-hero__paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

/* Hero CTAs — readable two-line cards */
.cover-hero__paths .cover-path {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 4px 12px;
    min-height: 88px;
    padding: 16px 18px;
    border-width: 2.5px;
    box-shadow:
        0 8px 22px rgba(0, 26, 51, 0.34),
        inset 0 1px 0 rgba(230, 190, 138, 0.18);
}

.cover-hero__paths .cover-path--advisor {
    box-shadow:
        0 8px 22px rgba(92, 60, 16, 0.26),
        inset 0 1px 0 rgba(255, 248, 235, 0.38);
}

.cover-hero__paths .cover-path__icon {
    grid-row: 1 / -1;
    grid-column: 1;
    width: 40px;
    height: 40px;
    font-size: 0.82rem;
    align-self: center;
}

.cover-hero__paths .cover-path__label {
    grid-column: 2;
    grid-row: 1;
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    font-weight: 700;
    line-height: 1.3;
}

.cover-hero__paths .cover-path__hint {
    grid-column: 2;
    grid-row: 2;
    font-size: clamp(0.8rem, 1.1vw, 0.88rem);
    line-height: 1.45;
    opacity: 1;
}

.cover-hero__paths .cover-path:hover {
    transform: translateY(-2px) scale(1.01);
}

.cover-path {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: 112px;
    padding: 18px 16px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease;
    position: relative;
    overflow: hidden;
}

.cover-path::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.cover-path:hover {
    transform: translateY(-4px) scale(1.02);
}

.cover-path:focus-visible {
    outline: 2px solid var(--brand-cyan);
    outline-offset: 3px;
}

.cover-path__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
}

.cover-path__label {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
}

.cover-path__hint {
    font-size: 0.74rem;
    line-height: 1.4;
    opacity: 0.92;
}

.cover-path--quote {
    background: var(--funnel-btn-navy);
    color: var(--brand-white);
    border: var(--funnel-btn-stroke) solid rgba(184, 134, 11, 0.78);
    box-shadow:
        0 14px 32px rgba(0, 26, 51, 0.42),
        inset 0 1px 0 rgba(230, 190, 138, 0.2);
    border-radius: var(--radius-md) var(--radius-sm) var(--radius-md) var(--radius-md);
}

.cover-path--quote:hover {
    border-color: var(--funnel-gold-light);
    box-shadow:
        0 18px 40px rgba(0, 26, 51, 0.5),
        0 0 0 1px rgba(230, 190, 138, 0.28),
        inset 0 1px 0 rgba(230, 190, 138, 0.28);
}

.cover-path--advisor {
    background: var(--funnel-btn-gold);
    color: var(--funnel-navy-deep);
    border: var(--funnel-btn-stroke) solid rgba(92, 60, 16, 0.52);
    box-shadow:
        0 14px 32px rgba(92, 60, 16, 0.3),
        inset 0 1px 0 rgba(255, 248, 235, 0.4);
    border-radius: var(--radius-sm) var(--radius-md) var(--radius-md) var(--radius-md);
}

.cover-path--advisor:hover {
    border-color: rgba(92, 60, 16, 0.55);
    box-shadow:
        0 18px 40px rgba(92, 60, 16, 0.38),
        inset 0 1px 0 rgba(255, 252, 245, 0.5);
}

.cover-path--advisor .cover-path__hint {
    color: rgba(0, 26, 51, 0.85);
}

.cover-path--advisor .cover-path__icon {
    background: rgba(0, 26, 51, 0.12);
    color: var(--funnel-navy-deep);
}

.cover-path--quote .cover-path__icon {
    background: rgba(255, 255, 255, 0.16);
    color: var(--funnel-gold-light);
}

.cover-path--quote .cover-path__hint {
    color: rgba(255, 255, 255, 0.92);
}

.cover-hero__note {
    margin: 0;
    padding: 8px 11px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: var(--brand-ink-muted);
    background: rgba(250, 246, 238, 0.9);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--brand-gold);
}

/* Trust strip */
.cover-trust {
    position: relative;
    background: var(--brand-off-white);
    padding: 8px 0 56px;
    overflow: hidden;
}

@media (min-width: 901px) {
    .cover-hero {
        overflow: visible;
        margin-bottom: calc(clamp(64px, 8vh, 96px) + 55px);
    }

    .cover-wave--hero-trust {
        margin-top: clamp(28px, 3.5vh, 44px);
    }

    .cover-trust {
        padding-top: 12px;
    }

    .cover-trust__inner {
        position: relative;
        z-index: 1;
    }
}

.cover-trust::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -10%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.cover-trust::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: -5%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 163, 90, 0.14) 0%, transparent 70%);
    pointer-events: none;
}

.cover-trust__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cover-trust__item {
    padding: 22px 18px;
    background: linear-gradient(160deg, var(--brand-white) 0%, rgba(250, 246, 238, 0.6) 100%);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cover-trust__item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-float);
}

.cover-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(196, 163, 90, 0.15));
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(10, 14, 39, 0.08);
}

.cover-trust__title {
    margin: 0 0 6px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.cover-trust__text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--brand-ink-muted);
}

/* Image gallery */
.cover-gallery {
    position: relative;
    padding: 16px max(20px, env(safe-area-inset-right)) 64px max(20px, env(safe-area-inset-left));
    background: var(--brand-off-white);
    overflow: hidden;
}

.cover-gallery__inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.cover-gallery__split {
    display: grid;
    grid-template-columns: minmax(0, var(--cover-gallery-img-max)) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.cover-gallery__visual {
    margin: 0;
    max-width: var(--cover-gallery-img-max);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-float);
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.cover-gallery__visual img {
    display: block;
    width: 100%;
    max-height: 285px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.cover-gallery__copy {
    padding: 8px 0;
}

.cover-gallery__lead {
    margin: 0 0 22px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--brand-ink-muted);
}

.cover-gallery__points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cover-gallery__points li {
    position: relative;
    padding: 16px 18px 16px 44px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--brand-navy);
    background: linear-gradient(160deg, var(--brand-white) 0%, rgba(250, 246, 238, 0.55) 100%);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(10, 14, 39, 0.06);
}

.cover-gallery__points li::before {
    content: '✦';
    position: absolute;
    left: 16px;
    top: 17px;
    color: var(--brand-gold);
    font-size: 0.85rem;
    line-height: 1;
}

.cover-gallery__points li strong {
    color: var(--brand-blue);
    font-weight: 700;
}

/* Coverage types education */
.cover-types {
    position: relative;
    padding: 56px max(20px, env(safe-area-inset-right)) 72px max(20px, env(safe-area-inset-left));
    background: linear-gradient(180deg, var(--brand-white) 0%, var(--brand-off-white) 100%);
    overflow: hidden;
}

.cover-types::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 68%);
    pointer-events: none;
}

.cover-types__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
}

.cover-types__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.cover-type-card {
    background: linear-gradient(160deg, var(--brand-white) 0%, rgba(250, 246, 238, 0.45) 100%);
    border-radius: var(--radius-lg);
    padding: 26px 24px 22px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(10, 14, 39, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.cover-type-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.cover-type-card--term::before {
    background: linear-gradient(90deg, #0e8fa3, var(--brand-cyan));
}

.cover-type-card--whole::before {
    background: linear-gradient(90deg, var(--brand-gold), #9a7d3f);
}

.cover-type-card--universal::before {
    background: linear-gradient(90deg, var(--brand-cyan-soft), #3d5a9a);
}

.cover-type-card--final::before {
    background: linear-gradient(90deg, #6b8f71, #4a6b50);
}

.cover-type-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-float);
}

.cover-type-card__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-navy);
    background: rgba(0, 212, 255, 0.12);
    border-radius: var(--radius-pill);
    border: 1px solid rgba(0, 212, 255, 0.22);
}

.cover-type-card--whole .cover-type-card__badge {
    background: rgba(196, 163, 90, 0.18);
    border-color: rgba(196, 163, 90, 0.35);
}

.cover-type-card--universal .cover-type-card__badge {
    background: rgba(91, 134, 229, 0.14);
    border-color: rgba(91, 134, 229, 0.28);
}

.cover-type-card--final .cover-type-card__badge {
    background: rgba(107, 143, 113, 0.16);
    border-color: rgba(107, 143, 113, 0.3);
}

.cover-type-card__title {
    margin: 0 0 6px;
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: -0.02em;
}

.cover-type-card__meta {
    margin: 0 0 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--brand-blue);
    letter-spacing: 0.02em;
}

.cover-type-card__desc {
    margin: 0 0 16px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--brand-ink-muted);
}

.cover-type-card__uses-label {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-gold);
}

.cover-type-card__uses {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--brand-ink-muted);
}

.cover-type-card__uses li {
    margin-bottom: 6px;
}

.cover-type-card__uses li:last-child {
    margin-bottom: 0;
}

.cover-types__note {
    margin: 0 0 24px;
    padding: 16px 18px;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--brand-ink-muted);
    background: rgba(196, 163, 90, 0.1);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--brand-gold);
}

.cover-types__cta {
    text-align: center;
}

/* Section headings */
.cover-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 44px;
}

.cover-section-head__kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 16px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-gold);
    background: rgba(196, 163, 90, 0.12);
    border-radius: var(--radius-pill);
    border: 1px solid rgba(196, 163, 90, 0.25);
}

.cover-section-head__title {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--brand-navy);
    letter-spacing: -0.025em;
}

.cover-section-head__body {
    margin: 0;
    font-size: 1.02rem;
    color: var(--brand-ink-muted);
    line-height: 1.6;
}

.cover-section-head--light .cover-section-head__title {
    color: var(--brand-white);
}

.cover-section-head--light .cover-section-head__kicker {
    color: var(--brand-gold-light);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(230, 212, 168, 0.3);
}

.cover-section-head--light .cover-section-head__body {
    color: rgba(255, 255, 255, 0.82);
}

/* How it works */
.cover-steps {
    position: relative;
    padding: 56px max(20px, env(safe-area-inset-right)) 80px max(20px, env(safe-area-inset-left));
    background: var(--brand-off-white);
    overflow: hidden;
}

.cover-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 900px);
    height: 60%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 212, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cover-steps__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cover-steps__visual {
    margin: 0 auto 28px;
    max-width: 760px;
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-float);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.cover-steps__visual img {
    display: block;
    width: 100%;
    max-height: var(--cover-steps-img-max-h);
    aspect-ratio: 2.35 / 1;
    object-fit: cover;
    object-position: center 35%;
}

.cover-steps__visual figcaption {
    padding: 14px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-navy);
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.1), rgba(196, 163, 90, 0.12));
    border-top: 1px solid rgba(196, 163, 90, 0.2);
}

.cover-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cover-step {
    background: linear-gradient(180deg, var(--brand-white) 0%, rgba(246, 248, 252, 0.9) 100%);
    padding: 30px 26px 28px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 255, 255, 0.95);
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cover-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-float);
}

.cover-step:nth-child(1) {
    border-radius: var(--radius-lg) var(--radius-md) var(--radius-lg) var(--radius-sm);
}

.cover-step:nth-child(2) {
    border-radius: var(--radius-md) var(--radius-lg) var(--radius-md) var(--radius-lg);
    margin-top: 12px;
}

.cover-step:nth-child(3) {
    border-radius: var(--radius-sm) var(--radius-lg) var(--radius-lg) var(--radius-md);
}

.cover-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-cyan-soft) 100%);
    color: var(--brand-navy);
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(0, 212, 255, 0.35);
}

.cover-step__title {
    margin: 0 0 8px;
    font-size: 1.06rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.cover-step__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--brand-ink-muted);
}

/* Benefits */
.cover-benefits {
    position: relative;
    padding: 72px max(20px, env(safe-area-inset-right)) 88px max(20px, env(safe-area-inset-left));
    background: linear-gradient(155deg, var(--brand-navy) 0%, #0d3d4a 45%, var(--brand-blue) 100%);
    color: var(--brand-white);
    overflow: hidden;
}

.cover-benefits::before,
.cover-benefits::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cover-benefits::before {
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.18) 0%, transparent 68%);
}

.cover-benefits::after {
    bottom: -100px;
    left: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(196, 163, 90, 0.2) 0%, transparent 68%);
}

.cover-benefits__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
}

.cover-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.cover-benefit {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cover-benefit:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(230, 212, 168, 0.35);
}

.cover-benefit__media {
    overflow: hidden;
}

.cover-benefit__media img {
    display: block;
    width: 100%;
    max-height: var(--cover-benefit-img-max-h);
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.cover-benefit:hover .cover-benefit__media img {
    transform: scale(1.04);
}

.cover-benefit__body {
    padding: 20px 22px 24px;
}

.cover-benefit:nth-child(1) {
    border-radius: var(--radius-lg) var(--radius-sm) var(--radius-lg) var(--radius-md);
}

.cover-benefit:nth-child(2) {
    border-radius: var(--radius-sm) var(--radius-lg) var(--radius-md) var(--radius-lg);
}

.cover-benefit:nth-child(3) {
    border-radius: var(--radius-md) var(--radius-lg) var(--radius-sm) var(--radius-lg);
}

.cover-benefit:nth-child(4) {
    border-radius: var(--radius-lg) var(--radius-md) var(--radius-lg) var(--radius-sm);
}

.cover-benefit__body h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-gold-light);
}

.cover-benefit__body p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
}

/* Final CTA band */
.cover-cta-band {
    padding: 48px max(20px, env(safe-area-inset-right)) 72px max(20px, env(safe-area-inset-left));
    background:
        radial-gradient(ellipse 70% 60% at 50% 100%, rgba(196, 163, 90, 0.15), transparent),
        var(--brand-gold-pale);
    overflow: hidden;
}

.cover-cta-band__shell {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.cover-cta-band__visual {
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-float);
    border: 1px solid rgba(196, 163, 90, 0.3);
    max-height: var(--cover-cta-img-max-h);
}

.cover-cta-band__visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: var(--cover-cta-img-max-h);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 30%;
}

.cover-cta-band__inner {
    margin: 0;
    padding: 40px 36px;
    text-align: center;
    background: linear-gradient(160deg, var(--brand-white) 0%, rgba(250, 246, 238, 0.85) 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-float);
    border: 1px solid rgba(196, 163, 90, 0.28);
    position: relative;
    overflow: hidden;
}

.cover-cta-band__inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.35), rgba(196, 163, 90, 0.45), rgba(91, 134, 229, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.cover-cta-band__title {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 3.5vw, 2rem);
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: -0.025em;
}

.cover-cta-band__body {
    margin: 0 0 28px;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--brand-ink-muted);
}

.cover-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* CTA band funnel buttons use shared funnel styles above */

/* Footer */
.cover-footer {
    padding: 36px 24px calc(36px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, var(--brand-navy-soft) 0%, var(--brand-navy) 100%);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 0.8125rem;
}

/* Funnel-style menu tab + slide-out drawer on tablet/mobile */
body.cover-page .mobile-menu-toggle {
    display: flex;
}

body.cover-page .mobile-menu,
body.cover-page .mobile-menu-backdrop {
    display: block;
}

/* Desktop — centered nav in header; no top Menu tab clearance */
@media (min-width: 1024px) {
    body.cover-page .cover-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.cover-page .cover-header__brand {
        grid-column: 1;
    }

    body.cover-page .cover-header .site-nav {
        grid-column: 2;
        justify-self: center;
    }

    body.cover-page .cover-header__actions {
        grid-column: 3;
    }
}

/* Responsive */
@media (max-width: 960px) {
    body.cover-page .cover-header {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding-top: 34px;
        padding-bottom: 6px;
    }

    body.cover-page .cover-header__brand {
        grid-column: 1;
        min-width: 0;
    }

    body.cover-page .cover-header__logo {
        height: clamp(32px, 8.5vw, 40px);
    }

    body.cover-page .cover-header__actions {
        grid-column: 2;
        gap: 6px;
        justify-self: end;
        align-items: center;
    }

    body.cover-page .cover-header__actions .cover-lang {
        padding: 2px 4px;
        gap: 1px;
        flex-shrink: 0;
    }

    body.cover-page .cover-header__actions .cover-lang__btn {
        font-size: 0.56rem;
        padding: 2px 4px;
    }

    body.cover-page .cover-header__actions .cover-lang__sep {
        font-size: 0.48rem;
    }

    body.cover-page .cover-header__actions .cover-btn--primary {
        padding: 7px 10px;
        font-size: 0.72rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    body.cover-page .lang-toggle-in-menu {
        display: none !important;
    }

    .cover-trust__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cover-gallery__split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cover-gallery__visual {
        max-width: 320px;
        margin: 0 auto;
    }

    .cover-gallery__visual img {
        max-height: 200px;
    }

    .cover-types__grid {
        grid-template-columns: 1fr;
    }

    .cover-steps__list {
        grid-template-columns: 1fr;
    }

    .cover-step:nth-child(2) {
        margin-top: 0;
    }

    .cover-cta-band__shell {
        grid-template-columns: 1fr;
    }

    .cover-cta-band__visual {
        max-width: 300px;
        max-height: 180px;
        margin: 0 auto;
    }

    .cover-cta-band__visual img {
        max-height: 180px;
    }
}

@media (max-width: 900px) {
    .cover-hero {
        overflow: hidden;
    }

    .cover-hero__layout--desktop {
        display: none;
    }

    .cover-hero__layout--mobile {
        display: block;
        padding: clamp(16px, 3vw, 28px) max(16px, env(safe-area-inset-right)) clamp(20px, 4vw, 32px) max(16px, env(safe-area-inset-left));
    }

    .cover-hero__shell {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        max-width: var(--max-width);
        margin: 0 auto;
        width: 100%;
        min-width: 0;
        overflow: hidden;
        border-radius: var(--radius-lg);
        box-shadow: 0 14px 36px rgba(10, 14, 39, 0.14);
    }

    .cover-hero__media {
        order: 1;
        margin: 0;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        border: none;
        outline: none;
        border-bottom: 3px solid rgba(196, 163, 90, 0.35);
        overflow: hidden;
    }

    .cover-hero__img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 10;
        max-height: min(44vh, 360px);
        object-position: center 28%;
    }

    .cover-hero__content {
        order: 2;
        position: relative;
        margin-top: -28px;
        padding: 0 12px 14px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        z-index: 2;
    }

    .cover-hero__panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        border-radius: var(--radius-lg);
        padding: 18px 16px 16px;
        box-shadow: 0 18px 44px rgba(10, 14, 39, 0.14);
    }

    .cover-hero__paths {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .cover-hero__title {
        font-size: clamp(1.32rem, 5.8vw, 1.68rem);
    }

    .cover-hero__body {
        margin-bottom: 14px;
        font-size: 0.86rem;
        line-height: 1.52;
    }

    .cover-hero__paths .cover-path {
        padding: 16px 18px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 4px 12px;
        min-height: 84px;
        min-width: 0;
    }

    .cover-hero__paths .cover-path__icon {
        width: 38px;
        height: 38px;
        font-size: 0.78rem;
    }

    .cover-hero__paths .cover-path__label {
        font-size: 1rem;
    }

    .cover-hero__paths .cover-path__hint {
        font-size: 0.84rem;
    }
}

/* Tablet — image on top, card below in normal flow (no absolute overlap) */
@media (min-width: 721px) and (max-width: 900px) {
    .cover-hero__layout--mobile .cover-hero__img {
        max-height: min(46vh, 400px);
    }

    .cover-hero__layout--mobile .cover-hero__content {
        margin-top: 0;
        padding: 14px 16px 16px;
    }

    .cover-hero__layout--mobile .cover-hero__paths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .cover-hero__layout--mobile {
        padding: 0 0 28px;
    }

    .cover-hero__paths {
        grid-template-columns: 1fr;
    }

    .cover-path {
        min-height: auto;
        border-radius: var(--radius-md) !important;
    }

    .cover-gallery {
        padding-bottom: 48px;
    }

    .cover-gallery__split {
        gap: 18px;
    }

    .cover-gallery__copy {
        order: 1;
    }

    .cover-gallery__visual {
        order: 2;
        max-width: 100%;
    }

    .cover-gallery__visual img {
        max-height: 156px;
        aspect-ratio: 2.2 / 1;
        border-radius: var(--radius-md);
    }

    .cover-gallery__lead {
        margin-bottom: 16px;
        font-size: 0.98rem;
    }

    .cover-steps {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .cover-steps__visual {
        order: 3;
        margin: 20px auto 0;
        max-width: 100%;
    }

    .cover-steps__list {
        order: 2;
    }

    .cover-section-head {
        order: 1;
    }

    .cover-steps__visual img {
        max-height: 132px;
        aspect-ratio: 2.4 / 1;
    }

    .cover-steps__visual figcaption {
        padding: 10px 14px;
        font-size: 0.78rem;
    }

    .cover-benefits {
        padding-top: 52px;
        padding-bottom: 60px;
    }

    .cover-benefits__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cover-benefit {
        display: grid;
        grid-template-columns: 92px 1fr;
        align-items: stretch;
        border-radius: var(--radius-md) !important;
    }

    .cover-benefit__media {
        min-height: 100%;
    }

    .cover-benefit__media img {
        width: 100%;
        height: 100%;
        max-height: none;
        min-height: 92px;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .cover-benefit__body {
        padding: 14px 16px 14px 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cover-benefit__body h3 {
        font-size: 0.92rem;
        margin-bottom: 4px;
    }

    .cover-benefit__body p {
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .cover-trust__inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cover-cta-band {
        padding-top: 36px;
        padding-bottom: 52px;
    }

    .cover-cta-band__visual {
        display: none;
    }

    .cover-cta-band__inner {
        padding: 28px 20px;
        border-radius: var(--radius-md);
    }

    .cover-cta-band__body {
        margin-bottom: 22px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .cover-hero__img {
        max-height: min(38vh, 280px);
        aspect-ratio: 4 / 3;
    }

    .cover-hero__content {
        margin-top: -16px;
        padding: 0 12px;
    }

    .cover-hero__panel {
        padding: 16px 14px 14px;
    }

    .cover-hero__kicker {
        font-size: 0.6rem;
        padding: 4px 10px;
        margin-bottom: 8px;
    }

    .cover-hero__paths {
        gap: 8px;
    }

    .cover-gallery__visual img {
        max-height: 128px;
    }

    .cover-steps__visual img {
        max-height: 112px;
    }

    .cover-benefit {
        grid-template-columns: 76px 1fr;
    }

    .cover-benefit__media img {
        min-height: 76px;
    }

    .cover-section-head {
        margin-bottom: 28px;
    }

    .cover-section-head__body {
        font-size: 0.94rem;
    }

    .cover-header__actions .cover-btn--primary {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .cover-path:hover,
    .cover-btn--primary:hover,
    .cover-btn--outline:hover,
    a.cover-btn--primary[data-cover-start-link]:hover,
    a.cover-btn--primary[data-cover-quote-link]:hover,
    a.cover-btn--primary[data-cover-connect-link]:hover,
    a.cover-btn--outline[data-cover-connect-link]:hover,
    a.cover-btn--outline[data-cover-quote-link]:hover,
    .cover-trust__item:hover,
    .cover-step:hover,
    .cover-benefit:hover,
    .cover-type-card:hover {
        transform: none;
    }

    .cover-benefit:hover .cover-benefit__media img {
        transform: none;
    }
}
