/* ══════════════════════════════════
   InvoiceG2G v2 — Light Hero Theme
   Brand navy: #062743  |  Blue: #1a6fcc
   ══════════════════════════════════ */

:root {
  --blue-1: #1a6fcc;
  --blue-2: #0d4a9e;
  --navy:   #062743;
}

/* ══════════════════════════════════
   NAVBAR — light
   ══════════════════════════════════ */
#navbar {
  background: rgba(255,255,255,0.96) !important;
  border-bottom: 1px solid rgba(26,111,204,0.10) !important;
  box-shadow: 0 1px 0 rgba(26,111,204,0.06) !important;
  backdrop-filter: blur(22px) !important;
}
#navbar::before, #navbar::after { display: none !important; }
#navbar.scrolled {
  background: rgba(255,255,255,0.99) !important;
  box-shadow: 0 4px 28px rgba(6,39,67,0.10), 0 1px 0 rgba(26,111,204,0.08) !important;
}
.logo-light { opacity: 0 !important; pointer-events: none !important; position: absolute !important; }
.logo-dark  { opacity: 1 !important; pointer-events: auto !important; position: relative !important; top: auto !important; left: auto !important; transform: none !important; }
.nav-logo { min-width: 200px !important; }
.nav-logo img { width: 200px !important; }

/* Nav links with animated navy underline on hover — top-level nav-link only */
.nav-links a {
  color: #101942 !important;
  font-weight: 500;
  transition: color .2s !important;
}
.nav-links .nav-link {
  position: relative;
}
.nav-links .nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: #062743;
  border-radius: 999px;
  transition: width .22s ease;
}
.nav-links .nav-link:hover { color: #062743 !important; }
.nav-links .nav-link:hover::after { width: 100%; }

.nav-dropdown      { background: #ffffff !important; border-color: rgba(6,39,67,0.10) !important; }
.nav-dropdown a    { color: rgba(6,39,67,0.7) !important; }
.nav-dropdown a:hover { background: rgba(6,39,67,0.05) !important; color: #062743 !important; }

/* ── Login button ── */
.nav-login-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.42rem !important;
  padding: 0.54rem 1.3rem !important;
  border: 1.5px solid rgba(6,39,67,0.22) !important;
  border-radius: 999px !important;
  color: #062743 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: #eef1f8 !important;
  box-shadow: 0 1px 4px rgba(6,39,67,0.08) !important;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s, color .2s !important;
}
.nav-login-btn svg {
  flex-shrink: 0 !important;
  transition: stroke .2s !important;
}
.nav-login-btn:hover {
  background: #062743 !important;
  border-color: #062743 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(6,39,67,0.25) !important;
}
.nav-login-btn:hover svg { stroke: #ffffff !important; }

/* ── Download CTA — logo navy solid ── */
/* .nav-cta .btn-primary {
  background: #062743 !important;
  background-size: unset !important;
  animation: none !important;
  box-shadow: 0 4px 18px rgba(6,39,67,0.28) !important;
} */
.nav-cta .btn-primary:hover {
  box-shadow: unset;
}


/* ══════════════════════════════════
   HERO LIGHT
   ══════════════════════════════════ */
.hero-lt {
  /* Light blue-lavender gradient background — InvoiceFly-inspired */
      background: linear-gradient(145deg, #f5f8ff 0%, #edf3ff 30%, #f0f6ff 60%, #e8f0ff 100%);
    min-height: 100vh;
    position: relative;
    overflow: clip;
    display: flex;
    align-items: center;
    padding: 7rem 0 0rem 0rem;
}

.hlt-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

/* Soft multi-point glow overlay */
.hlt-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 65% at 4%  50%, rgba(180,210,255,0.38) 0%, transparent 60%),
    radial-gradient(ellipse 55% 55% at 96% 35%, rgba(160,195,255,0.30) 0%, transparent 60%),
    radial-gradient(ellipse 100% 45% at 50% 100%, rgba(26,111,204,0.12) 0%, transparent 65%);
}

/* ── Bubble decorations (like InvoiceFly circles) ── */
.hlt-bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  border: 1.5px solid rgba(255,255,255,0.90);
  box-shadow:
    0 8px 40px rgba(140,180,255,0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
  pointer-events: none;
}
/* Top-left large bubble */
.hlt-bbl-1 {
  width: 360px; height: 360px;
  top: -80px; left: -130px;
  background: rgba(255,255,255,0.50);
}
/* Bottom-left medium bubble */
.hlt-bbl-2 {
  width: 210px; height: 210px;
  bottom: 40px; left: 50px;
  background: rgba(255,255,255,0.45);
}
/* Top-right large bubble */
.hlt-bbl-3 {
  width: 310px; height: 310px;
  top: -30px; right: -100px;
  background: rgba(255,255,255,0.48);
}
/* Bottom-right medium bubble */
.hlt-bbl-4 {
  width: 180px; height: 180px;
  bottom: 80px; right: 70px;
  background: rgba(255,255,255,0.42);
}
/* Center-left tiny accent bubble */
.hlt-bbl-5 {
  width: 110px; height: 110px;
  top: 45%; left: 12%;
  background: rgba(255,255,255,0.38);
}

/* ── Inner layout ── */
.hlt-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}

/* ── Trust badge ── */
.hlt-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.22);
  color: #166534; font-size: 0.78rem; font-weight: 600;
  padding: 0.4rem 1.15rem; border-radius: 999px;
  margin-bottom: 1.6rem;
}
.hlt-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.22);
}

/* ── Headline ── */
.hlt-title {
  font-size: clamp(2.8rem, 5vw, 3.2rem) !important;
  font-weight: 600 !important;
  color: #101942 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 1.15rem !important;
  -webkit-text-fill-color: #062743 !important;
  background: none !important;
}
.hlt-title .grad {
  display: inline-block;
  padding: 0 0.02em 0 0.02em;
  line-height: 1.25;
  overflow: visible;
}
/* Bright blue accent — "pays you back" */
.hlt-acc {
  color: #062743 !important;
  -webkit-text-fill-color: #018cff !important;
  background: none !important;
}

/* ── Subtitle ── */
.hlt-sub {
  font-size: 1rem; color: #64748b; line-height: 1.75;
  max-width: 520px; margin: 0 auto 2.2rem;
}

/* ── Buttons ── */
.hlt-btns {
  display: flex; gap: 0.85rem; justify-content: center;
  flex-wrap: wrap; margin-bottom: 5.5rem;
}
.hlt-btn-p {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2.2rem;
  background: #101942; color: #fff;
  font-size: 0.95rem; font-weight: 700;
  border-radius: 999px; text-decoration: none;
  box-shadow: 0 4px 20px rgba(6,39,67,0.28);
  transition: background .22s, transform .26s cubic-bezier(.25,.46,.45,.94), box-shadow .26s;
}
.hlt-btn-p:hover { background: #0a3a5e; box-shadow: 0 10px 32px rgba(6,39,67,0.38); color: #fff; }
.hlt-btn-p:active { transform: scale(0.97); }
.hlt-btn-o {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.88rem 2.1rem;
  border: 1.5px solid rgba(6,39,67,0.18); color: #062743;
  font-size: 0.95rem; font-weight: 600;
  border-radius: var(--r-sm); background: transparent; text-decoration: none;
  transition: border-color .22s, background .22s, transform .26s cubic-bezier(.25,.46,.45,.94);
}
.hlt-btn-o:hover { border-color: rgba(6,39,67,0.38); background: rgba(6,39,67,0.04); transform: translateY(-2px); color: #062743; }
.hlt-btn-o:active { transform: scale(0.97); }

/* ── Stage ── */
.hlt-stage {
  position: relative;
  z-index: 1;
}
.section-badge.light {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgb(144 148 167 / 42%);
    color: #101942;
}
.section-badge.light .dot {
    background: var(--blue-1);
}
.section-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue-1);
    flex-shrink: 0;
}
.pulse-dot {
    animation: pulseRing 2.2s ease-in-out infinite;
}

/* ── Dark glass stat cards ── */
 {
  background: #003153;
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 11px; padding: 1.5rem 1.65rem;
  min-width: 192px; flex-shrink: 0;
  box-shadow:
    0 22px 60px rgba(0,0,0,0.42),
    0 4px 16px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.hlt-card-l { animation: hltFloat 6s ease-in-out infinite; }
.hlt-card-r { animation: hltFloat 6s ease-in-out infinite 1.2s; }
@keyframes hltFloat {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-12px); }
}

.hlt-card.hlt-card-l {
  display: flex;
  gap: 42px;
  bottom: 3rem;
  align-items: normal;
  left: -56px;
  position: absolute;
  z-index: 9;
  padding: 20px 20px 0px 20px;
}
.hlt-c-ico-left { text-align: left; }
.hlt-c-ico-right {
  max-width: 3.5rem;
  padding-top: 2rem;
}

/* Card content */
.hlt-c-pill {
  color: #04932F;
  font-size: 1rem; font-weight: 400;
  margin-bottom: 0.62rem;
}
.hlt-c-lbl { font-size: 1rem; color: rgba(255,255,255,0.40); font-weight: 400; margin-bottom: 0.5rem; }
.hlt-c-val { font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 0.5rem; }
.hlt-c-row { display: flex; align-items: center; gap: 0.45rem; }
.hlt-c-ico {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(34,197,94,0.14); border: 1px solid rgba(34,197,94,0.22);
  color: #4ade80; font-size: 0.65rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hlt-c-per { font-size: 0.64rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.hlt-c-avs { display: flex; align-items: center; margin-top: 0.6rem; }
.hlt-cav {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid rgba(4,12,28,0.9); margin-left: -7px; flex-shrink: 0;
}
.hlt-cav:first-child { margin-left: 0; }
.hlt-cav-m {
  background: rgba(26,111,204,0.4) !important; color: #fff;
  font-size: 0.42rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* Right column: card + arrow */
.hlt-card-r-wrap {
  display: flex; flex-direction: column;
  align-items: center; gap: 1rem; flex-shrink: 0;
}
.hlt-c-arrow {
  width: 38px; height: 38px; border-radius: 50%;
  background: #101942; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px rgba(34,197,94,0.18);
  animation: hltArrowPulse 2.2s ease-in-out infinite;
}
@keyframes hltArrowPulse {
  0%,100% { box-shadow: 0 0 0 6px rgba(34,197,94,0.18); }
  50%     { box-shadow: 0 0 0 12px rgba(34,197,94,0.07); }
}


/* ══════════════════════════════════
   DUAL DEVICE SHOWCASE
   ══════════════════════════════════ */
@keyframes hltPhFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
@keyframes hltPhFloatB {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* Outer container — holds web wrap + phone wrap */
.hlt-devices {
  position: relative;
  flex-shrink: 0;
}

/* Web / desktop screenshot */
.hlt-web-wrap {
  position: relative;
  z-index: 1;
}

/* Browser chrome frame */
.hlt-browser-chrome {
  border-top: 1.41px solid #ffffff;
  border-right: 1.41px solid #ffffff;
  border-left: 1.41px solid #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 51.48px 113.72px #5c226830, 0 206.68px 206.68px #5c22682b;
}
.hlt-browser-chrome-bg {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}
.hero-01-dashboard-linear {
  background-image: linear-gradient(69deg, #ffffff, #ffffff4d 47%, #ffffff);
  opacity: .36;
  -webkit-backdrop-filter: blur(27.43px);
  backdrop-filter: blur(27.43px);
  position: absolute;
  inset: 0%;
}

.hlt-browser-bar {
  background: #f1f3f8;
  padding: 0.55rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(6,39,67,0.07);
}
.hlt-browser-dots {
  display: flex; gap: 0.32rem; align-items: center; flex-shrink: 0;
}
.hlt-browser-dots span {
  width: 11px; height: 11px; border-radius: 50%; display: block;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.hlt-browser-url {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 0.28rem 0.7rem;
  font-size: 0.67rem;
  color: rgba(6,39,67,0.50);
  display: flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(6,39,67,0.09);
  font-family: 'Inter Tight', sans-serif;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hlt-browser-actions {
  display: flex; gap: 0.5rem; align-items: center; flex-shrink: 0;
}
.hlt-browser-actions svg { display: block; }
.hlt-ss-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* Phone / mobile screenshot — overlaps bottom-right of web image */
.hlt-phn-wrap {
  position: absolute;
  right: 14rem;
  bottom: -1.5rem;
  z-index: 3;
  animation: hltPhFloatB 6s ease-in-out infinite 1.7s;
  max-width: 19rem;
}
.hlt-phn-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow:
    0 24px 65px rgba(6,39,67,0.34),
    0 0 0 2px rgba(255,255,255,0.90);
}

/* "Gold Member" badge floating above phone */
.hlt-phn-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #fde68a);
  color: #78350f;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(251,191,36,0.50);
  opacity: 0;
  animation: hltBadgePop 0.45s cubic-bezier(.34,1.56,.64,1) forwards 0.95s;
}
@keyframes hltBadgePop {
  from { opacity: 0; transform: translateX(-50%) scale(0.65); }
  to   { opacity: 1; transform: translateX(-50%) scale(1); }
}

/* ── "Invoice Paid! + cashback" floating notification ── */
.hlt-yy {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.hlt-notif-cb {
  position: absolute;
  top: -4rem;
  text-align: left;
  left: 3rem;
  z-index: 9;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 1rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  min-width: 192px;
  opacity: 0;
  animation:
    hltNotifSlide 0.6s cubic-bezier(.34,1.56,.64,1) forwards 0.35s,
    hltNotifFloat 3.8s ease-in-out infinite 1.2s;
}
@keyframes hltNotifSlide {
  from { opacity: 0; transform: translateY(-10px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hltNotifFloat {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-5px); }
}
.hlt-ncb-check {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(34,197,94,0.12);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hlt-ncb-body { flex: 1; }
.hlt-ncb-title {
  font-size: 1.2rem; font-weight: 400; color: #003153;
  line-height: 1.2;
}
.hlt-ncb-val { font-size: 1.45rem; font-weight: 700; color: #22c55e; margin-top: 0.5rem; }
.hlt-ncb-coin {
  flex-shrink: 0;
  animation: hltCoinSpin 3.2s ease-in-out infinite 1.2s;
}
.hlt-notif-cb p {
  color: #003153;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
@keyframes hltCoinSpin {
  0%,75%,100% { transform: rotateY(0deg); }
  40%         { transform: rotateY(180deg); }
}


/* ══════════════════════════════════
   CASHBACK CARD
   ══════════════════════════════════ */
.hlt-card.hlt-card-r.hlt-card-cb {
  background: #ffffff;
  text-align: left;
  padding: 25px;
  min-width: 294px;
}
.hlt-card-cb {
  position: absolute;
  overflow: hidden;
  z-index: 9;
  right: -3rem;
  bottom: 5rem;
}
.cashback-title .hlt-cb-val { color: #1458B1; }
.cashback-title .hlt-c-lbl {
  color: #000000;
  font-weight: 400;
  font-size: 1.15rem;
}

/* Sparkle stars in top-right corner */
.hlt-cb-sparks { position: absolute; top: 0.75rem; right: 0.75rem; }
.hlt-sp {
  position: absolute;
  color: #fbbf24;
  line-height: 1;
  animation: hltSparkAnim 2.2s ease-in-out infinite;
}
.hlt-sp1 { top: 0;    right: 0;    font-size: 0.76rem; animation-delay: 0s; }
.hlt-sp2 { top: 13px; right: 15px; font-size: 0.48rem; animation-delay: 0.55s; }
.hlt-sp3 { top: -3px; right: 19px; font-size: 0.58rem; animation-delay: 1.1s; }
@keyframes hltSparkAnim {
  0%,100% { opacity: 0.2; transform: scale(0.75) rotate(0deg); }
  50%     { opacity: 1;   transform: scale(1.35) rotate(22deg); }
}

/* Subscription offset progress bar */
.hlt-cb-bar-wrap { margin-top: 0.6rem; }
.hlt-cb-bar-bg {
  height: 12px; border-radius: 999px;
  background: #F2F3FF; overflow: hidden;
}
.sub-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.hlt-cb-bar-sub {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 400;
}
.hlt-cb-bar-fill {
  height: 100%; border-radius: 999px;
  background: #008CFF;
  width: 0%;
  animation: hltBarGrow 2s cubic-bezier(.4,0,.2,1) forwards 0.7s;
}
@keyframes hltBarGrow { to { width: 68%; } }
.hlt-cb-bar-lbl {
  display: block;
  font-size: 0.6rem;
  color: rgba(255,255,255,0.38);
  font-weight: 600;
  margin-top: 0.28rem;
}


/* ══════════════════════════════════
   REWARDS CARD
   ══════════════════════════════════ */
.hlt-card-rw {
  background: #003153;
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 11px;
  text-align: left;
  padding: 1rem 1rem 0.4rem 1rem;
  min-width: 168px;
  flex-shrink: 0;
  box-shadow:
    0 12px 40px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.06);
  animation: hltFloat 6s ease-in-out infinite 1.3s;
}
.rewards-data {
  position: absolute;
  right: -3rem;
  z-index: 9;
  top: -1rem;
}
.rewards-data .hlt-c-lbl { color: #FFFFFF; }

/* .hlt-rw-header {
  display: flex; align-items: center; gap: 0.55rem;
  margin-bottom: 0.7rem;
} */
.hlt-rw-star-wrap { position: relative; flex-shrink: 0; }
.hlt-rw-glow {
  position: absolute; inset: -5px;
  border-radius: 50%;
  background: rgba(251,191,36,0.22);
  animation: hltStarGlow 2.2s ease-in-out infinite;
}
@keyframes hltStarGlow {
  0%,100% { transform: scale(1);    opacity: 0.4; }
  50%     { transform: scale(1.45); opacity: 1; }
}
.hlt-ty {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.hlt-rw-tier {
  font-size: 1.46rem; font-weight: 700;
  color: #008CFF;
}
.hlt-rw-pts {
  font-size: 0.64rem; font-weight: 700;
  color: rgba(255,255,255,0.48);
  margin-left: auto; white-space: nowrap;
}

/* Gold animated progress bar */
.hlt-rw-prog-bg {
  height: 6px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden; position: relative;
}
.hlt-rw-prog-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 50%, #fde68a 100%);
  width: 0%;
  animation: hltGoldFill 2s cubic-bezier(.4,0,.2,1) forwards 1.1s;
}
@keyframes hltGoldFill { to { width: 72%; } }
.hlt-rw-prog-shine {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.55) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: hltShineSlide 2.8s ease-in-out infinite 3.2s;
}
@keyframes hltShineSlide {
  0%   { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}
.hlt-rw-prog-lbl {
  display: flex; justify-content: space-between;
  margin-top: 0.3rem;
}
.hlt-rw-prog-lbl span { font-size: 0.59rem; color: rgba(255,255,255,0.38); font-weight: 600; }
.hlt-rw-prog-lbl span:last-child { color: #fbbf24; }


/* ══════════════════════════════════
   REST OF PAGE accents
   ══════════════════════════════════ */
.section-badge { background: rgba(26,111,204,0.08); color: #1a6fcc; border-color: rgba(26,111,204,0.18); }
.grad-text { background: linear-gradient(135deg,#1a6fcc,#0d4a9e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-blue { color: #1a6fcc; }
.btn-primary { background: linear-gradient(135deg, #1a6fcc 0%, #062743 40%, #1e7bd6 70%, #062743 100%); background-size: 220% auto; animation: btnGradient 5s ease infinite; }
.btn-primary:hover { box-shadow: 0 14px 44px rgba(13,74,158,0.35), 0 4px 14px rgba(5,15,60,0.18); }
.marquee-pill  { border-color: rgba(6,39,67,0.1); }
.stat-num, [data-counter] { color: #101942; }
::-webkit-scrollbar-thumb { background: #1a6fcc; }


/* ══════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════ */
@media (max-width: 1450px) {
	.hlt-c-val{
		font-size: 1.6rem;
	}	
	.hlt-card.hlt-card-l{
		    padding: 14px 14px 0px 14px;
	}
	.hlt-ty svg{
		max-width:2.4rem
	}
	.hlt-ty{
		align-items:center
	}
	.hlt-card{
		padding:1rem!important;
	}
	.hlt-card.hlt-card-r.hlt-card-cb{
		min-width: 285px;
}
	.cashback-title .hlt-c-lbl{
		font-size:1rem;
	}
	.hlt-card-cb{
    bottom: 3rem;}
	.hlt-rw-tier{
		font-size:1rem;
	}
	.hlt-ncb-check svg{
		width: 1.2rem;
	}
	.hlt-ncb-title{
		    font-size: 1rem;
	}
	.hlt-c-ico-right {
    max-width: 3rem;
    padding-top: 1.5rem;
}
	.hlt-notif-cb{
		    padding: 0.7rem 0.85rem;
	}
	.hlt-c-lbl{
		    font-size: 0.8rem;
	}
	.hlt-ncb-val{
		font-size:1.2rem;
	}
	.hlt-ncb-coin svg{
		
		 width: 3.2rem;
	}
	.hlt-browser-chrome{
		max-width:58rem;
	}
	.hlt-phn-wrap{
		max-width: 16rem;
	}
}
@media (max-width: 1280px) {
  .hlt-stage          { gap: 1.8rem; max-width: 1100px; }
  
  .hlt-devices        { padding-right: 68px; }
  
}
@media (max-width: 1060px) {
	.hlt-stage          { gap: 1.5rem; max-width: 960px;display:none}
	.hlt-title{
		    font-size: clamp(2.3rem, 3vw, 3rem) !important;
	}
	.hlt-bubble{
		display:none;
	}
 
  .hlt-devices        { padding-right: 58px; }
  
  .hlt-card           { padding: 1.2rem 1.3rem; min-width: 172px; }
}
@media (max-width: 900px) {
	
  .hlt-stage          { flex-direction: column; gap: 1.5rem; }
  .hlt-card           { display: flex; align-items: center; gap: 1rem; min-width: 240px; padding: 0.85rem 1.2rem; }
  .hlt-c-pill         { margin-bottom: 0; }
  .hlt-card-r-wrap    { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 0.8rem; }
  .hlt-card-rw        { padding: 0.85rem 1.2rem; }
  
  .hlt-devices        { padding-right: 60px; }
  
	.hero-lt{min-height:auto}
}
@media (max-width: 768px) {
  .hlt-title          { font-size: 2.4rem !important; }
  
  .hlt-notif-cb       { display: none; }
}
@media (max-width: 600px) {
  .hlt-title          { font-size: 2.1rem !important; }
  
  .hlt-browser-bar    { padding: 0.42rem 0.7rem; }
  .hlt-browser-dots span { width: 9px; height: 9px; }
  .hlt-browser-actions { display: none; }
  
  .hlt-phn-badge      { display: none; }
  .hlt-card           { min-width: 155px; }
  .hlt-card-rw        { min-width: 155px; }
  .hlt-bubble         { display: none; }
  .hero-lt            { padding: 5.5rem 0 3rem; }
  .hlt-devices        { padding-right: 48px; }
}

/* about us */

.about-us {
  padding: 100px 0;
  background: #fff;
}

.about-us .section-header {
  margin-bottom: 70px;
}

.about-us .section-title {
  margin-bottom: 20px;
}

.about-us .grad {
  color: #1877f2;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================
   IMAGE AREA
========================= */

.about-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.about-image-wrap {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.about-main-image {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}


/* =========================
   FLOATING CARDS
========================= */

.about-floating-card {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.16);
  z-index: 2;
}


/* Invoice */

.invoice-card {
  top: -25px;
  right: 5px;
  width: 150px;
  padding: 15px;
}

.afc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 8px;
  color: #64748b;
}

.invoice-card strong {
  display: block;
  margin: 12px 0;
  font-size: 18px;
  color: #0f172a;
}

.paid {
  background: #dcfce7;
  color: #16a34a;
  padding: 3px 6px;
  border-radius: 20px;
  font-size: 7px;
}

.afc-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  color: #94a3b8;
}


/* Revenue */

.revenue-card {
  left: -25px;
  bottom: 15px;
  width: 145px;
  padding: 14px;
}

.afc-title {
  font-size: 9px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.revenue-chart {
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
}

.revenue-chart span {
  width: 12px;
  background: #16c784;
  border-radius: 3px 3px 0 0;
}


/* Total */

.total-card {
  right: -25px;
  bottom: 60px;
  width: 130px;
  padding: 15px;
}

.total-card span {
  display: block;
  font-size: 9px;
  color: #64748b;
}

.total-card strong {
  display: block;
  font-size: 25px;
  color: #0f172a;
  margin: 5px 0;
}

.total-card small {
  font-size: 7px;
  color: #94a3b8;
}

.total-card b {
  color: #16a34a;
  margin-left: 4px;
}


/* =========================
   RIGHT CONTENT
========================= */

.about-info {
  display: flex;
  flex-direction: column;
}

.about-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.about-info-item:first-child {
  padding-top: 0;
}

.about-info-item:last-child {
  border-bottom: 0;
}

.about-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1683f7;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-info-item h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.about-info-item p {
  margin: 0;
  max-width: 450px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}


/* =========================
   STATS
========================= */

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 20px auto 0;
  padding-top: 35px;
}

.about-stat {
  display: flex;
  align-items: center;
  gap: 13px;
}

.stat-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #008CFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-stat strong {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
      font-weight: 600;
  color: #003153;
  margin-right: 5px;
}

.about-stat span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #003153;
  margin-top: 4px;
}

.about-stat small {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 3px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-visual {
    min-height: 430px;
  }

  .about-image-wrap {
    max-width: 650px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .about-us {
    padding: 70px 20px;
  }

  .about-us .section-header {
    margin-bottom: 45px;
  }

  .about-grid {
    gap: 35px;
  }

  .about-visual {
    min-height: 300px;
  }

  .about-main-image {
    height: 280px;
    border-radius: 18px;
  }

  .invoice-card {
    top: -15px;
    right: -5px;
    width: 120px;
    padding: 10px;
  }

  .invoice-card strong {
    font-size: 15px;
    margin: 8px 0;
  }

  .revenue-card {
    left: -5px;
    bottom: 5px;
    width: 120px;
  }

  .total-card {
    right: -5px;
    bottom: 35px;
    width: 105px;
    padding: 10px;
  }

  .total-card strong {
    font-size: 20px;
  }

  .about-info-item {
    gap: 12px;
  }

  .about-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .about-info-item p {
    font-size: 12px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 0px;
  }
	.about-stat strong{
		font-size: 20px;
	}
	.showcase-visual img{
		max-width:300px!important;
	}

}


/* ══════════════════════════════════════
   WHY CHOOSE v2  (wc2-*)
   ══════════════════════════════════════ */
.wc2-section { padding: 6rem 0; background: #fff; }

.wc2-inner {
  display: grid;
  /* grid-template-columns: 1.15fr 0.85fr; */
  gap: 2.5rem;
  align-items: start;
  margin-top: 3rem;
}

/* ── Table container ── */
.wc2-table-wrap {
  border: 1px solid rgba(6,39,67,0.09);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(6,39,67,0.06);
}

/* Header row */
.wc2-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  padding: 0.95rem 1.15rem;
  background: #f7f9ff;
  border-bottom: 1px solid rgba(6,39,67,0.07);
  gap: 0.5rem;
}
.wc2-head-lbl {
  font-size: 0.66rem; font-weight: 700;
  color: #94a3b8; letter-spacing: 0.08em; text-transform: uppercase;
}
.wc2-us-col { text-align: center; }
.wc2-oth-col { text-align: center; }

.wc2-us-badge {
  display: inline-flex; align-items: center; gap: 0.38rem;
  background: linear-gradient(135deg, #31a2ff, #003153);
  color: #fff; font-size: 0.65rem; font-weight: 800;
  padding: 0.42rem 0.95rem; border-radius: 999px;
  letter-spacing: 0.06em;
  box-shadow: 0 3px 12px rgba(91,88,224,0.35);
}

/* Feature rows */
.wc2-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  padding: 0.78rem 1.15rem;
  border-bottom: 1px solid rgba(6,39,67,0.05);
  gap: 0.5rem;
  transition: background .15s;
}
.wc2-row:last-child { border-bottom: none; }
.wc2-row:nth-child(odd) { background: #fafbff; }
.wc2-row:hover { background: rgba(26,111,204,0.03); }

.wc2-feat-col { display: flex; align-items: center; gap: 0.7rem; min-width: 0; }
.wc2-head .wc2-feat-col .wc2-head-lbl { font-size: 1rem; letter-spacing: 0.1em;    color: #101942; }
.wc2-feat-ico {
  width: 34px; height: 34px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wc2-feat-name {
  font-size: 0.92rem; font-weight: 600; color: #062743;
  display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
  line-height: 1.3;
}
.wc2-feat-desc { font-size: 0.78rem; color: #94a3b8; line-height: 1.5; margin-top: 0.1rem; }

.wc2-new-badge {
  font-size: 0.54rem; font-weight: 800; letter-spacing: 0.06em;
  background: rgba(26,111,204,0.10); color: #1a6fcc;
  padding: 0.12rem 0.42rem; border-radius: 999px;
  border: 1px solid rgba(26,111,204,0.20);
}

/* Keep the InvoiceG2G cells vertically padded — clean spacing so the
   Free/Premium split reads clearly */
.wc2-row .wc2-us-col,
.wc2-head .wc2-us-col {
  padding: 0.35rem 0.4rem;
}

/* Tier chips — separate Free / Premium indicators */
.wc2-row .wc2-us-col,
.wc2-head .wc2-us-col {
  display: flex; align-items: center; justify-content: center;
  gap: 0.35rem; flex-wrap: nowrap;
}
.wc2-tier {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.68rem; font-weight: 700;
  padding: 0.24rem 0.55rem; border-radius: 999px;
  white-space: nowrap; line-height: 1;
}
.wc2-tier-free {
  color: #15803d;
  background: rgba(34,197,94,0.14);
  border: 1px solid rgba(34,197,94,0.28);
}
.wc2-tier-free::before {
  content: '✓'; display: inline-flex; align-items: center; justify-content: center;
  width: 13px; height: 13px; border-radius: 50%;
  background: #22c55e; color: #fff; font-size: 0.6rem; font-weight: 900;
}
.wc2-tier-premium {
  color: #b45309;
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.32);
}

/* ── Split InvoiceG2G column: Free + Premium ── */
/* Header cell: small "INVOICEG2G plans" caption spanning both sub-cols,
   then two clear plan headers (Free / Premium) directly above the marks */
.wc2-head .wc2-us-col.wc2-us-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}
.wc2-us-caption {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.35rem;
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: #1a6fcc;
  line-height: 1;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed rgba(26,111,204,0.22);
}
.wc2-us-caption svg { color: #1a6fcc; }
.wc2-us-caption em { font-style: normal; color: #94a3b8; font-weight: 700; }
.wc2-us-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  width: 100%;
}
.wc2-plan-head {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.28rem;
  font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1;
}
.wc2-plan-head-free {
  color: #15803d;
  background: rgba(34,197,94,0.14);
  border: 1px solid rgba(34,197,94,0.30);
  box-shadow: 0 1px 0 rgba(34,197,94,0.08);
}
.wc2-plan-head-free::before {
  content: '✓';
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; border-radius: 50%;
  background: #22c55e; color: #fff;
  font-size: 0.6rem; font-weight: 900;
}
.wc2-plan-head-premium {
  color: #b45309;
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.34);
  box-shadow: 0 1px 0 rgba(245,158,11,0.10);
}
.wc2-plan-head-premium::before {
  content: '★';
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; border-radius: 50%;
  background: #f59e0b; color: #fff;
  font-size: 0.62rem; font-weight: 900;
  line-height: 1;
}

/* Row cells: two side-by-side marks, one per plan */
.wc2-row .wc2-us-col.wc2-us-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  align-items: center;
  justify-items: center;
}
.wc2-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px;
  transition: transform .18s ease;
}
.wc2-mark svg { width: 14px; height: 14px; display: block; }
.wc2-mark-yes {
  background: rgba(34,197,94,0.12);
  color: #15803d;
  border: 1px solid rgba(34,197,94,0.25);
}
.wc2-mark-no {
  background: rgba(148,163,184,0.10);
  color: #94a3b8;
  border: 1px solid rgba(148,163,184,0.22);
}
.wc2-row:hover .wc2-mark { transform: scale(1.06); }

/* Yes / No / Partial — refined tinted rounded-square badges */
.wc2-yes, .wc2-no, .wc2-partial {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease;
}
.wc2-yes svg, .wc2-no svg, .wc2-partial svg {
  width: 14px; height: 14px; display: block;
}
.wc2-yes {
  background: rgba(34,197,94,0.12);
  color: #15803d;
  border: 1px solid rgba(34,197,94,0.25);
}
.wc2-no {
  background: rgba(148,163,184,0.10);
  color: #94a3b8;
  border: 1px solid rgba(148,163,184,0.25);
}
.wc2-partial {
  background: rgba(148,163,184,0.10);
  color: #94a3b8;
  border: 1px solid rgba(148,163,184,0.22);
}
.wc2-row:hover .wc2-yes,
.wc2-row:hover .wc2-no,
.wc2-row:hover .wc2-partial { transform: scale(1.06); }

/* ── Right highlight cards ── */
.wc2-points { display: flex; flex-direction: column; gap: 1rem; }

.wc2-point {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.15rem 1.2rem;
  background: #f8faff; border-radius: 16px;
  border: 1px solid rgba(6,39,67,0.07);
  transition: box-shadow .2s, transform .2s;
}
.wc2-point:hover { box-shadow: 0 8px 28px rgba(6,39,67,0.10); transform: translateY(-2px); }
.wc2-point-ico {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wc2-point h4 { font-size: 0.88rem; font-weight: 700; color: #062743; margin: 0 0 0.3rem; line-height: 1.3; }
.wc2-point p  { font-size: 0.76rem; color: #64748b; line-height: 1.65; margin: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .wc2-inner { grid-template-columns: 1fr; }
  .wc2-points { flex-direction: row; flex-wrap: wrap; }
  .wc2-point  { flex: 1 1 calc(50% - 0.5rem); min-width: 220px; }
}
@media (max-width: 640px) {
  .wc2-head  { grid-template-columns: minmax(0, 1fr) 150px; padding: 0.7rem 0.85rem; }
  .wc2-row   { grid-template-columns: minmax(0, 1fr) 150px; padding: 0.6rem 0.85rem; }
  .wc2-row .wc2-us-col,
  .wc2-head .wc2-us-col { padding: 0.3rem 0.25rem; }
  .wc2-us-badge { font-size: 0.58rem; padding: 0.36rem 0.65rem; }
  .wc2-us-caption { font-size: 0.5rem; padding-bottom: 0.3rem; letter-spacing: 0.06em; }
  .wc2-us-caption em { display: none; }
  .wc2-plan-head { font-size: 0.55rem; padding: 0.3rem 0.3rem; letter-spacing: 0.03em; }
  .wc2-plan-head-free::before,
  .wc2-plan-head-premium::before { width: 11px; height: 11px; font-size: 0.5rem; }
  .wc2-mark { width: 26px; height: 26px; }
  .wc2-us-plans { gap: 0.3rem; }
  .wc2-row .wc2-us-col.wc2-us-split { gap: 0.3rem; }
  .wc2-points { flex-direction: column; }
  .wc2-point  { flex: none; }
}

/* ═════ Comparison table — card layout on very small screens ═════ */
@media (max-width: 560px) {
  .wc2-section { padding: 3rem 0; }
  .wc2-inner { margin-top: 1.5rem; gap: 1.5rem; }

  .wc2-table-wrap {
    border-radius: 14px;
    background: #fff;
  }

  /* Keep the INVOICEG2G branded badge visible as a mini-header */
  .wc2-head {
    display: flex;
    justify-content: center;
    padding: 0.9rem;
    background: #f7f9ff;
  }
  .wc2-head .wc2-feat-col { display: none; }
  .wc2-head .wc2-us-col { text-align: center; }

  /* Flatten alternating row colors — a single divider handles separation */
  .wc2-row,
  .wc2-row:nth-child(odd),
  .wc2-row:hover {
    background: #fff !important;
  }
  .wc2-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "feat"
      "us";
    align-items: stretch;
    gap: 0.75rem;
    padding: 1rem 0.9rem 1.1rem;
    border-bottom: 1px solid rgba(6,39,67,0.08);
  }
  .wc2-row:last-child { border-bottom: none; }

  .wc2-feat-col {
    grid-area: feat;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .wc2-feat-ico {
    width: 36px; height: 36px;
    border-radius: 10px;
  }
  .wc2-feat-name {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .wc2-feat-desc {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.2rem;
  }

  /* Comparison cells: side-by-side mini-cards with clear brand-vs-others contrast */
  .wc2-us-col,
  .wc2-oth-col {
    padding: 0.55rem 0.7rem 0.6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    min-height: 62px;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  .wc2-us-col  {
    grid-area: us;
    background: linear-gradient(180deg, rgba(26,111,204,0.09) 0%, rgba(26,111,204,0.04) 100%);
    border-color: rgba(26,111,204,0.22);
  }
  .wc2-oth-col {
    grid-area: oth;
    background: rgba(148,163,184,0.08);
    border-color: rgba(148,163,184,0.22);
  }

  .wc2-us-col::before,
  .wc2-oth-col::before {
    display: block;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1;
  }
  /* .wc2-us-col::before  { content: 'INVOICEG2G'; color: #1a6fcc; }
  .wc2-oth-col::before { content: 'OTHERS'; color: #94a3b8; } */

  .wc2-tier { font-size: 0.72rem; white-space: normal; }
  .wc2-row .wc2-us-col,
  .wc2-head .wc2-us-col {
    justify-content: center;
  }

  .wc2-yes,
  .wc2-no,
  .wc2-partial {
    align-self: center;
  }

  /* Split us-col on small cards: keep the "INVOICEG2G" ::before label on
     top (spanning both sub-cols), then two marks below, each with its own
     plan label so users can tell Free from Premium at a glance */
  .wc2-row .wc2-us-col.wc2-us-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem 0.4rem;
    width: 100%;
  }
  .wc2-row .wc2-us-col.wc2-us-split::before {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .wc2-row .wc2-us-col.wc2-us-split .wc2-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem;
    border-radius: 10px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
  }
  .wc2-row .wc2-us-col.wc2-us-split .wc2-mark::after {
    content: attr(data-plan);
    opacity: 0.9;
  }
}


/* ══════════════════════════════════════
   SPLIT INVOICES SECTION  (si-*)
   ══════════════════════════════════════ */
.si-section {
  background: #fff;
  padding: 4rem 0 2rem;
  overflow: hidden;
}
.si-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 4.5rem;
  align-items: center;
}

/* ── Left column ── */
.si-left { display: flex; flex-direction: column; gap: 1.35rem; }

.si-badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(26,111,204,0.08); border: 1px solid rgba(26,111,204,0.20);
  color: #1a6fcc; font-size: 0.75rem; font-weight: 700;
  padding: 0.38rem 1rem; border-radius: 999px; width: fit-content;
  letter-spacing: 0.04em;
}
.si-title {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 800; color: #062743;
  line-height: 1.18; letter-spacing: -0.03em; margin: 0;
}
.si-acc { color: #1a6fcc; }
.si-desc {
  font-size: 0.97rem; color: #64748b; line-height: 1.78;
  margin: 0; max-width: 500px;
}

/* 4 feature mini-cards */
.si-feats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.si-feat {
  background: #f8faff; border-radius: 14px;
  padding: 1rem 0.85rem; text-align: center;
  border: 1px solid rgba(6,39,67,0.07);
  box-shadow: 0 2px 8px rgba(6,39,67,0.05);
  transition: transform .2s, box-shadow .2s;
}
.si-feat:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(6,39,67,0.10); }
.si-feat-ico {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.55rem;
}
.si-feat-ico svg { display: block; }
.si-feat-name { font-size: 0.82rem; font-weight: 700; color: #062743; line-height: 1.3; margin-bottom: 0.22rem; }
.si-feat-desc { font-size: 0.72rem; color: #64748b; line-height: 1.5;font-weight: 500; }

/* Dark "See How It Works" card */
.si-hiw {
  background: #062743; border-radius: 20px;
  padding: 1.45rem 1.6rem;
  box-shadow: 0 16px 50px rgba(6,39,67,0.22);
}
.si-hiw-lbl {
  font-size: 0.7rem; font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}
.si-hiw-steps {
  display: flex; align-items: flex-start; justify-content: space-between;
}
.si-hiw-step {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; text-align: center; flex: 1;
}
.si-hiw-ico {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center;
  position: relative; flex-shrink: 0;
}
.si-hiw-num {
  position: absolute; top: -5px; right: -5px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #1a6fcc; color: #fff;
  font-size: 0.55rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid #062743;
}
.si-hiw-name { font-size: 0.68rem; font-weight: 700; color: #fff; line-height: 1.3; }
.si-hiw-desc { font-size: 0.68rem; color: rgba(255,255,255,0.45); line-height: 1.5; }
.si-hiw-arr {
  display: flex; align-items: center;
  padding: 0 0.25rem; margin-top: 20px; flex-shrink: 0;
  color: rgba(255,255,255,0.20);
}

/* ── Right: Phone mockup ── */
.si-phone-wrap {
  position: relative;
  display: flex; justify-content: center; align-items: flex-start;
}
.si-phone {
  width: 295px; background: #fff; border-radius: 36px;
  box-shadow: 0 40px 100px rgba(6,39,67,0.20), 0 0 0 10px #f1f5f9, 0 0 0 11px rgba(6,39,67,0.08);
  overflow: hidden; position: relative;
}
.si-ph-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem 1.2rem 0.4rem;
  background: #fff;
}
.si-ph-time { font-size: 0.72rem; font-weight: 700; color: #062743; }
.si-ph-topbar-icons { display: flex; gap: 0.5rem; align-items: center; }

.si-ph-inner { padding: 0 1.2rem 1.5rem; }

.si-ph-header {
  display: flex; align-items: center; gap: 0.65rem; margin-bottom: 1rem;
}
.si-ph-x {
  width: 26px; height: 26px; border-radius: 50%;
  background: #f1f5f9; display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; color: #64748b; flex-shrink: 0; cursor: pointer;
}
.si-ph-title { font-size: 0.88rem; font-weight: 800; color: #062743; }

/* Phone numbered steps */
.si-ph-steps { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 0.85rem; }
.si-ph-step-row { display: flex; align-items: flex-start; gap: 0.6rem; }
.si-ph-snum {
  font-size: 0.6rem; font-weight: 700; color: rgba(6,39,67,0.3);
  flex-shrink: 0; width: 20px; padding-top: 0.1rem;
}
.si-ph-step-title { font-size: 0.72rem; font-weight: 700; color: #062743; margin-bottom: 0.12rem; }
.si-ph-step-desc { font-size: 0.6rem; color: #64748b; line-height: 1.5; }

.si-ph-divider { height: 1px; background: rgba(6,39,67,0.06); margin: 0.85rem 0; }

/* Example section */
.si-ph-ex-lbl { font-size: 0.65rem; font-weight: 700; color: #94a3b8; margin-bottom: 0.45rem; text-transform: uppercase; letter-spacing: 0.06em; }
.si-ph-ex-total {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.7rem; color: #64748b; margin-bottom: 0.55rem;
  padding-bottom: 0.45rem; border-bottom: 1px solid rgba(6,39,67,0.06);
}
.si-ph-ex-total strong { color: #062743; font-weight: 800; font-size: 0.78rem; }
.si-ph-ex-rows { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 0.8rem; }
.si-ph-ex-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.65rem;
}
.si-ph-ex-left { display: flex; align-items: center; gap: 0.45rem; color: #1e293b; }
.si-ph-ex-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.si-ph-ex-right { display: flex; align-items: center; gap: 0.4rem; }
.si-ph-ex-pct { color: #94a3b8; font-size: 0.6rem; }
.si-ph-ex-right strong { color: #062743; font-weight: 700; }

/* Auto generate badge */
.si-ph-auto {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.65rem; font-weight: 600; color: #16a34a;
  background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.20);
  border-radius: 8px; padding: 0.4rem 0.7rem;
  margin-bottom: 0.75rem;
}
/* Got It button */
.si-ph-btn {
  width: 100%; padding: 0.72rem;
  background: #062743; color: #fff;
  border: none; border-radius: 12px;
  font-size: 0.82rem; font-weight: 700;
  cursor: pointer; letter-spacing: 0.01em;
}

/* Max 5 Parts floating badge */
.si-ph-max-badge {
  position: absolute; right: -8px; top: 38%;
  display: flex; align-items: center; gap: 0.35rem;
  background: linear-gradient(135deg, #31a2ff, #003153);
  color: #fff; font-size: 0.68rem; font-weight: 700;
  padding: 0.45rem 0.85rem; border-radius: 10px;
  box-shadow: 0 6px 18px rgb(37 135 214 / 13%);
  white-space: nowrap;
}

/* ── Bottom strip ── */
.si-bottom-strip {
  margin-top: 5rem;
  background: #f0f6ff;
  border-top: 1px solid rgba(26,111,204,0.10);
  padding: 1.35rem 0;
}
.si-bottom-inner {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.si-bottom-lbl {
  display: flex; align-items: center; gap: 0.55rem;
  font-size: 0.82rem; font-weight: 700; color: #062743;
  white-space: nowrap;
}
.si-bottom-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(26,111,204,0.10); border: 1px solid rgba(26,111,204,0.18);
  display: flex; align-items: center; justify-content: center;
}
.si-bottom-sub {
  font-size: 0.78rem; color: #64748b; flex: 1; min-width: 200px;
}
.si-bottom-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.si-tag {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: #fff; border: 1px solid rgba(6,39,67,0.10);
  border-radius: 999px; padding: 0.3rem 0.85rem;
  font-size: 0.73rem; font-weight: 600; color: #062743;
  transition: box-shadow .2s, border-color .2s;
}
.si-tag:hover { border-color: rgba(26,111,204,0.30); box-shadow: 0 2px 8px rgba(6,39,67,0.08); }
.si-tag-more { background: rgba(26,111,204,0.06); color: #1a6fcc; border-color: rgba(26,111,204,0.18); }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .si-inner { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .si-phone { width: 260px; }
}
@media (max-width: 900px) {
  .si-inner { grid-template-columns: 1fr; gap: 3rem; }
  .si-phone-wrap { justify-content: center; }
  .si-ph-max-badge { right: auto; left: 270px; }
}
@media (max-width: 640px) {
  .si-section { padding: 5rem 0 0; }
  .si-feats { grid-template-columns: repeat(2, 1fr); }

  /* Stack "See How It Works" steps vertically: icon left, text right */
  .si-hiw { padding: 1.4rem 1.25rem; }
  .si-hiw-lbl { margin-bottom: 1rem; }
  .si-hiw-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
  }
  .si-hiw-arr { display: none; }
  .si-hiw-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-areas:
      "ico name"
      "ico desc";
    column-gap: 0.85rem;
    row-gap: 0.15rem;
    align-items: start;
    text-align: left;
    padding: 0.85rem 0.9rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
  }
  .si-hiw-ico {
    grid-area: ico;
    width: 42px; height: 42px;
    align-self: center;
  }
  .si-hiw-name {
    grid-area: name;
    font-size: 0.9rem;
    line-height: 1.25;
    align-self: end;
  }
  .si-hiw-desc {
    grid-area: desc;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.55);
    align-self: start;
  }

  .si-phone { width: 240px; }
  .si-ph-max-badge { display: none; }
  .si-bottom-inner { gap: 1rem; }
}

/* ═════════════ Features Slider ═════════════ */
.features-slider {
  position: relative;
  margin-top: 2.5rem;
}
.fs-viewport {
  overflow: hidden;
  padding: 0.75rem 0;
}
.fs-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.features-slider .feature-card {
  flex: 0 0 calc((100% - 3 * 1.25rem) / 4);
  min-width: 0;
  background: white;
  border-radius: var(--r-lg);
  padding: 1.75rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.features-slider .feature-card:hover {
  transform: translateY(-6px);
 
}
.hlt-card {
    background: #003153;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
    padding: 1.5rem 1.65rem;
    min-width: 192px;
    flex-shrink: 0;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42), 0 4px 16px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Arrows */
.fs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: #101942;
  border: 1px solid rgba(16, 25, 66, 0.08);
  box-shadow: 0 10px 30px rgba(16, 25, 66, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.fs-arrow svg { width: 20px; height: 20px; }
.fs-arrow:hover {
  background: rgb(16, 25, 66);
  color: white;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 14px 34px rgba(26, 111, 204, 0.35);
}
.fs-arrow:disabled,
.fs-arrow[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.fs-prev { left: -22px; }
.fs-next { right: -22px; }

/* Dots */
.fs-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
}
.fs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 25, 66, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}
.fs-dot.is-active {
  background: rgb(16, 25, 66);
  width: 24px;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .features-slider .feature-card {
    flex: 0 0 calc((100% - 2 * 1.25rem) / 3);
  }
}
@media (max-width: 768px) {
  .product-showcase {
    padding: 2rem 0 0;
}
  .mobile-cta a{
    width:7rem;
    margin-top: 1rem;
    border-radius: 0.5rem!important;
  }
      section {
        padding: 2rem 0;
    }
  .hlt-c-val{
    font-size: 1rem;
  }
  .hlt-card{
    gap: 0.5rem;
  }
  .hlt-card.hlt-card-rw{
    display: none;
  }
  .hlt-card{
flex-wrap: wrap;
width: 100%;
  }
  .hlt-btns{
    margin-bottom: 1.5rem;
  }
  .features-slider{
margin-top: 0;
  }
  .hlt-sub{
    margin: 0 auto 1rem;
  }
  .hlt-title {
        font-size: 1.6rem !important;
    }
    .section-header {
    margin-bottom: 1rem;
}
  .nav-logo img {
    width: 150px !important;
}
.showcase-text h2{
    font-size: 1.3rem;
}
    .section-title {
        font-size: 1.3rem;
    }
    .si-left{
          gap: 1rem;
    }
        .si-section {
        padding: 2rem 0  2rem;
    }
    .wc2-section {
    padding: 2rem 0;
    background: #fff;
}
.showcase-row{
    padding: 2rem 0;
}
.wc2-head{
  gap: 1.5rem;
}
.wc2-inner{
      margin-top: 1rem;
}
  .features-slider .feature-card {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }
  .fs-prev { left: -14px; }
  .fs-next { right: -14px; }
  .fs-arrow { width: 42px; height: 42px;display:none }
}
@media (max-width: 560px) {
  .features-slider .feature-card {
    flex: 0 0 100%;
  }
  .fs-prev { left: 0; }
  .fs-next { right: 0; }
}

/* ═════════════ Testimonials — Mobile fixes ═════════════ */
@media (max-width: 1024px) {
  /* Prevent grid/flex track from expanding to intrinsic content width */
  .testi-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem;
  }
  .testi-right { min-width: 0; }

  .testi-slider {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .testi-track {
    gap: 1rem;
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .testi-card {
    flex: 0 0 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: 0 !important;
    padding: 1.4rem !important;
    box-sizing: border-box;
  }
  .testi-card .t-text {
    flex: 0 0 auto !important;
    font-size: 0.9rem;
    line-height: 1.65;
  }
  .testi-card .t-author { margin-top: 1.1rem; }

  .testi-controls {
    justify-content: center !important;
    margin-top: 1.25rem !important;
    gap: 0.75rem !important;
  }
  .testi-btn {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 560px) {
  .testimonials { padding: 3rem 0 !important; }
  .testi-card { padding: 1.25rem !important; }
  .testi-card .t-text { font-size: 0.88rem; }
  .testi-card .t-author { gap: 0.75rem; padding-top: 0.85rem; }
  .t-avatar { width: 38px; height: 38px; }
}

/* ══════════════════════════════════════
   MEGA-MENU (Product/Features dropdown)
   ══════════════════════════════════════ */
.nav-dropdown.nav-mega {
  position: fixed !important;
  top: 62px !important;
  left: 50% !important;
  right: auto !important;
  width: 1050px !important;
  max-width: calc(100vw - 32px);
  padding: 1.35rem 1.35rem 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 60px rgba(6,39,67,0.16), 0 2px 6px rgba(6,39,67,0.06) !important;
}
/* Invisible hover-bridge — covers the gap between the trigger text and the
   fixed mega menu so the mouse can travel across without losing :hover on
   .has-dropdown. Pointer-events are inherited from the parent .nav-dropdown,
   so the bridge only becomes interactive while the menu is open. */
.nav-dropdown.nav-mega::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  height: 24px;
  background: transparent;
}
/* Small forgiveness delay on the fade-out so a brief hover-loss won't
   immediately close the menu. Opening stays instant. */
.has-dropdown .nav-dropdown {
  transition-delay: 0.12s;
}
.has-dropdown:hover .nav-dropdown {
  transition-delay: 0s;
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.25rem;
}
/* Flatten the two .mega-col wrappers so their .mega-group children become direct grid items */
.mega-col { display: contents; }
.mega-group-title {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #94a3b8;
  padding: 0 0.35rem 0.55rem;
  border-bottom: 1px dashed rgba(6,39,67,0.08);
  margin-bottom: 0.5rem;
}
.mgt-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #1a6fcc;
  box-shadow: 0 0 0 3px rgba(26,111,204,0.15);
}
.mega-item {
  display: flex; align-items: flex-start; gap: 0.7rem;
  padding: 0.55rem 0.5rem;
  border-radius: 10px;
  text-decoration: none;
  color: #062743;
  transition: background .18s ease, transform .18s ease;
}
.mega-item:hover {
  background: rgba(26,111,204,0.06);
  transform: translateX(2px);
}
.mi-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: rgba(26,111,204,0.10);
  color: #1a6fcc;
  transition: transform .18s ease;
}
.mega-item:hover .mi-icon { transform: scale(1.08); }
.mi-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.mi-body { min-width: 0; }
.mi-name {
  font-size: 0.85rem; font-weight: 700;
  color: #062743; line-height: 1.25;
}
.mi-desc {
  font-size: 0.72rem; color: #64748b;
  line-height: 1.4; margin-top: 0.15rem;
}
/* Bottom highlight strip inside mega */
.mega-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  margin: 1.15rem -1.35rem 0;
  padding: 0.95rem 1.35rem;
  background: linear-gradient(90deg, rgba(26,111,204,0.06), rgba(168,85,247,0.06));
  border-top: 1px solid rgba(6,39,67,0.06);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.mf-lbl {
  display: inline-block;
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: #1a6fcc;
  background: rgba(26,111,204,0.10);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mf-title { font-size: 0.82rem; font-weight: 700; color: #062743; }
.mf-sub { font-size: 0.72rem; color: #64748b; margin-top: 0.15rem; }
.mega-cta {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.8rem; font-weight: 700;
  color: #fff;
  background: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.mega-cta:hover { background: #0a3a5e; transform: translateY(-1px); color: #fff; }

@media (max-width: 1200px) {
  .nav-dropdown.nav-mega {
    width: 880px !important;
  }
  .mega-grid { gap: 0 0.85rem; }
}
@media (max-width: 900px) {
  .nav-dropdown.nav-mega {
    width: 560px !important;
  }
  .mega-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1rem; }
}
@media (max-width: 640px) {
  .nav-dropdown.nav-mega {
    width: 340px !important;
  }
  .mega-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* ══════════════════════════════════════
   MOBILE MENU — grouped submenu sections
   ══════════════════════════════════════ */
.mobile-panel {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-links {
  gap: 0 !important;
}
.mobile-nav-links > a {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(6,39,67,0.06);
  display: block;
  font-size: 1rem;
}
.mobile-nav-links > a:last-child { border-bottom: none; }

.mob-group {
  padding: 0.6rem 0 0.4rem;
  border-bottom: 1px solid rgba(6,39,67,0.06);
}
.mob-group-toggle {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem 0;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  color: #062743;
  font-size: 1rem;
}
.mob-group-toggle .mgt-chev {
  width: 18px; height: 18px;
  transition: transform 0.25s ease;
  color: #94a3b8;
}
.mob-group.open .mob-group-toggle .mgt-chev { transform: rotate(180deg); }

.mob-group-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}
.mob-group.open .mob-group-items { max-height: 2000px; }

.mob-group-sublbl {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: #94a3b8;
  padding: 0.75rem 0 0.35rem;
}
.mob-group-sublbl .msl-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #1a6fcc;
}
.mob-sub-item {
  display: flex; align-items: center; gap: 0.65rem;
  padding: 0.6rem 0 0.6rem 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}
.mob-sub-item:hover,
.mob-sub-item:active {
  background: rgba(26,111,204,0.06);
  color: #1a6fcc;
}
.mob-sub-item .msi-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #cbd5e1;
  flex-shrink: 0;
}
.mob-sub-item:hover .msi-dot { background: #1a6fcc; }

/* Mobile drawer — Login button rendered as full-width primary CTA */
.mobile-panel .nav-login-btn {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  padding: 0.95rem 1.2rem !important;
  margin-top: 1.5rem !important;
      border-radius: 999px !important;
  font-size: 0.95rem !important;
  background: #062743 !important;
  border: 1.5px solid #062743 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(6,39,67,0.22) !important;
}
.mobile-panel .nav-login-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: #ffffff !important;
}
.mobile-panel .nav-login-btn:hover,
.mobile-panel .nav-login-btn:active {
  background: #0a3a68 !important;
  border-color: #0a3a68 !important;
  color: #ffffff !important;
  transform: none !important;
}


/* ══════════════════════════════════════════════════════════════════
   MOBILE-ONLY HOME HERO
   Renders under 768px. Desktop hero is preserved untouched — we simply
   hide its content and reveal the mobile block instead.
   ══════════════════════════════════════════════════════════════════ */

/* Hidden on desktop */
.hlt-mobile { display: none; }

@media (max-width: 768px) {
  /* ── Suppress desktop hero on mobile ── */
  .hero-lt .hlt-bg,
  .hero-lt .hlt-inner { display: none !important; }
	.hlt-btn-o{
		padding: 0.95rem 1.2rem;
        border-radius: var(--r-sm);
        font-weight: 600;
        font-size: 0.72rem;
	}
  .hero-lt {
    padding: 60px 0 60px
    background: #ffffff;
  }

  /* ── Show mobile hero ── */
  .hlt-mobile {
    display: block;
    padding: 0 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .hlt-mob-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    background: rgba(26,111,204,0.10);
    color: #1a6fcc;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
  }
  .hlt-mob-badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #1a6fcc;
    box-shadow: 0 0 0 3px rgba(26,111,204,0.20);
  }

  .hlt-mob-title {
    font-size: 1.5rem;
    line-height: 1.15;
    color: #062743;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.9rem;
  }
  .hlt-mob-title .grad {
    background: linear-gradient(90deg, #1a6fcc, #0d4a9e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hlt-mob-sub {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0 auto 1.4rem;
    max-width: 340px;
  }
  .hiw-icon{
    width: 55px;
    height: 55px;
  }
  .hiw-icon svg {
    width: 25px;
    height: 25px;
}

  .hlt-mob-btns {
    display: flex;
    /* flex-direction: column; */
    gap: 0.55rem;
    justify-content: center;
    margin: 0 auto 2rem;
    max-width: unset;
  }
  .hlt-mob-btn-p,
  .hlt-mob-btn-o {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.2rem;
    border-radius: var(--r-sm);
    font-weight: 600;
    font-size: 0.72rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .hlt-mob-btn-p {
        background: linear-gradient(135deg, #1a6fcc 0%, #062743 40%, #1e7bd6 70%, #062743 100%);
    background-size: 220% auto;
    color: #fff;
    animation: btnGradient 5s ease infinite;
  }
  .hlt-mob-btn-o {
    background: #fff;
    color: #062743;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(6,39,67,0.06);
  }
  .hlt-mob-btn-p:active { transform: scale(0.98); }
  .hlt-mob-btn-o:active { transform: scale(0.98); }

  /* ── Phone stage with side floating cards ── */
  .hlt-mob-stage {
	  display:none;
    position: relative;
    margin: 0 auto 1.5rem;
    max-width: 380px;
    padding: 10px 0;
  }
  .hlt-mob-phone {
    display: block;
    width: 58%;
    max-width: 240px;
    margin: 0 auto;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(6,39,67,0.18);
  }

  .hlt-mob-cb,
  .hlt-mob-rev {
    position: absolute;
    background: #fff;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(6,39,67,0.12);
    min-width: 118px;
    text-align: left;
    z-index: 2;
  }
  .hlt-mob-cb { left: 0; top: 22%; }
  .hlt-mob-rev { right: 0; top: 50%; }

  .hlt-mob-cb-ico,
  .hlt-mob-rev-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 26px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }
  .hlt-mob-cb-ico { background: #22c55e; }
  .hlt-mob-rev-ico { background: #1a6fcc; }

  .hlt-mob-cb-lbl,
  .hlt-mob-rev-lbl {
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .hlt-mob-cb-val,
  .hlt-mob-rev-val {
    color: #062743;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0.1rem 0 0.25rem;
    line-height: 1.1;
  }
  .hlt-mob-cb-sub,
  .hlt-mob-rev-sub {
    color: #22c55e;
    font-size: 0.68rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  /* ── Rating strip ── */
  .hlt-mob-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.85rem;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(6,39,67,0.06);
    margin: 0 auto 1.25rem;
  }
  .hlt-mob-avatars { display: inline-flex; }
  .hlt-mob-av {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -6px;
  }
  .hlt-mob-av:first-child { margin-left: 0; }
  .hlt-mob-rating-body { text-align: left; line-height: 1.1; }
  .hlt-mob-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
  }
  .hlt-mob-rating-txt {
    font-size: 0.72rem;
    color: #64748b;
    margin-top: 1px;
  }
  .hlt-mob-rating-txt strong { color: #062743; font-weight: 700; }

  /* ── Store buttons ── */
  .hlt-mob-stores {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
  }
  .hlt-mob-stores a { display: block; }
  .hlt-mob-stores img { display: block; height: 42px; width: auto; }
}

@media (max-width: 380px) {
  .hlt-mob-title { font-size: 1.75rem; }
  .hlt-mob-phone { width: 54%; }
  .hlt-mob-cb,
  .hlt-mob-rev { min-width: 108px; padding: 0.55rem 0.7rem; }
  .hlt-mob-cb-val,
  .hlt-mob-rev-val { font-size: 0.95rem; }
  .hlt-mob-stores img { height: 38px; }
}
