:root {
    color-scheme: dark;
    --bg: #050816;
    --bg-soft: #0a1020;
    --panel: rgba(9, 15, 31, 0.78);
    --panel-strong: rgba(12, 20, 39, 0.92);
    --panel-glow: rgba(103, 232, 249, 0.12);
    --line: rgba(124, 147, 196, 0.16);
    --line-strong: rgba(124, 147, 196, 0.3);
    --text: #f3f7ff;
    --muted: rgba(218, 229, 255, 0.74);
    --cyan: #67e8f9;
    --pink: #ff6db4;
    --lime: #b7f56d;
    --sky: #8ab4ff;
    --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
    --radius-sm: 16px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(103, 232, 249, 0.07), transparent 24%),
        radial-gradient(circle at 90% 10%, rgba(255, 109, 180, 0.08), transparent 22%),
        linear-gradient(180deg, #040711 0%, #091122 48%, #040711 100%);
}

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

button,
.btn {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}

.bg-scene {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.bg-scene__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(129, 152, 204, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(129, 152, 204, 0.06) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 92%);
}

.bg-scene__orb,
.bg-scene__beam {
    position: absolute;
    filter: blur(42px);
    opacity: 0.45;
}

.bg-scene__orb {
    border-radius: 999px;
}

.bg-scene__orb--cyan {
    top: 40px;
    left: -140px;
    width: 340px;
    height: 340px;
    background: rgba(103, 232, 249, 0.16);
}

.bg-scene__orb--pink {
    top: 130px;
    right: -140px;
    width: 340px;
    height: 340px;
    background: rgba(255, 109, 180, 0.14);
}

.bg-scene__orb--lime {
    left: 45%;
    bottom: -160px;
    width: 360px;
    height: 360px;
    background: rgba(183, 245, 109, 0.1);
}

.bg-scene__beam {
    height: 220px;
    width: 34%;
    background: linear-gradient(90deg, transparent 0%, rgba(103, 232, 249, 0.09) 50%, transparent 100%);
    transform: rotate(-18deg);
    animation: beamFloat 14s linear infinite;
}

.bg-scene__beam--one {
    top: 18%;
    left: -8%;
}

.bg-scene__beam--two {
    top: 50%;
    right: -8%;
    animation-duration: 18s;
    animation-direction: reverse;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(5, 8, 22, 0.66);
    border-bottom: 1px solid rgba(123, 146, 197, 0.12);
}

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

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

.brand__mark {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--pink) 0%, var(--cyan) 52%, var(--lime) 100%);
    box-shadow:
        0 0 0 6px rgba(103, 232, 249, 0.08),
        0 14px 34px rgba(103, 232, 249, 0.18);
}

.brand__copy {
    display: grid;
    gap: 2px;
}

.brand__copy strong,
.hero__title,
.section-head h2,
.step-card h3,
.feature-card h3,
.top-card h3,
.pricing-card__price,
.cta-card h2 {
    font-family: "Oxanium", sans-serif;
}

.brand__copy strong {
    font-size: 16px;
    letter-spacing: 0.04em;
}

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

.nav-toggle {
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--text);
    background: rgba(10, 15, 29, 0.72);
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.topbar__panel,
.topbar__controls,
.topbar__actions,
.hero__actions,
.hero__chips,
.cta-card__actions,
.lang-switch,
.topnav {
    display: flex;
    align-items: center;
}

.topbar__panel {
    gap: 22px;
    flex: 1 1 auto;
    justify-content: center;
}

.topnav {
    gap: 18px;
    color: rgba(233, 240, 255, 0.8);
    font-size: 14px;
}

.topnav a {
    position: relative;
}

.topnav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.24s ease;
}

.topnav a:hover::after,
.topnav a:focus-visible::after {
    transform: scaleX(1);
}

.topbar__controls {
    gap: 12px;
    flex: 0 0 auto;
}

.lang-switch {
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(8, 13, 26, 0.82);
}

.lang-switch__btn {
    min-width: 42px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    color: rgba(235, 241, 255, 0.76);
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-switch__btn.is-active {
    color: #07111f;
    background: linear-gradient(135deg, var(--lime), var(--cyan));
}

.topbar__actions,
.hero__actions,
.cta-card__actions {
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

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

.btn--primary {
    color: #05111e;
    background: linear-gradient(135deg, var(--lime) 0%, var(--cyan) 56%, var(--sky) 100%);
    box-shadow: 0 16px 34px rgba(103, 232, 249, 0.15);
}

.btn--secondary,
.btn--ghost {
    color: var(--text);
    background: rgba(12, 19, 36, 0.76);
}

.btn--secondary {
    border-color: rgba(123, 146, 197, 0.26);
}

.btn--ghost {
    border-color: rgba(123, 146, 197, 0.18);
}

.btn--large {
    min-height: 56px;
    padding: 0 24px;
    font-weight: 700;
}

.btn--block {
    width: 100%;
}

.section {
    position: relative;
    padding: 92px 0;
}

.section--hero {
    padding-top: 54px;
}

.section--connected {
    padding-top: 84px;
}

.section-connector {
    position: absolute;
    left: 50%;
    top: -28px;
    width: min(940px, calc(100% - 40px));
    height: 78px;
    transform: translateX(-50%);
    border-top: 1px solid rgba(110, 141, 203, 0.16);
    background:
        radial-gradient(circle at 20% 0%, rgba(103, 232, 249, 0.18), transparent 30%),
        radial-gradient(circle at 80% 0%, rgba(255, 109, 180, 0.16), transparent 28%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
    pointer-events: none;
}

.hero,
.split-grid,
.demo-layout {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 34px;
    align-items: center;
}

.split-grid--reverse {
    grid-template-columns: 0.92fr 1.08fr;
}

.eyebrow,
.section-kicker,
.visual-label,
.top-card__badge,
.pricing-card__label,
.pricing-card__flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(124, 147, 196, 0.18);
    background: rgba(10, 16, 30, 0.68);
    color: rgba(239, 244, 255, 0.88);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lime), var(--cyan));
    box-shadow: 0 0 18px rgba(183, 245, 109, 0.55);
}

.hero__title {
    display: grid;
    gap: 6px;
    margin: 22px 0 16px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

.hero__title-accent {
    color: var(--cyan);
    text-shadow: 0 0 34px rgba(103, 232, 249, 0.18);
}

.hero__lead,
.section-head p,
.step-card p,
.feature-card p,
.split-copy p,
.top-card p,
.pricing-list,
.faq-item p,
.cta-card p,
.footer p,
.bullet-list li {
    color: var(--muted);
}

.hero__lead {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.72;
}

.hero__chips {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.info-chip,
.float-pill {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(124, 147, 196, 0.14);
    background: rgba(8, 13, 26, 0.84);
    color: rgba(228, 237, 255, 0.82);
    font-size: 13px;
}

.visual-stack {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.78fr);
    grid-template-rows: auto auto;
    gap: 18px;
    align-items: start;
    min-height: 0;
}

.hero-shot {
    margin: 0;
    padding: 16px;
    border-radius: 32px;
    border: 1px solid rgba(124, 147, 196, 0.16);
    background:
        radial-gradient(circle at top, rgba(103, 232, 249, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(13, 21, 40, 0.96) 0%, rgba(6, 10, 22, 0.96) 100%);
    box-shadow: var(--shadow);
}

.hero-shot img {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

html[data-lang="uk"] .hero-shot__image[data-hero-lang="uk"],
html[data-lang="ru"] .hero-shot__image[data-hero-lang="ru"],
html[data-lang="en"] .hero-shot__image[data-hero-lang="en"] {
    display: block;
}

.visual-card,
.step-card,
.feature-card,
.demo-shell__window,
.flow-visual,
.flow-node,
.phone-frame,
.top-card,
.pricing-card,
.faq-item,
.cta-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%),
        var(--panel);
    box-shadow: var(--shadow);
}

.visual-card::before,
.step-card::before,
.feature-card::before,
.top-card::before,
.pricing-card::before,
.cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(103, 232, 249, 0.08), transparent 36%, rgba(255, 109, 180, 0.06) 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.visual-card:hover::before,
.step-card:hover::before,
.feature-card:hover::before,
.top-card:hover::before,
.pricing-card:hover::before,
.cta-card:hover::before {
    opacity: 1;
}

.visual-card {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.visual-card--main {
    width: auto;
    grid-column: 1;
    grid-row: 1 / span 2;
    padding: 24px;
}

.visual-card--side {
    position: relative;
    width: auto;
    grid-column: 2;
    grid-row: 1;
    padding: 18px;
}

.visual-card--float {
    position: relative;
    left: auto;
    bottom: auto;
    display: grid;
    gap: 10px;
    grid-column: 2;
    grid-row: 2;
    padding: 16px;
}

.visual-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.visual-status {
    color: var(--lime);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visual-showcase {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.showcase-box,
.showcase-stat,
.demo-panel,
.phone-status,
.phone-meter {
    border: 1px solid rgba(124, 147, 196, 0.16);
    border-radius: var(--radius-md);
    background: rgba(10, 16, 30, 0.72);
}

.showcase-box {
    padding: 18px;
}

.showcase-box span,
.showcase-stat span,
.demo-panel span,
.phone-status span,
.phone-meter span {
    display: block;
    margin-bottom: 9px;
    color: rgba(233, 240, 255, 0.62);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.showcase-box strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
}

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

.showcase-stat {
    padding: 16px;
}

.showcase-stat strong,
.demo-panel strong,
.phone-status strong {
    font-size: 22px;
    line-height: 1.12;
}

.showcase-stat--accent,
.demo-panel--accent,
.top-card--accent,
.pricing-card--featured {
    border-color: rgba(183, 245, 109, 0.28);
    box-shadow: inset 0 0 0 1px rgba(183, 245, 109, 0.05);
}

.mini-remote {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.mini-remote span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(8, 13, 26, 0.82);
    color: rgba(233, 240, 255, 0.82);
}

.section-head {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-head--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.section-head h2,
.split-copy h2 {
    margin: 18px 0 12px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.steps-grid,
.feature-grid,
.tops-grid,
.pricing-grid,
.downloads-grid,
.connect-grid {
    display: grid;
    gap: 18px;
}

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

.step-card,
.feature-card,
.top-card,
.pricing-card {
    padding: 26px;
}

.step-card__index,
.top-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.step-card__index {
    min-width: 56px;
    min-height: 34px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.12);
    color: var(--cyan);
    font-size: 12px;
    letter-spacing: 0.08em;
}

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

.downloads-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.download-card,
.connect-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%),
        var(--panel);
    box-shadow: var(--shadow);
}

.download-card::before,
.connect-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(103, 232, 249, 0.08), transparent 38%, rgba(255, 109, 180, 0.06) 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.download-card:hover::before,
.connect-card:hover::before {
    opacity: 1;
}

.download-card__label {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.12);
    color: var(--cyan);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-card h3,
.connect-card h3 {
    margin: 18px 0 10px;
    font-family: "Oxanium", sans-serif;
    font-size: 28px;
    line-height: 1.05;
}

.download-card p,
.connect-card p {
    color: var(--muted);
}

.download-card__actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.text-link {
    color: rgba(216, 233, 255, 0.82);
    font-size: 14px;
}

.connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.connect-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 22px;
}

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

.connect-flow span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 14px 12px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(124, 147, 196, 0.16);
    background: rgba(10, 16, 30, 0.76);
    color: rgba(233, 240, 255, 0.88);
    font-size: 14px;
    line-height: 1.4;
}

.bullet-list--tight {
    margin-top: 0;
}

.demo-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
}

.demo-shell--full {
    width: min(100%, 980px);
    margin: 0 auto;
}

.demo-shell__window--preview {
    padding: 30px;
}

.demo-preview {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
    gap: 20px;
}

.demo-preview .visual-card--main {
    min-height: 100%;
}

.demo-preview .showcase-box strong {
    font-size: clamp(36px, 4.2vw, 52px);
}

.demo-preview .showcase-stat strong {
    font-size: clamp(26px, 3vw, 38px);
}

.demo-preview .mini-remote span,
.demo-preview .float-pill {
    min-height: 56px;
    font-size: 18px;
}

.demo-preview .visual-card--side {
    padding: 22px;
}

.demo-preview .visual-card--float {
    padding: 18px;
}

.demo-shell__window {
    padding: 22px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top, rgba(103, 232, 249, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(13, 21, 40, 0.96) 0%, rgba(6, 10, 22, 0.96) 100%);
}

.demo-shell__header {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.demo-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.demo-shell__content,
.demo-row,
.board-lines,
.flow-visual,
.phone-grid,
.faq-list,
.pricing-list,
.footer__inner {
    display: grid;
    gap: 14px;
}

.demo-panel {
    padding: 18px;
}

.demo-panel--wide strong {
    font-size: 28px;
}

.demo-row {
    grid-template-columns: 1.15fr 0.85fr;
}

.demo-panel--board .board-lines div {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    min-height: 52px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(124, 147, 196, 0.12);
}

.demo-panel--board .board-lines div:last-child {
    border-bottom: 0;
}

.demo-panel--board strong {
    font-size: 18px;
}

.demo-panel--board em {
    color: rgba(233, 240, 255, 0.7);
    font-style: normal;
}

.split-copy h2 {
    margin-top: 16px;
}

.bullet-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.bullet-list li {
    position: relative;
    padding-left: 26px;
    line-height: 1.65;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--lime));
    box-shadow: 0 0 16px rgba(103, 232, 249, 0.4);
}

.flow-visual {
    grid-template-columns: 1fr 56px 1fr 56px 1fr;
    align-items: center;
    padding: 26px;
}

.flow-node {
    padding: 20px;
    text-align: center;
}

.flow-node strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.flow-node span {
    color: var(--muted);
}

.flow-node--accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%),
        rgba(10, 16, 30, 0.9);
}

.flow-line {
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, rgba(103, 232, 249, 0.2), rgba(183, 245, 109, 0.74));
}

.flow-line::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--lime);
    border-right: 2px solid var(--lime);
    transform: rotate(45deg);
}

.mobile-visual {
    display: flex;
    justify-content: center;
}

.phone-frame {
    width: min(100%, 360px);
    padding: 16px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%),
        rgba(9, 15, 31, 0.92);
}

.phone-frame__notch {
    width: 112px;
    height: 26px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.phone-screen {
    display: grid;
    gap: 16px;
}

.phone-status,
.phone-meter {
    padding: 18px;
}

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

.phone-grid button {
    min-height: 58px;
    border: 1px solid rgba(124, 147, 196, 0.14);
    border-radius: 18px;
    color: var(--text);
    background: rgba(10, 16, 30, 0.86);
}

.phone-meter__bar {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.phone-meter__bar span {
    display: block;
    width: 86%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cyan), var(--lime));
}

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

.top-card__badge {
    min-width: 58px;
    margin-bottom: 18px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.pricing-card__flag {
    position: absolute;
    top: 18px;
    right: 18px;
}

.pricing-card__price {
    font-size: 52px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.pricing-card__price small {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: var(--muted);
}

.pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}

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

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    padding: 0 22px;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 0;
    font-weight: 700;
}

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

.faq-item p {
    margin: 0 0 22px;
    line-height: 1.65;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    background:
        radial-gradient(circle at left top, rgba(103, 232, 249, 0.15), transparent 26%),
        radial-gradient(circle at right, rgba(255, 109, 180, 0.11), transparent 26%),
        var(--panel-strong);
}

.cta-card h2 {
    margin: 16px 0 12px;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.footer {
    padding: 24px 0 34px;
    border-top: 1px solid rgba(123, 146, 197, 0.1);
}

.footer__inner {
    grid-template-columns: 1.1fr auto auto;
    align-items: center;
}

.footer__brand strong {
    display: block;
    margin-bottom: 6px;
}

.footer__links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--muted);
}

.footer__copy {
    color: rgba(218, 229, 255, 0.52);
    font-size: 14px;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.2, 0.75, 0.22, 1);
}

.reveal--delay {
    transition-delay: 0.12s;
}

.reveal--delay-2 {
    transition-delay: 0.24s;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes beamFloat {
    0% {
        transform: translateX(-2%) rotate(-18deg);
    }
    50% {
        transform: translateX(6%) rotate(-15deg);
    }
    100% {
        transform: translateX(-2%) rotate(-18deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .bg-scene__beam,
    .reveal,
    .btn,
    .lang-switch__btn,
    .topnav a::after {
        animation: none !important;
        transition: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1180px) {
    .hero,
    .split-grid,
    .split-grid--reverse,
    .demo-layout,
    .steps-grid,
    .feature-grid,
    .tops-grid,
    .pricing-grid,
    .downloads-grid,
    .connect-grid,
    .footer__inner {
        grid-template-columns: 1fr;
    }

    .visual-stack {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: 0;
    }

    .visual-card--main,
    .visual-card--side,
    .visual-card--float {
        position: relative;
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .demo-shell--full {
        width: 100%;
    }

    .demo-shell__window--preview {
        padding: 24px;
    }

    .demo-preview {
        grid-template-columns: 1fr;
    }

    .flow-visual {
        grid-template-columns: 1fr;
    }

    .flow-line {
        width: 2px;
        height: 40px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(103, 232, 249, 0.2), rgba(183, 245, 109, 0.74));
    }

    .flow-line::after {
        top: auto;
        left: -4px;
        right: auto;
        bottom: -1px;
        transform: rotate(135deg);
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

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

    .topbar__inner {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
    }

    .brand {
        grid-column: 1;
        grid-row: 1;
    }

    .nav-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .topbar__panel {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: grid;
        gap: 18px;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 24px;
        background: rgba(7, 11, 24, 0.96);
        box-shadow: var(--shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition:
            opacity 0.24s ease,
            transform 0.24s ease,
            visibility 0.24s ease;
    }

    .topbar__controls {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
        gap: 10px;
        align-items: stretch;
    }

    .topbar.is-open .topbar__panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .topbar.is-open .nav-toggle span:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .topbar.is-open .nav-toggle span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .topnav {
        display: grid;
        gap: 12px;
        align-items: stretch;
    }

    .topnav a {
        min-height: 46px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 16px;
        background: rgba(11, 18, 34, 0.72);
    }

    .topnav a::after {
        display: none;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .topbar__actions,
    .hero__actions,
    .cta-card__actions,
    .demo-row,
    .phone-grid,
    .connect-flow,
    .connect-flow--compact {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .lang-switch {
        justify-content: center;
        width: 100%;
    }

    .topbar__actions .btn {
        min-height: 44px;
        padding: 0 16px;
    }

    .topbar__actions .btn,
    .hero__actions .btn,
    .cta-card__actions .btn {
        width: 100%;
    }

    .section {
        padding: 76px 0;
    }
}

@media (max-width: 720px) {
    .section-connector {
        top: -18px;
        height: 56px;
    }

    .hero__title {
        font-size: clamp(36px, 12vw, 56px);
    }

    .showcase-box strong,
    .demo-panel--wide strong,
    .showcase-stat strong,
    .demo-panel strong,
    .phone-status strong {
        font-size: 20px;
    }

    .pricing-card__price {
        font-size: 44px;
    }

    .cta-card {
        padding: 26px;
    }

    .footer__inner {
        gap: 18px;
    }
}
