/* Lumora template — custom embeds + React-friendly helpers */
html, body { overflow-x: hidden; }
body[data-lumora="1"] { background: #ffffff; font-family: "DM Sans", sans-serif; }

/* Financial card hover (ported from template embed) */
.lm_financial_content_list { position: relative; overflow: hidden; }
.lm_financial_content_list::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, #636ac3 0%, #555dbf 100%);
  opacity: 0; visibility: hidden; transition: all .6s;
}
.lm_financial_content_list:hover::before { opacity: 1; visibility: visible; }
.lm_financial_content_list:hover .lm_financial_card_title { color: #FEFDFF; }
.lm_financial_content_list:hover .lm_financial_card_short_des { color: #EDEFF4; }
.lm_financial_card_box { position: relative; z-index: 2; }

/* Entrance reveal (replaces Webflow IX scroll animations) */
@keyframes lmFadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.lm-reveal { animation: lmFadeUp .8s cubic-bezier(.2,.7,.2,1) both; }
.lm-reveal-2 { animation: lmFadeUp .8s cubic-bezier(.2,.7,.2,1) .12s both; }
.lm-reveal-3 { animation: lmFadeUp .8s cubic-bezier(.2,.7,.2,1) .22s both; }

/* Trusted-logo marquee (replaces Swiper) */
.lm-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.lm-marquee-track { display: flex; align-items: center; gap: 72px; width: max-content; animation: lmMarquee 30s linear infinite; }
.lm-marquee:hover .lm-marquee-track { animation-play-state: paused; }
@keyframes lmMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Static payout-rails row — every name fully visible, no clipping */
.lm-rails-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 28px 56px; }
.lm-rail-item { font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: 28px; color: #292d5566; white-space: nowrap; }
@media screen and (max-width: 767px) {
  .lm-rails-row { gap: 16px 28px; }
  .lm-rail-item { font-size: 20px; }
}

/* Brand wordmark in nav/footer */
.lm-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.lm-brand-mark { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(150deg, #636ac3, #80a8ff); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: 20px; box-shadow: 0 10px 22px -10px rgba(99,106,195,.7); }
.lm-brand-text { font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: 23px; color: #292d55; letter-spacing: -.01em; }

/* Sticky header wrapper */
.lm-header { position: sticky; top: 0; z-index: 1000; padding: 18px 0; }
.lm-header-inner { max-width: 1240px; margin: 0 auto; padding: 0 15px; }

/* React testimonial slider visibility fix */
.lm_testimonial_slider_sp .lm_testimonial_slider_items { width: 100%; }

/* Make injected pages full width without app's default top padding */
main.lm-public-main { padding-top: 0 !important; }

/* Simple cursor pointer for interactive bits */
.lm_price_tabs_link, .lm_testimonial_button, .navigation-link { cursor: pointer; }

/* ── Composite hero phone (single transparent PNG: phone + floating cards) ── */
/* Desktop shows the wide composite banner; mobile shows the portrait composite */
.lm-hero-mobile-only { display: none; }
.lm_hero_desktop_full {
  width: 100%;
  max-width: 1120px;
  height: auto;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 40px 80px -28px rgba(41,45,85,.45);
}
.lm_hero_phone_full {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(41,45,85,.26));
}
@media screen and (max-width: 767px) {
  .lm-hero-desktop-only { display: none !important; }
  .lm-hero-mobile-only { display: inline-block; }
}

/* ── Compact spacing: our Navbar is sticky/in-flow (Webflow's was absolute),
      so trim the oversized hero top padding + large section gaps ── */
.lm_hero_banner_sect { padding-top: 88px; }
.lm_trusted_company_sect { margin-top: 56px; }
.lm_about_sect { margin-top: 72px; padding-bottom: 56px; }
.lm_benefits_sect { margin-top: 72px; }
.lm_financial_sect { margin-top: 72px; }
.lm_testimonial_sect { margin-top: 72px; }
.lm_price_sect { margin-top: 72px; }
.lm_feature_card_sect { padding-top: 72px; }
.lm_help_sect { margin-top: 72px; }
.lm_faq_sect { margin-top: 72px; }
@media screen and (max-width: 767px) {
  .lm_hero_banner_sect { padding-top: 56px; }
  .lm_trusted_company_sect,
  .lm_about_sect,
  .lm_benefits_sect,
  .lm_financial_sect,
  .lm_testimonial_sect,
  .lm_price_sect,
  .lm_help_sect,
  .lm_faq_sect { margin-top: 48px; }
  .lm_feature_card_sect { padding-top: 48px; }
}

/* Financial section with the stock crypto image removed — center the content */
.lm-financial-solo { display: block !important; text-align: center; }
.lm-financial-solo .lm_financial_content_box { max-width: 960px; margin-left: auto; margin-right: auto; }
.lm-financial-solo .lm_financial_content_list_box { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; text-align: left; }
@media screen and (max-width: 767px) {
  .lm-financial-solo .lm_financial_content_list_box { grid-template-columns: 1fr; }
}

/* "How it works" step cards: illustrations are transparent PNGs (flat
   background removed, white UI sub-cards preserved) so they float directly
   on the lavender card — no surrounding box/frame */
.lm_benefits_card_banner_box { border: none !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; overflow: visible; }
.lm_benefits_card_banner { width: 100% !important; height: auto !important; display: block; }


/* ── Rates payout panel — bold dark gradient calculator ── */
.rp-panel { position: relative; overflow: hidden; border-radius: 26px; padding: 26px; background: radial-gradient(135% 135% at 0% 0%, #353a73 0%, #242856 42%, #191c3b 100%); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 40px 90px -40px rgba(25,28,59,.9), inset 0 1px 0 rgba(255,255,255,.06); }
.rp-glow { position: absolute; border-radius: 9999px; filter: blur(60px); pointer-events: none; }
.rp-glow-1 { width: 260px; height: 260px; top: -90px; right: -70px; background: #c77dff; opacity: .5; }
.rp-glow-2 { width: 240px; height: 240px; bottom: -110px; left: -70px; background: #ff5fa2; opacity: .32; }
.rp-inner { position: relative; z-index: 2; }
.rp-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: #b9a8ff; }
.rp-total { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: 58px; line-height: .95; letter-spacing: -.04em; margin-top: 8px; background-image: linear-gradient(118deg, #b9a8ff 0%, #d79bff 46%, #ff7eb6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rp-sub { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.6); }
.rp-sub strong { color: #fff; font-weight: 700; }
.rp-mono { font-family: "DM Mono", monospace; color: #fff; }
.rp-lines { margin-top: 20px; display: flex; flex-direction: column; gap: 9px; }
.rp-line { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.rp-line-hi { background: rgba(199,125,255,.16); border-color: rgba(199,125,255,.35); }
.rp-line-label { font-size: 13px; color: rgba(255,255,255,.65); display: inline-flex; align-items: center; gap: 6px; }
.rp-line-hi .rp-line-label { color: #e7c9ff; }
.rp-line-val { font-family: "DM Mono", monospace; font-size: 14px; font-weight: 700; color: #fff; }
.rp-chips { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.rp-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 9999px; font-size: 11px; font-weight: 600; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.85); }
.rp-cta { margin-top: 22px; width: 100%; height: 54px; border-radius: 9999px; color: #fff; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background-image: linear-gradient(118deg, #9b8cff 0%, #c77dff 46%, #ff5fa2 100%); box-shadow: 0 18px 38px -14px rgba(255,95,162,.7); transition: transform .18s, box-shadow .18s; }
.rp-cta:hover { transform: translateY(-2px); box-shadow: 0 24px 46px -14px rgba(255,95,162,.82); }
.rp-foot { margin-top: 14px; text-align: center; font-size: 11px; color: rgba(255,255,255,.45); }
.rp-best { margin-top: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 9999px; font-size: 12px; font-weight: 700; color: #fff; background-image: linear-gradient(118deg, #9b8cff, #ff5fa2); }
.rp-rows { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.rp-row { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 16px; }
.rp-row-best { border-color: rgba(199,125,255,.5); box-shadow: 0 12px 30px -14px rgba(199,125,255,.5); }
.rp-row-head { display: flex; align-items: center; gap: 12px; }
.rp-brand-chip { width: 44px; height: 44px; border-radius: 12px; overflow: hidden; flex-shrink: 0; display: inline-flex; }
.rp-row-name { font-family: "Hanken Grotesk", sans-serif; font-weight: 700; color: #fff; }
.rp-row-rate { font-family: "DM Mono", monospace; font-size: 11px; color: #b9a8ff; }
.rp-row-total { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: 26px; color: #fff; line-height: 1; margin-left: auto; }
.rp-row-total-best { background-image: linear-gradient(118deg, #b9a8ff, #ff7eb6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rp-row-foot { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.55); }
.rp-row-sell { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: #c9b6ff; }
@media screen and (max-width: 767px) { .rp-total { font-size: 48px; } .rp-panel { padding: 22px; } }
