:root {
    --landing-navy: #0F172A;
    --landing-navy-light: #111827;
    --landing-teal: #0F766E;
    --landing-cyan: #14B8A6;
    --landing-mint: #5EEAD4;
    --landing-green: #84CC16;
    --landing-blue: #3B82F6;
    --landing-bg: #F8FAFC;
    --landing-text: #0F172A;
    --landing-muted: #64748B;
    --landing-border: #E2E8F0;
    --landing-radius: 1rem;
    --landing-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    --landing-header-offset: 5.5rem;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--landing-header-offset);
}

body.landing-body {
    margin: 0;
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
    color: var(--landing-text);
    background: #fff;
}

.landing-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--landing-border);
}

.landing-header .navbar {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.landing-logo {
    height: 52px;
    width: auto;
}

.landing-header .nav-link {
    color: var(--landing-muted);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0.85rem !important;
}

.landing-header .nav-link:hover {
    color: var(--landing-navy);
}

.navbar-toggler {
    border: none;
    padding: 0.35rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-landing-primary {
    background: linear-gradient(135deg, var(--landing-cyan), var(--landing-teal));
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-landing-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.35);
}

.btn-landing-outline {
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    background: transparent;
}

.btn-landing-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.landing-header .btn-landing-outline,
.landing-legal .btn-landing-outline,
.landing-pricing-card .btn-landing-outline {
    border-color: var(--landing-border);
    color: var(--landing-navy);
}

.landing-header .btn-landing-outline:hover,
.landing-legal .btn-landing-outline:hover,
.landing-pricing-card .btn-landing-outline:hover {
    background: var(--landing-bg);
    border-color: var(--landing-navy);
    color: var(--landing-navy);
}

.btn-landing-dark {
    background: var(--landing-navy);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    border: none;
}

.btn-landing-dark:hover {
    background: var(--landing-navy-light);
    color: #fff;
}

.landing-hero {
    background: linear-gradient(145deg, var(--landing-navy) 0%, #134E4A 55%, var(--landing-navy-light) 100%);
    color: #fff;
    padding: 5rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.landing-hero::before,
.landing-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.landing-hero::before {
    inset: -30% -10% auto auto;
    width: 55%;
    height: 120%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.22) 0%, transparent 65%);
}

.landing-hero::after {
    inset: auto auto -40% -15%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(132, 204, 22, 0.12) 0%, transparent 70%);
}

.landing-hero .container {
    position: relative;
    z-index: 1;
}

.landing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

.landing-hero h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.landing-hero-lead {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 34rem;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.landing-hero-trial-note {
    margin: 1rem 0 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.68);
    max-width: 34rem;
    line-height: 1.5;
}

.landing-hero-preview {
    position: relative;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.5rem;
    padding: 1.35rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.landing-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.landing-preview-live {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-preview-pulse {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
    animation: landing-pulse 2s ease-out infinite;
}

@keyframes landing-pulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.landing-preview-date {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.landing-pipeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.25rem;
    margin-bottom: 1.15rem;
}

.landing-pipeline-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
    min-width: 0;
}

.landing-pipeline-node {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.45);
}

.landing-pipeline-step.is-done .landing-pipeline-node {
    background: rgba(20, 184, 166, 0.22);
    border-color: rgba(94, 234, 212, 0.35);
    color: var(--landing-mint);
}

.landing-pipeline-step.is-active .landing-pipeline-node {
    background: linear-gradient(135deg, var(--landing-cyan), var(--landing-teal));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.35);
    transform: scale(1.06);
}

.landing-pipeline-label {
    font-size: 0.68rem;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.55);
    max-width: 5.8rem;
}

.landing-pipeline-step.is-active .landing-pipeline-label {
    color: #fff;
    font-weight: 600;
}

.landing-pipeline-track {
    flex: 0 0 1.5rem;
    height: 2px;
    margin-top: 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
}

.landing-pipeline-track.is-done::after,
.landing-pipeline-track.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--landing-teal), var(--landing-mint));
}

.landing-pipeline-track.is-active::after {
    width: 55%;
    animation: landing-track-fill 2.8s ease-in-out infinite alternate;
}

@keyframes landing-track-fill {
    from { width: 35%; opacity: 0.7; }
    to { width: 75%; opacity: 1; }
}

.landing-preview-feed {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.landing-preview-card {
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 0.85rem 0.95rem;
}

.landing-preview-card-top {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.landing-preview-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.landing-preview-icon.teal { background: rgba(20, 184, 166, 0.2); color: var(--landing-mint); }
.landing-preview-icon.green { background: rgba(132, 204, 22, 0.18); color: #a3e635; }
.landing-preview-icon.blue { background: rgba(59, 130, 246, 0.2); color: #93c5fd; }

.landing-preview-card-meta { flex: 1; min-width: 0; }
.landing-preview-card-title { font-weight: 700; font-size: 0.92rem; }
.landing-preview-card-sub { font-size: 0.75rem; color: rgba(255, 255, 255, 0.55); margin-top: 0.1rem; }

.landing-preview-badge {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
}

.landing-preview-badge.warning {
    background: rgba(251, 191, 36, 0.18);
    color: #fcd34d;
    border: 1px solid rgba(251, 191, 36, 0.25);
}

.landing-preview-badge.success {
    background: rgba(74, 222, 128, 0.15);
    color: #86efac;
    border: 1px solid rgba(74, 222, 128, 0.25);
}

.landing-preview-progress {
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.65rem 0 0.4rem;
    overflow: hidden;
}

.landing-preview-progress-bar {
    height: 100%;
    width: var(--progress, 0%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--landing-teal), var(--landing-mint));
    transition: width 0.7s ease;
}

.landing-preview-progress-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
}

.landing-preview-progress-label strong { color: #fff; }

.landing-preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.55rem;
}

.landing-preview-tag {
    font-size: 0.68rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.landing-preview-scores {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.landing-score {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0.55rem;
    padding: 0.4rem 0.5rem;
    text-align: center;
}

.landing-score strong {
    display: block;
    font-size: 0.95rem;
}

.landing-score span {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.55);
}

.landing-trust {
    background: var(--landing-bg);
    border-bottom: 1px solid var(--landing-border);
    padding: 1.5rem 0;
}

.landing-trust-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--landing-muted);
    font-size: 0.9rem;
    justify-content: center;
}

.landing-trust-item i {
    color: var(--landing-cyan);
    font-size: 1.15rem;
}

.landing-section { padding: 5rem 0; }
.landing-section[id],
.landing-hero[id] { scroll-margin-top: var(--landing-header-offset); }
.landing-section-alt { background: var(--landing-bg); }

.landing-section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.landing-section-lead {
    color: var(--landing-muted);
    font-size: 1.05rem;
    max-width: 38rem;
    margin: 0 auto 3rem;
}

.landing-feature-card {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: var(--landing-radius);
    padding: 2rem 1.75rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--landing-shadow);
}

.landing-feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.landing-feature-icon.teal { background: rgba(15, 118, 110, 0.12); color: var(--landing-teal); }
.landing-feature-icon.blue { background: rgba(59, 130, 246, 0.12); color: var(--landing-blue); }
.landing-feature-icon.green { background: rgba(132, 204, 22, 0.15); color: #65a30d; }

.landing-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.landing-feature-card p {
    color: var(--landing-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.landing-step { text-align: center; padding: 1rem; }

.landing-step-num {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--landing-cyan), var(--landing-teal));
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.landing-step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
.landing-step p { color: var(--landing-muted); font-size: 0.9rem; margin: 0; }

.landing-audience-card {
    background: #fff;
    border-radius: var(--landing-radius);
    border: 1px solid var(--landing-border);
    padding: 2rem;
    height: 100%;
}

.landing-audience-card .badge {
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.landing-audience-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.landing-audience-card ul { padding-left: 1.1rem; color: var(--landing-muted); font-size: 0.92rem; margin-bottom: 0; }
.landing-audience-card li + li { margin-top: 0.35rem; }

.landing-screens {
    background: linear-gradient(180deg, #fff 0%, var(--landing-bg) 100%);
    overflow: hidden;
}

.landing-screen-gallery { width: 100%; }

.landing-screen-slide[hidden] { display: none !important; }

.landing-screen-slide.is-active {
    display: block;
    animation: landing-gallery-fade 0.45s ease;
}

.landing-screen-caption {
    text-align: center;
    color: var(--landing-muted);
    font-size: 0.92rem;
    margin: 1rem 0 0.75rem;
    min-height: 1.4em;
}

.landing-screen-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.landing-screen-nav {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid var(--landing-border);
    background: #fff;
    color: var(--landing-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.landing-screen-nav:hover {
    background: var(--landing-navy);
    border-color: var(--landing-navy);
    color: #fff;
}

.landing-screen-dots { display: flex; align-items: center; gap: 0.45rem; }

.landing-screen-dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
    cursor: pointer;
}

.landing-screen-dot.is-active {
    width: 1.35rem;
    background: var(--landing-cyan);
}

.ui-browser {
    background: #0b1220;
    border-radius: 1.1rem;
    padding: 0.7rem 0.7rem 0.85rem;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.32);
    overflow: hidden;
}

.ui-chrome {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0.35rem 0.7rem;
}

.ui-dots { display: flex; gap: 0.35rem; }
.ui-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #334155;
}
.ui-dots span:nth-child(1) { background: #f87171; }
.ui-dots span:nth-child(2) { background: #fbbf24; }
.ui-dots span:nth-child(3) { background: #34d399; }

.ui-url {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    border-radius: 999px;
    padding: 0.28rem 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-app {
    display: grid;
    grid-template-columns: 148px 1fr;
    min-height: 320px;
    background: #f8fafc;
    border-radius: 0.75rem;
    overflow: hidden;
    color: #0f172a;
}

.ui-sidebar {
    background: linear-gradient(180deg, #0f172a, #111827);
    color: #cbd5e1;
    padding: 0.9rem 0.7rem;
    font-size: 0.68rem;
}

.ui-brand-kicker {
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #99f6e4;
    font-size: 0.55rem;
}

.ui-brand-title {
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    margin-bottom: 0.85rem;
}

.ui-nav {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.ui-nav span,
.ui-nav strong {
    display: block;
    padding: 0.32rem 0.5rem;
    border-radius: 0.45rem;
}

.ui-nav strong {
    background: rgba(15, 118, 110, 0.28);
    color: #fff;
}

.ui-main { padding: 0.85rem 0.95rem; min-width: 0; }

.ui-eyebrow {
    margin: 0;
    letter-spacing: 0.12em;
    font-size: 0.58rem;
    font-weight: 700;
    color: var(--landing-teal);
    text-transform: uppercase;
}

.ui-main h3 {
    margin: 0.15rem 0 0.7rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.ui-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    margin-bottom: 0.7rem;
}

.ui-kpi {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 0.65rem;
    padding: 0.5rem 0.55rem;
}

.ui-kpi b { display: block; font-size: 0.95rem; }
.ui-kpi span { font-size: 0.62rem; color: var(--landing-muted); }

.ui-rows { display: flex; flex-direction: column; gap: 0.4rem; }

.ui-row {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.7fr auto;
    gap: 0.4rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 0.6rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.72rem;
}

.ui-row small { color: var(--landing-muted); }

.ui-chip {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    background: #ccfbf1;
    color: #0f766e;
}

.ui-chip.warn { background: #fef3c7; color: #92400e; }
.ui-chip.ok { background: #dcfce7; color: #166534; }

.ui-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
}

.ui-col {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 0.7rem;
    padding: 0.45rem;
    min-height: 11.5rem;
}

.ui-col h4 {
    font-size: 0.68rem;
    margin: 0 0 0.45rem;
    color: var(--landing-muted);
    font-weight: 700;
}

.ui-card {
    background: #f8fafc;
    border: 1px solid var(--landing-border);
    border-radius: 0.5rem;
    padding: 0.4rem;
    margin-bottom: 0.35rem;
    font-size: 0.68rem;
}

.ui-card b { display: block; }
.ui-card span { color: var(--landing-muted); }

.landing-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem;
    margin: 0 auto 2.25rem;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 999px;
}

.landing-billing-option {
    border: 0;
    background: transparent;
    color: var(--landing-muted);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
}

.landing-billing-option.is-active {
    background: var(--landing-navy);
    color: #fff;
}

.landing-billing-save {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.18);
    color: #0f766e;
}

.landing-billing-option.is-active .landing-billing-save {
    background: rgba(94, 234, 212, 0.22);
    color: #a5f3fc;
}

.landing-pricing-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--landing-shadow);
}

.landing-pricing-card.is-featured {
    border-color: rgba(15, 118, 110, 0.45);
    box-shadow: 0 18px 40px rgba(15, 118, 110, 0.12);
}

.landing-pricing-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: var(--landing-teal);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
}

.landing-pricing-name { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.35rem; }
.landing-pricing-desc { color: var(--landing-muted); font-size: 0.92rem; margin-bottom: 1.25rem; min-height: 2.8em; }

.landing-pricing-price {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
}

.landing-pricing-amount {
    font-size: 2.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--landing-navy);
}

.landing-pricing-period,
.landing-pricing-note { color: var(--landing-muted); }
.landing-pricing-note { font-size: 0.85rem; margin-bottom: 1.25rem; }

.landing-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.landing-pricing-list li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--landing-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.landing-pricing-list li + li { margin-top: 0.55rem; }

.landing-pricing-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: rgba(20, 184, 166, 0.15);
    box-shadow: inset 0 0 0 3px var(--landing-cyan);
}

.landing-pricing-footnote { font-size: 1rem; line-height: 1.55; color: #334155; max-width: 48rem; margin-left: auto; margin-right: auto; }

.landing-contact-card {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: var(--landing-shadow);
}

.landing-cta-band {
    background: linear-gradient(135deg, var(--landing-navy), #134E4A);
    color: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
}

.landing-cta-band h2 { font-weight: 800; }
.landing-cta-band p { color: rgba(255, 255, 255, 0.8); }

.landing-footer {
    background: var(--landing-navy);
    color: rgba(255, 255, 255, 0.75);
    padding: 3.5rem 0 0;
}

.landing-footer .text-muted,
.landing-footer-bottom .text-muted { color: #fff !important; }

.landing-footer-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 48px;
    height: auto;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.footer-links { list-style: none; padding: 0; margin: 0; }

.footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    padding: 0.2rem 0;
}

.footer-links a:hover { color: #fff; }

.landing-footer-bottom {
    margin-top: 2.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.landing-footer-bottom a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.landing-footer-bottom a:hover { color: #fff; }

.landing-legal {
    padding: 3rem 0 4.5rem;
    background: linear-gradient(180deg, #fff 0%, var(--landing-bg) 100%);
}

.landing-legal-hero { max-width: 46rem; margin-bottom: 2rem; }

.landing-legal-kicker {
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--landing-teal);
    margin-bottom: 0.75rem;
}

.landing-legal-hero h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.landing-legal-lead {
    color: var(--landing-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.landing-legal-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    color: var(--landing-muted);
    font-size: 0.92rem;
}

.landing-legal-chip {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    height: 100%;
}

.landing-legal-chip strong { display: block; margin-bottom: 0.25rem; }
.landing-legal-chip span { color: var(--landing-muted); font-size: 0.85rem; }

.landing-legal-card {
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 1.15rem;
    padding: 1.75rem 1.5rem;
    margin-bottom: 1rem;
}

.landing-legal-card h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.85rem; }
.landing-legal-card p,
.landing-legal-card li { color: var(--landing-muted); line-height: 1.65; }
.landing-legal-card ul,
.landing-legal-card ol { padding-left: 1.2rem; }

.landing-legal-toc a {
    color: var(--landing-navy);
    text-decoration: none;
    font-weight: 500;
}

.landing-consent-box {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.75rem;
    background: rgba(248, 250, 252, 0.9);
}

.landing-consent-box a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@keyframes landing-gallery-fade {
    from { opacity: 0.35; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .landing-hero { padding: 3.5rem 0 3rem; }
    .landing-hero-preview { margin-top: 2rem; }
    .landing-section { padding: 3.5rem 0; }
    .ui-app { grid-template-columns: 1fr; }
    .ui-sidebar { display: none; }
    .ui-kpis,
    .ui-board { grid-template-columns: repeat(2, 1fr); }
    .ui-row { grid-template-columns: 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-preview-pulse,
    .landing-pipeline-track.is-active::after,
    .landing-screen-slide.is-active {
        animation: none;
    }
}
