:root {
  --bg: #07111f;
  --bg-soft: #0e1b31;
  --surface: rgba(13, 27, 49, 0.72);
  --surface-strong: rgba(9, 18, 32, 0.9);
  --stroke: rgba(255, 255, 255, 0.08);
  --text: #f4f7fb;
  --muted: #9db0c9;
  --brand: #ff7849;
  --brand-2: #ffbf69;
  --accent: #3dd9b1;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 120, 73, 0.22), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(61, 217, 177, 0.2), transparent 24%),
    linear-gradient(135deg, #07111f 0%, #0c1730 52%, #050a14 100%);
  min-height: 100vh;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: "Space Grotesk", sans-serif;
}

a {
  color: inherit;
}

.app-navbar {
  background: rgba(7, 17, 31, 0.65);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.app-navbar.is-scrolled {
  background: rgba(7, 17, 31, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--text);
}

.brand-logo-image {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  display: inline-block;
}

.nav-link {
  color: rgba(244, 247, 251, 0.8);
  font-weight: 600;
  padding: 0.65rem 0.95rem !important;
  border-radius: 999px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-link.active {
  color: #101826;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 24px rgba(255, 120, 73, 0.24);
}

.menu-toggle-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.hero-section,
.inner-hero {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

.hero-section {
  padding-bottom: 90px;
}

.inner-hero {
  padding-bottom: 42px;
}

.hero-title,
.inner-hero h1 {
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero-copy,
.inner-hero p,
.section-heading p,
.section-lead,
.content-card p,
.legal-card p,
.footer-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dfe9f7;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: 0;
  color: #111;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(255, 120, 73, 0.28);
}

.btn-brand:hover {
  color: #111;
  filter: brightness(1.02);
}

.hero-stats .stat-card,
.glass-card,
.service-panel,
.content-card,
.legal-card,
.cta-panel,
.app-surface {
  border: 1px solid var(--stroke);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 18px;
  border-radius: 22px;
}

.stat-card strong {
  display: block;
  font-size: 1.15rem;
}

.stat-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-phone-wrap {
  position: relative;
  padding: 40px 0;
}

.app-showcase {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.app-surface {
  position: relative;
  min-height: 520px;
  padding: 30px;
  border-radius: 34px;
  overflow: hidden;
}

.mini-pill {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(61, 217, 177, 0.12);
  color: #a6ffea;
  font-size: 0.86rem;
  font-weight: 700;
}

.app-surface h3 {
  max-width: 320px;
  margin: 20px 0 26px;
  font-size: 2rem;
}

.feature-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 2;
}

.preview-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-card i,
.card-icon {
  color: var(--brand-2);
  font-size: 1.6rem;
}

.preview-card span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}

.phone-gradient {
  position: absolute;
  inset: auto -10% -15% auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 120, 73, 0.55), rgba(255, 120, 73, 0));
  filter: blur(14px);
}

.floating-badge {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-weight: 700;
  z-index: 3;
}

.badge-one {
  top: 18px;
  left: 10px;
}

.badge-two {
  right: 0;
  bottom: 40px;
}

.section-block {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.cta-panel h2,
.content-card h2,
.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.alt-surface {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.glass-card,
.service-panel,
.content-card {
  padding: 28px;
  border-radius: 28px;
}

.glass-card h3,
.service-panel h3,
.content-card h3 {
  margin: 18px 0 10px;
  font-size: 1.4rem;
}

.glass-card p,
.service-panel p,
.content-card li,
.contact-item p {
  color: var(--muted);
}

.benefit-list {
  display: grid;
  gap: 18px;
}

.benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-item span {
  min-width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #111;
  font-weight: 800;
}

.benefit-item h3 {
  margin-bottom: 8px;
}

.benefit-item p {
  color: var(--muted);
  margin: 0;
}

.cta-panel {
  padding: 46px 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(61, 217, 177, 0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(255, 120, 73, 0.16), transparent 22%),
    rgba(13, 27, 49, 0.82);
}

.site-footer {
  padding: 40px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer h4 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.footer-links,
.content-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.content-list li {
  margin-bottom: 12px;
  color: var(--muted);
}

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.only-line {
  margin-top: 0;
}

.legal-card {
  padding: 36px;
  border-radius: 32px;
}

.legal-card h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-item i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 120, 73, 0.12);
  color: var(--brand-2);
  font-size: 1.2rem;
}

.contact-item h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.contact-item p {
  margin: 0;
}

.contact-highlight {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-section,
  .inner-hero {
    padding-top: 118px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(6, 14, 26, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .badge-one,
  .badge-two {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }

  .hero-phone-wrap {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 72px 0;
  }

  .app-surface {
    min-height: 440px;
    padding: 24px;
  }

  .feature-preview {
    grid-template-columns: 1fr;
  }

  .legal-card,
  .glass-card,
  .service-panel,
  .content-card {
    padding: 22px;
  }
}
