:root{--navy:#0a1020;--navy-2:#101a31;--blue:#4d7cff;--cyan:#58d9ff;--ink:#151b2b;--muted:#687087;--line:#e6e9f0;--soft:#f5f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.page-glow{position:absolute;z-index:-1;top:-280px;right:-180px;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(77,124,255,.15),transparent 67%)}.site-header{position:relative;z-index:10;border-bottom:1px solid rgba(10,16,32,.08);background:rgba(255,255,255,.86);backdrop-filter:blur(16px)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:800;letter-spacing:-.03em}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--blue),#3154cc);box-shadow:0 8px 22px rgba(77,124,255,.3)}.brand-dot{color:var(--blue)}nav{display:flex;align-items:center;gap:30px}nav a{color:#485069;font-size:14px;font-weight:650}nav a:hover{color:var(--blue)}.nav-contact{padding:10px 17px!important;color:#fff!important;border-radius:10px;background:var(--navy)}.hero{padding:92px 0 104px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow span{width:24px;height:2px;background:currentColor}.hero h1{max-width:700px;margin:0;font-size:clamp(45px,5.6vw,76px);line-height:1.04;letter-spacing:-.055em}.hero h1 em{color:var(--blue);font-style:normal}.hero-text{max-width:620px;margin:26px 0 0;color:var(--muted);font-size:19px}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:0 22px;border-radius:12px;font-size:14px;font-weight:750;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{color:#fff;background:var(--navy);box-shadow:0 12px 30px rgba(10,16,32,.17)}.secondary{border:1px solid var(--line);background:#fff}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;padding-top:25px;border-top:1px solid var(--line)}.hero-meta div{display:flex;flex-direction:column}.hero-meta strong{font-size:13px}.hero-meta span{color:var(--muted);font-size:12px}.hero-visual{position:relative;min-height:440px;display:grid;place-items:center}.visual-window{position:relative;z-index:2;width:100%;max-width:500px;padding:0 0 28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#cbd7f5;background:linear-gradient(145deg,var(--navy-2),var(--navy));box-shadow:0 35px 80px rgba(10,16,32,.28);overflow:hidden;transform:rotate(1.5deg)}.window-bar{height:54px;display:flex;align-items:center;gap:7px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.09);color:#7683a4;font-size:12px}.window-bar i{width:9px;height:9px;border-radius:50%;background:#ff6b6b}.window-bar i:nth-child(2){background:#ffd166}.window-bar i:nth-child(3){background:#53d18b}.window-bar span{margin-left:10px}.code-line{display:grid;grid-template-columns:48px 1fr;padding:5px 25px;font:14px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace}.code-line:first-of-type{margin-top:25px}.code-line b{color:#465372;font-weight:400}.code-line mark{color:#c796ff;background:none}.code-line strong{color:#62e6a7;font-weight:500}.status-card{display:flex;align-items:center;gap:13px;width:calc(100% - 50px);margin:25px auto 0;padding:15px 17px;border:1px solid rgba(98,230,167,.25);border-radius:13px;background:rgba(98,230,167,.08)}.status-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#082517;background:#62e6a7;font-weight:900}.status-card div{display:flex;flex-direction:column}.status-card b{color:#e6fff3;font-size:13px}.status-card small{color:#8290ad}.orbit{position:absolute;border:1px solid rgba(77,124,255,.18);border-radius:50%}.orbit-one{width:480px;height:480px}.orbit-two{width:570px;height:570px}.section{padding:100px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:44px}.section-heading h2,.about-card h2,.contact-card h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.04em}.section-heading>p{max-width:450px;margin:0;color:var(--muted)}.section-heading.compact{margin-bottom:32px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.25s}.service-card:hover{transform:translateY(-5px);border-color:#bdcbf8;box-shadow:0 20px 45px rgba(31,48,93,.09)}.service-number{position:absolute;top:25px;right:25px;color:#a4aabc;font-size:12px;font-weight:700}.service-icon{display:grid;width:46px;height:46px;place-items:center;margin-bottom:26px;border-radius:13px;color:var(--blue);background:#edf2ff;font-size:21px;font-weight:800}.service-card h3{margin:0 0 10px;font-size:20px}.service-card p{margin:0;color:var(--muted)}.product-section{background:var(--soft)}.product-card{position:relative;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(28,41,76,.06);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(28,41,76,.12)}.product-logo{display:grid;width:82px;height:82px;place-items:center;border-radius:22px;background:linear-gradient(145deg,#131c35,#253c75)}.product-logo span{position:relative;width:34px;height:34px;border:5px solid #fff;border-radius:50%}.product-logo span:after{content:"";position:absolute;width:18px;height:5px;right:-15px;bottom:-8px;border-radius:4px;background:#fff;transform:rotate(45deg)}.product-label{margin:0;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-copy h3{margin:2px 0 4px;font-size:26px}.product-copy>p:last-child{margin:0;color:var(--muted)}.product-tags{display:flex;gap:8px;flex-wrap:wrap}.product-tags span{padding:7px 10px;border-radius:8px;color:#536078;background:var(--soft);font-size:11px;font-weight:700}.product-arrow{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:var(--navy);font-size:18px}.about-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;padding:52px;border:1px solid var(--line);border-radius:24px}.about-content>p{margin:0 0 30px;color:var(--muted);font-size:18px}.about-content ul{margin:0;padding:0;list-style:none}.about-content li{display:flex;gap:18px;padding:14px 0;border-top:1px solid var(--line);font-weight:650}.about-content li span{color:var(--blue);font-size:12px}.contact-section{padding:30px 0 100px}.contact-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:55px;border-radius:25px;color:#fff;background:linear-gradient(135deg,#0c1428,#172952);box-shadow:0 30px 70px rgba(10,16,32,.2)}.eyebrow.light{color:var(--cyan)}.contact-card p:not(.eyebrow){margin:13px 0 0;color:#aebbd5}.light-button{flex:none;color:var(--navy);background:#fff}.footer-wrap{min-height:110px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;border-top:1px solid var(--line)}footer p{color:var(--muted);font-size:12px}.footer-wrap>div{display:flex;justify-content:flex-end;gap:20px}.footer-wrap>div a{color:var(--muted);font-size:13px}.footer-brand{font-size:16px}.footer-brand .brand-mark{width:31px;height:31px;border-radius:9px}@media(max-width:900px){nav a:not(.nav-contact){display:none}.hero{padding-top:65px}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:380px}.section-heading{align-items:start;flex-direction:column;gap:20px}.service-grid{grid-template-columns:1fr}.product-card{grid-template-columns:auto 1fr auto}.product-tags{display:none}.about-card{grid-template-columns:1fr;gap:35px}.contact-card{align-items:flex-start;flex-direction:column}.footer-wrap{grid-template-columns:1fr;text-align:center;padding:30px 0}.footer-wrap .brand,.footer-wrap>div{justify-content:center}}@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.site-header .nav-contact{padding:8px 12px!important}.brand{font-size:17px}.hero{padding:55px 0 75px}.hero h1{font-size:43px}.hero-text{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-meta{grid-template-columns:1fr;gap:12px}.hero-visual{min-height:310px}.visual-window{transform:none}.orbit{display:none}.code-line{padding-left:15px;padding-right:15px}.section{padding:72px 0}.product-card{grid-template-columns:auto 1fr;padding:20px;gap:16px}.product-logo{width:58px;height:58px;border-radius:16px}.product-logo span{transform:scale(.72)}.product-arrow{display:none}.product-copy h3{font-size:21px}.about-card,.contact-card{padding:28px}.footer-wrap{min-height:auto}}
