* {
  box-sizing: border-box;
}

:root {
  --bg: #09111f;
  --bg-soft: #101b2f;
  --card: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #edf3ff;
  --muted: #b4c0d3;
  --accent: #59c3ff;
  --accent-2: #7b6dff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --container: 1120px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(123, 109, 255, 0.18), transparent 30%),
    radial-gradient(circle at top left, rgba(89, 195, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #08101d 0%, #09111f 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(6, 11, 22, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.logo {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.logo span {
  color: var(--accent);
}

nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

nav a {
  color: var(--muted);
  font-weight: 500;
}

nav a:hover {
  color: var(--text);
}

.hero {
  padding: 5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

h1, h2, h3 {
  line-height: 1.12;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.hero-text,
.section-heading p,
.card p,
.info-panel p,
.contact-list p,
.form-note,
.site-footer p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white;
  box-shadow: 0 12px 30px rgba(89, 195, 255, 0.25);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--card-border);
  color: var(--text);
}

.btn-full {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.hero-points li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--card-border);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: #dbe7fb;
  font-size: 0.95rem;
}

.hero-card,
.card,
.info-panel,
.contact-form {
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.4rem;
  overflow: hidden;
}

.card-glow {
  position: absolute;
  inset: -30% auto auto -20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(89, 195, 255, 0.28), transparent 65%);
  pointer-events: none;
}

.service-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
  color: #dbe7fb;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #53e28b;
  box-shadow: 0 0 0 6px rgba(83, 226, 139, 0.12);
}

.mini-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 1rem;
}

.mini-list div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.95rem 1rem;
  border-radius: 16px;
}

.trust-strip {
  padding: 0.75rem 0 2rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.trust-grid div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 1rem 1.1rem;
}

.trust-grid strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.trust-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  padding: 1.4rem;
}

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.info-panel,
.contact-form {
  padding: 1.4rem;
}

.check-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.check-list li {
  margin-bottom: 0.8rem;
  color: #dbe7fb;
}

.cta-band {
  padding: 1rem 0;
}

.cta-band-inner {
  background: linear-gradient(135deg, rgba(89, 195, 255, 0.16), rgba(123, 109, 255, 0.12));
  border: 1px solid var(--card-border);
  border-radius: 28px;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-shadow: var(--shadow);
}

.contact-list {
  margin-top: 1.4rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 26, 0.78);
  color: var(--text);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #8f9db3;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(89, 195, 255, 0.3);
  border-color: rgba(89, 195, 255, 0.5);
}

.site-footer {
  padding: 1.6rem 0 2.6rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.footer-note {
  opacity: 0.8;
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .cards,
  .cards-4,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cards-4 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    justify-content: center;
    padding: 0.8rem 0;
  }

  nav {
    justify-content: center;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-grid,
  .two-col,
  .cards,
  .cards-4,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.5rem;
  }

  .section {
    padding: 3.4rem 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}
