:root {
    --aw-bg-0: #03040a;
    --aw-bg-1: #080d1a;
    --aw-bg-2: #111a2f;
    --aw-ink: #f3f7ff;
    --aw-subtle: #b8c6e6;
    --aw-muted: #8ea1c8;
    --aw-hot: #ff4f9a;
    --aw-acid: #37f1d2;
    --aw-electric: #5a7fff;
    --aw-warn: #ffbf69;
    --aw-max-width: 1780px;
    --aw-pad-x: clamp(18px, 5vw, 84px);
    --aw-glow-strong: 0 0 42px rgba(90, 127, 255, 0.38), 0 0 22px rgba(55, 241, 210, 0.32);
    --aw-glow-soft: 0 24px 70px rgba(8, 16, 36, 0.4);
    --aw-scroll: 0;
}

html {
    scroll-behavior: smooth;
}

body.awwwards-2026 {
    margin: 0;
    color: var(--aw-ink);
    font-family: 'Manrope', sans-serif;
    background: radial-gradient(130% 120% at 88% -4%, #1f2143 0%, transparent 48%), radial-gradient(90% 120% at -8% 10%, #173025 0%, transparent 45%), linear-gradient(160deg, var(--aw-bg-0), var(--aw-bg-1) 45%, var(--aw-bg-2));
}

body.awwwards-2026::before,
body.awwwards-2026::after {
    content: '';
    position: fixed;
    inset: -10%;
    pointer-events: none;
    z-index: 0;
}

body.awwwards-2026::before {
    background: conic-gradient(from 190deg at 80% 20%, rgba(255, 79, 154, 0.17), rgba(90, 127, 255, 0.06), rgba(55, 241, 210, 0.16), rgba(255, 79, 154, 0.16));
    filter: blur(70px);
    transform: translate3d(0, calc(var(--aw-scroll) * -3%), 0);
}

body.awwwards-2026::after {
    background-image: radial-gradient(circle at 20% 28%, rgba(255, 255, 255, 0.15) 0 0.8px, transparent 0.9px), radial-gradient(circle at 80% 68%, rgba(255, 255, 255, 0.12) 0 0.8px, transparent 1px);
    background-size: 140px 140px, 110px 110px;
    opacity: 0.12;
    mix-blend-mode: soft-light;
}

body.awwwards-2026 #liquid-3d-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.92;
}

body.awwwards-2026 #tsparticles,
body.awwwards-2026 .epic-core,
body.awwwards-2026 .axis-engine,
body.awwwards-2026 .signal-path,
body.awwwards-2026 .agent-mesh,
body.awwwards-2026 .hero-aurora,
body.awwwards-2026 .scroll-cue,
body.awwwards-2026 .quidditch-score,
body.awwwards-2026 .snitch,
body.awwwards-2026 .snitch-trail,
body.awwwards-2026 .hero-beam,
body.awwwards-2026 .hero-orb {
    display: none !important;
}

body.awwwards-2026 .page-wrapper {
    position: relative;
    z-index: 2;
}

body.awwwards-2026 header {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 24px), var(--aw-max-width));
    padding: 12px 18px;
    background: rgba(5, 9, 20, 0.56);
    backdrop-filter: blur(10px);
    border: 0;
    border-radius: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    z-index: 60;
}

body.awwwards-2026 .logo {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
}

body.awwwards-2026 .logo span {
    color: var(--aw-hot);
}

body.awwwards-2026 .header-link {
    background: transparent;
    border: 0;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c8d5f2;
}

body.awwwards-2026 .header-link:hover {
    color: var(--aw-acid);
}

body.awwwards-2026 .lang-current,
body.awwwards-2026 .lang-option {
    border-radius: 0 !important;
}

body.awwwards-2026 .hero {
    min-height: 100svh;
    max-width: var(--aw-max-width) !important;
    margin: 0 auto;
    padding: clamp(110px, 16vh, 180px) var(--aw-pad-x) 6vh !important;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr);
    gap: clamp(26px, 4vw, 72px);
    align-items: center;
}

body.awwwards-2026 .hero-intro {
    margin-bottom: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--aw-muted);
    font-size: 0.8rem;
}

body.awwwards-2026 .hero-name {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(4.2rem, 13vw, 10.5rem);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f8fbff;
    text-wrap: balance;
}

body.awwwards-2026 .hero-name .highlight {
    display: inline-block;
    background: linear-gradient(96deg, var(--aw-acid) 0%, #9ce8ff 35%, var(--aw-hot) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 22px rgba(55, 241, 210, 0.2));
}

body.awwwards-2026 .hero-subtitle {
    margin-top: clamp(20px, 2.5vw, 28px);
    max-width: 74ch;
    min-height: 0 !important;
    font-size: clamp(1rem, 1.38vw, 1.36rem);
    line-height: 1.48;
    color: var(--aw-subtle);
    text-wrap: pretty;
}

body.awwwards-2026 .role-rotator {
    margin-top: 16px;
    margin-bottom: 20px;
}

body.awwwards-2026 .role-item {
    color: #d4fff6;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
}

body.awwwards-2026 .hero-ctas {
    width: 100%;
    gap: 14px;
    align-items: stretch;
}

body.awwwards-2026 .hero-ctas a,
body.awwwards-2026 .hero-ctas button {
    min-height: 52px;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 14px 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    position: relative;
    overflow: hidden;
}

body.awwwards-2026 .hero-ctas > a[href^='mailto:'] {
    color: #04101e;
    background: linear-gradient(118deg, #44ffe4, #59c6ff 56%, #8b92ff);
    box-shadow: var(--aw-glow-strong);
}

body.awwwards-2026 .hero-ctas > a[href^='mailto:']::before,
body.awwwards-2026 .hero-ctas > a[href^='tel:']::before,
body.awwwards-2026 .hero-ctas > a[href*='linkedin.com']::before {
    content: '';
    position: absolute;
    inset: -2px auto -2px -120%;
    width: 65%;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.44) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.45s ease;
}

body.awwwards-2026 .hero-ctas > a[href^='mailto:']:hover::before,
body.awwwards-2026 .hero-ctas > a[href^='tel:']:hover::before,
body.awwwards-2026 .hero-ctas > a[href*='linkedin.com']:hover::before {
    left: 120%;
}

body.awwwards-2026 .hero-ctas > a[href^='tel:'],
body.awwwards-2026 .hero-ctas > a[href*='linkedin.com'] {
    color: #ecf2ff;
    background: linear-gradient(120deg, rgba(16, 34, 70, 0.94), rgba(27, 62, 108, 0.86));
    box-shadow: 0 10px 28px rgba(5, 11, 24, 0.55), 0 0 20px rgba(90, 127, 255, 0.22);
}

body.awwwards-2026 .hero-ctas > a:hover,
body.awwwards-2026 .hero-ctas > button:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

body.awwwards-2026 .hero-ctas .media-badge {
    margin-left: clamp(26px, 3.5vw, 60px) !important;
    margin-right: 0 !important;
    align-self: center;
    color: #f7f8ff;
    background: linear-gradient(140deg, rgba(78, 93, 162, 0.88), rgba(45, 53, 105, 0.9));
    box-shadow: 0 16px 32px rgba(20, 23, 56, 0.46), 0 0 24px rgba(122, 151, 255, 0.18);
}

body.awwwards-2026 .hero-media,
body.awwwards-2026 .hero-photo {
    width: 100% !important;
    max-width: min(48vw, 760px);
}

body.awwwards-2026 .hero-photo {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.awwwards-2026 .hero-photo video {
    width: 100% !important;
    height: auto !important;
    max-height: 78svh;
    object-fit: contain !important;
    border-radius: 0 !important;
    filter: none !important;
    box-shadow: none !important;
}

body.awwwards-2026 .video-unmute-btn {
    border-radius: 0 !important;
    border: 0 !important;
    background: rgba(0, 0, 0, 0.42);
}

body.awwwards-2026 .scene-section {
    position: relative;
    min-height: 228svh;
    padding: 0 !important;
    margin: 0;
}

body.awwwards-2026 .scene-stage {
    position: sticky;
    top: 0;
    min-height: 100svh;
    width: min(var(--aw-max-width), calc(100% - 2 * var(--aw-pad-x)));
    margin: 0 auto;
    padding: clamp(74px, 11vh, 120px) 0 clamp(28px, 6vh, 44px);
    display: grid;
    align-content: center;
    gap: clamp(22px, 2.8vh, 34px);
    --aw-focus: clamp(var(--section-focus, 0), 0, 1);
    opacity: calc(0.12 + (var(--aw-focus) * 0.96));
    transform: translate3d(0, calc((1 - var(--aw-focus)) * 6.6vh), 0) scale(calc(0.92 + (var(--aw-focus) * 0.08)));
    transition: opacity 0.58s linear, transform 0.62s cubic-bezier(0.2, 0.65, 0.2, 1);
}

body.awwwards-2026 .scene-stage > * {
    --aw-child-reveal: clamp((var(--section-focus, 0) - 0.06) / 0.72, 0, 1);
    opacity: calc(0.08 + (var(--aw-child-reveal) * 0.98));
    transform: translate3d(0, calc((1 - var(--aw-child-reveal)) * 44px), 0);
    transition: opacity 0.54s ease, transform 0.58s cubic-bezier(0.22, 0.76, 0.2, 1);
}

body.awwwards-2026 .scene-stage > *:nth-child(1) {
    transition-delay: 0.02s;
}

body.awwwards-2026 .scene-stage > *:nth-child(2) {
    transition-delay: 0.08s;
}

body.awwwards-2026 .scene-stage > *:nth-child(3) {
    transition-delay: 0.14s;
}

body.awwwards-2026 .scene-stage > *:nth-child(4) {
    transition-delay: 0.2s;
}

body.awwwards-2026 .services-section::before,
body.awwwards-2026 .use-cases-section::before,
body.awwwards-2026 .why-ai-section::before,
body.awwwards-2026 .resources-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 8, 18, 0.42), rgba(3, 7, 18, 0.9));
    pointer-events: none;
}

body.awwwards-2026 .scene-section::after {
    position: absolute;
    inset: auto auto clamp(8px, 2vh, 30px) clamp(8px, 1.2vw, 18px);
    font-family: 'Anton', sans-serif;
    font-size: clamp(3.6rem, 19vw, 15rem);
    line-height: 0.82;
    letter-spacing: 0.04em;
    color: rgba(233, 240, 255, 0.04);
    text-transform: uppercase;
    pointer-events: none;
    z-index: 1;
    transform: translate3d(calc((var(--section-progress, 0) - 0.5) * 18vw), 0, 0);
    transition: transform 0.65s cubic-bezier(0.2, 0.72, 0.2, 1), opacity 0.5s ease;
    opacity: calc(0.16 + (var(--section-focus, 0) * 0.34));
}

body.awwwards-2026 #services-section::after {
    content: 'Build';
}

body.awwwards-2026 #use-cases-section::after {
    content: 'Deploy';
}

body.awwwards-2026 #why-ai-section::after {
    content: 'Trust';
}

body.awwwards-2026 #resources-section::after {
    content: 'Learn';
}

body.awwwards-2026 .section-title {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(2.2rem, 6.5vw, 6.2rem);
    letter-spacing: 0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    color: #f7fbff;
    max-width: 14ch;
}

body.awwwards-2026 .section-subtitle {
    margin: 0;
    max-width: min(86ch, 90%);
    color: #d9e5ff;
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    line-height: 1.5;
}

body.awwwards-2026 .section-title .icon,
body.awwwards-2026 .neo-head,
body.awwwards-2026 .neo-icon,
body.awwwards-2026 [id^='service-chip-'],
body.awwwards-2026 [id^='usecase-chip-'],
body.awwwards-2026 [id^='why-ai-chip-'] {
    display: none !important;
}

body.awwwards-2026 .neo-services,
body.awwwards-2026 .neo-cases,
body.awwwards-2026 .neo-ia,
body.awwwards-2026 .neo-resources,
body.awwwards-2026 #resources-teaser-grid {
    width: 100%;
    display: grid;
    gap: clamp(16px, 1.6vw, 22px);
}

body.awwwards-2026 .neo-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.awwwards-2026 .neo-cases,
body.awwwards-2026 .neo-ia,
body.awwwards-2026 #resources-teaser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.awwwards-2026 .neo-panel,
body.awwwards-2026 .resource-teaser-card {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: var(--aw-glow-soft);
    background: linear-gradient(150deg, rgba(11, 21, 43, 0.94), rgba(7, 14, 31, 0.9)) !important;
    padding: clamp(18px, 2.2vw, 28px);
    backdrop-filter: blur(9px);
    min-height: clamp(200px, 32vh, 320px);
}

body.awwwards-2026 .resource-teaser-thumb,
body.awwwards-2026 .neo-panel--resource .resource-teaser-thumb,
body.awwwards-2026 .resource-teaser-card .resource-teaser-thumb {
    transform: none !important;
    perspective: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.awwwards-2026 .neo-title {
    margin: 0;
    color: #f4f8ff;
    font-family: 'Anton', sans-serif;
    font-size: clamp(1.42rem, 2.3vw, 2.2rem);
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.awwwards-2026 .neo-copy,
body.awwwards-2026 .use-case-points p,
body.awwwards-2026 .resource-teaser-meta,
body.awwwards-2026 .resource-teaser-summary {
    color: #d0dcf6 !important;
    font-size: clamp(0.96rem, 1.14vw, 1.12rem);
    line-height: 1.5;
}

body.awwwards-2026 .use-case-points p span {
    color: #fcf0c7;
}

body.awwwards-2026 .neo-expand,
body.awwwards-2026 .resources-view-all,
body.awwwards-2026 .resource-teaser-action,
body.awwwards-2026 .neo-cta {
    border: 0 !important;
    border-radius: 0 !important;
    color: #071326 !important;
    background: linear-gradient(116deg, #ffda77, #ff72b7 60%, #6c89ff) !important;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(89, 91, 204, 0.32);
}

body.awwwards-2026 .neo-expand::before,
body.awwwards-2026 .neo-expand::after,
body.awwwards-2026 .resource-teaser-action::before,
body.awwwards-2026 .resource-teaser-action::after {
    content: none !important;
}

body.awwwards-2026 .resource-teaser-card,
body.awwwards-2026 .neo-panel--resource,
body.awwwards-2026 .resource-teaser-card:hover,
body.awwwards-2026 .neo-panel--resource:hover {
    transform: none !important;
    perspective: none !important;
}

body.awwwards-2026 .why-ai-avatar-preview {
    display: none !important;
}

body.awwwards-2026 .resources-view-all {
    justify-self: start;
    margin-top: 8px;
    padding: 12px 18px;
}

body.awwwards-2026 .chat-fab,
body.awwwards-2026 .chat-panel,
body.awwwards-2026 .intro-modal,
body.awwwards-2026 .media-modal {
    border-radius: 0 !important;
}

body.awwwards-2026 .chat-disclaimer {
    color: rgba(219, 232, 255, 0.75);
}

@media (max-width: 1240px) {
    body.awwwards-2026 .hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding-top: max(106px, 12vh) !important;
    }

    body.awwwards-2026 .hero-media,
    body.awwwards-2026 .hero-photo {
        max-width: min(100%, 820px);
    }

    body.awwwards-2026 .hero-ctas .media-badge {
        margin-left: 0 !important;
        width: fit-content;
        align-self: flex-start;
    }

    body.awwwards-2026 .neo-services,
    body.awwwards-2026 .neo-cases,
    body.awwwards-2026 .neo-ia,
    body.awwwards-2026 #resources-teaser-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.awwwards-2026 .scene-stage {
        width: calc(100% - 2 * var(--aw-pad-x));
    }
}

@media (max-width: 820px) {
    body.awwwards-2026 header {
        top: 10px;
        width: calc(100% - 14px);
        padding: 10px 10px;
    }

    body.awwwards-2026 .hero {
        padding: 92px var(--aw-pad-x) 6vh !important;
    }

    body.awwwards-2026 .hero-name {
        font-size: clamp(3rem, 16vw, 6rem);
    }

    body.awwwards-2026 .hero-ctas {
        flex-direction: column;
    }

    body.awwwards-2026 .hero-ctas a,
    body.awwwards-2026 .hero-ctas button {
        width: 100%;
    }

    body.awwwards-2026 .hero-ctas .media-badge {
        width: fit-content;
        max-width: 100%;
        margin-top: 10px;
        align-self: flex-start;
    }

    body.awwwards-2026 .neo-services,
    body.awwwards-2026 .neo-cases,
    body.awwwards-2026 .neo-ia,
    body.awwwards-2026 #resources-teaser-grid {
        grid-template-columns: 1fr;
    }

    body.awwwards-2026 .scene-section {
        min-height: 182svh;
    }

    body.awwwards-2026 .section-title {
        font-size: clamp(2rem, 12vw, 3.8rem);
        max-width: 100%;
    }

    body.awwwards-2026 .section-subtitle {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.awwwards-2026,
    body.awwwards-2026 * {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    body.awwwards-2026 #liquid-3d-canvas {
        display: none !important;
    }
}
