:root {
    --brand: #007ec7;
    --brand-strong: #005fa3;
    --primary-ink: #0f2b46;
    --muted: #64758b;
    --accent: #2a72ff;
    --success: #16a36a;
    --warning: #f59e0b;
    --surface: #f3f8fd;
    --surface-strong: #e4eefb;
    --line-soft: rgba(15, 43, 70, 0.09);
    --shadow-soft: 0 14px 34px rgba(15, 43, 70, 0.08);
    --app-main-max-width: 1680px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--primary-ink);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 58%, #f6f9fc 100%);
}

.app-main-max {
    max-width: var(--app-main-max-width);
    margin-inline: auto;
    width: 100%;
}

body.public-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.brand {
    color: var(--brand);
}

.app-navbar {
    background: rgba(248, 251, 255, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 43, 70, 0.08);
}

.public-page-main {
    flex: 1 0 auto;
}

.public-footer {
    margin-top: auto;
    background: rgba(248, 251, 255, 0.92);
}

.landing-page .public-page-main > nav.app-navbar,
.landing-page > footer.landing-footer:not(.public-footer) {
    display: none;
}

.landing-page .app-main-max {
    max-width: var(--app-main-max-width);
    padding-inline: 1rem;
}

.hero {
    padding: 2.25rem 0 1.25rem;
    overflow: hidden;
}

.hero-shell {
    padding: 0;
}

.lead,
.section-lead,
.cta-copy {
    color: var(--muted);
}

.hero h1 {
    max-width: 720px;
    font-size: 4rem;
    line-height: 1.06;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 680px;
    font-size: 1.08rem;
    line-height: 1.72;
}

.hero-gradient {
    color: transparent;
    background: linear-gradient(105deg, var(--brand), var(--accent) 58%, #16a7d8);
    -webkit-background-clip: text;
    background-clip: text;
}

.badge-dot {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(0, 126, 199, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 28px rgba(15, 43, 70, 0.05);
}

.badge-dot .dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 6px rgba(22, 163, 106, 0.12);
}

.btn-brand,
.btn-primary {
    background: linear-gradient(135deg, var(--brand), var(--brand-strong));
    border: 0;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0, 95, 163, 0.18);
}

.btn-brand:hover,
.btn-brand:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: linear-gradient(135deg, var(--brand-strong), #0d4f8b);
    color: #fff;
}

.hero-metrics {
    margin-top: 1rem;
}

.metric-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    padding: 1.15rem;
    box-shadow: 0 12px 28px rgba(15, 43, 70, 0.05);
    backdrop-filter: blur(10px);
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-strong);
    margin-bottom: 0.35rem;
}

.metric-label {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.45;
}

.crm-stage {
    background: linear-gradient(145deg, #12395d 0%, #0f2944 58%, #0a6aa8 100%);
    color: #fff;
    border-radius: 20px;
    padding: 1.15rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 46px rgba(15, 43, 70, 0.18);
}

.crm-stage::after {
    display: none;
}

.stage-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stage-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.stage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.stage-panel {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.095);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1rem;
    min-height: 156px;
    backdrop-filter: blur(12px);
}

.stage-panel-lg {
    grid-column: span 2;
}

.stage-panel-accent {
    background: linear-gradient(180deg, rgba(42, 114, 255, 0.32), rgba(255, 255, 255, 0.08));
}

.panel-head {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.85rem;
}

.panel-head span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.62);
}

.panel-head strong {
    font-size: 1rem;
    font-weight: 700;
}

.pipeline-bars,
.mini-list {
    display: grid;
    gap: 0.7rem;
}

.pipe-item,
.mini-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.82rem 0.95rem;
    min-width: 0;
}

.pipe-item span,
.mini-list span {
    color: rgba(255, 255, 255, 0.78);
}

.pipe-item strong,
.mini-list strong {
    color: #fff;
    font-size: 1rem;
}

.journey-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.88);
}

.journey-list i {
    color: #9fc5ff;
    margin-top: 0.12rem;
}

.capability-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.35rem;
}

.capability-strip span,
.chip-list span {
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    padding: 0.55rem 0.95rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line-soft);
    box-shadow: 0 8px 18px rgba(15, 43, 70, 0.035);
    font-size: 0.86rem;
    font-weight: 650;
    color: var(--primary-ink);
}

.section {
    padding: 2rem 0;
}

.section-soft {
    background: transparent;
}

.section-heading {
    max-width: 820px;
    margin-bottom: 1.1rem;
}

.section-heading h2 {
    font-size: 2.65rem;
    line-height: 1.12;
    letter-spacing: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feature-card,
.workflow-card,
.audience-card,
.cta-panel,
.box-form,
.auth-side-panel,
.state-card,
.pricing-card,
.feedback-card {
    border-radius: 16px;
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
}

.feature-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 1.45rem;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 126, 199, 0.1), rgba(42, 114, 255, 0.14));
    color: var(--brand-strong);
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.workflow-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 1.45rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.workflow-card::after {
    display: none;
}

.workflow-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 1.2rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(0, 126, 199, 0.18);
}

.workflow-card h3,
.audience-card h3,
.state-card h3,
.feedback-card h3 {
    position: relative;
    z-index: 1;
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
}

.workflow-card p {
    position: relative;
    z-index: 1;
}

.workflow-card p,
.audience-card p,
.state-card p,
.feedback-card p,
.auth-copy,
.pricing-copy {
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.6;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.audience-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 1.4rem;
    backdrop-filter: blur(10px);
}

.cta-bar {
    background: transparent;
}

.cta-panel {
    background: linear-gradient(135deg, #133b63, #0b65b4);
    padding: 2.35rem;
    overflow: hidden;
}

.cta-copy {
    color: rgba(255, 255, 255, 0.82);
}

.landing-footer,
.auth-footer {
    border-top: 1px solid rgba(15, 43, 70, 0.08);
}

.navbar-toggler {
    border: 1px solid rgba(15, 43, 70, 0.12);
    border-radius: 12px;
    padding: 0.45rem 0.7rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.shadow-soft {
    box-shadow: 0 10px 30px rgba(15, 43, 70, 0.08);
}

.nav-link {
    color: var(--primary-ink);
}

.nav-link:hover {
    color: var(--brand);
}

.logo-text {
    font-weight: 800;
    font-size: 1.5rem;
}

.landing-home .row > * {
    margin-top: var(--bs-gutter-y);
}

.landing-home .section.mt-3,
.landing-home .section.mt-md-4 {
    margin-top: 0.25rem !important;
}

.landing-home .section {
    padding: 1.5rem 0;
}

.landing-home .section-heading {
    margin-bottom: 0.7rem;
}

.landing-home .eyebrow {
    margin-bottom: 0.5rem;
}

.landing-home .section .row.mt-1 {
    margin-top: 0 !important;
}

.landing-home .hero-actions .btn,
.landing-home .cta-actions .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding-inline: 1.15rem;
}

.landing-home .btn-outline-secondary {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 43, 70, 0.16);
    color: var(--primary-ink);
}

.landing-home .btn-outline-secondary:hover,
.landing-home .btn-outline-secondary:focus {
    background: #fff;
    border-color: rgba(0, 126, 199, 0.35);
    color: var(--brand-strong);
}

.landing-home .hero .stage-panel-accent {
    display: none;
}

.landing-home .hero .stage-panel {
    min-height: 0;
}

.landing-home .hero .pipeline-bars,
.landing-home .hero .mini-list {
    gap: 0.5rem;
}

.landing-home .hero .pipe-item,
.landing-home .hero .mini-list div {
    padding: 0.62rem 0.75rem;
}

.auth-main {
    padding: 2.5rem 0 4rem;
}

.auth-shell,
.landing-shell {
    display: grid;
    /*grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);*/
    gap: 1.5rem;
    align-items: stretch;
}

.auth-side-panel,
.landing-side-panel {
    background: linear-gradient(160deg, #133b63 0%, #0b65b4 100%);
    color: #fff;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.auth-side-panel::after,
.landing-side-panel::after {
    content: "";
    position: absolute;
    inset: auto -90px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 65%);
}

.auth-side-panel > *,
.landing-side-panel > * {
    position: relative;
    z-index: 1;
}

.auth-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.auth-panel-badge i {
    font-size: 0.9rem;
}

.auth-side-panel h1,
.auth-side-panel h2,
.landing-side-panel h1,
.landing-side-panel h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.auth-side-panel .auth-copy,
.landing-side-panel .auth-copy {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.auth-feature-list,
.auth-stats,
.pricing-points,
.feedback-list {
    display: grid;
    gap: 0.8rem;
}

.auth-feature-item,
.auth-stat-item,
.pricing-point,
.feedback-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 0.95rem 1rem;
}

.auth-feature-item strong,
.feedback-item strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
}

.auth-feature-item span,
.feedback-item span,
.auth-stat-item span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.auth-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.auth-stat-item strong {
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.box-form {
    padding: 2rem;
    width: auto;
    max-width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.96);
}

.box-form.box-form-wide {
    max-width: 100%;
}

.box-form .form-caption {
    color: var(--muted);
    margin-bottom: 1.25rem;
}

.auth-links {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: center;
    margin-top: 1rem;
}

.form-control:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 0.18rem rgba(0, 126, 199, 0.12);
}

.toggle-password-btn {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 0;
    background: transparent;
    color: #7d8da3;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
}

.toggle-password-btn:hover {
    color: var(--brand);
    background: rgba(0, 126, 199, 0.08);
}

.state-section,
.feedback-section {
    padding: 3rem 0 4rem;
}

.state-layout,
.feedback-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    max-width: 720px;
    margin: 0 auto;
}

.state-card,
.feedback-card {
    background: rgba(255, 255, 255, 0.96);
    padding: 2rem;
    text-align: center;
}

.state-icon,
.feedback-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
}

.state-icon.success,
.feedback-icon.success {
    background: rgba(15, 158, 123, 0.12);
    color: #0f9e7b;
}

.state-icon.danger,
.feedback-icon.danger {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.state-actions,
.feedback-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.auth-option-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
}

.auth-option {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 43, 70, 0.08);
}

.auth-option .form-check-input {
    margin-top: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 1.6rem;
    position: relative;
}

.pricing-tier-copy {
    min-height: 2.8rem;
}

.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    line-height: 1.55;
}

.pricing-list i {
    margin-top: 0.18rem;
}

.plan-mobile-note {
    display: none;
    margin-top: 1rem;
}

.pricing-card.featured {
    border-color: rgba(42, 114, 255, 0.25);
    transform: translateY(-8px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 1.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-ink);
}

.pricing-price span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--muted);
}

nav .active.nav-link {
    background: #d9e6ff;
    border-radius: 8px;
    color: #0047ad !important;
}

nav .nav-link:hover {
    background: #d9e6ff;
    border-radius: 8px;
}

#alert,
#alert-failure,
#alert-success {
    position: fixed;
    top: 50px;
    left: calc((100vw - 680px) / 2);
    width: 680px;
    z-index: 9999;
    text-align: center;
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 3.35rem;
    }

    .section-heading h2 {
        font-size: 2.3rem;
    }

    .workflow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .public-navbar .navbar-collapse {
        margin-top: 0.85rem;
        padding: 1rem;
        border: 1px solid rgba(15, 43, 70, 0.08);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 40px rgba(15, 43, 70, 0.08);
    }

    .public-navbar .navbar-nav {
        align-items: stretch !important;
        gap: 0.5rem;
    }

    .public-navbar .nav-item {
        text-align: left !important;
    }

    .public-navbar .btn {
        width: 100%;
        justify-content: center;
    }

    .hero {
        padding: 2rem 0 1rem;
    }

    .hero-shell {
        padding: 0;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-visual-col {
        margin-top: 0.5rem;
    }

    .stage-grid,
    .audience-grid,
    .workflow-grid,
    .pricing-grid,
    .auth-shell,
    .landing-shell {
        grid-template-columns: 1fr;
    }

    .stage-panel-lg {
        grid-column: span 1;
    }

    .auth-side-panel,
    .landing-side-panel {
        order: -1;
    }

    .plan-side-panel {
        padding: 1.5rem;
    }

    .plan-heading {
        margin-bottom: 1.25rem !important;
    }

    .auth-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #alert,
    #alert-failure,
    #alert-success {
        left: 1rem;
        right: 1rem;
        width: auto;
    }

    .section,
    .auth-main,
    .state-section,
    .feedback-section {
        padding: 2.75rem 0;
    }

    .landing-home .section {
        padding: 1.75rem 0;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .hero-copy {
        font-size: 1rem;
        line-height: 1.62;
    }
}

@media (max-width: 576px) {
    #alert,
    #alert-failure,
    #alert-success {
        top: 1rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
    }

    .hero-shell,
    .feature-card,
    .workflow-card,
    .audience-card,
    .cta-panel,
    .crm-stage,
    .box-form,
    .auth-side-panel,
    .landing-side-panel,
    .state-card,
    .pricing-card,
    .feedback-card {
        border-radius: 16px;
    }

    .landing-page .app-main-max {
        padding-inline: 0.875rem;
    }

    .hero {
        padding: 1.5rem 0 0.75rem;
    }

    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.14;
    }

    .badge-dot {
        align-items: flex-start;
        border-radius: 14px;
        padding: 0.55rem 0.7rem;
    }

    .hero-actions .btn,
    .cta-actions .btn {
        width: 100%;
    }

    .metric-card,
    .feature-card,
    .workflow-card,
    .audience-card {
        padding: 1rem;
    }

    .hero-metrics {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
        margin-top: 0.25rem;
    }

    .landing-home .hero-metrics .col-12 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .metric-card {
        min-height: 96px;
        padding: 0.8rem;
    }

    .metric-value {
        font-size: 1.2rem;
    }

    .metric-label {
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .stage-grid,
    .audience-grid,
    .workflow-grid,
    .pricing-grid,
    .auth-stat-grid {
        grid-template-columns: 1fr;
    }

    .stage-panel-lg {
        grid-column: span 1;
    }

    .crm-stage {
        padding: 0.85rem;
        border-radius: 16px;
    }

    .stage-topbar {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .stage-topbar::-webkit-scrollbar,
    .capability-strip::-webkit-scrollbar {
        display: none;
    }

    .stage-pill {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .stage-panel {
        min-height: 0;
        padding: 0.85rem;
        border-radius: 14px;
    }

    .pipe-item,
    .mini-list div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .landing-home .hero .stage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-home .hero .stage-panel-lg {
        grid-column: span 2;
    }

    .landing-home .hero .pipe-item,
    .landing-home .hero .mini-list div {
        align-items: center;
        flex-direction: row;
    }

    .landing-home .hero .pipe-item strong {
        max-width: 58%;
        text-align: right;
    }

    .landing-home .hero .mini-list span {
        font-size: 0.82rem;
    }

    .capability-strip {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        margin-inline: -0.875rem;
        padding-inline: 0.875rem;
        padding-bottom: 0.35rem;
        scrollbar-width: none;
    }

    .capability-strip span {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .section {
        padding: 2.35rem 0;
    }

    .section-heading {
        margin-bottom: 0.75rem;
    }

    .landing-home .section {
        padding: 1.5rem 0;
    }

    .landing-home .section-heading {
        margin-bottom: 0.55rem;
    }

    .section-heading h2 {
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .feature-card {
        gap: 0.8rem !important;
    }

    .feature-icon {
        width: 2.45rem;
        height: 2.45rem;
        flex-basis: 2.45rem;
    }

    .cta-panel {
        padding: 1.25rem;
    }

    .plan-section {
        padding-top: 2rem;
    }

    .plan-content {
        margin-top: 0.25rem;
    }

    .pricing-card {
        padding: 1.25rem;
    }

    .pricing-badge {
        left: 1rem;
        top: -10px;
    }

    .pricing-price {
        font-size: 1.7rem;
    }

    .pricing-price span {
        display: block;
        margin-top: 0.15rem;
    }

    .pricing-tier-copy {
        min-height: 0;
    }

    .pricing-list li {
        font-size: 0.92rem;
    }

    .plan-mobile-note {
        display: block;
    }

    .state-actions,
    .feedback-actions {
        flex-direction: column;
    }

    .public-footer {
        padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    }
}
