/* Cultioo Main - Revolutionary Modern Motion Design */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* Hide all scrollbars globally */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #050505;
    color: #ffffff;
    overflow-x: hidden;
    min-height: 100vh;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    z-index: 5000;
    background: linear-gradient(90deg, #19af00, #8cff43);
    box-shadow: 0 0 20px rgba(140, 255, 67, 0.9);
}

/* ==================== NAVIGATION ==================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(8, 8, 8, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    padding: 16px 36px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 20px;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.brand img {
    width: 34px;
    height: 34px;
}

.brand .big {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand .bite {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.25rem;
}

.nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.nav a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #ffffff;
}

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

.btn {
    border-radius: 999px;
    padding: 12px 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-block;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn.solid {
    background: #ffffff;
    color: #000;
}

.btn.ghost {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.btn.xl {
    padding: 16px 28px;
    font-size: 1rem;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.4rem;
}

main {
    padding-top: 86px;
}

.hero {
    padding: 74px 40px 100px;
    background: radial-gradient(circle at 30% 20%, rgba(25, 175, 0, 0.14), transparent 45%), #050505;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    min-height: calc(100vh - 86px);
    overflow: hidden;
}

.bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.orb-1 {
    width: 320px;
    height: 320px;
    background: rgba(140, 255, 67, 0.18);
    top: -60px;
    left: -100px;
    animation: floatOrb 7s ease-in-out infinite;
}

.orb-2 {
    width: 260px;
    height: 260px;
    background: rgba(0, 170, 255, 0.14);
    bottom: -90px;
    right: -40px;
    animation: floatOrb 8.5s ease-in-out infinite reverse;
}

.bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(circle at center, #000 35%, transparent 75%);
    opacity: 0.35;
    z-index: 0;
}

.hero-content,
.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-brand-showcase {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding: 12px 16px 12px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
}

.hero-brand-showcase img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.24));
}

.hero-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-brand-name {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-brand-name .big {
    color: #fff;
    font-weight: 700;
}

.hero-brand-name .bite {
    color: rgba(255, 255, 255, 0.34);
    font-weight: 400;
}

.hero-brand-meta {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.type-shift {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.04em;
}

.type-shift-underline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.06em;
    height: 0.08em;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(140, 255, 67, 0.95), rgba(255, 255, 255, 0.5));
    transform-origin: left center;
    animation: typeUnderlineFlow 3.8s ease-in-out infinite;
    opacity: 0.95;
}

.type-shift-dark::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
}

@keyframes typeUnderlineFlow {
    0%, 100% {
        transform: scaleX(0.82);
        opacity: 0.7;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.kicker {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 16px;
}

.hero h1 {
    font-size: clamp(3.2rem, 8vw, 8rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
    margin-bottom: 20px;
}

#heroWord {
    color: #8cff43;
    display: inline-block;
    transition: transform 0.24s ease, opacity 0.24s ease;
    padding-bottom: 0.06em;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.hero-sub {
    font-size: clamp(1.05rem, 2.2vw, 1.42rem);
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 34px;
}

.hero-cta {
    display: flex;
    gap: 16px;
}

.hero-visual {
    height: 500px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease;
    will-change: transform;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.02);
}

.visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62));
}

.floating-chip {
    position: absolute;
    background: rgba(10, 10, 10, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 0.78rem;
    backdrop-filter: blur(9px);
    animation: chipFloat 3.4s ease-in-out infinite;
}

.chip-1 { top: 18px; left: 18px; }
.chip-2 { bottom: 24px; right: 22px; animation-delay: 0.8s; }
.chip-3 { bottom: 92px; left: 20px; animation-delay: 1.2s; }

.impact,
.ecosystem,
.ai,
.downloads,
.problem-chain {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 40px;
}

.problem-chain .problem-card {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

.impact-card,
.ai-panel,
.problem-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: clamp(30px, 4vw, 64px);
    transition: none;
}

.impact-card h2,
.ai-panel h2,
.problem-card h2 {
    font-size: clamp(2rem, 4.7vw, 4.5rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.impact-card p,
.ai-panel p,
.problem-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.section-head {
    margin-bottom: 26px;
}

.section-head h2 {
    font-size: clamp(2rem, 4.8vw, 4.8rem);
    letter-spacing: -0.035em;
}

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

.eco-card,
.download-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    padding: 28px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    will-change: transform;
}

.eco-card:hover,
.download-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(140, 255, 67, 0.5);
}

.tag {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.14em;
    font-size: 0.65rem;
    font-weight: 700;
}

.eco-card h3,
.download-card h3 {
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    margin-bottom: 8px;
}

.eco-card p,
.download-card p {
    color: rgba(255, 255, 255, 0.72);
}

.ai-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.ticker-wrap {
    overflow: hidden;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 16px;
}

.ticker-track {
    display: inline-flex;
    gap: 16px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.72);
    animation: tickerMove 18s linear infinite;
}

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

.download-card span {
    display: inline-block;
    margin-top: 18px;
    color: #8cff43;
    font-weight: 700;
}

.problem-card .btn {
    margin-top: 20px;
}


.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

@keyframes chipFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes tickerMove {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes floatOrb {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(18px, -24px); }
}

/* Legacy section styles removed. New main page uses section-specific classes above. */

.section-title.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.section-title.reveal-on-scroll.revealed {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.section-subtitle {
    font-size: 1.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 80px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.section-subtitle.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.section-subtitle.reveal-on-scroll.revealed {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2px;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.feature-card:nth-child(1) { animation-delay: 0.3s; }
.feature-card:nth-child(2) { animation-delay: 0.45s; }
.feature-card:nth-child(3) { animation-delay: 0.6s; }
.feature-card:nth-child(4) { animation-delay: 0.75s; }
.feature-card:nth-child(5) { animation-delay: 0.9s; }
.feature-card:nth-child(6) { animation-delay: 1.05s; }

.feature-card.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.feature-card.reveal-on-scroll.revealed {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-4px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.5rem;
    border: none;
}

.feature-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.feature-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* ==================== STATS SECTION ==================== */
.stats {
    padding: 120px 40px;
    background: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.stat-card {
    text-align: center;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
}

.stat-card.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
}

.stat-card.reveal-on-scroll.revealed {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat-card.revealed:nth-child(1) { animation-delay: 0.1s; }
.stat-card.revealed:nth-child(2) { animation-delay: 0.2s; }
.stat-card.revealed:nth-child(3) { animation-delay: 0.3s; }
.stat-card.revealed:nth-child(4) { animation-delay: 0.4s; }

.stat-card:hover {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    color: #000000;
}

.stat-label {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
}

/* ==================== IMAGE SECTION ==================== */
.image-section {
    padding: 120px 40px;
    background: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.image-content {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.image-content.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.image-content.reveal-on-scroll.revealed {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.image-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #000000;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.image-content.reveal-on-scroll h2 {
    opacity: 0;
    animation: none;
}

.image-content.reveal-on-scroll.revealed h2 {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.image-content p {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

.image-content.reveal-on-scroll p {
    opacity: 0;
    animation: none;
}

.image-content.reveal-on-scroll.revealed p {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

.image-placeholder {
    height: 400px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    overflow: hidden;
    border: none;
    opacity: 0;
    animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.image-placeholder.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.image-placeholder.reveal-on-scroll.revealed {
    animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================== MARKETPLACE SECTION ==================== */
.marketplace {
    padding: 120px 40px;
    background: #000000;
    max-width: 100%;
    margin: 0 auto;
}

.marketplace-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.marketplace-text {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.marketplace-text.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.marketplace-text.reveal-on-scroll.revealed {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.marketplace-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.marketplace-text.reveal-on-scroll h2 {
    opacity: 0;
    animation: none;
}

.marketplace-text.reveal-on-scroll.revealed h2 {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.marketplace-text p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

.marketplace-text.reveal-on-scroll p {
    opacity: 0;
    animation: none;
}

.marketplace-text.reveal-on-scroll.revealed p {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

.marketplace-features {
    list-style: none;
    padding: 0;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}

.marketplace-text.reveal-on-scroll .marketplace-features {
    opacity: 0;
    animation: none;
}

.marketplace-text.reveal-on-scroll.revealed .marketplace-features {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}

.marketplace-features li {
    padding: 12px 0;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 12px;
}

.marketplace-features li::before {
    content: '✓';
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.commission-highlight {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 25px;
    margin: 24px 0;
    border: none;
}

.commission-highlight strong {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.marketplace-visual {
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    overflow: hidden;
    border: none;
    opacity: 0;
    animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.marketplace-visual.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.marketplace-visual.reveal-on-scroll.revealed {
    animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.marketplace-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================== SCROLL BUTTON ==================== */
.scroll-next {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    animation: bounce 2s infinite;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.scroll-next:hover {
    opacity: 0.7;
}

.scroll-next svg {
    color: rgba(0, 0, 0, 0.6);
}

.scroll-next.dark svg {
    color: rgba(255, 255, 255, 0.6);
}

.scroll-next span {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.scroll-next.dark span {
    color: rgba(255, 255, 255, 0.4);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-15px);
    }
    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

/* ==================== CTA SECTION ==================== */
.cta {
    padding: 120px 40px;
    background: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.cta.reveal-on-scroll {
    opacity: 0;
    animation: none;
}

.cta.reveal-on-scroll.revealed {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.cta-container {
    background: rgba(0, 0, 0, 0.03);
    padding: 80px 60px;
    border-radius: 25px;
    text-align: center;
    border: none;
    max-width: 1400px;
    margin: 0 auto;
}

.cta h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.cta.reveal-on-scroll h2 {
    opacity: 0;
    animation: none;
}

.cta.reveal-on-scroll.revealed h2 {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.cta p {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

.cta.reveal-on-scroll p {
    opacity: 0;
    animation: none;
}

.cta.reveal-on-scroll.revealed p {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

/* ==================== FOOTER ==================== */
.site-footer {
    background: #111;
    color: #fff;
    padding: 80px 40px 40px;
}
.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 64px;
}
.footer-brand h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 8px;
}
.footer-brand h2 span:last-child {
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}
.footer-tagline {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.4);
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}
.footer-col-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 20px;
}
.footer-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.footer-links-list a {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.18s ease;
}
.footer-links-list a:hover { color: #fff; }
.footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 32px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-copy {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}
.footer-legal {
    display: flex;
    gap: 24px;
}
.footer-legal a {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: color 0.18s ease;
}
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

.footer-links a {
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
    margin: 0;
}

.footer-links a:hover {
    color: #000;
}

.footer-links a::after {
    content: none;
}

.footer-lang {
    margin: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-lang label {
    font-family: 'Poppins', sans-serif;
    margin-right: 12px;
    font-weight: 500;
    color: #000;
    font-size: 0.875rem;
}

#lang-select {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 36px 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    background: #f5f5f5 url('data:image/svg+xml;utf8,<svg fill="black" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center/16px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #000;
    cursor: pointer;
    min-width: 140px;
    transition: all 0.2s ease;
}

#lang-select:hover {
    background-color: #e0e0e0;
}

#lang-select:focus {
    border-color: #000;
    background-color: #fff;
}

#lang-select::-ms-expand {
    display: none;
}

#lang-select option {
    background: #fff;
    color: #000;
}

.lang-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 36px 8px 16px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    position: relative;
    overflow: visible;
    min-width: 140px;
}

.lang-button:hover {
    background-color: #e0e0e0;
}

.lang-button:active {
    transform: none;
}

.lang-icon {
    font-size: 1rem;
    line-height: 1;
}

.lang-text {
    font-weight: 500;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1100px) {
    .header {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .menu-toggle {
        display: inline-block;
    }

    .nav {
        position: absolute;
        top: 74px;
        left: 16px;
        right: 16px;
        background: rgba(10, 10, 10, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 18px;
        padding: 16px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav.open {
        display: flex;
    }

    .header-actions {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 42px;
    }

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

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

@media (max-width: 720px) {
    .hero,
    .impact,
    .ecosystem,
    .ai,
    .downloads,
    .problem-chain {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-cta {
        flex-direction: column;
    }

    .hero-cta .btn {
        text-align: center;
        width: 100%;
    }

    .hero-visual {
        height: 390px;
    }
}

/* ==================== FINAL MAIN OVERRIDES (BLACK/WHITE + BORDER NONE) ==================== */
*, *::before, *::after {
    border: none !important;
}

body {
    background: #000 !important;
    color: #fff !important;
}

.scroll-progress {
    background: #fff !important;
    box-shadow: none !important;
}

.header,
.hero,
.impact,
.ecosystem,
.ai,
.downloads,
.problem-chain,
.feature-block,
.revolution {
    background: #000 !important;
    color: #fff !important;
}
.site-footer {
    background: #111 !important;
    color: #fff !important;
}

.hero {
    background: #000 !important;
}

.bg-grid {
    opacity: 0.25 !important;
}

.orb-1,
.orb-2 {
    background: rgba(255, 255, 255, 0.08) !important;
}

#heroWord,
.download-card span {
    color: #fff !important;
}

.btn.solid {
    background: #fff !important;
    color: #000 !important;
}

.btn.ghost {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.hero-visual,
.impact-card,
.ai-panel,
.problem-card,
.eco-card,
.download-card,
.revolution-card,
.feature-tile {
    background: rgba(255, 255, 255, 0.08) !important;
}

.eco-card:hover,
.download-card:hover,
.revolution-card:hover,
.feature-tile:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

.feature-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 40px;
}

.feature-head {
    margin-bottom: 20px;
}

.feature-head h2 {
    font-size: clamp(2rem, 4.8vw, 4.6rem);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
}

.feature-intro {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

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

.feature-tile {
    border-radius: 24px;
    padding: 28px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.feature-tile h3 {
    font-size: clamp(1.3rem, 2.3vw, 1.95rem);
    margin-bottom: 8px;
}

.feature-tile p {
    color: rgba(255, 255, 255, 0.75);
}

.feature-actions {
    margin-top: 14px;
}

.revolution {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 40px;
}

.revolution-light {
    max-width: 100%;
    background: #fff !important;
    color: #000 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.revolution-light .section-head,
.revolution-light .section-head h2,
.revolution-light .section-desc,
.revolution-light .kicker,
.revolution-light .rev-num,
.revolution-light .revolution-card h3,
.revolution-light .revolution-card p {
    color: #000 !important;
}

.revolution-light .kicker {
    opacity: 0.5;
}

.revolution-light .section-desc,
.revolution-light .revolution-card p,
.revolution-light .rev-num {
    opacity: 0.7;
}

.revolution-light .revolution-grid {
    max-width: 1400px;
    margin: 0 auto;
}

.revolution-light .section-head {
    max-width: 1400px;
    margin: 0 auto 26px;
}

.revolution-light .revolution-card {
    background: #0a0a0a !important;
    color: #fff !important;
}

.revolution-light .revolution-card h3,
.revolution-light .revolution-card p,
.revolution-light .revolution-card .rev-num {
    color: #fff !important;
}

.revolution-light .revolution-card p,
.revolution-light .revolution-card .rev-num {
    opacity: 0.74;
}

.revolution-light .revolution-card:hover {
    background: #151515 !important;
}

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

.revolution-card {
    border-radius: 24px;
    padding: 28px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.revolution-card h3 {
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    margin-bottom: 8px;
}

.revolution-card p {
    color: rgba(255, 255, 255, 0.75);
}

.ticker-wrap {
    border-top: none !important;
}

.footer-links a,
.footer-copy {
    color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 1100px) {
    .feature-grid,
    .revolution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .feature-block,
    .revolution {
        padding-left: 20px;
        padding-right: 20px;
    }

    .revolution-light .section-head,
    .revolution-light .revolution-grid {
        max-width: none;
    }
}

/* ==================== MISSING CLASSES SUPPLEMENT ==================== */

/* Hero stats row */
.hero-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hstat-n {
    display: block;
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
}

.hstat-l {
    display: block;
    font-size: 0.78rem;
    opacity: 0.55;
    letter-spacing: 0.07em;
    margin-top: 3px;
}

/* Section descriptor text */
.section-desc {
    font-size: clamp(1rem, 1.9vw, 1.3rem);
    opacity: 0.75;
    line-height: 1.65;
    margin-top: 12px;
    max-width: 860px;
}

/* Eco-card & download-card list + link */
.card-list {
    list-style: none;
    margin-top: 14px;
    display: grid;
    gap: 5px;
}

.card-list li {
    font-size: 0.93rem;
    opacity: 0.78;
    padding-left: 16px;
    position: relative;
    line-height: 1.55;
    color: #fff;
}

.card-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    opacity: 0.45;
}

.card-link {
    display: inline-block;
    margin-top: 18px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

/* Numbered labels on feature and revolution tiles */
.tile-num,
.rev-num {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    opacity: 0.45;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

/* Impact section extras */
.impact-lead {
    font-size: clamp(1.02rem, 1.9vw, 1.32rem);
    opacity: 0.8;
    line-height: 1.65;
    max-width: 860px;
    margin-bottom: 22px;
    color: rgba(255,255,255,0.8);
}

.impact-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.ipt {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 0.94rem;
    opacity: 0.9;
    line-height: 1.5;
    color: #fff;
}

/* CullyAI section */
.cullyai-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 40px;
    background: #000 !important;
    color: #fff !important;
}

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

.ai-card {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 24px;
    padding: 28px;
    transition: transform 0.2s ease, background 0.2s ease;
    will-change: transform;
    color: #fff;
}

.ai-card:hover {
    background: rgba(255,255,255,0.14) !important;
}

.ai-card h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.95rem);
    margin-bottom: 10px;
}

.ai-card p {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    line-height: 1.62;
}

.ai-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

/* Feature actions flex */
.feature-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

/* Download grid — 4 columns */
.download-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px;
}

/* Revolution card paragraph */
.revolution-card p {
    font-size: 1rem;
    line-height: 1.62;
}

/* Feature tile text */
.feature-tile p {
    font-size: 1rem;
    line-height: 1.62;
}

/* Hero h1 bigger */
.hero h1 {
    font-size: clamp(4rem, 9.5vw, 9.6rem) !important;
    line-height: 0.88 !important;
    letter-spacing: -0.05em !important;
}

.hero-text-only {
    grid-template-columns: 1fr !important;
    min-height: 80vh !important;
    gap: 0 !important;
    padding-bottom: 80px !important;
    max-width: 100% !important;
    padding-left: clamp(28px, 6vw, 140px) !important;
    padding-right: clamp(28px, 6vw, 140px) !important;
}

.hero-text-only .hero-content {
    max-width: 900px;
}

.hero-text-only .hero-sub {
    max-width: 560px;
}

.impact-statement .type-shift-dark,
.revolution-light .type-shift-dark {
    color: #000;
}

@media (max-width: 720px) {
    .hero-brand-showcase {
        gap: 14px;
        padding: 10px 14px 10px 10px;
        margin-bottom: 18px;
    }

    .hero-brand-showcase img {
        width: 44px;
        height: 44px;
    }

    .hero-brand-name {
        font-size: 1.1rem;
    }

    .hero-brand-meta {
        font-size: 0.62rem;
    }

    .type-shift-underline::after {
        height: 0.07em;
    }
}

/* ==================== CINEMATIC STRIP ==================== */
.cinematic-strip {
    width: 100%;
    height: clamp(420px, 58vw, 820px);
    position: relative;
    overflow: hidden;
}

.cinematic-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    transform: scale(1.03);
    transition: transform 8s ease;
}

.cinematic-strip:hover img {
    transform: scale(1.0);
}

.cinematic-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 28%, transparent 60%, rgba(0,0,0,0.72) 100%),
        linear-gradient(to right, rgba(0,0,0,0.28) 0%, transparent 50%);
}

.cinematic-strip .floating-chip {
    position: absolute;
    background: rgba(8,8,8,0.68);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    letter-spacing: 0.01em;
    animation: chipFloat 3.4s ease-in-out infinite;
    white-space: nowrap;
}

.cinematic-strip .chip-1 {
    top: 32px;
    left: clamp(24px, 4vw, 56px);
}

.cinematic-strip .chip-2 {
    bottom: 36px;
    right: clamp(24px, 4vw, 56px);
    animation-delay: 0.9s;
}

.cinematic-strip .chip-3 {
    bottom: 36px;
    left: clamp(24px, 4vw, 56px);
    animation-delay: 1.6s;
}

/* Section heads bigger */
.section-head h2,
.feature-head h2 {
    font-size: clamp(2.4rem, 5.5vw, 5.6rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.04em !important;
}

.impact-card h2,
.problem-card h2 {
    font-size: clamp(2.2rem, 5vw, 5rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.04em !important;
}

/* Eco-card h3 bigger */
.eco-card h3,
.download-card h3 {
    font-size: clamp(1.4rem, 2.5vw, 2.1rem) !important;
}

/* Feature tile h3 bigger */
.feature-tile h3,
.ai-card h3,
.revolution-card h3 {
    font-size: clamp(1.35rem, 2.3vw, 2rem) !important;
}

@media (max-width: 1100px) {
    .impact-points,
    .ai-grid,
    .download-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 720px) {
    .cullyai-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .impact-points {
        grid-template-columns: 1fr;
    }
}

/* ==================== IMPACT STATEMENT (white break) ==================== */
.impact-statement {
    background: #fff !important;
    color: #000 !important;
    padding: 100px 40px;
    text-align: center;
}

.impact-statement .kicker {
    color: rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 20px;
}

.statement-inner {
    max-width: 860px;
    margin: 0 auto;
}

.impact-statement h2 {
    font-size: clamp(3rem, 7vw, 7rem) !important;
    letter-spacing: -0.04em !important;
    line-height: 0.92 !important;
    color: #000 !important;
    margin-bottom: 20px;
}

.statement-sub {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 44px;
    line-height: 1.5;
}

.statement-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}

.statement-pillars > div {
    background: #f0f0f0;
    border-radius: 16px;
    padding: 20px 18px;
}

.statement-pillars strong {
    display: block;
    font-size: 1rem;
    color: #000;
    margin-bottom: 4px;
    font-weight: 700;
}

.statement-pillars span {
    font-size: 0.82rem;
    color: rgba(0, 0, 0, 0.5);
}

/* ==================== SPLIT LAYOUT (Delvioo) ==================== */
.split-block {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.split-copy h2 {
    font-size: clamp(2.4rem, 5vw, 5rem) !important;
    letter-spacing: -0.04em !important;
    line-height: 0.94 !important;
    margin-bottom: 16px;
}

.split-copy > p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 28px;
}

.split-items {
    display: flex;
    flex-direction: column;
}

.split-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 16px;
    padding: 20px 0;
    align-items: start;
    position: relative;
}

.split-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
}

.split-item:last-child::after {
    display: none;
}

.si-num {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    padding-top: 3px;
}

.split-item h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.split-item p {
    font-size: 0.87rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.5;
}

/* ==================== AI PILLARS (3 wide) ==================== */
.ai-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.ai-pillar {
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 28px;
    padding: 42px 32px;
    transition: transform 0.2s ease, background 0.2s ease;
    will-change: transform;
}

.ai-pillar:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.ai-pillar h3 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.ai-pillar p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.6;
}

/* ==================== REVOLUTION NUMBERED LIST ==================== */
.revolution-light .section-head,
.revolution-light .rev-list {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.rev-list {
    list-style: none;
    margin-top: 36px;
}

.rev-row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 28px;
    padding: 28px 0;
    align-items: start;
    position: relative;
}

.rev-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.rev-row:last-child::after {
    display: none;
}

.rev-n {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.28);
    padding-top: 5px;
}

.rev-row h3 {
    font-size: clamp(1.2rem, 2.4vw, 1.9rem) !important;
    color: #000 !important;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.rev-row p {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.52) !important;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .split-block {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ai-pillars {
        grid-template-columns: 1fr;
    }
    .statement-pillars {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .impact-statement {
        padding: 70px 20px;
    }
    .statement-pillars {
        grid-template-columns: 1fr 1fr;
    }
    .rev-row {
        grid-template-columns: 40px 1fr;
        gap: 16px;
    }
}

/* ==================== APP PREVIEW DASHBOARD BLOCK ==================== */
.app-preview-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
}
.apb-header {
    text-align: center;
    margin-bottom: 52px;
}
.apb-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 8px 0 0;
}
.apb-window {
    background: #0d0d0d;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.7);
}
.apb-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #1a1a1a;
}
.apb-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
}
.apb-dot:nth-child(1) { background: #ff5f57; }
.apb-dot:nth-child(2) { background: #febc2e; }
.apb-dot:nth-child(3) { background: #28c840; }
.apb-url {
    margin-left: 16px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
    font-family: 'Courier New', monospace;
}
.apb-body {
    display: flex;
    height: 360px;
}
.apb-sidebar {
    width: 160px;
    flex-shrink: 0;
    background: #111;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.apb-nav {
    padding: 10px 20px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.04em;
    cursor: default;
    transition: color 0.2s;
}
.apb-nav-active {
    color: #fff;
    background: rgba(255,255,255,0.07);
}
.apb-content {
    flex: 1;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}
.apb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.apb-stat {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.apb-stat span {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.apb-stat strong {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}
.apb-chart {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    padding-bottom: 2px;
}
.apb-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: rgba(255,255,255,0.1);
    transition: height 0.6s ease;
}
.apb-bar-hi {
    background: rgba(255,255,255,0.75);
}

@media (max-width: 900px) {
    .apb-body { height: auto; flex-direction: column; }
    .apb-sidebar { width: 100%; flex-direction: row; flex-wrap: wrap; height: auto; }
    .apb-stats { grid-template-columns: repeat(2, 1fr); }
    .apb-chart { height: 120px; }
}
@media (max-width: 600px) {
    .app-preview-block { padding: 60px 16px; }
    .apb-window { border-radius: 10px; }
    .apb-stats { grid-template-columns: 1fr 1fr; }
}

/* ==================== DELIVERY STATUS LIVE FEED ==================== */
.delivery-mock {
    margin-top: 32px;
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.dm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}
.dm-live {
    color: #4cff91;
    font-size: 0.68rem;
    animation: dmPulse 1.8s ease-in-out infinite;
}
@keyframes dmPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
.dm-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.dm-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.dm-green  { background: #4cff91; box-shadow: 0 0 8px #4cff91; }
.dm-amber  { background: #ffc53d; box-shadow: 0 0 8px #ffc53d; }
.dm-blue   { background: #5ac8fa; box-shadow: 0 0 8px #5ac8fa; }
.dm-info {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 0.82rem;
}
.dm-info span:first-child { color: rgba(255,255,255,0.88); font-weight: 600; }
.dm-info span:last-child  { color: rgba(255,255,255,0.38); font-size: 0.76rem; }

/* ==================== CULLYAI VISUAL BAR CHART PANEL ==================== */
.ai-visual-panel {
    max-width: 1400px;
    margin: 0 auto 52px;
    background: rgba(255,255,255,0.04);
    border-radius: 20px;
    padding: 32px 36px 28px;
}
.aivp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px;
}
.aivp-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}
.aivp-metrics {
    display: flex;
    gap: 36px;
}
.aivp-metrics div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.aivp-metrics strong {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}
.aivp-metrics span {
    font-size: 0.64rem;
    color: rgba(255,255,255,0.38);
    letter-spacing: 0.08em;
}
.aivp-bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 140px;
}
.aivp-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    height: 100%;
}
.aivp-bar {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: rgba(255,255,255,0.12);
    transition: height 0.8s ease;
}
.aivp-hi {
    background: rgba(255,255,255,0.82);
}
.aivp-col span {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.32);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 720px) {
    .ai-visual-panel { padding: 22px 18px 20px; }
    .aivp-top { flex-direction: column; align-items: flex-start; }
    .aivp-metrics { gap: 20px; }
    .aivp-metrics div { align-items: flex-start; }
    .aivp-bars { gap: 6px; height: 110px; }
}

@media (max-width: 1100px) {
    .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 600px) {
    .site-footer { padding: 60px 20px 32px !important; }
    .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ==================== MOBILE PHONE FIXES ==================== */
html, body {
    overflow-x: hidden;
}

/* Disable ALL hover transforms & animations on touch devices */
@media (hover: none), (max-width: 768px) {
    .btn:hover,
    .eco-card:hover,
    .download-card:hover,
    .revolution-card:hover,
    .feature-tile:hover,
    .ai-pillar:hover,
    .tilt:hover,
    [data-tilt]:hover {
        transform: none !important;
    }

    .btn {
        transition: none !important;
    }

    /* Disable tilt JS effect by overriding inline style */
    [data-tilt] {
        transform: none !important;
        will-change: auto !important;
    }

    /* No floating orb animation */
    .orb-1, .orb-2 {
        animation: none !important;
    }

    /* No chip float */
    .floating-chip {
        animation: none !important;
    }

    /* Pulse animation off */
    .scroll-progress {
        transition: none;
    }
}

@media (max-width: 540px) {
    /* Hero heading — shrink so long words like INTELLIGENT. don't overflow */
    .hero h1 {
        font-size: clamp(2.1rem, 12.5vw, 4rem) !important;
        line-height: 0.9 !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    /* Less horizontal padding so text has more room */
    .hero-text-only {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }

    /* Hero sub text */
    .hero-text-only .hero-sub {
        font-size: 1rem !important;
    }

    /* Stats row — wrap onto two lines if needed */
    .hero-stats {
        flex-wrap: wrap;
        gap: 14px 24px;
    }

    .hstat-n {
        font-size: 2rem;
    }

    /* Floating chips on cinematic strip */
    .cinematic-strip .floating-chip {
        font-size: 0.68rem;
        padding: 7px 12px;
    }

    /* Section heads */
    .section-head h2,
    .feature-head h2 {
        font-size: clamp(1.8rem, 10vw, 3rem) !important;
    }

    .impact-statement h2 {
        font-size: clamp(1.8rem, 10vw, 3rem) !important;
    }

    /* Split block (Delvioo section) padding */
    .feature-block {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .split-copy h2 {
        font-size: 2rem !important;
    }

    /* Revolution list */
    .revolution-light {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Ecosystem / downloads sections */
    .ecosystem,
    .downloads,
    .cullyai-section,
    .problem-chain {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* App preview block */
    .app-preview-block {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* CTA buttons full width */
    .hero-cta {
        flex-direction: column;
    }
    .hero-cta .btn {
        width: 100%;
        text-align: center;
    }

    /* Download grid 2 cols instead of stacked */
    .download-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
    }
}
