/* SF24 Test Home v6 — Aurora Bento, LIGHT theme. Matches homepage (#551E70+#EDC432) + test-pages DNA (#7c3aed+#f58529+#F8F9FB). All v5 animations preserved. */

:root {
  --th-ac:    #7c3aed;
  --th-ac2:   #f58529;
  --th-ac3:   #dd2a7b;
  --th-purple-r: #551E70;
  --th-gold:  #EDC432;
  --th-ink:   #1a1033;
  --th-tx:    #1a1033;
  --th-ts:    #6b7280;
  --th-tm:    #9ca3af;
  --th-bg:    #F8F9FB;
  --th-cream: #fefbf3;
  --th-line:  #e5e7eb;
  --th-line2: rgba(85,30,112,.12);
  --th-glass: rgba(255,255,255,.7);
  --th-fh:    'Rubik','Helvetica Neue',Arial,sans-serif;
  --th-fb:    'Nunito',-apple-system,'Helvetica Neue',Arial,sans-serif;
  --th-fd:    'Instrument Serif', Georgia, serif;
}

.sf24-th { font-family: var(--th-fb); color: var(--th-tx); -webkit-font-smoothing: antialiased; line-height: 1.55; background: var(--th-bg); position: relative; isolation: isolate; }
.sf24-th *, .sf24-th *::before, .sf24-th *::after { -webkit-tap-highlight-color: transparent !important; }
.sf24-th button, .sf24-th a, .sf24-th [role="button"], .sf24-th summary, .sf24-th input, .sf24-th label {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
}
.sf24-th * { box-sizing: border-box; }
.sf24-th a { color: inherit; text-decoration: none; }
.sf24-th picture, .sf24-th img { display: block; max-width: 100%; }

[data-anim] { opacity: 0; transform: translateY(28px); transition: opacity 1s cubic-bezier(.22,1,.36,1), transform 1.1s cubic-bezier(.22,1,.36,1); }
[data-anim].is-in { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════════════════════════════
   AURORA BACKGROUND — light, soft, brand-tinted
   ════════════════════════════════════════════════════════════════ */
.sf24-th-aurora { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.sf24-th-aurora-blob { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .42; }
.sf24-th-aurora-1 { top: -15%; left: -10%; width: 55%; height: 70%; background: radial-gradient(circle, #7c3aed 0%, transparent 65%); animation: sf24-th-aurora 24s ease-in-out infinite; }
.sf24-th-aurora-2 { top: 15%; right: -15%; width: 60%; height: 70%; background: radial-gradient(circle, #f58529 0%, transparent 65%); animation: sf24-th-aurora 30s ease-in-out infinite -8s; }
.sf24-th-aurora-3 { bottom: -10%; left: 20%; width: 50%; height: 65%; background: radial-gradient(circle, #dd2a7b 0%, transparent 65%); opacity: .32; animation: sf24-th-aurora 28s ease-in-out infinite -16s; }
.sf24-th-aurora-4 { bottom: 30%; right: 30%; width: 30%; height: 35%; background: radial-gradient(circle, #EDC432 0%, transparent 60%); opacity: .35; animation: sf24-th-aurora 22s ease-in-out infinite -10s; }
@keyframes sf24-th-aurora {
  0%,100% { transform: translate(0,0) scale(1); }
  33%     { transform: translate(8%,-6%) scale(1.15); }
  66%     { transform: translate(-6%,10%) scale(0.92); }
}
.sf24-th-aurora-grain {
  position: absolute; inset: 0;
  opacity: .03;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.sf24-th > section { position: relative; z-index: 1; }
.sf24-th > header { position: relative; z-index: 5; }

/* ════════════════════════════════════════════════════════════════
   NAV
   ════════════════════════════════════════════════════════════════ */
.sf24-th-nav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(229,231,235,.7);
  will-change: transform;
}
/* Push content below fixed header */
.sf24-th-hero { padding-top: calc(80px + 24px) !important; }
@media (max-width: 720px) {
  .sf24-th-hero { padding-top: calc(76px + 16px) !important; }
}
@media (max-width: 540px) {
  .sf24-th-hero { padding-top: calc(72px + 12px) !important; }
}
.sf24-th-nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 28px; }

/* Brand: badge + wordmark */
.sf24-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  line-height: 1;
}
.sf24-logo-link:hover { text-decoration: none !important; }
.sf24-logo-badge {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, #6D28D9 0%, #4C1D95 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(76, 29, 149, 0.2), 0 4px 12px rgba(76, 29, 149, 0.18);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sf24-logo-badge::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}
.sf24-logo-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
.sf24-logo-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #1a0b2e;
  line-height: 1;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .sf24-logo-badge { width: 42px; height: 42px; border-radius: 12px; }
  .sf24-logo-badge img { width: 28px; height: 28px; }
  .sf24-logo-text { font-size: 21px; }
}
@media (hover: hover) {
  .sf24-logo-link:hover .sf24-logo-badge {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 2px 4px rgba(76, 29, 149, 0.25), 0 12px 24px rgba(76, 29, 149, 0.25);
  }
  .sf24-logo-link:hover .sf24-logo-text { color: #6D28D9; }
}

/* Language + Currency switcher (dropdown chips matching brand DNA) */
.sf24-th-switch { display: flex; align-items: center; gap: 8px; }
/* When relocated into the mobile drawer */
.sf24-th-switch--in-drawer {
  width: 100%;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--th-line);
  justify-content: space-between;
  gap: 6px;
}
.sf24-th-switch--in-drawer .sf24-th-chip { flex: 1; }
.sf24-th-switch--in-drawer .sf24-th-chip > summary {
  width: 100%;
  justify-content: center;
  background: rgba(124,58,237,.04);
}
.sf24-th-switch--in-drawer .sf24-th-chip-menu {
  right: 0; left: 0;
  min-width: 0;
}

.sf24-th-chip { position: relative; }
.sf24-th-chip > summary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px 8px 10px;
  background: transparent;
  border: 0;
  border-radius: 9999px;
  font-family: var(--th-fh); font-size: 13px; font-weight: 700;
  color: var(--th-tx);
  cursor: pointer;
  list-style: none;
  transition: background .2s, color .2s;
  user-select: none;
  letter-spacing: -.005em;
}
.sf24-th-chip > summary::-webkit-details-marker { display: none; }
.sf24-th-chip > summary::marker { display: none; }
.sf24-th-chip > summary:hover { background: rgba(85,30,112,.06); color: var(--th-purple-r); }
.sf24-th-chip[open] > summary { background: rgba(85,30,112,.08); color: var(--th-purple-r); }

.sf24-th-chip-flag {
  width: 20px; height: 20px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  flex-shrink: 0;
}
.sf24-th-chip-label { letter-spacing: .02em; font-feature-settings: "tnum"; }
.sf24-th-chip-caret { color: var(--th-tm); transition: transform .25s; flex-shrink: 0; }
.sf24-th-chip[open] .sf24-th-chip-caret { transform: rotate(180deg); color: var(--th-purple-r); }

.sf24-th-chip-menu {
  position: absolute; top: calc(100% + 8px); right: 0;
  min-width: 200px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--th-line);
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 24px 48px -16px rgba(85,30,112,.22), 0 0 0 1px rgba(85,30,112,.04);
  z-index: 60;
  display: flex; flex-direction: column; gap: 2px;
  animation: sf24-th-chip-in .2s cubic-bezier(.22,1,.36,1) both;
}
@keyframes sf24-th-chip-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sf24-th-chip-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: 9px;
  font-family: var(--th-fh); font-size: 13.5px; font-weight: 600;
  color: var(--th-tx) !important;
  transition: background .15s, color .15s;
  letter-spacing: -.005em;
  white-space: nowrap;
}
.sf24-th-chip-menu a img {
  width: 18px; height: 18px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  flex-shrink: 0;
}
.sf24-th-chip-menu a > span:first-child {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  background: linear-gradient(135deg, var(--th-purple-r), var(--th-ac));
  color: #fff;
  border-radius: 7px;
  font-family: var(--th-fb); font-size: 12px; font-weight: 800;
  flex-shrink: 0;
}
.sf24-th-chip-menu a:hover { background: rgba(124,58,237,.08); color: var(--th-ac) !important; }
.sf24-th-chip-menu a.is-active {
  background: linear-gradient(135deg, rgba(237,196,50,.18), rgba(245,133,41,.1));
  color: var(--th-purple-r) !important;
  font-weight: 800;
}
.sf24-th-chip-menu a.is-active::after {
  content: '✓'; margin-left: auto; color: var(--th-purple-r); font-weight: 900;
}

.sf24-th-nav-links { display: flex; align-items: center; gap: 28px; }
.sf24-th-nav-links > a { font-family: var(--th-fh); font-size: 13.5px; font-weight: 600; color: var(--th-tx) !important; transition: color .15s; letter-spacing: -.005em; text-decoration: none !important; border-bottom: 0 !important; }
.sf24-th-nav-links > a:hover, .sf24-th-nav-links > a:focus, .sf24-th-nav-links > a:active { color: var(--th-ac) !important; text-decoration: none !important; border-bottom: 0 !important; }
.sf24-th .sf24-th-nav-links a.sf24-th-nav-cta,
.sf24-th a.sf24-th-nav-cta {
  padding: 10px 18px !important;
  background: var(--th-tx) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 0 !important;
  border-radius: 9999px !important;
  font-weight: 700 !important; font-size: 13.5px !important;
  text-decoration: none !important;
  transition: all .25s !important;
}
.sf24-th a.sf24-th-nav-cta:hover { background: var(--th-ac) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; transform: translateY(-1px); box-shadow: 0 12px 26px -10px rgba(124,58,237,.55); }

/* Desktop Log In + Sign Up next to My Account */
.sf24-th .sf24-th-nav-login {
  font-family: var(--th-fh); font-size: 13.5px; font-weight: 600;
  color: var(--th-tx) !important;
  padding: 6px 4px;
  transition: color .15s;
}
.sf24-th .sf24-th-nav-login:hover { color: var(--th-ac) !important; }
.sf24-th .sf24-th-nav-logout {
  font-family: var(--th-fh); font-size: 13.5px; font-weight: 600;
  color: var(--th-ts) !important;
  padding: 6px 4px;
  transition: color .15s;
}
.sf24-th .sf24-th-nav-logout:hover { color: #dc2626 !important; }
.sf24-th-drawer-logout { color: #dc2626 !important; }
.sf24-th-drawer-logout:hover { color: #b91c1c !important; }
.sf24-th .sf24-th-nav-signup,
.sf24-th a.sf24-th-nav-signup {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%) !important;
  background-size: 200% 100% !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-radius: 9999px;
  font-family: var(--th-fh); font-weight: 800; font-size: 13.5px;
  letter-spacing: -.005em;
  text-decoration: none !important;
  box-shadow: 0 8px 22px -8px rgba(124,58,237,.45);
  animation: sf24-th-cta-grad 5s ease-in-out infinite;
  transition: transform .2s, box-shadow .25s;
}
.sf24-th .sf24-th-nav-signup:hover,
.sf24-th a.sf24-th-nav-signup:hover,
.sf24-th .sf24-th-nav-signup:focus,
.sf24-th a.sf24-th-nav-signup:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -10px rgba(124,58,237,.6);
}
.sf24-th-burger { display: none; }

/* Desktop Services mega-menu — hover trigger, click navigates to shop */
.sf24-th-megamenu { position: relative; }
.sf24-th-megamenu-trigger {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--th-fh); font-size: 13.5px; font-weight: 600;
  color: var(--th-tx) !important;
  cursor: pointer;
  padding: 6px 0;
  letter-spacing: -.005em;
  text-decoration: none !important;
  transition: color .15s;
}
.sf24-th-megamenu-trigger svg { color: var(--th-tm); transition: transform .25s, color .15s; }
.sf24-th-megamenu:hover .sf24-th-megamenu-trigger,
.sf24-th-megamenu-trigger:hover { color: var(--th-ac) !important; }
.sf24-th-megamenu:hover .sf24-th-megamenu-trigger svg,
.sf24-th-megamenu-trigger:hover svg { transform: rotate(180deg); color: var(--th-ac); }

.sf24-th-megamenu-panel {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 720px;
  padding: 12px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--th-line);
  border-radius: 18px;
  box-shadow: 0 32px 64px -20px rgba(85,30,112,.28), 0 0 0 1px rgba(85,30,112,.04);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s cubic-bezier(.22,1,.36,1), visibility .22s;
}
.sf24-th-megamenu:hover .sf24-th-megamenu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
/* Bridge gap so hover doesn't drop when crossing the gap */
.sf24-th-megamenu::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 14px;
}
.sf24-th-mm-cols {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--th-line);
}
/* "All Services" feature row at top of mega-menu */
.sf24-th-mm-all {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(124,58,237,.08), rgba(245,133,41,.05));
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--th-tx) !important;
  transition: background .2s, transform .25s;
}
.sf24-th-mm-all:hover { background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(245,133,41,.08)); }
.sf24-th-mm-all:hover .sf24-th-mm-all-arrow { transform: translateX(4px); color: var(--th-ac); }
.sf24-th-mm-all-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--th-ac), var(--th-ac2));
  color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 6px 14px -4px rgba(124,58,237,.4);
}
.sf24-th-mm-all-text { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.sf24-th-mm-all-text strong { font-family: var(--th-fh); font-size: 14.5px; font-weight: 800; letter-spacing: -.01em; color: var(--th-tx); }
.sf24-th-mm-all-text > span { font-size: 12px; color: var(--th-ts); font-weight: 500; }
.sf24-th-mm-all-arrow { color: var(--th-tm); font-size: 18px; font-weight: 700; transition: transform .25s, color .25s; }
.sf24-th-megamenu-panel::before {
  content: ''; position: absolute; top: -8px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: rgba(255,255,255,.96);
  border-top: 1px solid var(--th-line);
  border-left: 1px solid var(--th-line);
  border-radius: 3px 0 0 0;
}
@keyframes sf24-th-mm-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.sf24-th-mm-col {
  display: flex; flex-direction: column; gap: 2px;
  padding: 8px;
  border-radius: 12px;
}
a.sf24-th-mm-label {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--th-fh); font-size: 10.5px; font-weight: 800;
  color: var(--mm-c, var(--th-ac)) !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 10px 10px;
  text-decoration: none !important;
  border-bottom: 1px solid var(--th-line);
  margin-bottom: 4px;
  transition: color .15s, background .15s;
  border-radius: 6px 6px 0 0;
}
a.sf24-th-mm-label:hover { background: rgba(124,58,237,.04); }
a.sf24-th-mm-label:hover .sf24-th-mm-label-arrow { transform: translateX(3px); opacity: 1; }
.sf24-th-mm-label-arrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--mm-c, var(--th-ac));
  opacity: 0.6;
  transition: transform .2s, opacity .2s;
  letter-spacing: 0;
}
.sf24-th-mm-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px;
  border-radius: 9px;
  font-family: var(--th-fh); font-size: 13.5px; font-weight: 600;
  color: var(--th-tx) !important;
  transition: background .15s, color .15s;
  letter-spacing: -.005em;
  white-space: nowrap;
}
.sf24-th-mm-item:hover { background: rgba(124,58,237,.07); color: var(--th-ac) !important; }
.sf24-th-mm-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px;
  color: var(--ico-c, var(--th-ac));
  flex-shrink: 0;
}

/* Rating badge — Buzzoid style, green circle + 5.0 + "reviews" */
.sf24-th-rating {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 14px 4px 4px;
  background: rgba(255,255,255,.85);
  border: 1px solid var(--th-line);
  border-radius: 9999px;
  color: var(--th-tx) !important;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .25s, border-color .2s;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--th-fh);
  margin-left: auto;
  backdrop-filter: blur(10px);
}
.sf24-th-rating:hover { transform: translateY(-1px); border-color: rgba(5,150,105,.4); box-shadow: 0 8px 18px -8px rgba(5,150,105,.3); }
.sf24-th-rating-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px -3px rgba(5,150,105,.5), inset 0 1px 0 rgba(255,255,255,.2);
}
.sf24-th-rating-num { font-size: 14px; font-weight: 800; color: var(--th-tx); letter-spacing: -.01em; line-height: 1; }
.sf24-th-rating-label { font-size: 12.5px; font-weight: 600; color: var(--th-ts); line-height: 1; }

@media (max-width: 540px) {
  .sf24-th-rating { padding: 3px 12px 3px 3px; gap: 6px; }
  .sf24-th-rating-circle { width: 26px; height: 26px; }
  .sf24-th-rating-circle svg { width: 13px !important; height: 13px !important; }
  .sf24-th-rating-num { font-size: 13px; }
  .sf24-th-rating-label { font-size: 11.5px; }
}
@media (max-width: 380px) {
  .sf24-th-rating-label { display: none; }
}

/* Cart icon in header */
.sf24-th-cart {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--th-line);
  border-radius: 11px;
  color: var(--th-tx) !important;
  transition: background .2s, border-color .2s, transform .15s;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.sf24-th-cart:hover { background: rgba(124,58,237,.06); border-color: rgba(124,58,237,.3); color: var(--th-ac) !important; }
.sf24-th-cart:active { transform: scale(0.94); }
.sf24-th-cart-badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px;
  padding: 0 5px;
  background: linear-gradient(135deg, var(--th-ac3), var(--th-ac2));
  color: #fff;
  border: 2px solid #f3f1ec;
  border-radius: 999px;
  font-family: var(--th-fh); font-size: 10px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}
.sf24-th-cart-badge[hidden] { display: none; }

/* Mobile drawer sections (hidden on desktop) */
.sf24-th-drawer-section,
.sf24-th-drawer-auth { display: none; }
/* Prevent nav-link wrap on desktop */
.sf24-th-nav-links > a,
.sf24-th-nav-links > details > summary { white-space: nowrap; }

/* ════════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════ */
.sf24-th-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 28px 48px;
  text-align: center;
  position: relative;
}
.sf24-th-pre {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 11px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(124,58,237,.18);
  border-radius: 9999px;
  backdrop-filter: blur(10px);
  font-size: 13px; font-weight: 600;
  color: var(--th-tx);
  margin-bottom: 36px;
  box-shadow: 0 8px 22px -10px rgba(124,58,237,.2);
  white-space: nowrap;
}
@media (max-width: 720px) {
  .sf24-th-pre {
    display: inline-block;
    white-space: normal;
    text-align: center;
    line-height: 1.55;
    padding: 9px 18px;
    font-size: 12.5px;
    border-radius: 18px;
    max-width: calc(100vw - 40px);
  }
  .sf24-th-pre .sf24-th-pulse {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
  }
}
.sf24-th-pre strong { color: var(--th-ac); font-weight: 800; }
.sf24-th-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,.7);
  animation: sf24-th-pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes sf24-th-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.65); }
  50%     { box-shadow: 0 0 0 7px rgba(16,185,129,0); }
}

.sf24-th-h1 {
  font-family: var(--th-fh);
  font-size: clamp(56px, 11vw, 156px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin: 0 auto 24px;
  color: var(--th-tx);
  max-width: 1180px;
  text-wrap: balance;
}
.sf24-th-h1-line { display: block; }
[data-reveal] { display: inline-block; opacity: 0; transform: translateY(40px) rotate(2deg); animation: sf24-th-reveal 1s cubic-bezier(.22,1,.36,1) forwards; margin-right: 0.18em; }
[data-reveal]:last-child { margin-right: 0; }
@keyframes sf24-th-reveal { to { opacity: 1; transform: translateY(0) rotate(0); } }
.sf24-th-h1 em {
  font-family: var(--th-fd);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  letter-spacing: -0.03em;
  padding-right: 0.06em;
}
.sf24-th-h1-fade {
  background: linear-gradient(180deg, var(--th-tx) 0%, rgba(26,16,51,.45) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

.sf24-th-lede {
  max-width: 600px;
  margin: 0 auto 34px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--th-ts);
  font-weight: 500;
}

.sf24-th-cta-row { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 50px; }

/* Magnetic button */
.sf24-th-magnetic {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.sf24-th-magnetic-inner {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 32px;
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%);
  background-size: 200% 100%;
  color: #fff !important;
  border: 0; border-radius: 9999px;
  font-family: var(--th-fh); font-weight: 700; font-size: 15px;
  letter-spacing: -.01em;
  box-shadow:
    0 16px 40px -12px rgba(124,58,237,.55),
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 30px 60px -20px rgba(245,133,41,.35);
  transition: all .35s cubic-bezier(.34,1.56,.64,1), background-position 4s ease-in-out;
  animation: sf24-th-cta-grad 5s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.sf24-th-magnetic-inner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  transform: translateX(-100%) skewX(-22deg);
  animation: sf24-th-shine 3.4s cubic-bezier(.55,0,.2,1) infinite 1.5s;
  pointer-events: none;
  z-index: 1;
}
.sf24-th-magnetic-inner > * { position: relative; z-index: 2; }
.sf24-th-magnetic-inner svg { transition: transform .35s; }
.sf24-th-magnetic:hover .sf24-th-magnetic-inner svg { transform: translateX(5px); }
.sf24-th-magnetic--white .sf24-th-magnetic-inner {
  background: #fff;
  color: var(--th-tx) !important;
  box-shadow: 0 16px 40px -12px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.04) inset;
  animation: none;
}
.sf24-th-magnetic--white .sf24-th-magnetic-inner::before { display: none; }
@keyframes sf24-th-cta-grad {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}
@keyframes sf24-th-shine {
  0%       { transform: translateX(-100%) skewX(-22deg); }
  35%,100% { transform: translateX(220%) skewX(-22deg); }
}

.sf24-th-ghost {
  font-family: var(--th-fh); font-size: 14px; font-weight: 600;
  color: var(--th-tx) !important;
  border-bottom: 1.5px solid rgba(124,58,237,.25);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.sf24-th-ghost:hover { color: var(--th-ac) !important; border-color: var(--th-ac); }

/* Hero marquee */
.sf24-th-hero-marquee {
  margin-top: 60px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.sf24-th-marquee-row {
  display: inline-flex; align-items: center; gap: 36px;
  white-space: nowrap;
  animation: sf24-th-marquee 38s linear infinite;
  font-family: var(--th-fd); font-size: 32px; font-weight: 400; font-style: italic;
  color: rgba(26,16,51,.42);
  letter-spacing: -.01em;
}
.sf24-th-mq-star { color: var(--th-gold); font-style: normal; font-size: 16px; }
@keyframes sf24-th-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ════════════════════════════════════════════════════════════════
   BENTO GRID
   ════════════════════════════════════════════════════════════════ */
.sf24-th-bento {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 28px;
}
.sf24-th-bento-head { text-align: center; margin: 0 auto 56px; max-width: 720px; }
.sf24-th-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(124,58,237,.1), rgba(245,133,41,.06));
  color: var(--th-ac);
  border: 1px solid rgba(124,58,237,.22);
  border-radius: 9999px;
  font-family: var(--th-fh); font-size: 11.5px; font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sf24-th-h2 {
  font-family: var(--th-fh);
  font-size: clamp(36px, 5.4vw, 72px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--th-tx);
}
.sf24-th-h2 em {
  font-family: var(--th-fd);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}

.sf24-th-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}

.sf24-th-cell {
  position: relative;
  padding: 28px 28px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), border-color .3s, background .3s, box-shadow .35s;
  box-shadow: 0 18px 42px -16px rgba(91,33,182,.16), 0 0 0 1px rgba(124,58,237,.04);
}
.sf24-th-cell:hover { transform: translateY(-4px); border-color: rgba(124,58,237,.25); box-shadow: 0 32px 56px -22px rgba(91,33,182,.24); }
.sf24-th-cell h3 { font-family: var(--th-fh); font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin: 0; color: var(--th-tx); line-height: 1.15; }
.sf24-th-cell p { font-size: 14px; color: var(--th-ts); line-height: 1.55; margin: 0; font-weight: 500; }
.sf24-th-cell strong { color: var(--th-ac); font-weight: 700; }

/* Bento layout — asymmetric */
.sf24-th-cell-1 { grid-column: span 2; grid-row: span 2; padding: 32px; }
.sf24-th-cell-2 { grid-column: span 1; grid-row: span 2; }
.sf24-th-cell-3 { grid-column: span 1; grid-row: span 1; }
.sf24-th-cell-4 { grid-column: span 1; grid-row: span 2; padding: 0; overflow: hidden; }
.sf24-th-cell-5 { grid-column: span 1; grid-row: span 1; }
.sf24-th-cell-6 { grid-column: span 2; grid-row: span 1; }
.sf24-th-cell-7 { grid-column: span 1; grid-row: span 1; }
.sf24-th-cell-8 { grid-column: span 1; grid-row: span 1; }

/* Cell variants */
.sf24-th-cell--gold { background: linear-gradient(135deg, rgba(237,196,50,.18), rgba(245,133,41,.08)); border-color: rgba(237,196,50,.32); }
.sf24-th-cell--gold strong { color: var(--th-purple-r); }
.sf24-th-cell--purple {
  background: linear-gradient(135deg, rgba(124,58,237,.14) 0%, rgba(245,133,41,.08) 100%);
  border-color: rgba(124,58,237,.3);
}
.sf24-th-cell--purple .sf24-th-big-num--white {
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.sf24-th-cell--dark {
  background: linear-gradient(135deg, rgba(237,196,50,.16) 0%, rgba(85,30,112,.05) 100%);
  border-color: rgba(237,196,50,.3);
}

.sf24-th-cell-tag {
  display: inline-block; align-self: flex-start;
  padding: 4px 10px;
  background: rgba(16,185,129,.14);
  color: #059669;
  border-radius: 999px;
  font-family: var(--th-fh); font-size: 10.5px; font-weight: 800;
  letter-spacing: .08em;
}
.sf24-th-cell-tag::before { content: '●'; margin-right: 5px; animation: sf24-th-pulse 1.6s ease-in-out infinite; }

/* Cell 1 — live mockup */
.sf24-th-mock { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.sf24-th-mock-row {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: rgba(124,58,237,.04);
  border: 1px solid rgba(124,58,237,.1);
  border-radius: 12px;
}
.sf24-th-mock-icon { width: 32px; height: 32px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; flex-shrink: 0; font-family: serif; }
.sf24-th-mock-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.sf24-th-mock-body strong { font-family: var(--th-fh); font-size: 13px; font-weight: 800; color: var(--th-tx) !important; }
.sf24-th-mock-body span { font-size: 11px; color: var(--th-ts); font-weight: 500; }
.sf24-th-mock-pct { font-family: var(--th-fh); font-size: 13px; font-weight: 800; color: var(--th-ac); font-style: normal; }
.sf24-th-mock-done { color: #10b981; font-style: normal; font-size: 16px; font-weight: 800; }
.sf24-th-mock-refill { font-family: var(--th-fh); font-size: 9px; font-weight: 800; color: var(--th-ac2); background: rgba(245,133,41,.15); padding: 3px 7px; border-radius: 4px; letter-spacing: .08em; font-style: normal; }
.sf24-th-mock-bar { height: 4px; background: rgba(124,58,237,.1); border-radius: 99px; overflow: hidden; }
.sf24-th-mock-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--th-ac), var(--th-ac2)); border-radius: 99px; width: 0; animation: sf24-th-fill 2s ease-out 0.5s forwards; }
@keyframes sf24-th-fill { to { width: var(--w); } }

/* Cell 2 — clean refill progress ring */
.sf24-th-cell-2 { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px 22px; text-align: center; }
.sf24-th-orbit {
  position: relative;
  width: 168px; height: 168px;
  display: inline-flex; align-items: center; justify-content: center;
}
.sf24-th-orbit-ring {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transform: rotate(-90deg);
  filter: drop-shadow(0 4px 12px rgba(237,196,50,.25));
}
.sf24-th-orbit-arc {
  stroke-dashoffset: 478;
  transition: stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1);
}
.sf24-th-orbit-arc.is-drawn { stroke-dashoffset: 24; /* 95% sweep */ }
.sf24-th-orbit-content {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.sf24-th-orbit-num {
  font-family: var(--th-fh); font-size: 48px; font-weight: 900;
  background: linear-gradient(135deg, var(--th-purple-r) 0%, var(--th-ac2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  letter-spacing: -.04em;
  line-height: 1;
}
.sf24-th-orbit-unit {
  font-family: var(--th-fh); font-size: 11px; font-weight: 800;
  color: var(--th-ts);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sf24-th-cell-2 h3, .sf24-th-cell-2 p { text-align: center; }
.sf24-th-cell-2 p { max-width: 240px; margin: 0 auto; }

/* Cell 3 + Cell 7 — big numbers */
.sf24-th-big-num {
  font-family: var(--th-fh);
  font-size: clamp(56px, 6vw, 86px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--th-tx) 0%, rgba(26,16,51,.5) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.sf24-th-big-num--gold { background: linear-gradient(135deg, var(--th-purple-r) 0%, var(--th-ac2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sf24-th-big-num--gold span { font-size: 0.5em; vertical-align: super; color: var(--th-gold); -webkit-text-fill-color: var(--th-gold); }
.sf24-th-big-num--white { background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,.78) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Cell 4 — photo testimonial */
.sf24-th-cell-photo { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.sf24-th-cell-overlay {
  position: relative; z-index: 2;
  margin-top: auto;
  padding: 24px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(26,16,51,.7) 35%, rgba(26,16,51,.95) 100%);
  display: flex; flex-direction: column; gap: 8px;
}
.sf24-th-cell-stars { color: var(--th-gold); font-size: 14px; letter-spacing: 2px; }
.sf24-th-cell-overlay p { font-family: var(--th-fd); font-size: 17px; font-style: italic; line-height: 1.35; color: #fff; margin: 0; }
.sf24-th-cell-overlay p em { color: var(--th-gold); font-style: italic; }
.sf24-th-cell-overlay footer { display: flex; flex-direction: column; gap: 1px; padding-top: 8px; }
.sf24-th-cell-overlay strong { font-family: var(--th-fh); font-size: 13px; font-weight: 800; color: #fff; }
.sf24-th-cell-overlay span { font-size: 11px; color: rgba(255,255,255,.65); }

/* Cell 5 — shield (matches brand-gradient icons in other cells) */
.sf24-th-shield {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--th-ac), var(--th-ac2));
  border: 0;
  border-radius: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 14px 28px -10px rgba(124,58,237,.5);
}
.sf24-th-shield svg { stroke: #fff; }

/* Cell 6 — pays */
.sf24-th-pays { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 8px; }
.sf24-th-pay {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 52px; height: 32px;
  padding: 0 11px;
  background: #fff;
  color: #1a1a1a;
  border-radius: 9px;
  font-family: -apple-system, Helvetica, Arial, sans-serif;
  font-weight: 900; font-size: 11.5px;
  letter-spacing: .06em;
  border: 1px solid var(--th-line);
  box-shadow: 0 2px 6px -2px rgba(0,0,0,.06);
}
.sf24-th-pay--visa { color: #1A1F71; font-style: italic; font-size: 13px; letter-spacing: .04em; }
.sf24-th-pay--amex { background: #006FCF; color: #fff; border-color: #006FCF; }
.sf24-th-pay--paypal { padding: 0 8px; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-weight: 900; font-size: 12px; letter-spacing: 0; gap: 0; min-width: 56px; }
.sf24-th-pp-pay { color: #003087; }
.sf24-th-pp-pal { color: #009CDE; }
.sf24-th-pay--more { background: rgba(124,58,237,.08); color: var(--th-ac); font-size: 11px; border-color: rgba(124,58,237,.22); }

/* Cell 8 — speed (light purple) */
.sf24-th-cell-8 { gap: 8px; padding: 22px 24px; justify-content: space-between; }
.sf24-th-cell-8 .sf24-th-big-num { font-size: clamp(44px, 4.6vw, 64px); line-height: 0.95; }
.sf24-th-cell-8 h3 { font-size: 18px; }
.sf24-th-cell-8 p { font-size: 13px; line-height: 1.45; }
.sf24-th-spark {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--th-ac), var(--th-ac2));
  border-radius: 12px;
  flex-shrink: 0;
  align-self: flex-start;
  box-shadow: 0 10px 22px -8px rgba(124,58,237,.5);
}
.sf24-th-spark svg { width: 22px; height: 22px; fill: #fff; }
/* Cell 5 — zero password — tighten spacing too */
.sf24-th-cell-5 { padding: 22px 24px; justify-content: space-between; }
.sf24-th-cell-5 h3 { font-size: 18px; }
.sf24-th-cell-5 p { font-size: 13px; line-height: 1.45; }
.sf24-th-shield { width: 48px; height: 48px; align-self: flex-start; }
.sf24-th-shield svg { width: 28px; height: 28px; }

/* ════════════════════════════════════════════════════════════════
   PLATFORMS
   ════════════════════════════════════════════════════════════════ */
.sf24-th-platforms {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 28px;
}
.sf24-th-plat-pin { display: flex; flex-direction: column; gap: 56px; }
.sf24-th-plat-head { text-align: center; max-width: 720px; margin: 0 auto; }
.sf24-th-plat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sf24-th-plat-card {
  position: relative;
  padding: 32px 28px 28px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 22px;
  display: flex; flex-direction: column; gap: 14px;
  color: var(--th-tx) !important;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), border-color .3s, box-shadow .35s;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 18px 42px -16px rgba(91,33,182,.16), 0 0 0 1px rgba(124,58,237,.04);
}
.sf24-th-plat-glow {
  position: absolute; inset: -2px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  border-radius: 22px;
  opacity: 0;
  filter: blur(28px);
  transition: opacity .4s;
  z-index: -2;
}
.sf24-th-plat-card:hover { transform: translateY(-6px) scale(1.01); border-color: rgba(255,255,255,.95); box-shadow: 0 38px 64px -22px rgba(91,33,182,.28); }
.sf24-th-plat-card:hover .sf24-th-plat-glow { opacity: .42; }
.sf24-th-plat-card:hover .sf24-th-plat-icon { transform: scale(1.1) rotate(-5deg); }
.sf24-th-plat-card:hover .sf24-th-plat-arrow { color: var(--c1); transform: translateX(4px); }

.sf24-th-plat-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
  box-shadow: 0 16px 32px -10px var(--c1);
}
.sf24-th-plat-card h3 { font-family: var(--th-fh); font-size: 26px; font-weight: 900; letter-spacing: -.025em; margin: 0; color: var(--th-tx); }
.sf24-th-plat-card p { font-size: 13.5px; color: var(--th-ts); line-height: 1.5; margin: 0; flex: 1; font-weight: 500; }
.sf24-th-plat-arrow { font-family: var(--th-fh); font-size: 13px; font-weight: 800; color: var(--th-ts); transition: color .25s, transform .25s; padding-top: 8px; border-top: 1px solid var(--th-line); }

/* Coming-soon state — visible but visually muted, no hover-lift */
.sf24-th-plat-card.is-soon { cursor: default; opacity: .72; }
.sf24-th-plat-card.is-soon:hover { transform: none; border-color: rgba(255,255,255,.75); box-shadow: 0 18px 42px -16px rgba(91,33,182,.16), 0 0 0 1px rgba(124,58,237,.04); }
.sf24-th-plat-card.is-soon:hover .sf24-th-plat-glow { opacity: 0; }
.sf24-th-plat-card.is-soon:hover .sf24-th-plat-icon { transform: none; }
.sf24-th-plat-card.is-soon .sf24-th-plat-icon { filter: grayscale(.35); }
.sf24-th-plat-card.is-soon .sf24-th-plat-arrow { color: var(--th-tm); }
.sf24-th-plat-soon {
  position: absolute; top: 14px; right: 14px;
  padding: 4px 10px;
  background: linear-gradient(135deg, rgba(237,196,50,.22), rgba(245,133,41,.14));
  color: var(--th-purple-r);
  border: 1px solid rgba(237,196,50,.5);
  border-radius: 999px;
  font-family: var(--th-fh); font-size: 10px; font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
}

/* ════════════════════════════════════════════════════════════════
   MEGA STATS — alternating massive
   ════════════════════════════════════════════════════════════════ */
.sf24-th-megastats {
  max-width: 1280px; margin: 0 auto;
  padding: 96px 28px;
  display: flex; flex-direction: column; gap: 28px;
  border-top: 1px solid var(--th-line);
  border-bottom: 1px solid var(--th-line);
}
.sf24-th-megastat {
  display: flex; align-items: baseline; gap: 32px;
  border-bottom: 1px solid var(--th-line);
  padding-bottom: 28px;
}
.sf24-th-megastat:last-child { border-bottom: 0; padding-bottom: 0; }
.sf24-th-megastat--right { justify-content: flex-end; flex-direction: row-reverse; }
.sf24-th-megastat-num {
  font-family: var(--th-fh);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--th-tx) 0%, rgba(26,16,51,.5) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.sf24-th-megastat--left .sf24-th-megastat-num {
  background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.sf24-th-megastat-label {
  font-family: var(--th-fd);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  font-style: italic;
  color: var(--th-ts);
  letter-spacing: -.01em;
}

/* ════════════════════════════════════════════════════════════════
   TESTIMONIALS EDITORIAL
   ════════════════════════════════════════════════════════════════ */
.sf24-th-testimonials {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 28px;
}
.sf24-th-test-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.sf24-th-test-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sf24-th-test-track { display: contents; }
.sf24-th-test-track[aria-hidden="true"] { display: none; }
.sf24-th-test-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--th-tx);
  transition: transform .4s, box-shadow .4s;
  box-shadow: 0 22px 48px -18px rgba(91,33,182,.32);
}
.sf24-th-test-card:hover { transform: translateY(-4px); box-shadow: 0 38px 70px -22px rgba(91,33,182,.42); }
.sf24-th-test-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.sf24-th-test-card:hover img { transform: scale(1.06); }
.sf24-th-test-body {
  position: relative; z-index: 2;
  margin-top: auto;
  padding: 22px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(26,16,51,.5) 25%, rgba(26,16,51,.95) 100%);
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
}
.sf24-th-test-stars { color: var(--th-gold); font-size: 13px; letter-spacing: 2px; }
.sf24-th-test-body p { font-family: var(--th-fd); font-size: 16px; font-style: italic; line-height: 1.35; color: #fff; margin: 0; }
.sf24-th-test-body footer { display: flex; flex-direction: column; gap: 1px; padding-top: 6px; }
.sf24-th-test-body strong { font-family: var(--th-fh); font-size: 13px; font-weight: 800; color: #fff; }
.sf24-th-test-body span { font-size: 11px; color: rgba(255,255,255,.65); }

/* ════════════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════════════ */
.sf24-th-faq-section {
  max-width: 920px;
  margin: 0 auto;
  padding: 96px 28px;
}
.sf24-th-faq-head { text-align: center; margin-bottom: 56px; }
.sf24-th-faq { display: flex; flex-direction: column; gap: 10px; }
.sf24-th-faq-item {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--th-line);
  border-radius: 16px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  overflow: hidden;
}
.sf24-th-faq-item:hover { border-color: rgba(124,58,237,.35); transform: translateY(-1px); }
.sf24-th-faq-item[open] { border-color: var(--th-ac); box-shadow: 0 16px 36px -16px rgba(124,58,237,.22); }
.sf24-th-faq-item summary {
  display: flex; align-items: center; gap: 16px; justify-content: space-between;
  padding: 22px 24px;
  cursor: pointer; list-style: none;
  font-family: var(--th-fh); font-size: 17px; font-weight: 700;
  color: var(--th-tx); letter-spacing: -.01em;
  transition: color .15s;
}
.sf24-th-faq-item summary::-webkit-details-marker { display: none; }
.sf24-th-faq-item summary:hover { color: var(--th-ac); }
.sf24-th-faq-mark { width: 22px; height: 22px; flex-shrink: 0; position: relative; }
.sf24-th-faq-mark::before, .sf24-th-faq-mark::after {
  content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px;
  background: var(--th-ac); border-radius: 2px;
  transform-origin: center; transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.sf24-th-faq-mark::after { transform: rotate(90deg); }
.sf24-th-faq-item[open] .sf24-th-faq-mark::after { transform: rotate(0); }
.sf24-th-faq-item p {
  padding: 0 24px 24px;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--th-ts);
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════════════════════════ */
.sf24-th-final {
  position: relative;
  padding: 130px 28px 100px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, var(--th-purple-r) 0%, var(--th-ac) 35%, #c026d3 70%, var(--th-ac2) 130%);
  background-size: 200% 200%;
  color: #fff;
  animation: sf24-th-cta-grad 14s ease-in-out infinite;
}
.sf24-th-final-aurora {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 30% 20%, rgba(255,255,255,.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 70% 80%, rgba(237,196,50,.2) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 50% 50%, rgba(255,255,255,.1) 0%, transparent 60%);
  filter: blur(20px);
  animation: sf24-th-aurora 20s ease-in-out infinite;
}
.sf24-th-final-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.sf24-th-h-final {
  font-family: var(--th-fh);
  font-size: clamp(48px, 9vw, 128px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0;
  color: #fff;
}
.sf24-th-h-final em {
  font-family: var(--th-fd);
  font-style: italic; font-weight: 400;
  background: linear-gradient(135deg, var(--th-gold) 0%, #fef3c7 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  letter-spacing: -.02em;
}
.sf24-th-final-inner p { margin: 0; font-size: 17px; color: rgba(255,255,255,.85); line-height: 1.5; max-width: 520px; }
.sf24-th-final-trust { font-size: 12.5px !important; color: rgba(255,255,255,.62) !important; margin-top: 18px !important; letter-spacing: .04em; font-weight: 600; }

/* ════════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════════ */
.sf24-th-foot {
  background: #f3f1ec;
  border-top: 1px solid var(--th-line);
  color: var(--th-ts);
  padding: 64px 28px calc(22px + env(safe-area-inset-bottom, 0px));
  font-size: 13.5px;
  position: relative; z-index: 2;
}
.sf24-th-foot-cols {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.sf24-th-foot-brand .sf24-logo-link { margin-bottom: 18px; }
.sf24-th-foot-brand p { margin: 0 0 18px; font-size: 13.5px; color: var(--th-ts); line-height: 1.6; max-width: 320px; font-weight: 500; }
.sf24-th-foot-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: var(--th-ts); font-weight: 600; }
.sf24-th-foot-col h4 {
  font-family: var(--th-fh);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -.005em;
  color: var(--th-tx);
  margin: 0 0 14px;
}
.sf24-th-foot-h4-spacer { margin-top: 24px !important; }
.sf24-th-foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.sf24-th-foot-col li a {
  font-size: 13.5px;
  color: var(--th-ts) !important;
  transition: color .15s;
  font-weight: 500;
  letter-spacing: -.005em;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.sf24-th-foot-col li a:hover,
.sf24-th-foot-col li a:focus,
.sf24-th-foot-col li a:active { color: var(--th-ac) !important; text-decoration: none !important; border-bottom: 0 !important; }
.sf24-th-foot a, .sf24-th-foot a:hover, .sf24-th-foot a:focus, .sf24-th-foot a:active { text-decoration: none !important; border-bottom: 0 !important; }
.sf24-th-foot-bottom {
  max-width: 1280px; margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid var(--th-line);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--th-tm);
}
.sf24-th-foot-bottom em { color: var(--th-ts); font-style: italic; font-weight: 500; }
.sf24-th-foot-pays { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sf24-th-foot-pays .sf24-th-pay { height: 28px; min-width: 44px; padding: 0 9px; box-shadow: 0 2px 6px -2px rgba(0,0,0,.06); border: 1px solid var(--th-line); }
.sf24-th-foot-pays .sf24-th-pay--mc { padding: 0 5px; min-width: 38px; }
.sf24-th-foot-pays .sf24-th-pay--apay,
.sf24-th-foot-pays .sf24-th-pay--btc { padding: 0 5px; min-width: 32px; }
.sf24-th-foot-pays .sf24-th-pay--paypal { padding: 0 9px; min-width: 56px; }

@media (max-width: 1100px) {
  .sf24-th-foot-cols { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
  .sf24-th-foot-brand { grid-column: span 3; }
}
@media (max-width: 720px) {
  .sf24-th-foot { padding: 48px 22px 22px; }
  .sf24-th-foot-cols { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 28px; }
  .sf24-th-foot-brand { grid-column: span 2; }
  .sf24-th-foot-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 480px) {
  .sf24-th-foot-cols { grid-template-columns: 1fr; }
  .sf24-th-foot-brand { grid-column: span 1; }
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .sf24-th-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .sf24-th-cell-1 { grid-column: span 2; grid-row: span 2; }
  .sf24-th-cell-2 { grid-column: span 1; grid-row: span 2; }
  .sf24-th-cell-3 { grid-column: span 1; grid-row: span 1; }
  .sf24-th-cell-4 { grid-column: span 2; grid-row: span 2; }
  .sf24-th-cell-5 { grid-column: span 1; grid-row: span 1; }
  .sf24-th-cell-6 { grid-column: span 2; grid-row: span 1; }
  .sf24-th-cell-7 { grid-column: span 1; grid-row: span 1; }
  .sf24-th-cell-8 { grid-column: span 1; grid-row: span 1; }
  .sf24-th-plat-grid { grid-template-columns: repeat(2, 1fr); }
  .sf24-th-test-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .sf24-th-hero { padding: 56px 22px 36px; }
  .sf24-th-h1 { font-size: clamp(44px, 14vw, 80px); }
  .sf24-th-marquee-row { font-size: 22px; gap: 24px; }
  .sf24-th-bento { padding: 64px 22px; }
  .sf24-th-bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .sf24-th-cell { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 240px; }
  .sf24-th-cell-1 { min-height: 380px; }
  .sf24-th-cell-2 { min-height: 320px; }
  .sf24-th-cell-4 { min-height: 420px; }
  .sf24-th-platforms { padding: 64px 22px; }
  .sf24-th-plat-grid { grid-template-columns: 1fr; }
  .sf24-th-megastats { padding: 64px 22px; gap: 22px; }
  .sf24-th-megastat { gap: 16px; padding-bottom: 22px; flex-direction: column; align-items: flex-start; }
  .sf24-th-megastat--right { align-items: flex-end; flex-direction: column; }
  .sf24-th-megastat-num { font-size: clamp(64px, 22vw, 110px); }
  .sf24-th-testimonials { padding: 64px 22px; }
  .sf24-th-test-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sf24-th-faq-section { padding: 64px 22px; }
  .sf24-th-final { padding: 90px 22px 70px; }
}

@media (max-width: 640px) {
  .sf24-th-nav-inner { padding: 12px 22px; }
  .sf24-th-nav-links {
    display: none !important;
    position: fixed !important;
    top: 64px !important; left: 0 !important; right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: calc(100vh - 64px) !important;
    height: calc(100dvh - 64px) !important;
    flex-direction: column !important; align-items: stretch !important; gap: 0 !important;
    background: #fff !important;
    border-top: 1px solid var(--th-line) !important;
    border-radius: 0 !important;
    padding: 4px 0 calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    box-shadow: 0 22px 48px -16px rgba(91,33,182,.25);
    z-index: 100 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box !important;
    overscroll-behavior: contain;
  }
  .sf24-th-nav-links.is-open { display: flex !important; }
  .sf24-th-nav-links > * { flex-shrink: 0 !important; max-width: 100% !important; }
  .sf24-th-nav-links .sf24-th-drawer-section { width: 100%; max-width: 100%; overflow: hidden; }
  .sf24-th-nav-links .sf24-th-drawer-item { width: 100%; max-width: 100%; box-sizing: border-box; overflow: hidden; }
  /* Hide desktop-only items inside drawer */
  .sf24-th-nav-link-desktop,
  .sf24-th-megamenu { display: none !important; }
  .sf24-th-nav-links > .sf24-th-nav-cta { display: none !important; }
  /* Logged-in user header at TOP of drawer */
  .sf24-th-drawer-section--user {
    border-bottom: 1px solid var(--th-line);
    padding-bottom: 6px !important;
    margin-bottom: 4px;
  }
  .sf24-th-drawer-platform--user .sf24-th-drawer-plat-logo--user {
    background: linear-gradient(135deg, var(--th-purple-r), var(--th-ac));
    color: #fff;
    font-family: var(--th-fh); font-size: 14px; font-weight: 900;
    box-shadow: 0 6px 14px -4px rgba(85,30,112,.45);
    letter-spacing: -.01em;
  }
  .sf24-th-drawer-user-hi {
    display: block;
    font-size: 11px; font-weight: 600; color: var(--th-ts);
    letter-spacing: -.005em;
  }
  .sf24-th-drawer-user-link {
    display: block;
    font-size: 16px; font-weight: 800; color: var(--th-tx);
    letter-spacing: -.015em;
  }
  .sf24-th-drawer-platform--user:hover .sf24-th-drawer-user-link { color: var(--th-ac); }
  .sf24-th-drawer-item--logout {
    color: #dc2626 !important;
    padding: 8px 22px 8px 38px !important;
  }
  .sf24-th-drawer-item--logout .sf24-th-drawer-ico {
    background: rgba(220,38,38,.1);
    color: #dc2626;
    border-radius: 6px;
    width: 22px !important; height: 22px !important;
  }
  .sf24-th-drawer-item--logout:hover { background: rgba(220,38,38,.05); color: #b91c1c !important; }

  /* All Services platform — uses brand-gradient */
  .sf24-th-drawer-platform--all { font-weight: 800; }
  .sf24-th-drawer-plat-logo--all {
    background: linear-gradient(135deg, var(--th-ac), var(--th-ac2)) !important;
    color: #fff;
    box-shadow: 0 6px 14px -4px rgba(124,58,237,.45);
  }
  .sf24-th-drawer-section--all { border-bottom: 1px solid var(--th-line); padding-bottom: 6px !important; margin-bottom: 4px; }
  /* Show drawer sections — compact spacing */
  .sf24-th-drawer-section { display: block; padding: 0; }

  /* Clickable platform header (replaces text label) */
  .sf24-th-drawer-platform {
    display: flex; align-items: center; gap: 11px;
    padding: 14px 22px 8px;
    color: var(--th-tx) !important;
    font-family: var(--th-fh); font-size: 16px; font-weight: 800;
    letter-spacing: -.015em;
    text-decoration: none !important;
    transition: background .15s;
  }
  .sf24-th-drawer-platform:hover, .sf24-th-drawer-platform:active { background: rgba(124,58,237,.04); }
  .sf24-th-drawer-plat-logo {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .sf24-th-drawer-platform--ig .sf24-th-drawer-plat-logo {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134AF 100%);
    color: #fff;
    box-shadow: 0 6px 14px -4px rgba(221,42,123,.45);
  }
  .sf24-th-drawer-platform--tt .sf24-th-drawer-plat-logo {
    background: #000;
    color: #fff;
    box-shadow: 0 6px 14px -4px rgba(0,0,0,.4);
  }
  .sf24-th-drawer-platform--yt .sf24-th-drawer-plat-logo {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: #fff;
    box-shadow: 0 6px 14px -4px rgba(255,0,0,.45);
  }
  .sf24-th-drawer-platform--ig .sf24-th-drawer-plat-logo svg,
  .sf24-th-drawer-platform--yt .sf24-th-drawer-plat-logo svg { color: #fff; fill: #fff; }
  .sf24-th-drawer-platform--yt .sf24-th-drawer-plat-logo svg path { fill: #fff !important; }
  .sf24-th-drawer-plat-name { flex: 1; }
  .sf24-th-drawer-plat-arrow {
    color: var(--th-tm);
    font-size: 16px; font-weight: 600;
    transition: transform .2s, color .2s;
  }
  .sf24-th-drawer-platform:hover .sf24-th-drawer-plat-arrow { transform: translateX(3px); color: var(--th-ac); }

  .sf24-th-drawer-item {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 22px 8px 38px;
    color: var(--th-tx) !important;
    font-family: var(--th-fh); font-size: 14px; font-weight: 600;
    letter-spacing: -.005em;
    border-bottom: 0;
    transition: background .15s;
    text-decoration: none !important;
    line-height: 1.2;
  }
  .sf24-th-drawer-item:hover, .sf24-th-drawer-item:active { background: rgba(124,58,237,.05); }
  .sf24-th-drawer-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px;
    flex-shrink: 0;
  }
  .sf24-th-drawer-ico svg { width: 18px !important; height: 18px !important; }
  /* Platform-specific item icon colors with proper brand gradients */
  .sf24-th-drawer-section--ig .sf24-th-drawer-ico {
    background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134AF);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 8px -2px rgba(221,42,123,.3);
  }
  .sf24-th-drawer-section--ig .sf24-th-drawer-ico svg { width: 13px !important; height: 13px !important; }
  .sf24-th-drawer-section--tt .sf24-th-drawer-ico {
    background: #000;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 8px -2px rgba(0,0,0,.25);
  }
  .sf24-th-drawer-section--tt .sf24-th-drawer-ico svg { width: 13px !important; height: 13px !important; }
  .sf24-th-drawer-section--page {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid var(--th-line);
  }
  .sf24-th-drawer-item--page {
    color: var(--th-ts) !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px 22px;
  }

  /* Useful Links section — compact list with brand-colored icons */
  .sf24-th-drawer-section--useful {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--th-line);
  }
  .sf24-th-drawer-section--useful .sf24-th-drawer-label {
    color: var(--th-tm);
    padding: 4px 22px 6px;
  }
  .sf24-th-drawer-item--util {
    padding: 8px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .sf24-th-drawer-ico--util {
    background: transparent !important;
    color: var(--th-ts) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 20px !important; height: 20px !important;
  }
  .sf24-th-drawer-ico--util svg { width: 17px !important; height: 17px !important; stroke: currentColor; }
  .sf24-th-drawer-item--util:hover .sf24-th-drawer-ico--util,
  .sf24-th-drawer-item--util:active .sf24-th-drawer-ico--util { color: var(--th-ac) !important; }

  /* Auth CTAs at bottom of drawer */
  .sf24-th-drawer-auth {
    margin: 12px 22px 8px;
    padding-top: 12px;
    border-top: 1px solid var(--th-line);
    display: flex; flex-direction: column; align-items: stretch; gap: 8px;
    flex-shrink: 0 !important;
  }
  .sf24-th-drawer-signup {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 22px;
    background: linear-gradient(135deg, var(--th-ac) 0%, var(--th-ac3) 50%, var(--th-ac2) 100%);
    background-size: 200% 100%;
    color: #fff !important;
    border-radius: 9999px;
    font-family: var(--th-fh); font-weight: 800; font-size: 14.5px;
    letter-spacing: -.005em;
    text-decoration: none !important;
    box-shadow: 0 10px 22px -8px rgba(124,58,237,.5);
    animation: sf24-th-cta-grad 5s ease-in-out infinite;
    transition: transform .2s, box-shadow .25s;
  }
  .sf24-th-drawer-signup:active { transform: scale(0.98); }
  .sf24-th-drawer-login {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 2px;
    color: var(--th-tx) !important;
    font-family: var(--th-fh); font-size: 13px; font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  /* Switcher at TOP of drawer — full-width 50/50 split, minimally compact */
  .sf24-th-switch--in-drawer {
    margin: 0 22px 6px !important;
    padding: 6px 0 8px !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--th-line) !important;
    order: -1;
    justify-content: space-between !important;
    gap: 8px !important;
    width: auto !important;
  }
  .sf24-th-switch--in-drawer .sf24-th-chip { flex: 1 1 0 !important; min-width: 0; }
  .sf24-th-switch--in-drawer .sf24-th-chip > summary {
    width: 100%;
    justify-content: center;
    padding: 8px 12px !important;
    background: rgba(124,58,237,.05);
    font-size: 13px !important;
    border-radius: 10px !important;
  }
  /* Currency dropdown: wider so labels fit cleanly */
  .sf24-th-switch--in-drawer .sf24-th-chip-menu {
    right: 0 !important; left: auto !important;
    min-width: 200px !important;
    max-width: calc(100vw - 44px) !important;
  }
  .sf24-th-switch--in-drawer #sf24-th-curr-chip .sf24-th-chip-menu { right: 0 !important; }
  .sf24-th-switch--in-drawer #sf24-th-lang-chip .sf24-th-chip-menu { left: 0 !important; right: auto !important; }
  .sf24-th-switch--in-drawer .sf24-th-chip-menu a {
    white-space: nowrap;
    font-size: 13.5px;
  }
  .sf24-th button.sf24-th-burger,
  .sf24-th-burger {
    display: flex !important; flex-direction: column; justify-content: center; align-items: center; gap: 4px;
    width: 38px; height: 38px;
    background: rgba(255,255,255,.7) !important;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--th-line) !important;
    border-radius: 10px !important; padding: 0 !important; cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: 0 !important; outline-offset: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: transform .15s ease;
    user-select: none; -webkit-user-select: none;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    color: var(--th-tx) !important;
  }
  .sf24-th button.sf24-th-burger:hover,
  .sf24-th button.sf24-th-burger:focus,
  .sf24-th button.sf24-th-burger:focus-visible,
  .sf24-th button.sf24-th-burger:focus-within,
  .sf24-th button.sf24-th-burger:active,
  .sf24-th-burger:hover, .sf24-th-burger:focus, .sf24-th-burger:focus-visible, .sf24-th-burger:focus-within, .sf24-th-burger:active {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: var(--th-line) !important;
    background: rgba(255,255,255,.7) !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  /* Real press feedback ONLY on actual touch devices, not lingering hover */
  .sf24-th-burger:active { transform: scale(0.94); }
  .sf24-th-burger.is-open { background: rgba(124,58,237,.08) !important; border-color: rgba(124,58,237,.3) !important; }
  .sf24-th-burger span { display: block; width: 16px; height: 1.6px; background: var(--th-tx); border-radius: 2px; transition: transform .25s, opacity .2s; pointer-events: none; }
  .sf24-th-burger.is-open span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
  .sf24-th-burger.is-open span:nth-child(2) { opacity: 0; }
  .sf24-th-burger.is-open span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }

  .sf24-th-magnetic-inner { padding: 16px 26px; font-size: 14px; }
  /* Testimonials: auto-scrolling marquee on small mobile */
  .sf24-th-testimonials { padding-left: 0; padding-right: 0; }
  .sf24-th-test-head { padding: 0 22px; }
  .sf24-th-test-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0;
    overflow: hidden;
    padding: 4px 0 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  .sf24-th-test-track {
    display: flex !important;
    flex-shrink: 0;
    gap: 12px;
    padding-right: 12px;
    animation: sf24-th-test-marquee 32s linear infinite;
  }
  .sf24-th-test-track[aria-hidden="true"] { display: flex !important; }
  .sf24-th-test-grid:hover .sf24-th-test-track,
  .sf24-th-test-grid:active .sf24-th-test-track { animation-play-state: paused; }
  .sf24-th-test-card {
    flex: 0 0 auto;
    width: 78vw; max-width: 320px;
    aspect-ratio: 3 / 4;
  }
  @keyframes sf24-th-test-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
  }
  .sf24-th-foot-inner { flex-direction: column; gap: 8px; text-align: center; }
}

/* ═══════════════════════════════════════════════
   HOW IT WORKS — asymmetric bento
═══════════════════════════════════════════════ */
.sf24-th-hiw {
  position: relative;
  padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
}
.sf24-th-hiw-head { text-align: center; margin-bottom: clamp(40px, 6vw, 72px); }
.sf24-th-hiw-head .sf24-th-h2 { margin-top: 12px; }

.sf24-th-hiw-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}
.sf24-th-hiw-card {
  position: relative;
  border-radius: 26px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(124,58,237,0.10);
  padding: 28px 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.5s, border-color 0.5s;
}
.sf24-th-hiw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px rgba(85,30,112,0.28);
  border-color: rgba(124,58,237,0.22);
}
.sf24-th-hiw-card--01 { grid-column: span 7; grid-row: span 1; }
.sf24-th-hiw-card--02 { grid-column: span 5; grid-row: span 1; }
.sf24-th-hiw-card--03 { grid-column: span 5; grid-row: span 1; }
.sf24-th-hiw-card--04 { grid-column: span 7; grid-row: span 1; }
.sf24-th-hiw-card--04::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 100% 50%, rgba(237,196,50,0.18) 0%, transparent 60%),
    radial-gradient(50% 70% at 0% 100%, rgba(124,58,237,0.12) 0%, transparent 60%);
  pointer-events: none;
  border-radius: inherit;
}
.sf24-th-hiw-card--04 > * { position: relative; z-index: 1; }

.sf24-th-hiw-num {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #7c3aed, #f58529);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.92;
}
.sf24-th-hiw-card--04 .sf24-th-hiw-num {
  background: linear-gradient(135deg, #EDC432 0%, #f58529 60%, #dd2a7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sf24-th-hiw-body { margin-top: 18px; }
.sf24-th-hiw-body h3 {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a0f2e;
  margin: 0 0 8px;
}
.sf24-th-hiw-body p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(26,15,46,0.68);
  margin: 0;
  max-width: 36ch;
}

/* Art areas */
.sf24-th-hiw-art { margin-top: 22px; }

.sf24-th-hiw-art--cards { display: flex; gap: 8px; flex-wrap: wrap; }
.sf24-th-hiw-chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(124,58,237,0.08);
  font-size: 13px;
  font-weight: 600;
  color: rgba(26,15,46,0.6);
  border: 1px solid rgba(124,58,237,0.12);
  transition: all 0.3s ease;
}
.sf24-th-hiw-chip--active {
  background: linear-gradient(135deg, #7c3aed, #dd2a7b);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px -6px rgba(124,58,237,0.4);
}

.sf24-th-hiw-art--input { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sf24-th-hiw-field {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1.5px solid rgba(124,58,237,0.18);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 14px;
  color: #1a0f2e;
  box-shadow: 0 4px 14px -4px rgba(85,30,112,0.12);
}
.sf24-th-hiw-prefix { color: rgba(26,15,46,0.4); }
.sf24-th-hiw-typed {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: hiwType 4s steps(10, end) infinite;
  width: 0;
}
.sf24-th-hiw-caret {
  display: inline-block;
  width: 1.5px;
  height: 14px;
  background: #7c3aed;
  margin-left: 1px;
  animation: hiwBlink 1s step-end infinite;
}
@keyframes hiwType {
  0%, 100% { width: 0; }
  30%, 70% { width: 10ch; }
}
@keyframes hiwBlink { 50% { opacity: 0; } }
.sf24-th-hiw-lock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,0.10);
  color: #15803d;
  font-size: 12px;
  font-weight: 600;
}

.sf24-th-hiw-art--graph {
  position: relative;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sf24-th-hiw-art--graph svg {
  width: 100%;
  height: 80px;
  display: block;
}
.sf24-th-hiw-line {
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
  animation: hiwDraw 2.4s cubic-bezier(.2,.8,.2,1) forwards;
  animation-play-state: paused;
}
.sf24-th-hiw-card--03[data-anim].is-visible .sf24-th-hiw-line { animation-play-state: running; }
.sf24-th-hiw-dot {
  opacity: 0;
  animation: hiwPop 0.5s 2.2s forwards, hiwPulse 2s 2.6s infinite;
}
.sf24-th-hiw-card--03[data-anim].is-visible .sf24-th-hiw-dot { animation-play-state: running; }
@keyframes hiwDraw { to { stroke-dashoffset: 0; } }
@keyframes hiwPop { to { opacity: 1; } }
@keyframes hiwPulse {
  0%, 100% { r: 4; filter: drop-shadow(0 0 0 rgba(237,196,50,0)); }
  50% { r: 5.5; filter: drop-shadow(0 0 8px rgba(237,196,50,0.7)); }
}
.sf24-th-hiw-graph-label {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(26,15,46,0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sf24-th-hiw-art--shield {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}
.sf24-th-hiw-orbit {
  position: relative;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.sf24-th-hiw-orbit-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: hiwOrbitSpin 14s linear infinite;
}
@keyframes hiwOrbitSpin {
  to { transform: rotate(360deg); }
}
.sf24-th-hiw-shield {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8d6 0%, #EDC432 100%);
  display: grid;
  place-items: center;
  color: #1a0f2e;
  box-shadow: 0 10px 28px -8px rgba(237,196,50,0.45), inset 0 1px 0 rgba(255,255,255,0.6);
}
.sf24-th-hiw-shield svg { width: 26px; height: 26px; }
.sf24-th-hiw-sla {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(237,196,50,0.35);
  backdrop-filter: blur(8px);
}
.sf24-th-hiw-sla strong {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #7c3aed, #EDC432);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sf24-th-hiw-sla span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(26,15,46,0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .sf24-th-hiw-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
  .sf24-th-hiw-card--01,
  .sf24-th-hiw-card--02,
  .sf24-th-hiw-card--03,
  .sf24-th-hiw-card--04 { grid-column: span 1; }
  .sf24-th-hiw-card { padding: 24px 22px; min-height: 200px; }
  .sf24-th-hiw-num { font-size: 44px; }
  .sf24-th-hiw-body h3 { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sf24-th-aurora-blob, .sf24-th-pulse, .sf24-th-magnetic, .sf24-th-magnetic-inner, .sf24-th-marquee-row, [data-reveal], .sf24-th-mock-bar span, .sf24-th-cell-tag::before, .sf24-th-final-aurora, .sf24-th-final, .sf24-th-hiw-line, .sf24-th-hiw-dot, .sf24-th-hiw-typed, .sf24-th-hiw-caret { animation: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  [data-anim] { transition: none !important; opacity: 1 !important; transform: none !important; }
}
