:root {
    --ink: #050607;
    --ink-2: #090b0e;
    --panel: #0e1115;
    --line: rgba(255, 255, 255, .12);
    --muted: #8c939d;
    --white: #f5f7f8;
    --x: #00e89b;
    --x-soft: rgba(0, 232, 155, .14);
    --q: #0878ff;
    --q-soft: rgba(8, 120, 255, .15);
    --shell: 1480px;
    --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
    margin: 0;
    color: var(--white);
    background: var(--ink);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    word-break: keep-all;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 96px), var(--shell)); margin: 0 auto; position: relative; }
.section-dark { position: relative; background: var(--ink); }
.x-color { color: var(--x) !important; }
.q-color { color: var(--q) !important; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 999; left: 16px; top: -60px; padding: 12px 16px;
    color: #000; background: var(--x); transition: top .2s;
}
.skip-link:focus { top: 16px; }
.eyebrow, .section-kicker {
    margin: 0 0 24px; color: #b6bbc2; font-size: 13px; font-weight: 700;
    letter-spacing: .22em; text-transform: uppercase;
}

/* Speed preloader */
html.preloading, html.preloading body { overflow: hidden; }
.agentx-preloader {
    display: none; position: fixed; z-index: 10000; inset: 0; overflow: hidden;
    color: #fff; background: #020304; isolation: isolate;
}
html.preloading .agentx-preloader { display: grid; place-items: center; }
.agentx-preloader::before {
    content: ""; position: absolute; z-index: -1; inset: -30%;
    background:
        radial-gradient(circle at 34% 50%, rgba(0,232,155,.13), transparent 24%),
        radial-gradient(circle at 72% 48%, rgba(8,120,255,.1), transparent 22%);
    animation: axPreloadPulse .62s ease-in-out infinite alternate;
}
.agentx-preloader::after {
    content: ""; position: absolute; z-index: 5; top: 0; bottom: 0; left: -20%; width: 18%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.88), var(--x), transparent);
    filter: blur(7px); opacity: 0; transform: skewX(-16deg);
}
.agentx-preloader.is-exiting {
    clip-path: inset(0 0 0 100%); transition: clip-path .44s cubic-bezier(.76,0,.24,1);
}
.agentx-preloader.is-exiting::after { opacity: 1; animation: axExitFlash .42s ease-in forwards; }
.ax-preload-grid {
    position: absolute; z-index: -2; inset: 0; opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: 72px 72px; transform: perspective(500px) rotateX(62deg) scale(1.8) translateY(20%);
    transform-origin: center bottom;
}
.ax-preload-speedlines { position: absolute; inset: 0; pointer-events: none; }
.ax-preload-speedlines i {
    position: absolute; left: -45vw; width: 34vw; height: 1px;
    background: linear-gradient(90deg, transparent, var(--x), #fff); box-shadow: 0 0 14px var(--x);
    animation: axSpeedLine .48s linear infinite;
}
.ax-preload-speedlines i:nth-child(1) { top: 18%; animation-delay: -.12s; }
.ax-preload-speedlines i:nth-child(2) { top: 33%; width: 22vw; animation-delay: -.41s; animation-duration: .58s; }
.ax-preload-speedlines i:nth-child(3) { top: 47%; width: 44vw; animation-delay: -.26s; animation-duration: .42s; background: linear-gradient(90deg, transparent, var(--q), #fff); box-shadow: 0 0 14px var(--q); }
.ax-preload-speedlines i:nth-child(4) { top: 62%; width: 27vw; animation-delay: -.05s; animation-duration: .53s; }
.ax-preload-speedlines i:nth-child(5) { top: 76%; width: 38vw; animation-delay: -.33s; animation-duration: .47s; background: linear-gradient(90deg, transparent, var(--q), #fff); box-shadow: 0 0 14px var(--q); }
.ax-preload-speedlines i:nth-child(6) { top: 87%; width: 19vw; animation-delay: -.18s; animation-duration: .61s; }
.ax-preload-core { width: min(76vw, 980px); position: relative; }
.ax-preload-meta, .ax-preload-sub {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    color: #7d858e; font-size: 10px; font-weight: 700; letter-spacing: .24em;
}
.ax-preload-meta { margin-bottom: 18px; }
.ax-preload-meta b { color: var(--x); font-size: 12px; font-variant-numeric: tabular-nums; }
.ax-preload-word { display: flex; align-items: baseline; overflow: hidden; }
.ax-preload-word > span, .ax-preload-word > strong {
    display: inline-block; opacity: 0; transform: translate3d(-120px,0,0) skewX(-18deg); filter: blur(10px);
    font-size: clamp(72px, 13vw, 190px); font-style: italic; font-weight: 850; line-height: .9; letter-spacing: -.075em;
    animation: axLetterIn .3s var(--ease) forwards;
}
.ax-preload-word > span:nth-child(1) { animation-delay: .05s; }
.ax-preload-word > span:nth-child(2) { animation-delay: .10s; }
.ax-preload-word > span:nth-child(3) { animation-delay: .15s; }
.ax-preload-word > span:nth-child(4) { animation-delay: .20s; }
.ax-preload-word > span:nth-child(5) { animation-delay: .25s; }
.ax-preload-word > strong {
    margin-left: .16em; color: var(--x); font-style: italic; animation-delay: .32s;
    text-shadow: 0 0 18px rgba(0,232,155,.65), 0 0 56px rgba(0,232,155,.28);
}
.ax-preload-word > strong::after {
    content: ""; display: block; width: 110%; height: 4px; margin-top: 5px;
    background: var(--x); box-shadow: 0 0 18px var(--x); transform-origin: left; animation: axXUnderline .42s .5s var(--ease) both;
}
.ax-preload-sub { margin-top: 22px; }
.ax-preload-sub span:last-child { color: var(--x); }
.ax-preload-meter { height: 2px; margin-top: 18px; overflow: hidden; background: rgba(255,255,255,.12); }
.ax-preload-meter i {
    display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--x), #fff 52%, var(--q));
    box-shadow: 0 0 15px var(--x); transform: scaleX(0); transform-origin: left; animation: axMeter 1.08s .03s cubic-bezier(.2,.8,.2,1) forwards;
}
.ax-preload-corner {
    position: absolute; right: 26px; bottom: 28px; color: #59616a; font-size: 9px; font-weight: 700;
    letter-spacing: .24em; writing-mode: vertical-rl;
}
@keyframes axLetterIn { 65% { opacity: 1; filter: blur(0); } 100% { opacity: 1; filter: blur(0); transform: none; } }
@keyframes axSpeedLine { to { left: 120vw; } }
@keyframes axMeter { 0% { transform: scaleX(0); } 68% { transform: scaleX(.74); } 100% { transform: scaleX(1); } }
@keyframes axXUnderline { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes axPreloadPulse { to { transform: scale(1.08); opacity: .72; } }
@keyframes axExitFlash { 0% { left: -20%; } 100% { left: 115%; } }

/* Header */
.site-header {
    position: fixed; z-index: 100; top: 0; left: 0; width: 100%;
    border-bottom: 1px solid transparent;
    transition: background .35s, border-color .35s, backdrop-filter .35s;
}
.site-header.scrolled {
    background: rgba(3, 4, 5, .82); border-color: var(--line);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner {
    width: min(calc(100% - 64px), 1560px); height: 82px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.brand { width: max-content; display: inline-flex; align-items: center; }
.brand-logo { width: 148px; height: auto; display: block; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 42px; }
.main-nav a {
    position: relative; padding: 30px 0; color: #c7cbd0; font-size: 14px; font-weight: 600;
}
.main-nav a::after {
    content: ""; position: absolute; left: 0; bottom: 22px; width: 0; height: 1px;
    background: var(--x); transition: width .3s var(--ease);
}
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { width: 100%; }
.header-cta {
    justify-self: end; padding: 12px 20px; color: #00150e; background: var(--x);
    font-size: 14px; font-weight: 800; transition: transform .3s var(--ease), box-shadow .3s;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0, 232, 155, .25); }
.nav-toggle { display: none; padding: 10px; border: 0; background: none; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: #fff; transition: .3s; }

/* Hero */
.hero {
    min-height: 100svh; position: relative; isolation: isolate; display: flex; align-items: center;
    overflow: hidden; background: #020304 url("../img/agentx/hero-poster.png") center / cover no-repeat;
}
.hero-media { position: absolute; z-index: -4; inset: 0; overflow: hidden; }
.hero-media video {
    width: 100%; height: 100%; display: block; object-fit: cover;
}
.hero-scrim {
    position: absolute; z-index: -3; inset: 0; pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.32) 42%, rgba(0,0,0,.16) 75%, rgba(0,0,0,.24) 100%),
        linear-gradient(0deg, rgba(0,0,0,.4) 0%, transparent 42%);
}
.hero-content { position: relative; top: -35px; padding-top: 40px; }
.hero .eyebrow { margin-bottom: 21px; font-size: 10px; }
.hero h1 { margin: 0; max-width: 715px; font-size: clamp(53px, 6.16vw, 103px); line-height: .92; letter-spacing: -.055em; }
.hero .eyebrow, .hero h1 { position: relative; top: -30px; }
.hero h1 span { font-weight: 900; }
.hero h1 em {
    color: transparent; font-style: normal; font-weight: 900; -webkit-text-stroke: 2px rgba(255,255,255,.7);
    text-shadow: 0 0 36px rgba(255,255,255,.08);
}
.hero-lines { margin: 79px 0 74px; }
.hero-lines p { margin: 8px 0; color: #d3d7db; font-size: clamp(14px, 1.24vw, 22px); }
.hero-lines strong { font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
    min-width: 200px; min-height: 56px; padding: 0 26px; border: 1px solid transparent;
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    font-size: 15px; font-weight: 800; cursor: pointer; transition: transform .3s var(--ease), background .3s, border-color .3s, box-shadow .3s;
}
.button:hover { transform: translateY(-3px); }
.button-x { color: #00150e; background: var(--x); }
.button-x:hover { box-shadow: 0 12px 34px rgba(0, 232, 155, .22); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.hero .button-row { gap: 10px; }
.hero .button { min-width: 160px; min-height: 45px; padding: 0 21px; gap: 10px; justify-content: flex-start; text-align: left; font-size: 14px; font-weight: 400; }
.hero .button span { margin-left: auto; }
.scroll-cue {
    position: absolute; right: 42px; bottom: 42px; display: flex; align-items: center; gap: 14px;
    color: #9da3aa; font-size: 10px; letter-spacing: .2em; transform: rotate(90deg); transform-origin: right center;
}
.scroll-cue i { width: 60px; height: 1px; background: rgba(255,255,255,.45); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--x); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }

/* Solution split */
.solution-split { padding: 150px 0; border-top: 1px solid var(--line); }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: #050607; }
.solution-panel { min-height: 620px; position: relative; padding: 0 52px 42px; display: flex; flex-direction: column; overflow: hidden; transition: background .55s var(--ease); }
.solution-panel + .solution-panel { border-left: 1px solid var(--line); }
.solution-panel::before {
    content: ""; position: absolute; width: 540px; height: 540px; right: -230px; bottom: -250px;
    border-radius: 50%; filter: blur(8px); opacity: .18; transition: opacity .55s, transform .7s var(--ease);
}
.solution-panel::after { position: absolute; z-index: 0; right: -5px; bottom: 9px; content: attr(data-agent); color: transparent; font-size: clamp(250px, 26vw, 410px); font-weight: 850; line-height: .7; letter-spacing: -.1em; -webkit-text-stroke: 1px rgba(255,255,255,.075); opacity: .65; pointer-events: none; transition: transform .7s var(--ease), opacity .5s; }
.solution-x::before { background: radial-gradient(circle, rgba(0,232,155,.48), transparent 67%); }
.solution-q::before { background: radial-gradient(circle, rgba(0,174,255,.48), transparent 67%); }
.solution-panel:hover { background: rgba(255,255,255,.018); }
.solution-panel:hover::before { opacity: .6; transform: translate(-25px, -18px); }
.solution-panel:hover::after { opacity: 1; transform: translateX(-12px); }
.solution-head { position: relative; z-index: 2; min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.solution-no { width: 37px; height: 37px; display: grid; place-items: center; color: #fff; border: 1px solid #30343a; border-radius: 50%; font-size: 11px; line-height: 1; font-weight: 750; letter-spacing: .04em; }
.solution-type { color: #9ca2aa; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.solution-status { color: #5f666e; font-size: 9px; font-weight: 650; letter-spacing: .14em; }
.solution-body { position: relative; z-index: 2; margin-top: auto; padding-bottom: 42px; }
.solution-tagline { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; color: #707780; font-size: 9px; font-weight: 700; letter-spacing: .22em; }
.solution-tagline::before { width: 22px; height: 1px; content: ""; background: currentColor; }
.solution-panel h3 { margin: 0 0 48px; display: flex; align-items: baseline; gap: .12em; font-size: clamp(65px, 6.6vw, 106px); line-height: .84; letter-spacing: -.07em; }
.solution-panel h3 span { color: #f5f7f8; font-weight: 570; }
.solution-panel h3 strong { font-size: 1.08em; font-weight: 820; }
.solution-x h3 strong, .solution-x .solution-tagline { color: var(--x); }
.solution-q h3 strong, .solution-q .solution-tagline { color: var(--q); }
.solution-panel p { margin: 0; color: rgba(255,255,255,.72); font-size: clamp(27px, 2.45vw, 41px); font-weight: 430; line-height: 1.23; letter-spacing: -.04em; }
.solution-panel p strong { position: relative; color: #fff; font-weight: 780; }
.solution-x p strong::after, .solution-q p strong::after { position: absolute; right: 0; bottom: -.22em; left: 0; height: 2px; content: ""; transform: scaleX(.28); transform-origin: left; transition: transform .55s var(--ease); }
.solution-x p strong::after { background: var(--x); box-shadow: 0 0 10px rgba(0,232,155,.5); }
.solution-q p strong::after { background: var(--q); box-shadow: 0 0 10px rgba(0,174,255,.5); }
.solution-panel:hover p strong::after { transform: scaleX(1); }
.solution-foot { position: relative; z-index: 2; min-height: 56px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #686f78; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.solution-arrow { color: #737a83; font-size: 30px; line-height: 1; transition: color .3s, transform .3s; }
.solution-panel:hover .solution-arrow { transform: translate(5px, 5px); }
.solution-x:hover .solution-arrow { color: var(--x); }
.solution-q:hover .solution-arrow { color: var(--q); }

/* Company */
.company { padding: 170px 0; overflow: hidden; border-top: 1px solid var(--line); }
.company-grid { display: grid; grid-template-columns: .85fr 1.35fr; gap: 120px; }
.company h2 { margin: 0 0 90px; font-size: clamp(52px, 6vw, 94px); line-height: 1; letter-spacing: -.055em; }
.profile-role, .message-label { color: var(--x); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.company-profile h3 { margin: 16px 0 34px; font-size: clamp(50px, 5vw, 86px); line-height: 1.04; letter-spacing: -.05em; }
.company-profile h3 span { color: var(--x); }
.company-profile ul { margin: 0; padding: 32px 0 0; border-top: 1px solid var(--line); list-style: none; }
.company-profile li { margin: 11px 0; color: #adb2b9; font-size: 17px; }
.company-message { padding-top: 130px; }
.message-copy { margin-top: 36px; }
.message-copy p { margin: 0; padding: 27px 0; border-bottom: 1px solid var(--line); color: #b8bdc3; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.9; }
.company-message blockquote { margin: 44px 0 0; font-size: clamp(30px, 3vw, 51px); line-height: 1.45; letter-spacing: -.04em; }
.company-message blockquote strong { font-weight: 800; }
.light-streaks::before, .light-streaks::after {
    content: ""; position: absolute; width: 420px; height: 2px; right: -80px; top: 110px;
    background: linear-gradient(90deg, transparent, #ff2e43, #0878ff, transparent); box-shadow: 0 38px 10px #0878ff, 0 72px 8px #ff2e43;
}
.light-streaks::after { left: -200px; right: auto; top: auto; bottom: 90px; transform: rotate(3deg); }

/* Agent X product */
.agentx-product { padding: 175px 0; overflow: hidden; border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.product-copy { position: relative; z-index: 2; }
.giant-index { display: block; margin-bottom: 12px; color: #292c31; font-size: 122px; line-height: .8; font-weight: 900; letter-spacing: -.07em; }
.product-copy h2, .q-copy h2 { margin: 26px 0 40px; font-size: clamp(52px, 5.4vw, 94px); line-height: 1.02; letter-spacing: -.055em; }
.product-quote { margin: 0 0 34px; color: #aeb4bb; font-size: 19px; }
.product-lede { margin: 0; font-size: clamp(24px, 2.25vw, 40px); line-height: 1.65; letter-spacing: -.035em; }
.browser-visual { min-height: 650px; position: relative; perspective: 1500px; }
.browser-back, .browser-window {
    position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 15px;
    background: linear-gradient(145deg, rgba(30,34,40,.94), rgba(7,9,11,.98)); box-shadow: 0 38px 90px rgba(0,0,0,.52);
}
.browser-back { width: 75%; height: 57%; right: 8%; top: 5%; opacity: .5; transform: rotateY(-10deg) translateZ(-40px); }
.browser-window { width: 87%; height: 66%; right: 4%; top: 14%; padding: 24px; transform: rotateY(-8deg); }
.browser-top { display: flex; gap: 6px; align-items: center; color: #59606a; font-size: 13px; }
.browser-top span { width: 7px; height: 7px; border-radius: 50%; background: #444a51; }
.browser-top b { margin-left: 14px; color: #727983; font-weight: 500; }
.search-bar {
    height: 70px; margin-top: 44px; padding: 0 24px; display: flex; align-items: center; gap: 18px;
    border: 2px solid rgba(0,232,155,.85); border-radius: 12px; box-shadow: 0 0 28px rgba(0,232,155,.14);
}
.naver-n { color: #03c75a; font-size: 27px; font-weight: 900; }
.search-bar i { height: 26px; width: 1px; background: #343a42; }
.search-bar strong { color: #7c838d; font-size: 15px; font-weight: 500; }
.search-icon { width: 20px; height: 20px; margin-left: auto; border: 2px solid var(--x); border-radius: 50%; position: relative; }
.search-icon::after { content: ""; position: absolute; width: 8px; height: 2px; right: -6px; bottom: -3px; background: var(--x); transform: rotate(45deg); }
.dashboard-lines { margin: 40px 14px; display: grid; gap: 16px; }
.dashboard-lines span { height: 12px; border-radius: 3px; background: linear-gradient(90deg, #242931, transparent); }
.dashboard-lines span:nth-child(2) { width: 80%; }.dashboard-lines span:nth-child(3) { width: 92%; }.dashboard-lines span:nth-child(4) { width: 55%; }
.extension-rail {
    position: absolute; z-index: 3; right: 0; top: 31%; width: 72px; padding: 28px 0; display: grid; gap: 34px; place-items: center;
    border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: var(--x); background: rgba(14,17,21,.95); box-shadow: 0 22px 60px #000;
}
.feature-strip {
    position: absolute; z-index: 4; right: 0; bottom: 0; width: 98%; display: grid; grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255,255,255,.12); background: rgba(8,10,12,.94); box-shadow: 0 24px 60px rgba(0,0,0,.48);
}
.feature-strip article { min-height: 135px; padding: 22px 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.feature-strip article:last-child { border-right: 0; }
.feature-icon { color: var(--x); font-size: 25px; }
.feature-strip small { margin: 12px 0 7px; color: var(--x); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.feature-strip strong { color: #c8cdd2; font-size: 14px; }

/* Demo and download */
.demo { padding: 135px 0; border-top: 1px solid var(--line); }
.demo-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.demo h2 { margin: 0 0 28px; font-size: clamp(46px, 4.6vw, 76px); line-height: 1.15; letter-spacing: -.05em; }
.demo-copy > p:last-child { max-width: 560px; color: #aab0b7; font-size: 18px; line-height: 1.8; }
.video-placeholder {
    aspect-ratio: 16/9; position: relative; overflow: hidden; display: grid; place-items: center; align-content: center;
    border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(0,232,155,.08), transparent 45%), #090b0d;
}
.video-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 38px 38px; }
.play-mark { width: 72px; height: 72px; position: relative; z-index: 1; display: grid; place-items: center; padding-left: 4px; color: #00130c; background: var(--x); border-radius: 50%; box-shadow: 0 0 34px rgba(0,232,155,.22); }
.video-placeholder strong { position: relative; z-index: 1; margin-top: 24px; letter-spacing: .18em; font-size: 13px; }
.video-placeholder p { position: relative; z-index: 1; margin: 8px 0 0; color: #777f88; }
.download { padding: 160px 0; border-top: 1px solid var(--line); }
.download-inner { text-align: center; }
.download h2 { margin: 0; font-size: clamp(47px, 5.4vw, 88px); line-height: 1.2; letter-spacing: -.055em; }
.download-inner > p:not(.eyebrow) { margin: 30px 0 42px; color: #9ea5ad; font-size: 20px; }
.button-row-center { justify-content: center; }
.is-pending { min-width: 280px; cursor: not-allowed; opacity: .72; }
.is-pending:hover { transform: none; box-shadow: none; }
.is-pending small { padding: 3px 7px; border: 1px solid currentColor; font-size: 10px; }

/* Agent Q */
.agentq-intro { padding: 175px 0; overflow: hidden; border-top: 1px solid var(--line); }
.agentq-intro::before {
    content: ""; position: absolute; width: 65%; height: 100%; right: -18%; top: 0;
    background: repeating-linear-gradient(0deg, transparent 0 14px, rgba(8,120,255,.26) 15px 16px); transform: perspective(600px) rotateY(-56deg); filter: blur(.3px); opacity: .55;
}
.q-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.q-copy > p:last-child { font-size: clamp(24px, 2.3vw, 38px); line-height: 1.5; }
.cited-card {
    min-height: 470px; position: relative; padding: 54px; border: 1px solid rgba(75,145,255,.42); border-radius: 18px;
    background: linear-gradient(145deg, rgba(25,31,40,.86), rgba(6,8,11,.96)); box-shadow: 0 30px 110px rgba(0,60,150,.16), inset 0 0 28px rgba(8,120,255,.05);
}
.cited-card::after { content: ""; position: absolute; inset: 15px -18px -18px 15px; z-index: -1; border: 1px solid rgba(8,120,255,.28); border-radius: inherit; }
.question-box { padding: 24px 26px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); font-size: 20px; }
.question-box b { margin-right: 8px; font-size: 27px; }
.cited-card p { margin: 70px 0 50px; padding-bottom: 46px; border-bottom: 1px solid var(--line); font-size: clamp(21px, 1.8vw, 29px); line-height: 1.7; }
.cited-card > strong { color: var(--q); font-size: 16px; letter-spacing: .18em; }

/* Q-Q-Q */
.qqq { padding: 170px 0; overflow: hidden; border-top: 1px solid var(--line); }
.qqq::before { position: absolute; top: 14%; left: 50%; width: 760px; height: 760px; content: ""; border: 1px solid rgba(8,120,255,.06); border-radius: 50%; box-shadow: 0 0 160px rgba(8,120,255,.08), inset 0 0 120px rgba(8,120,255,.03); transform: translateX(-50%); pointer-events: none; }
.qqq-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.qqq-heading .section-kicker { margin-bottom: 22px; }
.qqq-heading h2 { margin: 0; font-size: clamp(57px, 7.4vw, 112px); line-height: .9; letter-spacing: -.075em; }
.qqq-heading h2 span { color: transparent; font-weight: 500; -webkit-text-stroke: 1px rgba(255,255,255,.38); }
.qqq-heading > p { margin: 0 0 4px; padding-left: 27px; border-left: 1px solid rgba(8,120,255,.55); color: #8e969f; font-size: 16px; line-height: 1.8; }
.qqq-track { position: relative; z-index: 1; margin-top: 100px; display: grid; grid-template-columns: 1fr 76px 1fr 76px 1fr; align-items: center; }
.qqq-track::before { position: absolute; z-index: -1; top: 50%; right: 5%; left: 5%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(8,120,255,.34) 20%, rgba(0,174,255,.72) 50%, rgba(8,120,255,.34) 80%, transparent); }
.qqq-track article { min-width: 0; min-height: 390px; position: relative; padding: 34px 28px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(16,20,28,.86), rgba(4,7,11,.94)); text-align: center; backdrop-filter: blur(8px); transition: border-color .4s, transform .45s var(--ease), box-shadow .45s; }
.qqq-track article:hover { border-color: rgba(78,184,255,.55); box-shadow: 0 28px 90px rgba(0,75,170,.16), inset 0 0 55px rgba(8,120,255,.05); transform: translateY(-8px); }
.qqq-step { position: absolute; top: 20px; left: 22px; color: #68717c; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.qqq-step::after { width: 32px; height: 1px; margin-left: 9px; display: inline-block; content: ""; vertical-align: middle; background: rgba(8,120,255,.5); }
.qqq-symbol { width: clamp(132px, 13vw, 190px); aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid rgba(69,171,255,.22); border-radius: 50%; background: radial-gradient(circle, rgba(8,120,255,.14), transparent 64%); }
.qqq-symbol::before, .qqq-symbol::after { position: absolute; content: ""; border: 1px solid rgba(90,193,255,.13); border-radius: 50%; }
.qqq-symbol::before { inset: 12px; border-right-color: var(--q); transform: rotate(22deg); transition: transform .8s var(--ease); }
.qqq-symbol::after { inset: -10px; border-top-color: rgba(175,229,255,.38); border-bottom-color: transparent; }
.qqq-track article:hover .qqq-symbol::before { transform: rotate(155deg); }
.qqq-symbol > span { color: transparent; font-size: clamp(94px, 9vw, 132px); line-height: 1; font-weight: 850; letter-spacing: -.12em; background: linear-gradient(145deg, #e6f8ff 15%, #56c8ff 48%, #0878ff 90%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 22px rgba(8,120,255,.28)); transform: translateX(-.04em); }
.qqq-symbol > i { position: absolute; right: 17%; bottom: 14%; width: 8px; height: 8px; border-radius: 50%; background: #9ce8ff; box-shadow: 0 0 15px var(--q), 0 0 30px var(--q); }
.qqq-track small { margin-top: 33px; color: #87d9ff; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.qqq-track strong { margin-top: 12px; font-size: clamp(25px, 2.3vw, 34px); letter-spacing: -.035em; }
.qqq-flow { position: relative; z-index: 2; display: grid; justify-items: center; gap: 12px; }
.qqq-flow span { color: #4d5762; font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.qqq-flow i { width: 38px; height: 38px; position: relative; display: block; border: 1px solid rgba(8,120,255,.28); border-radius: 50%; background: #05080d; }
.qqq-flow i::before { position: absolute; top: 50%; left: 10px; width: 15px; height: 1px; content: ""; background: #42b8ff; box-shadow: 0 0 9px rgba(0,174,255,.7); }
.qqq-flow i::after { position: absolute; top: calc(50% - 3px); right: 9px; width: 6px; height: 6px; content: ""; border-top: 1px solid #42b8ff; border-right: 1px solid #42b8ff; transform: rotate(45deg); }
.qqq-caption { margin: 62px 0 0; display: flex; align-items: center; justify-content: flex-end; gap: .12em; color: #fff; font-size: clamp(27px, 3.2vw, 48px); font-weight: 800; letter-spacing: -.05em; }
.qqq-caption::before { width: min(280px, 24vw); height: 1px; margin-right: 18px; content: ""; background: linear-gradient(90deg, transparent, rgba(8,120,255,.8)); }
.qqq-caption span { color: var(--q); }
.qqq-caption i { color: #46505b; font-style: normal; font-weight: 300; }
.qqq-caption strong { margin-left: .35em; color: #68727d; font-size: .3em; letter-spacing: .25em; }
.qqq-detail { margin-top: 115px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(3,5,8,.65); }
.qqq-detail article { min-height: 285px; position: relative; padding: 48px 40px; border-right: 1px solid var(--line); overflow: hidden; transition: background .4s; }
.qqq-detail article:hover { background: linear-gradient(160deg, rgba(8,120,255,.09), transparent 60%); }
.qqq-detail article:last-child { border-right: 0; }
.qqq-detail article::after { position: absolute; right: 7px; bottom: -66px; content: "Q"; color: rgba(8,120,255,.065); font-size: 210px; font-weight: 900; pointer-events: none; }
.qqq-detail article > span { display: block; color: #65707b; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.qqq-detail h3 { margin: 30px 0 24px; color: #79d4ff; font-size: clamp(20px, 1.9vw, 28px); letter-spacing: -.02em; }
.qqq-detail p { position: relative; z-index: 1; margin: 0; color: #aab0b7; font-size: 17px; line-height: 1.8; }

/* Q-Q-Q alternate concepts */
.qqq-alt { position: relative; padding: 180px 0; overflow: hidden; border-top: 1px solid var(--line); background: #020407; }
.qqq-alt-noise { position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
.qqq-alt-head { position: relative; z-index: 2; display: grid; grid-template-columns: 230px 1fr; gap: 70px; align-items: start; }
.qqq-alt-head > div { padding-top: 13px; display: flex; align-items: center; gap: 13px; }
.qqq-alt-head > div span { width: 72px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(103,203,255,.35); color: #8bdcff; font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.qqq-alt-head > div p { margin: 0; color: #68727e; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.qqq-alt-head h2 { margin: 0; font-size: clamp(52px, 6.3vw, 96px); line-height: 1.08; letter-spacing: -.06em; }
.qqq-alt-head h2 em { color: #8de3ff; font-style: normal; font-weight: 650; text-shadow: 0 0 36px rgba(17,156,255,.24); }

/* Concept 01: orbital core */
.qqq-orbit { background: radial-gradient(circle at 52% 56%, rgba(0,102,255,.13), transparent 32%), #020407; }
.q-orbit-stage { min-height: 760px; position: relative; margin-top: 75px; perspective: 900px; --orbit-x: 0px; --orbit-y: 0px; }
.q-orbit-cross { position: absolute; top: 50%; left: 52%; width: 1px; height: 100%; opacity: .28; background: linear-gradient(transparent, #148dff, transparent); transform: translate(-50%,-50%); }
.q-orbit-cross::after { position: absolute; top: 50%; left: 50%; width: 1160px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, #148dff, transparent); transform: translate(-50%,-50%); }
.q-orbit-ring { position: absolute; top: 50%; left: 52%; border: 1px solid rgba(83,184,255,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.q-orbit-ring::before, .q-orbit-ring::after { position: absolute; width: 8px; height: 8px; content: ""; border-radius: 50%; background: #92e7ff; box-shadow: 0 0 16px #159cff, 0 0 34px rgba(17,156,255,.8); }
.q-orbit-ring::before { top: 15%; left: 14%; }.q-orbit-ring::after { right: 7%; bottom: 28%; }
.q-orbit-ring-a { width: 650px; height: 650px; border-right-color: rgba(17,156,255,.75); animation: qOrbitSpin 24s linear infinite; }
.q-orbit-ring-b { width: 470px; height: 470px; border-top-color: rgba(141,227,255,.62); border-bottom-color: transparent; animation: qOrbitSpinReverse 17s linear infinite; }
@keyframes qOrbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes qOrbitSpinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
.q-orbit-core { position: absolute; z-index: 2; top: 50%; left: 52%; width: 216px; height: 216px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(121,221,255,.42); border-radius: 50%; background: radial-gradient(circle at 42% 35%, rgba(32,152,255,.38), rgba(2,7,14,.95) 68%); box-shadow: 0 0 0 22px rgba(17,156,255,.025), 0 0 80px rgba(0,110,255,.26), inset 0 0 35px rgba(100,215,255,.1); transform: translate(calc(-50% + var(--orbit-x)),calc(-50% + var(--orbit-y))); transition: transform .35s var(--ease); animation: qCorePulse 3.4s ease-in-out infinite; }
.q-orbit-core::before { position: absolute; inset: -18px; content: ""; border: 1px dashed rgba(121,221,255,.25); border-radius: 50%; animation: qOrbitSpin 15s linear infinite; }
.q-orbit-core small, .q-orbit-core span { color: #7f95a7; font-size: 8px; font-weight: 700; letter-spacing: .28em; }
.q-orbit-core strong { margin: 4px 0 0; color: transparent; font-size: 116px; line-height: .88; font-weight: 850; letter-spacing: -.12em; background: linear-gradient(150deg,#fff,#89e5ff 45%,#0878ff); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 20px rgba(17,156,255,.35)); transform: translateX(-.04em); }
@keyframes qCorePulse { 50% { box-shadow: 0 0 0 34px rgba(17,156,255,.018), 0 0 115px rgba(0,110,255,.38), inset 0 0 48px rgba(100,215,255,.14); } }
.q-orbit-node { width: min(330px, 29%); min-height: 148px; position: absolute; z-index: 3; padding: 24px 24px 22px; display: grid; grid-template-columns: 34px 50px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.12); background: rgba(4,8,14,.88); box-shadow: 0 20px 60px rgba(0,0,0,.35); backdrop-filter: blur(10px); transition: border-color .4s, transform .45s var(--ease), background .4s; animation: qNodeFloat 5s ease-in-out infinite; }
.q-orbit-node:hover { border-color: rgba(94,206,255,.65); background: rgba(7,18,31,.94); transform: translateY(-9px) scale(1.02); }
.q-orbit-node > i { align-self: start; color: #5b6976; font-size: 9px; font-style: normal; letter-spacing: .12em; }
.q-orbit-node > span { color: transparent; font-size: 56px; line-height: 1; font-weight: 850; background: linear-gradient(160deg,#e9faff,#159cff); -webkit-background-clip: text; background-clip: text; }
.q-orbit-node small { display: block; color: #75d8ff; font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.q-orbit-node strong { margin-top: 8px; display: block; font-size: 23px; letter-spacing: -.03em; }
.q-orbit-node p { margin: 8px 0 0; color: #77828d; font-size: 12px; line-height: 1.45; }
.q-orbit-node-1 { top: 40px; left: 1%; animation-delay: -.8s; }
.q-orbit-node-2 { top: 165px; right: 0; animation-delay: -2.2s; }
.q-orbit-node-3 { right: 12%; bottom: 28px; animation-delay: -3.4s; }
@keyframes qNodeFloat { 50% { margin-top: -9px; } }
.q-orbit-status { position: absolute; bottom: 58px; left: 4%; display: flex; align-items: center; gap: 12px; color: #627180; font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.q-orbit-status i { width: 7px; height: 7px; border-radius: 50%; background: #1fafff; box-shadow: 0 0 13px #1fafff; animation: qStatusBlink 1.3s steps(2) infinite; }
@keyframes qStatusBlink { 50% { opacity: .3; } }

/* Concept 02: cinematic signal trace */
.qqq-scan { padding-bottom: 130px; background: #030405; }
.qqq-scan::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.018) 5px 6px); }
.q-scan-beam { position: absolute; z-index: 1; top: -220px; right: 0; left: 0; height: 220px; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(0,150,255,.035) 55%, rgba(66,192,255,.2) 98%, rgba(126,228,255,.7)); box-shadow: 0 10px 40px rgba(0,119,255,.13); animation: qScanBeam 7s linear infinite; }
@keyframes qScanBeam { to { transform: translateY(1450px); } }
.q-scan-head { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: end; border-bottom: 1px solid rgba(255,255,255,.14); }
.q-scan-head > div { padding-bottom: 52px; }
.q-scan-head > div > span { color: #6dbdff; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.q-scan-head h2 { margin: 26px 0 0; font-size: clamp(72px, 9vw, 140px); line-height: .72; letter-spacing: -.08em; }
.q-scan-head h2 em { color: transparent; font-style: normal; font-weight: 600; -webkit-text-stroke: 1px rgba(126,228,255,.48); }
.q-scan-head > p { margin: 0; padding: 0 0 52px 9%; color: #89929c; font-size: 18px; line-height: 1.75; }
.q-scan-board { position: relative; z-index: 2; border-bottom: 1px solid var(--line); }
.q-scan-axis { height: 64px; display: flex; align-items: center; gap: 17px; color: #4c5660; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.q-scan-axis i { height: 1px; flex: 1; position: relative; background: #1c252e; }
.q-scan-axis i::after { position: absolute; top: -2px; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: #64ceff; box-shadow: 0 0 11px #159cff; animation: qAxisMove 4.5s ease-in-out infinite; }
@keyframes qAxisMove { 50% { left: calc(100% - 5px); } }
.q-scan-row { min-height: 220px; position: relative; display: grid; grid-template-columns: 60px 150px 1fr auto; gap: 34px; align-items: center; border-top: 1px solid var(--line); overflow: hidden; }
.q-scan-row::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,118,255,.15), rgba(0,174,255,.04) 58%, transparent); transform: scaleX(0); transform-origin: left; transition: transform .65s var(--ease); }
.q-scan-row:hover::before { transform: scaleX(1); }
.q-scan-index { color: #53606d; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.q-scan-letter { color: transparent; font-size: 125px; line-height: .8; font-weight: 850; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(112,211,255,.35); transition: color .45s, filter .45s; }
.q-scan-row:hover .q-scan-letter { color: #159cff; filter: drop-shadow(0 0 22px rgba(17,156,255,.35)); -webkit-text-stroke-color: transparent; }
.q-scan-row small { color: #6fcfff; font-size: 8px; font-weight: 700; letter-spacing: .19em; }
.q-scan-row h3 { margin: 12px 0 10px; font-size: clamp(28px, 3vw, 45px); letter-spacing: -.04em; }
.q-scan-row p { margin: 0; color: #79838d; font-size: 14px; }
.q-scan-state { display: flex; align-items: center; gap: 10px; color: #5e6975; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.q-scan-state i { width: 6px; height: 6px; border-radius: 50%; background: #199fff; box-shadow: 0 0 10px #199fff; }
.q-scan-row:nth-of-type(3) .q-scan-state i { animation: qStatusBlink 1.5s steps(2) infinite; }
.q-scan-ticker { position: relative; z-index: 2; margin-top: 38px; overflow: hidden; color: #48525c; font-size: 10px; font-weight: 700; letter-spacing: .22em; white-space: nowrap; }
.q-scan-ticker div { width: max-content; animation: qTicker 24s linear infinite; }
.q-scan-ticker i { margin: 0 24px; color: #159cff; font-style: normal; }
@keyframes qTicker { to { transform: translateX(-50%); } }

/* Concept 03: reactive quantum field */
.qqq-field { min-height: 1120px; background: radial-gradient(circle at 50% 62%, rgba(0,99,255,.16), transparent 38%), #020408; --grid-x: 0px; --grid-y: 0px; }
.q-field-grid { position: absolute; inset: -80px; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(83,178,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(83,178,255,.18) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle, #000 10%, transparent 67%); transform: perspective(700px) rotateX(64deg) translate(var(--grid-x),var(--grid-y)); transform-origin: center 70%; transition: transform .25s ease-out; }
.q-field-particles { position: absolute; inset: 0; pointer-events: none; }
.q-field-particles i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #83dcff; box-shadow: 0 0 14px #159cff; animation: qParticle 5s ease-in-out infinite; }
.q-field-particles i:nth-child(1){left:8%;top:24%;animation-delay:-1s}.q-field-particles i:nth-child(2){left:17%;top:71%;animation-delay:-3s}.q-field-particles i:nth-child(3){left:28%;top:38%;animation-delay:-2s}.q-field-particles i:nth-child(4){left:37%;top:83%;animation-delay:-4s}.q-field-particles i:nth-child(5){left:46%;top:26%;animation-delay:-.5s}.q-field-particles i:nth-child(6){left:54%;top:74%;animation-delay:-2.5s}.q-field-particles i:nth-child(7){left:63%;top:34%;animation-delay:-4.5s}.q-field-particles i:nth-child(8){left:71%;top:85%;animation-delay:-1.5s}.q-field-particles i:nth-child(9){left:79%;top:46%;animation-delay:-3.5s}.q-field-particles i:nth-child(10){left:88%;top:68%;animation-delay:-2s}.q-field-particles i:nth-child(11){left:93%;top:21%;animation-delay:-4s}.q-field-particles i:nth-child(12){left:4%;top:89%;animation-delay:-.8s}
@keyframes qParticle { 50% { opacity: .25; transform: translateY(-24px) scale(.6); } }
.q-field-shell { position: relative; z-index: 2; }
.q-field-head { max-width: 900px; margin: 0 auto; text-align: center; }
.q-field-head > span { color: #5b6977; font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.q-field-head > p { margin: 12px 0 30px; color: #7cdcff; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.q-field-head h2 { margin: 0; font-size: clamp(58px, 7vw, 108px); line-height: 1.08; letter-spacing: -.065em; }
.q-field-head h2 em { color: transparent; font-style: normal; font-weight: 650; background: linear-gradient(90deg,#c4f0ff,#159cff,#7b5cff); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 30px rgba(17,156,255,.18)); }
.q-field-space { min-height: 700px; position: relative; margin-top: 70px; display: flex; align-items: center; }
.q-field-wave { position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; transform: translate(-50%,-50%); }
.q-field-wave i { position: absolute; inset: 0; border: 1px solid rgba(68,178,255,.34); border-radius: 50%; animation: qWaveExpand 4s ease-out infinite; }
.q-field-wave i:nth-child(2){animation-delay:-1.33s}.q-field-wave i:nth-child(3){animation-delay:-2.66s}
@keyframes qWaveExpand { from { opacity: .8; transform: scale(.35); } to { opacity: 0; transform: scale(4.5); } }
.q-field-core { position: absolute; top: 50%; left: 50%; width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(117,218,255,.42); border-radius: 50%; background: radial-gradient(circle,#123961,#03070d 67%); box-shadow: 0 0 85px rgba(0,119,255,.32); transform: translate(-50%,-50%); }
.q-field-core span { color: #9fe9ff; font-size: 110px; line-height: 1; font-weight: 850; letter-spacing: -.12em; filter: drop-shadow(0 0 20px #159cff); transform: translateX(-.04em); }
.q-field-cards { width: 100%; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; perspective: 1100px; }
.q-field-card { min-height: 350px; position: relative; padding: 34px 30px; border: 1px solid rgba(116,206,255,.22); background: linear-gradient(145deg,rgba(8,21,36,.8),rgba(3,6,11,.9)); box-shadow: 0 28px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); transform-style: preserve-3d; transition: transform .18s ease-out,border-color .4s,background .4s; }
.q-field-card:nth-child(1),.q-field-card:nth-child(3){margin-top:110px}.q-field-card:nth-child(2){margin-bottom:110px}
.q-field-card:hover { border-color: rgba(126,228,255,.65); background: linear-gradient(145deg,rgba(10,34,58,.92),rgba(3,8,15,.95)); }
.q-field-card > span { color: #6a7d8f; font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.q-field-card > strong { margin: 38px 0 20px; display: block; color: transparent; font-size: 88px; line-height: .8; font-weight: 850; background: linear-gradient(145deg,#e7faff,#159cff); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 18px rgba(17,156,255,.24)); }
.q-field-card h3 { margin: 0 0 17px; font-size: 30px; letter-spacing: -.04em; }
.q-field-card p { margin: 0; color: #84909b; font-size: 14px; line-height: 1.75; }
.q-field-card > i { position: absolute; right: 24px; bottom: 24px; width: 7px; height: 7px; border-radius: 50%; background: #71d7ff; box-shadow: 0 0 14px #159cff; }
.q-field-coordinate { position: absolute; right: 0; bottom: 0; margin: 0; color: #465565; font-family: monospace; font-size: 9px; letter-spacing: .1em; }
.q-field-coordinate span { color: #7b8b99; }.q-field-coordinate b { color: #159cff; font-weight: 700; }

@media (max-width: 980px) {
    .qqq-alt { padding: 135px 0; }
    .qqq-alt-head { grid-template-columns: 1fr; gap: 30px; }
    .q-orbit-stage { min-height: 860px; }
    .q-orbit-ring-a { width: 560px; height: 560px; }.q-orbit-ring-b { width: 400px; height: 400px; }
    .q-orbit-node { width: 290px; }
    .q-orbit-node-1 { left: 0; }.q-orbit-node-2 { right: 0; }.q-orbit-node-3 { right: 3%; }
    .q-scan-row { grid-template-columns: 48px 110px 1fr; gap: 22px; }
    .q-scan-state { grid-column: 3; margin-top: -40px; justify-self: end; }
    .q-field-cards { gap: 14px; }.q-field-card { padding: 28px 22px; }
}

@media (max-width: 700px) {
    .qqq-alt { padding: 105px 0; }
    .qqq-alt-head > div { display: block; }.qqq-alt-head > div p { margin-top: 12px; }
    .qqq-alt-head h2 { font-size: 47px; }
    .q-orbit-stage { min-height: 0; margin-top: 58px; display: grid; gap: 16px; }
    .q-orbit-cross,.q-orbit-ring,.q-orbit-status { display: none; }
    .q-orbit-core { width: 170px; height: 170px; position: relative; top: auto; left: auto; margin: 0 auto 30px; transform: none; }
    .q-orbit-core strong { font-size: 90px; }
    .q-orbit-node { width: 100%; min-height: 145px; position: relative; inset: auto; animation: none; }
    .q-scan-head { grid-template-columns: 1fr; }.q-scan-head > p { padding: 0 0 38px; }
    .q-scan-head h2 { font-size: 78px; }.q-scan-head > div { padding-bottom: 35px; }
    .q-scan-row { min-height: 260px; padding: 28px 0; grid-template-columns: 35px 70px 1fr; gap: 12px; }
    .q-scan-letter { font-size: 74px; }.q-scan-row h3 { font-size: 29px; }.q-scan-row p { margin-right: 4px; line-height: 1.6; }
    .q-scan-state { grid-column: 3; margin: 8px 0 0; justify-self: start; }
    .qqq-field { min-height: 0; }
    .q-field-head h2 { font-size: 49px; }.q-field-space { min-height: 0; margin-top: 65px; padding-bottom: 60px; }
    .q-field-core { width: 150px; height: 150px; opacity: .34; }.q-field-core span { font-size: 88px; }
    .q-field-cards { grid-template-columns: 1fr; gap: 18px; }
    .q-field-card,.q-field-card:nth-child(1),.q-field-card:nth-child(2),.q-field-card:nth-child(3){min-height:280px;margin:0;}
    .q-field-card > strong { margin: 30px 0 17px; font-size: 70px; }
    .q-field-coordinate { right: auto; left: 0; }
}

/* Roadmap */
.roadmap { padding: 165px 0; border-top: 1px solid var(--line); }
.roadmap-heading { margin-bottom: 70px; }
.roadmap-heading h2 { margin: 0; font-size: clamp(54px, 6vw, 94px); letter-spacing: -.055em; }
.roadmap-heading > p:last-child { margin: 22px 0 0; color: #9299a2; font-size: 23px; }
.roadmap-heading strong { color: #fff; }
.roadmap-phase { margin: 62px 0 0; padding: 18px 0; border-bottom: 1px solid #6dbdff; color: #adb4bd; font-size: 15px; letter-spacing: .05em; }
.roadmap-phase span { color: #a6dcff; font-weight: 800; }
.roadmap-phase.optimize { border-color: var(--q); }
.roadmap-phase.optimize span { color: var(--q); }
.roadmap-grid { display: grid; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-grid { grid-template-columns: repeat(3, 1fr); }
.optimize-grid { grid-template-columns: repeat(4, 1fr); }
.roadmap-card { min-height: 300px; padding: 42px 34px; border-right: 1px solid var(--line); position: relative; transition: background .35s; }
.roadmap-card:hover { background: linear-gradient(180deg, var(--q-soft), transparent); }
.roadmap-card > span { color: var(--q); font-size: 31px; font-weight: 800; }
.insight-grid .roadmap-card > span { color: #9ddcff; }
.roadmap-card h3 { margin: 18px 0 17px; font-size: clamp(22px, 1.75vw, 28px); }
.roadmap-card p { margin: 0; color: #969da6; font-size: 16px; line-height: 1.7; }
.tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.tags i { padding: 5px 8px; border: 1px solid var(--line); color: #9299a2; font-size: 11px; font-style: normal; }

/* Manifesto */
.q-manifesto {
    min-height: 90svh; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden;
    background: #02050a url("../img/agentx/q-wave.png") center / cover no-repeat;
}
.manifesto-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.manifesto-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.manifesto-scrim { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.2) 55%, rgba(0,0,0,.65)), linear-gradient(0deg, rgba(0,0,0,.58), transparent 48%, rgba(0,0,0,.18)); }
.manifesto-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 8vw, 140px); align-items: end; }
.manifesto-lead { position: relative; }
.manifesto-kicker { margin: 0 0 34px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 650; letter-spacing: .24em; }
.manifesto-kicker::after { width: 72px; height: 1px; content: ""; background: linear-gradient(90deg, var(--q), transparent); }
.manifesto-kicker span { color: #fff; }
.manifesto-inner h2 { margin: 0; font-size: clamp(46px, 5vw, 80px); font-weight: 620; line-height: 1.13; letter-spacing: -.06em; }
.manifesto-title-line { display: block; }
.manifesto-title-line em { color: rgba(255,255,255,.48); font-style: normal; font-weight: inherit; }
.manifesto-title-line strong { position: relative; z-index: 0; color: #c5efff; font-weight: 720; text-shadow: 0 0 32px rgba(0,174,255,.4); }
.manifesto-title-line strong::after { position: absolute; z-index: -1; right: -.04em; bottom: .05em; left: -.04em; height: .2em; content: ""; background: linear-gradient(90deg, rgba(0,174,255,.7), rgba(0,87,255,.12)); transform: skewX(-15deg); }
.manifesto-statement { position: relative; padding: 30px 0 6px 35px; border-left: 1px solid rgba(126,220,255,.42); }
.manifesto-statement::before { position: absolute; top: 0; left: -3px; width: 5px; height: 54px; content: ""; background: var(--q); box-shadow: 0 0 22px rgba(0,174,255,.85); }
.manifesto-label { margin-bottom: 42px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.manifesto-label i { color: #94e4ff; font-style: normal; }
.manifesto-statement p { margin: 0; display: flex; flex-direction: column; align-items: flex-start; line-height: 1.06; }
.manifesto-statement p > span { margin-bottom: 16px; color: rgba(255,255,255,.62); font-size: clamp(18px, 1.45vw, 24px); font-weight: 450; }
.manifesto-statement p strong { color: #fff; font-size: clamp(31px, 3vw, 50px); font-weight: 560; letter-spacing: -.055em; }
.manifesto-statement p b { margin-top: 10px; color: #aeeaff; font-size: clamp(47px, 4.8vw, 78px); font-weight: 760; letter-spacing: -.07em; text-shadow: 0 0 35px rgba(0,174,255,.35); }
.manifesto-statement p b span { color: var(--q); }

/* Contact */
.contact { padding: 160px 0; color: #0a0b0c; background: #f7f8f9; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.contact .eyebrow { color: #68717b; }
.contact h2 { margin: 0; font-size: clamp(64px, 7vw, 110px); line-height: 1; letter-spacing: -.065em; }
.contact-copy > p:not(.eyebrow) { margin: 34px 0 58px; color: #6d747c; font-size: 18px; line-height: 1.8; }
.contact address { max-width: 470px; font-style: normal; }
.contact address > * { padding: 20px 0; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid #d9dde1; }
.contact address span { color: #747b83; font-size: 13px; }
.contact address strong { font-size: 24px; font-weight: 650; }
.contact address small { font-size: 15px; font-weight: 500; }
.contact-form { padding: 42px; border: 1px solid #d9dde1; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(12,26,39,.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; border: 1px solid #d7dce1; border-radius: 8px; outline: 0; color: #151719; background: #fff;
    transition: border-color .2s, box-shadow .2s;
}
.contact-form input, .contact-form select { height: 58px; padding: 0 16px; }
.contact-form textarea { padding: 16px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--q); box-shadow: 0 0 0 3px var(--q-soft); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a7adb4; }
.submit-button {
    width: 100%; min-height: 60px; margin-top: 6px; border: 0; border-radius: 7px; color: #fff;
    background: linear-gradient(90deg, #00d684, #0878ff); font-size: 17px; font-weight: 800; cursor: pointer;
    box-shadow: 0 12px 26px rgba(8,120,255,.13); transition: transform .3s var(--ease), box-shadow .3s;
}
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(8,120,255,.2); }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-consent { margin: 17px 0 0; color: #8a9198; text-align: center; font-size: 12px; }
.form-consent a { color: #3e464e; text-decoration: underline; }
.form-messages { min-height: 20px; margin: 14px 0 0; text-align: center; font-size: 13px; }
.form-messages.success { color: #008954; }.form-messages.error { color: #d32f2f; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer: electric split */
.footer-concept-b { padding: 82px 0 32px; overflow: hidden; border-top: 1px solid #19201d; color: #f5f7f6; background: #020504; }
.footer-b-stage { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #17211d; }
.footer-b-brand { position: relative; padding: 58px; overflow: hidden; background: radial-gradient(circle at 17% 86%, rgba(0,232,155,.16), transparent 31%), #050908; }
.footer-b-brand::after { position: absolute; right: -120px; bottom: -170px; width: 420px; height: 420px; content: "X"; color: transparent; font-size: 380px; font-weight: 900; line-height: 1; -webkit-text-stroke: 1px rgba(0,232,155,.11); transform: rotate(-8deg); pointer-events: none; }
.footer-b-logo { position: relative; z-index: 1; display: inline-block; }
.footer-b-logo img { width: 180px; height: auto; display: block; }
.footer-b-brand > p { position: relative; z-index: 1; margin: 100px 0 55px; font-size: clamp(38px, 4vw, 62px); line-height: 1.16; letter-spacing: -.06em; }
.footer-b-brand > p strong { color: var(--x); font-weight: 720; }
.footer-b-cta { width: 220px; height: 60px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 1px solid rgba(0,232,155,.48); color: var(--x); font-size: 10px; font-weight: 750; letter-spacing: .17em; transition: color .3s, background .3s, transform .3s; }
.footer-b-cta:hover { color: #00140d; background: var(--x); transform: translateY(-4px); }
.footer-b-services { padding: 52px 55px; color: #03110c; background: var(--x); }
.footer-b-services > p { margin: 0 0 37px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.footer-b-services > p span { opacity: .5; }
.footer-b-services ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(0,25,17,.25); }
.footer-b-services li { min-height: 70px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid rgba(0,25,17,.22); font-size: 18px; font-weight: 650; letter-spacing: -.02em; transition: padding-left .35s var(--ease), background .3s; }
.footer-b-services li:hover { padding-left: 13px; background: rgba(255,255,255,.17); }
.footer-b-services li i { opacity: .42; font-size: 9px; font-style: normal; }
.footer-b-info { display: grid; grid-template-columns: 1.05fr 1fr 1fr; border-right: 1px solid #17211d; border-bottom: 1px solid #17211d; border-left: 1px solid #17211d; }
.footer-b-info > div, .footer-b-info > address { min-height: 200px; margin: 0; padding: 38px; border-right: 1px solid #17211d; font-style: normal; }
.footer-b-info > *:last-child { border-right: 0; }
.footer-b-info span { margin-bottom: 30px; display: block; color: #58645e; font-size: 8px; font-weight: 750; letter-spacing: .2em; }
.footer-b-info strong { display: block; font-size: 24px; letter-spacing: -.035em; }
.footer-b-info small, .footer-b-info p { margin: 17px 0 0; display: block; color: #78827d; font-size: 12px; line-height: 1.75; }
.footer-b-contact a { margin-top: 10px; display: block; color: #d8ddda; font-size: 16px; transition: color .25s, transform .25s; }
.footer-b-contact a:hover { color: var(--x); transform: translateX(5px); }
.footer-b-bottom { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #59635e; font-size: 10px; }
.footer-b-bottom p { margin: 0; letter-spacing: .12em; }
.footer-b-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-b-bottom a:hover { color: var(--x); }

@media (max-width: 980px) {
    .footer-b-stage { grid-template-columns: 1fr; }
    .footer-b-info { grid-template-columns: 1fr; }
    .footer-b-info > div, .footer-b-info > address { min-height: 160px; border-right: 0; border-bottom: 1px solid #17211d; }
    .footer-b-info > *:last-child { border-bottom: 0; }
}

@media (max-width: 700px) {
    .footer-concept-b { padding-top: 62px; }
    .footer-b-brand { padding: 38px 26px; }.footer-b-brand > p { margin: 75px 0 45px; font-size: 40px; }
    .footer-b-services { padding: 38px 25px; }.footer-b-services li { font-size: 16px; }
    .footer-b-info > div, .footer-b-info > address { padding: 32px 25px; }
    .footer-b-bottom { padding: 24px 0; flex-direction: column; align-items: flex-start; }
}

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
    .shell { width: min(calc(100% - 64px), var(--shell)); }
    .company-grid, .q-intro-grid { gap: 70px; }
    .product-grid { grid-template-columns: .8fr 1.2fr; gap: 40px; }
    .feature-strip strong { font-size: 12px; }
    .qqq-track { grid-template-columns: 1fr 54px 1fr 54px 1fr; }
    .contact-grid { gap: 60px; }
}

@media (max-width: 980px) {
    .header-inner { width: calc(100% - 40px); grid-template-columns: 1fr auto auto; height: 72px; }
    .main-nav {
        position: fixed; z-index: 99; inset: 72px 0 auto; padding: 26px 24px 34px; display: grid; gap: 0;
        background: rgba(3,4,5,.97); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden;
        transition: transform .4s var(--ease), opacity .3s, visibility .3s;
    }
    .main-nav.open { transform: none; opacity: 1; visibility: visible; }
    .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
    .main-nav a::after { display: none; }
    .nav-toggle { display: block; margin-left: 10px; }
    .nav-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .nav-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .hero h1 { font-size: clamp(46px, 8.25vw, 75px); }
    .solution-panel { min-height: 540px; padding-right: 38px; padding-left: 38px; }
    .solution-panel h3 { font-size: clamp(66px, 8.2vw, 90px); }
    .company-grid, .product-grid, .q-intro-grid, .demo-grid, .contact-grid, .manifesto-inner { grid-template-columns: 1fr; }
    .company h2 { margin-bottom: 60px; }
    .company-message { padding-top: 20px; }
    .browser-visual { min-height: 630px; }
    .q-intro-grid { gap: 75px; }
    .qqq-detail { grid-template-columns: 1fr; }
    .qqq-detail article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .qqq-detail article:last-child { border-bottom: 0; }
    .optimize-grid { grid-template-columns: 1fr 1fr; }
    .insight-grid { grid-template-columns: 1fr; }
    .roadmap-card { min-height: 240px; }
    .manifesto-inner { gap: 80px; }
    .manifesto-statement { width: min(620px, 100%); margin-left: auto; }
}

@media (max-width: 700px) {
    .shell { width: calc(100% - 36px); }
    .header-inner { width: calc(100% - 28px); }
    .ax-preload-core { width: calc(100% - 36px); }
    .ax-preload-word > span, .ax-preload-word > strong { font-size: clamp(55px, 19vw, 76px); }
    .ax-preload-meta, .ax-preload-sub { font-size: 8px; letter-spacing: .14em; }
    .ax-preload-sub span:first-child { max-width: 70%; line-height: 1.5; }
    .ax-preload-corner { right: 12px; bottom: 16px; }
    .brand-logo { width: 118px; }
    .header-cta { padding: 10px 12px; font-size: 12px; }
    .hero { min-height: 900px; align-items: flex-end; }
    .hero-scrim { background: linear-gradient(0deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.29) 56%, rgba(0,0,0,.14) 100%); }
    .hero-content { padding: 0 0 145px; }
    .hero .eyebrow { margin-bottom: 17px; font-size: 9px; }
    .hero h1 { font-size: clamp(37px, 11.2vw, 57px); }
    .hero h1 em { -webkit-text-stroke-width: 1px; }
    .hero-lines { margin: 71px 0; }
    .hero-lines p { font-size: 13px; line-height: 1.5; }
    .button { width: 100%; min-width: 0; }
    .scroll-cue { display: none; }
    .solution-split, .company, .agentx-product, .agentq-intro, .qqq, .roadmap, .contact { padding: 105px 0; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-panel { min-height: 500px; padding: 0 26px 30px; }
    .solution-panel + .solution-panel { border-left: 0; border-top: 1px solid var(--line); }
    .solution-head { min-height: 74px; gap: 12px; }
    .solution-no { width: 32px; height: 32px; font-size: 10px; }
    .solution-type { font-size: 9px; letter-spacing: .12em; }
    .solution-status { font-size: 7px; letter-spacing: .1em; }
    .solution-body { padding-bottom: 34px; }
    .solution-tagline { margin-bottom: 15px; font-size: 8px; }
    .solution-panel h3 { margin-bottom: 35px; font-size: clamp(64px, 20vw, 82px); }
    .solution-panel p { font-size: 28px; }
    .solution-foot { min-height: 48px; }
    .solution-panel::after { right: 3px; bottom: 8px; font-size: 260px; }
    .company-grid { gap: 75px; }
    .company h2 { font-size: 54px; }
    .company-profile h3 { font-size: 52px; }
    .company-message blockquote { font-size: 31px; }
    .message-copy p br { display: none; }
    .giant-index { font-size: 80px; }
    .product-copy h2, .q-copy h2 { font-size: 54px; }
    .product-lede { font-size: 25px; }
    .browser-visual { min-height: 560px; margin-top: 25px; }
    .browser-window { width: 96%; right: 0; padding: 16px; transform: rotateY(-3deg); }
    .browser-back { width: 86%; }
    .extension-rail { width: 52px; right: -3px; gap: 24px; padding: 20px 0; }
    .feature-strip { grid-template-columns: 1fr 1fr; }
    .feature-strip article { min-height: 108px; padding: 15px; border-bottom: 1px solid var(--line); }
    .search-bar { margin-top: 32px; padding: 0 16px; }
    .demo, .download { padding: 100px 0; }
    .demo-grid { gap: 50px; }
    .demo h2 { font-size: 43px; }
    .download h2 { font-size: 43px; }
    .download h2 br { display: none; }
    .is-pending { min-width: 0; }
    .cited-card { min-height: 400px; padding: 28px 22px; }
    .question-box { padding: 18px; font-size: 16px; }
    .cited-card p { margin: 52px 0 40px; font-size: 19px; }
    .qqq-heading { display: block; }
    .qqq-heading h2 { font-size: clamp(51px, 15vw, 68px); line-height: 1; }
    .qqq-heading > p { margin-top: 32px; font-size: 14px; }
    .qqq-track { grid-template-columns: 1fr; gap: 25px; margin-top: 62px; }
    .qqq-track::before { top: 5%; bottom: 5%; left: 50%; width: 1px; height: auto; background: linear-gradient(0deg, transparent, rgba(8,120,255,.7), transparent); }
    .qqq-track article { width: 100%; min-height: 360px; }
    .qqq-symbol { width: 150px; }
    .qqq-track small { margin-top: 27px; }
    .qqq-flow { gap: 8px; }
    .qqq-flow span { display: none; }
    .qqq-flow i { transform: rotate(90deg); }
    .qqq-caption { justify-content: center; font-size: 34px; }
    .qqq-caption::before { display: none; }
    .qqq-detail { margin-top: 80px; }
    .qqq-detail article { padding: 38px 24px; }
    .roadmap-heading h2 { font-size: 52px; }
    .roadmap-heading > p:last-child { font-size: 18px; }
    .optimize-grid { grid-template-columns: 1fr; }
    .roadmap-card { min-height: auto; padding: 36px 25px; }
    .q-manifesto { min-height: 820px; background-position: center; }
    .manifesto-inner { gap: 125px; }
    .manifesto-kicker { margin-bottom: 24px; font-size: 9px; gap: 10px; }
    .manifesto-kicker::after { width: 42px; }
    .manifesto-inner h2 { font-size: clamp(39px, 11.5vw, 52px); line-height: 1.16; }
    .manifesto-statement { padding: 24px 0 2px 25px; }
    .manifesto-label { margin-bottom: 32px; }
    .manifesto-statement p > span { margin-bottom: 13px; font-size: 17px; }
    .manifesto-statement p strong { font-size: clamp(30px, 9vw, 40px); }
    .manifesto-statement p b { font-size: clamp(47px, 14vw, 62px); }
    .contact-grid { gap: 70px; }
    .contact h2 { font-size: 69px; }
    .contact-form { padding: 26px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .hero-media { display: none; }
    .manifesto-media { display: none; }
    .ax-preload-speedlines { display: none; }
    .ax-preload-word > span, .ax-preload-word > strong { opacity: 1; transform: none; filter: none; }
    .ax-preload-meter i { transform: scaleX(1); }
    .js .reveal { opacity: 1; transform: none; }
}

/* Compact footer */
.footer-concept-b { padding: 48px 0 22px; }
.footer-b-stage { min-height: 300px; }
.footer-b-brand { padding: 31px 34px; }
.footer-b-brand::after { right: -75px; bottom: -115px; width: 290px; height: 290px; font-size: 270px; }
.footer-b-logo img { width: 140px; }
.footer-b-brand > p { margin: 42px 0 26px; font-size: clamp(31px, 3.2vw, 44px); line-height: 1.12; }
.footer-b-cta { width: 190px; height: 48px; padding: 0 17px; }
.footer-b-services { padding: 25px 30px; }
.footer-b-services > p { margin-bottom: 15px; }
.footer-b-services li { min-height: 39px; grid-template-columns: 38px 1fr; font-size: 14px; }
.footer-b-info > div, .footer-b-info > address { min-height: 120px; padding: 23px 25px; }
.footer-b-info span { margin-bottom: 15px; }
.footer-b-info strong { font-size: 19px; }
.footer-b-info small, .footer-b-info p { margin-top: 9px; line-height: 1.5; }
.footer-b-contact a { margin-top: 6px; font-size: 13px; }
.footer-b-bottom { min-height: 56px; }

@media (max-width: 980px) and (min-width: 701px) {
    .footer-b-stage { grid-template-columns: .88fr 1.12fr; }
    .footer-b-info { grid-template-columns: 1.05fr 1fr 1fr; }
    .footer-b-info > div, .footer-b-info > address { min-height: 125px; border-right: 1px solid #17211d; border-bottom: 0; }
}

@media (max-width: 700px) {
    .footer-concept-b { padding: 40px 0 18px; }
    .footer-b-brand { padding: 25px 24px; }
    .footer-b-logo img { width: 120px; }
    .footer-b-brand > p { margin: 32px 0 22px; font-size: 30px; }
    .footer-b-cta { height: 44px; }
    .footer-b-services { padding: 24px; }
    .footer-b-services li { min-height: 38px; font-size: 13px; }
    .footer-b-info > div, .footer-b-info > address { min-height: 88px; padding: 20px 24px; }
    .footer-b-bottom { min-height: 0; padding: 18px 0; }

}
