.home-analytics-landing {
    background:
        radial-gradient(circle at 10% 8%, rgba(37, 99, 235, 0.12), transparent 28rem),
        radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.10), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 46%, #ffffff 100%);
}

.ha-landing {
    color: var(--color-navy);
    overflow: hidden;
}

.ha-hero {
    padding: 28px 0 18px;
}

.ha-hero__grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
}

.ha-eyebrow {
    color: var(--color-blue);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.ha-hero h1 {
    color: var(--color-navy);
    font-size: clamp(2.85rem, 3.65vw, 4rem);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0 0 16px;
    max-width: 680px;
}

.ha-hero h1 span {
    color: var(--color-blue);
    display: block;
}

.ha-hero__copy {
    color: #1f2d45;
    margin: 0;
    max-width: 620px;
}

.ha-hero__copy {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.42;
    margin-bottom: 20px;
}

.ha-feature-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 0 22px;
    max-width: 680px;
}

.ha-feature {
    align-items: center;
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.ha-feature__icon,
.ha-trust__icon {
    align-items: center;
    background: #eff6ff;
    border: 1px solid #cfe0f8;
    border-radius: 999px;
    color: var(--color-blue);
    display: inline-flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.ha-feature:nth-child(2) .ha-feature__icon {
    background: #eef7ff;
    border-color: #c7ddff;
    color: #0f6bf2;
}

.ha-feature:nth-child(3) .ha-feature__icon {
    background: #f5efff;
    border-color: #dfcdfc;
    color: #6d28d9;
}

.ha-feature:nth-child(4) .ha-feature__icon {
    background: #fff4e8;
    border-color: #fed7aa;
    color: #ea580c;
}

.ha-feature:nth-child(5) .ha-feature__icon {
    background: #fffbeb;
    border-color: #fde68a;
    color: #b7791f;
}

.ha-feature__icon svg,
.ha-trust__icon svg {
    height: 26px;
    width: 26px;
}

.ha-feature strong {
    color: var(--color-navy);
    display: block;
    font-size: 0.82rem;
    line-height: 1.16;
}

.ha-mobile-bullets {
    display: none;
}

.ha-preview {
    position: relative;
}

.ha-report-preview {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(203, 213, 225, 0.88);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.20);
    margin-left: auto;
    max-width: 650px;
    padding: 22px;
    position: relative;
}

.ha-report-preview::before {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.16), rgba(255, 255, 255, 0));
    border-radius: 18px 18px 0 0;
    content: "";
    height: 58px;
    inset: 0 0 auto;
    position: absolute;
}

.ha-report-preview__top {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.ha-report-preview__top h2 {
    color: var(--color-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.ha-report-preview__hero {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 150px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.ha-report-preview__hero img {
    aspect-ratio: 16 / 7.5;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ha-verdict {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    display: grid;
    justify-items: center;
    padding: 18px 10px;
    text-align: center;
}

.ha-verdict span {
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ha-verdict strong {
    color: #168a2f;
    display: block;
    font-size: 2.15rem;
    line-height: 1;
    margin: 7px 0 6px;
}

.ha-verdict p {
    color: #168a2f;
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0;
}

.ha-report-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    z-index: 1;
}

.ha-report-metric {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    display: grid;
    gap: 7px;
    min-height: 112px;
    padding: 14px;
    text-align: center;
}

.ha-report-metric span {
    color: var(--color-navy);
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
}

.ha-report-metric strong {
    color: #168a2f;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}

.ha-report-metric small {
    color: #475569;
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
}

.ha-ring {
    align-items: center;
    border: 6px solid #63c174;
    border-radius: 999px;
    display: inline-flex !important;
    height: 62px;
    justify-content: center;
    justify-self: center;
    width: 62px;
}

.ha-stars {
    color: #f5b21b !important;
    font-size: 1.26rem !important;
    letter-spacing: 0;
}

.ha-mini-chart {
    align-items: end;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, 1fr);
    height: 34px;
}

.ha-mini-chart i {
    background: #22a447;
    border-radius: 999px 999px 0 0;
    display: block;
}

.ha-mini-chart i:nth-child(1) { height: 28%; }
.ha-mini-chart i:nth-child(2) { height: 46%; }
.ha-mini-chart i:nth-child(3) { height: 38%; }
.ha-mini-chart i:nth-child(4) { height: 62%; }
.ha-mini-chart i:nth-child(5) { height: 86%; }

.ha-report-metric .is-positive {
    background: #e8f7ec;
    border: 1px solid #c9eed4;
    border-radius: 999px;
    color: #168a2f;
    justify-self: center;
    padding: 13px 15px;
}

.ha-offer-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(203, 213, 225, 0.94);
    border-radius: 14px;
    box-shadow: 0 22px 54px rgba(37, 99, 235, 0.14);
    display: grid;
    gap: 34px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(210px, 0.42fr) 1px minmax(300px, 0.58fr) minmax(360px, 0.78fr);
    justify-self: stretch;
    max-width: none;
    padding: 26px 34px;
    width: 100%;
}

.ha-offer-card__price,
.ha-offer-card__code,
.ha-offer-card__action {
    text-align: center;
}

.ha-offer-label {
    color: var(--color-blue);
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ha-price {
    color: var(--color-navy);
    display: block;
    font-size: clamp(3.2rem, 4.7vw, 4.25rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
}

.ha-offer-card__price p,
.ha-offer-card__code p {
    color: var(--color-navy);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.ha-offer-card__code p {
    margin: 0 0 10px;
    text-transform: none;
}

.ha-offer-divider {
    background: #bdd3f4;
    height: 100%;
    min-height: 92px;
}

.ha-promo-pill {
    align-items: stretch;
    border: 1px dashed #8bb9ff;
    border-radius: 10px;
    display: inline-flex;
    min-height: 52px;
    overflow: hidden;
}

.ha-promo-pill strong {
    align-items: center;
    color: var(--color-blue);
    display: inline-flex;
    font-size: 1.36rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0 22px;
}

.ha-promo-pill button {
    background: var(--color-blue);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0 14px;
    text-transform: uppercase;
}

.ha-cta {
    background: linear-gradient(135deg, #0f6bf2, #0648c6);
    border-radius: 9px;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.26);
    color: #ffffff !important;
    display: inline-flex;
    font-size: 1.08rem;
    font-weight: 800;
    justify-content: center;
    min-height: 58px;
    padding: 16px 24px;
    width: 100%;
    white-space: nowrap;
}

.ha-cta:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.ha-microcopy {
    align-items: center;
    color: #475569;
    display: inline-flex;
    font-size: 0.84rem;
    gap: 7px;
    justify-content: center;
    margin: 11px 0 0;
}

.ha-microcopy svg {
    height: 15px;
    width: 15px;
}

.ha-trust {
    padding: 18px 0 48px;
}

.ha-trust__grid {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #dce7f4;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.08);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.ha-trust__item {
    align-items: center;
    border-left: 1px solid #dce7f4;
    display: grid;
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px 20px;
}

.ha-trust__item:first-child {
    border-left: 0;
}

.ha-trust__icon {
    height: 46px;
    width: 46px;
}

.ha-trust__item strong {
    color: var(--color-navy);
    display: block;
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: 3px;
}

.ha-trust__item p {
    color: #475569;
    font-size: 0.78rem;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 1180px) {
    .ha-hero__grid {
        grid-template-columns: 1fr;
    }

    .ha-report-preview,
    .ha-offer-card {
        margin-left: 0;
        max-width: none;
    }

    .ha-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ha-trust__item:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 768px) {
    .ha-hero {
        padding: 18px 0 8px;
    }

    .ha-hero__grid {
        gap: 16px;
    }

    .ha-eyebrow {
        display: none;
    }

    .ha-hero h1 {
        font-size: clamp(2.15rem, 9vw, 2.55rem);
        line-height: 1.03;
        margin-bottom: 8px;
        text-align: center;
    }

    .ha-hero h1 span {
        display: inline;
    }

    .ha-hero__copy {
        font-size: 0.92rem;
        line-height: 1.3;
        margin: 0 auto 6px;
        max-width: 320px;
        text-align: center;
    }

    .ha-feature-row {
        display: none;
    }

    .ha-preview {
        order: 2;
    }

    .ha-hero__content {
        display: contents;
    }

    .ha-report-preview {
        border-radius: 12px;
        box-shadow: 0 18px 42px rgba(37, 99, 235, 0.14);
        margin: 0;
        padding: 9px;
    }

    .ha-report-preview__top {
        display: none;
    }

    .ha-report-preview__top h2 {
        font-size: 0.7rem;
        margin: 0;
    }

    .ha-report-preview__hero {
        gap: 7px;
        grid-template-columns: minmax(0, 1fr) 104px;
        margin-bottom: 7px;
    }

    .ha-report-preview__hero img {
        aspect-ratio: 16 / 7.3;
        border-radius: 9px;
    }

    .ha-verdict {
        border-radius: 9px;
        padding: 8px 5px;
    }

    .ha-verdict span {
        font-size: 0.64rem;
    }

    .ha-verdict strong {
        font-size: 1.4rem;
        margin: 3px 0;
    }

    .ha-verdict p {
        font-size: 0.68rem;
    }

    .ha-report-grid {
        gap: 6px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ha-report-metric {
        border-radius: 8px;
        gap: 3px;
        min-height: 58px;
        padding: 6px 5px;
    }

    .ha-report-metric:nth-child(n+4) {
        display: none;
    }

    .ha-report-metric span {
        font-size: 0.54rem;
    }

    .ha-report-metric strong {
        font-size: 0.96rem;
    }

    .ha-report-metric small {
        font-size: 0.56rem;
    }

    .ha-ring {
        border-width: 4px;
        height: 34px;
        width: 34px;
    }

    .ha-stars {
        font-size: 0.82rem !important;
    }

    .ha-mobile-bullets {
        display: grid;
        gap: 5px;
        list-style: none;
        margin: 0;
        order: 3;
        padding: 0;
    }

    .ha-mobile-bullets li {
        align-items: center;
        color: var(--color-navy);
        display: flex;
        font-size: 0.88rem;
        font-weight: 700;
        gap: 8px;
        line-height: 1.25;
    }

    .ha-mobile-bullets svg {
        background: var(--color-blue);
        border-radius: 999px;
        color: #ffffff;
        flex: 0 0 auto;
        height: 18px;
        padding: 3px;
        width: 18px;
    }

    .ha-offer-card {
        background: linear-gradient(180deg, #0e4ed7 0%, #052b9f 100%);
        border: 0;
        border-radius: 12px;
        box-shadow: 0 18px 42px rgba(5, 43, 159, 0.26);
        color: #ffffff;
        gap: 7px;
        grid-template-columns: 1fr;
        margin-top: 4px;
        order: 4;
        padding: 12px 13px 12px;
    }

    .ha-offer-label,
    .ha-offer-card__price p,
    .ha-offer-card__code p {
        color: #ffffff;
    }

    .ha-offer-label {
        font-size: 0.78rem;
        margin-bottom: 3px;
    }

    .ha-price {
        color: #ffffff;
        font-size: clamp(2.75rem, 13vw, 3.55rem);
    }

    .ha-offer-card__price p {
        font-size: 0.76rem;
        margin-top: 2px;
    }

    .ha-offer-divider {
        display: none;
    }

    .ha-offer-card__code p {
        display: none;
    }

    .ha-promo-pill {
        border-color: rgba(255, 255, 255, 0.78);
        min-height: 34px;
        width: 100%;
    }

    .ha-promo-pill::before {
        align-items: center;
        color: #ffffff;
        content: "Use code:";
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 800;
        padding-left: 12px;
    }

    .ha-promo-pill strong {
        color: #fde047;
        flex: 1;
        font-size: 1rem;
        justify-content: center;
        padding: 0 8px;
    }

    .ha-promo-pill button {
        background: rgba(255, 255, 255, 0.14);
        min-width: 74px;
        padding: 0 10px;
    }

    .ha-cta {
        background: linear-gradient(135deg, #2f7cff, #0648c6);
        box-shadow: 0 12px 24px rgba(37, 99, 235, 0.3);
        font-size: 1rem;
        min-height: 46px;
        padding: 12px 16px;
    }

    .ha-microcopy {
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.78rem;
        margin-top: 8px;
    }

    .ha-trust {
        padding: 12px 0 32px;
    }

    .ha-trust__grid {
        background: transparent;
        border: 0;
        box-shadow: none;
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .ha-trust__item,
    .ha-trust__item:nth-child(odd),
    .ha-trust__item:first-child {
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid #dce7f4;
        border-radius: 10px;
        padding: 12px;
    }
}
