:root{
  --bg:#07110f;
  --bg-deep:#040806;
  --surface:#0b1714;
  --surface-2:#10231d;
  --line:rgba(255,255,255,.08);
  --text:#f4fff8;
  --muted:#a7b8b0;
  --green:#32f087;
  --green-2:#18c86b;
  --cyan:#47d8ff;
  --shadow:0 25px 90px rgba(0,0,0,.34);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg-deep),var(--bg) 42%,#050a08);
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.site-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 18%,rgba(71,216,255,.08),transparent 22%),
    radial-gradient(circle at 85% 12%,rgba(50,240,135,.14),transparent 28%),
    radial-gradient(circle at 75% 65%,rgba(50,240,135,.08),transparent 24%),
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:auto,auto,auto,56px 56px,56px 56px;
  mask-image:linear-gradient(180deg,#000,transparent 92%);
}
.container{width:min(1200px,calc(100% - 30px));margin:auto}
.header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(5,10,8,.72);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  letter-spacing:.04em;
}
.brand img{width:48px;height:48px;object-fit:contain}
.brand strong{
  color:var(--green);
  text-shadow:0 0 18px rgba(50,240,135,.16);
}
.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  color:#d5e6dd;
  font-size:.92rem;
  font-weight:700;
}
.nav-links a:hover{color:var(--green)}
.mobile-cta{display:none}
.btn{
  min-height:52px;
  padding:14px 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:16px;
  border:1px solid transparent;
  background:linear-gradient(135deg,var(--green),var(--green-2));
  color:#041009;
  font-weight:900;
  box-shadow:0 18px 40px rgba(50,240,135,.16);
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
.btn-outline{
  background:rgba(255,255,255,.02);
  color:var(--text);
  border-color:rgba(50,240,135,.26);
  box-shadow:none;
}
.btn-small{min-height:44px;padding:10px 16px;border-radius:14px}
.btn-block{width:100%}
.hero{
  position:relative;
  padding:58px 0 34px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  align-items:center;
  gap:40px;
  min-height:calc(100vh - 110px);
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  color:#ccffe1;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.eyebrow span{
  width:8px;height:8px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px var(--green);
}
.hero h1{
  margin:0 0 18px;
  font-size:clamp(3.1rem,7vw,6.8rem);
  line-height:.9;
  letter-spacing:-.075em;
}
.hero h1 span{
  display:block;
  color:var(--green);
  text-shadow:0 0 36px rgba(50,240,135,.18);
}
.hero-text{
  max-width:640px;
  margin:0 0 28px;
  color:#c7d8cf;
  font-size:clamp(1rem,1.5vw,1.16rem);
  line-height:1.65;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:22px;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-badges span{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#d8e8e0;
  font-size:.82rem;
  font-weight:700;
}
.hero-card{
  position:relative;
  overflow:hidden;
  min-height:590px;
  border:1px solid rgba(50,240,135,.20);
  border-radius:32px;
  background:
    linear-gradient(180deg,rgba(4,9,7,.08),rgba(4,9,7,.78)),
    url("https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  box-shadow:var(--shadow);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 78% 18%,rgba(71,216,255,.12),transparent 18%),
    radial-gradient(circle at 24% 72%,rgba(50,240,135,.18),transparent 22%),
    linear-gradient(180deg,transparent,rgba(4,9,7,.88));
}
.hero-mini{
  position:absolute;
  z-index:2;
  max-width:320px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(6,15,12,.74);
  backdrop-filter:blur(16px);
}
.hero-mini small{
  display:block;
  margin-bottom:8px;
  color:var(--green);
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.12em;
}
.hero-mini strong{
  display:block;
  margin-bottom:8px;
  font-size:1.08rem;
}
.hero-mini p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
}
.hero-mini-top{top:24px;left:24px}
.hero-mini-bottom{
  right:24px;bottom:24px;
  max-width:360px;
  display:flex;align-items:end;justify-content:space-between;gap:16px;
}
.hero-mini-bottom span{
  color:#d2e3da;
  font-size:.78rem;
  text-align:right;
}
.stats{padding:18px 0 8px}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.stat-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(16,35,29,.85),rgba(8,18,15,.85));
}
.stat-card strong{
  display:block;
  margin-bottom:8px;
  font-size:1.05rem;
}
.stat-card span{
  color:var(--muted);
  line-height:1.55;
}
.section{padding:78px 0}
.section-alt{
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.015) 40%,rgba(255,255,255,0));
}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.section-head h2{
  margin:0;
  font-size:clamp(2rem,4.4vw,3.4rem);
  line-height:1;
  letter-spacing:-.05em;
}
.section-head p{
  margin:0;
  max-width:520px;
  color:var(--muted);
  line-height:1.65;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(16,35,29,.90),rgba(8,18,15,.88));
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.service-image{
  height:220px;
  background-position:center;
  background-size:cover;
}
.service-content{padding:22px}
.service-icon{
  width:48px;height:48px;display:grid;place-items:center;
  margin-bottom:14px;
  border-radius:14px;
  background:rgba(50,240,135,.10);
  border:1px solid rgba(50,240,135,.20);
  color:var(--green);
  font-size:1.35rem;
}
.service-content h3{margin:0 0 10px;font-size:1.2rem}
.service-content p{margin:0;color:var(--muted);line-height:1.6}
.split-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
}
.muted{color:var(--muted);line-height:1.7}
.feature-list{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.feature-item{
  padding:18px 18px 18px 20px;
  border-left:3px solid var(--green);
  border-radius:0 16px 16px 0;
  background:rgba(255,255,255,.025);
}
.feature-item strong{display:block;margin-bottom:6px}
.feature-item p{margin:0;color:var(--muted)}
.gallery-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:16px;
}
.gallery-card{
  min-height:220px;
  border-radius:24px;
  border:1px solid var(--line);
  background-position:center;
  background-size:cover;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.gallery-card.large{
  grid-row:span 2;
  min-height:460px;
}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.step-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(14,28,23,.85),rgba(6,14,11,.86));
}
.step-card span{
  display:inline-block;
  margin-bottom:12px;
  color:var(--green);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
}
.step-card h3{
  margin:0 0 10px;
  font-size:1.06rem;
}
.step-card p{
  margin:0;
  color:var(--muted);
  line-height:1.58;
}
.cta-section{padding-top:24px;padding-bottom:80px}
.cta-box{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:24px;
  padding:34px;
  border:1px solid rgba(50,240,135,.22);
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 12%,rgba(50,240,135,.14),transparent 22%),
    linear-gradient(135deg,rgba(16,35,29,.94),rgba(4,10,8,.94));
  box-shadow:var(--shadow);
}
.cta-box h2{
  margin:0 0 10px;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1;
}
.cta-box p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  max-width:720px;
}
.cta-actions{
  display:grid;
  gap:12px;
  align-content:center;
}
.footer{
  padding:26px 0 40px;
  border-top:1px solid rgba(255,255,255,.07);
}
.footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.footer-row p{
  margin:6px 0 0;
  color:#90a29a;
}
.footer img{
  width:54px;height:54px;object-fit:contain;opacity:.95;
}
@media (max-width:1080px){
  .hero-grid,.split-grid,.cta-box{grid-template-columns:1fr}
  .services-grid,.steps-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-card.large{grid-row:auto;min-height:280px}
  .hero-card{min-height:500px}
}
@media (max-width:760px){
  .nav{height:68px}
  .nav-links a:not(.btn){display:none}
  .nav-links .btn{display:none}
  .mobile-cta{display:inline-flex}
  .hero{padding-top:34px}
  .hero-grid{min-height:auto;gap:24px}
  .hero-card{min-height:360px;border-radius:24px}
  .hero-mini{max-width:none}
  .hero-mini-top{top:14px;left:14px;right:14px}
  .hero-mini-bottom{
    left:14px;right:14px;bottom:14px;
    flex-direction:column;align-items:flex-start;
  }
  .stats-grid,.services-grid,.steps-grid{grid-template-columns:1fr}
  .section{padding:60px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-card,.gallery-card.large{min-height:220px}
  .cta-box{padding:24px}
}
@media (max-width:520px){
  .container{width:min(100% - 22px,1200px)}
  .brand img{width:42px;height:42px}
  .brand span{font-size:.82rem}
  .hero h1{font-size:2.8rem}
  .hero-badges span{width:100%;justify-content:center;text-align:center}
  .hero-actions .btn{width:100%}
  .btn{min-height:50px}
  .hero-card{min-height:320px}
  .service-image{height:180px}
  .footer-row{align-items:flex-start;flex-direction:column}
}
