:root {
  --bg:#02040a; --panel:#071634; --navy:#061835; --cyan:#44dcff; --blue:#008cff;
  --gold:#ffc341; --orange:#ff8a00; --text:#f7fbff; --muted:#b9c9df;
  --line:rgba(68,220,255,.24); --head:82px;
}
* { box-sizing:border-box; }
html, body { margin:0; width:100%; max-width:100%; overflow-x:hidden; background:#02040a; color:var(--text); font-family:Inter,Segoe UI,Arial,sans-serif; scroll-behavior:smooth; text-rendering:geometricPrecision; }
body { min-height:100vh; background:radial-gradient(circle at 75% 10%,rgba(68,220,255,.18),transparent 26%),radial-gradient(circle at 15% 72%,rgba(255,195,65,.09),transparent 28%),linear-gradient(140deg,#01030a 0%,#061835 48%,#02040a 100%); }
body:before { content:""; position:fixed; inset:0; pointer-events:none; background:linear-gradient(115deg,transparent,rgba(68,220,255,.045),transparent); animation:ambientSweep 8s ease-in-out infinite alternate; z-index:0; }
img { max-width:100%; height:auto; display:block; }
a { color:inherit; text-decoration:none; }
p { color:var(--muted); line-height:1.72; }
.page,.site-header,.site-footer { position:relative; z-index:2; }
.loader { position:fixed; inset:0; z-index:99999; display:grid; place-items:center; background:radial-gradient(circle at center,rgba(0,140,255,.16),#02040a 56%); animation:loaderExit .7s ease 2s forwards; }
.loader-inner { text-align:center; display:grid; place-items:center; gap:12px; }
.loader-logo { width:112px; height:112px; object-fit:contain; filter:drop-shadow(0 0 28px rgba(68,220,255,.72)); animation:loaderLogo 1.35s cubic-bezier(.2,.8,.2,1) both; }
.loader-ring { position:absolute; width:152px; height:152px; border:1px solid rgba(68,220,255,.28); border-top-color:var(--gold); border-radius:50%; animation:spin 1.4s linear infinite; }
.loader-title { font-size:1.55rem; font-weight:1000; letter-spacing:.18em; color:var(--gold); text-shadow:0 0 18px rgba(255,195,65,.52); }
.loader-line { width:190px; height:2px; border-radius:9px; background:linear-gradient(90deg,transparent,var(--cyan),var(--gold),transparent); box-shadow:0 0 18px rgba(68,220,255,.7); animation:linePulse 1.2s ease-in-out infinite; }
.loader.is-hidden { opacity:0; visibility:hidden; transition:.45s ease; }
.site-header { position:fixed; top:0; left:0; right:0; z-index:9000; background:rgba(2,6,18,.9); border-bottom:1px solid rgba(68,220,255,.22); backdrop-filter:blur(18px); animation:headerDrop .75s ease both; }
.nav-shell { width:min(1180px,calc(100% - 34px)); min-height:var(--head); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:1000; text-transform:uppercase; letter-spacing:.03em; }
.brand img { width:54px; height:54px; object-fit:contain; border-radius:8px; filter:drop-shadow(0 0 18px rgba(68,220,255,.62)); animation:brandLogo 1s ease both; }
.brand span { position:relative; color:var(--gold); white-space:nowrap; text-shadow:0 0 16px rgba(255,195,65,.6),0 0 28px rgba(68,220,255,.2); overflow:hidden; }
.brand span:after { content:""; position:absolute; inset:0 -45%; background:linear-gradient(100deg,transparent,rgba(255,255,255,.75),transparent); transform:translateX(-130%) skewX(-18deg); animation:nameShine 4.4s ease-in-out infinite; }
.nav-links { display:flex; gap:7px; flex-wrap:wrap; justify-content:flex-end; }
.nav-links a { padding:10px 11px; border-radius:8px; color:#d9eaff; font-size:.9rem; font-weight:850; transition:.25s ease; }
.nav-links a:hover,.nav-links a.is-active { background:rgba(0,140,255,.18); color:#fff; box-shadow:0 0 18px rgba(68,220,255,.18); }
.page { padding-top:var(--head); }
.container { width:min(1180px,calc(100% - 34px)); margin-inline:auto; }
.hero { min-height:calc(100vh - var(--head)); display:grid; align-items:center; padding:66px 0 60px; background:radial-gradient(circle at 76% 45%,rgba(68,220,255,.14),transparent 34%); }
.hero-grid,.page-hero-grid,.media-band,.service-detail,.contact-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(286px,.86fr); align-items:center; gap:clamp(26px,5vw,72px); }
.eyebrow { display:inline-flex; align-items:center; gap:10px; color:var(--gold); font-size:.84rem; font-weight:1000; letter-spacing:.14em; text-transform:uppercase; }
.eyebrow:before { content:""; width:28px; height:2px; border-radius:8px; background:linear-gradient(90deg,var(--cyan),var(--gold)); box-shadow:0 0 12px rgba(68,220,255,.7); }
h1,h2,h3 { color:#fff; letter-spacing:0; }
.hero h1,.page-hero h1 { margin:10px 0 16px; font-size:clamp(2.8rem,6.4vw,6.2rem); line-height:.95; font-weight:1000; background:linear-gradient(100deg,#f9fdff 0%,var(--cyan) 38%,#26f0ff 60%,var(--gold) 100%); -webkit-background-clip:text; background-clip:text; color:transparent; text-shadow:0 0 26px rgba(68,220,255,.18); animation:heroText .9s ease both; }
.hero h1 .thin { font-weight:850; }
.lead { font-size:clamp(1rem,1.45vw,1.15rem); max-width:780px; margin:0; color:#d7e8ff; }
.typing { min-height:24px; color:#fff; opacity:.96; }
.hero-actions,.page-actions,.cta-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:30px; }
.btn,.card-link { position:relative; display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 23px; border:1px solid rgba(68,220,255,.48); border-radius:8px; background:linear-gradient(135deg,#12c8ff,#087df0 72%); color:#fff; font-weight:1000; text-transform:uppercase; box-shadow:0 0 22px rgba(68,220,255,.28); overflow:hidden; transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.btn.gold { background:linear-gradient(135deg,#ffc341,#ff8a00); border-color:rgba(255,195,65,.55); box-shadow:0 0 22px rgba(255,195,65,.22); }
.btn:hover,.card-link:hover { transform:translateY(-2px); box-shadow:0 0 34px rgba(68,220,255,.48),0 0 20px rgba(255,195,65,.18); }
.btn:after,.card-link:before { content:""; position:absolute; inset:-55% auto -55% -75%; width:52%; background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent); transform:rotate(20deg); animation:buttonShine 3.8s ease-in-out infinite; }
.visual-wrap { display:grid; place-items:center; position:relative; }
.visual-wrap:before { content:""; position:absolute; width:min(520px,84vw); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(68,220,255,.18),transparent 63%); filter:blur(10px); animation:pulseGlow 4.8s ease-in-out infinite; }
.hero-logo { position:relative; width:min(392px,72vw); object-fit:contain; border-radius:8px; filter:drop-shadow(0 0 36px rgba(68,220,255,.45)); animation:float 5s ease-in-out infinite; }
.section { padding:82px 0; }
.section.alt { background:rgba(0,140,255,.055); border-block:1px solid rgba(68,220,255,.14); }
.section-heading { text-align:center; max-width:780px; margin:0 auto 34px; }
.section-heading h2 { font-size:clamp(1.9rem,3.7vw,3.15rem); line-height:1.05; margin:8px 0 10px; }
.service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.service-card,.legal-panel,.price-panel,.contact-panel,.partner-card,.feature-card { position:relative; overflow:hidden; border:1px solid rgba(68,220,255,.25); border-radius:8px; background:linear-gradient(145deg,rgba(7,22,52,.82),rgba(2,8,22,.76)); padding:24px; box-shadow:0 20px 70px rgba(0,0,0,.28); }
.service-card:before,.price-panel:before,.partner-card:before,.feature-card:before { content:""; position:absolute; inset:0; border-radius:8px; padding:1px; background:linear-gradient(120deg,rgba(68,220,255,.85),transparent,rgba(255,195,65,.62)); -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; opacity:.38; }
.service-card { min-height:306px; transform-style:preserve-3d; transition:transform .28s ease,box-shadow .28s ease; }
.service-card:hover { box-shadow:0 0 36px rgba(68,220,255,.32),0 0 26px rgba(255,195,65,.16); }
.service-card h3 { text-transform:uppercase; margin:0 0 10px; font-size:1.08rem; line-height:1.25; }
.service-icon { width:64px; height:64px; display:grid; place-items:center; margin-bottom:18px; border:1px solid rgba(68,220,255,.42); border-radius:8px; color:var(--gold); background:rgba(0,140,255,.1); box-shadow:inset 0 0 18px rgba(68,220,255,.12),0 0 18px rgba(68,220,255,.18); transform:translateZ(24px); }
.service-icon svg { width:39px; height:39px; fill:none; stroke:currentColor; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }
.price,.price-big { color:var(--gold); font-weight:1000; text-shadow:0 0 13px rgba(255,195,65,.28); }
.price { margin:12px 0 18px; }
.media-frame,.page-hero-art { border:1px solid rgba(68,220,255,.3); border-radius:8px; background:#010711; overflow:hidden; box-shadow:0 0 26px rgba(0,140,255,.24); }
.media-frame img,.page-hero-art img { width:100%; max-height:620px; object-fit:contain; }
.page-hero { padding:94px 0 72px; border-bottom:1px solid rgba(68,220,255,.14); background:radial-gradient(circle at 80% 40%,rgba(68,220,255,.13),transparent 32%); }
.price-panel { position:sticky; top:calc(var(--head) + 22px); }
.price-big { font-size:clamp(1.75rem,3vw,2.75rem); margin:10px 0 12px; }
.check-list { display:grid; gap:12px; margin:22px 0 0; padding:0; list-style:none; }
.check-list li { color:#dce9fb; }
.check-list li:before { content:"\2713"; color:var(--gold); font-weight:1000; margin-right:10px; }
.site-footer { padding:54px 0 24px; background:#010711; border-top:1px solid rgba(68,220,255,.18); }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:26px; }
.footer-logo { display:flex; align-items:center; gap:12px; font-weight:1000; }
.footer-logo img { width:54px; }
.footer-links,.footer-contact { display:grid; gap:10px; }
.footer-title { color:var(--gold); font-weight:1000; margin-bottom:10px; }
.particles { position:fixed; inset:0; pointer-events:none; overflow:hidden; z-index:1; }
.particle { position:absolute; width:3px; height:3px; border-radius:50%; background:var(--cyan); box-shadow:0 0 12px var(--cyan); animation:drift var(--speed,12s) linear infinite; }
.reveal { opacity:1; transform:none; }
.js .reveal { opacity:0; transform:translateY(24px); transition:opacity .78s ease,transform .78s ease; }
.js .reveal.is-visible { opacity:1; transform:none; }
@keyframes loaderExit { to { opacity:0; visibility:hidden; } }
@keyframes loaderLogo { from { opacity:0; transform:scale(.72) rotate(-8deg); filter:blur(10px); } to { opacity:1; transform:none; } }
@keyframes spin { to { transform:rotate(360deg); } }
@keyframes linePulse { 0%,100% { opacity:.55; transform:scaleX(.72); } 50% { opacity:1; transform:scaleX(1); } }
@keyframes headerDrop { from { transform:translateY(-100%); } to { transform:none; } }
@keyframes brandLogo { from { opacity:0; transform:scale(.82) rotate(-6deg); filter:blur(8px); } to { opacity:1; transform:none; } }
@keyframes nameShine { 0%,62% { transform:translateX(-130%) skewX(-18deg); } 78%,100% { transform:translateX(130%) skewX(-18deg); } }
@keyframes heroText { from { opacity:0; transform:translateY(26px); filter:blur(9px); } to { opacity:1; transform:none; filter:blur(0); } }
@keyframes buttonShine { 0%,55% { transform:translateX(0) rotate(20deg); } 85%,100% { transform:translateX(445%) rotate(20deg); } }
@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-13px); } }
@keyframes pulseGlow { 0%,100% { opacity:.52; transform:scale(.96); } 50% { opacity:.9; transform:scale(1.04); } }
@keyframes drift { from { transform:translateY(105vh); } to { transform:translateY(-12vh); } }
@keyframes ambientSweep { from { opacity:.38; } to { opacity:1; } }
@media (prefers-reduced-motion:reduce) { *,*:before,*:after { animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; } .loader { display:none; } .js .reveal { opacity:1; transform:none; } }
@media (max-width:980px) { .hero-grid,.page-hero-grid,.media-band,.service-detail,.contact-grid,.footer-grid { grid-template-columns:1fr; } .service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .hero { text-align:center; } .hero-actions,.page-actions,.cta-actions { justify-content:center; } .visual-wrap { order:-1; } .price-panel { position:relative; top:0; } .page-hero-art,.media-frame { max-width:560px; margin-inline:auto; } }
@media (max-width:640px) { :root { --head:118px; } .nav-shell { width:min(100% - 20px,1180px); align-items:flex-start; justify-content:center; flex-direction:column; gap:8px; padding:10px 0; } .brand img { width:44px; height:44px; } .brand span { font-size:.9rem; } .nav-links { width:100%; justify-content:flex-start; gap:2px; } .nav-links a { font-size:.75rem; padding:7px 5px; } .container { width:min(100% - 22px,1180px); } .hero { min-height:auto; padding:50px 0 56px; } .hero h1,.page-hero h1 { font-size:clamp(2.35rem,13vw,4rem); } .lead { font-size:1rem; } .service-grid { grid-template-columns:1fr; } .btn,.card-link { width:100%; min-height:48px; } .hero-actions,.page-actions,.cta-actions { display:grid; } .hero-logo { width:min(260px,78vw); } .section { padding:58px 0; } .service-card,.legal-panel,.price-panel,.contact-panel,.partner-card,.feature-card { padding:20px; } .page-hero { padding:56px 0 48px; } .media-frame img,.page-hero-art img { max-height:430px; } .loader-logo { width:92px; height:92px; } .loader-ring { width:130px; height:130px; } .loader-title { font-size:1.2rem; } }