/* ============================================================
   G1SEVA — Theme Variables
   Light + Dark Mode
   ============================================================ */

:root {
  --bg:
    radial-gradient(circle at top left, rgba(251,191,36,.28), transparent 24%),
    radial-gradient(circle at top right, rgba(245,158,11,.24), transparent 22%),
    linear-gradient(180deg, #fffef4 0%, #fff8df 54%, #fdf3cc 100%);
  --text: #1e1800;
  --text-muted: #7a6524;
  --accent: #f4b400;
  --accent-strong: #b77900;
  --accent-dark: #1e1800;
  --panel-bg: rgb(245 232 179 / 85%);
  --panel-border: rgba(183,121,0,.14);
  --shadow: 0 24px 60px rgba(147,101,10,.13);
  --shadow-sm: 0 4px 16px rgba(147,101,10,.10);
  --radius: 22px;
  --radius-sm: 12px;
}

/* ---- Dark Mode Variables ---- */
[data-theme="dark"] {
  --bg:
    radial-gradient(circle at top left, rgba(244,180,0,.08), transparent 24%),
    radial-gradient(circle at top right, rgba(245,158,11,.06), transparent 22%),
    linear-gradient(180deg, #0f0d00 0%, #151100 54%, #1a1500 100%);
  --text: #f5e9c0;
  --text-muted: #a08840;
  --accent: #f4b400;
  --accent-strong: #f4c842;
  --accent-dark: #f4b400;
  --panel-bg: rgba(30,24,0,.75);
  --panel-border: rgba(244,180,0,.12);
  --shadow: 0 24px 60px rgba(0,0,0,.45);
  --shadow-sm: 0 4px 16px rgba(0,0,0,.35);
  --radius: 22px;
  --radius-sm: 12px;
}

/* Dark mode body bg fix */
[data-theme="dark"] body {
  background: var(--bg);
  background-attachment: fixed;
}

/* Dark mode header */
[data-theme="dark"] .site-header {
  background: linear-gradient(135deg, rgba(30,24,0,.92), rgba(20,16,0,.97));
  border-bottom: 1.5px solid rgba(244,180,0,.15);
}
[data-theme="dark"] .brand-text strong { color: #f5e9c0; }
[data-theme="dark"] .brand-text small  { color: rgba(245,233,192,.5); }
[data-theme="dark"] .site-nav a        { color: rgba(245,233,192,.8); }
[data-theme="dark"] .site-nav a:hover  { background: rgba(244,180,0,.12); color: #f4b400; }
[data-theme="dark"] .nav-toggle span   { background: #f5e9c0; }

/* Dark mode cards */
[data-theme="dark"] .card,
[data-theme="dark"] .hero-copy,
[data-theme="dark"] .hero-panel,
[data-theme="dark"] .panel,
[data-theme="dark"] .apply-card,
[data-theme="dark"] .service-info,
[data-theme="dark"] .track-card,
[data-theme="dark"] .kpi {
  background: rgba(30,24,0,.8);
  border-color: rgba(244,180,0,.13);
}

/* Dark mode stat cards */
[data-theme="dark"] .stat-card {
  background: rgba(244,180,0,.08);
  border-color: rgba(244,180,0,.15);
}

/* Dark mode process items */
[data-theme="dark"] .process-item {
  background: rgba(244,180,0,.06);
  border-color: rgba(244,180,0,.1);
}

/* Dark mode section alt */
[data-theme="dark"] .section-alt {
  background: rgba(244,180,0,.04);
}

/* Dark mode faq */
[data-theme="dark"] .faq-item {
  background: rgba(30,24,0,.8);
  border-color: rgba(244,180,0,.12);
}
[data-theme="dark"] .faq-toggle { color: #f5e9c0; }

/* Dark mode forms */
[data-theme="dark"] .form input,
[data-theme="dark"] .form textarea,
[data-theme="dark"] .form select {
  background: rgba(244,180,0,.06);
  border-color: rgba(244,180,0,.2);
  color: #f5e9c0;
}

/* Dark mode benefit chips */
[data-theme="dark"] .benefit-chip {
  background: rgba(244,180,0,.1);
  border-color: rgba(244,180,0,.2);
  color: #f4c842;
}

/* Dark mode trust badges */
[data-theme="dark"] .trust-badge {
  background: rgba(244,180,0,.08);
  border-color: rgba(244,180,0,.15);
  color: #a08840;
}

/* Dark mode trust cert cards */
[data-theme="dark"] .trust-cert-card {
  background: rgba(30,24,0,.8);
  border-color: rgba(244,180,0,.18);
}

/* Dark mode mobile nav */
[data-theme="dark"] .site-nav {
  background: rgba(15,12,0,.97);
  border-color: rgba(244,180,0,.12);
}

/* Dark mode auth panel */
[data-theme="dark"] .auth-overlay-panel {
  background: #1a1500;
  border: 1.5px solid rgba(244,180,0,.18);
}

/* ---- Dark Mode Toggle Button ---- */
.dark-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(183,121,0,.25);
  background: linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,239,175,.82));
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  transition: background .2s, border-color .2s, transform .15s;
  flex-shrink: 0;
  line-height: 1;
}
.dark-toggle:hover {
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,232,145,.98));
  transform: rotate(16deg) translateY(-1px);
}
[data-theme="dark"] .dark-toggle {
  background: rgba(244,180,0,.12);
  border-color: rgba(244,180,0,.3);
}
[data-theme="dark"] .dark-toggle:hover {
  background: rgba(244,180,0,.22);
}

/* ============================================================
   G1SEVA 2026 usability refresh
   Clean white/blue base with saffron highlights
   ============================================================ */
:root {
  --bg: #f5f7fb;
  --text: #14233b;
  --text-muted: #5f6f86;
  --accent: #1457a6;
  --accent-strong: #0e4384;
  --accent-dark: #0a315f;
  --panel-bg: #ffffff;
  --panel-border: #dce5f0;
  --shadow: 0 18px 48px rgba(24, 62, 105, .10);
  --shadow-sm: 0 5px 18px rgba(24, 62, 105, .08);
}

body { background: var(--bg); color: var(--text); }
.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #dce5f0;
  box-shadow: 0 5px 22px rgba(24,62,105,.07);
}
.brand-text strong, .site-nav a { color: #14233b; }
.brand-text small { color: #66758a; }
.announce-bar { background: #0a315f; color: #fff; }
.announce-inner { animation: none !important; white-space: normal; min-height: 38px; justify-content: center; }
.announce-label { background: #f59e0b; color: #1f2937; }
.private-centre-notice {
  background: #fff7df;
  border-bottom: 1px solid #f2d48d;
  color: #76510a;
  font-size: .82rem;
  font-weight: 650;
  padding: .52rem 0;
  text-align: center;
}
.hero-copy,
.card,
.panel,
.service-info,
.apply-card,
.track-card,
.track-hero-copy,
.track-hero-side-card,
.track-support-strip {
  background: #fff;
  border-color: #dce5f0;
}
.hero-copy {
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 70%, #fff7df 100%);
  border: 1px solid #d7e4f2;
}
.btn-primary {
  background: #1457a6 !important;
  border-color: #1457a6 !important;
  color: #fff !important;
}
.btn-primary:hover { background: #0e4384 !important; border-color: #0e4384 !important; }
.site-nav .nav-account-btn { color: #fff !important; }
.btn-ghost { background: #fff; border-color: #c7d5e5; color: #173a63; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  padding: .18rem;
  background: #edf3fa;
  border: 1px solid #d7e2ef;
  border-radius: 10px;
}
.site-nav .language-switcher a {
  padding: .42rem .58rem;
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 800;
  color: #45617f;
}
.site-nav .language-switcher a.active { background: #1457a6; color: #fff; }
.service-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  max-width: 820px;
  margin: 1.35rem 0;
  padding: .55rem;
  background: #fff;
  border: 1px solid #cbd9e8;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20,87,166,.10);
}
.service-search-icon { padding-left: .45rem; font-size: 1.1rem; }
.service-search input {
  width: 100%;
  min-height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #14233b;
  font: inherit;
  font-size: 1rem;
}
.service-search-empty { margin-top: 1rem; text-align: center; color: #5f6f86; }
.category-card, .service-discovery-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.category-card:hover, .service-discovery-card:hover { transform: translateY(-3px); border-color: #9bbce0; }
.card-icon { background: #eef5fd; border: 1px solid #d8e6f5; }
.tag, .category-card-count, .pill { background: #eef5fd; color: #0e4384; }
.price { color: #0e4384; }
.service-summary-row { display: flex; align-items: center; justify-content: space-between; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.service-availability {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 .8rem;
  border-radius: 999px;
  background: #ecfdf3;
  color: #16713b;
  font-weight: 800;
  font-size: .78rem;
}
.privacy-inline-note {
  margin: .7rem 0 0;
  padding: .7rem .8rem;
  border: 1px solid #cfe0f2;
  border-radius: 10px;
  background: #f1f7fd;
  color: #365b82;
  font-size: .78rem;
}
.contact-details-panel .footer-links,
.contact-details-panel .footer-links a { color: #263b57 !important; }
.about-trust-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 1.25rem; align-items: start; }
.about-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.about-facts dl { display: grid; gap: .75rem; margin: 0; }
.about-facts dl div { padding-bottom: .75rem; border-bottom: 1px solid #e2e8f0; }
.about-facts dt { color: #6b7a90; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.about-facts dd { margin: .25rem 0 0; font-weight: 650; overflow-wrap: anywhere; }
.site-footer { background: #0b2442; color: #dbe8f5; }
.site-footer .brand-text strong, .site-footer h4 { color: #fff; }
.site-footer a, .site-footer .footer-links, .site-footer .footer-copy { color: #c5d5e6; }
.mobile-action-nav { display: none; }

@media (max-width: 768px) {
  .site-nav .language-switcher { width: 100%; justify-content: center; }
  .service-search { grid-template-columns: auto minmax(0,1fr); }
  .service-search .btn { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .service-grid { grid-template-columns: 1fr !important; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .about-trust-grid { grid-template-columns: 1fr; }
  .float-btns { display: none; }
  .mobile-action-nav {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 450;
    min-height: 64px;
    padding: .35rem .25rem max(.35rem, env(safe-area-inset-bottom));
    background: rgba(255,255,255,.98);
    border-top: 1px solid #d7e2ef;
    box-shadow: 0 -8px 24px rgba(15,48,84,.12);
  }
  .mobile-action-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .1rem;
    min-height: 52px;
    color: #284b70;
    font-size: .66rem;
    font-weight: 750;
  }
  .mobile-action-nav span { font-size: 1.15rem; line-height: 1; }
  body { padding-bottom: 68px; }
}

@media (max-width: 420px) {
  .category-grid { grid-template-columns: 1fr !important; }
  .hero-title { font-size: 1.65rem; }
}

/* ============================================================
   v7 colour correction: original light-yellow identity +
   fully separated dark-mode styles.
   ============================================================ */
:root:not([data-theme="dark"]) {
  --bg:
    radial-gradient(circle at top left, rgba(251,191,36,.18), transparent 24%),
    radial-gradient(circle at top right, rgba(245,158,11,.14), transparent 22%),
    linear-gradient(180deg, #fffef7 0%, #fff9e5 54%, #fff5d2 100%);
  --text: #1e1800;
  --text-muted: #765f20;
  --accent: #f4b400;
  --accent-strong: #a96d00;
  --accent-dark: #1e1800;
  --panel-bg: rgba(255, 249, 218, .94);
  --panel-border: rgba(183,121,0,.16);
  --shadow: 0 20px 55px rgba(147,101,10,.12);
  --shadow-sm: 0 5px 18px rgba(147,101,10,.09);
}

html:not([data-theme="dark"]) body { background: var(--bg); color: var(--text); }
html:not([data-theme="dark"]) .site-header {
  background: linear-gradient(100deg, rgba(255,251,229,.98), rgba(255,224,115,.96), rgba(255,190,0,.94));
  border-bottom-color: rgba(183,121,0,.18);
  box-shadow: 0 5px 22px rgba(147,101,10,.10);
}
html:not([data-theme="dark"]) .hero-copy {
  background: linear-gradient(135deg, rgba(255,252,232,.98), rgba(255,239,175,.88));
  border-color: rgba(183,121,0,.17);
}
html:not([data-theme="dark"]) .card,
html:not([data-theme="dark"]) .panel,
html:not([data-theme="dark"]) .service-info,
html:not([data-theme="dark"]) .apply-card,
html:not([data-theme="dark"]) .track-card,
html:not([data-theme="dark"]) .track-hero-copy,
html:not([data-theme="dark"]) .track-hero-side-card,
html:not([data-theme="dark"]) .track-support-strip {
  background: rgba(255,249,218,.94);
  border-color: rgba(183,121,0,.16);
}
html:not([data-theme="dark"]) .btn-primary {
  background: #1e1800 !important;
  border-color: #1e1800 !important;
  color: #fff8dd !important;
}
html:not([data-theme="dark"]) .btn-primary:hover {
  background: #3a2b00 !important;
  border-color: #3a2b00 !important;
}
html:not([data-theme="dark"]) .btn-ghost {
  background: rgba(255,255,255,.68);
  border-color: rgba(183,121,0,.24);
  color: #1e1800;
}
html:not([data-theme="dark"]) .site-nav .nav-account-btn { color: #fff8dd !important; }
html:not([data-theme="dark"]) .service-search {
  background: rgba(255,255,255,.9);
  border-color: rgba(183,121,0,.24);
  box-shadow: 0 12px 30px rgba(147,101,10,.11);
}
html:not([data-theme="dark"]) .card-icon,
html:not([data-theme="dark"]) .tag,
html:not([data-theme="dark"]) .category-card-count,
html:not([data-theme="dark"]) .pill { background: #fff1b8; color: #855800; border-color: #efd477; }
html:not([data-theme="dark"]) .price { color: #855800; }
html:not([data-theme="dark"]) .language-switcher { background: rgba(255,255,255,.55); border-color: rgba(183,121,0,.22); }
html:not([data-theme="dark"]) .site-nav .language-switcher a.active { background: #1e1800; color: #fff8dd; }

[data-theme="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(244,180,0,.08), transparent 24%),
    linear-gradient(180deg, #0f0d00 0%, #151100 54%, #1a1500 100%);
  color: #f5e9c0;
}
[data-theme="dark"] .site-header {
  background: linear-gradient(135deg, rgba(30,24,0,.96), rgba(15,12,0,.98));
  border-bottom-color: rgba(244,180,0,.18);
}
[data-theme="dark"] .hero-copy,
[data-theme="dark"] .card,
[data-theme="dark"] .panel,
[data-theme="dark"] .service-info,
[data-theme="dark"] .apply-card,
[data-theme="dark"] .track-card,
[data-theme="dark"] .track-hero-copy,
[data-theme="dark"] .track-hero-side-card,
[data-theme="dark"] .track-support-strip {
  background: rgba(30,24,0,.86);
  border-color: rgba(244,180,0,.16);
  color: #f5e9c0;
}
[data-theme="dark"] .btn-primary {
  background: #f4b400 !important;
  border-color: #f4b400 !important;
  color: #1e1800 !important;
}
[data-theme="dark"] .btn-primary:hover { background: #ffd34e !important; border-color: #ffd34e !important; }
[data-theme="dark"] .btn-ghost { background: rgba(244,180,0,.08); border-color: rgba(244,180,0,.25); color: #f5e9c0; }
[data-theme="dark"] .service-search { background: rgba(30,24,0,.92); border-color: rgba(244,180,0,.25); }
[data-theme="dark"] .service-search input { color: #f5e9c0; }
[data-theme="dark"] .language-switcher { background: rgba(244,180,0,.08); border-color: rgba(244,180,0,.2); }
[data-theme="dark"] .site-nav .language-switcher a { color: #d9c786; }
[data-theme="dark"] .site-nav .language-switcher a.active { background: #f4b400; color: #1e1800; }
[data-theme="dark"] .contact-details-panel .footer-links,
[data-theme="dark"] .contact-details-panel .footer-links a { color: #f5e9c0 !important; }
[data-theme="dark"] .privacy-inline-note { background: rgba(244,180,0,.08); border-color: rgba(244,180,0,.2); color: #d9c786; }
[data-theme="dark"] .mobile-action-nav { background: rgba(20,16,0,.98); border-top-color: rgba(244,180,0,.2); }
[data-theme="dark"] .mobile-action-nav a { color: #f5e9c0; }

.announce-bar .container { overflow: hidden; }
.announce-inner {
  animation: marquee 28s linear infinite !important;
  width: max-content;
  min-width: 100%;
  white-space: nowrap !important;
  justify-content: flex-start !important;
  gap: 2.5rem;
}
.announce-inner:hover { animation-play-state: paused !important; }

/* v8 dark-mode contrast correction */
[data-theme="dark"] {
  --text: #fff4cc;
  --text-muted: #d7c58c;
  --accent: #f4b400;
  --accent-strong: #ffd45a;
  --accent-dark: #f4b400;
  --panel-bg: rgba(30,24,0,.88);
  --panel-border: rgba(244,180,0,.22);
}
[data-theme="dark"] .hero-title,
[data-theme="dark"] .section-head h1,
[data-theme="dark"] .section-head h2,
[data-theme="dark"] .service-info h1,
[data-theme="dark"] .track-card h2,
[data-theme="dark"] .apply-card h2,
[data-theme="dark"] .panel h1,
[data-theme="dark"] .panel h2,
[data-theme="dark"] .panel h3,
[data-theme="dark"] .card h3 { color: #fff4cc !important; }
[data-theme="dark"] p.lead,
[data-theme="dark"] .section-head p,
[data-theme="dark"] .muted,
[data-theme="dark"] .card p,
[data-theme="dark"] .service-info p,
[data-theme="dark"] .apply-card p { color: #d7c58c !important; }
[data-theme="dark"] .benefit-chip,
[data-theme="dark"] .trust-badge {
  background: rgba(244,180,0,.09);
  border-color: rgba(244,180,0,.24);
  color: #f7d86f !important;
}
[data-theme="dark"] .service-search input::placeholder { color: #a99b6d; opacity: 1; }
[data-theme="dark"] .quick-track-bar input { color: #fff4cc; }
[data-theme="dark"] .quick-track-bar input::placeholder { color: #c8b981; opacity: 1; }
[data-theme="dark"] .quick-track-bar .btn-accent {
  background: #f4b400 !important;
  border-color: #f4b400 !important;
  color: #1e1800 !important;
}
[data-theme="dark"] .eyebrow,
[data-theme="dark"] .tag,
[data-theme="dark"] .pill,
[data-theme="dark"] .category-card-count { color: #ffd45a !important; }
[data-theme="dark"] .site-footer { background: #120f02; color: #f5e9c0; }
[data-theme="dark"] .site-footer .footer-copy,
[data-theme="dark"] .site-footer .footer-links li,
[data-theme="dark"] .site-footer .footer-links a { color: #ddd0a4 !important; }
[data-theme="dark"] .site-footer .brand-text small,
[data-theme="dark"] .site-footer .footer-bottom small { color: #bcae7f !important; }
[data-theme="dark"] .footer-disclaimer { color: #eee1b9 !important; background: rgba(244,180,0,.07); }
[data-theme="dark"] .footer-disclaimer strong { color: #fff4cc !important; }
[data-theme="dark"] .footer-badges span {
  background: rgba(244,180,0,.12) !important;
  color: #f7d86f !important;
  border: 1px solid rgba(244,180,0,.18);
}
[data-theme="dark"] .faq-toggle,
[data-theme="dark"] .faq-body,
[data-theme="dark"] .faq-body p { color: #fff4cc !important; }
[data-theme="dark"] .form label,
[data-theme="dark"] .form label > span,
[data-theme="dark"] .afield label { color: #fff4cc !important; }
[data-theme="dark"] .form input,
[data-theme="dark"] .form textarea,
[data-theme="dark"] .form select {
  background: rgba(255,255,255,.06) !important;
  color: #fff4cc !important;
  border-color: rgba(244,180,0,.24) !important;
}
[data-theme="dark"] .form input::placeholder,
[data-theme="dark"] .form textarea::placeholder { color: #a99b6d !important; opacity: 1; }

/* v9 service discovery and conversion upgrade */
.service-directory-head { display:flex; align-items:flex-end; justify-content:space-between; gap:1rem; }
.directory-count { padding:.55rem .8rem; border:1px solid var(--panel-border); border-radius:999px; background:var(--panel-bg); white-space:nowrap; }
.directory-toolbar { display:flex; gap:.55rem; overflow-x:auto; padding:.25rem 0 1.1rem; scrollbar-width:thin; }
.service-filter { flex:0 0 auto; border:1px solid var(--panel-border); background:var(--panel-bg); color:var(--text); border-radius:999px; padding:.55rem .85rem; font:inherit; font-weight:700; cursor:pointer; }
.service-filter:hover,.service-filter.active { background:var(--accent); border-color:var(--accent); color:#201800; }
.directory-grid { align-items:stretch; }
.directory-service-card { display:flex; flex-direction:column; gap:.7rem; }
.directory-service-card[hidden] { display:none !important; }
.directory-card-top { display:flex; align-items:center; justify-content:space-between; gap:.75rem; }
.directory-card-meta { display:flex; flex-wrap:wrap; gap:.45rem; margin-top:auto; }
.directory-card-meta span { font-size:.75rem; font-weight:700; padding:.35rem .5rem; border-radius:8px; background:var(--soft-bg); border:1px solid var(--panel-border); color:var(--text-muted); }
.directory-card-actions { display:flex; gap:.55rem; padding-top:.15rem; }
.directory-card-actions .btn:first-child { flex:1; }

.service-fact-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; margin:1.2rem 0; }
.service-fact { display:grid; grid-template-columns:auto 1fr; column-gap:.65rem; padding:.9rem; background:var(--panel-bg); border:1px solid var(--panel-border); border-radius:14px; }
.service-fact > span { grid-row:1/3; font-size:1.3rem; }
.service-fact small { color:var(--text-muted); font-weight:700; }
.service-fact strong { color:var(--text); font-size:.9rem; line-height:1.35; }
.fee-clarity-note { padding:.8rem .9rem; border-radius:12px; background:rgba(244,180,0,.09); border:1px solid rgba(244,180,0,.28); color:var(--text); font-size:.85rem; line-height:1.55; }
.btn-whatsapp { background:#16a34a; color:#fff; border-color:#16a34a; }
.service-help-cta { margin:1rem 0; }
.mobile-service-cta { display:none; }

[data-theme="dark"] .service-filter { color:#fff4cc; background:rgba(255,255,255,.04); }
[data-theme="dark"] .service-filter.active { color:#1e1800; background:#f4b400; }
[data-theme="dark"] .directory-card-meta span,
[data-theme="dark"] .service-fact small { color:#d7c58c; }
[data-theme="dark"] .service-fact strong,
[data-theme="dark"] .fee-clarity-note { color:#fff4cc; }

@media (max-width: 760px) {
  .service-directory-head { align-items:flex-start; }
  .directory-count { font-size:.78rem; }
  .service-fact-grid { grid-template-columns:1fr; }
  .directory-card-actions { flex-direction:column; }
  body:has(.mobile-service-cta) { padding-bottom:8.25rem; }
  body:has(.mobile-service-cta) .mobile-action-nav { bottom:4rem; }
  .mobile-service-cta { position:fixed; z-index:70; display:flex; left:0; right:0; bottom:0; gap:.55rem; padding:.55rem .75rem max(.55rem,env(safe-area-inset-bottom)); background:rgba(255,255,255,.97); border-top:1px solid var(--panel-border); box-shadow:0 -8px 22px rgba(0,0,0,.12); }
  .mobile-service-cta a { flex:1; text-align:center; text-decoration:none; padding:.75rem .55rem; border:1px solid #16a34a; border-radius:12px; color:#15803d; font-weight:800; }
  .mobile-service-cta a.primary { flex:1.35; background:var(--accent); border-color:var(--accent); color:#211800; }
  [data-theme="dark"] .mobile-service-cta { background:rgba(18,15,2,.98); }
}

/* v10 secure password recovery */
.reset-shell { max-width:520px; }
.reset-panel { padding:clamp(1.25rem,4vw,2rem); }
.reset-heading { text-align:center; margin-bottom:1.25rem; }
.reset-heading h1 { margin:.55rem 0 .35rem; }
.reset-icon { width:64px; height:64px; display:grid; place-items:center; margin:0 auto .8rem; font-size:2rem; border-radius:20px; background:rgba(244,180,0,.13); border:1px solid rgba(244,180,0,.28); }
.reset-progress { display:flex; align-items:center; justify-content:center; margin:1.1rem 0 1.4rem; }
.reset-progress span { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; border:2px solid var(--panel-border); color:var(--text-muted); font-size:.8rem; font-weight:800; }
.reset-progress span.active { background:var(--accent); border-color:var(--accent); color:#211800; }
.reset-progress i { width:55px; height:2px; background:var(--panel-border); }
.otp-input { text-align:center; letter-spacing:.75rem; font-size:1.5rem !important; font-weight:800; padding-left:1.4rem !important; }
.password-rules { display:flex; flex-wrap:wrap; gap:.4rem; margin:-.35rem 0 .8rem; }
.password-rules span { padding:.3rem .5rem; border-radius:999px; background:rgba(100,116,139,.1); color:var(--text-muted); font-size:.7rem; font-weight:700; }
.password-rules span.ok { background:rgba(22,163,74,.13); color:#15803d; }
.reset-security-note { margin:1rem 0 0; padding:.75rem; border-radius:10px; background:rgba(244,180,0,.08); border:1px solid rgba(244,180,0,.2); color:var(--text-muted); font-size:.78rem; line-height:1.5; }
.reset-secondary { text-align:center; margin-top:1rem; }
.reset-secondary a { color:var(--accent-strong); font-weight:800; }
[data-theme="dark"] .reset-heading h1 { color:#fff4cc; }
[data-theme="dark"] .password-rules span.ok { color:#86efac; }
.reset-panel { position:relative; overflow:hidden; }
.reset-panel::before { content:""; position:absolute; width:180px; height:180px; border-radius:50%; background:rgba(244,180,0,.11); top:-95px; right:-75px; pointer-events:none; }
.reset-success-card { text-align:center; padding:.5rem 0; }
.reset-success-check { width:76px; height:76px; margin:0 auto 1rem; display:grid; place-items:center; border-radius:50%; background:#16a34a; color:#fff; font-size:2.4rem; font-weight:900; box-shadow:0 12px 30px rgba(22,163,74,.25); animation:resetPop .45s ease both; }
.reset-success-card h2 { margin:.2rem 0 .45rem; }
.reset-success-card p { color:var(--text-muted); margin:0 0 1.25rem; line-height:1.6; }
@keyframes resetPop { from { transform:scale(.55); opacity:0; } to { transform:scale(1); opacity:1; } }

/* v12 customer dashboard */
.customer-app-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; margin-bottom:1.25rem; }
.customer-app-card { padding:1rem; border:1px solid var(--panel-border); border-radius:15px; background:var(--panel-bg); }
.customer-app-card-top { display:flex; justify-content:space-between; gap:.6rem; align-items:center; }
.customer-app-card-top small { color:var(--text-muted); }
.customer-app-card h3 { margin:.8rem 0 .25rem; font-size:1rem; }
.customer-ref { color:var(--accent-strong); font-size:.82rem; }
.mini-progress { height:7px; margin:.8rem 0; border-radius:999px; background:rgba(100,116,139,.15); overflow:hidden; }
.mini-progress i { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#f4b400,#ffd45a); }
.customer-remark { padding:.55rem; border-radius:8px; background:rgba(244,180,0,.08); font-size:.78rem; }
.customer-app-actions { display:flex; gap:.5rem; margin-top:.8rem; }
.notification-feed { display:grid; gap:.6rem; }
.notification-item { display:flex; gap:.75rem; padding:.8rem; border:1px solid var(--panel-border); border-radius:12px; }
.notification-channel { width:36px; height:36px; flex:0 0 36px; display:grid; place-items:center; border-radius:10px; background:rgba(244,180,0,.1); }
.notification-item p { margin:.2rem 0; color:var(--text-muted); font-size:.8rem; }
.notification-item small { color:var(--text-muted); font-size:.7rem; }
@media(max-width:700px){.customer-app-grid{grid-template-columns:1fr}.customer-app-actions{flex-direction:column}}
