*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#080b10;color:#eef2f7;line-height:1.6;overflow-x:hidden}

.ambient{position:fixed;width:500px;height:500px;border-radius:50%;filter:blur(120px);opacity:.12;pointer-events:none;z-index:-1}
.ambient-a{background:#2768ff;top:-180px;right:-100px}
.ambient-b{background:#4d37d8;left:-220px;top:45%;opacity:.08}

a{text-decoration:none;color:inherit}

/* HEADER & LOGO FIX */
.site-header{height:78px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,76px);background:rgba(8,11,16,.78);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;color:#fff}
.brand-mark{display:grid;place-items:center;width:35px;height:35px;border:1px solid rgba(140,168,255,.45);border-radius:10px;color:#8ca8ff;background:rgba(140,168,255,.05)}
.brand strong{display:block;font-size:15px;letter-spacing:.2px}
.brand small{display:block;font-size:8px;letter-spacing:3px;color:#7e8796}

.nav{display:flex;gap:32px;color:#9da6b4;font-size:13px}
.nav a{transition:.2s}
.nav a:hover{color:#fff}

.header-cta{font-size:12px;padding:10px 16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.035)}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:22px}

/* MAIN LAYOUT */
.section{width:min(1160px,calc(100% - 40px));margin:auto}
.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding-top:70px;padding-bottom:80px}
.eyebrow{font-size:10px;letter-spacing:2.5px;color:#7f8ba0;font-weight:700}
.eyebrow span{display:inline-block;width:6px;height:6px;background:#7c9cff;border-radius:50%;margin-right:8px}
.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-3.5px;margin:18px 0}
.hero h1 em,.section-heading h2 em,.about h2 em,.contact h2 em{font-style:normal;color:#8ca8ff}
.hero-text{max-width:600px;color:#929cab;font-size:16px}
.hero-actions{display:flex;gap:12px;margin-top:30px}

.btn{display:inline-flex;align-items:center;gap:14px;padding:13px 18px;border-radius:9px;font-size:12px;font-weight:700;transition:.25s}
.btn.primary{background:#eaf0ff;color:#0a0e15}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(119,151,255,.15)}
.btn.secondary{border:1px solid rgba(255,255,255,.1);color:#c8ced8}

.hero-note{margin-top:23px;color:#687282;font-size:11px}
.status-dot{display:inline-block;width:7px;height:7px;background:#5fda9b;border-radius:50%;margin-right:8px;box-shadow:0 0 12px #5fda9b}

/* HERO PANEL */
.hero-panel{border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(15,19,27,.75);box-shadow:0 25px 80px rgba(0,0,0,.28);overflow:hidden}
.panel-top,.panel-footer,.code-head{display:flex;justify-content:space-between;align-items:center;color:#707b8d;font-size:9px;letter-spacing:1.4px}
.panel-top{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06)}
.live{color:#5fda9b}
.code-window{margin:18px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#090c11;overflow:hidden}
.code-head{padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.06);letter-spacing:0}
.code-window pre{padding:24px 22px 30px;color:#c7cfda;font:12px/2.1 ui-monospace,SFMono-Regular,Consolas,monospace}
.muted{color:#647086}.key{color:#a9b9df}.value{color:#b9d6ff}.ok{color:#67d7a0}
.panel-footer{padding:0 18px 16px;letter-spacing:0}

/* STATS */
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.stats div{padding:28px 20px;border-right:1px solid rgba(255,255,255,.07)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:22px}
.stats span{color:#697383;font-size:11px}

/* SERVICES */
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;padding:130px 0 48px}
.section-heading h2{font-size:43px;line-height:1.1;letter-spacing:-1.8px;margin-top:10px}
.section-heading p{max-width:410px;color:#7e8796;font-size:13px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.service-card{min-height:300px;padding:24px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018);border-radius:12px;position:relative;transition:.25s}
.service-card:hover{border-color:rgba(132,158,255,.3);transform:translateY(-3px)}
.service-card.featured{background:linear-gradient(145deg,rgba(103,132,255,.12),rgba(255,255,255,.018))}
.service-number{position:absolute;top:20px;right:20px;color:#535e6f;font-size:10px}
.icon{font-size:27px;color:#91aaff;margin:25px 0 32px}
.service-card h3{font-size:16px;margin-bottom:9px}
.service-card p{font-size:12px;color:#7c8695;min-height:78px}
.service-card a{font-size:11px;color:#a9b9e8}
.service-card a span{margin-left:8px}

/* ABOUT */
.about{padding-top:120px}
.about-card{padding:70px clamp(25px,7vw,90px);border:1px solid rgba(255,255,255,.08);border-radius:15px;background:linear-gradient(130deg,rgba(91,118,220,.09),rgba(255,255,255,.015))}
.about h2,.contact h2{font-size:43px;line-height:1.12;letter-spacing:-1.7px;margin:15px 0}
.about-card p{max-width:700px;color:#7f8998;font-size:13px}
.about-points{display:flex;gap:30px;margin-top:35px;color:#a7b0bd;font-size:10px;letter-spacing:1px}

/* FAQ */
.faq-section{padding-bottom:130px}
.faq{border-top:1px solid rgba(255,255,255,.08)}
details{border-bottom:1px solid rgba(255,255,255,.08);padding:20px 0}
summary{cursor:pointer;list-style:none;font-size:13px;font-weight:600}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";float:right;color:#748096}
details[open] summary:after{content:"−"}
details p{padding-top:12px;color:#788393;font-size:12px;max-width:750px}

/* CONTACT & FOOTER */
.contact{margin-bottom:100px;padding:70px clamp(25px,7vw,85px);display:flex;justify-content:space-between;align-items:end;gap:40px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#0c1017}
.contact p{max-width:590px;color:#7e8897;font-size:13px}
.contact-actions{text-align:right}
.btn.large{padding:15px 20px}
.contact-actions>span{display:block;color:#586273;font-size:9px;margin-top:12px;letter-spacing:1px}

footer{width:min(1160px,calc(100% - 40px));margin:auto;padding:25px 0 40px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center;color:#566172;font-size:9px}
.footer-brand{display:flex;align-items:center;gap:9px;color:#9ca6b6}

/* RESPONSIVE */
@media(max-width:900px){
  .nav,.header-cta{display:none}
  .menu-btn{display:block}
  .hero{grid-template-columns:1fr;padding-top:50px}
  .hero-panel{max-width:700px}
  .service-grid{grid-template-columns:1fr 1fr}
  .contact{flex-direction:column;align-items:start}
  .contact-actions{text-align:left}
  .stats{grid-template-columns:1fr 1fr}
  .stats div:nth-child(2){border-right:0}
  .stats div:nth-child(1),.stats div:nth-child(2){border-bottom:1px solid rgba(255,255,255,.07)}
}
@media(max-width:600px){
  .hero h1{font-size:46px;letter-spacing:-2.5px}
  .section-heading{display:block;padding-top:90px}
  .section-heading h2,.about h2,.contact h2{font-size:34px}
  .service-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{justify-content:center}
  .about-points{flex-direction:column;gap:10px}
  footer{flex-direction:column;gap:15px;align-items:flex-start}
}