:root {
    --bg-dark: #020205;
    --text-main: #ffffff;
    --text-muted: #8b8f9c;
    --accent: #5a5df5;
    --accent-hover: #7b7eff;
    --accent-glow: rgba(90, 93, 245, 0.4);
    --green: #10b981;

    --glass-bg: rgba(255, 255, 255, 0.02);
    --glass-border: rgba(255, 255, 255, 0.05);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Onest', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    overflow-x: hidden;
    line-height: 1.6;
}

* {
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* Utilities */
.text-gradient {
    background: linear-gradient(135deg, #fff 0%, #b4b6ff 50%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-green {
    color: var(--green);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    backdrop-filter: blur(10px);
}
.btn-sm {
    padding: 10px 20px;
    font-size: 14px;
}
.btn-xl {
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 16px;
}

.btn-primary {
    background: var(--accent);
    color: white;
}
.btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
}
.btn-glow {
    box-shadow: 0 0 30px var(--accent-glow);
}
.btn-glow:hover {
    box-shadow: 0 0 50px var(--accent-glow);
}

.btn-glass {
    background: var(--glass-bg);
    border-color: var(--glass-border);
    color: white;
}
.btn-glass:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.btn-ghost {
    background: transparent;
    color: var(--text-muted);
}
.btn-ghost:hover {
    color: white;
    background: var(--glass-bg);
}

/* Ambient Background */
.bg-ambient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
}
.hero-glow-img {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: blur(60px);
    opacity: 0.6;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
}

/* Falling Neon Notes */
.falling-note {
    position: absolute;
    top: -150px;
    left: var(--left, 50%);
    pointer-events: none;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: noteFall var(--fall-duration, 10s) linear var(--fall-delay, 0s) infinite;
}

@keyframes noteFall {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    5% {
        opacity: var(--max-opacity, 0.8);
    }
    80% {
        opacity: var(--max-opacity, 0.8);
    }
    100% {
        transform: translateY(115vh);
        opacity: 0;
    }
}

@keyframes noteSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.note-symbol {
    font-size: var(--note-size, 2rem);
    color: var(--note-color, #fff);
    text-shadow:
        0 0 10px var(--note-color),
        0 0 20px var(--note-color);
    line-height: 1;
    animation: noteSpin calc(var(--fall-duration, 10s) * 0.5) linear infinite;
}

.note-trail {
    width: 2px;
    height: calc(var(--note-size) * 4);
    background: linear-gradient(to top, var(--note-color), transparent);
    opacity: 0.6;
    margin-bottom: -5px;
    filter: blur(1px);
}
.orb-1 {
    top: -10%;
    left: 20%;
    width: 50vw;
    height: 50vw;
    background: rgba(90, 93, 245, 0.4);
    animation: floatOrb 20s infinite ease-in-out alternate;
}
.orb-2 {
    bottom: -20%;
    right: -10%;
    width: 40vw;
    height: 40vw;
    background: rgba(146, 148, 255, 0.2);
    animation: floatOrb 15s infinite ease-in-out alternate-reverse;
}
.noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMSIgbnVtT2N0YXZlcz0iMSIgc3RpdGNoVGlsZXM9InN0aXRjaCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==');
}
@keyframes floatOrb {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(10%, 10%) scale(1.1);
    }
}

/* Glass Panels */
.glass-panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    box-shadow: var(--glass-shadow);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(16px);
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: 0.3s;
}
.navbar.scrolled {
    background: rgba(2, 2, 5, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    padding: 15px 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -1px;
}
.logo span {
    color: var(--accent);
}
.nav-links {
    display: flex;
    gap: 32px;
}
.nav-links a {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 15px;
}
.nav-links a:hover {
    color: white;
}
.nav-actions {
    display: flex;
    gap: 12px;
}

/* Hide mobile menu parts on desktop */
.mobile-menu-overlay,
.hamburger-btn {
    display: none;
}

/* Sections */
section {
    padding: 160px 0;
}
.section-title {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 24px;
    line-height: 1.1;
}
.section-subtitle {
    font-size: 20px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 180px;
}
.hero-content {
    max-width: 800px;
    z-index: 10;
    position: relative;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}
.pulsing-dot {
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(90, 93, 245, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(90, 93, 245, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 93, 245, 0);
    }
}

.hero-title {
    font-size: 84px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -3px;
    margin-bottom: 32px;
}
.hero-desc {
    font-size: 22px;
    color: var(--text-muted);
    margin-bottom: 48px;
    max-width: 650px;
}
.hero-actions {
    display: flex;
    gap: 16px;
}

/* Floating parallax elements on Hero */
.floating-element {
    position: absolute;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--glass-border);
}
.float-1 {
    top: 20%;
    right: 5%;
    animation: floatY 6s ease-in-out infinite;
}
.float-2 {
    bottom: 15%;
    right: 15%;
    animation: floatY 8s ease-in-out infinite 1s;
}
@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.fe-icon {
    font-size: 24px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fe-text {
    display: flex;
    flex-direction: column;
}
.fe-label {
    font-size: 13px;
    color: var(--text-muted);
}
.fe-value {
    font-size: 20px;
    font-weight: 800;
}

/* Marquee Trust */
.marquee-section {
    padding: 60px 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.marquee-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-bottom: 32px;
}
.marquee-wrapper {
    position: relative;
    white-space: nowrap;
    display: flex;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-logos {
    display: flex;
    animation: marquee 60s linear infinite;
    gap: 80px;
    padding-left: 80px;
}
.platform-logo {
    font-size: 28px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: -1px;
}

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

/* UI Showcase (3D representation) */
.platform-preview {
    perspective: 2000px;
    padding: 120px 0;
    overflow: hidden;
}
.showcase-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
}
.showcase-wrapper {
    transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
    transition: transform 0.1s ease-out;
}

.mockup-window {
    background: rgba(10, 10, 15, 0.7);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(90, 93, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.mockup-header {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mac-dots {
    display: flex;
    gap: 8px;
}
.mac-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4b4d58;
}
.mac-dots span:nth-child(1) {
    background: #ff5f56;
}
.mac-dots span:nth-child(2) {
    background: #ffbd2e;
}
.mac-dots span:nth-child(3) {
    background: #27c93f;
}
.mockup-title {
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: var(--text-muted);
}

.screenshots-fan {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
}

.deck-slot {
    position: absolute;
    width: 70%;
    transform-origin: center bottom;
}

.screen-item {
    width: 100%;
    border-radius: 16px;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    cursor: pointer;
    transition: filter 0.3s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
    position: relative;
}

.screen-item img {
    width: 100%;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.profile-blur {
    position: absolute;
    top: 1.2%;
    right: 1.2%;
    width: 12%;
    height: 5.5%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 8px;
    z-index: 10;
}

/* Настраиваем Z-index и изначальное затемнение для слоев */
.slot-left {
    z-index: 1;
}
.slot-right {
    z-index: 2;
}
.slot-center {
    z-index: 3;
    position: relative;
}

.slot-left .screen-item,
.slot-right .screen-item {
    filter: brightness(0.85);
    opacity: 0.9;
}
.slot-left .screen-item:hover,
.slot-right .screen-item:hover {
    filter: brightness(0.95);
    opacity: 1;
}
.slot-center .screen-item {
    filter: brightness(1);
    opacity: 1;
    cursor: default;
}

@keyframes target-glow {
    0% {
        box-shadow: inset 0 0 80px rgba(90, 93, 245, 0.4);
        background-color: rgba(90, 93, 245, 0.1);
        border-radius: 40px;
    }
    100% {
        box-shadow: inset 0 0 0 transparent;
        background-color: transparent;
        border-radius: 40px;
    }
}
.highlight-section {
    animation: target-glow 1.5s ease-out;
}

/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pricing-card {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
    isolation: isolate;
}
.pricing-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        600px circle at var(--mouse-x, 0) var(--mouse-y, 0),
        rgba(255, 255, 255, 0.06),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
    pointer-events: none;
}
.pricing-card:hover::before {
    opacity: 1;
}
.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(90, 93, 245, 0.4);
}
.pricing-popular {
    border-color: rgba(90, 93, 245, 0.5);
    box-shadow: 0 20px 50px rgba(90, 93, 245, 0.15);
    transform: scale(1.02);
}
.pricing-popular:hover {
    transform: scale(1.02) translateY(-8px);
}
.popular-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ffb75e, #ed8f03);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(237, 143, 3, 0.4);
    z-index: 10;
}
.pc-header {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--glass-border);
    padding-bottom: 24px;
}
.pc-icon {
    font-size: 28px;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02);
}
.pricing-card h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}
.pc-desc {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}
.pc-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 32px;
}
.price-prefix {
    font-size: 16px;
    color: var(--text-muted);
    font-weight: 600;
}
.price-val {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}
.price-cur {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-muted);
}
.pc-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    flex: 1;
}
.p-feat {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #d1d5db;
}
.p-feat i {
    font-style: normal;
    color: var(--accent);
    font-weight: 900;
    background: rgba(90, 93, 245, 0.15);
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
}
.p-feat.highlight i {
    background: linear-gradient(135deg, var(--accent), #ff5f56);
    color: white;
}
.btn-full {
    width: 100%;
}
.pc-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 40%;
    background: radial-gradient(ellipse at bottom, var(--accent-glow) 0%, transparent 60%);
    z-index: -2;
    filter: blur(30px);
    pointer-events: none;
    opacity: 0.6;
}

/* Bento 2.0 */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 24px;
}
.bento-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}
.bento-wide {
    grid-column: span 3;
}
.bento-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    font-weight: 800;
    margin-bottom: 16px;
}
.bento-item h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.bento-item p {
    color: var(--text-muted);
    font-size: 16px;
    position: relative;
    z-index: 2;
    max-width: 400px;
}

.bento-visual {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}
.viz-shipping {
    width: 50%;
    height: 60%;
    right: 5%;
    bottom: 5%;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.viz-track {
    display: flex;
    gap: 12px;
    padding: 12px;
    width: 90%;
    align-items: center;
    animation: floatY 4s infinite;
}
.viz-cover {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ff0076, #590fb7);
    border-radius: 8px;
}
.viz-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.viz-line-1 {
    height: 8px;
    width: 80%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.viz-line-2 {
    height: 6px;
    width: 50%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}
.viz-status {
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 4px;
}

.viz-stats {
    display: flex;
    gap: -20px;
    right: -10px;
    bottom: -10px;
}
.viz-circ {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid var(--accent);
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(45deg);
    opacity: 0.1;
}

/* Roadmap */
.roadmap {
    position: relative;
}
.roadmap-timeline {
    position: relative;
    padding-left: 60px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 64px;
}
.timeline-line {
    position: absolute;
    top: 0;
    left: 24px;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.timeline-progress {
    width: 100%;
    height: 0%;
    background: var(--accent);
    box-shadow: 0 0 15px var(--accent);
    transition: height 0.1s;
}

.timeline-step {
    position: relative;
    margin-bottom: 64px;
}
.timeline-step:last-child {
    margin-bottom: 0;
}
.step-dot {
    position: absolute;
    left: -43px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--bg-dark);
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    transition: 0.3s;
}
.timeline-step.active .step-dot {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 15px var(--accent-glow);
}

.step-content {
    padding: 40px;
    position: relative;
}
.step-num {
    font-size: 64px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}
.step-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
.step-content p {
    color: var(--text-muted);
    font-size: 18px;
}

/* FAQ Accordion */
.FAQ-container {
    max-width: 800px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accordion-item {
    overflow: hidden;
    transition: 0.3s;
}
.accordion-header {
    width: 100%;
    text-align: left;
    padding: 24px 32px;
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acc-icon {
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.4s;
    color: var(--accent);
}
.accordion-item.active .acc-icon {
    transform: rotate(45deg);
}
.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
.accordion-item.active .accordion-body {
    max-height: 500px;
    transition: max-height 0.4s ease-in-out;
}
.acc-content {
    padding: 0 32px 32px 32px;
    color: var(--text-muted);
    font-size: 18px;
}

/* Footer */
.footer {
    padding-top: 60px;
    border-top: 1px solid var(--glass-border);
    position: relative;
    overflow: hidden;
}
.footer-cta {
    text-align: center;
    padding: 100px 40px;
    margin-bottom: 80px;
    position: relative;
    border-color: rgba(90, 93, 245, 0.3);
}
.footer-blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, var(--accent-glow), transparent 70%);
    z-index: -1;
    filter: blur(60px);
    pointer-events: none;
}
.cta-title {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -2px;
}
.cta-desc {
    font-size: 22px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 40px auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.footer-brand p {
    color: var(--text-muted);
    margin-top: 16px;
    max-width: 200px;
}
.footer-links-grid {
    display: flex;
    gap: 80px;
}
.f-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.f-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}
.f-col a {
    color: var(--text-muted);
    font-size: 16px;
}
.f-col a:hover {
    color: var(--accent);
}

.footer-copyright {
    border-top: 1px solid var(--glass-border);
    padding: 32px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

/* ========================================= */
/* MOBILE SECTION */
/* ========================================= */

.mobile-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mobile-content {
    max-width: 500px;
}

.mobile-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--text-muted);
}

.mf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.mobile-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phones-cascade {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-mockup {
    position: absolute;
    width: 260px;
    height: 540px;
    background: #000;
    border-radius: 36px;
    box-shadow:
        0 0 0 8px #1a1a1e,
        0 0 0 10px #3f3f46,
        -20px 30px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Dynamic island */
.phone-mockup::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 24px;
    background: #000;
    border-radius: 14px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-color: #0f0f13;
}

/* Fan-out effect */
.phone-mockup.phone-3 {
    transform: translateX(-130px) translateY(-20px) rotate(-10deg) scale(0.85);
    z-index: 1;
    filter: blur(2px) brightness(0.5);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.phone-mockup.phone-2 {
    transform: translateX(130px) translateY(-10px) rotate(10deg) scale(0.9);
    z-index: 2;
    filter: blur(1px) brightness(0.7);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.phone-mockup.phone-1 {
    transform: translateX(0) scale(1);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

/* Hover effects for interactivity */
.phones-cascade:hover .phone-mockup.phone-3 {
    transform: translateX(-160px) translateY(-10px) rotate(-12deg) scale(0.88);
    filter: blur(1px) brightness(0.6);
}

.phones-cascade:hover .phone-mockup.phone-2 {
    transform: translateX(160px) translateY(-5px) rotate(12deg) scale(0.92);
    filter: blur(0px) brightness(0.8);
}

.phones-cascade:hover .phone-mockup.phone-1 {
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        0 0 0 8px #1a1a1e,
        0 0 0 10px #3f3f46,
        0px 30px 50px rgba(0, 0, 0, 0.6);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }
    section {
        padding: 80px 0;
    }
    .hero {
        min-height: auto;
        padding-top: 140px;
        padding-bottom: 60px;
    }
    .hero-title {
        font-size: 56px;
    }

    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .bento-large,
    .bento-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .mobile-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .mobile-content {
        max-width: 100%;
        text-align: left;
        padding: 24px;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    .mobile-features {
        align-items: flex-start;
    }
    .mobile-visual {
        height: 500px;
    }
}

@media (max-width: 768px) {
    /* Navbar */
    .nav-links {
        display: none;
    }
    .nav-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .nav-actions .btn-ghost {
        display: inline-flex !important;
        font-size: 14px;
        padding: 6px 12px;
        margin: 0;
    }
    .nav-actions .btn-primary {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 8px;
    }
    .logo img {
        height: 32px !important;
    }

    /* Typography & Alignments */
    .section-title,
    .hero-title,
    .hero-desc,
    .section-subtitle,
    .bento-item,
    .footer-cta,
    .cta-title,
    .cta-desc {
        text-align: left !important;
    }
    .section-title {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .hero-title {
        font-size: 40px;
        letter-spacing: -1.5px;
        margin-bottom: 24px;
    }
    .hero-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }

    /* Hero Buttons */
    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .hero-actions .btn {
        width: 100%;
        margin-bottom: 0;
    }
    .floating-element {
        display: none;
    } /* Убираем плавающие карточки */

    /* Platform Preview Screenshots */
    .platform-preview {
        padding: 40px 0;
        overflow: hidden;
    }
    .screenshots-fan {
        height: auto;
        transform: none;
        margin-bottom: 0px;
        perspective: none;
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 20px 40px 20px;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .screenshots-fan::-webkit-scrollbar {
        display: none;
    }
    .slot-left .screen-item,
    .slot-right .screen-item,
    .slot-center .screen-item {
        filter: brightness(1) !important;
    }
    .deck-slot {
        position: relative;
        top: auto;
        width: 85vw !important;
        flex-shrink: 0;
        transform: none !important;
        opacity: 0.4 !important;
        transition: opacity 0.4s ease !important;
        scroll-snap-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    .deck-slot.active-slide {
        opacity: 1 !important;
    }
    .deck-slot img {
        border-radius: 12px;
    }

    /* Hamburger Menu & Overlay */
    /* Extreme Mobile Performance Fixes */
    .hero-glow-img {
        display: none !important;
    }
    .orb {
        filter: none !important;
        opacity: 0.6 !important;
    }
    .orb-1 {
        background: radial-gradient(circle closest-side, rgba(90, 93, 245, 0.4) 0%, transparent 100%) !important;
        width: 150vw !important;
        height: 150vw !important;
        top: -50vw !important;
        left: -25vw !important;
    }
    .orb-2 {
        background: radial-gradient(circle closest-side, rgba(146, 148, 255, 0.2) 0%, transparent 100%) !important;
        width: 120vw !important;
        height: 120vw !important;
        bottom: -40vw !important;
        right: -20vw !important;
    }
    .note-trail {
        filter: none !important;
    }

    .create-acc-desktop {
        display: none !important;
    }
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 28px;
        height: 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1000;
        padding: 0;
        margin-left: 8px;
    }
    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }
    .hamburger-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        background: #a78bfa;
    }
    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        background: #a78bfa;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(5, 5, 8, 0.85);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        z-index: 990;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 100px 32px 40px 32px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
    }
    .mobile-menu-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        gap: 28px;
        text-align: left;
        width: 100%;
    }

    .mobile-menu-link {
        color: #fff;
        font-size: 34px;
        font-weight: 800;
        letter-spacing: -1px;
        text-decoration: none;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .mobile-menu-overlay.active .mobile-menu-link {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu-overlay.active .mobile-menu-link:nth-child(1) {
        transition-delay: 0.1s;
    }
    .mobile-menu-overlay.active .mobile-menu-link:nth-child(2) {
        transition-delay: 0.15s;
    }
    .mobile-menu-overlay.active .mobile-menu-link:nth-child(3) {
        transition-delay: 0.2s;
    }
    .mobile-menu-overlay.active .mobile-menu-link:nth-child(4) {
        transition-delay: 0.25s;
    }
    .mobile-menu-overlay.active .mobile-menu-link:nth-child(5) {
        transition-delay: 0.3s;
    }

    .mobile-menu-content .btn {
        margin-top: 40px !important;
        font-size: 16px !important;
        padding: 18px !important;
        border-radius: 14px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
    }
    .mobile-menu-overlay.active .mobile-menu-content .btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* Bento Grid */
    .bento-item {
        padding: 24px;
        text-align: center;
    }
    .bento-content {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .bento-item h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    .bento-item p {
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
        max-width: 100%;
    }
    .bento-visual {
        position: relative !important;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        opacity: 1;
    }
    .bento-visual > img {
        max-width: 100% !important;
        height: auto !important;
        position: static !important;
        transform: none !important;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
    .viz-shipping {
        width: 100%;
        height: auto;
        background: transparent;
        padding: 10px;
    }
    .viz-info {
        text-align: left !important;
    }
    .viz-title {
        white-space: nowrap !important;
    }
    .viz-stats {
        position: absolute !important;
        bottom: -10px !important;
        right: -10px !important;
        left: auto !important;
        top: auto !important;
        margin-top: 0 !important;
        opacity: 0.2;
    }
    .viz-bandlink {
        width: 100% !important;
        overflow: visible !important;
        margin-top: 40px !important;
        border-radius: 0 !important;
        flex-direction: column !important;
    }
    .viz-bandlink > div:first-child {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .viz-bandlink > img {
        position: absolute !important;
        bottom: 0 !important;
        width: 150px !important;
        right: 20px !important;
        opacity: 0.1 !important;
        transform: none !important;
        z-index: 0;
    }
    .viz-bandlink > div:last-child {
        transform: none !important;
        animation: none !important;
        position: relative !important;
        text-align: left !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 0 auto !important;
        z-index: 2;
        flex-shrink: 0;
        min-width: 220px !important;
    }
    .viz-promo {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        gap: 0 !important;
        margin-top: 32px !important;
        align-items: center !important;
        transform: scale(0.9);
    }
    .playlist-mock:nth-child(2) {
        margin-left: -30px !important;
        margin-top: 20px !important;
        z-index: 2;
    }

    /* Reset playlist animations positions for mobile so they don't break flex layout */
    .playlist-mock {
        position: relative !important;
        transform: none !important;
        margin: 0 10px !important;
        margin-left: 0 !important;
        animation: none !important;
    }

    /* Pricing */
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .pricing-card {
        padding: 32px 24px;
    }
    .price-val {
        font-size: 42px;
    }

    /* Roadmap */
    .roadmap-timeline {
        padding-left: 30px;
        margin-top: 40px;
    }
    .step-content {
        padding: 20px 0 20px 20px;
    }
    .step-num {
        font-size: 40px;
        top: 0;
        right: 0;
        opacity: 0.2;
    }
    .step-content h3 {
        font-size: 22px;
    }
    .step-content p {
        font-size: 15px;
    }
    .timeline-line {
        left: 4px;
    }
    .step-dot {
        left: -30px;
        width: 12px;
        height: 12px;
        top: 28px;
    }

    /* FAQ */
    .accordion-header {
        padding: 20px;
        font-size: 16px;
    }
    .acc-icon {
        font-size: 22px;
    }
    .acc-content {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }

    /* CTA */
    .footer-cta {
        padding: 60px 20px;
    }
    .cta-title {
        font-size: 32px;
    }
    .cta-desc {
        font-size: 16px;
    }

    /* Footer */
    .footer {
        padding-top: 40px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 40px;
        text-align: left;
        align-items: flex-start;
    }
    .footer-links-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        text-align: left;
        width: 100%;
    }
    .footer-links-grid .f-col:nth-child(3) {
        grid-column: span 2;
    }
    .marquee-logos {
        gap: 40px;
        padding-left: 40px;
    }
    .platform-logo {
        font-size: 20px;
    }
}

/* Scroll Target Glow Animation */
.target-glow {
    position: relative;
}
.target-glow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(90, 93, 245, 0.15) 0%, transparent 60%);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    animation: sectionPulse 2.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes sectionPulse {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    30% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.05);
    }
}
