/* -------------------------------------
   XIV TRADERS - EXACT SUPREMA REPLICA
-------------------------------------- */
:root {
    --bg-base: #000000;
    --card-bg: #090909;
    --card-border: rgba(255, 255, 255, 0.08);
    --text-main: #ffffff;
    --text-muted: #888888;
    --accent: #ffffff;
    --green-main: #27c93f;
    --font-inter: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#suprema-root {
    zoom: 67%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

main, .site-footer {
    width: 100%;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-inter);
    background-color: var(--bg-base);
    color: var(--text-main);
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.text-center { text-align: center; }
.text-green { color: var(--green-main); }

/* Animations Native */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Background Glows */
.suprema-top-glow {
    position: absolute;
    top: -15%; left: 50%; transform: translateX(-50%);
    width: 80vw; height: 70vh;
    background: radial-gradient(ellipse at center, rgba(234, 24, 38, 0.25) 0%, transparent 70%);
    pointer-events: none; z-index: -1;
}

.suprema-corner-glow {
    position: absolute;
    top: -10%;
    width: 40vw; height: 40vh;
    background: radial-gradient(circle at center, rgba(234, 24, 38, 0.15) 0%, transparent 70%);
    pointer-events: none; z-index: -1;
    filter: blur(50px);
}
.suprema-corner-glow.left { left: -10%; }
.suprema-corner-glow.right { right: -10%; }

/* Nav */
.pill-nav-container {
    position: fixed; top: 1rem; left: 0; width: 100%;
    display: flex; justify-content: center; z-index: 1000;
    zoom: 67%; /* ZOOM APPLIED TO NAV CONTAINER */
}

.suprema-nav {
    background: rgba(15, 15, 15, 0.4);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--card-border);
    border-radius: 50px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    width: 95%; 
    max-width: 800px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 1.1rem; color: #fff; white-space: nowrap; }
.logo-img { width: 28px; height: 28px; object-fit: contain; }
.logo-icon { display: none; } 

.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }

.nav-cta {
    background: #fff; color: #000; padding: 0.6rem 1.2rem;
    border-radius: 50px; text-decoration: none; font-weight: 500; font-size: 0.9rem;
    transition: transform 0.2s;
}

/* Hero Section */
.hero-section {
    padding-top: 0; 
    min-height: 100vh;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center;
    position: relative;
}

/* HERO content */
.hero-content { 
    position: relative; 
    z-index: 10; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin-top: -2rem; 
}

/* HERO FLOATING IMAGES (8 Total - Structured Clusters) */
.hero-bg-elements { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    pointer-events: none; z-index: 1; perspective: 2000px; 
}
.hero-float-img {
    position: absolute;
    pointer-events: auto; /* Allow hover */
    z-index: 1;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s ease;
}
.hero-float-img img { 
    width: 100%; 
    height: auto; 
    display: block; 
    transition: filter 0.5s; 
}
.hero-float-img:hover { transform: scale(1.1) !important; z-index: 20; }

/* Left Column Cluster (Smaller & More Spaced) */
.left-1 { top: -7%; left: 2%; width: 22rem; }
.left-1 img { animation: floatGrid1 10s infinite alternate ease-in-out; }

.left-2 { top: 15%; left: 8%; width: 20rem; }
.left-2 img { animation: floatGrid2 12s infinite alternate ease-in-out; }

.left-3 { top: 40%; left: 18%; width: 20rem; }
.left-3 img { animation: floatGrid1 15s infinite alternate ease-in-out; }

.left-4 { top: 65%; left: 7%; width: 12rem; }
.left-4 img { animation: floatGrid2 9s infinite alternate ease-in-out; }

/* Right Column Cluster (Smaller & More Spaced) */
.right-1 { top: 42%; right: 20%; width: 18rem; }
.right-1 img { animation: floatGrid2 11s infinite alternate ease-in-out; }

.right-2 { top: 15%; right: 9%; width: 20rem; }
.right-2 img { animation: floatGrid1 13s infinite alternate ease-in-out; }

.right-3 { top: -11%; right: 4%; width: 22rem; }
.right-3 img { animation: floatGrid2 14s infinite alternate ease-in-out; }

.right-4 { top: 65%; right: 8%; width: 15rem; }
.right-4 img { animation: floatGrid1 16s infinite alternate ease-in-out; }

@keyframes floatGrid1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25px); }
}
@keyframes floatGrid2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-35px); }
}

@keyframes float1 {
    0% { transform: translateY(0) rotateY(25deg) rotateZ(-5deg); }
    100% { transform: translateY(-40px) rotateY(15deg) rotateZ(0deg); }
}
@keyframes float2 {
    0% { transform: translateY(0) rotateY(-25deg) rotateZ(5deg); }
    100% { transform: translateY(-50px) rotateY(-10deg) rotateZ(-2deg); }
}
@keyframes float3 {
    0% { transform: translateY(0) rotateZ(0deg); }
    100% { transform: translateY(-30px) rotateZ(5deg); }
}

.hero-content { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; }

.hero-badge {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    padding: 6px 16px; border-radius: 50px; font-size: 0.9rem; color: #ccc;
    margin-bottom: 2rem; cursor: pointer; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.hero-badge .badge-icon { background: #fff; color: #000; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; overflow: hidden; padding: 2px; }
.hero-badge .badge-arrow { color: #666; transition: transform 0.2s; }
.hero-badge:hover .badge-arrow { transform: translateX(5px); }

.hero-title {
    font-size: 4.5rem; font-weight: 600; line-height: 1.1; letter-spacing: -0.15rem;
    color: #fff; margin-bottom: 1.5rem;
}

.hero-mobile-img-container {
    display: none;
    width: 95%;
    max-width: 750px; /* Increased from 650px */
    margin: 1rem 0;
    height: 300px; /* Increased from 260px */
    align-items: center;
    justify-content: center;
    gap: 0; /* Eliminated gap to move images as close as possible */
    overflow: hidden;
}

.hero-mobile-img-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto; /* Allow natural width */
    height: auto;
    object-fit: contain;
    transition: opacity 0.5s ease;
}

.hero-mobile-img-container.dual-images img {
    max-width: 65%;
}

.hero-mobile-img-container.dual-images img:nth-child(2) {
    position: relative;
    z-index: 2;
}

.hero-mobile-img-container.dual-images img:nth-child(1) {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-mobile-img-container {
        display: flex;
    }
    .hero-subtitle {
        display: none !important;
    }
}

.hero-subtitle-mobile {
    display: none;
}

.hero-subtitle {
    font-size: 1.2rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 3rem;
}

.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.hero-btn-primary {
    background: #27c93f; color: #fff; padding: 1rem 2rem; border-radius: 8px;
    font-size: 1rem; font-weight: 600; text-decoration: none; transition: transform 0.2s, background 0.2s;
    box-shadow: 0 4px 15px rgba(39, 201, 63, 0.3);
}
.hero-btn-primary:hover {
    background: #22ae37;
    transform: translateY(-2px);
}
.hero-subtext { font-size: 0.85rem; color: #666; display: flex; align-items: center; gap: 6px; }

.trusted-text { margin-top: 6rem; font-size: 0.9rem; color: #666; margin-bottom: 2rem; }
.logo-slider-container {
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.trusted-logos { 
    display: flex; 
    gap: 4rem; 
    color: #555; 
    font-size: 1.2rem; 
    font-weight: 600; 
    filter: grayscale(1); 
    width: max-content;
    animation: scrollLogos 30s linear infinite;
}
.logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2rem)); }
}

/* Overview / Horizontal Line & Stand-up Effect */
.overview-section { padding: 2rem 0 0; width: 100%; display: flex; flex-direction: column; align-items: center; overflow: visible; }
.horizontal-line-glow {
    width: 80%; height: 1px; 
    background: linear-gradient(90deg, transparent, rgba(234, 24, 38, 1) 50%, transparent);
    box-shadow: 0 0 30px rgba(234, 24, 38, 0.5); 
    margin-top: -1rem;
    margin-bottom: 4rem;
    position: relative;
}

.horizontal-line-glow::after {
    content: '';
    position: absolute;
    top: -75px; /* Shifted up to center the glow */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 150px;
    background: radial-gradient(ellipse at center, rgba(234, 24, 38, 0.4) 0%, transparent 75%);
    filter: blur(25px);
    pointer-events: none;
}

.horizontal-line-glow::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #ea1826;
    box-shadow: 0 0 20px #ea1826, 0 0 40px #ea1826;
    border-radius: 50%;
    z-index: 2;
}

.overview-container { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 0 2rem; }

#overview-header { 
    position: relative; z-index: 10; margin-bottom: -12rem; /* Overlaps the dashboard */
    text-shadow: 0 10px 30px rgba(0,0,0,0.8); 
    background: radial-gradient(circle at center, rgba(0,0,0,0.8) 0%, transparent 60%); 
    padding: 3rem; border-radius: 3rem; 
    text-align: center;
}

.section-icon { color: #fff; font-size: 1.2rem; margin-bottom: 1rem; }
.section-tag { display: inline-block; color: var(--text-muted); font-size: 0.9rem; font-weight: 500; margin-bottom: 0.5rem; }
.section-title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05rem; margin-bottom: 1rem; color: #fff; }
.section-desc { font-size: 1.1rem; color: var(--text-muted); max-width: 600px; line-height: 1.6; margin: 0 auto;}

.dashboard-perspective { perspective: 2500px; width: 100%; max-width: 1200px; z-index: 5; margin-top: 0.5rem; padding-bottom: 5rem; }

/* The element that tilts on scroll */
.dashboard-3d-tilt {
    transform: rotateX(45deg) scale(0.85); /* Initial State */
    transform-origin: top center;
    border-radius: 1.5rem;
    box-shadow: 0 -20px 100px rgba(255,255,255,0.05), 0 50px 100px rgba(0,0,0,0.8);
    border: 1px solid var(--card-border);
    background: #000;
    will-change: transform;
}

#dashboard-main-img, #dashboard-bg-img {
    will-change: opacity;
}

.mac-window { width: 100%; height: 100%; }
.mac-header {
    background: #111; padding: 12px 20px; display: flex; align-items: center; border-bottom: 1px solid var(--card-border);
}
.mac-dots { display: flex; gap: 8px; margin-right: 20px; }
.mac-dots span { width: 12px; height: 12px; border-radius: 50%; background: #333; }
.mac-dots span:nth-child(1) { background: #ff5f56; }
.mac-dots span:nth-child(2) { background: #ffbd2e; }
.mac-dots span:nth-child(3) { background: #27c93f; }
.mac-title { flex: 1; padding-left: 2rem; color: var(--text-muted); font-size: 1.3rem; font-weight: 500; }
.mac-actions { font-size: 1.2rem; color: var(--text-muted); border: 1px solid rgba(255,255,255,0.1); padding: 0.5rem 1rem; border-radius: 0.5rem; }

/* Bento Grid */
.bento-section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; }
.bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bento-card {
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px;
    padding: 40px; display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.bento-card.tall { grid-row: span 2; }
.bento-card.wide { grid-column: span 1; }
.bento-card.image-card { padding: 0; background: #000; align-items: center; justify-content: center; }

.card-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 0.85rem; font-weight: 500; margin-bottom: 20px; }
.card-tag i { color: #fff; }
.absolute-tag { position: absolute; top: 30px; left: 30px; z-index: 10; }

.card-title { font-size: 2.2rem; font-weight: 600; line-height: 1.1; letter-spacing: -0.05rem; margin-bottom: 1rem; }
.card-desc { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 2rem; }

.bento-metrics { display: flex; flex-direction: column; gap: 2rem; margin-bottom: 3rem; }
.metric { display: flex; flex-direction: column; gap: 5px; }
.metric-val { font-size: 3rem; font-weight: 600; line-height: 1; }
.metric-label { font-size: 0.9rem; color: var(--text-muted); }

.bento-btn {
    margin-top: auto; align-self: flex-start;
    border: 1px solid var(--card-border); background: #fff; color: #000;
    padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 0.9rem;
}
.bento-link { color: #fff; text-decoration: none; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; }

.bento-checklist { list-style: none; display: flex; flex-direction: column; gap: 15px; }
.bento-checklist li { display: flex; align-items: flex-start; gap: 10px; color: #aaa; font-size: 0.95rem; }
.bento-checklist li i { color: var(--green-main); margin-top: 4px; }

.bento-placeholder-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; filter: grayscale(0.5); }

/* Pricing Section */
.pricing-section { padding: 8rem 2rem; max-width: 1200px; margin: 0 auto; }
.pricing-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.price-card {
    flex: 1;
    max-width: 400px;
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px;
    padding: 40px; position: relative;
}
.price-card.popular { border-color: var(--green-main); box-shadow: 0 0 20px rgba(39, 201, 63, 0.1); }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--green-main); color: #000; font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.plan-name { font-size: 1.2rem; font-weight: 500; margin-bottom: 10px; }
.plan-price { font-size: 3rem; font-weight: 600; margin-bottom: 5px; }
.plan-price span { font-size: 0.85rem; font-weight: 400; color: var(--text-muted); }
.old-price { text-decoration: line-through; color: #666; font-size: 1.2rem; margin-right: 8px; font-weight: 400; }
.plan-desc { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 30px; }
.price-btn {
    display: block; width: 100%; text-align: center; padding: 12px; border-radius: 8px;
    text-decoration: none; font-weight: 500; font-size: 0.95rem; margin-bottom: 15px;
}
.price-btn.outline { border: 1px solid var(--card-border); color: #fff; }
.price-btn.green-solid { background: var(--green-main); color: #000; border: none; font-weight: 700; }
.price-btn.solid { background: #fff; color: #000; }
.trial-text { font-size: 0.8rem; color: #666; text-align: center; margin-bottom: 30px; }

.plan-features h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 15px; }
.plan-features ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.plan-features li { font-size: 0.9rem; color: #ccc; display: flex; align-items: center; gap: 10px; }
.fa-check-circle.active { color: var(--green-main); }
.fa-check-circle.inactive { color: #333; }
.fa-check-circle.neutral { color: #666; }
.soon-badge { font-size: 0.5rem; padding: 1px 5px; border: 1px solid rgba(39, 201, 63, 0.4); border-radius: 10px; color: var(--green-main); text-transform: uppercase; margin-left: 6px; font-weight: 700; letter-spacing: 0.3px; display: inline-block; vertical-align: middle; }
.price-card.popular .soon-badge { border-color: rgba(39, 201, 63, 0.4); color: var(--green-main); }

.stats-bar { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; 
    margin-top: 2rem; 
    padding: 3.5rem 0; 
    border-top: 1px solid var(--card-border); 
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 1rem;
}
.stat-box { text-align: center; }
.stat-num { display: block; font-size: 2.5rem; font-weight: 600; margin-bottom: 5px; }
.stat-text { font-size: 0.9rem; color: var(--text-muted); }

/* CTA Bottom */
.cta-bottom { padding: 6rem 2rem; max-width: 800px; margin: 0 auto; text-align: center; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; margin-bottom: 10rem; }
.cta-icon { display: inline-flex; align-items: center; gap: 8px; color: var(--green-main); font-size: 0.9rem; font-weight: 500; margin-bottom: 20px; }
.cta-bottom h2 { font-size: 3rem; font-weight: 600; letter-spacing: -0.05rem; margin-bottom: 1rem; }
.cta-bottom p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 3rem; }
.cta-input-group { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }
.cta-input-group input { background: transparent; border: 1px solid var(--card-border); padding: 12px 20px; border-radius: 8px; color: #fff; width: 300px; outline: none; }
.cta-input-group button { background: #fff; color: #000; border: none; padding: 12px 24px; border-radius: 8px; font-weight: 500; cursor: pointer; }
.cta-guarantees { display: flex; justify-content: center; gap: 20px; font-size: 0.85rem; color: #666; }
.cta-guarantees i { font-size: 8px; }

/* Footer */
.site-footer { border-top: 1px solid var(--card-border); padding: 2rem 2rem 1rem; background: rgba(0,0,0,0.5); }
.footer-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.footer-logo { width: 32px; height: 32px; object-fit: contain; }
.footer-links { display: flex; gap: 30px; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
.footer-links a:hover { color: #fff; }
.footer-copyright { color: var(--text-muted); font-size: 0.85rem; opacity: 0.8; }

/* Responsive Adjustments (Original Mobile Look + Nav Fix) */
@media (max-width: 1024px) {
    /* FIX NAV ONLY: Scale to 40% to fit all links in 1 line like PC */
    .pill-nav-container {
        zoom: 40% !important;
        top: 2rem !important;
    }
    .suprema-nav {
        width: 98% !important;
        max-width: none !important;
        flex-wrap: nowrap !important;
    }
    .nav-links {
        display: flex !important;
        gap: 2rem !important;
    }

    /* RESTORE OLD MOBILE LOOK FOR EVERYTHING ELSE */
    .hero-title { font-size: 4rem !important; letter-spacing: -0.1rem !important; }
    .hero-subtitle { font-size: 1.4rem !important; padding: 0 2rem !important; }
    .bento-grid { grid-template-columns: 1fr !important; }
    .bento-card.tall { grid-row: auto !important; }
    .pricing-grid { flex-direction: row !important; align-items: stretch !important; flex-wrap: nowrap !important; gap: 10px !important; }
    .price-card { padding: 20px 15px !important; border-radius: 12px !important; flex: 1 !important; min-width: 0 !important; }
    .price-header h3 { font-size: 0.85rem !important; }
    .price-amount { font-size: 1.1rem !important; margin-bottom: 5px !important; white-space: nowrap !important; }
    .price-amount span { font-size: 0.5rem !important; display: inline !important; opacity: 0.8; }
    .old-price { font-size: 0.8rem !important; margin-right: 4px !important; }
    .plan-features h4 { font-size: 0.75rem !important; margin-bottom: 8px !important; }
    .plan-features ul li { font-size: 0.65rem !important; gap: 4px !important; }
    .price-btn { padding: 6px !important; font-size: 0.75rem !important; margin-bottom: 10px !important; }
    .trial-text { font-size: 0.6rem !important; margin-bottom: 15px !important; }
    .popular-badge { font-size: 0.5rem !important; padding: 2px 6px !important; top: -8px !important; white-space: nowrap; }
    .stats-bar { grid-template-columns: repeat(4, 1fr) !important; gap: 5px !important; margin-top: 1.5rem !important; padding: 2rem 0 !important; border-bottom: 1px solid var(--card-border) !important; margin-bottom: 1.5rem !important; }
    .stat-num { font-size: 1.1rem !important; }
    .stat-text { font-size: 0.5rem !important; white-space: nowrap; }
    .hero-float-img { display: none !important; } /* Hide floating images in the responsive look */
}

@media (max-width: 768px) {
    #suprema-root {
        padding-left: 0; /* Resetting shift since iOS zoom is fixed */
    }
    .hero-title { font-size: 2.8rem !important; line-height: 1.2 !important; }
    .hero-section { min-height: auto !important; padding-bottom: 5rem !important; padding-top: 1rem !important; }
    .stats-bar { grid-template-columns: repeat(4, 1fr) !important; gap: 5px !important; padding: 1.5rem 0 !important; border-bottom: 1px solid var(--card-border) !important; }
    .stat-num { font-size: 1rem !important; }
    .stat-text { font-size: 0.45rem !important; }
    .pricing-stats-bottom { grid-template-columns: 1fr 1fr !important; }
    .hero-content { margin-top: -5rem !important; }
    
    /* iOS ONLY FIX: iPhones pull the content too far up under the nav bar with -5rem. This safely nudges it down for Apple devices only without touching Android. */
    @supports (-webkit-touch-callout: none) {
        .hero-content { margin-top: -2rem !important; }
        .hero-section { padding-top: 3rem !important; }
        #suprema-root { padding-left: 6% !important; width: 100vw !important; }
        
        /* Force line break after 'need' and keep the rest on one line */
        .hero-title { 
            font-size: 2.3rem !important; 
            line-height: 1.2 !important; 
            display: block !important;
            white-space: normal !important;
            width: 100vw !important;
        }
        .hero-title br {
            display: block !important;
            content: "" !important;
            margin-bottom: 0 !important;
        }
        #rotating-word {
            display: inline-block !important;
            white-space: nowrap !important;
        }
        
        /* Fix features grid look to match Android (prevent squashing from the 6% shift) */
        .features-grid {
            width: 100vw !important;
            margin-left: -6% !important; 
            padding: 0 1.5rem !important;
        }
        .feature-item {
            padding: 1.2rem 0.8rem !important;
        }
        .feature-title { font-size: 0.95rem !important; }
        .feature-description { font-size: 0.8rem !important; }
    }

    .hero-mobile-img-container { display: flex !important; }
    .hero-subtitle {
        display: none !important;
    }
    .hero-subtitle-mobile {
        display: block !important;
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        color: var(--text-muted);
        margin-top: 0.5rem !important;
        margin-bottom: 2rem !important;
        padding: 0 1.5rem !important;
        text-align: center;
    }
}

/* Dashboard Switcher Styles */
.dashboard-description-container {
    text-align: center;
    margin-bottom: 3rem;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}

#dashboard-desc-text {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 800px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

#dashboard-desc-text span {
    display: block;
}

#dashboard-desc-text.fading {
    opacity: 0;
    transform: translateY(10px);
}

@media (max-width: 768px) {
    .dashboard-description-container {
        margin-bottom: 2rem;
        min-height: 4rem;
        padding: 0 5px !important;
    }
    #dashboard-desc-text {
        font-size: clamp(12px, 3.5vw, 16px) !important;
        line-height: 1.5 !important;
        width: 100% !important;
        letter-spacing: -0.01rem;
    }
    #dashboard-desc-text span {
        white-space: nowrap !important;
        display: block !important;
    }
}

.dashboard-switcher {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}

.switcher-btn {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switcher-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.switcher-btn.active {
    background: #fff;
    color: #000;
}

.btn-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.switcher-btn.active .btn-indicator {
    background: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .dashboard-switcher {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 1.5rem;
    }
}

/* Features Showcase Grid */
.features-showcase {
    padding: 8rem 2rem 6rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}

.feature-item {
    grid-column: span 2;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: transform 0.3s ease, background 0.3s ease;
    text-align: left;
}

.feature-item.wide {
    grid-column: span 3;
}

.feature-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.04);
}

.feature-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 14;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}

.feature-item:hover .feature-img-wrapper img {
    transform: scale(1.05);
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.feature-description {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* Lightbox Modal Styles */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: zoom-out;
}

.lightbox-content {
    max-width: 90%;
    max-height: 85%;
    border-radius: 2rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lightbox-modal.active {
    display: flex;
}

.lightbox-modal.active .lightbox-content {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1001;
}

/* Feature Item Cursor */
.feature-item .feature-img-wrapper {
    cursor: zoom-in;
}

/* Update Mobile Styles for Switcher and Grid */
@media (max-width: 768px) {
    .overview-container {
        padding: 0 1rem !important; /* Slightly more padding so it doesn't clip */
        overflow: hidden; /* Prevent horizontal overflow */
    }
    .dashboard-perspective {
        transform: scale(1.1); /* Slightly less scale so it fits */
        transform-origin: center center; /* Keep it centered */
        margin-top: 1rem;
    }
    
    .dashboard-switcher {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        gap: 0.5rem;
        padding: 0.5rem;
        border-radius: 1.5rem;
        width: 100%;
    }
    
    .dashboard-switcher::-webkit-scrollbar {
        display: none;
    }
    
    .switcher-btn {
        justify-content: center;
        padding: 0.6rem 0.4rem;
        font-size: 0.75rem;
        gap: 0.3rem;
        text-align: center;
    }

    .btn-indicator {
        width: 5px;
        height: 5px;
    }

    .features-grid {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 1rem 0.8rem !important;
        padding: 0 0.5rem;
    }

    .feature-item {
        padding: 0.8rem 0.5rem !important;
        border-radius: 0.8rem;
    }

    .feature-title {
        font-size: 0.8rem !important;
        margin-bottom: 0.3rem !important;
    }

    .feature-description {
        display: block !important;
        font-size: 0.65rem !important;
        line-height: 1.2;
    }
}

/* Mobile Sidebar & Nav Updates */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2001;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    z-index: 2000;
    padding: 8rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    transition: right 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-sidebar a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    z-index: 1999;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

@media (max-width: 768px) {
    .pill-nav-container {
        zoom: 65% !important;
        top: 1.5rem !important;
    }
    
    .nav-links, .nav-cta {
        display: none !important;
    }
    
    .mobile-menu-btn {
        display: block !important;
    }
    
    .suprema-nav {
        justify-content: space-between !important;
        padding: 0.8rem 1.5rem !important;
        width: 95% !important;
    }

    .nav-logo img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }
    
    .logo-text {
        font-size: 1.1rem !important;
    }
}

/* --- Preloader & Intro Sequence (Reference Match) --- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 110%;
    fill: #000;
}

.preloader-heading .load-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.text-chars span {
    font-size: 20px; 
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ea1826; /* Reference Red */
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    animation: char-fade 1.5s infinite;
}

@keyframes char-fade {
    0%, 100% { opacity: 0; transform: translateY(10px); }
    50% { opacity: 1; transform: translateY(0); }
}

.text-chars span:nth-child(1) { animation-delay: 0.1s; }
.text-chars span:nth-child(2) { animation-delay: 0.2s; }
.text-chars span:nth-child(3) { animation-delay: 0.3s; }
.text-chars span:nth-child(4) { animation-delay: 0.4s; }
.text-chars span:nth-child(5) { animation-delay: 0.5s; }
.text-chars span:nth-child(6) { animation-delay: 0.6s; }
.text-chars span:nth-child(7) { animation-delay: 0.7s; }

/* Intro Overlays */
.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s;
}

#intro-stage-1 { opacity: 1; visibility: visible; }

.intro-content {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0 20px;
}

.intro-content img {
    width: 80px;
    margin-bottom: 25px;
}

.intro-content h1 {
    font-size: 2rem;
    color: #ea1826; /* Reference Red */
    margin: 0;
    white-space: nowrap;
    font-weight: 800;
}

.intro-content h2 {
    font-size: 1.47rem;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
}

.stage-3-text {
    display: flex;
    gap: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    white-space: nowrap;
}

.stage-3-text span {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.stage-3-text span.visible {
    opacity: 1;
    transform: translateY(0);
}

.stage-3-text .divider {
    color: #ea1826; /* Reference Red */
}

/* Visibility Control (Prevent Flicker) */
.initial-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

body.intro-finished .initial-hidden {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 1.2s ease, visibility 1.2s !important;
}

@media (max-width: 768px) {
    .text-chars span { font-size: 16px; }
    .intro-content h1 { font-size: 1.5rem; }
    .intro-content h2 { font-size: 1.1rem; }
    .stage-3-text { font-size: 0.7rem; gap: 8px; }
    .intro-content img { width: 50px; }
}

/* Hide body scroll during intro */
body.loading-intro {
    overflow: hidden !important;
}

/* Feature List Styling */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}
.feature-list li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}
.feature-list li i {
    color: #ea1826;
    margin-top: 3px;
    font-size: 0.75rem;
}
@media (max-width: 768px) {
    .feature-list { font-size: 0.75rem; }
}

/* Specialized Entrance Animations for Hero Images */
.hero-float-img.fade-in-left {
    opacity: 0;
    transform: translateX(-300px);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-float-img.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.hero-float-img.fade-in-right {
    opacity: 0;
    transform: translateX(300px);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-float-img.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Mobile Footer Fix */
@media (max-width: 768px) {
    .site-footer {
        padding: 2.5rem 1rem !important;
    }
    .footer-content {
        flex-direction: column !important;
        gap: 1.5rem !important;
        text-align: center !important;
        align-items: center !important;
    }
    .footer-brand {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }
    .footer-brand .logo-text {
        font-size: 1rem !important;
        letter-spacing: 0.5px;
    }
    .footer-logo {
        width: 24px !important;
        height: 24px !important;
    }
    .footer-links {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 20px !important;
        width: fit-content !important;
        margin: 0 auto !important;
    }
    .footer-links a {
        font-size: 0.75rem !important;
        text-align: center !important;
    }
    .footer-copyright {
        font-size: 0.7rem !important;
        opacity: 0.6 !important;
        margin-top: 0.5rem !important;
        width: 100% !important;
    }
    .footer-stats-container {
        padding: 1.5rem 0 !important;
        margin: 1.5rem 0 !important;
    }
}
