.home-marketing-hero,
.home-faq-teaser {
    --home-ink: #092128;
    --home-dark: #081f25;
    --home-dark-raised: #102a31;
    --home-orange: #ee7937;
    --home-orange-strong: #b84b18;
    --home-muted: #64748b;
    --home-line: #e2e8f0;
    color: var(--home-ink);
    font-family: OpenSans, sans-serif;
}

.home-marketing-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 10%, rgba(238, 121, 55, 0.17), transparent 34%),
        var(--home-dark);
    color: #fff;
}

.home-marketing-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    mask-image: linear-gradient(90deg, transparent 5%, #000 70%);
    pointer-events: none;
}

.home-marketing-hero__container {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 42px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 136px 0 78px;
}

.home-marketing-hero__eyebrow,
.home-faq-teaser__eyebrow {
    margin: 0 0 17px;
    color: #ff9a62;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-marketing-hero h1,
.home-faq-teaser h2 {
    margin-top: 0;
    font-family: Sora, ProximaNova, sans-serif;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: left;
}

.home-marketing-hero h1 {
    max-width: 710px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.02;
}

.home-marketing-hero__lead {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.62;
}

.home-marketing-hero__support {
    max-width: 620px;
    margin: 24px 0 0;
    padding-left: 17px;
    border-left: 2px solid rgba(238, 121, 55, 0.72);
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.55;
}

.home-marketing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    margin-top: 30px;
}

.home-marketing-hero__actions > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-marketing-hero__proof {
    min-width: 0;
    margin: 0;
}

.home-marketing-hero__proof-media {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: #dfe9e8;
    box-shadow: 0 40px 80px -48px rgba(0, 0, 0, 0.92);
}

.home-marketing-hero__proof img {
    display: block;
    width: 100%;
    height: auto;
}

.home-marketing-hero__proof figcaption {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.5;
}

.home-faq-teaser {
    background: #f8fafc;
}

.home-faq-teaser__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 88px 0;
}

.home-faq-teaser__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
    gap: 12px 70px;
    align-items: end;
    margin-bottom: 45px;
}

.home-faq-teaser__eyebrow {
    grid-column: 1 / -1;
    color: var(--home-orange-strong);
}

.home-faq-teaser h2 {
    margin-bottom: 0;
    color: var(--home-ink);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

.home-faq-teaser__intro > p:last-child {
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.65;
}

.home-faq-teaser__questions ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 46px;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--home-line);
    list-style: none;
}

.home-faq-teaser__questions li {
    border-bottom: 1px solid var(--home-line);
}

.home-faq-teaser__questions a {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color 180ms ease;
}

.home-faq-teaser__questions a:hover {
    color: var(--home-orange-strong);
}

.home-faq-teaser__questions a:focus-visible {
    border-radius: 3px;
    outline: 3px solid #ffb087;
    outline-offset: 4px;
}

.home-faq-teaser__cta {
    margin-top: 38px;
}

@media (min-width: 1024px) {
    .home-marketing-hero__container {
        grid-template-columns: minmax(390px, 0.88fr) minmax(520px, 1.12fr);
        align-items: center;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .home-marketing-hero__container {
        grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
        gap: 30px;
    }

    .home-marketing-hero h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .home-marketing-hero__container,
    .home-faq-teaser__container {
        width: min(100% - 24px, 620px);
    }

    .home-marketing-hero__container {
        gap: 32px;
        padding: 104px 0 48px;
    }

    .home-marketing-hero h1 {
        font-size: clamp(38px, 10.6vw, 50px);
    }

    .home-marketing-hero__lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .home-marketing-hero__actions {
        display: grid;
        justify-items: start;
        margin-top: 26px;
    }

    .home-marketing-hero__proof-media {
        height: 270px;
    }

    .home-marketing-hero__proof img {
        width: 230%;
        max-width: none;
        transform: translateX(-3%);
    }

    .home-faq-teaser__container {
        padding: 66px 0;
    }

    .home-faq-teaser__intro {
        display: block;
        margin-bottom: 32px;
    }

    .home-faq-teaser h2 {
        margin-bottom: 17px;
        font-size: 34px;
    }

    .home-faq-teaser__questions ul {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-faq-teaser__questions a {
        min-height: 72px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-faq-teaser__questions a {
        transition: none;
    }
}
