/* ==========================================================================
   Bullzo — site stylesheet
   Light, premium fintech surface. All brand colours come from the admin panel
   via CSS custom properties injected in <head>.
   ========================================================================== */

/* ------------------------------------------------------------------ tokens */
:root {
  --brand:        #1a6ef5;
  --brand-700:    #0b46b0;
  --brand-900:    #0a2f78;
  --brand-50:     #eef4ff;
  --brand-100:    #dbe7ff;
  --accent:       #00b96b;
  --accent-50:    #e8faf1;
  --gold:         #f5a524;
  --rose:         #f04438;

  --ink:          #0b1220;
  --ink-2:        #33415c;
  --ink-3:        #6b7a90;
  --ink-4:        #93a1b5;

  --bg:           #ffffff;
  --bg-soft:      #f7f9fd;
  --bg-tint:      #f1f5fb;
  --line:         #e6ebf3;
  --line-soft:    #eff3f9;

  --r-xs: 8px;
  --r-sm: 11px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;

  --sh-xs: 0 1px 2px rgba(11,18,32,.05);
  --sh-sm: 0 2px 8px rgba(11,18,32,.06), 0 1px 2px rgba(11,18,32,.04);
  --sh:    0 8px 26px rgba(11,18,32,.07), 0 2px 6px rgba(11,18,32,.04);
  --sh-lg: 0 20px 50px rgba(11,18,32,.10), 0 6px 14px rgba(11,18,32,.05);
  --sh-xl: 0 36px 80px rgba(11,18,32,.14), 0 10px 24px rgba(11,18,32,.06);
  --sh-brand: 0 14px 34px rgba(26,110,245,.30);
  --sh-accent: 0 14px 34px rgba(0,185,107,.28);

  --wrap: 1180px;
  --nav-h: 60px;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }

body {
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.18; letter-spacing: -.025em; font-weight: 800; }
::selection { background: var(--brand-100); color: var(--brand-900); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }
.grad-text {
  background: linear-gradient(115deg, var(--brand) 0%, #4a9bff 40%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* -------------------------------------------------------- announcement bar */
.announce {
  background: linear-gradient(100deg, var(--brand-900), var(--brand-700) 45%, #0f5fa8 100%);
  color: #fff; text-align: center; font-size: 12px; font-weight: 500;
  padding: 9px 18px; letter-spacing: .012em; position: relative; overflow: hidden;
}
.announce b { color: #a9d4ff; font-weight: 700; }
.announce::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.18) 50%, transparent 80%);
  transform: translateX(-100%); animation: announce-sweep 7s ease-in-out infinite;
}
@keyframes announce-sweep { 0%,60% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

/* ------------------------------------------------------------- top header */
.topbar { background: #fff; border-bottom: 1px solid var(--line-soft); }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 22px; max-width: var(--wrap); margin: 0 auto; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  position: relative; width: 50px; height: 50px; border-radius: 14px; overflow: hidden;
  flex: 0 0 auto; box-shadow: 0 4px 14px rgba(11,18,32,.14); isolation: isolate;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

/* Silver star-shine that sweeps across the logo on a timer (admin-controlled) */
.brand-mark::before {
  content: ''; position: absolute; inset: -40%; pointer-events: none; z-index: 2;
  background: linear-gradient(115deg,
      transparent 38%,
      rgba(255,255,255,.15) 45%,
      rgba(255,255,255,.92) 50%,
      rgba(226,236,255,.75) 55%,
      transparent 62%);
  transform: translateX(-130%) rotate(2deg); opacity: 0;
}
.brand-mark.is-shining::before {
  animation: logo-shine var(--shine-duration, 750ms) var(--ease) 1 forwards;
}
@keyframes logo-shine {
  0%   { transform: translateX(-130%) rotate(2deg); opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateX(130%) rotate(2deg); opacity: 0; }
}
/* the little star that pops as the shine passes */
.brand-mark .spark {
  position: absolute; z-index: 3; top: 16%; left: 18%; width: 16px; height: 16px;
  pointer-events: none; opacity: 0;
  background: radial-gradient(circle, #fff 0 18%, rgba(255,255,255,.55) 32%, transparent 62%);
}
.brand-mark .spark::before, .brand-mark .spark::after {
  content: ''; position: absolute; inset: 0; margin: auto; background: #fff;
  box-shadow: 0 0 8px 2px rgba(255,255,255,.85);
}
.brand-mark .spark::before { width: 100%; height: 1.5px; border-radius: 2px; }
.brand-mark .spark::after  { width: 1.5px; height: 100%; border-radius: 2px; }
.brand-mark.is-shining .spark { animation: spark-pop var(--shine-duration, 750ms) var(--ease) 1 forwards; }
@keyframes spark-pop {
  0%   { opacity: 0; transform: scale(.2) rotate(0deg); }
  38%  { opacity: 1; transform: scale(1.15) rotate(45deg); }
  62%  { opacity: .9; transform: scale(.9) rotate(80deg); }
  100% { opacity: 0; transform: scale(.2) rotate(120deg); }
}

.brand-word { display: block; font-family: var(--font-display); font-size: 23px; font-weight: 800; color: var(--ink); letter-spacing: -.04em; line-height: 1.1; }
.brand-word em { font-style: normal; background: linear-gradient(120deg, var(--brand), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-sub { display: block; font-size: 10.5px; font-weight: 600; color: var(--ink-4); letter-spacing: .085em; text-transform: uppercase; margin-top: 1px; }

.topbar-right { display: flex; align-items: center; gap: 12px; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  color: var(--ink-2); background: var(--bg-soft); border: 1px solid var(--line);
  padding: 7px 12px; border-radius: var(--r-pill);
}
.btn-phone {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff;
  font-size: 13px; font-weight: 700; box-shadow: var(--sh-brand); transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.btn-phone:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(26,110,245,.38); }

/* --------------------------------------------------------------------- nav */
.nav {
  position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line); transition: box-shadow .25s var(--ease), background .25s var(--ease);
}
.nav.is-stuck { box-shadow: 0 6px 26px rgba(11,18,32,.08); background: rgba(255,255,255,.95); }
.nav-in { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.nav-mini { display: none; align-items: center; gap: 9px; }
.nav-mini .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
.nav-mini .brand-word { font-size: 17px; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > a, .nav-drop > button {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: var(--r-sm);
  font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: none; border: 0; cursor: pointer;
  position: relative; transition: color .16s, background .16s;
}
.nav-links > a::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--accent)); transform: scaleX(0); transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav-links > a:hover, .nav-drop > button:hover { color: var(--brand); background: var(--brand-50); }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.nav-links > a.active { color: var(--brand); }

.nav-drop { position: relative; }
.nav-drop > button i { font-size: 10px; transition: transform .2s var(--ease); }
.nav-drop.open > button { color: var(--brand); background: var(--brand-50); }
.nav-drop.open > button i { transform: rotate(180deg); }
.nav-drop-menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 8px);
  min-width: 500px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-xl); padding: 12px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3px;
}
.nav-drop.open .nav-drop-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-drop-menu a {
  display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: var(--r-sm);
  font-size: 13px; font-weight: 600; color: var(--ink-2); transition: background .15s, color .15s;
}
.nav-drop-menu a:hover { background: var(--brand-50); color: var(--brand); }
.nav-drop-menu a span.ic { width: 26px; height: 26px; display: grid; place-items: center; background: var(--bg-soft); border-radius: 8px; font-size: 13px; flex: 0 0 auto; }
.nav-drop-head { grid-column: 1/-1; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); padding: 6px 11px 8px; }

.nav-right { display: flex; align-items: center; gap: 10px; }
.socials { display: flex; align-items: center; gap: 6px; }
.socials a {
  width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; font-size: 13px;
  color: var(--ink-3); border: 1px solid var(--line); background: #fff;
  transition: transform .18s var(--ease), color .18s, border-color .18s, box-shadow .18s;
}
.socials a:hover { transform: translateY(-2px); color: #fff; border-color: transparent; background: var(--sc, var(--brand)); box-shadow: 0 8px 18px rgba(11,18,32,.16); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 17px; border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--accent), #059862); color: #fff; font-size: 13px; font-weight: 700;
  box-shadow: var(--sh-accent); transition: transform .18s var(--ease), box-shadow .18s var(--ease); white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,185,107,.36); }

.burger { display: none; width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; border-radius: var(--r-sm); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.burger span { display: block; width: 17px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* mobile drawer */
.drawer-scrim { position: fixed; inset: 0; background: rgba(11,18,32,.42); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: .25s var(--ease); z-index: 900; }
.drawer-scrim.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); background: #fff; z-index: 1000;
  transform: translateX(102%); transition: transform .32s var(--ease); overflow-y: auto;
  box-shadow: -20px 0 60px rgba(11,18,32,.18); display: flex; flex-direction: column;
}
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: #fff; z-index: 2; }
.drawer-close { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink-2); font-size: 15px; }
.drawer-body { padding: 14px 14px 26px; }
.drawer-body a.d-link { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: var(--r-sm); font-size: 15px; font-weight: 600; color: var(--ink); }
.drawer-body a.d-link:hover { background: var(--brand-50); color: var(--brand); }
.drawer-group { margin-top: 6px; }
.drawer-group > button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: var(--r-sm); font-size: 15px; font-weight: 600; color: var(--ink); background: none; border: 0; cursor: pointer; }
.drawer-group .sub { display: none; padding: 2px 0 8px 12px; border-left: 2px solid var(--line); margin-left: 14px; }
.drawer-group.open .sub { display: block; }
.drawer-group .sub a { display: block; padding: 9px 12px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); border-radius: 8px; }
.drawer-group .sub a:hover { color: var(--brand); background: var(--brand-50); }
.drawer-foot { margin-top: auto; padding: 18px; border-top: 1px solid var(--line); display: grid; gap: 10px; }

/* -------------------------------------------------------------------- hero */
.hero { position: relative; padding: 72px 0 78px; overflow: hidden; background: var(--bg); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 32%, #000 25%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 32%, #000 25%, transparent 78%);
  opacity: .9;
}
.blob { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; }
.blob.b1 { width: 520px; height: 520px; top: -170px; left: -110px; background: radial-gradient(circle, #bcd6ff 0%, transparent 68%); animation: drift 19s ease-in-out infinite; }
.blob.b2 { width: 460px; height: 460px; top: -90px; right: -110px; background: radial-gradient(circle, #b9f2d8 0%, transparent 68%); animation: drift 23s ease-in-out infinite reverse; }
.blob.b3 { width: 400px; height: 400px; bottom: -190px; left: 40%; background: radial-gradient(circle, #dcd6ff 0%, transparent 68%); animation: drift 27s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(34px,-26px) scale(1.09); } }

.hero-in { position: relative; z-index: 1; max-width: var(--wrap); margin: 0 auto; padding: 0 22px;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 9px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm);
  font-size: 12px; font-weight: 700; color: var(--ink-2); letter-spacing: .03em; margin-bottom: 22px;
}
.eyebrow .live { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }
.eyebrow .live::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--accent); opacity: .55; animation: ping 1.9s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(.65); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }

.hero h1 { font-size: clamp(33px, 4.6vw, 56px); letter-spacing: -.04em; margin-bottom: 20px; }
.hero h1 em { font-style: normal; position: relative; background: linear-gradient(115deg, var(--brand) 0%, #3f93ff 45%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: clamp(15px, 1.6vw, 17.5px); color: var(--ink-3); line-height: 1.72; max-width: 540px; margin-bottom: 32px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 16px; }
.hero-note { font-size: 12.5px; color: var(--ink-4); display: flex; align-items: center; gap: 7px; margin-bottom: 34px; }
.hero-note i { color: var(--accent); }

/* store-style download button */
.btn-store {
  display: inline-flex; align-items: center; gap: 14px; padding: 13px 24px 13px 20px; border-radius: 16px;
  background: linear-gradient(135deg, #101a2c, #1e3559); color: #fff; box-shadow: 0 16px 38px rgba(11,18,32,.28);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease); position: relative; overflow: hidden;
}
.btn-store::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.22) 50%, transparent 65%);
  transform: translateX(-100%); transition: transform .7s var(--ease);
}
.btn-store:hover { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(11,18,32,.34); }
.btn-store:hover::after { transform: translateX(100%); }
.btn-store i { font-size: 27px; }
.btn-store .txt { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.btn-store .txt small { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.62); font-weight: 600; }
.btn-store .txt strong { font-size: 17px; font-weight: 700; letter-spacing: -.02em; font-family: var(--font-display); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px;
  border-radius: 14px; font-size: 14.5px; font-weight: 700; border: 1px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
}
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff; box-shadow: var(--sh-brand); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(26,110,245,.4); }
.btn-accent { background: linear-gradient(135deg, var(--accent), #059862); color: #fff; box-shadow: var(--sh-accent); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(0,185,107,.36); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--sh-sm); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--brand); color: var(--brand); box-shadow: var(--sh); }
.btn-lg { padding: 16px 30px; font-size: 15.5px; }
.btn-sm { padding: 10px 17px; font-size: 13px; border-radius: 11px; }
.btn-block { width: 100%; }

/* hero stat strip */
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 600px; }
.hstat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 13px 10px; text-align: center; box-shadow: var(--sh-xs); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.hstat:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.hstat b { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
.hstat span { display: block; font-size: 10.5px; color: var(--ink-4); font-weight: 600; letter-spacing: 0; line-height: 1.35; margin-top: 2px; }

/* hero visual — phone + floating signal cards */
.hero-art { position: relative; display: grid; place-items: center; min-height: 460px; }
.phone {
  position: relative; width: 268px; height: 545px; border-radius: 42px; background: linear-gradient(160deg, #10192b, #24344f);
  padding: 11px; box-shadow: 0 44px 90px rgba(11,18,32,.30), 0 0 0 1px rgba(255,255,255,.10) inset;
  animation: float-y 6.5s ease-in-out infinite;
}
@keyframes float-y { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.phone::before { content: ''; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 96px; height: 22px; background: #10192b; border-radius: 0 0 14px 14px; z-index: 3; }
.phone-screen { width: 100%; height: 100%; border-radius: 32px; background: linear-gradient(175deg, #f7faff, #eef3fb); overflow: hidden; position: relative; padding: 34px 14px 14px; }
.ps-head { display: flex; align-items: center; gap: 9px; padding: 8px 6px 14px; }
.ps-head .pm { width: 30px; height: 30px; border-radius: 9px; overflow: hidden; box-shadow: var(--sh-xs); }
.ps-head .pm img { width: 100%; height: 100%; object-fit: cover; }
.ps-head b { font-family: var(--font-display); font-size: 14px; color: var(--ink); }
.ps-head span { margin-left: auto; font-size: 9px; font-weight: 700; color: var(--accent); background: var(--accent-50); padding: 3px 7px; border-radius: 20px; }
.ps-card { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 11px 12px; margin-bottom: 9px; box-shadow: var(--sh-xs); }
.ps-card .r1 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; }
.ps-card .sym { font-family: var(--font-display); font-size: 12.5px; font-weight: 800; color: var(--ink); }
.ps-card .tagx { font-size: 8.5px; font-weight: 800; letter-spacing: .06em; padding: 3px 7px; border-radius: 20px; }
.tagx.buy { background: var(--accent-50); color: #047a49; }
.tagx.sell { background: #fee9e7; color: #b42318; }
.ps-card .lv { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.ps-card .lv div { background: var(--bg-soft); border-radius: 7px; padding: 5px 6px; }
.ps-card .lv i { display: block; font-style: normal; font-size: 7.5px; color: var(--ink-4); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ps-card .lv b { font-size: 11px; color: var(--ink); }
.ps-spark { height: 46px; margin: 4px 2px 10px; }

.float-card {
  position: absolute; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--sh-lg); padding: 11px 14px; display: flex; align-items: center; gap: 10px; z-index: 2;
}
.float-card .fc-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 15px; flex: 0 0 auto; }
.float-card b { display: block; font-family: var(--font-display); font-size: 13px; color: var(--ink); }
.float-card span { font-size: 11px; color: var(--ink-4); }
.float-card.f1 { top: 8%; left: -6%; animation: float-y 5.4s ease-in-out infinite; }
.float-card.f2 { bottom: 16%; right: -4%; animation: float-y 6.8s ease-in-out .8s infinite; }
.float-card.f3 { bottom: 2%; left: 2%; animation: float-y 7.6s ease-in-out .4s infinite; }

/* ------------------------------------------------------------------ ticker */
.ticker { background: linear-gradient(100deg, var(--brand-900), var(--brand-700) 55%, #0e5fa5); padding: 0; overflow: hidden; }
.ticker-in { display: flex; align-items: center; gap: 0; max-width: 100%; }
.ticker-tag { flex: 0 0 auto; background: rgba(255,255,255,.14); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; padding: 13px 18px; display: flex; align-items: center; gap: 8px; }
.ticker-tag .live { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 0 rgba(74,222,128,.6); animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); } 70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }
.ticker-track { flex: 1; overflow: hidden; position: relative; padding: 13px 0; }
.ticker-move { display: inline-flex; white-space: nowrap; animation: ticker 42s linear infinite; }
.ticker-move span { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 500; padding-right: 26px; }
.ticker-track:hover .ticker-move { animation-play-state: paused; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------- sections */
section.sec { padding: 84px 0; }
.sec-soft { background: var(--bg-soft); }
.sec-tint { background: linear-gradient(180deg, #fff 0%, var(--bg-tint) 100%); }

.sec-head { max-width: 660px; margin-bottom: 46px; }
.sec-head.mid { margin-left: auto; margin-right: auto; text-align: center; }
.sec-label {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); background: var(--brand-50); border: 1px solid var(--brand-100);
  padding: 6px 13px; border-radius: var(--r-pill); margin-bottom: 16px;
}
.sec-title { font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 14px; }
.sec-desc { font-size: 16px; color: var(--ink-3); line-height: 1.72; }

/* --------------------------------------------------------- advisory cards */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }

.card-adv {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px; overflow: hidden; transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s;
}
.card-adv::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.card-adv::after { content: ''; position: absolute; width: 200px; height: 200px; right: -70px; top: -70px; border-radius: 50%; background: radial-gradient(circle, var(--brand-50) 0%, transparent 70%); opacity: 0; transition: opacity .35s; }
.card-adv:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--brand-100); }
.card-adv:hover::before { transform: scaleX(1); }
.card-adv:hover::after { opacity: 1; }
.card-adv > * { position: relative; z-index: 1; }
.card-tag { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--brand); background: var(--brand-50); padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 16px; }
.card-ic { width: 50px; height: 50px; border-radius: 15px; background: linear-gradient(150deg, var(--bg-soft), #fff); border: 1px solid var(--line); display: grid; place-items: center; font-size: 23px; margin-bottom: 15px; box-shadow: var(--sh-xs); }
.card-adv h3 { font-size: 17.5px; margin-bottom: 9px; }
.card-adv p { font-size: 13.5px; color: var(--ink-3); line-height: 1.68; margin-bottom: 18px; }
.meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.meta-cell { background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: 10px; padding: 9px 11px; }
.meta-cell i { display: block; font-style: normal; font-size: 9.5px; color: var(--ink-4); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.meta-cell b { font-size: 13px; color: var(--ink); font-weight: 700; }

/* --------------------------------------------------------- approach cards */
.card-step {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px;
  transition: transform .26s var(--ease), box-shadow .26s var(--ease); overflow: hidden;
}
.card-step:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.card-step .num {
  position: absolute; top: 14px; right: 18px; font-family: var(--font-display); font-size: 44px; font-weight: 800;
  color: var(--line-soft); letter-spacing: -.05em; line-height: 1; transition: color .3s;
}
.card-step:hover .num { color: var(--brand-100); }
.card-step .ic { font-size: 27px; margin-bottom: 14px; }
.card-step h3 { font-size: 16px; margin-bottom: 8px; }
.card-step p { font-size: 13.5px; color: var(--ink-3); line-height: 1.68; }

/* --------------------------------------------------------------- why cards */
.card-why { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px; transition: transform .26s var(--ease), box-shadow .26s var(--ease); }
.card-why:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.card-why .ic { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; font-size: 22px; margin-bottom: 15px; }
.card-why h3 { font-size: 16px; margin-bottom: 8px; }
.card-why p { font-size: 13.5px; color: var(--ink-3); line-height: 1.68; }

/* ------------------------------------------------------------ app cta band */
.appband { position: relative; overflow: hidden; background: linear-gradient(125deg, #0b1220 0%, #133364 52%, #0d2a52 100%); padding: 76px 0; }
.appband::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 78% 40%, rgba(26,110,245,.34) 0, transparent 65%), radial-gradient(ellipse 50% 60% at 12% 80%, rgba(0,185,107,.24) 0, transparent 62%); }
.appband::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; }
.appband-in { position: relative; z-index: 1; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.appband .sec-label { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.16); color: #a9d4ff; }
.appband h2 { color: #fff; font-size: clamp(26px, 3.3vw, 38px); margin-bottom: 14px; }
.appband p.lead { color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.72; margin-bottom: 28px; max-width: 520px; }
.appfeat { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; max-width: 540px; }
.appfeat div { display: flex; gap: 11px; align-items: flex-start; }
.appfeat .fi { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; font-size: 15px; flex: 0 0 auto; }
.appfeat b { display: block; color: #fff; font-size: 13.5px; font-family: var(--font-display); }
.appfeat span { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.5; }
.appband .btn-store { background: #fff; color: var(--ink); box-shadow: 0 16px 40px rgba(0,0,0,.32); }
.appband .btn-store .txt small { color: var(--ink-4); }
.appband .btn-store i { color: var(--ink); }
.app-qr { display: flex; align-items: center; gap: 14px; margin-top: 22px; color: rgba(255,255,255,.5); font-size: 12.5px; }

/* ------------------------------------------------------------------- plans */
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); gap: 22px; align-items: stretch; }
.plan {
  position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-xl); padding: 30px 24px 26px;
  display: flex; flex-direction: column; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
}
.plan:hover { transform: translateY(-8px); box-shadow: var(--sh-xl); }
.plan.featured { border-color: var(--brand); box-shadow: 0 18px 46px rgba(26,110,245,.16); }
.plan.featured::before { content: ''; position: absolute; inset: -1.5px; border-radius: var(--r-xl); background: linear-gradient(140deg, var(--brand), var(--accent)); z-index: -1; opacity: .18; }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fff; padding: 5px 15px; border-radius: var(--r-pill); white-space: nowrap; box-shadow: var(--sh-sm); }
.plan-ic { font-size: 32px; margin-bottom: 12px; }
.plan-name { font-size: 13.5px; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.plan-price { font-family: var(--font-display); font-size: 42px; font-weight: 800; color: var(--ink); letter-spacing: -.045em; line-height: 1; display: flex; align-items: flex-start; gap: 2px; }
.plan-price sup { font-size: 19px; margin-top: 6px; font-weight: 700; }
.plan-price .per { font-size: 13px; font-weight: 500; color: var(--ink-4); align-self: flex-end; margin-bottom: 4px; margin-left: 3px; }
.plan-mrp { font-size: 13px; color: var(--ink-4); margin-top: 6px; }
.plan-mrp s { margin-right: 7px; }
.plan-mrp b { color: var(--accent); font-weight: 700; }
.plan-dur { font-size: 12.5px; color: var(--ink-4); margin: 6px 0 20px; }
.plan-feats { list-style: none; margin-bottom: 24px; flex: 1; }
.plan-feats li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--ink-2); padding: 7px 0; border-bottom: 1px solid var(--line-soft); }
.plan-feats li:last-child { border: 0; }
.plan-feats li i { font-size: 11px; margin-top: 4px; flex: 0 0 auto; }
.plan-cta { display: block; width: 100%; text-align: center; padding: 14px; border-radius: 13px; font-size: 14px; font-weight: 800; color: #fff; border: 0; cursor: pointer; transition: transform .18s var(--ease), filter .18s; }
.plan-cta:hover { transform: translateY(-2px); filter: brightness(1.07); }
.plans-note { text-align: center; font-size: 11.5px; color: var(--ink-4); margin-top: 30px; line-height: 1.8; max-width: 720px; margin-inline: auto; }

/* ----------------------------------------------------------------- reviews */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; transition: transform .26s var(--ease), box-shadow .26s var(--ease); }
.review:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.review p { font-size: 14px; color: var(--ink-2); line-height: 1.75; margin-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 11px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 15px; flex: 0 0 auto; }
.reviewer b { display: block; font-size: 14px; color: var(--ink); font-family: var(--font-display); }
.reviewer span { font-size: 12px; color: var(--ink-4); }

/* --------------------------------------------------------------------- FAQ */
.faq-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 11px; overflow: hidden; transition: box-shadow .22s var(--ease), border-color .22s; }
.faq-item:hover { border-color: var(--brand-100); }
.faq-item.open { box-shadow: var(--sh); border-color: var(--brand-100); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; background: none; border: 0; cursor: pointer; text-align: left; font-size: 14.5px; font-weight: 700; color: var(--ink); font-family: var(--font-display); }
.faq-q i { font-size: 12px; color: var(--brand); transition: transform .28s var(--ease); flex: 0 0 auto; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .34s var(--ease); }
.faq-a > div { padding: 0 22px 20px; font-size: 13.8px; color: var(--ink-3); line-height: 1.78; }
.faq-a a { color: var(--brand); font-weight: 600; }

.faq-aside { position: sticky; top: calc(var(--nav-h) + 20px); background: linear-gradient(150deg, #0b1220, #163a70); border-radius: var(--r-xl); padding: 32px 28px; color: #fff; overflow: hidden; position: relative; }
.faq-aside::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 10%, rgba(26,110,245,.36), transparent 62%); }
.faq-aside > * { position: relative; z-index: 1; }
.faq-aside h3 { color: #fff; font-size: 21px; margin-bottom: 10px; }
.faq-aside > p { font-size: 13.5px; color: rgba(255,255,255,.62); line-height: 1.72; margin-bottom: 26px; }
.fa-item { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 18px; }
.fa-item .fi { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; font-size: 15px; flex: 0 0 auto; }
.fa-item b { display: block; font-size: 13px; color: rgba(255,255,255,.92); font-family: var(--font-display); }
.fa-item span { font-size: 12.5px; color: rgba(255,255,255,.55); }
.fa-item a { color: rgba(255,255,255,.55); }
.fa-item a:hover { color: #a9d4ff; }
.faq-aside .cta-stack { display: grid; gap: 10px; margin-top: 24px; }

/* ------------------------------------------------------------- trust band */
.trust-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.trust-cell { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--sh-xs); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.trust-cell:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.trust-cell .ti { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-50); display: grid; place-items: center; font-size: 19px; flex: 0 0 auto; }
.trust-cell b { display: block; font-size: 14px; color: var(--ink); font-family: var(--font-display); }
.trust-cell span { font-size: 12px; color: var(--ink-4); }

/* --------------------------------------------------------------- page hero */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcff, var(--bg-tint)); border-bottom: 1px solid var(--line); padding: 52px 0 46px; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 70% 100% at 30% 0%, #000 10%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 100% at 30% 0%, #000 10%, transparent 75%); }
.page-hero-in { position: relative; z-index: 1; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.crumb { font-size: 12.5px; color: var(--ink-4); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.crumb a { color: var(--ink-3); font-weight: 600; }
.crumb a:hover { color: var(--brand); }
.crumb .sep { color: var(--ink-4); }
.crumb b { color: var(--ink); font-weight: 700; }
.page-hero h1 { font-size: clamp(27px, 3.6vw, 42px); margin-bottom: 10px; }
.page-hero p { font-size: 15.5px; color: var(--ink-3); max-width: 620px; line-height: 1.7; }
.page-hero .page-icon { font-size: 34px; margin-bottom: 12px; display: block; }

/* --------------------------------------------------------- document layout */
.doc-wrap { max-width: 1180px; margin: 0 auto; padding: 52px 22px 84px; display: grid; grid-template-columns: 250px 1fr; gap: 42px; align-items: start; }
.doc-nav { position: sticky; top: calc(var(--nav-h) + 20px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 14px; box-shadow: var(--sh-xs); }
.doc-nav h4 { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); padding: 0 10px 10px; }
.doc-nav a { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 9px; font-size: 13px; font-weight: 600; color: var(--ink-2); transition: background .15s, color .15s; }
.doc-nav a:hover { background: var(--bg-soft); color: var(--brand); }
.doc-nav a.active { background: var(--brand-50); color: var(--brand); }
.doc-nav a .ic { width: 22px; text-align: center; flex: 0 0 auto; }

.doc-body { min-width: 0; }
.doc-body .doc-section { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 30px; margin-bottom: 20px; box-shadow: var(--sh-xs); }
.doc-body h2 { font-size: 20px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--brand-50); position: relative; }
.doc-body h2::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 54px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.doc-body h3 { font-size: 15.5px; margin: 22px 0 9px; }
.doc-body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.82; margin-bottom: 12px; }
.doc-body ul, .doc-body ol { padding-left: 22px; margin-bottom: 14px; }
.doc-body li { font-size: 14.5px; color: var(--ink-2); line-height: 1.8; margin-bottom: 7px; }
.doc-body li::marker { color: var(--brand); }
.doc-body strong { color: var(--ink); font-weight: 700; }
.doc-body a { color: var(--brand); font-weight: 600; }
.doc-body a:hover { text-decoration: underline; }

.doc-body table { width: 100%; border-collapse: separate; border-spacing: 0; margin-bottom: 18px; font-size: 13.5px; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.doc-body th { background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff; padding: 12px 14px; text-align: left; font-weight: 700; font-size: 12.5px; letter-spacing: .02em; }
.doc-body td { padding: 11px 14px; border-top: 1px solid var(--line-soft); color: var(--ink-2); vertical-align: top; }
.doc-body tbody tr:nth-child(even) td, .doc-body tr:nth-child(even) td { background: var(--bg-soft); }
.table-scroll { overflow-x: auto; }

.info-box { background: var(--brand-50); border: 1px solid var(--brand-100); border-left: 4px solid var(--brand); border-radius: var(--r-sm); padding: 15px 19px; margin-bottom: 16px; font-size: 14px; color: var(--ink-2); }
.warn-box { background: #fffaeb; border: 1px solid #fef0c7; border-left: 4px solid var(--gold); border-radius: var(--r-sm); padding: 15px 19px; margin-bottom: 16px; font-size: 14px; color: #7a4d05; }

/* -------------------------------------------------------------- contact ui */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-bottom: 26px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-xs); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.contact-card .ci { width: 46px; height: 46px; border-radius: 14px; background: var(--brand-50); display: grid; place-items: center; font-size: 20px; margin-bottom: 14px; }
.contact-card h3 { font-size: 15px; margin-bottom: 6px; }
.contact-card p, .contact-card a { font-size: 13.5px; color: var(--ink-3); line-height: 1.7; display: block; word-break: break-word; }
.contact-card a:hover { color: var(--brand); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; font-size: 14px;
  font-family: inherit; color: var(--ink); background: #fff; transition: border-color .16s, box-shadow .16s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(26,110,245,.12); }
.form-note { font-size: 12px; color: var(--ink-4); margin-top: 10px; }
.flash { border-radius: var(--r); padding: 13px 17px; font-size: 14px; margin-bottom: 18px; font-weight: 600; }
.flash-ok { background: var(--accent-50); border: 1px solid #bbf0d6; color: #05603a; }
.flash-err { background: #fef3f2; border: 1px solid #fee4e2; color: #912018; }

/* ------------------------------------------------------------------ footer */
.foot-cta { background: linear-gradient(120deg, var(--brand-900) 0%, var(--brand-700) 48%, #0e5fa5 100%); position: relative; overflow: hidden; }
.foot-cta::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.foot-cta-in { position: relative; z-index: 1; max-width: var(--wrap); margin: 0 auto; padding: 44px 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.foot-cta h3 { color: #fff; font-size: clamp(20px, 2.4vw, 27px); margin-bottom: 6px; }
.foot-cta p { color: rgba(255,255,255,.66); font-size: 14.5px; max-width: 520px; }
.foot-cta .btn-ghost { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.24); color: #fff; }
.foot-cta .btn-ghost:hover { background: #fff; color: var(--brand-700); border-color: #fff; }

footer.site-foot { background: linear-gradient(180deg, #fbfcff 0%, var(--bg-tint) 100%); border-top: 1px solid var(--line); color: var(--ink-2); }
.foot-main { max-width: var(--wrap); margin: 0 auto; padding: 56px 22px 40px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.15fr; gap: 36px; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p.about { font-size: 13.5px; color: var(--ink-3); line-height: 1.75; margin-bottom: 18px; }
.foot-reg { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 11px 15px; box-shadow: var(--sh-xs); margin-bottom: 18px; }
.foot-reg .ri { width: 34px; height: 34px; border-radius: 10px; background: var(--brand-50); display: grid; place-items: center; font-size: 16px; }
.foot-reg b { display: block; font-size: 12.5px; color: var(--ink); font-family: var(--font-display); }
.foot-reg span { font-size: 11.5px; color: var(--ink-4); }
.foot-social { display: flex; gap: 9px; flex-wrap: wrap; }
.foot-social a { width: 38px; height: 38px; border-radius: 11px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; font-size: 15px; color: var(--ink-3); transition: transform .18s var(--ease), color .18s, background .18s, border-color .18s, box-shadow .18s; }
.foot-social a:hover { transform: translateY(-3px); color: #fff; background: var(--sc, var(--brand)); border-color: transparent; box-shadow: 0 10px 22px rgba(11,18,32,.18); }

.foot-col h4 { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 16px; }
.foot-col a, .foot-col p { display: block; font-size: 13.5px; color: var(--ink-3); margin-bottom: 10px; transition: color .15s, transform .15s; line-height: 1.6; }
.foot-col a:hover { color: var(--brand); transform: translateX(3px); }
.foot-col .muted-lbl { font-size: 10.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-4); margin: 16px 0 8px; }
.foot-col .strong-line { color: var(--ink); font-weight: 700; font-size: 14px; }

.foot-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.foot-strip-in { max-width: var(--wrap); margin: 0 auto; padding: 14px 22px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.foot-strip-in::-webkit-scrollbar { display: none; }
.foot-strip .st-tag { flex: 0 0 auto; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); background: var(--brand-50); border: 1px solid var(--brand-100); padding: 5px 11px; border-radius: var(--r-pill); }
.foot-strip a { flex: 0 0 auto; font-size: 12.5px; font-weight: 600; color: var(--ink-3); white-space: nowrap; padding: 4px 2px; }
.foot-strip a:hover { color: var(--brand); }
.foot-strip .dot { flex: 0 0 auto; width: 3px; height: 3px; border-radius: 50%; background: var(--ink-4); opacity: .5; }

.foot-legal { background: var(--ink); color: rgba(255,255,255,.6); }
.foot-legal-in { max-width: var(--wrap); margin: 0 auto; padding: 26px 22px; }
.risk-line { font-size: 12px; line-height: 1.85; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.risk-line b { color: #ffd08a; font-weight: 700; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.10); }
.foot-bottom p { font-size: 12.5px; color: rgba(255,255,255,.5); }
.foot-bottom .made { font-size: 12px; color: rgba(255,255,255,.38); }

/* --------------------------------------------------------------- floaters */
.to-top {
  position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 14px; z-index: 600;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-lg); color: var(--ink); cursor: pointer;
  display: grid; place-items: center; opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease), color .18s, border-color .18s;
}
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { color: var(--brand); border-color: var(--brand); }

.app-fab {
  position: fixed; left: 22px; bottom: 22px; z-index: 600; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px 12px 16px; border-radius: var(--r-pill); background: linear-gradient(135deg, var(--accent), #059862);
  color: #fff; font-size: 13.5px; font-weight: 700; box-shadow: 0 14px 34px rgba(0,185,107,.36);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.app-fab:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(0,185,107,.44); }
.app-fab i { font-size: 17px; }

/* ---------------------------------------------------------- scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* -------------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .hero-in { grid-template-columns: 1fr; gap: 44px; }
  .hero-art { order: -1; min-height: auto; }
  .phone { transform: scale(.9); }
  .float-card.f1 { left: 0; } .float-card.f2 { right: 0; } .float-card.f3 { display: none; }
  .appband-in { grid-template-columns: 1fr; }
  .foot-main { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
  .doc-wrap { grid-template-columns: 1fr; }
  .doc-nav { position: static; display: none; }
  .nav-links, .nav-right .socials, .nav-right .nav-cta { display: none; }
  .nav-mini { display: flex; }
  .burger { display: flex; }
  .topbar { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  section.sec { padding: 60px 0; }
  .hero { padding: 46px 0 56px; }
  .foot-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .appfeat { grid-template-columns: 1fr; }
  .app-fab span { display: none; }
  .app-fab { padding: 14px; }
}
@media (max-width: 520px) {
  .foot-main { grid-template-columns: 1fr; }
  .hero h1 { font-size: 31px; }
  .phone { transform: scale(.82); }
  .float-card { display: none; }
  .plan { padding: 26px 20px 22px; }
  .doc-body .doc-section { padding: 22px 18px; }
}
