:root {
  --bg: #071326;
  --bg-soft: #0b1e3b;
  --primary: #2f6fff;
  --primary-2: #18c2ff;
  --text: #12233f;
  --muted: #617391;
  --card: rgba(255,255,255,0.08);
  --white: #ffffff;
  --light: #f4f8ff;
  --border: rgba(113, 154, 227, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #eef4fb;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }

.topbar {
  background: rgba(5, 16, 35, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand-logo { width: 52px; height: auto; }
.brand-title { font-weight: 800; color: #fff; letter-spacing: .02em; }
.brand-subtitle { color: rgba(255,255,255,.68); }
.navbar .nav-link { color: rgba(255,255,255,.8); font-weight: 500; }
.navbar .nav-link:hover { color: #fff; }
.btn-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  border-radius: 999px;
  padding: .85rem 1.3rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(17, 95, 255, .28);
}
.btn-cta:hover { color: #fff; transform: translateY(-1px); }

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(35,114,255,.35), transparent 28%),
    radial-gradient(circle at 80% 25%, rgba(0,198,255,.18), transparent 24%),
    linear-gradient(135deg, #051125 0%, #081b38 55%, #0f2e55 100%);
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('api/assets/1.png') center center / cover no-repeat;
  opacity: .12;
  transform: scale(1.06);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,12,25,.52), rgba(4,12,25,.80));
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 60px;
}
.hero-badge, .section-kicker {
  display: inline-block;
  padding: .6rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #cde4ff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.hero-section h1 {
  color: #fff;
  margin-bottom: 1rem;
}
.hero-title {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  max-width: 780px;
}
.hero-title .title-line {
  display: block;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.15;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: -.03em;
}
.hero-title .title-highlight {
  display: inline-block;
  width: fit-content;
  font-size: clamp(2.2rem, 4.6vw, 4.9rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff;
  padding: .18em .28em;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(24,194,255,.18));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.hero-title .title-brand {
  display: inline-block;
  width: fit-content;
  margin-top: .2rem;
  font-size: clamp(2.7rem, 5.3vw, 5.8rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
  color: #8fdbff;
  text-shadow: 0 10px 30px rgba(24,194,255,.18);
}
@media (max-width: 767.98px) {
  .hero-title {
    gap: .45rem;
  }
  .hero-title .title-highlight,
  .hero-title .title-brand {
    width: 100%;
  }
}
.hero-text {
  color: rgba(255,255,255,.80);
  font-size: 1.12rem;
  line-height: 1.8;
  max-width: 640px;
}
.hero-actions { margin-top: 2rem; }
.btn-hero-primary,
.btn-hero-secondary,
.btn-cta-dark,
.btn-contact {
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font-weight: 700;
  transition: .25s ease;
}
.btn-hero-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  box-shadow: 0 16px 38px rgba(37, 102, 255, .35);
}
.btn-hero-primary:hover,
.btn-contact:hover,
.btn-cta-dark:hover { color: #fff; transform: translateY(-2px); }
.btn-hero-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}
.btn-hero-secondary:hover { color: #fff; background: rgba(255,255,255,.12); }
.glass-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  padding: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
}
.hero-shot img { border: 1px solid rgba(255,255,255,.08); }
.mini-stat {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  height: 100%;
}
.mini-stat strong { color: #fff; display: block; font-size: 1rem; }
.mini-stat span { color: rgba(255,255,255,.66); font-size: .94rem; }

.section-light { background: linear-gradient(180deg, #eff5fb 0%, #f8fbff 100%); }
.section-dark {
  background:
    radial-gradient(circle at top left, rgba(35,114,255,.20), transparent 22%),
    linear-gradient(180deg, #071327 0%, #0d213f 100%);
}
.section-heading { max-width: 900px; }
.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.section-dark .section-heading p { color: rgba(255,255,255,.72); }

.info-card,
.feature-panel,
.gallery-card,
.contact-card,
.screenshot-card {
  border-radius: 28px;
  overflow: hidden;
}
.info-card {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(134, 166, 224, .18);
  box-shadow: 0 14px 38px rgba(24, 59, 113, .08);
  padding: 1.65rem;
}
.icon-bubble {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(47,111,255,.14), rgba(24,194,255,.14));
  color: #1150d7;
  font-weight: 800;
}
.info-card h3,
.feature-panel h3,
.gallery-copy h3,
.contact-card h3 { font-size: 1.25rem; font-weight: 800; }
.info-card p,
.feature-panel p,
.gallery-copy p,
.contact-card p { color: var(--muted); line-height: 1.8; }

.feature-panel {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  padding: 2rem;
}
.feature-panel p,
.feature-panel li { color: rgba(255,255,255,.72); }
.feature-panel ul { padding-left: 1.1rem; margin: 1rem 0 0; }
.feature-panel li { margin-bottom: .7rem; }
.screenshot-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  padding: 16px;
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
}
.gallery-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(134,166,224,.16);
  box-shadow: 0 16px 42px rgba(23, 55, 104, .08);
}
.gallery-card img,
.screenshot-card img,
.hero-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.gallery-copy { padding: 1.35rem 1.4rem 1.5rem; }
.cta-band {
  background: linear-gradient(135deg, #0b1d38, #123a6f);
  border-radius: 30px;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 20px 50px rgba(8, 34, 74, .22);
}
.cta-band p { color: rgba(255,255,255,.75); margin-bottom: 0; }
.btn-cta-dark {
  background: linear-gradient(135deg, #2f6fff, #18c2ff);
  color: #fff;
}

.contact-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(35,114,255,.20), transparent 24%),
    linear-gradient(180deg, #061325 0%, #0b1d39 100%);
}
.contact-copy { line-height: 1.8; }
.contact-list { margin-top: 1.2rem; display: grid; gap: .75rem; }
.contact-item {
  color: rgba(255,255,255,.88);
  padding: .9rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
.contact-card {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.contact-card .form-label { font-weight: 700; color: #24395f; }
.contact-card .form-control,
.contact-card .form-select {
  border-radius: 14px;
  padding: .9rem 1rem;
  border: 1px solid #d9e5f4;
}
.contact-card .form-control:focus,
.contact-card .form-select:focus {
  box-shadow: 0 0 0 .2rem rgba(47,111,255,.12);
  border-color: rgba(47,111,255,.45);
}
.btn-contact {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
}

.site-footer {
  background: #04101f;
  color: rgba(255,255,255,.62);
  font-size: .95rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

@media (max-width: 991.98px) {
  .hero-content { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
}

@media (max-width: 767.98px) {
  .brand-logo { width: 44px; }
  .hero-content { padding-top: 100px; }
  .glass-card,
  .screenshot-card,
  .contact-card,
  .info-card,
  .feature-panel,
  .gallery-card,
  .cta-band { border-radius: 22px; }
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-contact,
  .btn-cta-dark { width: 100%; }
}

.hero-shot-caption {
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
}
.gallery-card img {
  aspect-ratio: auto;
  max-height: 520px;
  background: linear-gradient(180deg, #edf4ff 0%, #f8fbff 100%);
}

.screenshot-card img,
.hero-shot img {
  max-height: 620px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.08));
}


.contact-success-card {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 26px;
  padding: 1.5rem;
  background: linear-gradient(135deg, #08162f 0%, #0d2850 55%, #12376b 100%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 60px rgba(5,18,42,.28);
  color: #fff;
}
.contact-success-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(95,180,255,.18), transparent 26%),
    radial-gradient(circle at bottom left, rgba(61,220,151,.14), transparent 24%);
  pointer-events: none;
}
.contact-success-inner {
  position: relative;
  z-index: 1;
}
.contact-success-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: .92rem;
  margin-bottom: 1rem;
}
.contact-success-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #46e09f, #8ef0c8);
  color: #06203e;
  font-weight: 900;
  font-size: 1.2rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.contact-success-card h4 {
  color: #fff;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: .75rem;
  font-weight: 900;
}
.contact-success-lead {
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.contact-success-note {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 1rem 1rem;
  color: #fff;
  line-height: 1.75;
}
.contact-success-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.1rem;
}
.contact-success-countdown {
  color: rgba(255,255,255,.82);
  font-size: .98rem;
}
.contact-success-countdown strong {
  color: #fff;
  font-size: 1.2rem;
}
.contact-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .95rem 1.35rem;
  background: linear-gradient(135deg, #ffffff, #deedff);
  color: #082040;
  font-weight: 800;
  min-width: 215px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.contact-success-btn:hover {
  color: #082040;
  transform: translateY(-1px);
}
@media (max-width: 767.98px) {
  .contact-success-card {
    padding: 1.15rem;
    border-radius: 22px;
  }
  .contact-success-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-success-btn {
    width: 100%;
  }
}
