.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 252, 0.82) 100%);
}

body[data-page-slug="home"] .home-site-main {
    padding-bottom: 0;
}

.landing-animate-fade-up {
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

html.home-site-animations-ready .landing-animate-fade-up {
    opacity: 0;
    transform: translateY(20px);
}

html.home-site-animations-ready .landing-animate-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.landing-animate-delay-100 {
    transition-delay: 0.1s;
}

.landing-animate-delay-200 {
    transition-delay: 0.2s;
}

.landing-animate-delay-300 {
    transition-delay: 0.3s;
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 44rem;
    height: 44rem;
    background: radial-gradient(circle, rgba(79, 146, 227, 0.12) 0%, rgba(79, 146, 227, 0) 68%);
    transform: translate(-18%, -42%);
    pointer-events: none;
}

.landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(66, 133, 244, 0.08);
    border: 1px solid rgba(66, 133, 244, 0.12);
    color: var(--home-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-kicker__dot {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--home-primary);
    box-shadow: 0 0 0 0.35rem rgba(63, 126, 219, 0.1);
}

.landing-display {
    max-width: 33rem;
    font-size: clamp(2.6rem, 4.6vw, 3.95rem);
    line-height: 1.03;
    letter-spacing: -0.042em;
    font-weight: 600;
}

.landing-display__line {
    display: block;
}

.landing-muted-display {
    color: #5f7186;
}

.landing-hero-copy {
    max-width: 34.8rem;
}

.landing-hero__stack {
    gap: 1.15rem !important;
}

.landing-hero__content {
    gap: 1.3rem !important;
}

.landing-hero__lede {
    max-width: 30rem;
    font-size: 1.06rem;
    line-height: 1.62;
    letter-spacing: -0.01em;
}

.landing-hero__actions {
    gap: 0.8rem !important;
    margin-top: 0.05rem;
}

.landing-hero__actions .home-site-button {
    padding: 0.84rem 1.42rem;
    border-radius: 0.58rem;
    font-size: 0.95rem;
}

.landing-hero__visual {
    padding-left: 0.8rem;
}

.landing-dashboard {
    position: relative;
    border-radius: 1.5rem;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 70px rgba(18, 37, 58, 0.12);
    overflow: hidden;
    transform: translateY(-0.2rem);
}

.landing-dashboard__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.86rem 1.12rem;
    border-bottom: 1px solid var(--home-border);
    background: #fbfdff;
}

.landing-window-dots {
    display: inline-flex;
    gap: 0.38rem;
}

.landing-window-dots span {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: #d5deea;
}

.landing-dashboard__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--home-border);
    border-radius: 999px;
    background: white;
    color: var(--home-muted);
    font-size: 0.74rem;
    font-weight: 600;
}

.landing-dashboard__body {
    padding: 1.02rem 1.12rem 1.12rem;
}

.landing-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.74rem;
    margin-bottom: 0.92rem;
}

.landing-metric {
    padding: 0.82rem 0.88rem 0.86rem;
    border: 1px solid var(--home-border);
    border-radius: 1rem;
    background: #f9fbfe;
}

.landing-metric__label {
    color: var(--home-muted);
    font-size: 0.75rem;
    font-weight: 600;
}

.landing-metric__value {
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.landing-metric__value--highlight {
    color: var(--home-primary);
}

.landing-chart {
    position: relative;
    height: 17.35rem;
    border: 1px solid var(--home-border);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(248, 251, 255, 0.95), rgba(255, 255, 255, 0.9)),
        repeating-linear-gradient(to bottom,
            transparent,
            transparent 3.1rem,
            rgba(214, 223, 236, 0.52) 3.1rem,
            rgba(214, 223, 236, 0.52) 3.18rem);
    overflow: hidden;
}

.landing-chart canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.landing-chart__xlabels {
    position: absolute;
    inset: auto 0.9rem 0.74rem 0.9rem;
    display: flex;
    justify-content: space-between;
    color: #90a0b2;
    font-size: 0.72rem;
    font-weight: 600;
}

.landing-trusted {
    padding: 2.3rem 0;
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.9);
}

.landing-trusted__label {
    color: #93a2b4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.landing-brand-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 3rem;
    color: #9aa9ba;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.landing-brand-row i {
    font-size: 1.9rem;
}

.landing-section {
    padding: 6rem 0;
}

.landing-section--muted {
    background: rgba(248, 251, 255, 0.72);
}

.landing-section-title {
    max-width: 44rem;
    margin-bottom: 3.5rem;
}

.landing-section-title--centered {
    max-width: 46rem;
    margin-inline: auto;
    text-align: center;
}

.landing-section-title h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.04em;
}

.landing-section-title p {
    margin-bottom: 0;
    color: var(--home-muted);
    line-height: 1.8;
}

.landing-section-title--centered p {
    max-width: 40rem;
    margin-inline: auto;
}

.landing-value-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--home-border);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.05);
}

.landing-value-card__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: var(--home-surface-muted);
    border: 1px solid var(--home-border);
    color: var(--home-primary-strong);
    font-size: 1.05rem;
}

.landing-value-card__icon--accent {
    background: rgba(63, 126, 219, 0.08);
    border-color: rgba(63, 126, 219, 0.16);
    color: var(--home-primary);
}

.landing-value-card p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.75;
}

.landing-capability {
    align-items: center;
}

.landing-capability+.landing-capability {
    margin-top: 7rem;
}

.landing-capability__label {
    color: var(--home-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-capability__copy p {
    color: var(--home-muted);
    line-height: 1.8;
}

.landing-capability__list {
    display: grid;
    gap: 0.85rem;
    padding-left: 0;
    list-style: none;
}

.landing-capability__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #374b61;
}

.landing-capability__list span {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(63, 126, 219, 0.12);
    color: var(--home-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.landing-visual {
    padding: 0.85rem;
    border: 1px solid var(--home-border);
    border-radius: 1.45rem;
    background: var(--home-surface-muted);
    box-shadow: 0 18px 42px rgba(18, 37, 58, 0.08);
}

.landing-visual__inner {
    min-height: 20rem;
    border: 1px solid var(--home-border);
    border-radius: 1.15rem;
    background: white;
    padding: 1.5rem;
}

.landing-chart-card {
    position: relative;
    height: 100%;
    min-height: 17rem;
}

.landing-chart-card canvas {
    width: 100% !important;
    height: 100% !important;
}

.landing-forecast {
    position: relative;
    height: 100%;
    border-radius: 0.9rem;
    min-height: 13.75rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: linear-gradient(180deg, #fcfdff, #f6f9fc);
    overflow: hidden;
}

.landing-forecast__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.55rem;
    border: 1px solid rgba(245, 158, 11, 0.34);
    border-radius: 999px;
    background: #fffaf1;
    color: #946200;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
}

.landing-forecast__grid {
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image: radial-gradient(circle, rgba(148, 163, 184, 0.65) 1px, transparent 1.2px);
    background-size: 20px 20px;
}

.landing-forecast__rail {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 58%;
    height: 0.18rem;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.95);
    transform: translateY(-50%);
}

.landing-forecast__progress {
    position: absolute;
    left: 0;
    top: 50%;
    width: 52%;
    height: 100%;
    border-radius: inherit;
    background: #22354f;
    transform: translateY(-50%);
}

.landing-forecast__node {
    position: absolute;
    top: 50%;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background: white;
    border: 0.2rem solid #22354f;
    box-shadow: 0 8px 18px rgba(18, 37, 58, 0.16);
    transform: translate(-50%, -50%);
}

.landing-forecast__node--current {
    left: 52%;
}

.landing-forecast__node--warning {
    left: 76%;
    width: 1rem;
    height: 1rem;
    border-color: #f59e0b;
    background: #fffaf1;
    box-shadow: 0 0 0 0.3rem rgba(245, 158, 11, 0.14), 0 8px 18px rgba(18, 37, 58, 0.16);
}

.landing-timeline {
    display: grid;
    gap: 1.25rem;
}

.landing-timeline__item {
    display: grid;
    grid-template-columns: 1rem minmax(0, 1fr);
    gap: 1rem;
}

.landing-timeline__rail {
    position: relative;
    display: flex;
    justify-content: center;
}

.landing-timeline__rail::after {
    content: "";
    position: absolute;
    top: 0.85rem;
    bottom: -1rem;
    width: 1px;
    background: #d9e1eb;
}

.landing-timeline__item:last-child .landing-timeline__rail::after {
    display: none;
}

.landing-timeline__dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    margin-top: 0.3rem;
}

.landing-timeline__dot--critical {
    background: #ef4444;
}

.landing-timeline__dot--active {
    background: var(--home-primary);
}

.landing-timeline__dot--pending {
    background: #c8d3e0;
}

.landing-timeline__time {
    color: #90a0b2;
    font-size: 0.76rem;
    font-weight: 600;
}

.landing-timeline__title {
    font-weight: 600;
}

.landing-timeline__meta {
    color: var(--home-muted);
    font-size: 0.82rem;
}

@media (min-width: 992px) {
    .landing-display__line {
        white-space: nowrap;
    }
}

@media (max-width: 1199.98px) {
    .landing-hero {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .landing-display {
        max-width: 31rem;
    }
}

@media (max-width: 991.98px) {
    .landing-hero {
        padding: 5.2rem 0 6rem;
    }

    .landing-hero-copy {
        max-width: none;
    }

    .landing-display {
        max-width: 100%;
        font-size: clamp(2.45rem, 7.4vw, 3.8rem);
    }

    .landing-hero__lede {
        max-width: 34rem;
    }

    .landing-hero__visual {
        padding-left: 0;
    }

    .landing-dashboard {
        transform: none;
    }

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

    .landing-chart {
        height: 15.5rem;
    }

    .landing-trusted {
        padding: 2rem 0;
    }

    .landing-brand-row {
        gap: 1.25rem 2rem;
    }

    .landing-section {
        padding: 4.75rem 0;
    }

    .landing-section-title {
        margin-bottom: 2.75rem;
    }

    .landing-capability+.landing-capability {
        margin-top: 5rem;
    }
}

@media (max-width: 767.98px) {
    .landing-hero {
        padding: 4.2rem 0 5rem;
    }

    .landing-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }

    .landing-display {
        font-size: clamp(2.2rem, 9vw, 3rem);
        line-height: 1.05;
    }

    .landing-display__line {
        white-space: normal;
    }

    .landing-hero__content {
        gap: 1rem !important;
    }

    .landing-hero__lede {
        max-width: none;
        font-size: 1rem;
        line-height: 1.7;
    }

    .landing-hero__actions {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .landing-hero__actions .home-site-button {
        width: 100%;
    }

    .landing-dashboard__topbar,
    .landing-dashboard__body {
        padding-inline: 0.85rem;
    }

    .landing-dashboard__badge {
        font-size: 0.67rem;
        padding: 0.32rem 0.55rem;
    }

    .landing-chart {
        height: 13.5rem;
    }

    .landing-chart__xlabels {
        inset-inline: 0.65rem;
        bottom: 0.55rem;
        font-size: 0.62rem;
    }

    .landing-brand-row i {
        font-size: 1.55rem;
    }

    .landing-section {
        padding: 4rem 0;
    }

    .landing-value-card,
    .landing-visual,
    .landing-visual__inner {
        border-radius: 1.1rem;
    }

    .landing-value-card {
        padding: 1.6rem;
    }

    .landing-visual__inner {
        min-height: 16rem;
        padding: 1.15rem;
    }

    .landing-chart-card {
        min-height: 13rem;
    }

    .landing-forecast {
        min-height: 11rem;
    }

    .landing-forecast__rail {
        left: 1rem;
        right: 1rem;
    }

    .landing-capability+.landing-capability {
        margin-top: 4rem;
    }

}

@media (max-width: 575.98px) {
    .landing-hero {
        padding-top: 3.85rem;
        padding-bottom: 4.5rem;
    }

    .landing-kicker {
        width: 100%;
        justify-content: center;
    }

    .landing-metric {
        padding: 0.78rem 0.8rem 0.82rem;
    }

    .landing-metric__value {
        font-size: 1.35rem;
    }

    .landing-trusted__label {
        font-size: 0.64rem;
        letter-spacing: 0.12em;
    }

    .landing-brand-row {
        gap: 1rem 1.35rem;
    }

    .landing-brand-row i {
        font-size: 1.38rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    html.home-site-animations-ready .landing-animate-fade-up,
    html.home-site-animations-ready .landing-animate-fade-up.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
