:root {
  --c: #a031d1;
  --c2: #e62e8d;
  --blue: #2794ff;
  --ink: #f4f2fa;
  --mut: #9b96ad;
  --line: rgba(255,255,255,.1);
  --bg: #0b0a12;
  --navy: #07060d;
  --card: rgba(255,255,255,.045);
  --grad: linear-gradient(90deg, #2794ff, #a031d1, #e62e8d);
  --sh: 0 24px 80px rgba(0,0,0,.35);
}

html { scroll-behavior: smooth; }
body.site-home {
  margin: 0;
  background: var(--bg);
  color: var(--mut);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}
.site-home img { max-width: 100%; height: auto; }
.site-home a { text-decoration: none; color: inherit; }
h1,h2,h3,h4 {
  font-family: Manrope, Inter, sans-serif;
  color: var(--ink);
  letter-spacing: -.04em;
  line-height: 1.12;
  margin: 0;
}

/* Atmosphere — BVNK-like mesh + grid */
.fx-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.fx-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 75%);
}
.fx-noise {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
}
.fx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orb 18s ease-in-out infinite alternate;
}
.fx-orb.o1 {
  width: 520px; height: 520px;
  top: -160px; right: -80px;
  background: rgba(39,148,255,.38);
}
.fx-orb.o2 {
  width: 460px; height: 460px;
  top: 18%; left: -140px;
  background: rgba(160,49,209,.32);
  animation-duration: 22s;
}
.fx-orb.o3 {
  width: 420px; height: 420px;
  bottom: -120px; right: 18%;
  background: rgba(230,46,141,.22);
  animation-duration: 26s;
}
@keyframes orb {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(-40px, 30px, 0) scale(1.12); }
}

.site-home > *:not(.fx-atmosphere) { position: relative; z-index: 1; }

.topbar { display: none !important; }

.fx-nav {
  background: rgba(11,10,18,.55) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}
.fx-nav .nav-link {
  color: #d6d2e4 !important;
  font-weight: 500;
  font-size: 14px;
  padding: .55rem .85rem !important;
}
.fx-nav .nav-link:hover { color: #fff !important; }
.fx-brand img, .navbar-brand img {
  height: 34px;
  mix-blend-mode: screen;
}
.fx-link { color: #d6d2e4; font-weight: 600; font-size: 14px; }
.fx-link:hover { color: #fff; }
.navbar-toggler { border: 0; color: #fff; }

.btn-g {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  font-weight: 700; font-size: 14px; border: 0;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn-g:hover { transform: translateY(-1px); filter: brightness(1.08); }
.btn-g.primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px rgba(160,49,209,.28); }
.btn-g.dark { background: #fff; color: #0b0a12; }
.btn-g.ghost {
  background: rgba(255,255,255,.04);
  color: #fff;
  border: 1px solid var(--line);
}
.btn-g.white { background: #fff; color: #0b0a12; }
.btn-g.line-w { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c9c4d8;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.kicker::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 12px #a031d1;
}

.hero {
  background: transparent;
  padding: 88px 0 64px;
  overflow: hidden;
}
.hero h1 { font-size: clamp(42px, 6.4vw, 76px); margin-bottom: 18px; color: #fff; }
.hero h1 span {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lead-t { font-size: 18px; max-width: 540px; margin-bottom: 28px; color: #b7b2c6; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-rate { display: flex; align-items: center; gap: 14px; }
.hero-rate .av { display: flex; }
.hero-rate .av span {
  width: 36px; height: 36px; border-radius: 50%; border: 2px solid #0b0a12;
  background: #2a1a44; margin-left: -8px; display: grid; place-items: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
.hero-rate .av span:first-child { margin-left: 0; }
.stars { color: #f5b301; }

.trust-row {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px;
}
.trust-chip {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: #d6d2e4;
}

.hero-art { position: relative; min-height: 420px; }
.hero-art img.main {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--sh);
  border: 1px solid var(--line);
  animation: floaty 6s ease-in-out infinite;
}
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.float {
  position: absolute;
  background: rgba(18,16,28,.72);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  box-shadow: var(--sh);
  padding: 14px 16px;
  border: 1px solid var(--line);
  animation: floaty 7s ease-in-out infinite;
}
.float.a { left: -12px; top: 36px; animation-delay: .4s; }
.float.b { right: 0; bottom: 24px; min-width: 220px; animation-delay: .8s; }
.float b { display: block; color: #fff; font-size: 20px; }
.float small { color: var(--mut); }

.logos-row {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  background: rgba(255,255,255,.02);
}
.logos-row p { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; color: #8e89a3; }
.logos-row img { height: 30px; margin: 0 18px 8px; opacity: .7; filter: brightness(1.4); }

.sec { padding: 96px 0; }
.sec.alt { background: rgba(255,255,255,.02); }
.sec-title { max-width: 680px; margin-bottom: 40px; }
.sec-title.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-title h2 { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 12px; }

.f-card, .quote, .blog-card, .form-card, .table-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  backdrop-filter: blur(14px);
}
.f-card {
  padding: 28px;
  height: 100%;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.f-card:hover {
  transform: translateY(-6px);
  border-color: rgba(160,49,209,.45);
  box-shadow: 0 20px 50px rgba(39,148,255,.12);
}
.ico {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(39,148,255,.18), rgba(160,49,209,.12));
  color: #fff; font-size: 22px; margin-bottom: 16px;
  border: 1px solid var(--line);
}

.check { list-style: none; padding: 0; margin: 18px 0 24px; }
.check li { position: relative; padding-left: 28px; margin: 10px 0; }
.check li::before {
  content: "✓";
  position: absolute; left: 0; color: #2794ff; font-weight: 800;
}

.shot {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--sh);
  border: 1px solid var(--line);
  background: #111018;
}

.dark {
  background: rgba(0,0,0,.28);
  color: var(--mut);
  padding: 96px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.dark h2, .dark h3 { color: #fff; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  text-align: left;
  padding: 24px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  transition: transform .3s ease, border-color .3s ease;
}
.step:hover { transform: translateY(-4px); border-color: rgba(39,148,255,.4); }
.step .n {
  width: 44px; height: 44px; margin: 0 0 14px;
  border-radius: 12px;
  background: var(--grad); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 16px;
}

.quote { padding: 28px; height: 100%; }
.quote h4 { color: #fff; }
.blog-card { overflow: hidden; height: 100%; transition: transform .3s ease, border-color .3s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(230,46,141,.4); }
.blog-card img { width: 100%; height: 180px; object-fit: cover; }
.blog-card .p { padding: 20px; }
.blog-card h3 { font-size: 18px; margin-bottom: 8px; }
.blog-card a { color: #fff; }

.faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 4px 18px;
  margin-bottom: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  padding: 14px 0;
}
.faq details[open] summary { color: #c9a6ff; }
.faq p { padding-bottom: 12px; }

.cta-box, .fx-cta-banner {
  background: var(--grad);
  color: #fff;
  border-radius: 28px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.cta-box h2, .fx-cta-banner h2 { color: #fff; margin-bottom: 10px; }
.fx-cta-wrap { padding: 0 0 24px; }
.fx-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.btn.fx-btn, .fx-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; border: 0;
}
.fx-btn-primary, .fx-btn-light { background: #fff; color: #0b0a12; }
.fx-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }

.fx-footer { background: transparent; color: #9b96ad; padding: 72px 0 20px; }
.fx-footer h3 { color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.fx-footer ul { list-style: none; padding: 0; margin: 0; }
.fx-footer li { margin: 8px 0; }
.fx-footer a { color: #9b96ad; }
.fx-footer a:hover { color: #fff; }
.fx-volume-chip {
  margin-top: 16px; padding: 14px; border-radius: 16px;
  border: 1px solid var(--line); background: var(--card);
}
.fx-volume-chip span { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.fx-volume-chip strong { color: #fff; }
.fx-social {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; background: var(--card); color: #fff; border: 1px solid var(--line);
}
.fx-footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  border-top: 1px solid var(--line); margin-top: 40px; padding-top: 16px; font-size: 13px;
}
#cookie-alert {
  position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 720px; margin: 0 auto; z-index: 80;
  background: rgba(18,16,28,.9); color: #d6d2e4; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh);
  padding: 12px 16px; display: flex; justify-content: space-between; gap: 12px; align-items: center;
  backdrop-filter: blur(16px);
}
#cookie-alert a { color: #fff; text-decoration: underline; }
#cookie-alert button { background: var(--grad); color: #fff; border: 0; border-radius: 999px; padding: 8px 14px; font-weight: 700; }

.page-hero {
  background: transparent;
  padding: 72px 0 40px;
  text-align: center;
}
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); margin-bottom: 12px; color: #fff; }
.page-hero .lead-t { max-width: 640px; margin: 0 auto; color: #b7b2c6; }

.article-hero { padding: 64px 0 0; text-align: center; }
.article-hero h1 { font-size: clamp(32px, 4.6vw, 52px); max-width: 900px; margin: 0 auto 14px; color: #fff; }
.article-hero .lead-t { max-width: 640px; margin: 0 auto 20px; }
.article-crumb {
  display: inline-flex; margin-bottom: 16px; color: #9b96ad; font-size: 13px; font-weight: 600;
}
.article-crumb:hover { color: #fff; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.article-meta span {
  border: 1px solid var(--line); background: var(--card); border-radius: 999px;
  padding: 6px 12px; font-size: 12px; color: #d6d2e4;
}
.article-cover {
  max-width: 920px; margin: 0 auto;
  border-radius: 24px; overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh);
  background: #111018;
}
.article-cover img { width: 100%; height: min(420px, 52vw); object-fit: cover; display: block; }
.article-sec { padding-top: 48px; }
.article-body {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px 40px;
  backdrop-filter: blur(14px);
}
.article-body h2 { font-size: 26px; margin: 32px 0 12px; }
.article-body p { margin-bottom: 16px; font-size: 17px; }
.article-list { list-style: none; padding: 0; margin: 8px 0 24px; }
.article-list li {
  position: relative; padding: 14px 16px 14px 44px; margin-bottom: 10px;
  border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03);
}
.article-list li::before {
  content: "";
  position: absolute; left: 16px; top: 20px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--grad);
}
.article-quote {
  margin: 28px 0;
  padding: 24px 28px;
  border-radius: 18px;
  border: 1px solid rgba(160,49,209,.35);
  background: linear-gradient(135deg, rgba(39,148,255,.12), rgba(230,46,141,.1));
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.4;
}
.article-views { margin-top: 28px; color: #9b96ad; font-size: 14px; }
.blog-search { display: flex; gap: 10px; margin-bottom: 28px; }
.blog-search input { flex: 1; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); color: #fff; padding: 12px 14px; }
.blog-pager { display: flex; gap: 8px; margin-top: 28px; flex-wrap: wrap; }
.blog-pager a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: #fff; }
.blog-pager a.on { background: var(--grad); }
.article-side .f-card h3 { font-size: 22px; margin-bottom: 8px; }

@media (max-width: 767px) {
  .article-body { padding: 24px 20px; }
  .article-cover img { height: 220px; }
}

.stats {
  background: transparent;
  color: #9b96ad;
  padding: 56px 0;
}
.stats b { display: block; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(36px, 4.4vw, 52px); }

.form-card, .table-card { padding: 28px; }
.site-home .form-control, .site-home select, .site-home textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 50px;
  padding: 12px 14px;
  font-size: 15px;
  background: rgba(255,255,255,.04);
  color: #fff;
}
.site-home textarea.form-control { min-height: 140px; }
.hp-field { position: absolute; left: -9999px; }
.alert-ok { background: rgba(39,148,255,.15); color: #fff; border-radius: 12px; padding: 12px 14px; }
.alert-bad { background: rgba(230,46,141,.18); color: #fff; border-radius: 12px; padding: 12px 14px; }
.fees-table { width: 100%; border-collapse: collapse; color: #d6d2e4; }
.fees-table th, .fees-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.fees-table th { background: rgba(255,255,255,.04); color: #fff; font-size: 13px; }
.fee-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); color: #d6d2e4; }
.fee-row.is-total { font-weight: 800; color: #fff; border-bottom: 0; }
.prose { max-width: 820px; margin: 0 auto; }
.prose h2, .prose h3, .prose h4 { margin: 28px 0 10px; color: #fff; }
.prose p, .prose li { margin-bottom: 12px; }
.mt-60 { margin-top: 2.5rem !important; }
.mt-20 { margin-top: 1.25rem !important; }
.fw-600 { font-weight: 600; }
.text-xl { font-size: 1.25rem; }
.legal [class*="text-slate"], .legal [class*="text-amber"] { color: var(--mut) !important; }
.legal h1, .legal h2, .legal h3 { color: #fff !important; }
.legal [class*="bg-slate"], .legal [class*="bg-amber"] { background: var(--card) !important; border-color: var(--line) !important; }
.legal a { color: #c9a6ff; text-decoration: underline; }
.map-wrap { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.site-home .accordion-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.site-home .accordion-button {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  color: #fff;
  background: transparent;
  box-shadow: none !important;
}
.site-home .accordion-button:not(.collapsed) { background: rgba(160,49,209,.16); color: #fff; }
.site-home .accordion-body { color: var(--mut); }
.dark .kicker { color: #c9c4d8; }
.fx-nav .nav-link.active { color: #fff !important; }

.fx-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.fx-reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .fx-orb, .hero-art img.main, .float { animation: none !important; }
  .fx-reveal { opacity: 1; transform: none; }
}

@media (max-width: 991px) {
  .hero { padding: 48px 0 36px; }
  .sec, .dark { padding: 64px 0; }
  .hero-art { min-height: 0; margin-top: 32px; }
  .float { position: static; margin-top: 12px; animation: none; }
  .steps { grid-template-columns: 1fr 1fr; }
  .fx-nav-actions { padding: 10px 0 6px; }
}
@media (max-width: 575px) {
  .steps { grid-template-columns: 1fr; }
  .hero-cta .btn-g { width: 100%; }
}
