.web-page {
    display: grid;
    gap: 88px;
    padding: 8px 0 56px;
}

.web-footer-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: var(--ui-text-soft);
    cursor: pointer;
    text-decoration: none;
}

.web-footer-link:hover {
    color: var(--ui-primary);
}

.web-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 56px;
    align-items: center;
    padding: 28px 0 0;
}

.web-hero-copy {
    padding: 12px 0;
    max-width: 620px;
}

.web-hero-copy h1 span {
    color: var(--ui-primary);
}

.web-hero-visual {
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 26px 48px rgba(28, 27, 27, 0.14);
}

.web-hero-visual img {
    display: block;
    width: 100%;
    border-radius: 18px;
}

.web-highlight-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 242, 0.96)),
        var(--ui-surface);
}

.web-highlight-icon {
    width: 72px;
    height: 72px;
}

.web-highlight-copy {
    display: grid;
    gap: 8px;
}

.web-highlight-title {
    color: var(--ui-text);
    margin: 0;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.web-section,
.web-story {
    display: grid;
    gap: 30px;
    padding-top: 4px;
}

.web-section--band {
    margin-inline: calc(50% - 50vw + 8px);
    padding: 72px max(24px, calc(50vw - 620px));
    background: linear-gradient(180deg, rgba(246, 243, 242, 0.9), rgba(246, 243, 242, 0.68));
}

.web-section-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}

.web-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.web-feature {
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 26px;
    background: rgba(255, 255, 255, 0.9);
}

.web-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: var(--ui-surface-muted);
}

.web-feature-icon img {
    width: 34px;
    height: 34px;
}

.web-feature h3 {
    margin: 0;
    font-size: 1.05rem;
}

.web-feature p,
.web-requirement {
    margin: 0;
    color: var(--ui-text-soft);
    line-height: 1.6;
    font-size: 0.94rem;
}

.web-requirement {
    text-align: center;
}

.web-story {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    padding-top: 0;
}

.web-story-media {
    display: block;
}

.web-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--ui-radius-lg);
    box-shadow: var(--ui-shadow-soft);
}

.web-story-media-primary {
    min-height: 360px;
}

.web-story-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.web-story-stats article {
    display: grid;
    gap: 6px;
    padding: 20px;
}

.web-story-stats strong {
    color: var(--ui-primary);
    font-size: 2rem;
}

.web-story-stats span {
    color: var(--ui-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 700;
}

.web-cta {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 58px 32px;
    text-align: center;
    background: linear-gradient(135deg, #0041c8, #0055ff);
    color: #fff;
}

.web-cta h2,
.web-cta p {
    margin: 0;
}

.web-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.web-cta p {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.84);
}

.web-cta .ui-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.web-cta-button {
    background: #fff;
    color: var(--ui-primary);
    box-shadow: none;
}

.web-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 22px;
    padding: 28px 0 8px;
    border-top: 1px solid rgba(195, 197, 217, 0.18);
}

.web-footer-column {
    display: grid;
    align-content: start;
    gap: 6px;
}

.web-footer-column h3,
.web-footer-column p {
    margin: 0;
}

.web-footer-column h3 {
    color: var(--ui-text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.web-footer-column p {
    color: var(--ui-text-muted);
    font-size: 0.8rem;
    line-height: 1.6;
}

.web-footer-link {
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    color: var(--ui-text-soft);
    font-size: 0.82rem;
    line-height: 1.6;
}

@media (max-width: 960px) {
    .web-hero,
    .web-story,
    .web-footer {
        grid-template-columns: 1fr;
    }

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

    .web-highlight-strip {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .web-section--band {
        margin-inline: 0;
        padding-inline: 0;
        padding-block: 0;
        background: transparent;
    }
}

@media (max-width: 760px) {
    .web-page {
        gap: 56px;
    }

    .web-masthead {
        align-items: flex-start;
        flex-direction: column;
    }

    .web-story-stats {
        grid-template-columns: 1fr;
    }

}
