:root {
    --bg: #030611;
    --bg-deep: #01030a;
    --bg-soft: #081126;
    --panel: rgba(8, 13, 31, 0.62);
    --panel-strong: rgba(6, 10, 26, 0.9);
    --panel-elevated: rgba(12, 20, 44, 0.84);
    --line: rgba(116, 159, 255, 0.24);
    --line-strong: rgba(93, 242, 255, 0.46);
    --text: #f7f9ff;
    --muted: #93a4d2;
    --muted-strong: #d7e1ff;
    --cyan: #00d5ff;
    --blue: #2f6bff;
    --purple: #b721ff;
    --violet: #7b5cff;
    --green: #57f287;
    --shadow-lg: 0 56px 160px rgba(0, 0, 0, 0.64);
    --shadow-md: 0 32px 96px rgba(0, 0, 0, 0.42);
    --radius-xl: 38px;
    --radius-lg: 30px;
    --radius-md: 24px;
    --radius-sm: 16px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--bg);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    color: var(--text);
    font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 10% 12%, rgba(0, 213, 255, 0.2), transparent 24%),
        radial-gradient(circle at 82% 10%, rgba(183, 33, 255, 0.22), transparent 26%),
        radial-gradient(circle at 54% -6%, rgba(47, 107, 255, 0.16), transparent 32%),
        radial-gradient(circle at 50% 38%, rgba(18, 32, 78, 0.34), transparent 44%),
        linear-gradient(180deg, #01030b 0%, #040714 34%, #030612 68%, #01030a 100%);
    overflow-x: clip;
}

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

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: clip;
}

.page-bg::before,
.page-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-bg::before {
    background:
        radial-gradient(circle at 13% 20%, rgba(0, 213, 255, 0.18), transparent 18%),
        radial-gradient(circle at 81% 18%, rgba(123, 92, 255, 0.18), transparent 18%),
        radial-gradient(circle at 52% 62%, rgba(47, 107, 255, 0.12), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(47, 107, 255, 0.18), transparent 34%);
    opacity: 0.9;
}

.page-bg::after {
    background:
        radial-gradient(circle at 11% 16%, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.9px),
        radial-gradient(circle at 24% 11%, rgba(0, 213, 255, 0.74) 0 1.1px, transparent 1.8px),
        radial-gradient(circle at 38% 23%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px),
        radial-gradient(circle at 58% 9%, rgba(123, 92, 255, 0.74) 0 1.1px, transparent 2px),
        radial-gradient(circle at 72% 19%, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.8px),
        radial-gradient(circle at 84% 14%, rgba(183, 33, 255, 0.68) 0 1.1px, transparent 2px),
        radial-gradient(circle at 16% 42%, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.8px),
        radial-gradient(circle at 32% 56%, rgba(0, 213, 255, 0.56) 0 1.1px, transparent 2px),
        radial-gradient(circle at 51% 38%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.8px),
        radial-gradient(circle at 78% 52%, rgba(123, 92, 255, 0.62) 0 1.1px, transparent 2px),
        radial-gradient(circle at 90% 42%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.8px),
        radial-gradient(circle at 45% 78%, rgba(255, 255, 255, 0.54) 0 1px, transparent 2px);
    opacity: 0.65;
    mix-blend-mode: screen;
}

.aurora {
    position: absolute;
    border-radius: 999px;
    filter: blur(46px);
    opacity: 0.94;
    animation: auroraFloat 16s ease-in-out infinite alternate;
}

.aurora-left {
    width: 54rem;
    height: 54rem;
    top: -16rem;
    left: -16rem;
    background: radial-gradient(circle, rgba(0, 213, 255, 0.34), rgba(0, 213, 255, 0) 68%);
}

.aurora-right {
    width: 58rem;
    height: 58rem;
    top: -4rem;
    right: -20rem;
    animation-duration: 20s;
    background: radial-gradient(circle, rgba(183, 33, 255, 0.34), rgba(183, 33, 255, 0) 70%);
}

.mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 64%, transparent 92%);
    opacity: 0.36;
}

.noise {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1.2px),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0 1px, transparent 1.2px),
        radial-gradient(circle at 42% 62%, rgba(0, 213, 255, 0.03) 0 1.2px, transparent 1.4px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
    background-size: 150px 150px, 180px 180px, 220px 220px, 100% 100%;
    opacity: 0.42;
    mix-blend-mode: screen;
}

.container {
    position: relative;
    z-index: 1;
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.glass-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.018)),
        var(--panel);
    border: 1px solid var(--line);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(255, 255, 255, 0.02),
        0 0 0 1px rgba(255, 255, 255, 0.015),
        var(--shadow-md);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(3, 6, 17, 0.7);
    border-bottom: 1px solid rgba(92, 123, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex-shrink: 0;
}

.site-header .brand-icon,
.site-header .brand-logo,
.site-header .media-logo,
.site-header .logo {
    width: 46px;
    min-width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-title {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-subtitle {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.nav a {
    color: var(--muted);
    font-size: 14px;
    transition: color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
    color: var(--text);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, filter 0.22s ease;
    cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
}

.btn-primary {
    color: #03101a;
    background: linear-gradient(135deg, #00d5ff 0%, #27c9ff 18%, #2f6bff 52%, #7b5cff 76%, #b721ff 100%);
    box-shadow:
        0 28px 72px rgba(47, 107, 255, 0.34),
        0 0 52px rgba(183, 33, 255, 0.34),
        0 0 28px rgba(0, 213, 255, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    box-shadow:
        0 32px 86px rgba(47, 107, 255, 0.42),
        0 0 66px rgba(183, 33, 255, 0.42),
        0 0 36px rgba(0, 213, 255, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    filter: saturate(1.12) brightness(1.02);
}

.btn-secondary {
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(6, 10, 22, 0.68);
    border-color: rgba(120, 139, 255, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 32px rgba(47, 107, 255, 0.1);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    border-color: rgba(93, 242, 255, 0.3);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 0 40px rgba(93, 242, 255, 0.18),
        0 0 26px rgba(183, 33, 255, 0.12);
}

.btn-link {
    min-height: 40px;
    padding: 0 10px;
    color: var(--muted);
    background: transparent;
}

.btn-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
}

.btn-arrow {
    font-size: 16px;
    line-height: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(82, 244, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.018);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 22px rgba(0, 213, 255, 0.08);
    color: #dbfbff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-section {
    position: relative;
    padding: 0 0 18px;
    overflow: clip;
}

.hero-stage {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 34px 0 18px;
    overflow: clip;
}

.hero-stage::before,
.hero-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-stage::before {
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 213, 255, 0.22), transparent 22%),
        radial-gradient(circle at 82% 18%, rgba(183, 33, 255, 0.2), transparent 22%),
        radial-gradient(circle at 52% 12%, rgba(47, 107, 255, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(5, 10, 24, 0.88), rgba(3, 6, 16, 0.3) 72%, rgba(3, 5, 15, 0));
}

.hero-stage::after {
    background:
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.28) 60%, transparent 84%);
    opacity: 0.46;
}

.hero-stars {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.8px),
        radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.8px),
        radial-gradient(circle at 29% 16%, rgba(0, 213, 255, 0.74) 0 1.1px, transparent 1.9px),
        radial-gradient(circle at 36% 22%, rgba(0, 213, 255, 0.78) 0 1px, transparent 1.8px),
        radial-gradient(circle at 48% 12%, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.8px),
        radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.8px),
        radial-gradient(circle at 74% 12%, rgba(123, 92, 255, 0.72) 0 1.1px, transparent 1.9px),
        radial-gradient(circle at 82% 28%, rgba(183, 33, 255, 0.78) 0 1px, transparent 1.8px),
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.8px),
        radial-gradient(circle at 68% 58%, rgba(0, 213, 255, 0.56) 0 1px, transparent 1.8px),
        radial-gradient(circle at 24% 64%, rgba(183, 33, 255, 0.52) 0 1px, transparent 1.8px);
    opacity: 0.75;
    pointer-events: none;
}

.hero-horizon {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(1860px, 128vw);
    height: 250px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid rgba(93, 242, 255, 0.42);
    border-bottom: 0;
    background:
        radial-gradient(circle at 50% 100%, rgba(47, 107, 255, 0.26), transparent 62%);
    box-shadow:
        0 -30px 100px rgba(47, 107, 255, 0.24),
        0 -14px 56px rgba(183, 33, 255, 0.18),
        0 0 36px rgba(0, 213, 255, 0.18);
    opacity: 0.96;
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 1;
    padding: 44px 0 10px;
    overflow: visible;
}

.hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 26%, rgba(0, 213, 255, 0.1), transparent 28%),
        radial-gradient(circle at 74% 22%, rgba(183, 33, 255, 0.12), transparent 26%);
    pointer-events: none;
}

.hero-shell::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 1px;
    background: linear-gradient(90deg, rgba(57, 232, 255, 0), rgba(0, 213, 255, 0.44), rgba(183, 33, 255, 0.5), rgba(57, 232, 255, 0));
    box-shadow: 0 0 28px rgba(0, 213, 255, 0.22);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
    gap: 24px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-copy h1,
.section-head h2,
.request-copy h2 {
    margin: 0;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(2.85rem, 5.45vw, 4.85rem);
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.gradient-text {
    background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 24px rgba(57, 232, 255, 0.16),
        0 0 42px rgba(158, 77, 255, 0.12);
}

.hero-subtitle,
.section-head p,
.request-copy p,
.timeline-card p,
.pricing-card p,
.faq-card p,
.site-footer p,
.trust-card p,
.social-stat-card p {
    color: var(--muted);
    line-height: 1.65;
}

.hero-subtitle {
    max-width: 42rem;
    margin: 22px 0 0;
    font-size: 1.08rem;
}

.hero-actions,
.form-actions,
.thank-you-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

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

.hero-mobile-preview {
    display: none;
    margin-top: 16px;
    padding: 16px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(8, 12, 26, 0.82);
}

.hero-mobile-preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.hero-mobile-preview strong {
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.hero-mobile-preview p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.mobile-preview-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ddffee;
    font-size: 12px;
    font-weight: 700;
}

.benefit-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(8, 12, 26, 0.62);
    border-color: rgba(101, 133, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.benefit-icon {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--purple));
    box-shadow: 0 0 18px rgba(82, 244, 255, 0.36);
    flex-shrink: 0;
}

.benefit-pill span:last-child {
    color: var(--muted-strong);
    font-size: 14px;
    font-weight: 700;
}

.hero-micro-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.micro-link {
    color: var(--muted);
    font-size: 14px;
}

.micro-link:hover,
.micro-link:focus-visible {
    color: var(--text);
}

.hero-visual {
    position: relative;
    padding: 16px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(10, 17, 36, 0.82), rgba(5, 9, 21, 0.76)),
        var(--panel-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(255, 255, 255, 0.02),
        0 0 0 1px rgba(0, 213, 255, 0.16),
        0 0 0 2px rgba(123, 92, 255, 0.05),
        0 0 76px rgba(47, 107, 255, 0.26),
        0 0 118px rgba(183, 33, 255, 0.18),
        0 36px 110px rgba(0, 0, 0, 0.56);
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 213, 255, 0.15), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(57, 232, 255, 0.11), transparent 34%),
        radial-gradient(circle at 92% 16%, rgba(183, 33, 255, 0.16), transparent 22%);
    pointer-events: none;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(0, 213, 255, 0.18),
        inset 0 0 44px rgba(47, 107, 255, 0.1),
        inset 0 18px 42px rgba(255, 255, 255, 0.03);
    pointer-events: none;
}


.hero-presenter {
    position: absolute;
    left: -18px;
    bottom: -22px;
    width: 190px;
    height: 238px;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.4));
}

.hero-presenter-glow {
    position: absolute;
    inset: 48px 0 0 18px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 213, 255, 0.28), rgba(123, 92, 255, 0.18) 45%, transparent 72%);
    filter: blur(20px);
}

.hero-presenter-body {
    position: absolute;
    inset: 0;
}

.hero-presenter-head {
    position: absolute;
    left: 30px;
    top: 14px;
    width: 74px;
    height: 88px;
    border-radius: 54% 48% 48% 52% / 48% 48% 56% 54%;
    background:
        radial-gradient(circle at 66% 40%, rgba(255, 255, 255, 0.42), transparent 9px),
        radial-gradient(circle at 18% 72%, rgba(152, 72, 44, 0.3), transparent 20px),
        linear-gradient(135deg, #f2b27f 0%, #d88457 54%, #a8583c 100%);
    box-shadow:
        inset -12px -10px 20px rgba(83, 39, 30, 0.26),
        inset 8px 8px 16px rgba(255, 220, 186, 0.2);
}

.hero-presenter-head::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    width: 44px;
    height: 20px;
    border-radius: 999px 999px 18px 18px;
    background: linear-gradient(135deg, #8d5a3d, #3d251e);
    transform: rotate(-12deg);
}

.hero-presenter-ear {
    position: absolute;
    right: -8px;
    top: 38px;
    width: 14px;
    height: 20px;
    border-radius: 999px;
    background: #d88457;
    box-shadow: inset -4px -2px 8px rgba(86, 37, 28, 0.24);
}

.hero-presenter-eye {
    position: absolute;
    right: 18px;
    top: 42px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #1b2030;
    box-shadow: 0 0 0 2px rgba(255, 235, 210, 0.16);
}

.hero-presenter-nose {
    position: absolute;
    right: 8px;
    top: 49px;
    width: 15px;
    height: 11px;
    border-radius: 0 12px 12px 0;
    border-right: 2px solid rgba(80, 38, 28, 0.42);
    border-bottom: 2px solid rgba(80, 38, 28, 0.18);
}

.hero-presenter-mouth {
    position: absolute;
    right: 18px;
    bottom: 20px;
    width: 20px;
    height: 7px;
    border-bottom: 2px solid rgba(58, 26, 22, 0.48);
    border-radius: 0 0 999px 999px;
}

.hero-presenter-neck {
    position: absolute;
    left: 54px;
    top: 86px;
    width: 34px;
    height: 42px;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(135deg, #d9875c, #8d4837);
}

.hero-presenter-shoulder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 168px;
    height: 136px;
    border-radius: 52px 72px 16px 18px;
    background:
        linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.05) 34% 36%, transparent 36%),
        linear-gradient(140deg, #101729 0%, #070a15 58%, #02040b 100%);
    box-shadow:
        inset -18px 0 34px rgba(47, 107, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(123, 92, 255, 0.16);
}

.hero-presenter-shoulder::before {
    content: "";
    position: absolute;
    left: 52px;
    top: 12px;
    width: 36px;
    height: 112px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, #02040a, #070b16);
}

.hero-presenter-shoulder::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 32px;
    width: 54px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 213, 255, 0.2), transparent);
    transform: rotate(18deg);
}

.mockup-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mockup-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.mockup-pill {
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(122, 147, 255, 0.3);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.03);
    color: #dbe5ff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mockup-pill.is-live {
    border-color: rgba(0, 213, 255, 0.5);
    box-shadow:
        0 0 24px rgba(0, 213, 255, 0.22),
        inset 0 0 24px rgba(0, 213, 255, 0.08);
}

.mockup-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(87, 242, 135, 0.22);
    color: #ddffee;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 30px rgba(87, 242, 135, 0.1);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(87, 242, 135, 0.6);
}

.mockup-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 122px minmax(0, 1.56fr) 224px;
    gap: 10px;
    align-items: stretch;
}

.mockup-sidebar,
.mockup-main,
.mockup-crm {
    min-width: 0;
}

.mockup-sidebar {
    display: grid;
    gap: 10px;
}

.sidebar-panel,
.chat-preview,
.crm-preview,
.timeline-card,
.case-card,
.pricing-card,
.request-card,
.faq-card,
.metric-card,
.testimonial-card,
.social-stat-card,
.chart-card,
.trust-card,
.channel-card,
.result-card {
    border-radius: var(--radius-md);
}

.sidebar-panel {
    position: relative;
    overflow: hidden;
    padding: 11px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
        rgba(8, 13, 27, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 28px rgba(47, 107, 255, 0.06);
}

.sidebar-panel::after,
.chat-preview::after,
.crm-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0, 213, 255, 0.12), rgba(57, 232, 255, 0) 34%, rgba(183, 33, 255, 0.12));
    opacity: 0.7;
    pointer-events: none;
}

.sidebar-label,
.panel-label,
.pricing-label {
    color: #d4deff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 7px;
    padding: 9px 10px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.022);
    color: var(--muted);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.035);
}

.sidebar-item strong {
    color: var(--text);
    font-size: 14px;
}

.sidebar-item.is-active {
    color: var(--text);
    border: 1px solid rgba(0, 213, 255, 0.32);
    background: linear-gradient(135deg, rgba(0, 213, 255, 0.15), rgba(47, 107, 255, 0.12) 52%, rgba(183, 33, 255, 0.22));
    box-shadow:
        0 0 30px rgba(0, 213, 255, 0.14),
        inset 0 0 24px rgba(255, 255, 255, 0.03);
}

.mini-metrics {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.mini-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
        rgba(255, 255, 255, 0.022);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.mini-metric span {
    color: var(--muted);
    font-size: 12px;
}

.mini-metric strong {
    color: var(--text);
    font-size: 15px;
}

.mini-action,
.mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(57, 232, 255, 0.24);
    background: linear-gradient(135deg, rgba(57, 232, 255, 0.13), rgba(47, 125, 255, 0.09) 42%, rgba(158, 77, 255, 0.18));
    color: #ddfbff;
    font-size: 13px;
    font-weight: 700;
    box-shadow:
        0 0 36px rgba(47, 107, 255, 0.18),
        0 0 26px rgba(183, 33, 255, 0.12);
}

.mockup-main {
    display: grid;
    min-width: 0;
}

.chat-preview,
.crm-preview {
    position: relative;
    overflow: hidden;
    padding: 13px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 13, 28, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 36px rgba(47, 107, 255, 0.06);
}

.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.panel-head strong,
.crm-preview-head strong,
.pricing-card h3,
.timeline-card h3 {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.12;
}

.chat-stream {
    display: grid;
    gap: 7px;
}

.chat-message {
    max-width: 100%;
    padding: 10px 12px;
    border-radius: 16px;
}

.chat-message p {
    margin: 5px 0 0;
    color: var(--text);
    line-height: 1.4;
    font-size: 13px;
}

.chat-message-user {
    justify-self: start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.01);
}

.chat-message-ai {
    justify-self: end;
    background: linear-gradient(135deg, rgba(47, 107, 255, 0.22), rgba(183, 33, 255, 0.4));
    border: 1px solid rgba(0, 213, 255, 0.18);
    box-shadow:
        0 0 40px rgba(183, 33, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.chat-role {
    color: #dbecff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.crm-preview {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.crm-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.crm-preview-grid div {
    display: grid;
    gap: 4px;
    padding: 8px 9px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
        rgba(255, 255, 255, 0.022);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.crm-preview-grid b {
    color: #d4deff;
    font-size: 11px;
}

.crm-preview-grid span {
    color: var(--text);
    font-size: 13px;
    line-height: 1.36;
}

.crm-preview-grid div:nth-child(5),
.crm-preview-grid div:nth-child(6) {
    grid-column: span 2;
}

.crm-preview .mini-btn {
    align-self: end;
}

.hero-integrations-label {
    color: #dbe5ff;
    font-size: 14px;
    font-weight: 700;
}

.hero-channel-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-channel-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(7, 12, 25, 0.7);
    color: #e3ebff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.hero-channel-pill img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.section {
    padding: 28px 0 0;
}

.section-head {
    display: grid;
    gap: 16px;
    max-width: 54rem;
    margin-bottom: 24px;
}

.section-head-compact {
    margin-bottom: 22px;
}

.section-head h2,
.request-copy h2 {
    font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.trust-grid,
.pricing-grid,
.faq-grid,
.social-proof-grid {
    display: grid;
    gap: 14px;
}

.metrics-section {
    position: relative;
    z-index: 2;
    margin-top: -10px;
}

.metrics-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(250px, 1.4fr);
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018)),
        rgba(7, 11, 23, 0.74);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 28px 90px rgba(0, 0, 0, 0.4),
        0 0 54px rgba(47, 107, 255, 0.12),
        0 0 34px rgba(183, 33, 255, 0.08);
}

.metric-card {
    position: relative;
    padding: 76px 20px 24px 26px;
    overflow: hidden;
}

.metric-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.46), transparent 18%),
        linear-gradient(135deg, rgba(0, 213, 255, 0.28), rgba(47, 107, 255, 0.2), rgba(183, 33, 255, 0.34));
    box-shadow:
        0 0 28px rgba(0, 213, 255, 0.18),
        0 0 18px rgba(183, 33, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0.94;
}

.metric-card span,
.metric-card strong {
    position: relative;
    z-index: 1;
}

.metric-card span,
.result-card span {
    display: block;
    color: #e6f8ff;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.06em;
}

.metric-card strong,
.result-card strong {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.metrics-integrations {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 22px 18px 22px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-shell,
.results-shell {
    padding: 28px;
}

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

.trust-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-top: 72px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.trust-card::before,
.testimonial-card::before,
.social-stat-card::before,
.result-card::before,
.case-card::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.46), transparent 18%),
        linear-gradient(135deg, rgba(0, 213, 255, 0.24), rgba(183, 33, 255, 0.34));
    box-shadow:
        0 0 28px rgba(47, 107, 255, 0.18),
        0 0 18px rgba(183, 33, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.trust-card::after,
.testimonial-card::after,
.social-stat-card::after,
.result-card::after,
.case-card::after,
.timeline-card::after,
.pricing-card::after,
.channel-card::after,
.faq-card::after,
.request-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0, 213, 255, 0.12), rgba(57, 232, 255, 0) 34%, rgba(183, 33, 255, 0.12));
    opacity: 0.76;
    pointer-events: none;
}

.trust-card strong,
.trust-card p,
.testimonial-card blockquote,
.testimonial-author,
.social-stat-card strong,
.social-stat-card p,
.social-stat-pill,
.result-card span,
.result-card strong,
.case-card h3,
.case-card p {
    position: relative;
    z-index: 1;
}

.trust-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.trust-card p {
    margin: 0;
    font-size: 14px;
}

.social-proof-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.testimonial-card,
.social-stat-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.68);
}

.stars {
    color: #ffd86b;
    font-size: 18px;
    letter-spacing: 0.12em;
}

.testimonial-card blockquote {
    margin: 18px 0;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.3rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.testimonial-author {
    display: grid;
    gap: 4px;
}

.testimonial-author strong {
    font-size: 16px;
}

.testimonial-author span,
.social-stat-label {
    color: var(--muted);
    font-size: 14px;
}

.social-stat-card {
    display: grid;
    gap: 14px;
    align-content: start;
    padding-top: 72px;
}

.social-stat-card strong {
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.social-stat-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 213, 255, 0.18), rgba(183, 33, 255, 0.18));
    border: 1px solid rgba(82, 244, 255, 0.2);
    color: #e7faff;
    font-weight: 800;
}

.results-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 16px;
    align-items: stretch;
}

.results-stats {
    display: grid;
    gap: 12px;
}

.result-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-top: 72px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.chart-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.chart-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 82% 16%, rgba(158, 77, 255, 0.14), transparent 18%);
    pointer-events: none;
}

.chart-head strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
}

.chart-shell {
    margin-top: 14px;
    padding: 14px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        rgba(5, 10, 22, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.chart-shell svg {
    display: block;
    width: 100%;
    height: auto;
}

.chart-grid-line {
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 1;
}

.chart-fill {
    fill: url(#chartFill);
}

.chart-line {
    fill: none;
    stroke: url(#chartLine);
    stroke-width: 5;
    stroke-linecap: round;
    filter: drop-shadow(0 0 12px rgba(82, 244, 255, 0.24));
}

.chart-point {
    fill: #ffffff;
    stroke: rgba(82, 244, 255, 0.78);
    stroke-width: 4;
}

.chart-legend {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

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

.timeline-card,
.case-card,
.pricing-card,
.request-card,
.faq-card {
    padding: 20px;
}

.timeline-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
}

.timeline-card::before {
    content: "";
    position: absolute;
    inset: auto 20px 0 20px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(82, 244, 255, 0.5), rgba(162, 93, 255, 0.34));
}

.timeline-index {
    color: #d4deff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.timeline-card h3,
.case-card h3,
.pricing-card h3 {
    margin: 16px 0 10px;
}

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

.case-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-top: 74px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.case-card p {
    margin: 0;
}

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

.channel-card {
    position: relative;
    overflow: hidden;
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 20px 14px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
}

.channel-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.channel-card span {
    font-weight: 700;
}

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

.pricing-card-accent {
    border-color: rgba(82, 244, 255, 0.24);
    box-shadow:
        0 30px 94px rgba(82, 244, 255, 0.14),
        0 0 40px rgba(183, 33, 255, 0.1),
        inset 0 0 0 1px rgba(82, 244, 255, 0.07);
}

.pricing-card,
.faq-card,
.request-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
        rgba(8, 12, 26, 0.64);
}

.timeline-card,
.case-card,
.pricing-card,
.channel-card,
.trust-card,
.testimonial-card,
.social-stat-card,
.result-card,
.faq-card {
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.timeline-card:hover,
.case-card:hover,
.pricing-card:hover,
.channel-card:hover,
.trust-card:hover,
.testimonial-card:hover,
.social-stat-card:hover,
.result-card:hover,
.faq-card:hover {
    transform: translateY(-2px);
    border-color: rgba(93, 242, 255, 0.28);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.4),
        0 0 44px rgba(47, 107, 255, 0.16),
        0 0 24px rgba(183, 33, 255, 0.08);
}

.request-section {
    padding-top: 40px;
}

.request-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
    align-items: start;
}

.request-points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.request-points li {
    position: relative;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.6;
}

.request-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--purple));
}

.request-card {
    padding: 22px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 26px 86px rgba(0, 0, 0, 0.36),
        0 0 34px rgba(47, 107, 255, 0.08);
}

.request-form {
    display: grid;
    gap: 16px;
}

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

.field {
    display: grid;
    gap: 8px;
}

.field span,
.channel-select legend {
    color: #d4defe;
    font-size: 13px;
    font-weight: 700;
}

.field input,
.field textarea {
    width: 100%;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(120, 139, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(7, 11, 24, 0.84);
    color: var(--text);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field textarea:focus {
    border-color: rgba(82, 244, 255, 0.34);
    box-shadow: 0 0 0 3px rgba(82, 244, 255, 0.08);
}

.field textarea {
    resize: vertical;
    min-height: 120px;
}

.field-wide {
    grid-column: 1 / -1;
}

.channel-select {
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(120, 139, 255, 0.14);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
        rgba(255, 255, 255, 0.02);
}

.channel-checks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 14px;
}

.channel-checks label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(120, 139, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
        rgba(7, 11, 24, 0.82);
    color: #e6ebff;
}

.channel-checks input {
    accent-color: var(--cyan);
}

.form-note {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.thank-you-state {
    display: grid;
    gap: 14px;
}

.thank-you-state h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1;
}

.faq-card summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
}

.faq-card summary::-webkit-details-marker {
    display: none;
}

.faq-card[open] {
    border-color: var(--line-strong);
}

.faq-card p {
    margin: 14px 0 0;
}

.site-footer {
    padding: 42px 0 100px;
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell strong {
    display: block;
    margin-bottom: 8px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--muted);
}

.mobile-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, var(--purple));
    color: #03101a;
    font-weight: 800;
    box-shadow:
        0 26px 56px rgba(82, 244, 255, 0.22),
        0 0 42px rgba(162, 93, 255, 0.18),
        0 0 22px rgba(0, 213, 255, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@keyframes auroraFloat {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(18px, 16px, 0) scale(1.06);
    }
}

@media (max-width: 1180px) {
    .hero-grid,
    .results-grid,
    .request-grid,
    .social-proof-grid {
        grid-template-columns: 1fr;
    }

    .hero-shell {
        padding-top: 28px;
    }

    .mockup-grid {
        grid-template-columns: 180px minmax(0, 1fr);
    }

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

    .mockup-crm {
        grid-column: 1 / -1;
    }

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

    .metrics-integrations {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

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

@media (max-width: 980px) {
    .nav {
        display: none;
    }

    .header-shell {
        flex-wrap: wrap;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }

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

@media (max-width: 820px) {
    .hero-section {
        padding-top: 22px;
    }

    .hero-shell,
    .trust-shell,
    .results-shell {
        padding: 22px;
    }

    .hero-copy h1,
    .section-head h2,
    .request-copy h2 {
        font-size: clamp(2.3rem, 8.5vw, 3.5rem);
        line-height: 0.92;
    }

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

    .hero-actions,
    .form-grid,
    .channel-checks,
    .pricing-grid,
    .faq-grid,
    .mockup-grid {
        grid-template-columns: 1fr;
    }

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

    .hero-actions,
    .form-actions,
    .thank-you-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .form-actions .btn,
    .thank-you-actions .btn {
        width: 100%;
    }

    .hero-presenter {
        left: -24px;
        bottom: -18px;
        opacity: 0.38;
        transform: scale(0.86);
        transform-origin: left bottom;
    }

    .mockup-status,
    .hero-channel-pill {
        width: 100%;
        justify-content: center;
    }

    .crm-preview-grid,
    .metrics-panel,
    .trust-grid,
    .cases-grid {
        grid-template-columns: 1fr;
    }

    .metric-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .metric-card:last-of-type {
        border-bottom: 0;
    }

    .footer-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(var(--container), calc(100% - 24px));
    }

    .btn,
    .btn-small {
        width: 100%;
    }

    .header-actions {
        gap: 8px;
    }

    .header-actions .btn-link {
        width: auto;
        min-height: 40px;
        padding: 0 10px;
    }

    .site-header .brand-icon,
    .site-header .brand-logo,
    .site-header .media-logo,
    .site-header .logo {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }

    .hero-shell,
    .hero-visual,
    .trust-shell,
    .testimonial-card,
    .social-stat-card,
    .results-shell,
    .timeline-card,
    .pricing-card,
    .request-card,
    .faq-card {
        padding: 18px;
    }

    .mockup-grid {
        gap: 10px;
    }

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

    .sidebar-panel,
    .chat-preview,
    .crm-preview {
        padding: 13px;
    }

    .panel-head strong,
    .crm-preview-head strong,
    .pricing-card h3,
    .timeline-card h3 {
        font-size: 16px;
    }

    .chat-message {
        padding: 11px 12px;
    }

    .chat-message p,
    .crm-preview-grid span,
    .sidebar-item,
    .mini-metric span {
        font-size: 13px;
    }

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

    .crm-preview-grid div:last-child {
        grid-column: 1 / -1;
    }

    .hero-benefits {
        gap: 10px;
    }

    .hero-mobile-preview {
        display: block;
    }

    .benefit-pill {
        width: 100%;
    }

    .metrics-panel {
        padding: 8px;
    }

    .metrics-integrations {
        padding: 20px 16px;
    }

    .hero-micro-actions,
    .hero-channel-list {
        gap: 12px;
    }

    .trust-grid,
    .cases-grid,
    .channels-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card blockquote {
        font-size: 1.35rem;
    }

    .hero-stage {
        padding-top: 18px;
    }

    .hero-horizon {
        width: 160vw;
        height: 160px;
        bottom: 6px;
    }

    .page-bg::after,
    .hero-stars {
        opacity: 0.46;
    }
}
