/* ============================================================
   GC BOSS — "Jumbo/Toptech" reskin bridge
   Loaded AFTER the base template CSS. Re-themes every public page
   to the Toptech design language: Satoshi headings, Hind body,
   #346af8 primary blue, near-black ink, soft blue surfaces.
   ============================================================ */

:root {
  --boss-blue: #346af8;
  --boss-blue-dark: #2554d6;
  --boss-ink: #0b0d17;
  --boss-ink-2: #313233;
  --boss-gray: #848991;
  --boss-surface: #f4f6ff;
  --boss-surface-2: #f2f5ff;
  --boss-border: #e4e8f7;
  --boss-yellow: #ffd74b;
}

/* ---------- Global typography ---------- */
body[data-lumora] {
  font-family: Hind, "Hanken Grotesk", sans-serif !important;
  color: var(--boss-ink-2);
  background: #ffffff;
}
body[data-lumora] h1, body[data-lumora] h2, body[data-lumora] h3,
body[data-lumora] h4, body[data-lumora] h5,
body[data-lumora] .lm_title, body[data-lumora] .lm_hero_title,
body[data-lumora] .lm-brand-text, body[data-lumora] .font-display {
  font-family: Satoshi, "Cabinet Grotesk", "Hanken Grotesk", sans-serif !important;
  color: var(--boss-ink);
  letter-spacing: -0.02em;
}

/* ---------- Buttons ---------- */
body[data-lumora] .lm_button {
  background: var(--boss-blue) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px -10px rgba(52, 106, 248, 0.55);
  transition: background-color .2s ease, transform .2s ease;
}
body[data-lumora] .lm_button:hover {
  background: var(--boss-blue-dark) !important;
  transform: translateY(-1px);
}
body[data-lumora] .lm_button_two {
  background: #ffffff !important;
  color: var(--boss-ink) !important;
  border: 1px solid var(--boss-border) !important;
  border-radius: 10px !important;
}
body[data-lumora] .lm_button_two:hover { border-color: var(--boss-blue) !important; color: var(--boss-blue) !important; }

/* ---------- Accent + link colors (purple -> blue) ---------- */
body[data-lumora] a { color: inherit; }
body[data-lumora] .lm_hero_sect,
body[data-lumora] .lm_page_hero_sect {
  background: linear-gradient(180deg, var(--boss-surface) 0%, #ffffff 100%) !important;
}

/* Inner-page hero banners — replace the old pink gradient with the blue theme surface */
body[data-lumora] .lm_hero_banner_sect,
body[data-lumora] .lm_hero_banner_inner_sect {
  background-color: var(--boss-surface) !important;
  background-image: linear-gradient(180deg, #eef2ff 0%, var(--boss-surface) 55%, #ffffff 100%) !important;
}
body[data-lumora] .lm_hero_banner_review_box {
  background: #ffffff !important;
  border: 1px solid var(--boss-border) !important;
}
body[data-lumora] .lm_hero_banner_review { color: var(--boss-blue) !important; }
body[data-lumora] .lm_hero_banner_title { color: var(--boss-ink) !important; }

/* Kill the old purple/pink gradients anywhere they appear */
body[data-lumora] [class*="lm_"][style*="gradient"] { background-image: none; }

/* Tabs / pills / chips */
body[data-lumora] .lm_price_tabs_link.w--current { background: var(--boss-blue) !important; color: #fff !important; }

/* ---------- Cards & surfaces ---------- */
body[data-lumora] .lm_financial_card_box,
body[data-lumora] .lm_price_tabs_items,
body[data-lumora] .lm_contact_card_items {
  border-radius: 16px !important;
  border: 1px solid var(--boss-border) !important;
  background: #ffffff;
  box-shadow: 0 12px 30px -22px rgba(11, 13, 23, 0.25);
}

/* ---------- Navbar ---------- */
body[data-lumora] .lm_nav_sect, body[data-lumora] nav[class*="lm_"] {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--boss-border);
}

/* ---------- Footer — Toptech dark navy ---------- */
body[data-lumora] .lm_footer_sect {
  background: #0b0d17 !important;
  color: #c8cbe0 !important;
}
body[data-lumora] .lm_footer_sect .lm-brand-text span { color: #ffffff !important; }
body[data-lumora] .lm_footer_sect .lm-brand-text span:last-child { color: var(--boss-blue) !important; }
body[data-lumora] .lm_footer_sect h4,
body[data-lumora] .lm_footer_sect .lm_footer_inner_page_link_title { color: #ffffff !important; }
body[data-lumora] .lm_footer_sect p,
body[data-lumora] .lm_footer_sect a,
body[data-lumora] .lm_footer_sect .lm_footer_logo_short_des,
body[data-lumora] .lm_footer_sect .lm_footer_contact_address,
body[data-lumora] .lm_footer_sect .lm_footer_copy_right,
body[data-lumora] .lm_footer_sect .lm_footer_inner_page_link div {
  color: #aab0cc !important;
}
body[data-lumora] .lm_footer_sect .lm_footer_inner_page_link:hover div { color: #ffffff !important; }
body[data-lumora] .lm_footer_sect .lm_footer_copy_right_box { border-top: 1px solid rgba(255,255,255,0.08); }

/* ---------- Navbar — flat white theme bar (like Toptech) ---------- */
body[data-lumora] .lm-header { padding: 0 !important; top: 0 !important; }
body[data-lumora] .lm-header-inner {
  max-width: none !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid var(--boss-border) !important;
  box-shadow: 0 6px 24px -18px rgba(11,13,23,.25) !important;
  backdrop-filter: none !important;
}
body[data-lumora] .lm-header .navigation-container { max-width: 1240px; margin: 0 auto; border-radius: 0 !important; border: none !important; background: transparent !important; min-height: 0 !important; box-shadow: none !important; }
body[data-lumora] .lm-header .navigation-link { color: #3d4066 !important; font-family: Hind, sans-serif; }
body[data-lumora] .lm-header .navigation-link.active,
body[data-lumora] .lm-header .navigation-link[aria-current="page"] { color: var(--boss-blue) !important; }

/* ---------- Announcement bar (theme) ---------- */
.announcement-wrapper { position: relative; z-index: 5; }

/* ---------- Selection & scrollbar ---------- */
body[data-lumora] ::selection { background: rgba(52,106,248,.22); }

/* ============================================================
   GC BOSS home page (Toptech markup helpers)
   ============================================================ */
.boss-hero {
  position: relative;
  background: linear-gradient(180deg, var(--boss-surface) 0%, #ffffff 92%);
  padding: 140px 24px 72px;
  overflow: hidden;
}
.boss-hero-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.boss-h1 {
  font-family: Satoshi, sans-serif; font-weight: 800; color: var(--boss-ink);
  font-size: clamp(38px, 5.4vw, 64px); line-height: 1.08; letter-spacing: -0.03em; margin: 0 0 20px;
}
.boss-h1 .accent { color: var(--boss-blue); }
.boss-hero-sub { font-size: 18px; color: var(--boss-gray); max-width: 620px; margin: 0 auto 32px; line-height: 1.65; }
.boss-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.boss-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 54px; padding: 0 30px;
  background: var(--boss-blue); color: #fff !important; border-radius: 10px; font-weight: 600; font-size: 16px;
  text-decoration: none; box-shadow: 0 14px 30px -12px rgba(52,106,248,.6);
  transition: background-color .2s ease, transform .2s ease;
}
.boss-btn:hover { background: var(--boss-blue-dark); transform: translateY(-2px); }
.boss-btn.ghost { background: #fff; color: var(--boss-ink) !important; border: 1px solid var(--boss-border); box-shadow: none; }
.boss-btn.ghost:hover { border-color: var(--boss-blue); color: var(--boss-blue) !important; }
.boss-hero-note { margin-top: 16px; font-size: 13px; color: var(--boss-gray); }

.boss-section { padding: 88px 24px; }
.boss-section.alt { background: var(--boss-surface); }
.boss-section.dark { background: #0b0d17; }
.boss-container { max-width: 1140px; margin: 0 auto; }
.boss-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--boss-blue); margin-bottom: 14px;
}
.boss-h2 {
  font-family: Satoshi, sans-serif; font-weight: 800; color: var(--boss-ink);
  font-size: clamp(28px, 3.6vw, 42px); line-height: 1.15; letter-spacing: -0.025em; margin: 0 0 14px;
}
.boss-section.dark .boss-h2 { color: #fff; }
.boss-sub { color: var(--boss-gray); font-size: 17px; line-height: 1.65; max-width: 640px; }
.boss-section.dark .boss-sub { color: #aab0cc; }

.boss-grid { display: grid; gap: 22px; margin-top: 48px; }
.boss-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.boss-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .boss-grid.cols-3, .boss-grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .boss-grid.cols-3, .boss-grid.cols-4 { grid-template-columns: 1fr; } }

.boss-card {
  background: #fff; border: 1px solid var(--boss-border); border-radius: 16px; padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.boss-card:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -28px rgba(11,13,23,.3); }
.boss-card-icon {
  width: 52px; height: 52px; border-radius: 13px; background: var(--boss-surface);
  display: flex; align-items: center; justify-content: center; color: var(--boss-blue); margin-bottom: 20px;
}
.boss-card h3 { font-family: Satoshi, sans-serif; font-size: 19px; font-weight: 700; color: var(--boss-ink); margin: 0 0 10px; }
.boss-card p { font-size: 15px; color: var(--boss-gray); line-height: 1.6; margin: 0; }

.boss-step-num {
  font-family: Satoshi, sans-serif; font-size: 46px; font-weight: 800; color: var(--boss-blue); opacity: .22; line-height: 1;
}

.boss-stat { text-align: center; }
.boss-stat .v { font-family: Satoshi, sans-serif; font-size: 40px; font-weight: 800; color: #fff; }
.boss-stat .v .accent { color: var(--boss-blue); }
.boss-stat .l { font-size: 14px; color: #aab0cc; margin-top: 6px; }

.boss-brand-chip {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--boss-border);
  border-radius: 12px; padding: 12px 18px; font-weight: 600; color: var(--boss-ink); font-size: 15px; white-space: nowrap;
}
.boss-marquee { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 40px; }

.boss-cta-band {
  background: linear-gradient(120deg, var(--boss-blue) 0%, #588af0 100%);
  border-radius: 24px; padding: 64px 40px; text-align: center; color: #fff;
}
.boss-cta-band h2 { font-family: Satoshi, sans-serif; font-size: clamp(26px,3.4vw,40px); font-weight: 800; margin: 0 0 12px; letter-spacing: -0.02em; color: #fff; }
.boss-cta-band p { color: rgba(255,255,255,.85); margin: 0 auto 28px; max-width: 520px; }
.boss-cta-band .boss-btn { background: #fff; color: var(--boss-ink) !important; box-shadow: none; }
.boss-cta-band .boss-btn:hover { background: var(--boss-yellow); }

/* ---------- Theme-markup helpers (home page) ---------- */
.boss-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.boss-rates-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; width: 100%; }
@media (max-width: 900px) { .boss-rates-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .boss-rates-grid { grid-template-columns: 1fr; } }
.boss-rate-card { transition: transform .25s ease, box-shadow .25s ease; }
.boss-rate-card:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -28px rgba(11,13,23,.3); }
.boss-rate-value { font-family: Satoshi, sans-serif; font-size: 40px; font-weight: 800; color: var(--boss-blue); margin: 8px 0 6px; }
.boss-faq-toggle {
  width: 30px; height: 30px; border-radius: 50%; background: var(--boss-surface); color: var(--boss-blue);
  display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex-shrink: 0;
}
.boss-brand-chip { cursor: pointer; }
.boss-brand-chip:hover { border-color: var(--boss-blue); color: var(--boss-blue); }
.boss-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 24px; }
.footer-section .footer-office-contact, .footer-section .footer-link { color: #aab0cc; }
.footer-section .footer-link:hover { color: #ffffff; }
.footer-section .footer-line-heading-wrapper { color: #ffffff; font-family: Satoshi, sans-serif; font-weight: 700; }
.footer-section .primary-button { width: auto !important; height: auto !important; display: inline-block; }

/* ============================================================
   TT inner-page kit — Toptech design system for all inner pages
   ============================================================ */
.tt-page-hero {
  background: #0b0d17;
  padding: 140px 24px 78px;
  position: relative;
  overflow: hidden;
}
.tt-page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.tt-page-hero::after {
  content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,106,248,.30), transparent 62%);
  top: -260px; right: -160px; pointer-events: none;
}
.tt-page-hero-inner { max-width: 840px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.tt-eyebrow-pill {
  display: inline-flex; padding: 8px 20px; border-radius: 999px;
  background: rgba(52,106,248,.16); border: 1px solid rgba(52,106,248,.45);
  color: #8fadff; font-family: Hind, sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; margin-bottom: 22px;
}
.tt-page-h1, body[data-lumora] h1.tt-page-h1 {
  font-family: Satoshi, sans-serif !important; font-weight: 800; color: #fff !important;
  font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 18px;
}
.tt-page-sub { color: #aab0cc; font-size: 17px; line-height: 1.7; max-width: 620px; margin: 0 auto; }
.tt-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.tt-page-hero .boss-btn.ghost.tt-ghost-dark {
  background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.28);
}
.tt-page-hero .boss-btn.ghost.tt-ghost-dark:hover { border-color: #346af8; color: #8fadff !important; }

/* Cards & form primitives */
.tt-card {
  background: #fff; border: 1px solid #e4e8f7; border-radius: 18px;
  box-shadow: 0 18px 44px -34px rgba(11,13,23,.4);
}
.tt-step-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: Hind, sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: #346af8;
}
.tt-step-eyebrow::after { content: ""; flex: 1; height: 1px; background: #e4e8f7; }
.tt-inp {
  width: 100%; height: 50px; padding: 0 16px; border-radius: 10px;
  border: 1px solid #e4e8f7; background: #fff; color: #0b0d17; font-size: 15px;
  outline: none; transition: box-shadow .15s ease, border-color .15s ease;
}
.tt-inp:focus { border-color: #346af8; box-shadow: 0 0 0 4px rgba(52,106,248,.12); }
.tt-inp::placeholder { color: #a3a9ba; }
.tt-pill {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; border-radius: 10px; border: 1px solid #e4e8f7; background: #fff;
  font-weight: 600; font-size: 14px; color: #313233; cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.tt-pill:hover { border-color: #b9c8f5; }
.tt-pill.on { background: #346af8; border-color: #346af8; color: #fff; box-shadow: 0 10px 22px -12px rgba(52,106,248,.6); }
.tt-amount-chip {
  height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid #e4e8f7;
  background: #f4f6ff; font-weight: 600; font-size: 13px; color: #313233; cursor: pointer;
  transition: all .15s ease;
}
.tt-amount-chip:hover { border-color: #346af8; color: #346af8; }
.tt-amount-chip.on { background: #346af8; border-color: #346af8; color: #fff; }

/* Dark payout panel */
.tt-panel {
  background: #0b0d17; border-radius: 20px; padding: 34px 30px;
  position: relative; overflow: hidden; color: #aab0cc;
}
.tt-panel::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,106,248,.35), transparent 62%);
  top: -200px; right: -140px; pointer-events: none;
}
.tt-panel-inner { position: relative; z-index: 2; }
.tt-panel-eyebrow {
  font-family: Hind, sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: #8fadff; margin-bottom: 10px;
}
.tt-panel-total {
  font-family: Satoshi, sans-serif; font-weight: 800; color: #fff;
  font-size: clamp(44px, 5vw, 58px); letter-spacing: -0.03em; line-height: 1;
}
.tt-panel-line {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px;
}
.tt-panel-line .v { color: #fff; font-weight: 600; }
.tt-panel-line.hi .v, .tt-panel-line.hi { color: #8fadff; }
.tt-chip {
  display: inline-flex; align-items: center; padding: 6px 13px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05);
  font-size: 12px; font-weight: 600; color: #c8cbe0;
}
.tt-panel-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; height: 56px; margin-top: 22px; border: none; border-radius: 12px;
  background: #346af8; color: #fff; font-family: Hind, sans-serif; font-weight: 700; font-size: 16px;
  cursor: pointer; box-shadow: 0 16px 34px -14px rgba(52,106,248,.7);
  transition: background-color .2s ease, transform .2s ease;
}
.tt-panel-cta:hover { background: #2554d6; transform: translateY(-2px); }
.tt-panel-cta:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.tt-panel-row {
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04);
  border-radius: 14px; padding: 14px 16px;
}
.tt-panel-row.best { border-color: #346af8; background: rgba(52,106,248,.12); }
.tt-check-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #c8cbe0; padding: 6px 0; }
.tt-check-dot {
  width: 20px; height: 20px; border-radius: 50%; background: rgba(52,106,248,.2);
  color: #8fadff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px;
}

@media (max-width: 767px) {
  .tt-page-hero { padding: 118px 20px 56px; }
  .tt-panel { padding: 26px 20px; }
}



/* ============================================================
   Auth / Contact / Refer overrides for sign-up-section
   The theme's .sign-up-text-container uses display:flex which
   arranges direct children horizontally — override to stack.
   ============================================================ */
body[data-lumora] .sign-up-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
body[data-lumora] .sign-up-text-container {
  display: block !important;
  max-width: 560px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body[data-lumora] .sign-up-container {
  max-width: 1200px !important;
  padding-left: 30px;
  padding-right: 30px;
  align-items: start !important;
  grid-column-gap: 60px !important;
}
body[data-lumora] .sign-up-form-div-wrapper {
  background: transparent !important;
  max-width: 480px !important;
  padding: 0 !important;
}
body[data-lumora] .sign-up-form-wrapper {
  width: 100%;
}
body[data-lumora] .sign-up-list {
  padding-left: 0 !important;
}
body[data-lumora] .sign-up-heading .h1 {
  color: inherit !important;
}
@media (max-width: 900px) {
  body[data-lumora] .sign-up-container {
    flex-direction: column !important;
    grid-row-gap: 40px !important;
  }
  body[data-lumora] .sign-up-text-container {
    max-width: 100% !important;
  }
}

/* Search hero polish */
body[data-lumora] .search-home-hero-section {
  padding-top: 130px;
  padding-bottom: 60px;
}

/* Primary CTA button consistent sizing when inline */
body[data-lumora] .primary-button.w-button {
  padding: 14px 26px;
  border-radius: 90px;
  font-weight: 700;
  letter-spacing: .01em;
  display: inline-block;
  width: auto;
  text-align: center;
}



/* ==================================================================
   MOBILE RESPONSIVE OVERRIDES  (99% of GC SPARK traffic is mobile)
   Targets: <= 767px phone,  <= 1024px tablet.
   Applies aggressive stacking + typography scaling for Toptech sections
   and every custom section on the site.
   ================================================================== */

/* ---------- Tablet + small desktop ---------- */
@media (max-width: 1024px) {
  body[data-lumora] .main-container { padding-left: 20px !important; padding-right: 20px !important; }
  body[data-lumora] .h1 { font-size: 42px !important; line-height: 1.08 !important; }
  body[data-lumora] .h2 { font-size: 32px !important; line-height: 1.15 !important; }
  body[data-lumora] .home-hero-container { grid-template-columns: 1fr !important; gap: 40px !important; }
  body[data-lumora] .home-hero-image-container { order: 2; }
  body[data-lumora] .home-hero-text-container { text-align: center; }
  body[data-lumora] .home-hero-para { max-width: 100% !important; margin-left: auto; margin-right: auto; }
  body[data-lumora] .home-signup-form { margin-left: auto !important; margin-right: auto !important; }
}

/* ---------- Phone ---------- */
@media (max-width: 767px) {
  /* Global containers */
  body[data-lumora] .main-container,
  body[data-lumora] .w-container { padding-left: 18px !important; padding-right: 18px !important; }

  /* Announcement bar */
  body[data-lumora] .announcement-wrapper { padding: 10px 14px !important; }
  body[data-lumora] .announcement-wrapper .announcement-text,
  body[data-lumora] .announcement-wrapper p { font-size: 12px !important; line-height: 1.4 !important; }

  /* Headings */
  body[data-lumora] h1, body[data-lumora] .h1 { font-size: 34px !important; line-height: 1.1 !important; }
  body[data-lumora] h2, body[data-lumora] .h2 { font-size: 26px !important; line-height: 1.2 !important; }
  body[data-lumora] h3, body[data-lumora] .h3 { font-size: 22px !important; }
  body[data-lumora] p, body[data-lumora] .main-body-text { font-size: 15px !important; line-height: 1.55 !important; }

  /* Home hero */
  body[data-lumora] .home-hero-section { padding-top: 30px !important; padding-bottom: 50px !important; }
  body[data-lumora] .home-hero-container { grid-template-columns: 1fr !important; gap: 30px !important; text-align: center; }
  body[data-lumora] .home-hero-image-container img { max-width: 100% !important; height: auto !important; }
  body[data-lumora] .home-signup-form,
  body[data-lumora] .home-signup-form-wrapper { flex-direction: column !important; width: 100% !important; gap: 10px !important; padding: 6px !important; }
  body[data-lumora] .home-signup-form input,
  body[data-lumora] .home-signup-form .primary-button { width: 100% !important; min-height: 48px; }

  /* Search hero (used on many pages) */
  body[data-lumora] .search-home-hero-section { padding-top: 70px !important; padding-bottom: 30px !important; }
  body[data-lumora] .search-heading { text-align: center !important; }

  /* Sign-up section (contact, signin, signup, refer, reset) */
  body[data-lumora] .sign-up-section { padding: 60px 0 !important; }
  body[data-lumora] .sign-up-container { display: block !important; padding-left: 18px !important; padding-right: 18px !important; }
  body[data-lumora] .sign-up-text-container { text-align: left; padding-bottom: 40px !important; max-width: 100% !important; }
  body[data-lumora] .sign-up-form-div-wrapper { max-width: 100% !important; margin: 0 auto; }
  body[data-lumora] .sign-up-form-wrapper { max-width: 100% !important; }

  /* Testimonial */
  body[data-lumora] .testimonial-section { padding: 60px 0 !important; }
  body[data-lumora] .testimonial-row { flex-direction: column !important; gap: 30px !important; }
  body[data-lumora] .testimonial-text-wrapper,
  body[data-lumora] .testimonial-left { max-width: 100% !important; width: 100% !important; }
  body[data-lumora] .testimonial-image { width: 100% !important; height: auto !important; }

  /* Security cards */
  body[data-lumora] .security-section { padding: 60px 0 !important; }
  body[data-lumora] .security-card-wrapper { flex-direction: column !important; gap: 16px !important; }
  body[data-lumora] .security-card { max-width: 100% !important; width: 100% !important; margin: 0 !important; padding: 24px !important; }

  /* Feature section (how-it-works etc.) */
  body[data-lumora] .feature-section { padding: 50px 0 !important; }
  body[data-lumora] .feature-row-1 .tabs,
  body[data-lumora] .feature-row-1 { flex-direction: column !important; }
  body[data-lumora] .feature-row-1 .tabs-menu { width: 100% !important; padding-left: 0 !important; }
  body[data-lumora] .feature-row-2, body[data-lumora] .feature-row-3 { flex-direction: column !important; gap: 30px !important; }
  body[data-lumora] .why-us-left-image-wrapper,
  body[data-lumora] .why-us-right-image-wrapper { width: 100% !important; max-width: 100% !important; }
  body[data-lumora] .why-us-left-image,
  body[data-lumora] .why-us-right-image { width: 100% !important; height: auto !important; }
  body[data-lumora] .why-us-text-container,
  body[data-lumora] .feature-row-3 .why-us-text-container { max-width: 100% !important; padding: 0 !important; text-align: left; }

  /* Pricing section */
  body[data-lumora] .pricing-section { padding: 60px 0 !important; }
  body[data-lumora] .pricing-wrapper { text-align: center !important; }
  body[data-lumora] .pricing-heading-div h1, body[data-lumora] .pricing-heading-div .h1 { max-width: 100% !important; }

  /* Review / testimonials strip */
  body[data-lumora] .review-section { padding: 60px 0 !important; }
  body[data-lumora] .review-blocks-wrapper { flex-direction: column !important; gap: 16px !important; }
  body[data-lumora] .review-block { max-width: 100% !important; width: 100% !important; }

  /* FAQ */
  body[data-lumora] .faq-section { padding: 30px 0 60px !important; }
  body[data-lumora] .c-faq-q { padding: 18px 16px !important; }
  body[data-lumora] .c-faq-a { padding: 0 16px 18px !important; }

  /* Company rating (numbers strip) */
  body[data-lumora] .company-rating-divs { flex-direction: column !important; gap: 20px !important; text-align: center; }
  body[data-lumora] .company-rating-wrapper { padding-right: 0 !important; text-align: center; }

  /* Changelog / legal-style rows */
  body[data-lumora] .changelog-section { padding: 40px 0 !important; }

  /* Blog list featured card */
  body[data-lumora] .blog-featured { grid-template-columns: 1fr !important; }
  body[data-lumora] .blog-featured > div:last-child { padding: 28px !important; }
  body[data-lumora] .blog-post-section { padding: 40px 0 60px !important; }

  /* CTA / Boss section */
  body[data-lumora] .boss-section { padding: 50px 0 !important; }
  body[data-lumora] .boss-cta-band { padding: 32px 24px !important; text-align: center; }
  body[data-lumora] .boss-cta-band h2 { font-size: 26px !important; }
  body[data-lumora] .boss-btn { width: 100% !important; justify-content: center; padding: 14px 22px !important; }

  /* Buttons: tap target */
  body[data-lumora] .primary-button.w-button,
  body[data-lumora] .btn.w-inline-block,
  body[data-lumora] .lm_button.w-inline-block {
    min-height: 48px;
    padding: 13px 22px !important;
    font-size: 15px !important;
  }
  body[data-lumora] .primary-button.w-button { display: inline-flex !important; align-items: center; justify-content: center; }

  /* Legal grid */
  body[data-lumora] .legal-grid { grid-template-columns: 1fr !important; gap: 30px !important; }

  /* AcceptedCards page */
  body[data-lumora] .cards-hero-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  body[data-lumora] .cards-hero-grid > div:last-child { padding: 22px !important; }

  /* About hero */
  body[data-lumora] .about-hero-grid { grid-template-columns: 1fr !important; gap: 24px !important; }

  /* Category hero */
  body[data-lumora] .cat-hero-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
  body[data-lumora] .cat-kpi-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Rates page */
  body[data-lumora] .rf-stat-l { font-size: 12px !important; }

  /* Nav announcement + navbar row */
  body[data-lumora] .lm-header-inner { padding-left: 14px !important; padding-right: 14px !important; }
  body[data-lumora] .lm-header .lm-brand img { height: 28px !important; }

  /* Cookie banner mobile */
  #boss-cookie-banner,
  [data-testid="cookie-banner"] {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    max-width: calc(100vw - 24px) !important;
    padding: 16px !important;
  }
  [data-testid="cookie-banner"] p { font-size: 13px !important; }

  /* Support chat widgets — pull off the edge */
  [data-testid="miles-chat-launcher"],
  [data-testid="human-support-launcher"] { bottom: 14px !important; right: 14px !important; }

  /* How-it-works step figure */
  body[data-lumora] .how-step-figure { min-height: 260px !important; padding: 20px !important; border-radius: 20px !important; }

  /* Prevent horizontal overflow */
  body[data-lumora], body[data-lumora] main { overflow-x: hidden !important; }
  body[data-lumora] img, body[data-lumora] svg { max-width: 100% !important; }

  /* Form inputs: iOS zoom prevention (>= 16px font) */
  body[data-lumora] input, body[data-lumora] textarea, body[data-lumora] select {
    font-size: 16px !important;
  }
}

/* ---------- Very small (<=380) ---------- */
@media (max-width: 380px) {
  body[data-lumora] .h1, body[data-lumora] h1 { font-size: 28px !important; }
  body[data-lumora] .h2, body[data-lumora] h2 { font-size: 22px !important; }
  body[data-lumora] .main-container, body[data-lumora] .w-container { padding-left: 14px !important; padding-right: 14px !important; }
}



/* ---------- Bigger home hero illustration ---------- */
@media (min-width: 992px) {
  body[data-lumora] .home-hero-image-wrapper {
    height: 700px !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: -40px !important;
  }
  body[data-lumora] .home-hero-image {
    transform: scale(1.15);
    transform-origin: center;
  }
}
@media (min-width: 1280px) {
  body[data-lumora] .home-hero-image-wrapper {
    height: 780px !important;
    max-width: 880px !important;
  }
  body[data-lumora] .home-hero-image {
    transform: scale(1.2);
  }
}

/* =====================================================
   Estimated Payout Time section (blue theme)
   ===================================================== */
body[data-lumora] .payout-time-section {
  background-image: linear-gradient(to right, #346af8 20%, #396bea 80%);
  padding: 100px 0 108px;
  position: relative;
  overflow: hidden;
}
body[data-lumora] .payout-time-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
body[data-lumora] .payout-time-section::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -180px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
body[data-lumora] .payout-time-header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
  position: relative;
  z-index: 1;
}
body[data-lumora] .payout-time-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
body[data-lumora] .payout-time-heading {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  line-height: 1.15;
}
body[data-lumora] .payout-time-sub {
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
body[data-lumora] .payout-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
body[data-lumora] .payout-tier-card {
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 22px;
  padding: 30px 28px 26px;
  box-shadow: 0 24px 50px -22px rgba(15,23,42,0.45);
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}
body[data-lumora] .payout-tier-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--tier-accent);
  opacity: 0.9;
}
body[data-lumora] .payout-tier-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -24px rgba(15,23,42,0.55);
}
body[data-lumora] .payout-tier-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
body[data-lumora] .payout-tier-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--tier-accent-soft);
  color: var(--tier-accent);
  font-size: 20px;
}
body[data-lumora] .payout-tier-share {
  font-size: 13px;
  font-weight: 700;
  color: var(--tier-accent);
  background: var(--tier-accent-soft);
  padding: 5px 11px;
  border-radius: 999px;
  letter-spacing: 0.2px;
}
body[data-lumora] .payout-tier-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body[data-lumora] .payout-tier-time {
  font-size: 26px;
  font-weight: 800;
  color: #0b1220;
  margin-bottom: 14px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
body[data-lumora] .payout-tier-desc {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
}
body[data-lumora] .payout-tier-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tier-accent);
  background: var(--tier-accent-soft);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
body[data-lumora] .payout-tier-detail-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tier-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tier-accent) 22%, transparent);
}
body[data-lumora] .payout-tier-bar {
  height: 6px;
  border-radius: 999px;
  background: #eef1f8;
  overflow: hidden;
}
body[data-lumora] .payout-tier-bar-fill {
  display: block;
  height: 100%;
  background: var(--tier-accent);
  border-radius: 999px;
  animation: payoutBarFill 1.4s ease-out both;
}
body[data-lumora] .payout-tier-fast .payout-tier-bar-fill { width: 90%; }
body[data-lumora] .payout-tier-mid  .payout-tier-bar-fill { width: 55%; }
body[data-lumora] .payout-tier-slow .payout-tier-bar-fill { width: 25%; }

@keyframes payoutBarFill {
  from { width: 0; }
}

body[data-lumora] .payout-time-footnote {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 900px;
  margin: 44px auto 0;
  padding: 18px 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  color: rgba(255,255,255,0.92);
  font-size: 14.5px;
  line-height: 1.6;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}
body[data-lumora] .payout-time-footnote strong { color: #ffffff; }
body[data-lumora] .payout-time-footnote em { color: #ffe27a; font-style: normal; font-weight: 700; }
body[data-lumora] .payout-time-footnote-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  font-size: 15px;
}

/* Mobile */
@media (max-width: 768px) {
  body[data-lumora] .payout-time-section { padding: 64px 0 72px; }
  body[data-lumora] .payout-tier-grid { grid-template-columns: 1fr; gap: 18px; }
  body[data-lumora] .payout-time-header { margin-bottom: 36px; padding: 0 8px; }
  body[data-lumora] .payout-time-heading { font-size: 26px !important; }
  body[data-lumora] .payout-time-sub { font-size: 14.5px; }
  body[data-lumora] .payout-tier-card { padding: 24px 22px 22px; }
  body[data-lumora] .payout-tier-time { font-size: 22px; }
  body[data-lumora] .payout-time-footnote { flex-direction: column; margin: 28px 10px 0; }
}


/* =====================================================
   GLOBAL SPACING TIGHTENING — remove big vertical gaps
   ===================================================== */
body[data-lumora] .home-hero-section    { padding-top: 90px !important;  padding-bottom: 40px !important; }
body[data-lumora] .security-section     { padding-top: 56px !important;  padding-bottom: 60px !important; }
body[data-lumora] .feature-section      { padding-top: 56px !important;  padding-bottom: 60px !important; }
body[data-lumora] .testimonial-section  { padding-top: 60px !important;  padding-bottom: 60px !important; }
body[data-lumora] .payout-time-section  { padding-top: 60px !important;  padding-bottom: 60px !important; }
body[data-lumora] .review-section       { padding-top: 56px !important;  padding-bottom: 60px !important; }
body[data-lumora] .pricing-section      { padding-top: 56px !important;  padding-bottom: 60px !important; }
body[data-lumora] .faq-section          { padding-top: 56px !important;  padding-bottom: 60px !important; }
body[data-lumora] .company-rating-container { padding-top: 56px !important; padding-bottom: 56px !important; }
body[data-lumora] .footer-section       { padding-top: 40px !important;  padding-bottom: 24px !important; }

/* Tighten spacing between section headers and grids */
body[data-lumora] .payout-time-header       { margin-bottom: 36px !important; }
body[data-lumora] .security-heading-container,
body[data-lumora] .review-heading,
body[data-lumora] .feature-heading-div,
body[data-lumora] .pricing-heading,
body[data-lumora] .faq-heading-div          { margin-bottom: 24px !important; }
body[data-lumora] .security-sub-heading,
body[data-lumora] .review-sub-heading,
body[data-lumora] .feature-sub-heading,
body[data-lumora] .pricing-para-div,
body[data-lumora] .faq-sub-heading          { margin-bottom: 32px !important; }

/* Reduce anchor-link scroll spacer */
body[data-lumora] .anchorlink-space { height: 40px !important; }

/* Mobile: even tighter */
@media (max-width: 768px) {
  body[data-lumora] .home-hero-section    { padding-top: 50px !important;  padding-bottom: 30px !important; }
  body[data-lumora] .security-section,
  body[data-lumora] .feature-section,
  body[data-lumora] .testimonial-section,
  body[data-lumora] .payout-time-section,
  body[data-lumora] .review-section,
  body[data-lumora] .pricing-section,
  body[data-lumora] .faq-section          { padding-top: 40px !important;  padding-bottom: 44px !important; }
  body[data-lumora] .company-rating-container { padding-top: 40px !important; padding-bottom: 40px !important; }
  body[data-lumora] .footer-section       { padding-top: 30px !important;  padding-bottom: 20px !important; }
}

/* Tighten the gap between the two why-us rows (keep image sizes intact) */
body[data-lumora] .feature-row-3 { margin-top: 48px !important; }
@media (max-width: 991px) {
  body[data-lumora] .feature-row-3 { margin-top: 36px !important; }
}



/* =====================================================
   MOBILE POLISH PASS — comprehensive design cleanup
   Applied at ≤ 767px (phone) with fallbacks at ≤ 991px.
   Purpose: kill excessive gaps, force text-first stacking,
   tighten section chrome, and improve grid density.
   ===================================================== */
@media (max-width: 767px) {
  /* ------ Hero: force TEXT-first, then illustration ------ */
  body[data-lumora] .home-hero-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    text-align: center !important;
  }
  body[data-lumora] .home-hero-text-container { order: 0 !important; }
  body[data-lumora] .home-hero-image-wrapper  { order: 1 !important; margin: 0 auto !important; max-width: 320px !important; }
  body[data-lumora] .home-hero-image          { max-width: 100% !important; height: auto !important; }
  body[data-lumora] .home-hero-section        { padding-top: 20px !important; padding-bottom: 30px !important; }
  body[data-lumora] .home-hero-heading h1     { font-size: 30px !important; line-height: 1.15 !important; margin-bottom: 12px !important; }
  body[data-lumora] .home-hero-para p         { font-size: 15px !important; line-height: 1.55 !important; margin-bottom: 20px !important; }

  /* ------ Company rating — 2-per-row instead of 1 ------ */
  body[data-lumora] .company-rating-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 18px !important;
    grid-row-gap: 26px !important;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  body[data-lumora] .company-rating-block { text-align: center !important; }
  body[data-lumora] .company-rating-block h2,
  body[data-lumora] .company-rating-block .h2 { font-size: 26px !important; margin: 4px 0 !important; }

  /* ------ Every section: tighter padding ------ */
  body[data-lumora] .home-hero-section    { padding-top: 20px !important; padding-bottom: 30px !important; }
  body[data-lumora] .security-section,
  body[data-lumora] .feature-section,
  body[data-lumora] .testimonial-section,
  body[data-lumora] .payout-time-section,
  body[data-lumora] .review-section,
  body[data-lumora] .pricing-section,
  body[data-lumora] .faq-section          { padding-top: 34px !important; padding-bottom: 40px !important; }

  /* ------ Section header spacing tighter ------ */
  body[data-lumora] .payout-time-header    { margin-bottom: 24px !important; }
  body[data-lumora] .security-heading-container,
  body[data-lumora] .review-heading,
  body[data-lumora] .feature-heading-div,
  body[data-lumora] .pricing-heading,
  body[data-lumora] .faq-heading-div       { margin-bottom: 16px !important; }
  body[data-lumora] .security-sub-heading,
  body[data-lumora] .review-sub-heading,
  body[data-lumora] .feature-sub-heading,
  body[data-lumora] .pricing-para-div,
  body[data-lumora] .faq-sub-heading       { margin-bottom: 22px !important; font-size: 15px !important; }

  /* ------ Payout time cards (blue section) ------ */
  body[data-lumora] .payout-time-heading   { font-size: 24px !important; }
  body[data-lumora] .payout-time-sub       { font-size: 14px !important; }
  body[data-lumora] .payout-tier-card      { padding: 22px 20px 20px !important; }
  body[data-lumora] .payout-tier-time      { font-size: 20px !important; }
  body[data-lumora] .payout-tier-desc      { font-size: 14px !important; }
  body[data-lumora] .payout-time-footnote  { padding: 14px 18px !important; font-size: 13.5px !important; }

  /* ------ Illustration wrappers (Cards Status / Total Received) ------ */
  body[data-lumora] .why-us-left-image-wrapper,
  body[data-lumora] .why-us-right-image-wrapper {
    max-width: 320px !important;
    margin: 0 auto !important;
  }
  body[data-lumora] .feature-row-2,
  body[data-lumora] .feature-row-3 { gap: 22px !important; margin-top: 30px !important; }

  /* ------ Testimonial section (if still on any page) ------ */
  body[data-lumora] .testimonial-image     { max-width: 260px !important; margin: 0 auto !important; }

  /* ------ Cookie banner: prevent overlap on scroll ------ */
  body[data-lumora] .cookie-consent,
  body[data-lumora] [class*="cookie"]      { max-width: calc(100% - 24px) !important; }

  /* ------ Footer: tighter columns ------ */
  body[data-lumora] .footer-section        { padding-top: 32px !important; padding-bottom: 18px !important; }
  body[data-lumora] .footer-links-wrapper  { gap: 18px !important; }

  /* ------ Buttons: full-tap-target ------ */
  body[data-lumora] .primary-button,
  body[data-lumora] .home-signup-form .primary-button { min-height: 48px !important; font-size: 15px !important; }

  /* ------ Nav: allow menu items to wrap gracefully ------ */
  body[data-lumora] .lm-header             { padding: 8px 0 !important; }

  /* ------ Kill excess padding around section containers ------ */
  body[data-lumora] .main-container,
  body[data-lumora] .w-container           { padding-left: 18px !important; padding-right: 18px !important; }
}

/* ---- Small tablet touch-ups (768-991px) ---- */
@media (min-width: 768px) and (max-width: 991px) {
  body[data-lumora] .home-hero-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    text-align: center !important;
  }
  body[data-lumora] .home-hero-image-wrapper { max-width: 480px !important; margin: 0 auto !important; }
  body[data-lumora] .company-rating-container {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-row-gap: 30px !important;
  }
}


/* =====================================================
   HERO REDESIGN — trust badge, benefits row, CTAs
   ===================================================== */
body[data-lumora] .hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(52,106,248,0.10);
  border: 1px solid rgba(52,106,248,0.22);
  color: #2453d9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  max-width: fit-content;
}
body[data-lumora] .hero-trust-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.22);
}

body[data-lumora] .home-hero-para p {
  max-width: 640px;
  color: #4a4d5f;
  font-size: 17px;
  line-height: 1.7;
}

/* Bold tagline that sits between H1 and supporting paragraph */
body[data-lumora] .home-hero-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #346af8;
  line-height: 1.3;
  margin-top: 12px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  body[data-lumora] .home-hero-subtitle { font-size: 17px; margin-top: 10px; }
}

/* ── Premium animated "SPARK" wordmark treatment ───────────────────── */
body[data-lumora] .lm-brand-spark {
  background-image: linear-gradient(
    100deg,
    #346af8 0%,
    #4f7dff 22%,
    #7c5cff 42%,
    #f5a524 55%,
    #7c5cff 72%,
    #346af8 100%
  );
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  animation: sparkShimmer 6s ease-in-out infinite;
}
@keyframes sparkShimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-lumora] .lm-brand-spark { animation: none; background-position: 30% 50%; }
}

/* Stylized K — gold ring + sparkle star */
body[data-lumora] .lm-brand-k {
  position: relative;
  display: inline-block;
  padding-right: 0.32em;   /* room for the star */
  /* Override the transparent gradient fill from .lm-brand-spark so the K letter is visible */
  background: linear-gradient(180deg, #4b83ff 0%, #1e4ed0 55%, #17389c 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
body[data-lumora] .lm-brand-k-star {
  position: absolute;
  top: -0.12em;
  right: -0.05em;
  width: 0.5em;
  height: 0.5em;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(245,165,36,.7));
  animation: brandKStarTwinkle 3.4s ease-in-out infinite;
}
@keyframes brandKStarTwinkle {
  0%, 100% { transform: scale(1)    rotate(0deg);  opacity: 1; }
  50%      { transform: scale(1.15) rotate(45deg); opacity: .85; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-lumora] .lm-brand-k-star { animation: none; }
}

/* Benefits row */
body[data-lumora] .hero-benefits-row {
  list-style: none;
  padding: 0;
  margin: 26px 0 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 22px;
  max-width: 780px;
}
body[data-lumora] .hero-benefit-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2540;
  line-height: 1.35;
}
body[data-lumora] .hero-benefit-check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #dcecff;
  color: #346af8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px -2px rgba(52,106,248,0.28);
}
body[data-lumora] .hero-benefit-text { flex: 1; }

/* CTA row */
body[data-lumora] .hero-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
  flex-wrap: wrap;
}
body[data-lumora] .hero-cta-primary,
body[data-lumora] .hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}
body[data-lumora] .hero-cta-primary {
  background: linear-gradient(135deg, #346af8 0%, #5b8bff 100%);
  color: #ffffff !important;
  box-shadow: 0 14px 30px -12px rgba(52,106,248,0.55), inset 0 1px 0 rgba(255,255,255,0.22);
}
body[data-lumora] .hero-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px -14px rgba(52,106,248,0.65);
}
body[data-lumora] .hero-cta-secondary {
  background: transparent;
  color: #1f2540 !important;
  border: 1.5px solid #cfd6ea;
}
body[data-lumora] .hero-cta-secondary:hover {
  border-color: #346af8;
  color: #346af8 !important;
  background: rgba(52,106,248,0.04);
}

/* Tablet — 2×2 benefits grid */
@media (max-width: 1024px) {
  body[data-lumora] .hero-benefits-row { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile */
@media (max-width: 767px) {
  body[data-lumora] .hero-trust-badge { font-size: 11px; padding: 6px 12px; margin-bottom: 16px; }
  body[data-lumora] .home-hero-para p { font-size: 15px; line-height: 1.6; }
  body[data-lumora] .hero-benefits-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 26px;
  }
  body[data-lumora] .hero-benefit-item { font-size: 14px; }
  body[data-lumora] .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body[data-lumora] .hero-cta-primary,
  body[data-lumora] .hero-cta-secondary { width: 100%; height: 52px; padding: 0 22px; }
}


/* =====================================================
   TRUST SECTION — dark premium with yellow-accent icons
   ===================================================== */
body[data-lumora] .trust-section {
  background: #0b1220;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(52,106,248,0.10) 0%, transparent 45%),
    radial-gradient(circle at 90% 100%, rgba(255,209,102,0.06) 0%, transparent 55%);
  padding: 88px 0 92px;
  position: relative;
  overflow: hidden;
}
body[data-lumora] .trust-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: center;
}
body[data-lumora] .trust-heading-col {
  padding-right: 8px;
}
body[data-lumora] .trust-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffd166;
  background: rgba(255,209,102,0.10);
  border: 1px solid rgba(255,209,102,0.24);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}
body[data-lumora] .trust-heading {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
body[data-lumora] .trust-subheading {
  color: #a5b0d6;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
body[data-lumora] .trust-features-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
body[data-lumora] .trust-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 0;
}
body[data-lumora] .trust-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255,209,102,0.08);
  border: 1px solid rgba(255,209,102,0.22);
  color: #ffd166;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
body[data-lumora] .trust-feature-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.3;
}
body[data-lumora] .trust-feature-desc {
  color: #a5b0d6;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Tablet ≤ 1024px — heading stacks above, 2×2 features */
@media (max-width: 1024px) {
  body[data-lumora] .trust-grid { grid-template-columns: 1fr; gap: 40px; }
  body[data-lumora] .trust-heading-col { text-align: center; }
  body[data-lumora] .trust-features-col { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
}

/* Mobile ≤ 767px — single column stack */
@media (max-width: 767px) {
  body[data-lumora] .trust-section { padding: 56px 0 60px; }
  body[data-lumora] .trust-heading { font-size: 26px; }
  body[data-lumora] .trust-subheading { font-size: 14px; }
  body[data-lumora] .trust-features-col { grid-template-columns: 1fr; gap: 26px; }
  body[data-lumora] .trust-feature-icon { margin-bottom: 14px; }
}


/* =====================================================
   FEATURE ROW CTA — primary button (replaces underline link)
   ===================================================== */
body[data-lumora] .feature-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #346af8 0%, #5b8bff 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 14px 30px -12px rgba(52,106,248,0.55), inset 0 1px 0 rgba(255,255,255,0.22);
  transition: transform 200ms ease, box-shadow 200ms ease;
  margin-top: 8px;
}
body[data-lumora] .feature-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px -14px rgba(52,106,248,0.65);
}
body[data-lumora] .feature-cta-primary svg { transition: transform 200ms ease; }
body[data-lumora] .feature-cta-primary:hover svg { transform: translateX(3px); }

/* Widen paragraph max-width to ~620px as spec */
body[data-lumora] .feature-row-2 .why-us-para p,
body[data-lumora] .feature-row-3 .why-us-para p {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4d5f;
}

@media (max-width: 767px) {
  body[data-lumora] .feature-cta-primary { width: 100%; height: 50px; padding: 0 22px; }
}


/* =====================================================
   GLOBAL GAP AUDIT — kill remaining big gaps on all pages
   ===================================================== */
/* Compact search-hero used on How It Works / About / Contact / FAQ / etc. */
body[data-lumora] .search-home-hero-section {
  margin-top: 0 !important;
  padding-top: 44px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  body[data-lumora] .search-home-hero-section {
    padding-top: 12px !important;
    padding-bottom: 22px !important;
  }
}

/* -------- Mobile header: compact height so content sits closer to the top -------- */
@media (max-width: 767px) {
  body[data-lumora] .lm-header { padding: 0 !important; }
  body[data-lumora] .lm-header .navigation-container {
    height: 92px !important;
    padding: 0 14px !important;
  }
  body[data-lumora] .lm-header .lm-brand img { height: 64px !important; width: 64px !important; }
  body[data-lumora] .lm-header .lm-brand-name { font-size: 30px !important; }
  /* First section on any public page should hug the header on mobile */
  body[data-lumora] .lm-public-main > section:first-child { padding-top: 12px !important; }
  body[data-lumora] .home-hero-section:first-child,
  body[data-lumora] .search-home-hero-section:first-child { padding-top: 12px !important; }
}

/* Page-body wrappers that sometimes add extra top-space via .lm-public-main */
body[data-lumora] .lm-public-main > section:first-child { margin-top: 0 !important; }

/* Feature/how-it-works section internal spacing */
body[data-lumora] .feature-tab-section,
body[data-lumora] .home-blog-section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

/* Announcement bar — a touch smaller for cleaner look */
body[data-lumora] .announcement-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 13px !important;
}

@media (max-width: 767px) {
  body[data-lumora] .feature-tab-section,
  body[data-lumora] .home-blog-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  body[data-lumora] .announcement-wrapper { padding: 8px 12px !important; font-size: 12px !important; line-height: 1.4 !important; }
}

/* ContactPage sign-up-section — used as a hero here, tighten it too */
body[data-lumora] .sign-up-section { padding-top: 44px !important; padding-bottom: 44px !important; margin-top: 0 !important; }
@media (max-width: 767px) {
  body[data-lumora] .sign-up-section { padding-top: 14px !important; padding-bottom: 24px !important; }
}


