:root {
  --bg: #f6f4ff;
  --bg-soft: #f9f7ff;
  --surface: #ffffff;
  --surface-2: #faf8ff;
  --surface-3: #f1ecff;
  --text: #19152a;
  --muted: #655d7f;
  --line: rgba(104, 72, 170, 0.14);
  --line-strong: rgba(104, 72, 170, 0.22);
  --primary: #6b2ecf;
  --primary-2: #8f56e4;
  --accent: #0fa958;
  --accent-2: #0a8244;
  --warning: #fff6e9;
  --danger: #cb3644;
  --shadow: 0 22px 60px rgba(40, 20, 79, 0.12);
  --shadow-sm: 0 10px 30px rgba(34, 20, 64, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius: 18px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --max: 1180px;
  --header: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; display: block; }
p, h1, h2, h3, h4, h5 { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }
section { scroll-margin-top: calc(var(--header) + 18px); }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.section { padding: 78px 0; }
.section-sm { padding: 30px 0; }
.section-alt { background: linear-gradient(180deg, var(--bg) 0%, #fff 100%); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(107, 46, 207, 0.1);
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.lead { font-size: 1.08rem; color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.grid { display: grid; gap: 24px; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 1200;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(107, 46, 207, 0.24);
  outline-offset: 3px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  box-shadow: 0 16px 36px rgba(107, 46, 207, 0.22);
}
.btn-outline { background: #fff; color: var(--primary); border-color: var(--line-strong); }
.btn-soft { background: rgba(107, 46, 207, 0.08); color: var(--primary); }
.btn-accent { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; }
.tag-row, .badge-row, .mini-cta, .hero-actions, .inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag {
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 700;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.topbar {
  background: #181229;
  color: rgba(255,255,255,.88);
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
}
.topbar p { color: rgba(255,255,255,.84); }
.topbar-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.topbar-links a { color: #fff; font-weight: 700; }
.nav {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  min-width: 0;
}
.brand img { width: auto; height: 50px; }
.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}
.brand-copy strong { font-size: 1rem; letter-spacing: 0.01em; }
.brand-copy small { color: var(--muted); font-weight: 700; font-size: 0.77rem; }
.nav-links, .nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-links a {
  position: relative;
  padding: 8px 0;
  font-weight: 700;
  color: var(--text);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  opacity: 0;
  transform: scaleX(.4);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after,
.nav-links a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.nav-links a.active,
.nav-links a[aria-current="page"] { color: var(--primary); }
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu {
  display: none;
  padding: 0 0 18px;
}
.mobile-menu.open { display: block; }
.menu-panel {
  display: grid;
  gap: 10px;
}
.menu-panel a,
.menu-panel .menu-actions {
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
}
.menu-panel .menu-actions { display: grid; gap: 10px; }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(107, 46, 207, 0.16), rgba(107, 46, 207, 0) 30%),
    linear-gradient(180deg, var(--bg) 0%, #fff 58%);
  padding: 34px 0 78px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto auto 6% -8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 169, 88, 0.14), rgba(15, 169, 88, 0));
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: center;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 18px 0;
}
.hero h1 span { color: var(--primary); }
.hero-note { color: var(--muted); font-size: 0.95rem; }
.panel,
.card,
.stats-card,
.quote-card,
.check-card,
.identity-card,
.verify-item,
.social-card,
.highlight-box,
.map-card,
.step-card,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.hero-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,169,88,0.18), rgba(15,169,88,0));
}
.kpi-grid, .cards-2, .cards-3, .cards-4, .cards-auto, .stats-grid, .identity-grid, .check-grid, .verify-grid, .social-grid, .step-grid, .contact-grid {
  display: grid;
  gap: 20px;
}
.kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-auto { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.identity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.verify-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.social-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-grid { grid-template-columns: 1.1fr 0.9fr; }
.kpi, .stat, .verify-item, .identity-card, .contact-card, .check-card, .step-card {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--surface-2);
}
.kpi strong, .stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 1.35rem;
}
.section-head {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  margin-bottom: 36px;
}
.card, .quote-card, .map-card {
  padding: 24px;
}
.card h3,
.quote-card h3,
.highlight-box h3,
.contact-card h3,
.step-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.card p,
.quote-card p,
.contact-card p,
.identity-card p,
.verify-item p,
.step-card p { color: var(--muted); }
.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(107, 46, 207, 0.1);
  color: var(--primary);
  font-size: 1.28rem;
  font-weight: 900;
}
.icon.alt { background: rgba(15,169,88,0.12); color: var(--accent-2); }
.list { display: grid; gap: 10px; margin-top: 16px; }
.list li { display: flex; gap: 10px; align-items: flex-start; }
.list li::before { content: "✓"; color: var(--accent); font-weight: 900; }
.breadcrumbs {
  padding-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}
.breadcrumbs a { color: var(--primary); }
.page-hero {
  background: linear-gradient(180deg, var(--bg) 0%, #fff 100%);
  padding: 28px 0 32px;
}
.page-hero .lead { max-width: 760px; }
.identity-strip {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  border-top: 1px solid rgba(104, 72, 170, 0.08);
  border-bottom: 1px solid rgba(104, 72, 170, 0.08);
}
.identity-card strong,
.verify-item strong,
.contact-card strong { display: block; margin-bottom: 6px; }
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.stat {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}
.logo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
}
.logo-card {
  min-height: 98px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-card img { max-height: 58px; object-fit: contain; }
.logo-card.tall img { max-height: 68px; }
.split,
.two-col {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: start;
}
.highlight-box {
  padding: 24px;
  background: linear-gradient(180deg, var(--surface-2), #fff);
}
.doc-prose { display: grid; gap: 16px; }
.doc-prose h2, .doc-prose h3 { margin-top: 8px; }
.doc-prose ul { list-style: disc; padding-left: 22px; }
.doc-prose ol { padding-left: 22px; }
.doc-prose li { margin: 6px 0; color: var(--muted); }
.notice {
  padding: 18px;
  border-radius: 18px;
  background: var(--warning);
  border: 1px solid rgba(233,174,48,.22);
}
.notice strong { display: block; margin-bottom: 6px; }
.faq { display: grid; gap: 14px; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin-top: 10px; color: var(--muted); }
.form { display: grid; gap: 14px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 0.94rem; font-weight: 800; }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid #d9d3e7;
  background: #fff;
  color: var(--text);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(107,46,207,.08);
}
.field-note { color: var(--muted); font-size: 0.9rem; }
.hp-field {
  position: absolute !important;
  left: -5000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  display: none;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}
.form-status.show { display: block; }
.form-status.error { background: #fff2f4; color: var(--danger); border: 1px solid rgba(203, 54, 68, 0.16); }
.form-status.success { background: #eefaf3; color: var(--accent-2); border: 1px solid rgba(15, 169, 88, 0.18); }
.map-card iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 18px;
}
.hours-table,
.simple-table {
  width: 100%;
  border-collapse: collapse;
}
.hours-table td,
.hours-table th,
.simple-table td,
.simple-table th {
  padding: 12px 10px;
  border-bottom: 1px solid #ece7f7;
  text-align: left;
  vertical-align: top;
}
.cta-band {
  display: grid;
  gap: 14px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-band p { color: rgba(255,255,255,.88); }
.quote-card {
  background: linear-gradient(180deg, #fff, var(--surface-2));
}
.quote-card blockquote {
  margin: 0;
  padding: 0;
  font-size: 1.02rem;
  color: var(--text);
}
.quote-card cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}
.social-card {
  padding: 18px;
  display: grid;
  gap: 6px;
}
.social-card strong { color: var(--text); }
.inline-links a,
.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-weight: 700;
}
.check-card {
  padding: 18px;
  background: linear-gradient(180deg, #fff, var(--surface-2));
}
.check-card p { color: var(--muted); }
.step-card {
  position: relative;
  overflow: hidden;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  font-weight: 900;
}
.site-footer {
  margin-top: 52px;
  background: #171225;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
  gap: 28px;
  padding: 58px 0 26px;
}
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer address,
.site-footer span { color: #d2cade; font-style: normal; }
.site-footer h4 { margin-bottom: 12px; }
.footer-logo { height: 54px; margin-bottom: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.back-to-top,
.quick-contact {
  position: fixed;
  right: 18px;
  border: none;
  border-radius: 50%;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.back-to-top {
  bottom: 18px;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 1.2rem;
  display: none;
}
.back-to-top.show { display: inline-flex; align-items: center; justify-content: center; }
.quick-contact {
  bottom: 78px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
@media (max-width: 1120px) {
  .hero-grid,
  .split,
  .two-col,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .cards-4,
  .verify-grid,
  .stats-grid,
  .stat-row,
  .identity-grid,
  .social-grid,
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  :root { --header: 76px; }
  .topbar-inner,
  .topbar-links { align-items: flex-start; }
  .topbar-inner { flex-direction: column; }
  .nav-links,
  .nav-actions { display: none; }
  .menu-toggle { display: inline-flex; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, var(--max)); }
  .section { padding: 58px 0; }
  .hero { padding: 24px 0 56px; }
  .hero-actions .btn { width: 100%; }
  .cards-2,
  .cards-3,
  .cards-4,
  .cards-auto,
  .verify-grid,
  .stats-grid,
  .stat-row,
  .kpi-grid,
  .identity-grid,
  .check-grid,
  .social-grid,
  .step-grid { grid-template-columns: 1fr; }
  .card,
  .panel,
  .hero-card,
  .highlight-box,
  .cta-band,
  .quote-card,
  .contact-card,
  .step-card,
  .check-card { padding: 20px; }
  .quick-contact { bottom: 74px; right: 14px; width: 52px; height: 52px; }
  .back-to-top { right: 14px; bottom: 14px; }
  .brand-copy strong { font-size: 0.94rem; }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #120f1d;
    --bg-soft: #171327;
    --surface: #191527;
    --surface-2: #211b32;
    --surface-3: #2a2140;
    --text: #f5f2ff;
    --muted: #c0b8d4;
    --line: rgba(190, 171, 239, 0.14);
    --line-strong: rgba(190, 171, 239, 0.22);
    --shadow: 0 22px 60px rgba(0,0,0,.34);
    --shadow-sm: 0 10px 28px rgba(0,0,0,.24);
    --warning: #3a2e10;
  }
  body { background: #130f1e; }
  .site-header { background: rgba(19, 15, 30, 0.88); border-bottom-color: rgba(255,255,255,.08); }
  .topbar { background: #0d0a16; }
  .btn-outline,
  .menu-toggle,
  .menu-panel a,
  .menu-panel .menu-actions,
  .tag,
  .inline-links a,
  .pill-link { background: var(--surface); }
  .site-footer { background: #0f0d17; }
  .logo-card img { filter: saturate(1.02); }
}
