/* ══════════════════════════════════════════
   UNIKWARE – Main Stylesheet
   ══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ══ Splash Screen ══ */
.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .7s ease, visibility .7s ease;
}
.splash-screen.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.splash-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.splash-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  animation: splashZoom 3s cubic-bezier(.16,1,.3,1) both;
}
@keyframes splashZoom {
  0%   { opacity: 0; transform: scale(.4); }
  60%  { opacity: 1; transform: scale(1.06); }
  100% { opacity: 1; transform: scale(1); }
}

:root {
  --blue:        #1a6bff;
  --blue-dark:   #0e4fd4;
  --blue-light:  #e8eeff;
  --navy:        #0b1437;
  --navy-mid:    #132050;
  --text:        #0f172a;
  --text-muted:  #64748b;
  --bg:          #ffffff;
  --bg-soft:     #f7f9ff;
  --border:      #e2e8f7;
  --card-bg:     #ffffff;
  --radius:      12px;
  --shadow:      0 4px 24px rgba(26,107,255,.10);
  --shadow-md:   0 8px 40px rgba(26,107,255,.14);
  --transition:  0.28s cubic-bezier(.4,0,.2,1);
  --font:        'Inter', system-ui, sans-serif;
}

/* ══ Dark mode variables ══ */
[data-theme="dark"] {
  --blue:        #4d94ff;
  --blue-dark:   #3b82f6;
  --blue-light:  #1a2e4a;
  --navy:        #0d1117;
  --navy-mid:    #161b22;
  --text:        #e6edf3;
  --text-muted:  #8b949e;
  --bg:          #0d1117;
  --bg-soft:     #161b22;
  --border:      #30363d;
  --card-bg:     #161b22;
  --shadow:      0 4px 24px rgba(0,0,0,.4);
  --shadow-md:   0 8px 40px rgba(0,0,0,.5);
}

/* ══ Dark: navbar ══ */
[data-theme="dark"] .navbar {
  background: rgba(13,17,23,0.92);
}
[data-theme="dark"] .navbar.scrolled {
  border-color: var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}

/* ══ Dark: splash ══ */
[data-theme="dark"] .splash-screen { background: #0d1117; }

/* ══ Dark: hero ══ */
[data-theme="dark"] .hero { background: var(--bg); }
[data-theme="dark"] .hero-img {
  -webkit-mask-image: radial-gradient(ellipse 88% 85% at 62% 50%, black 45%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 85% at 62% 50%, black 45%, transparent 100%);
}
[data-theme="dark"] .badge {
  background: rgba(77,148,255,.12);
  color: var(--blue);
  border-color: rgba(77,148,255,.25);
}
[data-theme="dark"] .hero-social-proof .proof-label { color: var(--text-muted); }
[data-theme="dark"] .dots-top,
[data-theme="dark"] .dots-right {
  background-image: radial-gradient(rgba(77,148,255,.15) 1.5px, transparent 1.5px);
}

/* ══ Dark: cards / service ══ */
[data-theme="dark"] .service-card,
[data-theme="dark"] .testi-card,
[data-theme="dark"] .coming-card,
[data-theme="dark"] .svc-label.highlight {
  background: var(--card-bg);
  border-color: var(--border);
}
[data-theme="dark"] .service-icon { background: rgba(77,148,255,.15); }
[data-theme="dark"] .svc-donut .svc-center { background: var(--card-bg); }
[data-theme="dark"] .svc-center { background: var(--card-bg); }

/* ══ Dark: process steps ══ */
[data-theme="dark"] .process { background: var(--bg-soft); }
[data-theme="dark"] .step-icon-wrap {
  background: rgba(77,148,255,.12);
  border-color: rgba(77,148,255,.2);
}
[data-theme="dark"] .step-connector::after { background: var(--border); }

/* ══ Dark: why section ══ */
[data-theme="dark"] .why { background: var(--bg); }
[data-theme="dark"] .why-item { border-color: var(--border); }
[data-theme="dark"] .why-icon { background: rgba(77,148,255,.12); }

/* ══ Dark: coming soon ══ */
[data-theme="dark"] .coming { background: var(--bg-soft); }
[data-theme="dark"] .coming-card { background: var(--card-bg); border-color: var(--border); }
[data-theme="dark"] .coming-tag { background: rgba(77,148,255,.15); color: var(--blue); }

/* ══ Dark: testimonials ══ */
[data-theme="dark"] .testimonials { background: var(--bg-soft); }
[data-theme="dark"] .testi-card { background: var(--card-bg); border-color: var(--border); }
[data-theme="dark"] .testi-quote { color: rgba(77,148,255,.2); }

/* ══ Dark: CTA banner ══ */
[data-theme="dark"] .cta-banner {
  background: linear-gradient(135deg, #0d1f3c 0%, #0a1628 100%);
  border: 1px solid rgba(77,148,255,.15);
}
[data-theme="dark"] .btn-white {
  background: rgba(255,255,255,.08);
  color: #e6edf3;
  border: 1.5px solid rgba(255,255,255,.18);
}
[data-theme="dark"] .btn-white:hover { background: rgba(255,255,255,.14); }

/* ══ Dark: contact ══ */
[data-theme="dark"] .contact { background: var(--bg-soft); }
[data-theme="dark"] .contact-info-card { background: var(--card-bg); border-color: var(--border); }
[data-theme="dark"] .contact-form-wrap { background: var(--card-bg); border-color: var(--border); }
[data-theme="dark"] .cf-input,
[data-theme="dark"] .cf-select,
[data-theme="dark"] .cf-textarea {
  background: var(--bg);
  border-color: var(--border);
  color: var(--text);
}
[data-theme="dark"] .cf-input::placeholder,
[data-theme="dark"] .cf-textarea::placeholder { color: var(--text-muted); }
[data-theme="dark"] .contact-item-icon { background: rgba(77,148,255,.12); }

/* ══ Dark: footer ══ */
[data-theme="dark"] .footer { background: #080c11; }
[data-theme="dark"] .footer-top { border-color: #1e252e; }
[data-theme="dark"] .footer-bottom { border-color: #1e252e; }
[data-theme="dark"] .footer-social a { background: #1a2030; border-color: #2a3040; }
[data-theme="dark"] .footer-social a:hover { background: var(--blue); border-color: var(--blue); }

/* ══ Dark: legal pages ══ */
[data-theme="dark"] .legal-hero { background: var(--bg-soft); border-color: var(--border); }
[data-theme="dark"] .legal-toc ul li a { border-color: var(--border); }
[data-theme="dark"] .legal-content h2 { border-color: var(--border); }
[data-theme="dark"] .legal-highlight { background: rgba(77,148,255,.1); border-color: var(--blue); }

/* ══ Theme toggle button ══ */
.theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--bg-soft);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 15px;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform .2s ease;
}
.theme-toggle:hover {
  background: var(--blue-light);
  border-color: var(--blue);
  color: var(--blue);
  transform: rotate(20deg);
}
[data-theme="dark"] .theme-toggle {
  background: #1e2530;
  border-color: #2d3748;
  color: #a0aec0;
}

html {
  scroll-behavior: smooth;
  transition: background-color .35s ease, color .35s ease;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── Container ── */
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

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

/* ── Section labels ── */
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section-label.light { color: #7eb3ff; }

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.25;
}

/* ── Highlight ── */
.highlight { color: var(--blue); }
.highlight-light { color: #7eb3ff; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.btn-primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,107,255,.35);
}
.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}
.arrow { transition: transform var(--transition); }
.btn:hover .arrow { transform: translateX(4px); }

/* ══════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.navbar.scrolled {
  border-color: var(--border);
  box-shadow: 0 2px 20px rgba(26,107,255,.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 40px;
}
.logo {
  text-decoration: none;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.logo span { color: var(--blue); }
.logo-img {
  height: 36px;
  width: auto;
  display: block;
}
.footer-logo-img {
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--blue);
  border-radius: 2px;
  transition: width var(--transition);
}
.nav-links a:hover,
.nav-links a.active { color: var(--text); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta { padding: 10px 22px; font-size: 14px; margin-left: auto; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px; height: 2.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ══════════════════════════════════════════
   HERO
   ══════════════════════════════════════════ */
.hero {
  padding: 148px 0 96px;
  background: var(--bg-soft);
  overflow: hidden;
  position: relative;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
}
.hero-text { max-width: none; }

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-light);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.hero-text h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 20px;
  color: var(--text);
}
.hero-text p {
  font-size: 16.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 100%;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Dashboard Mockup */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.dashboard-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  overflow: hidden;
}
.main-card {
  grid-column: 1 / 3;
  padding: 18px;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot.red    { background: #ff5f57; }
.dot.yellow { background: #ffbd2e; }
.dot.green  { background: #28c840; }
.card-title {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-left: 6px;
}
.chart-area { margin-bottom: 16px; }
.chart-area svg { width: 100%; height: auto; display: block; }

.stat-row { display: flex; gap: 20px; }
.stat { display: flex; align-items: flex-start; gap: 10px; }
.stat-icon { font-size: 22px; margin-top: 2px; }
.stat-label { font-size: 11px; color: var(--text-muted); font-weight: 500; }
.stat-value { font-size: 22px; font-weight: 800; color: var(--text); line-height: 1.2; }
.stat-change { font-size: 11px; font-weight: 600; }
.stat-change.positive { color: #22c55e; }

.mini-card {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}
.mini-icon { font-size: 22px; }
.mini-label { font-size: 11.5px; color: var(--text-muted); font-weight: 500; }
.mini-value { font-size: 26px; font-weight: 800; color: var(--text); line-height: 1; }

/* Donut */
.success-card { align-items: center; }
.donut-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.donut-label {
  position: absolute;
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

/* Floating dots */
.floating-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(var(--blue-light) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  border-radius: 50%;
  opacity: .7;
  pointer-events: none;
  z-index: -1;
}
.dots-top { top: -30px; right: -20px; }
.dots-right { bottom: -20px; left: -30px; }

/* ══════════════════════════════════════════
   SERVICES – CIRCLE DIAGRAM
   ══════════════════════════════════════════ */
.services { background: var(--bg); }
.services .section-label,
.services .section-title { text-align: center; }

.svc-circle-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  max-width: 900px;
  margin: 48px auto 0;
}

/* Donut SVG */
.svc-donut-wrap {
  grid-column: 2;
  grid-row: 1;
  width: 380px;
  height: 380px;
  position: relative;
}
.svc-donut { width: 100%; height: 100%; overflow: visible; }

/* Center popup */
.svc-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  width: 154px; height: 154px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 0 0 transparent;
}
.svc-center.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 4px 24px rgba(26,107,255,.14);
}
.svc-center-icon {
  font-size: 34px;
  color: var(--hl-color, var(--blue));
  transition: color .2s;
}
.svc-center-title {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  letter-spacing: .01em;
}

/* Segments */
.svc-seg {
  cursor: pointer;
  transform-origin: 200px 200px;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), filter .3s ease;
  filter: drop-shadow(0 4px 12px rgba(30,40,120,.15));
}
.svc-seg:hover,
.svc-seg.active {
  transform: scale(1.09);
  filter: drop-shadow(0 8px 24px rgba(30,40,120,.32));
}

/* FA icons inside SVG */
.svc-fo { pointer-events: none; overflow: visible; }
.svc-fo-inner {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

/* Label columns */
.svc-labels {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-self: center;
}
.svc-labels-left  { grid-column: 1; grid-row: 1; align-items: flex-end; text-align: right; }
.svc-labels-right { grid-column: 3; grid-row: 1; align-items: flex-start; text-align: left; }

.svc-label {
  max-width: 180px;
  padding: 12px 14px;
  border-radius: 10px;
  border-left: 3px solid transparent;
  background: transparent;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  cursor: default;
}
.svc-labels-right .svc-label {
  border-left: none;
  border-right: 3px solid transparent;
}
.svc-label h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  transition: color .2s;
}
.svc-label p {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.55;
}
.svc-label.highlight {
  background: #fff;
  box-shadow: 0 4px 20px rgba(26,107,255,.12);
  border-left-color: var(--hl-color, var(--blue));
  transform: translateX(-6px) scale(1.03);
}
.svc-labels-right .svc-label.highlight {
  border-left: none;
  border-right-color: var(--hl-color, var(--blue));
  transform: translateX(6px) scale(1.03);
}
.svc-label.highlight h4 { color: var(--hl-color, var(--blue)); }

/* keep learn-more used elsewhere */
.learn-more {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap var(--transition);
}
.learn-more:hover { gap: 9px; }
.learn-more.light { color: #7eb3ff; }

/* Responsive */
@media (max-width: 860px) {
  .svc-circle-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .svc-donut-wrap { grid-column: 1; grid-row: 1; width: 280px; height: 280px; }
  .svc-labels-left  { grid-column: 1; grid-row: 2; align-items: center; text-align: center; }
  .svc-labels-right { grid-column: 1; grid-row: 3; align-items: center; text-align: center; }
  .svc-label-bottom { grid-column: 1; grid-row: 4; }
  .svc-labels { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 20px; }
  .svc-label { max-width: 160px; }
}

/* ══════════════════════════════════════════
   HOW WE WORK
   ══════════════════════════════════════════ */
.process { background: var(--bg-soft); }
.process .section-label,
.process .section-title { text-align: center; }

.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.step-icon-wrap {
  width: 68px; height: 68px;
  background: #fff;
  border: 2px solid var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: var(--shadow);
  flex-shrink: 0;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.step:hover .step-icon-wrap {
  border-color: var(--blue);
  box-shadow: 0 0 0 6px rgba(26,107,255,.1);
}
.step-content { padding: 0 12px; }
.step-number {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.step-content h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.step-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
/* connector sits at center of 68px icon = 34px from top */
.step-connector {
  flex: 0 0 72px;
  height: 0;
  border-top: 2px dashed #c2d9ff;
  margin-top: 34px;
  align-self: flex-start;
}

/* ══════════════════════════════════════════
   WHY UNIKWARE
   ══════════════════════════════════════════ */
.why { background: var(--bg); }
.why .section-label,
.why .section-title { text-align: center; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 20px;
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  background: var(--bg-soft);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.why-item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: #c2d9ff;
}
.why-icon {
  width: 44px; height: 44px;
  background: var(--blue-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.why-item p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ══════════════════════════════════════════
   VISION + COMING SOON
   ══════════════════════════════════════════ */
.vision-section { position: relative; overflow: hidden; }
.vision-bg {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 88px 0;
  position: relative;
}
.vision-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(26,107,255,.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(26,107,255,.12) 0%, transparent 50%);
}
.vision-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 56px;
  align-items: center;
}
.vision-left h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.vision-left p {
  font-size: 15px;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
  margin-bottom: 28px;
}

.coming-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.coming-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 22px 18px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  transition: background var(--transition), transform var(--transition);
}
.coming-card:hover {
  background: rgba(255,255,255,.13);
  transform: translateY(-4px);
}
.coming-icon {
  width: 46px; height: 46px;
  background: rgba(26,107,255,.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.coming-card h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.coming-card p {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  flex: 1;
}

/* ══════════════════════════════════════════
   CONTACT SECTION
   ══════════════════════════════════════════ */
.contact-section {
  background: linear-gradient(135deg, var(--bg-soft) 0%, #eef3ff 55%, var(--bg-soft) 100%);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.contact-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--blue-light) 1.4px, transparent 1.4px);
  background-size: 28px 28px;
  opacity: .45;
  pointer-events: none;
}
.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: stretch;
}

/* ── Info column ── */
.contact-info {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contact-info::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--blue) 0%, #7eb6ff 100%);
  border-radius: 16px 0 0 16px;
}
.contact-info .section-label { margin-bottom: 12px; }
.contact-info h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 14px;
}
.contact-info > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.contact-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.contact-meta li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--text-muted);
}
.contact-meta li a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}
.contact-meta li a:hover { text-decoration: underline; }
.contact-meta-icon {
  width: 36px; height: 36px;
  background: var(--blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  font-size: 14px;
}
.contact-services-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
}
.badge-pill i { color: var(--blue); font-size: 11px; }

/* ── Assurance block ── */
.contact-assurance {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
  flex: 1;
  justify-content: flex-end;
}
.assurance-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.assurance-icon {
  width: 34px;
  height: 34px;
  background: var(--blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  font-size: 13px;
  margin-top: 1px;
}
.assurance-item > div strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.assurance-item > div p {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ── Form card ── */
.contact-form-wrap {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
}

/* ── Form layout ── */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.form-group label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
}
.req { color: var(--blue); margin-left: 2px; }

/* ── Input wrap ── */
.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.input-icon {
  position: absolute;
  left: 14px;
  font-size: 13px;
  color: var(--text-muted);
  pointer-events: none;
  z-index: 1;
}
.input-wrap input,
.input-wrap select,
.input-wrap textarea {
  width: 100%;
  padding: 11px 14px 11px 38px;
  font-family: var(--font);
  font-size: 14px;
  color: var(--text);
  background: var(--bg-soft);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
  appearance: none;
  -webkit-appearance: none;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder { color: #b0bcd4; }
.input-wrap input:focus,
.input-wrap select:focus,
.input-wrap textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,107,255,.12);
}
.input-wrap input.invalid,
.input-wrap select.invalid,
.input-wrap textarea.invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239,68,68,.1);
}

/* Select arrow */
.select-wrap { position: relative; }
.select-arrow {
  position: absolute;
  right: 14px;
  font-size: 11px;
  color: var(--text-muted);
  pointer-events: none;
}

/* Textarea */
.textarea-wrap { align-items: flex-start; }
.textarea-wrap .input-icon { top: 12px; }
.input-wrap textarea { resize: vertical; min-height: 90px; }

/* Field errors */
.field-error {
  font-size: 12px;
  color: #ef4444;
  font-weight: 500;
  min-height: 16px;
}

/* Submit button */
.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 15.5px;
  border-radius: 10px;
  margin-top: 4px;
}
.btn-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* Success & error feedback */
.form-success,
.form-error-msg {
  display: none;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.form-success:not([hidden]),
.form-error-msg:not([hidden]) {
  display: flex;
}
.form-success {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  color: #15803d;
}
.form-success i { font-size: 20px; color: #22c55e; margin-top: 1px; flex-shrink: 0; }
.form-success strong { display: block; font-weight: 700; margin-bottom: 2px; }
.form-success p { margin: 0; color: #15803d; font-size: 13px; }
.form-error-msg {
  background: #fef2f2;
  border: 1.5px solid #fecaca;
  color: #b91c1c;
}
.form-error-msg i { font-size: 18px; color: #ef4444; margin-top: 2px; flex-shrink: 0; }
.form-error-msg p { margin: 0; font-size: 13px; }
.form-error-msg a { color: #b91c1c; font-weight: 600; }

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 24px 18px; }
}

/* ══════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════ */
.footer {
  background: var(--navy);
  padding: 0;
}
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: color var(--transition);
}
.footer-links a:hover { color: #fff; }

/* ══════════════════════════════════════════
   HERO SOCIAL PROOF
   ══════════════════════════════════════════ */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.proof-avatars {
  display: flex;
  align-items: center;
}
.avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  background: var(--blue-light);
  display: block;
  margin-left: -10px;
  flex-shrink: 0;
}
.avatar:first-child { margin-left: 0; }
.av1 { background: linear-gradient(135deg, #93c5fd, #3b82f6); }
.av2 { background: linear-gradient(135deg, #fdba74, #f97316); }
.av3 { background: linear-gradient(135deg, #6ee7b7, #10b981); }
.proof-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.proof-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.proof-rating i { color: #f59e0b; font-size: 12px; }
.proof-label {
  font-size: 12.5px;
  color: var(--text-muted);
}

/* ══════════════════════════════════════════
   STATS BAND
   ══════════════════════════════════════════ */
.stats-band {
  background: var(--navy);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(26,107,255,.2) 0%, transparent 70%);
  pointer-events: none;
}
.stats-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 24px;
}
.stat-num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.stat-desc {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}
.stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .stats-inner { flex-wrap: wrap; gap: 32px; }
  .stat-divider { display: none; }
  .stat-item { flex: 0 0 calc(50% - 16px); }
}

/* ══════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════ */
.testimonials { background: var(--bg-soft); }
.testimonials .section-label,
.testimonials .section-title { text-align: center; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.testi-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), transform var(--transition);
}
.testi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.testi-quote {
  font-size: 22px;
  color: var(--blue);
  margin-bottom: 16px;
  opacity: .7;
}
.testi-card > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 22px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
}
.ta1 { background: linear-gradient(135deg, #93c5fd, #3b82f6); }
.ta2 { background: linear-gradient(135deg, #fdba74, #f97316); }
.ta3 { background: linear-gradient(135deg, #6ee7b7, #10b981); }
.testi-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.testi-author span {
  font-size: 12.5px;
  color: var(--text-muted);
}

/* ══════════════════════════════════════════
   CTA BANNER
   ══════════════════════════════════════════ */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a7a 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(26,107,255,.25) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 50%, rgba(26,107,255,.15) 0%, transparent 50%);
  pointer-events: none;
}
.cta-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-banner-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-banner-icon {
  font-size: 36px;
  color: #7eb6ff;
  flex-shrink: 0;
}
.cta-banner-text h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.cta-banner-text p {
  font-size: 14.5px;
  color: rgba(255,255,255,.65);
}
.btn-white {
  background: #fff;
  color: var(--navy);
  border: none;
  font-weight: 700;
  white-space: nowrap;
}
.btn-white:hover {
  background: #e8eeff;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

/* ══════════════════════════════════════════
   COMING SOON TAG
   ══════════════════════════════════════════ */
.coming-tag {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7eb6ff;
  background: rgba(26,107,255,.18);
  border: 1px solid rgba(26,107,255,.3);
  border-radius: 100px;
  padding: 3px 10px;
  align-self: flex-start;
}

/* ══════════════════════════════════════════
   EXPANDED FOOTER
   ══════════════════════════════════════════ */
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  gap: 40px 32px;
  padding: 64px 5% 48px;
}
.footer-brand p {
  font-size: 13.5px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin: 16px 0 20px;
  max-width: 220px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
}
.footer-social a:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.footer-col h5 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul li a,
.footer-col ul li span {
  font-size: 13.5px;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: #fff; }
.footer-contact-list li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact-list li i {
  color: var(--blue);
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 5%;
  flex-wrap: wrap;
}
.footer-bottom-inner p {
  font-size: 13px;
  color: rgba(255,255,255,.35);
}

/* ── Font Awesome icon sizing inside containers ── */
.service-icon i,
.step-icon-wrap i,
.why-icon i {
  font-size: 22px;
  color: var(--blue);
}
.coming-icon i {
  font-size: 20px;
  color: var(--blue);
}
.mini-icon i {
  font-size: 22px;
  color: var(--blue);
}
.stat-icon {
  font-size: 20px;
  color: var(--blue);
  margin-top: 2px;
}
.btn i.arrow,
.learn-more i.arrow {
  font-size: .85em;
}

/* ══════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════ */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s ease, transform .55s ease;
}
[data-animate].visible {
  opacity: 1;
  transform: none;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .cards-grid    { grid-template-columns: repeat(2, 1fr); }
  .why-grid      { grid-template-columns: repeat(2, 1fr); }
  .vision-inner  { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-info  { padding: 28px 24px; }
  .coming-cards  { grid-template-columns: repeat(3, 1fr); }
  .contact-form-wrap { padding: 32px 28px; }
  .testi-grid    { grid-template-columns: repeat(2, 1fr); }
  .footer-top    { grid-template-columns: 1fr 1fr 1fr; gap: 32px 24px; padding: 48px 5% 40px; }
  .footer-brand  { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .hero-text { max-width: 100%; text-align: center; }
  .hero-btns { justify-content: center; }
  .process-steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .step { max-width: 320px; width: 100%; }
  .step-connector {
    width: 2px;
    height: 32px;
    border-top: none;
    border-left: 2px dashed #c2d9ff;
    flex: 0 0 32px;
    margin: 0;
    align-self: center;
  }
}

@media (max-width: 768px) {
  .container { padding: 0 4%; }
  .nav-cta { display: none; }
  .nav-links {
    display: none;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 13px 28px;
    width: 100%;
    font-size: 15px;
  }
  .nav-links a::after { display: none; }
  .hamburger { display: flex; }

  .cards-grid   { grid-template-columns: repeat(2, 1fr); }
  .why-grid     { grid-template-columns: repeat(2, 1fr); }
  .coming-cards { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-banner-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (max-width: 480px) {
  .cards-grid   { grid-template-columns: 1fr; }
  .why-grid     { grid-template-columns: 1fr; }
  .coming-cards { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .hero-visual { max-width: 100%; }
}
