.home-page .site-main {
    max-width: none;
    margin: 0;
    padding: 0;
}

.home {
    overflow: hidden;
}

.home--flush-footer + .site-footer {
    margin-top: 0;
}

.home .section {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.home-hero {
    min-height: calc(100vh - 122px);
    display: flex;
    align-items: end;
    padding: clamp(5rem, 9vw, 8rem) 1.25rem clamp(2.5rem, 5vw, 4.5rem);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(18, 16, 13, 0.18), rgba(18, 16, 13, 0.92)),
        linear-gradient(115deg, #15130f 0%, rgba(21, 19, 15, 0.92) 46%, rgba(249, 115, 22, 0.32) 100%),
        url('/assets/variants/meeting-152506-768x565-1763820411-w1200.webp');
    background-size: 74px 74px, auto, auto, cover;
    background-position: center;
}

.home-hero::after {
    content: '';
    position: absolute;
    right: clamp(1rem, 5vw, 5rem);
    bottom: clamp(1rem, 5vw, 4rem);
    width: clamp(150px, 24vw, 320px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 44%, rgba(249, 115, 22, 0.22) 45% 46%, transparent 47%),
        conic-gradient(from 90deg, rgba(249, 115, 22, 0.7), rgba(255, 255, 255, 0.1), rgba(249, 115, 22, 0.7));
    opacity: 0.55;
    pointer-events: none;
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--content-wide);
    width: 100%;
}

.home-hero .kicker {
    color: var(--orange-300);
}

.home-hero h1 {
    max-width: 13ch;
    color: #fff;
    font-size: clamp(3rem, 9vw, 8.7rem);
    font-weight: 800;
    line-height: 0.93;
    text-wrap: balance;
}

.home-hero-lead {
    margin-top: 1.3rem;
    max-width: 58ch;
    color: rgba(255, 246, 235, 0.78);
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    line-height: 1.6;
}

.home-hero-actions .btn-secondary {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.home-event-promo {
    margin-top: -2.5rem;
    padding-top: 0;
    z-index: 3;
}

.home-event-promo-box,
.home-tool-promo-box {
    max-width: var(--content-wide);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2.2vw, 1.45rem);
    border: 1px solid var(--line);
    border-left: 5px solid var(--orange-500);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 244, 0.96);
    box-shadow: var(--shadow-md);
}

.home-event-promo-box h2,
.home-tool-promo-box h2 {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.home-head--centered {
    max-width: 760px;
    margin: 0 auto clamp(1.2rem, 3vw, 2rem);
    text-align: center;
}

.home-head h2 {
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 0.98;
}

.home-services {
    background: var(--paper);
}

.home-services-grid,
.home-faq-grid {
    max-width: var(--content-wide);
    margin: 0 auto;
}

.home-service-card,
.home-faq-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-service-card h3,
.home-faq-card h3 {
    font-size: clamp(1.28rem, 2.2vw, 1.65rem);
}

.home-services .card a {
    width: fit-content;
    margin-top: 1.2rem;
    color: var(--orange-700);
    font-weight: 800;
    text-decoration: none;
}

.home-tool-promo {
    padding-top: 0;
}

.home-tool-promo-box {
    grid-template-columns: minmax(0, 1.2fr) auto;
    background:
        linear-gradient(90deg, rgba(249, 115, 22, 0.11), transparent 40%),
        rgba(255, 250, 244, 0.98);
}

.home-tool-promo-box p {
    margin-top: 0.65rem;
    max-width: 67ch;
}

.home-process {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, #1f1b16 0%, #14120f 100%);
    background-size: 74px 74px, auto;
}

.home-process .kicker,
.home-process h2 {
    color: #fff;
}

.home-process .kicker {
    color: var(--orange-300);
}

.home-process-shell {
    display: grid;
    gap: 2rem;
}

.home-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1px;
    border: 1px solid var(--line-dark);
    background: var(--line-dark);
}

.home-steps--three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-steps li {
    display: grid;
    align-content: start;
    gap: 0.7rem;
    min-height: 220px;
    padding: clamp(1.15rem, 2.5vw, 1.8rem);
    background: rgba(255, 255, 255, 0.055);
}

.home-steps strong {
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.home-steps span {
    color: rgba(255, 246, 235, 0.7);
}

.home-trust {
    background: #f8f2ea;
}

.home-trust-shell {
    max-width: var(--content-wide);
    margin: 0 auto;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.home-trust-grid h2 {
    max-width: 12ch;
    font-size: clamp(2.1rem, 5vw, 4.5rem);
}

.home-trust-grid p {
    margin-top: 1rem;
    max-width: 62ch;
    font-size: 1.05rem;
}

.home-metrics {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.home-metrics li {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: #fffaf4;
}

.home-metrics strong {
    color: var(--orange-600);
    font-size: clamp(1.65rem, 3vw, 2.65rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

.home-metrics span {
    color: var(--ink-700);
    font-weight: 700;
    line-height: 1.25;
}

.home-faq {
    background: #efe6da;
}

.home-faq-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    border: 1px solid var(--line);
    border-right: 0;
    border-bottom: 0;
}

.home-cta {
    background:
        radial-gradient(circle at 75% 10%, rgba(249, 115, 22, 0.35), transparent 32%),
        #15130f;
}

.home-cta-box {
    max-width: var(--content-wide);
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 5rem);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.045);
    text-align: center;
}

.home-cta-box h2 {
    margin: 0 auto;
    max-width: 13ch;
    color: #fff;
    font-size: clamp(2.2rem, 6vw, 5rem);
}

.home-cta-box p {
    margin: 1rem auto 0;
    max-width: 62ch;
    color: rgba(255, 246, 235, 0.74);
}

.home-cta-box .home-hero-actions {
    justify-content: center;
}

.home-cta-box .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

@media (max-width: 980px) {
    .home-hero {
        min-height: 74vh;
    }

    .home-event-promo-box,
    .home-tool-promo-box,
    .home-trust-grid,
    .home-steps--three-up {
        grid-template-columns: 1fr;
    }

    .home-event-promo-box .btn {
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .home .section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-hero {
        min-height: 78vh;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-hero h1 {
        max-width: none;
    }

    .home-hero::after {
        opacity: 0.22;
    }

    .home-event-promo {
        margin-top: -1rem;
    }

    .home-metrics li {
        grid-template-columns: 1fr;
    }
}
