:root {
  --bg: #07111f;
  --bg-soft: #0c1b2d;
  --card: rgba(255, 255, 255, 0.055);
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #eef5ff;
  --muted: #9eb0c8;
  --primary: #23b7d8;
  --primary-2: #6078ff;
  --accent: #75e6c7;
  --white: #ffffff;
  --dark-text: #101827;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(35, 183, 216, 0.08), transparent 32%),
    radial-gradient(circle at 90% 30%, rgba(96, 120, 255, 0.09), transparent 28%),
    var(--bg);
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.page-glow {
  position: fixed;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .12;
  pointer-events: none;
  z-index: -1;
}
.glow-one { top: -180px; left: -150px; background: var(--primary); }
.glow-two { right: -200px; top: 320px; background: var(--primary-2); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Montserrat", sans-serif; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #05101b;
  font-weight: 800;
  font-size: 21px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  box-shadow: 0 8px 25px rgba(35,183,216,.25);
}
.brand-text { font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.brand-text span { color: var(--primary); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #c7d4e5; font-size: 14px; font-weight: 600; transition: .25s; }
.main-nav a:hover { color: var(--white); }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(117,230,199,.35); border-radius: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { padding: 110px 0 95px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(117,230,199,.2);
  border-radius: 30px;
  color: #b9e9dd;
  font-size: 13px;
  font-weight: 600;
  background: rgba(117,230,199,.06);
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 15px var(--accent); }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.15; margin-top: 0; }
.hero h1 { margin: 23px 0; font-size: clamp(46px, 6vw, 78px); letter-spacing: -3.5px; max-width: 780px; }
.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-text { color: var(--muted); max-width: 680px; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 42px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #06121d; background: linear-gradient(135deg, var(--accent), var(--primary)); box-shadow: 0 13px 35px rgba(35,183,216,.22); }
.btn-secondary { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.hero-badges { display: flex; gap: 30px; }
.hero-badges div { display: flex; flex-direction: column; }
.hero-badges strong { font-size: 15px; }
.hero-badges span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.code-window {
  width: 100%;
  max-width: 540px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(6, 16, 29, .9);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.window-bar { height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff6a6a; }
.window-bar span:nth-child(2) { background: #ffc55f; }
.window-bar span:nth-child(3) { background: #66d68f; }
.window-bar small { margin-left: auto; color: #788ba4; }
.code-body { padding: 30px; font-family: Consolas, monospace; font-size: 14px; line-height: 1.8; }
.code-body p { margin: 0; color: #c9d6e8; }
.code-body i { display: inline-block; width: 34px; color: #40536c; font-style: normal; user-select: none; }
.code-blue { color: #68d9ff; }
.code-green { color: #75e6c7; }
.code-orange { color: #ff9c6e; }
.code-yellow { color: #ffe18d; }
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(13, 29, 48, .92);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.floating-card > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #07111f;
  background: var(--accent);
  font-weight: 800;
}
.floating-card div { display: flex; flex-direction: column; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.card-one { left: -20px; bottom: 70px; }
.card-two { right: -25px; top: 70px; }

.trusted { border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); padding: 28px 0; background: rgba(255,255,255,.015); }
.trusted .container { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.trusted p { color: var(--muted); font-size: 13px; margin: 0; }
.tech-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; }
.tech-list span { color: #71859f; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > span, .section-label { color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.section-heading h2, .why-content h2, .contact-box h2 { margin: 12px 0 18px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -2px; }
.section-heading p, .why-content p { color: var(--muted); font-size: 17px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative;
  padding: 30px;
  min-height: 290px;
  border: 1px solid var(--card-border);
  border-radius: 18px;
  background: var(--card);
  overflow: hidden;
  transition: transform .3s, border-color .3s, background .3s;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--primary);
  filter: blur(75px);
  opacity: 0;
  transition: .3s;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(35,183,216,.35); background: rgba(255,255,255,.07); }
.service-card:hover::after { opacity: .12; }
.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 35px;
  border-radius: 13px;
  color: var(--accent);
  background: rgba(117,230,199,.08);
  border: 1px solid rgba(117,230,199,.15);
  font-family: "Montserrat";
  font-size: 13px;
}
.service-card h3 { font-size: 20px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card > span { display: block; margin-top: 22px; color: #6f87a3; font-size: 11px; }

.dark-panel { position: relative; background: linear-gradient(145deg, rgba(15, 34, 55, .8), rgba(8, 20, 35, .88)); border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 14px; }
.check-list li { color: #c7d4e5; }
.check-list span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 7px; color: #07111f; background: var(--accent); font-size: 12px; font-weight: 800; }
.stats-card { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--card-border); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.035); }
.metric { min-height: 160px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); }
.metric:nth-child(2n) { border-right: 0; }
.metric:nth-child(n+3) { border-bottom: 0; }
.metric strong { font-family: "Montserrat"; font-size: 34px; color: var(--accent); }
.metric span { color: var(--muted); font-size: 13px; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-item { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-item b { color: var(--primary); font-size: 13px; }
.process-item h3 { margin: 22px 0 12px; font-size: 21px; }
.process-item p { color: var(--muted); font-size: 14px; }

.contact-section { padding: 40px 0 100px; }
.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 58px;
  border-radius: 25px;
  color: var(--dark-text);
  background: linear-gradient(135deg, var(--accent), #87d6f4);
  box-shadow: 0 25px 80px rgba(35,183,216,.18);
}
.contact-box h2 { max-width: 690px; margin-bottom: 12px; }
.contact-box p { margin: 0; color: rgba(16,24,39,.68); }
.contact-box .section-label { color: rgba(16,24,39,.6); }
.contact-actions { min-width: 235px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.btn-light { width: 100%; color: var(--text); background: var(--bg); }
.text-link { color: rgba(16,24,39,.72); font-size: 13px; font-weight: 700; }

footer { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.07); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 17px; }
.footer-brand .brand-text { font-size: 17px; }
footer p, footer > div > a:last-child { color: #72869e; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .hero-grid, .why-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 75px; }
  .hero-visual { min-height: 460px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-box { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; align-items: flex-start; }
  .btn-light { width: auto; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    background: rgba(7,17,31,.98);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .nav-cta { text-align: center; }
  .hero { padding: 65px 0 70px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-text { font-size: 16px; }
  .hero-badges { gap: 18px; }
  .hero-visual { min-height: 390px; }
  .code-window { transform: none; }
  .code-body { padding: 20px 14px; font-size: 11px; }
  .floating-card { min-width: 160px; padding: 10px; }
  .card-one { left: 0; bottom: 25px; }
  .card-two { right: 0; top: 35px; }
  .trusted .container { flex-direction: column; align-items: flex-start; }
  .tech-list { justify-content: flex-start; gap: 18px; }
  .section { padding: 80px 0; }
  .services-grid, .stats-card, .process-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--card-border) !important; }
  .metric:last-child { border-bottom: 0 !important; }
  .contact-box { padding: 34px 24px; }
  .contact-box h2 { font-size: 32px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
