:root {
  --bg: #080b16;
  --bg-soft: #0d1326;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.13);
  --text: #f7f8ff;
  --muted: #aeb8d4;
  --line: rgba(255, 255, 255, 0.14);
  --primary: #5cf2c8;
  --primary-2: #67a5ff;
  --accent: #b985ff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 15% 10%, rgba(103, 165, 255, 0.2), transparent 28%),
              radial-gradient(circle at 85% 0%, rgba(185, 133, 255, 0.22), transparent 26%),
              linear-gradient(180deg, #080b16 0%, #090d1a 45%, #0a101f 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; }

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}
.orb-one { background: var(--primary-2); left: -160px; top: 180px; }
.orb-two { background: var(--accent); right: -140px; bottom: 80px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 24px;
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #06111c;
  box-shadow: 0 14px 45px rgba(92, 242, 200, 0.25);
}
.brand-text { font-size: 1.2rem; }

.nav { display: flex; align-items: center; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.055); }
.nav a { padding: 10px 14px; color: var(--muted); border-radius: 999px; font-size: 0.94rem; transition: 0.2s ease; }
.nav a:hover { color: var(--text); background: rgba(255,255,255,0.08); }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.nav-toggle span { display: block; height: 2px; margin: 6px; background: var(--text); }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 96px 24px; }
.hero { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 48px; align-items: center; padding-top: 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 700; font-size: 0.83rem; letter-spacing: 0.08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--primary); box-shadow: 0 0 18px var(--primary); }
h1, h2, h3 { margin: 0; letter-spacing: -0.055em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); line-height: 0.92; margin-top: 18px; }
h2 { font-size: clamp(2.1rem, 4vw, 4.1rem); line-height: 1; }
h3 { font-size: 1.28rem; }
.hero-copy p { max-width: 620px; font-size: 1.08rem; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #06111c; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 18px 55px rgba(92, 242, 200, 0.22); }
.btn.ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,0.055); }
.btn.full { width: 100%; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span { color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,0.045); }

.hero-panel, .kloc-card, .cta-card, .service-card, .value-item, .process-step {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.055));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.hero-panel { border-radius: var(--radius-xl); padding: 22px; transform: rotate(1deg); }
.panel-topbar { display: flex; gap: 8px; margin-bottom: 18px; }
.panel-topbar span { width: 12px; height: 12px; border-radius: 999px; background: rgba(255,255,255,0.35); }
.dashboard-card { border: 1px solid var(--line); background: rgba(4, 8, 20, 0.55); border-radius: 24px; padding: 22px; }
.dashboard-card p { margin: 0 0 8px; }
.dashboard-card strong { display: block; font-size: 2.6rem; letter-spacing: -0.06em; }
.dashboard-card small { color: var(--muted); }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 14px 0; }
.timeline-card { border: 1px solid var(--line); border-radius: 24px; padding: 18px; background: rgba(255,255,255,0.055); }
.timeline-card div { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: center; }
.timeline-card span { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); }
.timeline-card p { margin: 9px 0; }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,0.045); text-align: center; padding: 24px; }
.logo-strip p { margin: 0; color: var(--text); font-weight: 700; }

.section-heading { max-width: 780px; margin-bottom: 42px; text-align: center; margin-inline: auto; }
.section-heading.left { text-align: left; margin: 0; }
.section-heading h2 { margin-top: 14px; }
.section-heading p { font-size: 1.05rem; }
.cards-grid.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { border-radius: var(--radius-lg); padding: 28px; }
.icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; color: #06111c; background: linear-gradient(135deg, var(--primary), var(--accent)); font-size: 1.4rem; font-weight: 900; margin-bottom: 22px; }

.kloc-section { padding-top: 40px; }
.kloc-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center; border-radius: 42px; padding: clamp(28px, 5vw, 58px); overflow: hidden; position: relative; }
.kloc-card::after { content: ""; position: absolute; inset: auto -90px -130px auto; width: 320px; height: 320px; background: var(--primary); filter: blur(90px); opacity: 0.16; }
.kloc-copy h2 { margin-top: 14px; }
.feature-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { color: var(--muted); padding-left: 30px; position: relative; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 900; }
.kloc-visual { display: grid; place-items: center; }
.phone-shell { width: min(330px, 100%); border: 1px solid var(--line); border-radius: 38px; padding: 22px; background: linear-gradient(180deg, #10182d, #070a13); box-shadow: inset 0 0 0 8px rgba(255,255,255,0.04), 0 40px 100px rgba(0,0,0,0.45); }
.phone-notch { width: 84px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.18); margin: 0 auto 24px; }
.status-pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(92,242,200,0.14); color: var(--primary); font-weight: 800; font-size: 0.82rem; }
.phone-shell h3 { font-size: 4rem; margin-top: 22px; }
.map-card { height: 150px; border-radius: 28px; margin: 24px 0; background: linear-gradient(135deg, rgba(103,165,255,0.24), rgba(92,242,200,0.12)), repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 18px); position: relative; overflow: hidden; }
.pin { position: absolute; left: 54%; top: 42%; width: 22px; height: 22px; border-radius: 999px; background: var(--primary); box-shadow: 0 0 0 12px rgba(92,242,200,0.16), 0 0 30px var(--primary); }
.mini-row { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 14px 0; color: var(--muted); }
.mini-row strong { color: var(--text); }

.split-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 42px; align-items: start; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value-item { border-radius: var(--radius-lg); padding: 24px; box-shadow: none; }
.value-item strong { color: var(--primary); font-size: 0.85rem; }
.value-item h3 { margin-top: 18px; }

.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { border-radius: var(--radius-lg); padding: 24px; box-shadow: none; position: relative; }
.process-step span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; color: #06111c; background: var(--primary); font-weight: 900; margin-bottom: 18px; }

.cta-card { display: grid; grid-template-columns: 1fr 420px; gap: 32px; align-items: start; border-radius: 42px; padding: clamp(28px, 5vw, 56px); }
.cta-card h2 { margin-top: 14px; }
.contact-form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; color: var(--text); font-weight: 750; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 18px; color: var(--text); background: rgba(7, 10, 19, 0.72); padding: 15px 16px; outline: none; font: inherit; }
input:focus, textarea:focus { border-color: rgba(92,242,200,0.7); box-shadow: 0 0 0 4px rgba(92,242,200,0.08); }
textarea { resize: vertical; }
.contact-form small { color: var(--muted); line-height: 1.45; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 40px 24px 56px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.footer-brand { margin-bottom: 12px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--text); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; right: 24px; top: 76px; width: min(260px, calc(100vw - 48px)); display: none; flex-direction: column; align-items: stretch; border-radius: 22px; }
  .nav.open { display: flex; }
  .hero, .kloc-card, .split-section, .cta-card { grid-template-columns: 1fr; }
  .cards-grid.three, .process-line { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 56px; }
  .hero-panel { transform: none; }
}

@media (max-width: 620px) {
  .section-pad { padding: 72px 18px; }
  .site-header { padding-inline: 18px; }
  h1 { font-size: clamp(2.8rem, 18vw, 4.7rem); }
  .cards-grid.three, .process-line, .value-grid { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}
