:root {
    --sales-bg: #07111f;
    --sales-surface: rgba(10, 22, 39, 0.74);
    --sales-surface-strong: rgba(13, 27, 47, 0.92);
    --sales-border: rgba(173, 213, 255, 0.13);
    --sales-text: #f5f7ff;
    --sales-muted: #9fb7d1;
    --sales-cyan: #58e4ff;
    --sales-cyan-strong: #0fd2ff;
    --sales-amber: #ffb347;
    --sales-coral: #ff7a64;
    --sales-violet: #8b7bff;
    --sales-green: #6effc1;
    --sales-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
    --sales-radius: 30px;
    --sales-radius-sm: 20px;
    --sales-max-width: 1320px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.sales-landing {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    color: var(--sales-text);
    background:
        radial-gradient(circle at 10% 20%, rgba(88, 228, 255, 0.12), transparent 25%),
        radial-gradient(circle at 82% 14%, rgba(255, 179, 71, 0.12), transparent 24%),
        radial-gradient(circle at 88% 78%, rgba(139, 123, 255, 0.12), transparent 20%),
        linear-gradient(180deg, #040b14 0%, #07111f 22%, #081421 100%);
}

body.sales-landing::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
    pointer-events: none;
    opacity: 0.35;
}

a,
button,
input,
textarea {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
}

html.filo-low-gpu {
    scroll-behavior: auto;
}

html.filo-low-gpu *,
html.filo-low-gpu *::before,
html.filo-low-gpu *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
}

html.filo-low-gpu body.sales-landing {
    background: #07111f;
}

html.filo-low-gpu .sales-particle-canvas,
html.filo-low-gpu .sales-noise,
html.filo-low-gpu .sales-aurora {
    display: none !important;
}

html.filo-low-gpu .sales-nav,
html.filo-low-gpu .sales-card,
html.filo-low-gpu .package-card,
html.filo-low-gpu .lead-modal,
html.filo-low-gpu .sales-sticky-dock {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
}

html.filo-low-gpu [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
}

.sales-particle-canvas,
.sales-noise,
.sales-aurora {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.sales-particle-canvas {
    z-index: 0;
    opacity: 0.9;
}

.sales-noise {
    z-index: 1;
    opacity: 0.14;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

.sales-aurora {
    z-index: 1;
    filter: blur(90px);
    opacity: 0.42;
}

.sales-aurora-a {
    background: radial-gradient(circle at center, rgba(88, 228, 255, 0.28), transparent 68%);
    transform: translate(-12%, -12%);
    animation: drift-a 16s ease-in-out infinite alternate;
}

.sales-aurora-b {
    background: radial-gradient(circle at center, rgba(255, 179, 71, 0.2), transparent 70%);
    transform: translate(36%, 24%);
    animation: drift-b 18s ease-in-out infinite alternate;
}

.section-shell,
.sales-sticky-dock {
    position: relative;
    z-index: 2;
}

.sales-nav {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), var(--sales-max-width));
    margin: 20px auto 0;
    padding: 18px 24px;
    border: 1px solid rgba(173, 213, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    background: rgba(8, 17, 30, 0.62);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.25);
    transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.sales-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.sales-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #06121f;
    background: linear-gradient(135deg, var(--sales-cyan), var(--sales-amber));
    box-shadow: 0 18px 40px rgba(88, 228, 255, 0.2);
}

.sales-brand-copy strong {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

.sales-brand-copy small {
    display: block;
    color: var(--sales-muted);
    margin-top: 3px;
}

.sales-nav-links,
.sales-nav-actions,
.hero-actions,
.closing-actions,
.dock-actions,
.lead-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sales-nav-links a,
.nav-ghost {
    color: var(--sales-muted);
    padding: 11px 16px;
    border-radius: 999px;
    transition: 0.24s ease;
}

.sales-nav-links a:hover,
.nav-ghost:hover {
    color: var(--sales-text);
    background: rgba(255, 255, 255, 0.06);
}

.nav-cta,
.primary-hero-btn,
.package-cta,
.roi-cta,
.dock-cta {
    border: none;
    color: #07111f;
    background: linear-gradient(135deg, var(--sales-cyan), #9cf5ff 42%, var(--sales-amber));
    border-radius: 999px;
    padding: 15px 22px;
    font-weight: 800;
    box-shadow: 0 18px 42px rgba(88, 228, 255, 0.16);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.nav-cta:hover,
.primary-hero-btn:hover,
.package-cta:hover,
.roi-cta:hover,
.dock-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 52px rgba(88, 228, 255, 0.22);
    filter: saturate(1.06);
}

.secondary-hero-btn,
.dock-ghost {
    border: 1px solid rgba(173, 213, 255, 0.14);
    color: var(--sales-text);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    padding: 15px 22px;
    font-weight: 700;
    transition: 0.24s ease;
}

.secondary-hero-btn:hover,
.dock-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(173, 213, 255, 0.28);
}

.sales-main {
    position: relative;
    z-index: 2;
    padding-bottom: 160px;
}

.section-shell {
    width: min(calc(100% - 32px), var(--sales-max-width));
    margin: 0 auto;
    padding: 64px 0;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 42px;
    padding-top: 46px;
}

.eyebrow-pill,
.section-kicker,
.package-flag,
.story-badge,
.process-step,
.package-accent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
}

.eyebrow-pill {
    padding: 11px 18px;
    border-radius: 999px;
    color: #dffafe;
    background: rgba(88, 228, 255, 0.08);
    border: 1px solid rgba(88, 228, 255, 0.16);
    width: fit-content;
}

.hero-title,
.section-head h2,
.closing-panel h2,
.sales-modal-copy h2 {
    margin: 0;
    font-family: 'Syne', sans-serif;
    letter-spacing: -0.06em;
}

.hero-title {
    margin-top: 20px;
    font-size: clamp(3rem, 5.9vw, 5.7rem);
    line-height: 0.95;
    max-width: 10ch;
}

.hero-title span {
    display: inline-block;
    color: var(--sales-amber);
    text-shadow: 0 0 24px rgba(255, 179, 71, 0.22);
}

.hero-text,
.section-head p,
.story-card p,
.module-card p,
.process-card p,
.closing-panel p,
.sales-modal-copy p,
.roi-copy p {
    color: var(--sales-muted);
    font-size: 1.02rem;
    line-height: 1.85;
}

.hero-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.hero-kpi-card,
.story-card,
.module-card,
.process-card,
.roi-metric,
.stage-card-main,
.package-card,
.closing-panel,
.roi-panel,
.sales-modal-panel {
    backdrop-filter: blur(16px);
    background: linear-gradient(180deg, rgba(13, 27, 47, 0.92), rgba(8, 19, 34, 0.78));
    border: 1px solid var(--sales-border);
    box-shadow: var(--sales-shadow);
}

.hero-kpi-card {
    padding: 20px 18px;
    border-radius: 22px;
}

.hero-kpi-card strong {
    display: block;
    font-size: 2rem;
    font-family: 'Syne', sans-serif;
}

.hero-kpi-card span {
    display: block;
    color: var(--sales-muted);
    margin-top: 8px;
    line-height: 1.6;
}

.hero-stage {
    display: flex;
    justify-content: center;
}

.hero-orbit {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
}

.orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(173, 213, 255, 0.12);
    animation: spin-ring linear infinite;
}

.orbit-ring-a {
    inset: 8%;
    animation-duration: 18s;
}

.orbit-ring-b {
    inset: 20%;
    animation-duration: 11s;
    animation-direction: reverse;
}

.stage-card-main {
    position: relative;
    z-index: 2;
    width: min(100%, 214px);
    aspect-ratio: 1 / 1;
    padding: 34px 26px 28px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 28%, rgba(88, 228, 255, 0.2), transparent 34%),
        radial-gradient(circle at 50% 72%, rgba(88, 228, 255, 0.08), transparent 48%),
        linear-gradient(180deg, rgba(10, 21, 37, 0.82), rgba(6, 14, 25, 0.7));
    border: 1px solid rgba(173, 213, 255, 0.14);
    box-shadow:
        0 28px 62px rgba(0, 0, 0, 0.24),
        0 0 0 18px rgba(9, 21, 36, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stage-card-main::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 1px solid rgba(173, 213, 255, 0.1);
    pointer-events: none;
}

.stage-card-main::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at 30% 30%, rgba(227, 252, 255, 0.95), rgba(88, 228, 255, 0.86));
    box-shadow:
        0 0 0 10px rgba(88, 228, 255, 0.08),
        0 16px 34px rgba(88, 228, 255, 0.22);
    pointer-events: none;
}

.stage-core-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(173, 213, 255, 0.14);
    background: rgba(6, 16, 28, 0.54);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: #f4f9ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
    margin-top: 40px;
    white-space: nowrap;
}

.package-meta span,
.roi-metric span {
    display: block;
    color: var(--sales-muted);
    font-size: 0.88rem;
}

.stage-core-title {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: #fbfdff;
    max-width: 8ch;
    text-wrap: balance;
}

.floating-module {
    position: absolute;
    z-index: 1;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 700;
    color: #f8fbff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(173, 213, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    animation: float-chip 7s ease-in-out infinite;
}

.module-a { top: 12%; left: -4%; animation-delay: -0.4s; }
.module-b { top: 2%; right: -6%; animation-delay: -1.4s; }
.module-c { right: 4%; bottom: 14%; animation-delay: -2.4s; }
.module-d { bottom: 6%; left: 2%; animation-delay: -1.8s; }
.module-e { left: -12%; top: 58%; animation-delay: -2.8s; }

.ticker-shell {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-block: 1px solid rgba(173, 213, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.ticker-track {
    display: flex;
    gap: 36px;
    width: max-content;
    padding: 18px 0;
    font-weight: 700;
    color: #dce9ff;
    animation: marquee 22s linear infinite;
}

.ticker-track span::before {
    content: "•";
    color: var(--sales-amber);
    margin-right: 10px;
}

.section-head {
    max-width: 780px;
    margin-bottom: 28px;
}

.section-kicker {
    color: var(--sales-cyan);
    margin-bottom: 16px;
}

.section-head h2,
.closing-panel h2,
.sales-modal-copy h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 0.98;
}

.story-grid,
.module-columns,
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.story-card,
.module-card,
.process-card {
    padding: 26px;
    border-radius: 28px;
    min-height: 240px;
}

.story-card-strong,
.module-card-strong {
    background: linear-gradient(180deg, rgba(18, 34, 57, 0.96), rgba(12, 23, 38, 0.84));
    border-color: rgba(88, 228, 255, 0.22);
}

.story-badge {
    color: var(--sales-amber);
}

.story-card h3,
.module-card h3,
.process-card h3,
.package-card h3 {
    margin: 18px 0 10px;
    font-family: 'Syne', sans-serif;
    font-size: 1.7rem;
    line-height: 1.02;
}

.packages-shell {
    padding-top: 78px;
}

.billing-switch {
    display: inline-flex;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(173, 213, 255, 0.12);
    margin-bottom: 28px;
}

.billing-pill {
    border: none;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--sales-muted);
    background: transparent;
    font-weight: 800;
}

.billing-pill.is-active {
    color: #04111d;
    background: linear-gradient(135deg, #fef3c7, #fcd34d);
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.package-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 28px;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
    transition: transform 0.22s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.package-card:hover {
    border-color: rgba(173, 213, 255, 0.22);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.package-card.is-featured {
    border-color: rgba(88, 228, 255, 0.24);
    background: linear-gradient(180deg, rgba(11, 31, 50, 0.95), rgba(9, 20, 34, 0.9));
}

.package-card-glow {
    position: absolute;
    inset: -20% auto auto -10%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 228, 255, 0.18), transparent 72%);
    pointer-events: none;
}

.package-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.package-accent {
    padding: 8px 12px;
    border-radius: 999px;
    color: #07111f;
}

.package-accent-amber { background: linear-gradient(135deg, #ffe0b2, var(--sales-amber)); }
.package-accent-cyan { background: linear-gradient(135deg, #d9fbff, var(--sales-cyan)); }
.package-accent-coral { background: linear-gradient(135deg, #ffd3c5, var(--sales-coral)); }
.package-accent-violet { background: linear-gradient(135deg, #ebe6ff, var(--sales-violet)); }

.package-flag {
    color: var(--sales-green);
}

.package-description {
    color: var(--sales-muted);
    line-height: 1.75;
    min-height: 88px;
}

.package-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 18px 0 20px;
}

.package-price strong {
    font-family: 'Syne', sans-serif;
    font-size: 2.2rem;
    letter-spacing: -0.05em;
}

.package-price small {
    color: var(--sales-muted);
}

.package-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.package-meta div,
.package-highlight {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(173, 213, 255, 0.08);
}

.package-meta strong,
.package-highlight strong {
    display: block;
    margin-top: 6px;
}

.package-highlight {
    margin-top: 16px;
}

.package-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.package-list li {
    position: relative;
    padding-left: 22px;
    color: #dfe8f8;
    line-height: 1.65;
}

.package-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sales-cyan), var(--sales-amber));
}

.package-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px;
}

.package-modules span,
.module-tag,
.matrix-pill,
.validation-chip {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.84rem;
    border: 1px solid rgba(173, 213, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.package-cta {
    width: 100%;
}

.module-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.module-tag {
    color: #def5ff;
    backdrop-filter: blur(14px);
}

.roi-panel,
.closing-panel {
    padding: 30px;
    border-radius: 34px;
}

.roi-panel {
    background:
        radial-gradient(circle at top right, rgba(88, 228, 255, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(15, 31, 54, 0.96), rgba(8, 18, 31, 0.9));
}

.roi-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 22px;
    margin-top: 24px;
}

.roi-inputs,
.roi-output {
    display: grid;
    gap: 16px;
}

.roi-field {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(173, 213, 255, 0.1);
}

.roi-field span {
    color: var(--sales-muted);
}

.roi-field strong {
    font-size: 1.2rem;
}

.roi-field input[type="range"] {
    width: 100%;
    accent-color: #fbbf24;
}

.roi-metric {
    padding: 22px;
    border-radius: 22px;
}

.roi-metric strong {
    display: block;
    margin-top: 8px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.roi-metric-strong {
    border-color: rgba(255, 179, 71, 0.22);
}

.matrix-wrap {
    overflow-x: auto;
    border-radius: 26px;
    border: 1px solid rgba(173, 213, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.matrix-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
}

.matrix-table th,
.matrix-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(173, 213, 255, 0.08);
    text-align: left;
}

.matrix-table th {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.matrix-pill.is-on {
    color: #052314;
    background: linear-gradient(135deg, #baf7d9, var(--sales-green));
}

.matrix-pill.is-off {
    color: var(--sales-muted);
}

.process-step {
    color: var(--sales-cyan);
}

.sales-sticky-dock {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(calc(100% - 24px), 980px);
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid rgba(173, 213, 255, 0.12);
    background: rgba(8, 17, 30, 0.86);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
}

.scroll-top-btn {
    position: fixed;
    right: clamp(12px, 1.4vw, 22px);
    bottom: 112px;
    z-index: 25;
    border: 1px solid rgba(173, 213, 255, 0.16);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(11, 24, 42, 0.92), rgba(7, 18, 31, 0.82)),
        linear-gradient(135deg, rgba(88, 228, 255, 0.14), rgba(255, 179, 71, 0.14));
    color: var(--sales-text);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
    padding: 10px 14px 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 16px, 0) scale(0.94);
    transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.scroll-top-btn::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(88, 228, 255, 0.08), transparent 42%, rgba(255, 179, 71, 0.08));
    opacity: 0.9;
    pointer-events: none;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.scroll-top-btn:hover {
    border-color: rgba(173, 213, 255, 0.28);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.34);
}

.scroll-top-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(88, 228, 255, 0.28), 0 26px 56px rgba(0, 0, 0, 0.34);
}

.scroll-top-icon,
.scroll-top-label {
    position: relative;
    z-index: 1;
}

.scroll-top-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #08111d;
    background: linear-gradient(135deg, var(--sales-cyan), rgba(255, 179, 71, 0.92));
    box-shadow: 0 12px 28px rgba(88, 228, 255, 0.18);
}

.scroll-top-label {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dock-copy strong {
    display: block;
    font-family: 'Syne', sans-serif;
}

.dock-copy span {
    color: var(--sales-muted);
}

.sales-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
}

.sales-modal.is-open {
    display: block;
}

.sales-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 8, 15, 0.76);
    backdrop-filter: blur(12px);
}

.sales-modal-panel {
    position: relative;
    width: min(calc(100% - 24px), 980px);
    max-height: calc(100vh - 48px);
    margin: 24px auto;
    overflow: auto;
    padding: 28px;
    border-radius: 32px;
}

.sales-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(173, 213, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--sales-text);
    font-size: 1.8rem;
}

.lead-form {
    margin-top: 24px;
}

.lead-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lead-field,
.lead-field-full {
    display: grid;
    gap: 8px;
}

.lead-field span,
.lead-field-full span {
    color: #dfe8ff;
    font-weight: 700;
}

.lead-field input,
.lead-field-full textarea {
    width: 100%;
    border: 1px solid rgba(173, 213, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--sales-text);
    padding: 16px 18px;
    outline: none;
    transition: border-color 0.22s ease, background 0.22s ease;
}

.lead-field input:focus,
.lead-field-full textarea:focus {
    border-color: rgba(88, 228, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

.lead-module-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.module-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(173, 213, 255, 0.1);
}

.module-checkbox input {
    accent-color: #fbbf24;
}

.consent-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    color: var(--sales-muted);
}

.consent-check input {
    accent-color: #fbbf24;
    margin-top: 4px;
}

.lead-form-feedback {
    min-height: 26px;
    margin-top: 14px;
    color: #ffd6c2;
    font-weight: 700;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal="scale"] {
    transform: scale(0.96);
}

[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

@keyframes drift-a {
    0% { transform: translate(-16%, -12%) scale(1); }
    100% { transform: translate(6%, 8%) scale(1.14); }
}

@keyframes drift-b {
    0% { transform: translate(32%, 18%) scale(0.92); }
    100% { transform: translate(-6%, -10%) scale(1.12); }
}

@keyframes spin-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes float-chip {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

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

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

    .story-grid,
    .module-columns,
    .process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .sales-nav {
        border-radius: 28px;
        padding: 18px;
        flex-wrap: wrap;
    }

    .sales-nav-links {
        display: none;
    }

    .hero-kpi-grid,
    .lead-form-grid,
    .package-grid {
        grid-template-columns: 1fr;
    }

    .floating-module {
        position: static;
        width: fit-content;
    }

    .hero-orbit {
        display: grid;
        gap: 12px;
        aspect-ratio: auto;
    }

    .orbit-ring {
        display: none;
    }

    .sales-sticky-dock {
        width: calc(100% - 16px);
        bottom: 8px;
        padding: 14px;
        border-radius: 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .scroll-top-btn {
        right: 14px;
        bottom: 150px;
        padding-right: 12px;
    }

    .dock-actions,
    .lead-form-actions {
        width: 100%;
    }

    .dock-actions button,
    .lead-form-actions button {
        flex: 1 1 0;
    }
}

@media (max-width: 620px) {
    .section-shell {
        width: min(calc(100% - 20px), var(--sales-max-width));
        padding: 46px 0;
    }

    .sales-nav {
        width: calc(100% - 20px);
        margin-top: 12px;
        padding: 14px;
    }

    .scroll-top-btn {
        right: 10px;
        bottom: 164px;
        padding: 10px;
    }

    .scroll-top-label {
        display: none;
    }

    .sales-brand-copy small {
        display: none;
    }

    .hero-title {
        max-width: none;
    }

    .hero-kpi-card,
    .story-card,
    .module-card,
    .process-card,
    .package-card,
    .roi-panel,
    .closing-panel,
    .sales-modal-panel {
        border-radius: 24px;
    }

    .sales-modal-panel {
        width: calc(100% - 16px);
        margin: 8px auto;
        max-height: calc(100vh - 16px);
        padding: 18px;
    }

    .matrix-table {
        min-width: 720px;
    }
}
