:root {
  --bg: #05060a;
  --panel: #0c0f17;
  --panel-2: #121622;
  --white: #f7f8fc;
  --muted: #979dac;
  --line: rgba(255,255,255,.12);
  --blue: #2878ff;
  --cyan: #42d8ff;
  --violet: #7956ff;
  --pink: #ff4fb8;
  --red: #ff485e;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--bg); font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient { position: fixed; z-index: -1; width: 45vw; height: 45vw; border-radius: 50%; filter: blur(150px); opacity: .12; pointer-events: none; }
.ambient-blue { background: var(--blue); top: 25vh; left: -25vw; }
.ambient-pink { background: var(--pink); top: 140vh; right: -28vw; }

.header { position: absolute; z-index: 20; inset: 0 0 auto; height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(5px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 850; letter-spacing: .22em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; color: white; letter-spacing: 0; background: #05060a; box-shadow: 0 8px 25px rgba(93,75,255,.38); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nav { display: flex; gap: 32px; font-size: 12px; color: #c3c6d0; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--cyan); }
.button { min-height: 56px; position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 26px; border: 0; border-radius: 999px; color: white; font-weight: 750; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; }
.button::after { content: ""; position: absolute; top: -50%; left: -75%; width: 45%; height: 200%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: rotate(20deg); transition: left .65s ease; }
.button:hover::after { left: 135%; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 12px; }
.button-outline { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-outline:hover { border-color: var(--cyan); box-shadow: 0 0 30px rgba(66,216,255,.2); }
.button-primary { background: linear-gradient(110deg, #176cf5, #6f55ff 58%, #e846b2); box-shadow: 0 14px 42px rgba(69,83,255,.35); }
.button-primary:hover { box-shadow: 0 18px 55px rgba(82,92,255,.48); }

.hero { min-height: 820px; height: 100svh; max-height: 1020px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-drift 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #04050a 0%, rgba(4,5,10,.94) 28%, rgba(4,5,10,.52) 54%, rgba(4,5,10,.05) 81%), linear-gradient(0deg, rgba(4,5,10,.74), transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(710px, 54vw); margin-left: 7vw; padding-top: 75px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: #c8cbd4; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 760; }
.eyebrow > span { width: 30px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(72px, 8.6vw, 142px); line-height: .82; letter-spacing: -.072em; font-weight: 620; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; font-style: italic; color: transparent; background: linear-gradient(90deg, #53ddff, #7a67ff 48%, #ff59c5); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 570px; margin: 42px 0 0; color: #b9bdc8; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { min-height: 56px; padding: 0 11px 0 21px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(84,156,255,.68); border-radius: 999px; color: #f7f9ff; background: linear-gradient(110deg, rgba(40,120,255,.2), rgba(121,86,255,.17), rgba(255,79,184,.1)); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 36px rgba(54,82,229,.2); font-size: 13px; font-weight: 780; transition: transform .25s, border-color .25s, box-shadow .25s, background .25s; }
.text-link span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #071019; background: var(--cyan); box-shadow: 0 7px 20px rgba(66,216,255,.3); font-size: 16px; transition: transform .25s; }
.text-link:hover { transform: translateY(-2px); border-color: var(--cyan); background: linear-gradient(110deg, rgba(40,120,255,.3), rgba(121,86,255,.25), rgba(255,79,184,.16)); box-shadow: 0 16px 44px rgba(64,91,255,.3); }
.text-link:hover span { transform: translateY(3px); }
.hero-meta { display: flex; gap: 55px; margin-top: 54px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-meta div { display: flex; flex-direction: column; gap: 6px; }
.hero-meta strong { font-size: 15px; }
.hero-meta span { color: #7e8492; font-size: 11px; }
.hero-chip { position: absolute; z-index: 3; right: 6vw; bottom: 48px; padding: 13px 19px; display: flex; align-items: center; gap: 12px; background: rgba(9,12,20,.7); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; backdrop-filter: blur(18px); animation: chip-float 4s ease-in-out infinite; }
.hero-chip i { width: 9px; height: 9px; border-radius: 50%; background: #5cffb0; box-shadow: 0 0 18px #5cffb0; }
.hero-chip span { font-size: 11px; font-weight: 700; line-height: 1.4; }
.hero-chip small { color: #9499a5; font-weight: 400; }
.js .hero-content > * { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js .loaded .hero-content > * { opacity: 1; transform: translateY(0); }
.js .loaded .hero-content > :nth-child(1) { transition-delay: .12s; }
.js .loaded .hero-content > :nth-child(2) { transition-delay: .22s; }
.js .loaded .hero-content > :nth-child(3) { transition-delay: .34s; }
.js .loaded .hero-content > :nth-child(4) { transition-delay: .45s; }
.js .loaded .hero-content > :nth-child(5) { transition-delay: .56s; }

.section-pad { padding: 125px 7vw; }
.section-index { margin: 8px 0 0; color: #707685; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.statement { position: relative; color: #0a0b10; background: #f4f5f9; display: grid; grid-template-columns: 1fr 3fr; gap: 45px; overflow: hidden; }
.statement::after { content: ""; position: absolute; right: -8%; bottom: -42%; width: 38vw; height: 38vw; border-radius: 50%; background: linear-gradient(140deg, rgba(37,121,255,.28), rgba(255,79,184,.22)); filter: blur(80px); }
.statement > div { position: relative; z-index: 1; }
.statement h2, .section-heading h2, .services h2, .models h2, .delivery h2, .order h2 { margin: 0; font-size: clamp(55px, 6.8vw, 105px); line-height: .92; letter-spacing: -.062em; font-weight: 620; }
.statement h2 span, .section-heading h2 span, .services h2 span, .delivery h2 span, .order h2 span { color: transparent; background: linear-gradient(90deg, var(--blue), var(--violet), var(--pink)); background-clip: text; -webkit-background-clip: text; }
.statement > div > p { max-width: 590px; margin: 45px 0 0 auto; color: #565b67; font-size: 18px; line-height: 1.7; }
.statement strong { color: #151823; }

.benefits { background: #07090f; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 62px; }
.section-heading > p, .section-heading > div + p { max-width: 420px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.feature { min-height: 330px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; filter: blur(75px); opacity: .2; }
.feature-video { grid-row: 1 / 3; min-height: 680px; background: linear-gradient(145deg, #101526, #080a11); }
.feature-video::before { background: var(--blue); left: 20%; top: 22%; }
.feature-ads::before { background: var(--pink); right: -10%; top: -20%; }
.feature-home::before { background: var(--cyan); left: -12%; bottom: -20%; }
.feature > div { position: relative; z-index: 1; }
.feature-num { position: absolute; z-index: 2; right: 30px; top: 28px; font-size: 10px; color: #656b78; }
.feature h3 { margin: 0 0 16px; font-size: clamp(27px, 2.7vw, 43px); line-height: 1.06; letter-spacing: -.04em; }
.feature p { max-width: 560px; margin: 0; color: #969cab; font-size: 14px; line-height: 1.65; }
.feature small { display: block; margin-top: 9px; color: #666d7c; font-size: 10px; }
.feature-kicker { margin-bottom: 13px !important; color: var(--cyan) !important; font-size: 10px !important; text-transform: uppercase; letter-spacing: .15em; }
.feature-symbol { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: white; font-size: 29px; border: 1px solid rgba(255,255,255,.17); background: linear-gradient(135deg, rgba(40,120,255,.25), rgba(255,79,184,.2)); box-shadow: inset 0 1px rgba(255,255,255,.12); }
.signal-art { position: relative; width: min(37vw, 420px); aspect-ratio: 1; margin: 15px auto; }
.signal-art i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(66,216,255,.24); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 60px rgba(40,120,255,.035); }
.signal-art i:nth-child(1) { width: 94%; height: 94%; }
.signal-art i:nth-child(2) { width: 68%; height: 68%; border-color: rgba(121,86,255,.35); animation: signal-pulse 3.4s ease-out infinite; }
.signal-art i:nth-child(3) { width: 42%; height: 42%; border-color: rgba(255,79,184,.4); animation: signal-pulse 3.4s .7s ease-out infinite; }
.signal-art b { position: absolute; left: 50%; top: 50%; width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 24px; transform: translate(-50%,-50%); background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink)); box-shadow: 0 0 70px rgba(87,84,255,.45); }

.services { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 10%, rgba(40,120,255,.16), transparent 30%), radial-gradient(circle at 90% 75%, rgba(255,79,184,.13), transparent 30%), #080a10; color: white; }
.services::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.services-head { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 60px; }
.services .eyebrow { color: #b8bdc8; }
.services-head > p { max-width: 430px; margin: 0 0 8px; color: #959baa; line-height: 1.7; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.service-card { --service-color: var(--blue); min-height: 174px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-radius: 21px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.11); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 18px 50px rgba(0,0,0,.17); transition: transform .32s cubic-bezier(.2,.8,.2,1), border-color .32s, box-shadow .32s; overflow: hidden; }
.service-card:hover { transform: translateY(-8px) scale(1.018); border-color: color-mix(in srgb, var(--service-color) 62%, white 12%); box-shadow: 0 22px 55px color-mix(in srgb, var(--service-color) 24%, transparent); }
.service-card::before { content: ""; position: absolute; right: -55px; bottom: -65px; width: 145px; height: 145px; border-radius: 50%; filter: blur(28px); opacity: .24; background: var(--service-color); transition: transform .4s, opacity .4s; }
.service-card:hover::before { transform: scale(1.35); opacity: .38; }
.service-icon { width: 49px; height: 49px; position: relative; z-index: 1; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.08); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.1); }
.service-icon img { display: block; width: 27px; height: 27px; object-fit: contain; }
.service-card > div:last-child { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 4px; }
.service-card strong { font-size: 16px; line-height: 1.08; letter-spacing: -.025em; }
.service-card > div:last-child span { color: #8f95a4; font-size: 10px; }
.service-type { position: absolute; z-index: 2; top: 17px; right: 16px; padding: 5px 8px; border-radius: 999px; color: #aeb4c2; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.service-claude { --service-color: #d97757; }
.service-twitch { --service-color: #9146ff; }
.service-netflix { --service-color: #e50914; }
.service-chatgpt { --service-color: #10a37f; }
.service-rutube { --service-color: #100943; }
.service-ubisoft { --service-color: #2878ff; }
.service-battlenet, .service-wow { --service-color: #1486e9; }
.service-diablo { --service-color: #ff334f; }
.service-overwatch { --service-color: #f69a35; }
.service-marvel { --service-color: #ee2441; }
.service-rainbow { --service-color: #3cd5ff; }
.service-battlefield { --service-color: #ff4747; }
.service-faceit { --service-color: #ff5500; }
.service-fortnite { --service-color: #8d62ff; }
.service-roblox { --service-color: #f5f5f5; }
.service-pubg { --service-color: #f2a900; }
.service-apex { --service-color: #e54b4b; }
.service-letter { color: white; background: linear-gradient(135deg, #100943, #6544ff); font-weight: 900; font-size: 23px; }

.models { background: #07090e; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.model-card { min-height: 610px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 37px; border-radius: var(--radius); border: 1px solid var(--line); background: #10131b; }
.model-card::after { content: ""; position: absolute; inset: 1px; border-radius: 27px; background: linear-gradient(150deg, rgba(255,255,255,.07), transparent 40%); pointer-events: none; }
.model-glow { position: absolute; right: -160px; top: -170px; width: 390px; height: 390px; border-radius: 50%; background: var(--glow); filter: blur(70px); opacity: .35; animation: model-glow 6s ease-in-out infinite alternate; }
.model-primary { --glow: var(--blue); }
.model-pro { --glow: var(--pink); background: linear-gradient(145deg, #141221, #0d0f17); }
.model-top, .model-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.model-top span { color: #a6acb9; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.model-top b { padding: 8px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 11px; }
.model-card h3 { position: relative; z-index: 1; margin: 75px 0 38px; font-size: clamp(36px, 4vw, 57px); line-height: 1; letter-spacing: -.052em; }
.model-card ul { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.model-card li { padding: 14px 0; border-bottom: 1px solid var(--line); color: #b3b8c4; font-size: 13px; }
.model-card li::before { content: "✓"; color: var(--cyan); margin-right: 11px; }
.model-bottom { margin-top: auto; padding-top: 34px; }
.model-bottom > div { display: flex; flex-direction: column; gap: 6px; }
.model-bottom strong { font-size: 26px; }
.model-bottom span { color: #737987; font-size: 10px; }
.round-button { width: 60px; height: 60px; border: 0; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 20px; cursor: pointer; transition: transform .25s; }
.model-pro .round-button { background: linear-gradient(135deg, var(--violet), var(--pink), var(--red)); }
.round-button:hover { transform: rotate(45deg); }

.delivery { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; color: #0b0d13; background: #f4f5f9; }
.delivery-title > p:last-child { max-width: 470px; margin-top: 28px; color: #686e7b; line-height: 1.65; }
.delivery-list { display: flex; flex-direction: column; }
.delivery-list > div { display: grid; grid-template-columns: 34px 55px 1fr 1.3fr; align-items: center; gap: 20px; padding: 29px 0; border-bottom: 1px solid #cfd2db; }
.delivery-list > div:first-child { border-top: 1px solid #cfd2db; }
.delivery-list span { color: #757c89; font-size: 10px; font-weight: 700; }
.delivery-list i { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 16px; color: white; background: linear-gradient(135deg, #176ff4, var(--violet)); box-shadow: 0 9px 24px rgba(71,77,255,.25), inset 0 1px rgba(255,255,255,.2); font-style: normal; transition: transform .25s, box-shadow .25s; }
.delivery-list i img { width: 27px; height: 27px; display: block; filter: brightness(0) invert(1); }
.delivery-list > div:hover i { transform: translateY(-3px) rotate(-3deg); box-shadow: 0 14px 30px rgba(71,77,255,.32), inset 0 1px rgba(255,255,255,.2); }
.delivery-list > div:nth-child(2) i { background: linear-gradient(135deg, var(--violet), var(--pink)); }
.delivery-list > div:nth-child(3) i { background: linear-gradient(135deg, var(--red), #ff8447); }
.delivery-list > div:nth-child(4) i { background: linear-gradient(135deg, #0078d8, #00b7ea); color: white; box-shadow: 0 9px 24px rgba(0,151,218,.3), inset 0 1px rgba(255,255,255,.2); }
.delivery-list h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.delivery-list p { margin: 0; color: #545b68; font-size: 13px; line-height: 1.6; }

.order { position: relative; overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(55px, 6vw, 110px); background: radial-gradient(circle at 8% 86%, rgba(40,120,255,.23), transparent 36%), radial-gradient(circle at 95% 8%, rgba(255,79,184,.18), transparent 34%), #080a10; }
.order::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 40%, rgba(121,86,255,.05)); pointer-events: none; }
.order-copy, .lead-form { position: relative; z-index: 1; }
.order-copy > p:not(.eyebrow) { max-width: 520px; color: #c8cdd9; font-size: 16px; line-height: 1.72; }
.direct-contact { max-width: 470px; margin-top: 37px; padding: 18px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(87,165,255,.38); border-radius: 19px; background: linear-gradient(110deg, rgba(34,119,255,.16), rgba(121,86,255,.11), rgba(255,79,184,.08)); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 18px 55px rgba(21,61,151,.14); transition: transform .25s, border-color .25s; }
.direct-contact:hover { transform: translateY(-3px); border-color: rgba(66,216,255,.7); }
.direct-contact > div { display: flex; flex-direction: column; gap: 4px; }
.direct-contact small { color: #b5bdcb; font-size: 12px; }
.direct-contact strong { color: white; font-size: 20px; font-weight: 800; }
.direct-contact > b { margin-left: auto; padding: 10px 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; color: white; background: linear-gradient(105deg, var(--blue), var(--violet)); box-shadow: 0 8px 24px rgba(62,84,255,.26); font-size: 11px; white-space: nowrap; }
.direct-contact > b i { color: var(--cyan); font-size: 14px; font-style: normal; }
.plane { width: 49px; height: 49px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; color: white; background: linear-gradient(135deg, #29b6f6, #2878ff); box-shadow: 0 10px 30px rgba(40,120,255,.34); transform: rotate(-15deg); }
.order-guarantees { max-width: 470px; margin-top: 14px; padding: 17px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.045); }
.order-guarantees > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--violet), var(--pink)); box-shadow: 0 10px 30px rgba(201,62,214,.22); }
.order-guarantees > div { display: flex; flex-direction: column; gap: 4px; }
.order-guarantees strong { color: white; font-size: 14px; }
.order-guarantees small { color: #a2a9b7; font-size: 12px; }
.lead-form { padding: clamp(28px, 2.5vw, 42px); display: flex; flex-direction: column; gap: 20px; color: #f6f7fb; background: linear-gradient(145deg, rgba(21,26,40,.97), rgba(12,15,25,.98)); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; box-shadow: inset 0 1px rgba(255,255,255,.07), 0 35px 100px rgba(0,0,0,.38), 0 0 80px rgba(77,65,255,.08); }
.form-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.11); }
.form-head > div { display: flex; flex-direction: column; gap: 7px; }
.form-head span { color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.form-head h3 { margin: 0; color: white; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.form-head p { max-width: 190px; margin: 0; color: #9ca3b3; font-size: 12px; line-height: 1.45; text-align: right; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.lead-form label { display: flex; flex-direction: column; gap: 9px; }
.lead-form label > span, fieldset legend { color: #c1c7d3; font-size: 11px; font-weight: 780; text-transform: uppercase; letter-spacing: .11em; }
.lead-form input:not([type=radio]):not([type=checkbox]), .lead-form select, .lead-form textarea { width: 100%; padding: 15px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; outline: none; color: #f8f9fc; background: #0b0e17; box-shadow: inset 0 1px 4px rgba(0,0,0,.18); transition: border .2s, box-shadow .2s, background .2s; color-scheme: dark; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #7f8797; opacity: 1; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--cyan); background: #0e1320; box-shadow: 0 0 0 3px rgba(66,216,255,.12), 0 0 28px rgba(40,120,255,.09); }
.lead-form textarea { min-height: 110px; line-height: 1.5; resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; }
.contact-choice { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }
.contact-choice label { cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice span { padding: 11px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #c5cad4 !important; background: rgba(255,255,255,.035); font-size: 12px !important; text-transform: none !important; letter-spacing: 0 !important; transition: color .2s, border-color .2s, background .2s; }
.contact-choice input:checked + span { color: white !important; border-color: rgba(79,168,255,.62); background: linear-gradient(100deg, rgba(40,120,255,.9), rgba(121,86,255,.9)); box-shadow: 0 8px 25px rgba(54,92,255,.23); }
.consent { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 11px !important; padding-top: 2px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--violet); }
.consent span { color: #aeb5c3 !important; font-size: 12px !important; font-weight: 500 !important; line-height: 1.5; text-transform: none !important; letter-spacing: 0 !important; }
.button-submit { width: 100%; min-height: 61px; justify-content: space-between; background: linear-gradient(105deg, var(--blue), var(--violet) 58%, var(--pink)); padding: 0 24px; box-shadow: 0 15px 40px rgba(83,69,255,.27); }
.button-submit b { font-size: 19px; }
.button-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 18px; margin: -7px 0 0; color: #65e8ab; font-size: 13px; font-weight: 600; }
.form-status.error { color: #ff7c91; }
.trap { position: absolute !important; left: -9999px !important; }

.footer { padding: 72px 7vw 28px; text-align: center; background: #040509; }
.footer-brand { justify-content: center; }
.footer > p { margin: 26px 0; color: #a5a9b3; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 43px); font-style: italic; }
.contact-link { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; }
.footer-bottom { margin-top: 68px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #606673; font-size: 10px; }
.footer-bottom button { color: inherit; background: none; border: 0; cursor: pointer; }
.chat-button { position: fixed; z-index: 30; right: 21px; bottom: 21px; display: flex; align-items: center; gap: 10px; padding: 7px 17px 7px 7px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: white; background: linear-gradient(110deg, var(--blue), var(--violet), var(--pink)); box-shadow: 0 16px 50px rgba(64,58,255,.4); cursor: pointer; }
.chat-button span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #080a10; font-weight: 800; }
.chat-button b { font-size: 11px; }
.privacy { max-width: 540px; padding: 37px; border: 0; border-radius: 20px; color: #11131a; background: #f5f6fa; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.privacy::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(5px); }
.privacy h2 { margin: 0 0 20px; font-size: 31px; letter-spacing: -.04em; }
.privacy p { color: #5d636f; line-height: 1.6; }
.privacy-close { position: absolute; right: 17px; top: 14px; border: 0; background: none; font-size: 27px; cursor: pointer; }

.js .reveal-item { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.js .service-card.reveal-item { transform: translateY(26px) scale(.96); }
.js .service-card.reveal-item.is-visible { transform: translateY(0) scale(1); }
.js .service-card.reveal-item.is-visible:hover { transform: translateY(-8px) scale(1.018); }

@keyframes hero-drift { from { transform: scale(1.015) translate3d(0,0,0); } to { transform: scale(1.055) translate3d(-.7%, -.5%, 0); } }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes signal-pulse { 0% { opacity: .25; transform: translate(-50%,-50%) scale(.88); } 55% { opacity: .75; } 100% { opacity: .05; transform: translate(-50%,-50%) scale(1.25); } }
@keyframes model-glow { from { transform: scale(.92) translate3d(0,0,0); } to { transform: scale(1.16) translate3d(-20px,18px,0); } }

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .delivery-list > div { grid-template-columns: 30px 58px 1fr; }
  .delivery-list p { grid-column: 3; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .hero { min-height: 790px; height: auto; align-items: end; }
  .hero-image { object-position: 63% top; height: 67%; }
  .hero-shade { background: linear-gradient(0deg, #05060a 14%, rgba(5,6,10,.91) 47%, rgba(5,6,10,.12) 88%); }
  .hero-content { width: auto; margin: 0; padding: 250px 6vw 68px; }
  .hero h1 { font-size: clamp(65px, 15vw, 105px); }
  .hero-chip { display: none; }
  .section-pad { padding: 90px 6vw; }
  .statement, .delivery, .order { grid-template-columns: 1fr; gap: 55px; }
  .statement > div > p { margin-left: 0; }
  .benefit-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature-video { grid-row: auto; min-height: 600px; }
  .signal-art { width: min(72vw, 390px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .model-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .header { height: 70px; padding: 0 5vw; }
  .header .button { display: none; }
  .hero { min-height: 765px; }
  .hero-image { height: 49%; object-position: 66% top; }
  .hero-content { padding-top: 210px; }
  .hero h1 { font-size: 60px; }
  .hero-lead { margin-top: 29px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-meta { gap: 15px; justify-content: space-between; margin-top: 40px; }
  .hero-meta strong { font-size: 13px; }
  .section-heading, .services-head { display: block; }
  .section-heading > p, .section-heading > div + p, .services-head > p { margin-top: 28px; }
  .feature, .model-card, .lead-form { padding: 25px; }
  .feature-video { min-height: 540px; }
  .feature-home { min-height: 420px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 150px; }
  .model-card { min-height: 570px; }
  .model-card h3 { margin-top: 55px; }
  .form-row { grid-template-columns: 1fr; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .form-head p { max-width: none; text-align: left; }
  .direct-contact, .order-guarantees { max-width: none; }
  .direct-contact > b { padding: 10px; }
  .direct-contact > b i { display: none; }
  .delivery-list > div { grid-template-columns: 28px 58px 1fr; gap: 13px; }
  .chat-button { padding-right: 7px; }
  .chat-button b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal-item { opacity: 1; transform: none; }
}
