:root {
  --primary: #ff9a3d;
  --primary-dark: #eb7d19;
  --surface: #111827;
  --surface-soft: #1a2333;
  --canvas: #070c16;
  --ink: #f6f8ff;
  --muted: #a6b2cc;
  --line: rgba(166, 178, 204, 0.2);
  --glow: rgba(255, 154, 61, 0.24);
}

* {
  box-sizing: border-box;
}

html,
body {
  background: var(--canvas) !important;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif !important;
}

body {
  position: relative;
  background-image:
    radial-gradient(1100px 480px at 8% -10%, rgba(0, 214, 255, 0.12), transparent 55%),
    radial-gradient(900px 420px at 90% -8%, rgba(255, 154, 61, 0.16), transparent 58%),
    linear-gradient(180deg, #081021 0%, #060a12 36%, #070c16 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 20%, black 30%, transparent 80%);
  pointer-events: none;
}

.container {
  max-width: 1240px;
  padding: 0 28px;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(9, 14, 27, 0.72) !important;
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.35);
}

.nav-content {
  min-height: 74px;
}

/* Global Alert & Messages Styles */
.messages-container {
  padding-top: 100px;
  margin-bottom: -60px;
  position: relative;
  z-index: 1001;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.alert {
  padding: 14px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.alert-info {
  background: rgba(0, 123, 255, 0.15);
  color: #4dabff;
  border-color: rgba(0, 123, 255, 0.3);
}

.alert-success {
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.4);
}

.alert-error, .alert-danger, .alert-warning {
  background: rgba(255, 77, 77, 0.2);
  color: #ff4d4d;
  border-color: rgba(255, 77, 77, 0.4);
}

.logo span {
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav-links a,
.nav-dropdown-toggle {
  color: #dbe5ff !important;
  font-weight: 600;
  font-size: 15px;
}

.nav-links > a,
.nav-dropdown-toggle {
  position: relative;
}

.nav-links > a::after,
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
  background: linear-gradient(90deg, #00d5ff, #ff9a3d);
}

.nav-links > a:hover::after,
.nav-dropdown-toggle:hover::after {
  transform: scaleX(1);
}

.nav-dropdown-menu,
.mega-menu {
  min-width: 720px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 17, 31, 0.95);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nav-dropdown-item {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 14px;
}

.nav-dropdown-item:hover {
  border-color: rgba(0, 213, 255, 0.28);
  background: rgba(0, 213, 255, 0.1);
}

.nav-actions .btn-primary,
.btn-primary,
.btn-glow {
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-actions .btn-primary,
.btn-primary {
  background: linear-gradient(135deg, #ffb255 0%, #ff9331 60%, #ff7e2f 100%);
  color: #1f1103;
  box-shadow: 0 12px 34px rgba(255, 147, 49, 0.3);
}

.nav-actions .btn-primary:hover,
.btn-primary:hover,
.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(255, 147, 49, 0.4);
}

.btn-secondary {
  border-radius: 14px;
  border: 1px solid rgba(120, 140, 189, 0.45);
  background: rgba(16, 24, 41, 0.86);
}

.btn-secondary:hover {
  border-color: rgba(0, 213, 255, 0.45);
  background: rgba(0, 213, 255, 0.12);
}

.hero,
.hero-new,
.page-hero,
section[class*="hero"] {
  position: relative;
}

.hero::after,
.hero-new::after,
.page-hero::after,
section[class*="hero"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 12, 22, 0) 0%, rgba(7, 12, 22, 0.7) 90%);
}

.hero > *,
.hero-new > *,
.page-hero > *,
section[class*="hero"] > * {
  position: relative;
  z-index: 1;
}

.section-header h2,
.section-top-title,
.cta-title,
h1,
h2 {
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

.section-header p,
.hero-subtitle,
.hero-subtitle-new,
p {
  color: var(--muted);
}

.glass-card,
.feature-card,
.pricing-card,
.highlight-card,
.stat-box,
.contact-method,
.legal-content,
.mini-card {
  background: linear-gradient(145deg, rgba(19, 29, 48, 0.85), rgba(14, 22, 37, 0.86)) !important;
  border: 1px solid var(--line) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 42px rgba(3, 8, 17, 0.36) !important;
}

.glass-card:hover,
.feature-card:hover,
.pricing-card:hover,
.highlight-card:hover,
.stat-box:hover,
.contact-method:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 213, 255, 0.34) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(0, 213, 255, 0.2) inset !important;
}

.feature-card {
  backdrop-filter: blur(10px);
}

.highlight-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-card.featured {
  border-color: rgba(255, 154, 61, 0.46) !important;
  box-shadow: 0 20px 50px rgba(255, 122, 40, 0.2) !important;
}

.popular-badge {
  border-radius: 999px;
  background: linear-gradient(135deg, #00d5ff, #23c4d7);
  color: #06121f;
}

table,
th,
td {
  border-color: rgba(166, 178, 204, 0.2) !important;
}

input,
select,
textarea,
.form-control,
.form-select {
  background: rgba(11, 18, 32, 0.84) !important;
  border: 1px solid rgba(120, 140, 189, 0.35) !important;
  border-radius: 12px !important;
  color: #eef3ff !important;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.form-select:focus {
  border-color: rgba(0, 213, 255, 0.66) !important;
  box-shadow: 0 0 0 3px rgba(0, 213, 255, 0.14) !important;
}

.footer {
  background: linear-gradient(180deg, rgba(7, 12, 22, 0) 0%, rgba(10, 17, 31, 0.95) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer h4 {
  font-family: "Sora", "Manrope", sans-serif;
  color: #f4f7ff;
}

.footer-column a,
.footer-about-text,
.footer-contact,
.footer-muted-text,
.footer-muted-link {
  color: #9bacce !important;
}

.footer-column a:hover,
.footer-muted-link:hover {
  color: #ffffff !important;
}

.call-btn,
.whatsapp-btn {
  border-radius: 16px;
  padding: 13px 18px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(4, 9, 17, 0.46);
}

.call-btn {
  background: linear-gradient(135deg, #ff8c39, #ff6d3d);
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #14a950);
}

@media (max-width: 991px) {
  .mega-menu,
  .nav-dropdown-menu {
    min-width: 100%;
    left: 0;
    transform: none;
    padding: 12px;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }

  .nav-content {
    min-height: 64px;
  }

  .nav-links {
    top: 64px;
    height: calc(100vh - 64px);
    background: #0a101c; /* Fully solid background for better readability */
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 28px;
    gap: 0;
  }
}

/* Verification page adjustments - Global */
.verify-page-bg {
  background: radial-gradient(circle at 10% 20%, rgba(242, 140, 40, 0.05) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(37, 211, 102, 0.05) 0%, transparent 40%),
              #070c16 !important;
}

.verification-container {
  background: rgba(13, 20, 33, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.icon-wrapper-gold {
  background: rgba(242, 140, 40, 0.1) !important;
  border-color: rgba(242, 140, 40, 0.2) !important;
}

/* Field errors for AJAX validation - Global */
.field-error {
  color: #ff4d4d;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
  min-height: 18px;
}

.form-control.is-invalid {
  border-color: #ff4d4d !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 77, 0.1) !important;
}

@media (max-width: 768px) {
  /* Style each nav link in the mobile drawer */
  .nav-links > a {
    display: block;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 600;
    color: #e0e0e0;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: color 0.2s;
  }

  .nav-links > a:hover {
    color: #ff9a3d;
  }

  .nav-links > a::after {
    display: none !important;
  }

  /* Services dropdown in mobile */
  .nav-links .nav-dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-links .nav-dropdown > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 600;
    color: #e0e0e0;
  }

  /* Mobile nav actions area */
  .mobile-nav-actions {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .mobile-nav-actions .custom-lang-selector {
    width: 100%;
  }

  .mobile-nav-actions .custom-lang-selector .lang-selected {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .mobile-nav-actions .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
  }

  .mobile-nav-actions .btn-outline-danger {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
  }

  .mobile-nav-actions .btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
  }

  /* Hide desktop actions on mobile */
  .desktop-nav-actions {
    display: none !important;
  }

  .section-header h2,
  .section-top-title,
  .cta-title {
    font-size: 34px !important;
  }
}

/* Service template utility classes (inline-style replacement) */
.svc-hero {
  padding: clamp(92px, 10vw, 128px) 0 clamp(64px, 8vw, 92px);
  background: linear-gradient(165deg, rgba(22, 33, 55, 0.72) 0%, rgba(10, 16, 28, 0.88) 100%);
}

.svc-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.svc-hero-center {
  text-align: center;
  margin-bottom: 48px;
}

.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 24px;
  background: rgba(0, 213, 255, 0.1);
}

.svc-badge-green {
  background: rgba(46, 204, 113, 0.1);
}

.svc-badge-purple {
  background: rgba(255, 154, 61, 0.14);
}

.svc-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse 2s infinite;
  background: #00d5ff;
}

.svc-dot-green {
  background: #2ecc71;
}

.svc-dot-purple {
  background: #ff9a3d;
}

.svc-badge-text {
  font-weight: 600;
  font-size: 14px;
}

.svc-text-green {
  color: #2ecc71;
}

.svc-text-purple {
  color: #ff9a3d;
}

.svc-hero-title {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.svc-hero-subtitle {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto 32px;
}

.svc-cta-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.svc-stats-section {
  padding: 60px 0;
  background: var(--surface);
}

.svc-grid-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.svc-grid-stats-compact {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.svc-center {
  text-align: center;
}

.svc-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #00d5ff;
  margin-bottom: 8px;
}

.svc-section {
  padding: 80px 0;
}

.svc-section-soft {
  padding: 80px 0;
  background: var(--surface);
}

.svc-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.svc-section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.svc-section-subtitle {
  font-size: 18px;
  color: var(--text-secondary);
}

.svc-grid-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.svc-grid-features-wide {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.svc-grid-features-mid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}

.svc-card-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.svc-h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.svc-h3-sm {
  font-size: 20px;
  margin-bottom: 12px;
}

.svc-text-muted {
  color: var(--text-secondary);
}

.svc-text-muted-sm {
  color: var(--text-secondary);
  font-size: 15px;
}

.svc-grid-usecases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.svc-grid-usecases-wide {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: none;
}

.svc-usecase-card {
  background: var(--background);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.svc-icon-xl {
  font-size: 40px;
  margin-bottom: 16px;
}

.svc-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.svc-faq-item {
  background: var(--background);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid var(--border);
}

.cta {
  background: transparent !important;
}

.svc-cta-band,
.svc-cta-band-orange,
.svc-cta-band-purple,
.svc-cta-band-red {
  padding: 80px 0;
  background: linear-gradient(165deg, rgba(22, 33, 55, 0.72) 0%, rgba(10, 16, 28, 0.88) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.svc-cta-content {
  text-align: center;
  color: #fff;
}

.svc-cta-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.svc-cta-subtitle {
  font-size: 20px;
  margin-bottom: 32px;
  opacity: 0.9;
}

.svc-btn-secondary-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #fff;
  cursor: pointer;
}

.svc-purple-primary-btn {
  background: linear-gradient(135deg, #ffb255, #ff8f36);
  color: #06121f;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 147, 49, 0.3);
}

.svc-status-pill {
  color: var(--text-secondary);
  font-size: 16px;
  margin-top: 24px;
  padding: 16px;
  background: rgba(46, 204, 113, 0.1);
  border-radius: 12px;
  display: inline-block;
}

.svc-cta-band-red {
  padding: 100px 0;
}

.svc-cta-title-lg {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
}

.svc-cta-subtitle-lg {
  font-size: 22px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.svc-red-primary-btn {
  background: linear-gradient(135deg, #ffb255, #ff8f36);
  color: #06121f;
  padding: 18px 48px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 147, 49, 0.3);
}

.svc-red-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 18px 48px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.btn-white-lg {
  appearance: none;
  background: linear-gradient(135deg, #ffb255, #ff8f36);
  color: #06121f;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 147, 49, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-white-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 147, 49, 0.36);
}

.btn-glow {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #06121f;
  background: linear-gradient(135deg, #ffb255, #ff8f36);
  box-shadow: 0 12px 28px rgba(255, 147, 49, 0.3);
  text-decoration: none;
  padding: 12px 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 147, 49, 0.36);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Features page helpers */
.vf-section {
  padding: 80px 0;
}

.features-page-hero {
  padding-top: clamp(96px, 10vw, 128px);
  padding-bottom: clamp(40px, 6vw, 64px);
}

.vf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.vf-center {
  text-align: center;
}

.vf-mt-40 {
  margin-top: 40px;
}

.vf-h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.vf-sub {
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto;
}

.vf-bullet {
  color: #00d5ff;
}

/* Legal page helpers */
.legal-page-layout {
  padding: 150px 0 80px;
  min-height: 100vh;
}

.legal-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #fff 0%, #a0a0a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-updated {
  color: #b0b0b0;
  font-size: 16px;
}

.legal-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
  border: 1px solid var(--glass-border);
}

.legal-h2 {
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 16px;
  color: #fff;
}

.legal-h2-first {
  margin-top: 0;
}

.legal-h3 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #fff;
}

.legal-p {
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-list {
  margin: 16px 0;
  padding-left: 24px;
}

.legal-li {
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal-strong {
  color: #fff;
}

/* Generic utilities for remaining inline cleanup */
.u-my-8 {
  margin: 8px 0;
}

.u-my-4 {
  margin: 4px 0;
}

.u-muted-14 {
  color: #a0a0a0;
  font-size: 14px;
  margin: 0;
}

.u-list-clean-muted {
  list-style: none;
  padding: 0;
  color: #a0a0a0;
  margin-bottom: 24px;
}

.u-chip-soft {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.u-flex-gap12-mb16 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.u-title-24-white {
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.u-icon-32 {
  font-size: 32px;
}

.u-small-muted {
  color: var(--text-secondary);
  font-size: 14px;
}

.u-mb12-muted {
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.u-flex-1 {
  flex: 1;
}

.u-flex-row-gap16 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.u-icon-circle-purple-48 {
  width: 48px;
  height: 48px;
  background: rgba(255, 154, 61, 0.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.u-title-20-mb4 {
  font-size: 20px;
  margin-bottom: 4px;
}

.u-surface-panel {
  background: var(--background);
  padding: 48px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.u-vertical-stack-24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.u-faq-q-purple {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ff9a3d;
}

.u-faq-q-blue {
  font-size: 18px;
  margin-bottom: 12px;
  color: #00d5ff;
}

.u-faq-q-green {
  font-size: 18px;
  margin-bottom: 12px;
  color: #25d366;
}

.u-faq-q-teal {
  font-size: 18px;
  margin-bottom: 12px;
  color: #1abc9c;
}

.u-faq-q-red {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ff9a3d;
}

.u-faq-a {
  color: var(--text-secondary);
  line-height: 1.6;
}

.svc-step-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  font-weight: 700;
}

.svc-step-blue {
  background: rgba(0, 213, 255, 0.14);
  color: #00d5ff;
}

.svc-step-green {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.svc-step-teal {
  background: rgba(26, 188, 156, 0.1);
  color: #1abc9c;
}

.u-divider {
  height: 1px;
  background: var(--border);
}

.u-card-soft {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}

.u-center-pad32 {
  text-align: center;
  padding: 32px;
}

.u-muted-12 {
  color: #666;
  font-size: 12px;
}

.u-flex-wrap-center-gap20 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.u-text-link-reset {
  text-decoration: none;
}

.additional-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}

.additional-service-link {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.svc-accent-green .additional-service-link,
.svc-accent-green .additional-service-link:visited {
  color: #25d366;
}

.svc-accent-orange .additional-service-link,
.svc-accent-orange .additional-service-link:visited {
  color: #f28c28;
}

.svc-accent-teal .additional-service-link,
.svc-accent-teal .additional-service-link:visited {
  color: #1abc9c;
}

.svc-accent-green .additional-service-link:hover {
  color: #59e18d;
}

.svc-accent-orange .additional-service-link:hover {
  color: #ffb15f;
}

.svc-accent-teal .additional-service-link:hover {
  color: #41d3b8;
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-list-compact-muted {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: var(--text-secondary);
}

.u-grad-purple-text {
  background: linear-gradient(135deg, #ffb255 0%, #ff8f36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-grad-red-text {
  background: linear-gradient(135deg, #ffb255 0%, #ff8f36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-btn-bg-purple {
  background: #ff9a3d !important;
}

.u-btn-bg-red {
  background: #ff9a3d !important;
}

.svc-accent-green {
  border-left: 4px solid #25d366 !important;
}

.svc-accent-blue {
  border-left: 4px solid #00d5ff !important;
}

.svc-accent-indigo {
  border-left: 4px solid #667eea !important;
}

.svc-accent-purple {
  border-left: 4px solid #ff9a3d !important;
}

.svc-accent-orange {
  border-left: 4px solid #f28c28 !important;
}

.svc-accent-teal {
  border-left: 4px solid #1abc9c !important;
}

.svc-accent-red {
  border-left: 4px solid #ff9a3d !important;
}

.vf-accent-green {
  border-left: 2px solid #25d366 !important;
}

.vf-accent-blue {
  border-left: 2px solid #00d5ff !important;
}

.vf-accent-indigo {
  border-left: 2px solid #667eea !important;
}

.vf-accent-purple {
  border-left: 2px solid #ff9a3d !important;
}

.vf-accent-primary {
  border-left: 2px solid var(--primary) !important;
}

/* Secondary page layouts */
.page-hero-clean {
  padding: 150px 0 80px;
  text-align: center;
}

.page-title-xl {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff 0%, #a0a0a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-subtitle-lg {
  font-size: 20px;
  color: #b0b0b0;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-pad-60 {
  padding: 60px 0;
}

.section-pad-80 {
  padding: 80px 0;
}

.section-pad-100 {
  padding: 100px 0;
}

.section-pad-bottom-150 {
  padding-bottom: 150px;
}

.content-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
}

.content-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 24px;
}

.content-body-lg {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
}

.content-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0;
  padding-top: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin: 80px 0;
}

.stat-box {
  padding: 40px;
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #00d5ff;
}

.stat-label {
  font-size: 16px;
  color: #a0a0a0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.value-card {
  padding: 40px;
}

.value-icon {
  font-size: 44px;
  margin-bottom: 16px;
}

.value-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}

.value-copy {
  color: #b0b0b0;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-method {
  display: flex;
  gap: 16px;
  padding: 24px;
  margin-bottom: 20px;
  align-items: center;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact-copy h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-copy p {
  color: #ccc;
  margin: 0;
}

.contact-note {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

.contact-form-card {
  padding: 40px;
}

.form-error {
  color: #ff5f57;
  font-size: 13px;
  margin-top: 5px;
}

.optin-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.optin-label {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
  cursor: pointer;
}

.contact-form-card button[type="submit"] {
  margin-top: 16px;
}

.auth-shell {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.auth-wrapper {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.auth-info {
  padding: 48px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-info .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin-top: 24px;
}

.auth-info .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-info .feature-item i {
  font-size: 14px;
  flex-shrink: 0;
}

.auth-info .feature-item p {
  margin: 0;
  font-size: 13px;
  color: #ccc;
  line-height: 1.4;
  white-space: nowrap;
}

.auth-form {
  padding: 40px;
  display: block;
}

.auth-form .form-header {
  margin-bottom: 24px;
}

.auth-form .form-header h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #fff;
}

.auth-form .form-header p {
  color: #a0a0a0;
  font-size: 15px;
  margin: 0;
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.auth-col-2 {
  grid-column: span 2;
}

.auth-grid .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.auth-grid .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
  display: block;
}

.auth-grid .input-wrapper {
  width: 100%;
}

.auth-grid .input-wrapper input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 15px;
}

.auth-sep {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.auth-sep-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.auth-sep-text {
  padding: 0 16px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 500;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.help-card {
  border-radius: 20px;
  padding: 32px;
}

.help-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.help-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.search-input-wrap {
  position: relative;
  max-width: 700px;
  margin: 40px auto 0;
}

.search-input-wrap i {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}

.search-input {
  width: 100%;
  height: 64px;
  border-radius: 999px;
  padding: 0 28px 0 64px;
}

.faq-container {
  max-width: 900px;
  margin: 60px auto;
  padding-bottom: 100px;
}

.faq-question {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: white;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 12px;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 32px 24px;
  color: rgba(255, 255, 255, 0.7);
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.coming-shell {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

.coming-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.notify-box {
  padding: 48px;
  margin-top: 40px;
}

.notify-input-group {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.notify-input-group input {
  flex: 1;
}

.notify-btn {
  padding: 12px 24px;
}

.notify-btn.is-success {
  background: #2ecc71 !important;
  color: #fff !important;
}

.success-msg {
  color: #2ecc71;
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .contact-grid,
  .auth-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .auth-info {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }

  .auth-col-2 {
    grid-column: span 1;
  }

  .auth-info {
    display: none;
  }
}
