:root {
    --bg: #a2d2ff;
    --text: #111111;
    --accent: #ff2a2a;
    --accent-dark: #cc0000;
    --gray: #666666;
    --card-bg: rgba(0, 0, 0, 0.03);
    --border: rgba(0, 0, 0, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
img, svg {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
img { pointer-events: none; }

html { 
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) var(--bg);
}
body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    cursor: none;
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Custom Premium Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }
main { width: 100%; overflow-x: hidden; position: relative; }

h1, h2, h3, .logo {
    font-family: 'Syne', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.lowercase {
    text-transform: lowercase !important;
}

::selection {
    background: var(--accent);
    color: #fff;
}

/* Premium Custom Cursor */
.cursor-dot {
    position: fixed; top: 0; left: 0; width: 6px; height: 6px;
    background: var(--accent); border-radius: 50%; pointer-events: none;
    z-index: 10000; transform: translate(-50%, -50%);
}
.cursor-ring {
    position: fixed; top: 0; left: 0; width: 85px; height: 85px;
    border: 1px solid rgba(0,0,0,0.2); border-radius: 50%;
    pointer-events: none; z-index: 9999; transform: translate(-50%, -50%);
    display: flex; align-items: center; justify-content: center;
    transition: width 0.3s, height 0.3s, background 0.3s, border-color 0.3s;
}
.cursor-text-svg {
    width: 100%; height: 100%; animation: rotateText 8s linear infinite;
}
.cursor-text-svg text {
    font-size: 11.5px; fill: var(--text); letter-spacing: 3.5px;
    font-family: 'Inter', sans-serif; text-transform: uppercase; opacity: 0.8;
}
@keyframes rotateText { 100% { transform: rotate(360deg); } }

/* Rich Animated Background Effects */
.bg-fx {
    position: fixed; top: 0; left: 0; width: 100%; height: 200vh;
    z-index: -2; pointer-events: none; overflow: hidden;
}
.bg-orb {
    position: absolute; border-radius: 50%; filter: blur(140px); opacity: 0.6;
}
.orb-1 { 
    width: 45vw; height: 45vw; background: rgba(255, 42, 42, 0.12); 
    top: -10%; left: -10%; animation: drift1 25s infinite alternate ease-in-out; 
}
.bg-orb.orb-2 { width: 400px; height: 400px; top: -10%; left: -10%; background: var(--accent-dark); animation: float 25s infinite reverse; }
.bg-orb.orb-3 { width: 600px; height: 600px; bottom: -20%; right: -10%; background: #e0e0e0; animation: float 30s infinite 5s; }

/* Animated Premium Grid */
.grid-bg {
    position: fixed; top: -50px; left: -50px; width: calc(100% + 100px); height: calc(100vh + 100px);
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -2; pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 90%);
    mask-image: radial-gradient(circle at center, black 40%, transparent 90%);
    animation: moveGrid 8s linear infinite;
}
@keyframes moveGrid {
    0% { transform: translateY(0); }
    100% { transform: translateY(60px); }
}

/* Animated Laser Lines */
.laser-lines {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    z-index: -2; pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
}
.laser {
    position: absolute; top: 0; width: 1.5px; height: 200vh;
    background: linear-gradient(to bottom, transparent, var(--accent), transparent);
    opacity: 0;
}
.laser.l1 { left: 15%; animation: laserBeam 5s infinite linear; animation-delay: 0s; }
.laser.l2 { left: 45%; animation: laserBeam 8s infinite linear; animation-delay: -3s; }
.laser.l3 { left: 75%; animation: laserBeam 6s infinite linear; animation-delay: -1s; }
.laser.l4 { left: 90%; animation: laserBeam 9s infinite linear; animation-delay: -5s; }

@keyframes laserBeam {
    0% { transform: translateY(-100%); opacity: 0; }
    20% { opacity: 0.9; }
    80% { opacity: 0.9; }
    100% { transform: translateY(50%); opacity: 0; }
}

/* Mouse Ambient Glow */
.mouse-glow {
    position: fixed; top: 0; left: 0; width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(255, 42, 42, 0.08) 0%, transparent 60%);
    border-radius: 50%; pointer-events: none; z-index: -1;
    transform: translate(-50%, -50%);
}

@keyframes float { 100% { transform: translate(20vw, 15vh); } }
@keyframes drift1 { 100% { transform: translate(25vw, 15vh); } }
@keyframes drift2 { 100% { transform: translate(-20vw, -15vh); } }
@keyframes drift3 { 100% { transform: translate(-30vw, 30vh); } }

.noise-bg {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; z-index: 9998; opacity: 0.03;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
}

/* Navbar */
.navbar {
    position: fixed; top: 0; width: 100%; padding: 2.5rem 5rem;
    display: flex; justify-content: space-between; align-items: center;
    z-index: 100; background: transparent;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.logo { font-size: clamp(1.2rem, 3.5vw, 2rem); font-weight: 800; letter-spacing: 1px; white-space: nowrap; }
.logo .dot { color: var(--accent); }

/* Nav Actions */
.nav-actions { display: flex; align-items: center; gap: 1.5rem; }
.lang-switch {
    background: transparent; border: 1px solid var(--border);
    color: var(--text); padding: 0.7rem 1.2rem; border-radius: 40px;
    cursor: none; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.85rem; transition: all 0.3s;
}
.lang-switch:hover { background: rgba(255,255,255,0.05); }
.nav-contact {
    display: inline-flex; text-decoration: none; color: var(--bg);
    background: var(--text); padding: 1rem 2rem; border-radius: 40px;
    font-weight: 600; font-size: 0.85rem; letter-spacing: 1px;
}

/* Main Structure */
.container { max-width: 1400px; margin: 0 auto; padding: 0 5rem; }

/* Hero Section */
.hero {
    height: 100vh; display: flex; flex-direction: column;
    justify-content: space-between; padding: 12vh 5rem 3rem 5rem; position: relative;
}
.hero-wrapper { position: relative; z-index: 2; margin-top: auto; margin-bottom: auto; }
.hero-title {
    font-size: clamp(2.5rem, 7vw, 6.5rem); line-height: 0.95;
    margin-bottom: 2.5rem; letter-spacing: -1px;
}
.hero-title .line { display: block; overflow: hidden; padding-bottom: 0.15em; margin-bottom: -0.15em; }
.hero-title .word { display: inline-block; transform: translateY(110%); transform-origin: left bottom; }
.gradient-text {
    background: linear-gradient(90deg, #111, var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--gray);
    max-width: 650px; font-weight: 300; line-height: 1.6; opacity: 0;
}
.scroll-indicator {
    position: relative; left: 0;
    display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; opacity: 0;
    z-index: 10;
}
.scroll-indicator span { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }
.line-down {
    width: 1px; height: 80px; background: linear-gradient(to bottom, var(--text), transparent);
    animation: pulseLine 2.5s infinite;
}
@keyframes pulseLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* Image Parallax Section */
.image-parallax-section {
    position: relative; height: 100vh; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.image-container {
    width: 70%; height: 70vh; border-radius: 20px; overflow: hidden;
    position: relative; box-shadow: 0 30px 100px rgba(0,0,0,0.8);
}
.parallax-img { width: 100%; height: 140%; object-fit: cover; object-position: center; }
.parallax-text-overlay {
    position: absolute; z-index: 2; pointer-events: none; width: 100%; text-align: center;
}
.float-text {
    font-size: clamp(3rem, 10vw, 12rem); color: white; mix-blend-mode: overlay; line-height: 0.9; opacity: 0.8;
}

/* Stats Section */
.stats-section {
    padding: 8rem 0; background: rgba(255,255,255,0.7); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; z-index: 5; backdrop-filter: blur(10px);
}
.stats-grid { display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; gap: 4rem; }
.stat-item h3 { font-size: clamp(4rem, 8vw, 7rem); display: inline-block; color: var(--text); margin-bottom: 0.5rem; }
.stat-item span { font-size: clamp(3rem, 6vw, 5rem); color: var(--accent); }
.stat-item p { font-size: clamp(0.85rem, 3vw, 1.1rem); color: var(--gray); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* Story Section */
.story-section {
    min-height: 100vh; display: flex; align-items: center;
    padding: 12rem 0; position: relative; overflow: hidden;
}
.huge-text {
    /* Adjusted sizing and position to prevent cutting off on the left */
    font-size: clamp(1.5rem, 5vw, 7rem);
    margin-left: -3rem;
    font-family: 'Syne', sans-serif; font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px var(--accent);
    opacity: 0.7;
    position: relative; z-index: 0; margin-bottom: 3rem;
    line-height: 1.1; white-space: nowrap;
    padding-top: 1rem;
}
.story-content { position: relative; z-index: 1; max-width: 900px; margin-left: auto; }
.story-p { font-size: clamp(1.4rem, 3vw, 2.5rem); line-height: 1.5; font-weight: 300; }

/* Sticky Content Section (New) */
.sticky-section { padding: 10rem 0; position: relative; z-index: 5; }
.sticky-container { display: flex; gap: 5rem; align-items: flex-start; }
.sticky-content { flex: 1; padding-bottom: 30vh; }
.sticky-text-block {
    height: 100vh; display: flex; flex-direction: column; justify-content: center;
    opacity: 0.2; transition: opacity 0.5s ease;
}
.sticky-text-block.active { opacity: 1; }
.sticky-text-block h3 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 2rem; color: var(--text); text-transform: none; font-weight: 700; }
.sticky-text-block p { font-size: clamp(1.1rem, 1.8vw, 1.4rem); line-height: 1.6; color: var(--gray); }
.sticky-visual { flex: 1; position: sticky; top: 20vh; height: 60vh; }
.visual-wrapper { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 80px rgba(0,0,0,0.5); }
.visual-img { width: 100%; height: 100%; object-fit: cover; }

/* Features */
.features-section { padding: 8rem 0; min-height: 100vh; display: flex; align-items: center; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.feature-card {
    background: var(--card-bg); border: 1px solid var(--border); padding: 4rem 3rem;
    border-radius: 16px; backdrop-filter: blur(20px); transition: border-color 0.4s; opacity: 0; transform: translateY(100px);
}
.feature-card:hover { border-color: rgba(255,255,255,0.3); }
.f-icon { margin-bottom: 2.5rem; color: var(--accent); }
.feature-card h3 { font-size: 1.3rem; margin-bottom: 1.2rem; letter-spacing: 1px; }
.feature-card p { color: var(--gray); line-height: 1.7; font-size: 1rem; }

/* Horizontal Scroll Section */
.horizontal-scroll-section { height: 100vh; overflow: hidden; position: relative; }
.horizontal-container { display: flex; width: 300vw; height: 100vh; }
.horizontal-panel { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; padding: 5rem; }
.outline-text { 
    font-size: clamp(3rem, 8vw, 10rem);
    font-family: 'Syne', sans-serif; font-weight: 800; color: transparent;
    -webkit-text-stroke: 2px var(--accent);
    opacity: 0.7;
    line-height: 1.1;
    padding-top: 1rem;
    text-align: center;
}
.image-wrapper { width: 70%; height: 70vh; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 80px rgba(109, 123, 245, 0.1); }
.network-img { width: 100%; height: 100%; object-fit: cover; }
.text-content-box {
    max-width: 700px; background: rgba(255,255,255,0.02); padding: 4rem; border-radius: 20px;
    border: 1px solid var(--border); backdrop-filter: blur(10px);
}
.text-content-box h3 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 2rem; color: var(--text); text-transform: none; font-weight: 700; }
.text-content-box p { font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.6; color: var(--gray); }

/* Audience Section */
.audience-section { padding: 12rem 0; position: relative; }
.section-title { font-size: clamp(1.5rem, 7.5vw, 3rem); margin-bottom: 3rem; text-align: center; letter-spacing: -1px; white-space: nowrap; }
.audience-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 4rem; }
.audience-item { display: flex; gap: 3rem; align-items: flex-start; opacity: 0; transform: translateY(40px); }
.a-number { font-size: 3rem; color: var(--accent); font-weight: 800; line-height: 1; }
.a-text h3 { font-size: 1.8rem; margin-bottom: 1rem; text-transform: none; }
.a-text p { color: var(--gray); font-size: 1.1rem; line-height: 1.6; }

/* FAQ Section */
.faq-section { padding: 8rem 0 12rem 0; background: rgba(255,255,255,0.7); border-top: 1px solid var(--border); backdrop-filter: blur(10px); }
.mobile-text { display: none; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 2rem 0; cursor: none; }
.faq-item:hover .faq-header h3 { color: var(--accent); }
.faq-header { display: flex; justify-content: space-between; align-items: center; }
.faq-header h3 { font-size: 1.4rem; font-family: 'Inter', sans-serif; font-weight: 500; text-transform: none; transition: color 0.3s; }
.faq-icon { font-size: 2rem; color: var(--accent); transition: transform 0.4s ease; font-weight: 300; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-content p { padding-top: 1.5rem; color: var(--gray); line-height: 1.6; font-size: 1.1rem; }

/* CTA Section */
.cta-section { 
    height: 100vh; display: flex; align-items: center; justify-content: center; 
    position: relative; overflow: hidden;
    background: radial-gradient(circle at bottom, rgba(255,42,42,0.1) 0%, transparent 80%);
}
.glow-bg {
    position: absolute; width: 800px; height: 800px; 
    background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
    filter: blur(100px); opacity: 0.25; z-index: 0; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.cta-container { text-align: center; position: relative; z-index: 1; }
.cta-title { font-size: clamp(3rem, 8vw, 6.5rem); margin-bottom: 4rem; line-height: 1; letter-spacing: -1px; }
.big-cta-btn {
    display: inline-flex; align-items: center; gap: 1.5rem; font-family: 'Syne', sans-serif; font-weight: 700;
    font-size: 1.5rem; color: var(--bg); background: var(--text); padding: 2rem 4.5rem; border-radius: 100px;
    text-decoration: none; transition: transform 0.3s;
}
.big-cta-btn:hover { background: var(--accent); color: white; }
.contact-email { margin-top: 3rem; color: var(--gray); letter-spacing: 3px; font-size: 1.1rem; }

/* Responsive */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .image-container { width: 90%; }
    .sticky-container { flex-direction: column; }
    .sticky-visual { position: relative; top: 0; width: 100%; height: 50vh; margin-bottom: 4rem; order: -1; }
    .sticky-text-block { height: auto; padding: 4rem 0; opacity: 1; }
    .sticky-content { padding-bottom: 0; }
}
@media (max-width: 768px) {
    .features-grid { grid-template-columns: 1fr; }
    .navbar { padding: 1.5rem 1.5rem; }
    .navbar.scrolled { padding: 1rem 1.5rem; }
    .hero { padding: 15vh 1.5rem 2rem 1.5rem; justify-content: space-between; }
    .hero-title { font-size: clamp(1.5rem, 8vw, 2.5rem); margin-top: 0; }
    .container { padding: 0 1.5rem; }
    .scroll-indicator { left: 0; bottom: 0; }
    .huge-text { margin-left: 0; text-align: center; width: 100%; font-size: clamp(1.2rem, 5.5vw, 2.2rem); line-height: 1.1; margin-bottom: 2rem; padding-top: 0; }
    .big-cta-btn { padding: 1.5rem 3rem; font-size: 1.2rem; }
    .sticky-text-block h3 { font-size: 1.8rem; margin-bottom: 1rem; }
    .sticky-text-block p { font-size: 1.1rem; }
    
    .desktop-text { display: none; }
    .mobile-text { display: inline; }
    
    .cursor-dot, .cursor-ring { display: none !important; } 
    body, .lang-switch, .faq-item, a, button { cursor: auto !important; }

    .story-section { padding: 10rem 0; min-height: 60vh; }
    .features-section { padding: 5rem 0; }
    .audience-section { padding: 6rem 0; }
    .audience-item { flex-direction: column; gap: 1rem; }
    .horizontal-scroll-section { height: auto; overflow: visible; padding: 4rem 0; }
    .horizontal-container { flex-direction: column; width: 100%; height: auto; gap: 3rem; }
    .horizontal-panel { width: 100%; height: auto; padding: 0 1.5rem; }
    .outline-text { font-size: clamp(1.5rem, 7vw, 2.8rem); line-height: 1; text-align: center; width: 100%; display: block; }
    .horizontal-scroll-section .image-wrapper { width: 100%; height: 40vh; }
    .text-content-box { padding: 2rem; } 
    .image-parallax-section { height: 50vh; }
    .stats-grid { gap: 2.5rem; flex-direction: column; }
    .float-text { font-size: clamp(2.5rem, 8vw, 3rem); }
    .cta-section { height: 70vh; min-height: 400px; }
    .cta-title { font-size: clamp(1.875rem, 7.5vw, 2.625rem); margin-bottom: 2rem; z-index: 2; position: relative; }
    .glow-bg { display: none !important; }
    .noise-bg, .bg-fx, .grid-bg, .laser-lines, .mouse-glow { display: none !important; }
}
