:root {
  --glass-surface: rgba(4, 7, 12, 0.66);
  --glass-surface-strong: rgba(2, 4, 8, 0.82);
  --glass-border: rgba(255, 255, 255, 0.11);
  --glass-border-strong: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  --glass-shadow-soft: 0 16px 50px rgba(0, 0, 0, 0.34);
  --glass-highlight: rgba(255, 255, 255, 0.06);
  --glass-blur: blur(22px) saturate(165%);
}

.site-header {
  padding-top: 1rem;
}

.glass-nav-shell {
  min-height: 4.5rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(2, 4, 8, 0.9), rgba(9, 13, 20, 0.72)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 36%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.site-brand {
  display: inline-flex;
  align-items: center;
}

.site-nav {
  gap: 0.35rem;
}

.site-nav-link,
.site-mobile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.site-nav-link:hover,
.site-mobile-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.site-nav-link-active,
.site-mobile-link-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--glass-border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-cta-button,
.glass-button-primary,
.glass-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.site-cta-button,
.glass-button-primary {
  color: #02131c;
  background: linear-gradient(135deg, #67e8f9, #22d3ee 55%, #38bdf8);
  box-shadow: 0 18px 45px rgba(6, 182, 212, 0.28);
}

.site-cta-button:hover,
.glass-button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(6, 182, 212, 0.34);
}

.glass-button-secondary {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.glass-button-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.site-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
}

.site-mobile-panel {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(160deg, rgba(2, 4, 8, 0.95), rgba(8, 12, 18, 0.82)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 42%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow-soft);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.site-mobile-link {
  width: 100%;
  justify-content: flex-start;
  border-radius: 1rem;
}

.site-mobile-cta {
  width: 100%;
  margin-top: 0.5rem;
}

.glass-hero {
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(24px);
  opacity: 0.7;
}

.hero-orb-one {
  width: 18rem;
  height: 18rem;
  top: 8rem;
  left: 5%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.hero-orb-two {
  width: 22rem;
  height: 22rem;
  top: 6rem;
  right: 3%;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0));
}

.hero-orb-three {
  width: 24rem;
  height: 24rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.glass-hero-panel,
.glass-card,
.glass-step-card,
.cta-glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(145deg, rgba(2, 4, 8, 0.82), rgba(8, 12, 18, 0.56)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 35%);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.glass-hero-panel::before,
.glass-card::before,
.glass-step-card::before,
.cta-glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.glass-hero-panel {
  padding: clamp(2.1rem, 5vw, 4.25rem);
  border-radius: 2.5rem;
}

.hero-shell {
  max-width: 68rem;
}

.hero-title {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-kicker {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  justify-content: center;
  align-items: center;
}

.hero-signal {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-signal + .hero-signal {
  position: relative;
}

.hero-signal + .hero-signal::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 50%;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.hero-action-row {
  justify-content: center;
}

.glass-kicker,
.glass-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 38rem;
  margin: 0 auto;
}

.glass-stat {
  padding: 1rem 1.15rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.glass-stat-value {
  display: block;
  margin-bottom: 0.25rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #f8fafc;
}

.service-card-link {
  display: block;
  height: 100%;
}

.service-card-panel,
.testimonial-card,
.glass-step-card {
  border-radius: 1.9rem;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.service-card-link:hover .service-card-panel,
.glass-step-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 65px rgba(2, 6, 23, 0.48);
}

.service-icon-shell,
.glass-step-badge,
.testimonial-avatar {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-icon-shell {
  border-radius: 1rem;
}

.service-chip {
  font-size: 0.75rem;
}

.glass-step-card {
  padding: 1.75rem;
  border-radius: 1.75rem;
  min-height: 100%;
}

.glass-step-badge {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.4rem;
  color: #f8fafc;
}

.testimonial-card {
  padding: 1.75rem;
}

.testimonial-avatar {
  border-radius: 999px;
}

.cta-glass-panel {
  max-width: 64rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2.25rem;
}

.contact-page {
  position: relative;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.contact-hero-panel,
.contact-form-panel,
.contact-info-card,
.contact-faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(2, 4, 8, 0.84), rgba(8, 12, 18, 0.6)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.04), transparent 36%);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-hero-panel::before,
.contact-form-panel::before,
.contact-info-card::before,
.contact-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 32%, transparent 72%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.contact-hero-panel {
  max-width: 70rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2.25rem;
}

.contact-grid {
  align-items: start;
}

.contact-form-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 2rem;
}

.contact-info-card,
.contact-faq-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.contact-info-card:hover,
.contact-faq-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.5);
}

.contact-side-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-kicker {
  margin-bottom: 1.25rem;
}

.contact-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.contact-metric {
  padding: 1rem 1.15rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-metric-value {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

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

.contact-field {
  display: flex;
  flex-direction: column;
}

.glass-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(241, 245, 249, 0.92);
}

.glass-input,
.glass-select,
.glass-textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.glass-input,
.glass-select {
  min-height: 3.35rem;
  padding: 0.85rem 1rem;
}

.glass-textarea {
  min-height: 8.5rem;
  padding: 0.95rem 1rem;
  resize: vertical;
}

.glass-input::placeholder,
.glass-textarea::placeholder {
  color: rgba(148, 163, 184, 0.78);
}

.glass-input:focus,
.glass-select:focus,
.glass-textarea:focus {
  outline: none;
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 4px rgba(103, 232, 249, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.glass-select option {
  background: #05080d;
  color: #f8fafc;
}

.contact-submit {
  width: 100%;
}

.contact-card-icon,
.benefit-icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-card-icon i,
.benefit-icon-shell i {
  color: #67e8f9;
}

.benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.about-story-panel {
  border-radius: 2.25rem;
}

.about-text-flow p + p {
  margin-top: 1.25rem;
}

.about-story-side {
  display: grid;
  gap: 1rem;
}

.about-signal-card,
.about-reason-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-signal-card {
  padding: 1.35rem;
  border-radius: 1.5rem;
}

.about-signal-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-reason-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
}

@media (max-width: 767px) {
  .contact-hero {
    padding-top: 7rem;
  }

  .contact-metrics {
    grid-template-columns: 1fr;
  }

  .contact-hero-panel,
  .contact-form-panel {
    border-radius: 1.75rem;
  }

  .about-story-panel {
    border-radius: 1.75rem;
  }
}

.site-footer {
  position: relative;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(1, 3, 6, 0.52) 14%, rgba(0, 0, 0, 0.96) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-shell {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.footer-social-link:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.footer-link-group a {
  color: rgba(226, 232, 240, 0.74);
}

.footer-link-group a:hover {
  color: #fff;
}

.footer-subline {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 639px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-header {
    padding-top: 0.75rem;
  }

  .glass-nav-shell {
    border-radius: 1.5rem;
  }

  .glass-hero {
    padding-top: 7rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 16rem;
  }

  .hero-signal-row {
    gap: 0.5rem 0.9rem;
  }

  .hero-signal + .hero-signal::before {
    display: none;
  }

  .glass-hero-panel,
  .cta-glass-panel {
    border-radius: 1.75rem;
  }

  .glass-step-badge {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.1rem;
  }
}
