.home-page .nav-container,
.home-page main .container,
.home-page .footer .container {
    max-width: var(--site-max-width);
    width: 100%;
    padding-inline: var(--site-gutter);
}

.home-page .section {
    padding: clamp(44px, 6vw, 68px) 0;
}

.home-page .section-sm {
    padding: clamp(22px, 3vw, 34px) 0;
}

.home-page .hero.hero-home {
    padding: clamp(14px, 2.6vw, 26px) 0 clamp(38px, 5vw, 58px);
    background:
        radial-gradient(circle at top left, rgba(15, 61, 62, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(230, 122, 76, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}

.hero-home .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(24px, 3vw, 44px);
    align-items: start;
}

.hero-home .hero-text {
    display: grid;
    gap: 14px;
}

.hero-home .badge {
    margin-bottom: 0;
    width: fit-content;
}

.hero-home .hero-platform-badge {
    padding: 7px 14px;
    border: 1px solid rgba(15, 61, 62, 0.12);
    box-shadow: 0 10px 24px rgba(15, 61, 62, 0.05);
}

.hero-home .hero-heading-mobile,
.hero-home .hero-summary-mobile {
    display: none;
}

.hero-home .hero-heading {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
    max-width: 30ch;
}

.hero-home .hero-heading-styled {
    display: grid;
    gap: 0.14em;
    max-width: 30ch;
}

.hero-home .hero-heading-line {
    display: block;
}

.hero-home .hero-heading-line-lg {
    font-size: 1em;
    line-height: 1.12;
}

.hero-home .hero-summary {
    margin: 0;
    max-width: 58ch;
    font-size: clamp(0.98rem, 1.3vw, 1.12rem);
    line-height: 1.68;
}

.hero-home .hero-buttons {
    gap: 14px;
}

.hero-home .hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.hero-home .hero-proof li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--gray-600);
    font-size: 0.92rem;
    font-weight: 500;
}

.hero-home .hero-proof i {
    color: var(--primary);
}

.hero-home .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 6px;
}

.hero-home .hero-metrics-mobile {
    display: none;
}

.hero-metric {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--gray-200);
    box-shadow: 0 16px 32px rgba(15, 61, 62, 0.05);
}

.hero-metric strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.08rem;
    line-height: 1.1;
    color: var(--gray-900);
}

.hero-metric span {
    display: block;
    color: var(--gray-500);
    font-size: 0.84rem;
    line-height: 1.42;
}

.hero-stage {
    padding: clamp(18px, 2vw, 24px);
    border-radius: 32px;
    background: var(--white);
    border: 1px solid rgba(228, 231, 236, 0.95);
    box-shadow: 0 24px 48px rgba(15, 61, 62, 0.1);
}

.hero-stage-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hero-stage-top strong {
    display: block;
    color: var(--gray-900);
    font-size: 1.05rem;
}

.hero-stage-top span {
    display: block;
    color: var(--gray-500);
    font-size: 0.84rem;
    margin-top: 4px;
}

.hero-stage-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.hero-stage-pill i {
    color: var(--accent);
}

.hero-dashboard {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    background: linear-gradient(180deg, #fbfcfc 0%, #f6f9fb 100%);
}

.hero-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
}

.hero-dashboard-dots {
    display: flex;
    gap: 8px;
}

.hero-dashboard-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.hero-dashboard-dots span:nth-child(1) {
    background: #ff5f56;
}

.hero-dashboard-dots span:nth-child(2) {
    background: #ffbd2e;
}

.hero-dashboard-dots span:nth-child(3) {
    background: #27c93f;
}

.hero-dashboard-label {
    color: var(--gray-500);
    font-size: 0.82rem;
    font-weight: 500;
}

.hero-dashboard-body {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: clamp(290px, 31vw, 348px);
}

.hero-dashboard-side {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 20px 16px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.hero-dashboard-nav-item {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-dashboard-nav-item.is-active {
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.hero-dashboard-main {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 16px;
}

.hero-dashboard-banner {
    min-height: 82px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 61, 62, 0.1), rgba(230, 122, 76, 0.16));
    border: 1px solid rgba(15, 61, 62, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 16px;
}

.hero-dashboard-banner-copy {
    display: grid;
    gap: 6px;
}

.hero-dashboard-banner-copy strong {
    color: var(--gray-900);
    font-size: 0.98rem;
}

.hero-dashboard-banner-copy span {
    color: var(--gray-600);
    font-size: 0.82rem;
    line-height: 1.45;
    max-width: 34ch;
}

.hero-dashboard-banner-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.hero-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hero-dashboard-card {
    min-height: 96px;
    border-radius: 18px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    padding: 14px;
    display: grid;
    align-content: start;
    gap: 8px;
}

.hero-dashboard-card strong {
    color: var(--gray-900);
    font-size: 0.9rem;
}

.hero-dashboard-card span {
    color: var(--gray-500);
    font-size: 0.78rem;
}

.hero-dashboard-card em {
    color: var(--primary);
    font-style: normal;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.1;
}

.hero-dashboard-panel {
    border-radius: 18px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    padding: 12px 14px;
}

.hero-dashboard-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.hero-dashboard-panel-head strong {
    color: var(--gray-900);
    font-size: 0.88rem;
}

.hero-dashboard-panel-head span {
    color: var(--gray-500);
    font-size: 0.76rem;
}

.hero-dashboard-lines {
    display: grid;
    gap: 10px;
}

.hero-dashboard-lines span {
    height: 13px;
    border-radius: 999px;
    background: var(--gray-200);
}

.hero-dashboard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--gray-500);
    font-size: 0.74rem;
    font-weight: 600;
}

.brand-strip {
    background: var(--gray-50);
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
}

.brand-strip-label {
    margin: 0 0 14px;
    text-align: center;
    color: var(--gray-500);
    font-size: 0.94rem;
}

.brand-strip-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.brand-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--gray-200);
    color: var(--gray-400);
    font-size: clamp(0.96rem, 1.35vw, 1.12rem);
    font-weight: 600;
    text-align: center;
}

.audience-card {
    height: 100%;
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 22px 20px;
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(15, 61, 62, 0.05);
}

.audience-card p {
    margin-bottom: 0;
    color: var(--gray-500);
    line-height: 1.62;
}

.audience-card h3 {
    margin-bottom: 0;
}

.audience-grid,
.gains-grid {
    align-items: stretch;
    gap: 18px;
}

.section-audience,
.section-gains {
    padding-top: clamp(42px, 5.6vw, 60px);
    padding-bottom: clamp(42px, 5.6vw, 60px);
}

.section-trust {
    padding-top: clamp(36px, 4.6vw, 48px);
    padding-bottom: clamp(32px, 4.2vw, 42px);
}

.section-home-cta {
    padding-top: clamp(40px, 5vw, 54px);
    padding-bottom: clamp(42px, 5.2vw, 58px);
}

.benefits-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: clamp(22px, 3.2vw, 40px);
    align-items: stretch;
}

@media (min-width: 1800px) {
    .hero-home .hero-content {
        grid-template-columns: minmax(0, 1.14fr) minmax(460px, 0.86fr);
        gap: clamp(40px, 4vw, 72px);
    }

    .hero-home .hero-heading {
        max-width: 13ch;
    }

    .hero-home .hero-summary {
        max-width: 64ch;
    }
}

.benefits-copy {
    display: grid;
    gap: 14px;
}

.benefits-copy > p:last-of-type {
    margin-bottom: 0;
    max-width: 58ch;
}

.benefits-list {
    display: grid;
    gap: 10px;
}

.benefit-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(228, 231, 236, 0.95);
    box-shadow: 0 14px 26px rgba(15, 61, 62, 0.04);
}

.benefit-item p,
.benefit-item h4 {
    margin-bottom: 0;
}

.benefit-item h4 {
    margin-bottom: 6px;
}

.benefit-item p {
    color: var(--gray-500);
}

.benefits-panel {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 24px;
    border-radius: 30px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    box-shadow: var(--shadow-xl);
    color: var(--white);
}

.benefits-panel h3,
.benefits-panel p {
    color: inherit;
    margin-bottom: 0;
}

.benefits-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.benefits-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.benefits-stat {
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.benefits-stat strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.88rem;
    line-height: 1;
}

.benefits-stat span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2px;
}

.section-audience .section-title,
.section-gains .section-title,
.section-home-cta .section-title,
.section-trust .section-title {
    margin-bottom: 22px;
}

.section-title-compact {
    margin-bottom: 16px;
}

.trust-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.trust-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--gray-200);
    color: var(--gray-700);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
}

.trust-chip i {
    color: var(--primary);
    flex: 0 0 auto;
}

.section-cta-actions {
    gap: 12px;
}

.section-audience,
.section-gains,
.section-trust,
.section-home-cta {
    position: relative;
}

.section-audience .section-title,
.section-gains .section-title,
.section-trust .section-title,
.section-home-cta .section-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-audience .section-title p,
.section-gains .section-title p,
.section-trust .section-title p,
.section-home-cta .section-title p {
    max-width: 62ch;
    margin-left: auto;
    margin-right: auto;
}

.section-home-cta .container,
.section-trust .container {
    max-width: 1080px;
}

.section-cta-actions {
    justify-content: center;
}

.benefits-actions .btn-outline {
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--white);
}

.benefits-actions .btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
    .hero-home .hero-content,
    .benefits-shell {
        grid-template-columns: 1fr;
    }

    .hero-home .hero-heading,
    .hero-home .hero-summary {
        max-width: none;
    }

    .hero-home .hero-heading-styled {
        max-width: none;
    }


    .hero-stage {
        max-width: 760px;
    }

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

@media (max-width: 960px) {
    .brand-strip-list,
    .hero-home .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-dashboard-body {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .home-page .nav-container,
    .home-page main .container,
    .home-page .footer .container {
        width: 100%;
        padding-inline: var(--site-gutter-mobile);
    }

    .home-page .section {
        padding: 38px 0;
    }

    .home-page .section-sm {
        padding: 20px 0;
    }

    .hero-home .hero-content {
        gap: 15px;
    }

    .home-page .hero.hero-home {
        padding: 15px 0 28px;
    }

    .hero-home .hero-text {
        gap: 9px;
    }

    .hero-home .badge {
        margin-bottom: 0;
    }

    .hero-home .hero-platform-badge {
        padding: 5px 11px;
        font-size: 0.72rem;
        letter-spacing: 0.01em;
    }

    .hero-home .hero-heading,
    .hero-home .hero-heading-styled {
        max-width: 16ch;
    }

    .hero-home .hero-heading {
        font-size: clamp(1.62rem, 5.7vw, 1.88rem);
        line-height: 1.08;
        letter-spacing: -0.038em;
    }

    .hero-home .hero-heading-styled {
        display: block;
        max-width: 16ch;
    }

    .hero-home .hero-heading-desktop,
    .hero-home .hero-summary-desktop {
        display: none;
    }

    .hero-home .hero-heading-mobile,
    .hero-home .hero-summary-mobile {
        display: block;
    }

    .hero-home .hero-summary {
        max-width: 37ch;
        font-size: 0.95rem;
        line-height: 1.58;
        color: var(--gray-500);
    }

    .hero-home .hero-buttons,
    .benefits-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
    }

    .hero-home .hero-buttons {
        margin-top: 2px;
    }

    .hero-home .hero-buttons .btn,
    .benefits-actions .btn {
        width: 100%;
        min-height: 52px;
    }

    .hero-home .hero-proof {
        display: grid;
        gap: 6px;
        margin-top: 0;
    }

    .hero-home .hero-proof li {
        gap: 8px;
        align-items: flex-start;
        font-size: 0.88rem;
        line-height: 1.42;
        color: var(--gray-600);
    }

    .hero-home .hero-proof i {
        margin-top: 0.18rem;
    }

    .hero-home .hero-proof li:nth-child(3) {
        display: none;
    }

    .hero-home .hero-metrics-inline {
        display: none;
    }

    .hero-home .hero-metrics-mobile {
        display: grid;
        gap: 8px;
        margin-top: 10px;
    }

    .hero-home .hero-metrics-inline,
    .hero-home .hero-metrics {
        gap: 8px;
    }

    .hero-metric {
        display: grid;
        grid-template-columns: minmax(94px, 108px) minmax(0, 1fr);
        gap: 11px;
        align-items: start;
        padding: 12px 14px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 251, 0.96));
        box-shadow: 0 12px 24px rgba(15, 61, 62, 0.045);
    }

    .hero-metric strong {
        margin-bottom: 0;
        font-size: 1.02rem;
        line-height: 1.12;
    }

    .hero-metric span {
        font-size: 0.88rem;
        line-height: 1.42;
        color: var(--gray-500);
    }

    .hero-stage {
        padding: 12px;
        border-radius: 22px;
    }

    .hero-stage-top {
        margin-bottom: 8px;
    }

    .hero-stage-top strong {
        font-size: 0.96rem;
    }

    .hero-stage-top span {
        font-size: 0.8rem;
        line-height: 1.42;
        max-width: 36ch;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .hero-stage-pill {
        padding: 7px 10px;
        font-size: 0.74rem;
    }

    .hero-home .hero-metrics,
    .brand-strip-list,
    .trust-chip-grid {
        grid-template-columns: 1fr;
    }

    .hero-dashboard {
        border-radius: 21px;
    }

    .hero-dashboard-head {
        padding: 10px 11px;
    }

    .hero-dashboard-label {
        display: none;
    }

    .hero-dashboard-body {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-dashboard-side {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 10px 10px 8px;
    }

    .hero-dashboard-nav-item:nth-child(n + 4) {
        display: none;
    }

    .hero-dashboard-nav-item {
        min-height: 30px;
        padding: 0 9px;
        font-size: 0.73rem;
        border-radius: 10px;
    }

    .hero-dashboard-main {
        gap: 6px;
        padding: 10px;
    }

    .hero-dashboard-banner,
    .hero-dashboard-foot,
    .hero-dashboard-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-dashboard-banner {
        min-height: 0;
        gap: 5px;
        padding: 11px;
        border-radius: 15px;
    }

    .hero-dashboard-banner-copy strong {
        font-size: 0.88rem;
    }

    .hero-dashboard-banner-copy span {
        display: none;
    }

    .hero-dashboard-banner-copy {
        gap: 0;
    }

    .hero-dashboard-banner-copy strong,
    .hero-dashboard-card strong,
    .hero-dashboard-panel-head strong {
        letter-spacing: -0.01em;
    }

    .hero-dashboard-banner-pill {
        min-height: 28px;
        padding-inline: 10px;
        font-size: 0.72rem;
    }

    .hero-dashboard-grid {
        gap: 8px;
    }

    .hero-dashboard-card {
        min-height: 74px;
        padding: 11px;
        border-radius: 14px;
        gap: 3px;
    }

    .hero-dashboard-card strong {
        font-size: 0.84rem;
    }

    .hero-dashboard-card span {
        display: none;
    }

    .hero-dashboard-card em {
        font-size: 1rem;
    }

    .hero-dashboard-panel {
        padding: 11px;
        border-radius: 14px;
    }

    .hero-dashboard-panel-head {
        gap: 4px;
        margin-bottom: 7px;
    }

    .hero-dashboard-panel-head span {
        display: none;
    }

    .hero-dashboard-lines {
        gap: 6px;
    }

    .hero-dashboard-lines span {
        height: 8px;
    }

    .brand-strip {
        margin-top: 0;
    }

    .brand-strip-label {
        margin-bottom: 8px;
        font-size: 0.84rem;
        line-height: 1.4;
    }

    .brand-strip-list {
        gap: 8px;
    }

    .brand-chip {
        justify-content: center;
        min-height: 48px;
        padding: 11px 14px;
        border-radius: 16px;
        font-size: 0.86rem;
        color: var(--gray-600);
        text-align: center;
    }

    .section-audience,
    .section-gains,
    .section-trust,
    .section-home-cta,
    .section-operations {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section-audience .section-title,
    .section-gains .section-title,
    .section-trust .section-title,
    .section-home-cta .section-title {
        margin-bottom: 17px;
    }

    .audience-grid,
    .gains-grid,
    .benefits-list {
        gap: 11px;
    }

    .audience-card {
        gap: 11px;
        padding: 17px 15px;
    }

    .benefits-shell {
        gap: 16px;
    }

    .benefits-copy {
        gap: 11px;
    }

    .benefit-item {
        gap: 11px;
        padding: 15px;
    }

    .benefits-panel {
        gap: 13px;
        padding: 18px;
        border-radius: 22px;
    }

    .benefits-stats {
        gap: 9px;
    }

    .benefits-stat {
        padding: 13px 12px;
        border-radius: 16px;
    }

    .trust-chip-grid {
        gap: 10px;
    }

    .trust-chip {
        padding: 13px 15px;
        font-size: 0.92rem;
    }

    .section-cta-actions {
        gap: 10px;
    }

    .hero-dashboard-foot {
        display: none;
    }

    .section-audience .section-title h2,
    .section-gains .section-title h2,
    .section-trust .section-title h2,
    .section-home-cta .section-title h2,
    .benefits-copy h2,
    .benefits-panel h3 {
        margin-bottom: 0.75rem;
    }

    .section-audience .section-title p,
    .section-gains .section-title p,
    .section-trust .section-title p,
    .section-home-cta .section-title p,
    .benefits-copy > p:last-of-type,
    .benefits-panel > p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .audience-grid,
    .gains-grid {
        gap: 12px;
    }

    .audience-card {
        gap: 12px;
        padding: 18px 16px;
        border-radius: 20px;
        box-shadow: 0 14px 28px rgba(15, 61, 62, 0.04);
    }

    .audience-card .card-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
        border-radius: 15px;
        font-size: 1.15rem;
    }

    .audience-card h3 {
        font-size: 1.04rem;
        line-height: 1.3;
    }

    .audience-card p {
        font-size: 0.92rem;
        line-height: 1.56;
    }

    .section-audience .audience-card,
    .section-gains .audience-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .benefits-shell {
        gap: 18px;
    }

    .benefits-copy {
        gap: 12px;
    }

    .benefits-list {
        gap: 12px;
    }

    .benefit-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 20px;
    }

    .benefit-item h4 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .benefit-item p {
        font-size: 0.94rem;
        line-height: 1.56;
    }

    .benefit-item .feature-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 1rem;
    }

    .benefits-panel {
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .benefits-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .benefits-stat {
        min-height: 118px;
        padding: 14px 13px;
        border-radius: 18px;
    }

    .benefits-stat span {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .trust-chip {
        align-items: flex-start;
        padding: 14px 16px;
        font-size: 0.94rem;
    }

    .trust-chip i {
        margin-top: 0.2rem;
    }

    .section-cta-actions {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .home-page .hero.hero-home {
        padding-bottom: 28px;
    }

    .hero-stage-top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
    }

    .hero-stage-top > div {
        width: 100%;
        min-width: 0;
    }

    .hero-stage-pill {
        max-width: 100%;
        white-space: normal;
        align-self: flex-start;
    }

    .hero-home .hero-heading,
    .hero-home .hero-heading-styled {
        max-width: 15ch;
    }

    .hero-home .hero-summary {
        max-width: 34ch;
        font-size: 0.93rem;
        line-height: 1.56;
    }

    .hero-home .hero-platform-badge {
        font-size: 0.69rem;
        padding: 5px 10px;
    }

    .hero-metric {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .hero-home .hero-metrics-mobile {
        margin-top: 8px;
    }

    .hero-dashboard-head {
        padding: 10px 11px;
    }

    .hero-dashboard-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 9px 9px 7px;
    }

    .hero-dashboard-main {
        padding: 9px;
    }

    .hero-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .hero-dashboard-nav-item:nth-child(3) {
        display: none;
    }

    .hero-dashboard-banner-copy strong {
        font-size: 0.84rem;
    }

    .hero-dashboard-card em {
        font-size: 0.94rem;
    }

    .brand-chip {
        min-height: 46px;
        font-size: 0.84rem;
    }

    .section-audience,
    .section-gains,
    .section-trust,
    .section-home-cta,
    .section-operations {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .audience-card {
        padding: 16px 14px;
    }

    .audience-card .card-icon {
        width: 44px;
        height: 44px;
        font-size: 1.05rem;
    }

    .audience-card h3 {
        font-size: 1rem;
    }

    .audience-card p {
        font-size: 0.9rem;
    }

    .benefit-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .benefit-item .feature-icon {
        width: 42px;
        height: 42px;
    }

    .benefits-panel {
        padding: 17px 15px;
    }

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

    .benefits-stat {
        min-height: 0;
    }
}
