*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#07090d;--bg2:#0b0f16;--panel:#0f141d;--line:rgba(255,255,255,.09);
  --text:#f6f7fb;--muted:#9ca6b8;--accent:#ff5b2e;--accent2:#ff8b4d;
}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);
  overflow-x:hidden;line-height:1.6;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,91,46,.08),transparent 28%),
    radial-gradient(circle at 85% 35%,rgba(93,77,255,.06),transparent 30%);
}
.noise{
  position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.035;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}
a{text-decoration:none;color:inherit}
.site-header{
  position:fixed;top:0;left:0;width:100%;z-index:50;display:flex;align-items:center;
  justify-content:space-between;padding:20px 5.5%;background:rgba(7,9,13,.72);
  backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s;
}
.site-header.scrolled{border-color:var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand-mark{
  width:38px;height:38px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--accent2));font:700 14px 'Space Grotesk';
  box-shadow:0 8px 35px rgba(255,91,46,.25)
}
.brand-text{letter-spacing:-.3px}
.nav{display:flex;gap:30px;color:#c8ced8;font-size:14px;font-weight:600}
.nav a:hover{color:#fff}
.header-cta{
  padding:11px 18px;border-radius:999px;border:1px solid var(--line);font-size:14px;
  font-weight:700;background:rgba(255,255,255,.04)
}
.menu-btn{display:none;background:none;border:0;color:white;font-size:25px}
.hero{
  min-height:100vh;padding:150px 6% 90px;display:grid;grid-template-columns:1.15fr .85fr;
  gap:70px;align-items:center;position:relative;max-width:1500px;margin:auto
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);z-index:-1}
.hero-glow-one{width:430px;height:430px;background:rgba(255,74,24,.14);left:-120px;top:160px}
.hero-glow-two{width:350px;height:350px;background:rgba(79,70,229,.10);right:-80px;bottom:80px}
.eyebrow,.section-kicker{
  text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:2.2px;color:#c7ceda
}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 20px var(--accent)}
.hero h1,.section h2{font-family:'Space Grotesk',sans-serif;letter-spacing:-3px;line-height:.98}
.hero h1{font-size:clamp(54px,7vw,100px);max-width:900px}
.hero h1 span{color:transparent;background:linear-gradient(90deg,#fff 5%,#ff9c7e 45%,#ff5b2e 100%);-webkit-background-clip:text;background-clip:text}
.hero p{max-width:680px;font-size:18px;color:var(--muted);margin:30px 0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{padding:14px 21px;border-radius:14px;font-weight:800;font-size:14px;display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--accent),#ff7644);color:white;box-shadow:0 12px 40px rgba(255,91,46,.22)}
.btn-secondary{background:rgba(255,255,255,.04);border-color:var(--line)}
.hero-stats{display:flex;gap:40px;margin-top:56px;border-top:1px solid var(--line);padding-top:22px}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats strong{font:700 17px 'Space Grotesk'}
.hero-stats span{font-size:12px;color:#7f8998}
.hero-card-wrap{display:flex;justify-content:center}
.hero-card{
  width:min(470px,100%);height:560px;border:1px solid var(--line);border-radius:32px;
  background:linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.02));
  backdrop-filter:blur(20px);box-shadow:0 30px 90px rgba(0,0,0,.5);overflow:hidden;
  position:relative
}
.hero-card:before{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;
  background:rgba(255,91,46,.2);filter:blur(80px);right:-80px;top:80px
}
.card-top{display:flex;align-items:center;gap:10px;padding:24px;border-bottom:1px solid var(--line);font-size:13px}
.status-dot{width:8px;height:8px;border-radius:50%;background:#55e08a;box-shadow:0 0 15px #55e08a}
.status{margin-left:auto;font-size:10px;letter-spacing:1.2px;color:#55e08a}
.card-center{height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.orb{
  width:175px;height:175px;border-radius:50%;display:grid;place-items:center;
  background:radial-gradient(circle at 30% 30%,#ff9f7b,#ff5b2e 40%,#8c230b 75%,#2b0b05);
  box-shadow:0 0 0 18px rgba(255,91,46,.04),0 0 80px rgba(255,91,46,.35);
  margin-bottom:35px
}
.orb span{font:700 44px 'Space Grotesk';letter-spacing:-2px}
.card-center h3{font:700 25px 'Space Grotesk';margin-bottom:6px}
.card-center p{margin:0;font-size:13px}
.card-bottom{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.card-bottom div{padding:18px;text-align:center;border-right:1px solid var(--line)}
.card-bottom div:last-child{border-right:0}
.card-bottom span{display:block;font:700 17px 'Space Grotesk'}
.card-bottom small{color:#7d8798}
.logos-strip{
  border-block:1px solid var(--line);padding:22px 3%;display:flex;gap:28px;justify-content:center;
  flex-wrap:wrap;color:#6f7887;font:700 11px 'Space Grotesk';letter-spacing:1.6px
}
.logos-strip i{color:var(--accent);font-style:normal}
.section{max-width:1400px;margin:auto;padding:120px 6%}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}
.section h2{font-size:clamp(44px,5vw,70px);margin-top:14px}
.section-head>p{max-width:460px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  position:relative;padding:34px;min-height:350px;border:1px solid var(--line);border-radius:25px;
  background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.015));
  transition:.35s;overflow:hidden
}
.service-card:after{content:"";position:absolute;width:170px;height:170px;right:-60px;bottom:-80px;border-radius:50%;background:rgba(255,91,46,.08);filter:blur(35px)}
.service-card:hover{transform:translateY(-8px);border-color:rgba(255,91,46,.28)}
.service-number{font:700 12px 'Space Grotesk';color:#646d7b}
.service-icon{font-size:34px;margin:58px 0 20px;color:#ff7a50}
.service-card h3{font:700 25px 'Space Grotesk';margin-bottom:12px}
.service-card p{color:var(--muted);font-size:14px}
.service-card a{position:absolute;bottom:30px;font-size:13px;font-weight:800}
.projects{padding-top:80px}
.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}
.project-card{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:var(--panel)}
.project-main{grid-row:span 2}
.project-visual{height:300px;display:grid;place-items:center;position:relative;overflow:hidden}
.project-main .project-visual{height:560px}
.gradient-a{background:radial-gradient(circle at 50% 30%,#51302a,#181116 55%,#0c0e13)}
.gradient-b{background:radial-gradient(circle at 50% 20%,#33275d,#14131d 60%,#0d0f14)}
.gradient-c{background:radial-gradient(circle at 50% 30%,#1f4851,#11191d 60%,#0c0f12)}
.project-info{padding:26px}
.project-info span{font-size:10px;letter-spacing:1.5px;font-weight:800;color:#7f8997}
.project-info h3{font:700 24px 'Space Grotesk';margin:7px 0}
.project-info p{font-size:13px;color:var(--muted)}
.launcher-window{width:78%;height:55%;background:#10141b;border:1px solid rgba(255,255,255,.15);border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.5);transform:rotate(-3deg)}
.window-bar{height:34px;display:flex;gap:5px;align-items:center;padding:0 12px;border-bottom:1px solid var(--line)}
.window-bar span{width:7px;height:7px;border-radius:50%;background:#4a5360}
.window-content{height:calc(100% - 34px);display:flex}
.mini-sidebar{width:22%;border-right:1px solid var(--line);background:#0d1117}
.mini-main{padding:22px;width:78%}
.mini-title{width:45%;height:11px;border-radius:5px;background:#373e49;margin-bottom:16px}
.mini-banner{height:42%;border-radius:11px;background:linear-gradient(135deg,#ff5b2e,#4d1a10)}
.mini-row{display:flex;gap:10px;margin-top:14px}
.mini-row i{height:42px;flex:1;background:#1d232d;border-radius:8px}
.phone{width:150px;height:255px;border:5px solid #232833;background:#0e1218;border-radius:29px;box-shadow:0 25px 50px rgba(0,0,0,.5);transform:rotate(8deg);padding:9px}
.phone-top{width:45px;height:6px;background:#2b313b;border-radius:8px;margin:0 auto 10px}
.phone-screen{height:210px;border-radius:17px;background:#151a23;padding:10px}
.phone-hero{height:70px;border-radius:10px;background:linear-gradient(135deg,#5d4ee8,#a64cff);margin-bottom:10px}
.phone-line{height:7px;background:#414958;border-radius:6px;margin:7px 0}
.phone-line.short{width:60%}
.phone-cards{display:flex;gap:6px;margin-top:12px}
.phone-cards i{height:54px;flex:1;border-radius:8px;background:#252c38}
.social-stack{position:relative;width:210px;height:170px}
.social-card{position:absolute;width:170px;height:105px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:#14242a;box-shadow:0 20px 40px rgba(0,0,0,.35)}
.social-card:nth-child(1){left:0;top:38px;transform:rotate(-9deg)}
.social-card:nth-child(2){right:0;top:18px;transform:rotate(9deg);background:#18252d}
.social-card:nth-child(3){left:20px;top:0;background:linear-gradient(135deg,#1a3840,#183039)}
.about-panel{
  border:1px solid var(--line);border-radius:32px;padding:60px;display:grid;
  grid-template-columns:1.1fr .9fr;gap:40px;background:linear-gradient(135deg,#10151d,#0c0f14)
}
.about-copy h2 span{color:#7d8798}
.about-copy p{color:var(--muted);max-width:630px;margin:25px 0}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;color:#d7dbe2;font-size:14px}
.check-grid span::first-letter{color:var(--accent)}
.about-visual{position:relative;min-height:380px;display:grid;place-items:center}
.big-mark{
  width:240px;height:240px;border-radius:48px;display:grid;place-items:center;
  background:linear-gradient(135deg,#ff7c51,#ff4a18 60%,#8e2108);font:700 68px 'Space Grotesk';
  transform:rotate(-8deg);box-shadow:0 35px 70px rgba(255,91,46,.2)
}
.float-tag{position:absolute;padding:10px 14px;border:1px solid var(--line);background:#131821;border-radius:999px;font:700 10px 'Space Grotesk';letter-spacing:1.3px}
.tag-one{top:18%;left:8%}.tag-two{right:5%;top:44%}.tag-three{left:18%;bottom:7%}
.contact-box{
  border:1px solid var(--line);border-radius:32px;padding:65px;display:grid;
  grid-template-columns:.8fr 1.2fr;gap:70px;background:
  radial-gradient(circle at 0 0,rgba(255,91,46,.12),transparent 30%),#0d1117
}
.contact-box>div>p{color:var(--muted);margin-top:20px;max-width:420px}
.contact-form{display:flex;flex-direction:column;gap:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,textarea{
  width:100%;border:1px solid var(--line);background:#0a0d12;color:#fff;
  border-radius:14px;padding:15px 16px;font:500 14px 'Inter';outline:none
}
input:focus,textarea:focus{border-color:rgba(255,91,46,.5)}
textarea{resize:vertical}
.contact-form .btn{align-self:flex-start;margin-top:4px}
.form-note{font-size:11px;color:#6f7887}
footer{
  max-width:1400px;margin:auto;padding:42px 6%;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;align-items:center;gap:30px;color:#7b8594;font-size:12px
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{color:#fff}
.footer-links{display:flex;gap:22px}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width: 1000px){
  .nav,.header-cta{display:none}.menu-btn{display:block}
  .nav.open{
    display:flex;position:absolute;top:78px;left:4%;right:4%;flex-direction:column;
    background:#0d1117;border:1px solid var(--line);border-radius:18px;padding:20px
  }
  .hero{grid-template-columns:1fr;padding-top:130px}
  .hero-card-wrap{margin-top:10px}
  .service-grid{grid-template-columns:1fr}
  .project-grid{grid-template-columns:1fr}.project-main{grid-row:auto}
  .section-head{align-items:start;flex-direction:column}
  .about-panel,.contact-box{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .site-header{padding:16px 5%}.brand-text{font-size:14px}
  .hero{padding:120px 5% 70px;gap:45px}
  .hero h1{font-size:49px;letter-spacing:-2px}
  .hero p{font-size:16px}.hero-stats{gap:18px;flex-wrap:wrap}
  .hero-card{height:500px}.card-center{height:340px}.orb{width:145px;height:145px}
  .section{padding:85px 5%}.section h2{font-size:43px;letter-spacing:-2px}
  .project-main .project-visual{height:400px}
  .about-panel,.contact-box{padding:30px 22px}.form-row{grid-template-columns:1fr}
  .check-grid{grid-template-columns:1fr}.about-visual{min-height:300px}
  .big-mark{width:180px;height:180px}
  footer{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}
}
