:root {
  --bg: #020611;
  --bg-soft: #071221;
  --panel: rgba(10, 21, 38, 0.78);
  --panel-strong: rgba(8, 17, 32, 0.92);
  --line: rgba(0, 191, 255, 0.24);
  --line-strong: rgba(73, 199, 255, 0.55);
  --text: #e8f7ff;
  --muted: #9cbfd1;
  --blue: #19b9ff;
  --blue-2: #49c7ff;
  --blue-3: #8be4ff;
  --success: #7ef2d4;
  --glow: 0 0 18px rgba(25, 185, 255, 0.45);
  --glow-soft: 0 0 28px rgba(73, 199, 255, 0.18);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top center, rgba(25, 185, 255, 0.13), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(73, 199, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #01040d 0%, #020611 40%, #030916 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  opacity: 0.35;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
  z-index: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; position: relative; z-index: 1; }
.topbar {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px);
  background: rgba(1, 6, 17, 0.84); border-bottom: 1px solid rgba(73, 199, 255, 0.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; }
.brand { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 16px; object-fit: cover; box-shadow: var(--glow-soft);
  border: 1px solid rgba(73, 199, 255, 0.24); background: #05101f;
}
.brand-text strong { display: block; font-size: .95rem; letter-spacing: .14em; white-space: nowrap; }
.brand-text span { display: block; color: var(--muted); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1rem; list-style: none; color: var(--muted); font-size: .95rem; flex-wrap: wrap; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a.active { color: var(--blue-3); }
.menu-toggle { display: none; background: transparent; color: var(--text); border: 1px solid rgba(73,199,255,.25); padding: .65rem .8rem; border-radius: 14px; }
.cta-btn, .ghost-btn {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .92rem 1.35rem;
  font-weight: 700; letter-spacing: .04em; transition: .25s ease; border: 1px solid transparent; cursor: pointer;
}
.cta-btn { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #03111a; box-shadow: var(--glow); }
.cta-btn:hover, .cta-btn:focus-visible { transform: translateY(-2px); filter: brightness(1.06); }
.ghost-btn { background: rgba(10, 27, 47, 0.75); border-color: rgba(73, 199, 255, 0.24); color: var(--text); }
.ghost-btn:hover, .ghost-btn:focus-visible { border-color: rgba(139, 228, 255, 0.55); color: var(--blue-3); box-shadow: var(--glow-soft); }
.hero { padding: 5rem 0 3rem; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2rem; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .85rem;
  border: 1px solid rgba(73, 199, 255, 0.22); border-radius: 999px; background: rgba(8, 19, 35, 0.6);
  color: var(--blue-3); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 10px rgba(73, 199, 255, 0.8); }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: .02em; margin-bottom: 1rem; text-wrap: balance; }
.hero p, .lead { color: var(--muted); font-size: 1.05rem; max-width: 65ch; margin-bottom: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.4rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .85rem; list-style: none; color: var(--blue-3); font-size: .92rem; }
.hero-points li, .tag {
  background: rgba(7, 18, 33, 0.82); border: 1px solid rgba(73, 199, 255, 0.18); padding: .7rem .9rem; border-radius: 999px;
}
.hero-card, .card {
  position: relative; background: linear-gradient(180deg, rgba(7, 18, 33, 0.78), rgba(5, 12, 24, 0.94));
  border: 1px solid rgba(73, 199, 255, 0.16); border-radius: var(--radius); padding: 1.35rem; box-shadow: var(--glow-soft);
}
.hero-card::before, .feature-card::before {
  content: ""; position: absolute; inset: -30% auto auto -20%; width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(73, 199, 255, 0.16), transparent 65%); pointer-events: none;
}
.hero-logo-wrap {
  border-radius: 24px; padding: 1rem; background: linear-gradient(180deg, rgba(2, 8, 19, 0.98), rgba(4, 10, 21, 0.85));
  border: 1px solid rgba(73, 199, 255, 0.12);
}
.hero-logo-wrap img { border-radius: 20px; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 1rem; }
.stat { padding: 1rem; border-radius: 20px; background: rgba(5, 14, 26, 0.8); border: 1px solid rgba(73, 199, 255, 0.14); }
.stat strong { display: block; font-size: 1.3rem; color: var(--blue-3); margin-bottom: .25rem; }
.stat span { color: var(--muted); font-size: .88rem; }
section { padding: 2.5rem 0; }
.section-head { max-width: 760px; margin-bottom: 1.5rem; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: .65rem; }
.section-head p, .card p, .card li, .muted { color: var(--muted); }
.grid-3, .grid-2, .pricing-grid, .service-grid { display: grid; gap: 1.2rem; }
.grid-3, .pricing-grid { grid-template-columns: repeat(3, 1fr); }
.grid-2, .service-grid { grid-template-columns: repeat(2, 1fr); }
.card h3 { margin-bottom: .55rem; font-size: 1.18rem; }
.service-icon {
  width: 48px; height: 48px; border-radius: 16px; display: inline-grid; place-items: center; margin-bottom: .95rem;
  background: linear-gradient(135deg, rgba(25, 185, 255, 0.14), rgba(73, 199, 255, 0.06));
  border: 1px solid rgba(73, 199, 255, 0.25); color: var(--blue-3); font-size: 1.25rem; box-shadow: var(--glow-soft);
}
.list { list-style: none; display: grid; gap: .65rem; margin-top: .9rem; }
.list li::before { content: "◆"; color: var(--blue-2); margin-right: .6rem; }
.process-step { position: relative; padding-left: 1rem; }
.process-step::before { content: ""; position: absolute; top: .25rem; left: 0; width: 3px; height: calc(100% - .5rem); border-radius: 999px; background: linear-gradient(180deg, var(--blue-2), transparent); }
.process-step .step-no {
  display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(25, 185, 255, 0.12); border: 1px solid rgba(73, 199, 255, 0.25); color: var(--blue-3); font-weight: 700; margin-bottom: .75rem;
}
.page-hero { padding: 4rem 0 2rem; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
.kicker { color: var(--blue-3); letter-spacing: .16em; text-transform: uppercase; font-size: .8rem; margin-bottom: .7rem; display: inline-block; }
.pricing-card { padding: 1.4rem; border-radius: 22px; background: linear-gradient(180deg, rgba(7,18,33,.82), rgba(5,12,24,.98)); border: 1px solid rgba(73,199,255,.16); box-shadow: var(--glow-soft); }
.pricing-card h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.price { font-size: 2rem; color: var(--blue-3); font-weight: 800; margin-bottom: .65rem; }
.pricing-card.highlight { border-color: rgba(139, 228, 255, 0.48); transform: translateY(-2px); }
.small { font-size: .92rem; color: var(--muted); }
.notice {
  margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 18px; border: 1px solid rgba(126,242,212,.24); background: rgba(11, 33, 35, 0.55); color: #d8fff3;
}
.about-box, .contact-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.2rem; align-items: start; }
.about-highlight { display: grid; gap: .85rem; }
.about-highlight .mini { padding: 1rem; border-radius: 18px; background: rgba(6, 15, 27, 0.8); border: 1px solid rgba(73, 199, 255, 0.14); }
.contact-lines { list-style: none; display: grid; gap: .75rem; color: var(--muted); }
.contact-lines strong { color: var(--text); display: block; font-size: .92rem; margin-bottom: .15rem; }
form { display: grid; gap: .95rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .95rem; }
label { display: grid; gap: .45rem; font-size: .94rem; color: var(--blue-3); }
input, textarea, select {
  width: 100%; background: rgba(3, 10, 21, 0.95); color: var(--text); border: 1px solid rgba(73, 199, 255, 0.16);
  border-radius: 16px; padding: .95rem 1rem; font: inherit; outline: none; transition: .2s ease;
}
input:focus, textarea:focus, select:focus { border-color: rgba(139, 228, 255, 0.55); box-shadow: 0 0 0 3px rgba(25, 185, 255, 0.12); }
textarea { min-height: 170px; resize: vertical; }
.map-embed { width: 100%; min-height: 420px; border: 0; border-radius: 24px; box-shadow: var(--glow-soft); }
.footer { padding: 1.25rem 0 2rem; color: var(--muted); font-size: .92rem; }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(73,199,255,.12); flex-wrap: wrap; }
.badge-row { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1rem; }
.split-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.center { text-align: center; }
@media (max-width: 980px) {
  .hero-grid, .about-box, .contact-wrap, .grid-3, .grid-2, .pricing-grid, .service-grid, .split-hero { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr 1fr; }
  .nav { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    display: none; width: 100%; justify-content: center; gap: .8rem 1rem; padding-top: .4rem;
  }
  .nav-links.open { display: flex; }
  .field-grid, .stats { grid-template-columns: 1fr; }
  .hero { padding-top: 3.4rem; }
  .brand-text strong { font-size: .82rem; white-space: normal; }
  .brand-text span { font-size: .68rem; }
}
.service-map {
  padding: 2.5rem 0;
}

.map-frame {
  border: 1px solid rgba(73, 199, 255, 0.2);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(25, 185, 255, 0.12);
  background: rgba(7, 18, 33, 0.85);
}