:root {
    --bg-color: #050505;
    --text-color: #e0e0e0;
    --primary-color: #00f3ff;
    --secondary-color: #bd00ff;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --font-heading: 'Orbitron', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-speed: 0.6s;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-body);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Background Effects */
.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.05"/%3E%3C/svg%3E');
    pointer-events: none;
    z-index: -1;
    opacity: 0.07;
}

.background-globes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.globe {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: floatGlobe 20s infinite ease-in-out;
}

.globe-1 {
    width: 400px;
    height: 400px;
    background: var(--primary-color);
    top: -100px;
    left: -100px;
}

.globe-2 {
    width: 500px;
    height: 500px;
    background: var(--secondary-color);
    bottom: -150px;
    right: -150px;
    animation-delay: -5s;
}

.globe-3 {
    width: 300px;
    height: 300px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    animation-delay: -10s;
}

@keyframes floatGlobe {

    0%,
    100% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(30px, -50px);
    }

    66% {
        transform: translate(-20px, 20px);
    }
}

/* Typography & Utilities */
h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-gradient {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight {
    color: var(--primary-color);
}

.section-padding {
    padding: 100px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.centered-text {
    text-align: center;
}

/* Glassmorphism */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 30px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px -10px rgba(0, 243, 255, 0.2);
}

/* Icons styling workaround for emojis */
.icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

/* Buttons */
.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-family: var(--font-heading);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: left 0.3s ease;
    z-index: -1;
}

.cta-button:hover::before {
    left: 0;
}

.cta-button:hover {
    color: #000;
    box-shadow: 0 0 20px var(--primary-color);
}

.primary-cta {
    font-size: 1.2rem;
}

.big-cta {
    font-size: 1.5rem;
    padding: 20px 60px;
    margin-top: 20px;
}

/* Navigation */
.glass-nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 5%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--glass-border);
}

.logo {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    grid-column: 2;
    text-align: center;
}

.nav-btn {
    color: var(--text-color);
    text-decoration: none;
    font-family: var(--font-heading);
    border: 1px solid var(--glass-border);
    padding: 8px 20px;
    border-radius: 4px;
    transition: 0.3s;
    grid-column: 3;
    justify-self: end;
}

.nav-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* HERO SECTION */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centered container but items separated by gap */
    gap: 120px;
    /* Big gap to send text left and circle right */
    padding: 80px 5%;
    /* Balanced padding */
    position: relative;
    text-align: left;
    /* Align text left */
}

.hero-content {
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s forwards 0.5s;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to start (left) */
    z-index: 2;
    /* Ensure text is above if overlap matches */
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1.1;
    position: relative;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-transform: none;
    font-family: var(--font-body);
    font-weight: 300;
}

.hero-philosophical {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #bbb;
}

.hero-micro {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 30px;
    border-left: 2px solid var(--secondary-color);
    /* Bring back side border for left align */
    border-bottom: none;
    padding-left: 15px;
    padding-bottom: 0;
    display: block;
}

.hero-visual {
    /* Hidden on desktop since we are centering text, or we can make it background/smaller. 
       If we want to keep it side-by-side but centered, we rely on the flex gap. 
       But user said "texts a little more to center". 
       Let's keep the visual but ensure the layout is cent.hero-visual {*/
    flex: 0 0 350px;
    /* Fixed width, no growing/shrinking */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    /* Keep height for vertical centering */
    position: relative;
    margin-left: 0;
    /* Reset margin */
    z-index: 1;
}

.cyber-circle {
    width: 300px;
    height: 300px;
    border: 2px solid rgba(0, 243, 255, 0.3);
    border-radius: 50%;
    position: relative;
    animation: rotate 20s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cyber-circle::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px dashed var(--secondary-color);
    border-radius: 50%;
    animation: rotateReverse 30s linear infinite;
}

.inner-soul {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fff, var(--primary-color), transparent);
    border-radius: 50%;
    box-shadow: 0 0 50px var(--primary-color);
    animation: pulseSoul 3s infinite ease-in-out;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes pulseSoul {

    0%,
    100% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
        box-shadow: 0 0 80px var(--primary-color);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glitch Effect */
.glitch-text {
    position: relative;
}

.glitch-text::before,
.glitch-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-text::before {
    left: 2px;
    text-shadow: -1px 0 var(--secondary-color);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch-text::after {
    left: -2px;
    text-shadow: -1px 0 var(--primary-color);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% {
        clip: rect(21px, 9999px, 86px, 0);
    }

    5% {
        clip: rect(65px, 9999px, 81px, 0);
    }

    10% {
        clip: rect(93px, 9999px, 20px, 0);
    }

    /* ... more random frames usually needed, keeping short for brevity */
    100% {
        clip: rect(12px, 9999px, 7px, 0);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(2px, 9999px, 46px, 0);
    }

    5% {
        clip: rect(15px, 9999px, 11px, 0);
    }

    10% {
        clip: rect(43px, 9999px, 60px, 0);
    }

    100% {
        clip: rect(82px, 9999px, 3px, 0);
    }
}

/* Sections Styling */
.section-title {
    font-size: 2.5rem;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 10px auto 0;
}

/* Pain Section */
.pain-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.pain-text {
    font-size: 1.2rem;
}

.highlight-text {
    color: var(--secondary-color);
    font-weight: 600;
    margin: 20px 0;
}

.pain-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.key-phrase {
    text-align: center;
    margin-top: 60px;
    font-size: 1.5rem;
}

.key-phrase h3 {
    font-size: 2.5rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
}

/* Proposal Section */
.proposal-main {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.topic-item {
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: 0.3s;
}

.topic-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--secondary-color);
}

.differential {
    text-align: center;
    font-size: 1.5rem;
}

.glow-text {
    color: #fff;
    text-shadow: 0 0 20px #fff;
}

/* Target Section */
.cards-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.flow-card {
    flex: 1 1 250px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.card-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 5rem;
    font-family: var(--font-heading);
    opacity: 0.1;
    color: var(--primary-color);
}

.identification-phrase {
    text-align: center;
    margin-top: 50px;
}

.identification-phrase h3 {
    color: var(--secondary-color);
}

/* Value Section */
.value-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.value-block {
    padding: 20px;
    border-left: 2px solid var(--primary-color);
}

.value-block h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.philosophy-note {
    text-align: center;
    margin-top: 60px;
    font-style: italic;
    opacity: 0.7;
}

/* Experience Section */
.experience-section {
    position: relative;
}

.experience-text {
    font-size: 1.4rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.suggestion-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.suggestion-box ul {
    list-style-type: none;
    margin-top: 20px;
}

.suggestion-box li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.suggestion-box li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

/* Author/Manifesto */
.manifesto-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.manifesto-quote {
    font-size: 1.8rem;
    font-family: var(--font-heading);
    margin-top: 30px;
    color: #fff;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(to top, rgba(0, 243, 255, 0.05), transparent);
    padding-bottom: 50px;
}

.action-buttons {
    margin: 40px 0;
}

.sub-cta {
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.6;
}

.footer-copy {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 0.8rem;
    opacity: 0.5;
}

/* Reveal Classes (For JS) */
.reveal-text,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal-left {
    transform: translateX(-30px);
}

.reveal-right {
    transform: translateX(30px);
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        flex-direction: column-reverse;
        /* Visual on top on mobile? or bottom. Standard is usually visual top but for this abstract one, maybe below text or above. Let's do column which puts text on top */
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 120px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .glass-nav {
        display: flex;
        justify-content: center;
    }

    .logo {
        grid-column: auto;
    }

    .hero-micro {
        border-left: none;
        border-top: 2px solid var(--secondary-color);
        padding-top: 15px;
        padding-left: 0;
        display: inline-block;
    }

    .pain-grid,
    .value-blocks {
        grid-template-columns: 1fr;
    }

    .nav-btn {
        display: none;
        /* Hide button on small screens or make it icon */
    }

    .glass-nav {
        padding: 15px 20px;
        justify-content: center;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .value-block {
        border-left: none;
        border-top: 2px solid var(--primary-color);
        text-align: center;
    }
}