/* =========================================================================
   MailFeller landing — dashboard-styled overlay (layered over style.css)
   Palette + type mirrors the app: navy #012970 headings, blue #2563eb accent.
   ========================================================================= */
:root {
  --lp-navy: #012970;
  --lp-accent: #2563eb;
  --lp-accent-hi: #1d4ed8;
  --lp-ink: #14171f;
  --lp-ink-2: #58606e;
  --lp-ink-3: #8e96a4;
  --lp-line: #e6eaf5;
  --lp-line-2: #d6ddec;
  --lp-panel: #f5f7fd;
  --lp-grad: linear-gradient(120deg, #2a60ec 0%, #2450dc 50%, #2a60ec 100%);
  --lp-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --lp-display: 'Space Grotesk', 'Inter', sans-serif;
}

body {
  font-family: var(--lp-sans) !important;
  color: var(--lp-ink);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.006em;
}

/* ---------- global scrollbars (match the app) ---------- */
* { scrollbar-width: thin; scrollbar-color: #c2cde2 transparent; }
::-webkit-scrollbar { width: 12px !important; height: 12px !important; background: transparent !important; }
::-webkit-scrollbar-track { background: transparent !important; }
::-webkit-scrollbar-thumb {
  background: #c2cde2 !important;
  border-radius: 10px !important;
  border: 3px solid transparent !important;
  background-clip: padding-box !important;
}
::-webkit-scrollbar-thumb:hover { background: #a6b6d6 !important; background-clip: padding-box !important; }
::-webkit-scrollbar-corner { background: transparent !important; }
h1, h2, h3, h4, h5 { font-family: var(--lp-display) !important; }
a { color: var(--lp-accent); }

/* ---------- header / nav ---------- */
#header {
  background: rgba(255, 255, 255, .62) !important;
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
  box-shadow: 0 1px 0 rgba(1, 41, 112, .05) !important;
  padding: 16px 0 !important;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease !important;
}
#header.header-scrolled {
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 8px 30px rgba(1, 41, 112, .09) !important;
  border-bottom: 1px solid rgba(1, 41, 112, .06) !important;
  padding: 12px 0 !important;
}
/* the header's backdrop-filter makes it a containing block for position:fixed,
   which traps the mobile menu overlay inside the header height — drop it while the menu is open */
#header:has(.navbar.navbar-mobile) {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
#header .logo span {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  color: var(--lp-navy) !important;
  letter-spacing: .5px;
}
.navbar a, .navbar a:focus {
  color: var(--lp-ink-2) !important;
  font-family: var(--lp-sans) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a { color: var(--lp-navy) !important; }
.navbar .getstarted, .navbar .getstarted:focus {
  display: inline-flex !important; align-items: center; gap: 5px;
  background: var(--lp-grad) !important;
  background-size: 220% 100% !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 9px 18px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  transition: background-position .5s ease;
}
.navbar .getstarted i { font-size: 18px; }
.navbar .getstarted.sign-in i { font-size: 16px; }
/* Get Started keeps its gap from the menu; only Sign In sits snug next to it */
.navbar li.nav-cta a { margin-right: 0 !important; }
.navbar .getstarted.sign-in { margin-left: 8px !important; }
.navbar .getstarted:hover { background-position: 100% 50% !important; color: #fff !important; }
.navbar .getstarted.sign-in {
  background: #fff !important;
  color: var(--lp-navy) !important;
  border: 1px solid var(--lp-line-2) !important;
}
.navbar .getstarted.sign-in:hover { background: #fff !important; border-color: var(--lp-accent) !important; color: var(--lp-navy) !important; }
.mobile-nav-toggle { color: var(--lp-navy) !important; }
/* ---------- mobile menu (open state) ---------- */
.navbar-mobile {
  background: rgba(1, 41, 112, .55) !important;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
/* panel wraps its content; starts below the close button so they never overlap */
.navbar-mobile ul {
  top: 74px !important;
  bottom: auto !important;
  max-height: calc(100vh - 94px);
  padding: 12px 0 14px !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 60px rgba(1, 22, 61, .32) !important;
}
/* clear, tappable close button — a white glyph in a soft chip so it never blends into the scrim */
.navbar-mobile .mobile-nav-toggle {
  top: 14px !important; right: 16px !important;
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex !important; align-items: center; justify-content: center;
  color: #fff !important;
  background: rgba(255, 255, 255, .18);
  font-size: 22px !important;
}
/* CTAs as full-width buttons inside the panel, both aligned identically
   (high specificity to beat the desktop `li.nav-cta a { margin-right:0 }` rule) */
.navbar-mobile li.nav-cta a.getstarted {
  display: flex !important; justify-content: center;
  margin: 14px 20px 0 !important;
  padding: 12px 18px !important;
}
.navbar-mobile li.nav-cta a.getstarted.sign-in { margin-top: 10px !important; }

/* ---------- section headers ---------- */
.section-header h2 {
  color: var(--lp-accent) !important;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--lp-sans) !important;
}
.section-header p {
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important;
  font-weight: 700 !important;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 96px 0 40px !important;
  background: #ffffff url(../img/banner.png) center / cover no-repeat !important;
  overflow: hidden;
}
/* premium dot-field over the banner, faded toward the edges */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: radial-gradient(rgba(37, 99, 235, .16) 1.4px, transparent 1.5px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 92% 84% at 50% 34%, #000 40%, transparent 86%);
  mask-image: radial-gradient(ellipse 92% 84% at 50% 34%, #000 40%, transparent 86%);
}
.hero .container { position: relative; z-index: 2; }

/* left copy block */
.hero-eyebrow {
  display: inline-block; font-family: var(--lp-sans);
  font-weight: 700; font-size: 13px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--lp-accent); background: #e9f0fd; border: 1px solid #d3e0fb;
  padding: 6px 13px; border-radius: 20px; margin-bottom: 22px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--lp-accent);
  background: #eaf0fd; border: 1px solid #d3e0fb;
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 20px;
}
.hero-badge i { font-size: 14px; }
.hero h1 {
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important; font-weight: 700 !important;
  font-size: clamp(40px, 5vw, 60px) !important; line-height: 1.04 !important;
  letter-spacing: -.02em; margin: 0 0 18px !important;
}
.hero-sub {
  color: var(--lp-ink-2); font-family: var(--lp-sans);
  font-size: 18px; line-height: 1.55; max-width: 31rem; margin: 0 0 28px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--lp-grad); background-size: 220% 100%;
  color: #fff !important; text-decoration: none;
  font-family: var(--lp-sans); font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: 12px;
  box-shadow: 0 10px 26px rgba(37, 99, 235, .28);
  transition: background-position .5s ease, transform .15s ease;
}
.hero-btn-primary:hover { background-position: 100% 50%; transform: translateY(-2px); color: #fff !important; }
.hero-btn-ghost {
  display: inline-flex; align-items: center;
  color: var(--lp-navy) !important; text-decoration: none;
  font-family: var(--lp-sans); font-weight: 600; font-size: 15px;
  padding: 14px 22px; border-radius: 12px; border: 1px solid var(--lp-line-2);
  background: rgba(255, 255, 255, .7);
  transition: border-color .15s, background .15s;
}
.hero-btn-ghost:hover { border-color: var(--lp-accent); background: #fff; color: var(--lp-navy) !important; }
.hero-trust {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: #0f7a43;
  background: #e8f7ee; border: 1px solid #c6ecd4;
  padding: 7px 14px; border-radius: 999px;
}
.hero-trust i { color: var(--lp-pos); font-size: 15px; }

/* right visual — how it works, as a 1→2→3 staircase (signature) */
.hero-steps {
  position: relative;
  display: flex; flex-direction: column; gap: 20px;
  width: 100%; max-width: 430px; margin-left: auto; margin-right: 0;
}
/* staircase of cards — final resting offset baked into the reveal, widths stay equal */
.hero-step {
  position: relative; z-index: 1;
  opacity: 0;
}
.hero-step:nth-child(1) { animation: step-in-1 .55s cubic-bezier(.2, .7, .2, 1) .15s forwards; }
.hero-step:nth-child(2) { animation: step-in-2 .55s cubic-bezier(.2, .7, .2, 1) .30s forwards; }
.hero-step:nth-child(3) { animation: step-in-3 .55s cubic-bezier(.2, .7, .2, 1) .45s forwards; }
@keyframes step-in-1 { from { opacity: 0; transform: translate(-90px, 14px); } to { opacity: 1; transform: translateX(-90px); } }
@keyframes step-in-2 { from { opacity: 0; transform: translate(-45px, 14px); }  to { opacity: 1; transform: translateX(-45px); } }
@keyframes step-in-3 { from { opacity: 0; transform: translate(0, 14px); }       to { opacity: 1; transform: translateX(0); } }
/* per-step accent hues, worn light on the number chip */
.hero-step:nth-child(1) { --c: #3f9f57; --c-bg: #eaf6ee; --c-bd: #cfe9d8; }
.hero-step:nth-child(2) { --c: #e08a2b; --c-bg: #fbf3e6; --c-bd: #f2ddbc; }
.hero-step:nth-child(3) { --c: #8b57cf; --c-bg: #f2ecfb; --c-bd: #e1d3f5; }
.hero-step-card {
  position: relative; z-index: 1;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, .30);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 1px 2px rgba(1, 41, 112, .04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hero-step-card:hover {
  transform: translateY(-2px);
  border-color: var(--lp-accent);
  box-shadow: 0 16px 32px -18px rgba(37, 99, 235, .28);
}
.hero-step-head { display: flex; align-items: center; gap: 13px; margin-bottom: 5px; }
.hero-step-num {
  flex: 0 0 30px; width: 30px; height: 30px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--lp-display); font-weight: 700; font-size: 13.5px;
  color: var(--c); background: var(--c-bg);
  box-shadow: inset 0 0 0 1px var(--c-bd);
}
.hero-step-title {
  font-family: var(--lp-display); font-weight: 700; font-size: 18px; color: var(--lp-navy);
  text-transform: capitalize;
}
.hero-step-sub { font-size: 13.5px; color: var(--lp-ink-2); line-height: 1.5; }

@media (prefers-reduced-motion: reduce) {
  .hero-step { opacity: 1; animation: none; }
  .hero-step:nth-child(1) { transform: translateX(-90px); }
  .hero-step:nth-child(2) { transform: translateX(-45px); }
  .hero-step:nth-child(3) { transform: translateX(0); }
}
@media (max-width: 991px) {
  .hero { min-height: auto; padding: 116px 0 60px !important; }
  .hero-steps { margin: 54px auto 0; max-width: 460px; }
  .hero-step { transform: none !important; animation: none !important; opacity: 1 !important; }
}

/* ---------- clients / "trusted by" ---------- */
/* sits flush under the hero; a hairline + soft top shadow give it a clean seam
   so it reads as its own band instead of bleeding into the hero's white */
/* ---------- trusted-by logo strip at the bottom of the Services section ---------- */
#services .tools-clients {
  margin: 58px 0 0;
}
#services .tools-clients-caption {
  text-align: center; margin: 0 0 18px;
  font-family: var(--lp-sans); font-weight: 700; font-size: 14px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--lp-accent);
}
/* the soft frosted card that lifts the logos onto their own stage */
#services .tools-clients .clients-slider {
  position: relative; overflow: hidden; padding: 22px 0;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(1, 41, 112, .06);
}
#services .tools-clients .clients-slider .swiper-wrapper { transition-timing-function: linear !important; align-items: center; }
#services .tools-clients .clients-slider .swiper-slide { display: flex !important; align-items: center; justify-content: center; width: auto; }
/* full-colour logos, gentle lift on hover */
#services .tools-clients .clients-slider img {
  max-height: 28px; width: auto !important; max-width: 118px;
  opacity: .92;
  transition: opacity .22s ease, transform .22s ease;
}
#services .tools-clients .clients-slider img:hover { opacity: 1; transform: translateY(-2px); }
#services .tools-clients .clients-slider .swiper-pagination { display: none !important; }
/* soft fade at both edges, matching the card */
#services .tools-clients .clients-slider::before, #services .tools-clients .clients-slider::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 72px; z-index: 2; pointer-events: none;
}
#services .tools-clients .clients-slider::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
#services .tools-clients .clients-slider::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); }

/* ---------- alternating section backgrounds (contrast rhythm) ---------- */
#clients, #services, #pricing, #faq { background-color: #ffffff !important; background-image: none !important; }
#advantages, #testimonials, #contact {
  background-color: #e9f0ff !important;
  background-image: radial-gradient(rgba(255, 255, 255, .95) 1.6px, transparent 2px);
  background-size: 24px 24px;
}
/* keep testimonial cards fully opaque so the dotted bg never shows through them */
#testimonials .swiper-slide { opacity: 1 !important; }
/* ---------- services / feature demo (dashboard-styled tables) ---------- */
/* tool tabs — single centred row of soft pills under the heading */
.features #myTab.tools-tabs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  border: none !important; margin: 0 auto 34px !important; padding: 0;
}
.features #myTab .nav-item { margin: 0 !important; }
.features #myTab .nav-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--lp-navy) !important; font-family: var(--lp-sans) !important; font-weight: 600 !important;
  font-size: 14.5px !important; text-transform: none !important; letter-spacing: 0 !important;
  padding: 10px 18px !important; border-radius: 11px !important;
  background: #fff !important; border: 1px solid var(--lp-line-2) !important;
  transition: border-color .15s, box-shadow .15s, color .15s;
}
.features #myTab .nav-link i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 27px; height: 27px; border-radius: 8px;
  background: linear-gradient(135deg, #eef3ff, #dfe8ff);
  font-size: 14px; color: var(--lp-accent);
}
.features #myTab .nav-link:hover { color: var(--lp-navy) !important; background: #fff !important; border-color: var(--lp-accent) !important; }
.features #myTab .nav-link.active {
  color: var(--lp-navy) !important; font-weight: 700 !important;
  background: #fff !important;
  border-color: var(--lp-accent) !important;
  box-shadow: inset 0 0 0 1px var(--lp-accent) !important;   /* thicker accent outline, no fill */
}
.features #myTab .nav-link.active i { background: var(--lp-accent); color: #fff; }
/* description wrapped in a callout card that points at the table */
.features .feture-tabs { align-items: flex-start; }
.features .feture-tabs .col-lg-4 .tab-content {
  position: relative;
  background: linear-gradient(162deg, #f5f9ff 0%, #ffffff 58%);
  border: 1px solid var(--lp-line);
  border-left: 3px solid var(--lp-accent);
  border-radius: 16px;
  padding: 24px 26px 24px 27px;
  box-shadow: 0 2px 6px rgba(1, 41, 112, .05);
}
/* decorative corner icon (on-theme), like the testimonial quote glyph */
.features .feture-tabs .col-lg-4 .tab-content::before {
  content: "\f36a";                         /* ri-sparkling-2-fill */
  font-family: 'remixicon';
  position: absolute; top: 14px; right: 16px;
  font-size: 28px; line-height: 1; color: var(--lp-accent);
  opacity: .14; pointer-events: none;
}
.features .feture-tabs .col-lg-4 .tab-content::after {
  content: ''; position: absolute; right: -8px; top: 46px;
  width: 15px; height: 15px; background: #fdfeff;
  border-top: 1px solid var(--lp-line); border-right: 1px solid var(--lp-line);
  transform: rotate(45deg);
}
.features .feture-tabs .col-lg-4 .tab-content p { color: #3b4658; font-family: var(--lp-sans); font-size: 15px; line-height: 1.68; margin-bottom: 13px; }
.features .feture-tabs .col-lg-4 .tab-content p:first-child { color: var(--lp-ink); font-weight: 500; }
.features .feture-tabs .col-lg-4 .tab-content p:last-child { margin-bottom: 0; }
@media (max-width: 991px) {
  .features .feture-tabs .col-lg-4 .tab-content { margin-bottom: 24px; }
  .features .feture-tabs .col-lg-4 .tab-content::after { display: none; }
}

/* right column → an "app window": chrome bar (traffic dots + address) around the live table */
.features .feture-tabs .col-lg-8 .tab-content {
  position: relative;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(1, 41, 112, .06);
  padding: 44px 0 0 !important;
  overflow: hidden;
}
.features .feture-tabs .col-lg-8 .tab-content::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 43px; z-index: 3;
  background:
    radial-gradient(circle 5px at 22px 22px, #ff5f57 97%, transparent),
    radial-gradient(circle 5px at 42px 22px, #febc2e 97%, transparent),
    radial-gradient(circle 5px at 62px 22px, #28c840 97%, transparent),
    linear-gradient(#fbfcff, #f3f7fd);
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--lp-line);
}
/* table wrapper → sits flush inside the window (no own frame) */
.features .table-wrapper-task {
  height: auto !important; max-height: 430px; overflow: auto !important;
  border: none !important; border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  scrollbar-width: thin; scrollbar-color: #cdd6e6 transparent;
}
.features .table-wrapper-task::-webkit-scrollbar { width: 8px; height: 8px; }
.features .table-wrapper-task::-webkit-scrollbar-track { background: transparent; }
.features .table-wrapper-task::-webkit-scrollbar-thumb { background: #cdd6e6; border-radius: 8px; border: 2px solid #fff; }
.features .table-wrapper-task::-webkit-scrollbar-thumb:hover { background: #b3bfd4; }
.features .table-wrapper-task::-webkit-scrollbar-corner { background: transparent; }
.features .table { margin: 0 !important; --bs-table-striped-bg: transparent; --bs-table-striped-color: var(--lp-ink); }
.features .table thead th, .features .table thead.header th {
  position: sticky; top: 0; z-index: 1;
  background: #fff !important; color: #111318 !important;
  font-family: var(--lp-sans) !important; font-weight: 700 !important; font-size: 13px !important;
  border-bottom: 1px solid var(--lp-line-2) !important; padding: 14px 18px !important; white-space: nowrap;
}
.features .table tbody td {
  color: var(--lp-ink) !important; font-family: var(--lp-sans) !important; font-size: 13.5px !important;
  border-top: 1px solid var(--lp-line) !important; padding: 12px 18px !important; vertical-align: middle;
  background: transparent !important; box-shadow: none !important;
}
.features .table-striped > tbody > tr:nth-child(odd) > td { background: #f6f9ff !important; }
/* no hover row highlight — same as the dashboard result tables */
.features .table tbody tr:hover > td { background: #fff !important; }
.features .table-striped > tbody > tr:nth-child(odd):hover > td { background: #f6f9ff !important; }
.features .table td a { color: var(--lp-accent) !important; text-decoration: none; }
.features .table td a:hover { text-decoration: underline; }
/* sample data — smudge a few characters of the fake domains/emails */
/* frosted-glass redaction: keep the text sharp, lay a light glass panel over it */
.features .mf-blur {
  position: relative;
  user-select: none; -webkit-user-select: none;
}
.features .mf-blur::after {
  content: ''; position: absolute; left: -1px; right: -1px; top: -1px; bottom: -1px;
  background: rgba(244, 247, 253, 0.35);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  border-radius: 2px; pointer-events: none;
}

/* email valid/suspicious status dot — mirror the dashboard */
.features .email-item { white-space: nowrap; }
.features .email-item i {
  display: inline-block; vertical-align: middle; margin-right: 9px;
  width: 9px; height: 9px;
  font-size: 0 !important;            /* hide the FA glyph; use the box as the dot */
  border-radius: 50%; background: currentColor;
}
.features .email-item i.text-success { color: #12a150 !important; box-shadow: 0 0 0 3px rgba(18, 161, 80, .16); }
.features .email-item i.text-warning { color: #e0901c !important; box-shadow: 0 0 0 3px rgba(224, 144, 28, .16); }

/* verification status badges — mirror the dashboard */
.features .status-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 3px 11px; border-radius: 20px;
  font-size: 12px; font-weight: 700;
  letter-spacing: -.01em; text-transform: lowercase;
  border: 1px solid transparent; white-space: nowrap;
}
.features .status-badge::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: currentColor; flex: 0 0 auto;
}
.features .status-badge.status-valid { color: #12a150; background: #eaf6ef; border-color: #cdeadb; }
.features .status-badge.status-suspicious { color: #e0901c; background: #fbf3e6; border-color: #f2dcbb; }
.features .table td:first-child { color: var(--lp-ink-3) !important; }
.features .table .fx-mono { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 12.5px; }
.features .table .fx-muted { color: var(--lp-ink-3) !important; }
.features .table .fx-pill { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; display: inline-block; }
.features .table .fx-valid { background: #e8f7ee; color: #0f9147; }
.features .table .fx-risky { background: #fdf1e3; color: #c2740c; }
.features .table .fx-invalid { background: #fce8e8; color: #d14343; }
.features .table .fx-soc { display: inline-flex; gap: 12px; color: var(--lp-ink-3); font-size: 15px; }
.features .table .fx-soc i { cursor: pointer; transition: color .12s; }
.features .table .fx-soc i:hover { color: var(--lp-navy); }
.features .table .fx-rank { font-weight: 700; color: var(--lp-navy); background: #eaf0fc; padding: 2px 9px; border-radius: 7px; font-size: 12.5px; }
.features .table td b { color: var(--lp-navy) !important; }

/* ---------- pricing (soft tinted header per tier — colour without shouting) ---------- */
.pricing .tab-pane .row.gy-4 > div:nth-child(1) .box { --pc: #059669; --pc-soft: #e7f6ee; }  /* Free   — emerald */
.pricing .tab-pane .row.gy-4 > div:nth-child(2) .box { --pc: #2563eb; --pc-soft: #e9f0fd; }  /* Starter— blue    */
.pricing .tab-pane .row.gy-4 > div:nth-child(3) .box { --pc: #7c3aed; --pc-soft: #f2ecfd; }  /* Pro    — violet  */
.pricing .tab-pane .row.gy-4 > div:nth-child(4) .box { --pc: #ea7317; --pc-soft: #fdf0e6; }  /* Agency — amber   */

.pricing .box {
  --pc: #2563eb; --pc-soft: #e9f0fd;
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 0 28px 30px !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 1px 2px rgba(1, 41, 112, .04) !important;
  background: #fff !important;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
/* order: name → price → button → features */
.pricing .box h3 { order: 1; }
.pricing .box .price { order: 2; }
.pricing .box .btn-buy { order: 3; }
.pricing .box ul.credits { order: 4; margin-bottom: 0 !important; }
.pricing .box ul.credits li:last-child { padding-bottom: 0 !important; }
.pricing .box:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(1, 41, 112, .07) !important; }

/* soft tinted header band — plan NAME only, centred */
.pricing .box h3 {
  background: var(--pc-soft) !important;
  color: var(--pc) !important;
  font-family: var(--lp-display) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin: 0 -28px 0 !important;
  padding: 18px 28px !important;
  text-align: center !important;
}
/* price sits on the white card below the band */
.pricing .box .price {
  background: transparent !important;
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important;
  font-weight: 700 !important;
  margin: 22px 0 18px !important;
  padding: 0 !important;
  text-align: center !important;
}
.pricing .box .price sup { color: var(--lp-navy) !important; opacity: .55; }
.pricing .box .price span { color: var(--lp-ink-3) !important; font-weight: 500 !important; }

/* body: plain credit coins, navy (matching the credit number) */
.pricing .box ul.credits li .credits-amount { color: #012970 !important; font-weight: 700 !important; }
.pricing .box ul.credits li small { color: var(--lp-ink-3) !important; font-size: 12px !important; }
.pricing .box ul.credits li .free-note { display: inline-block; margin-top: 3px; color: #012970 !important; font-size: 12px; font-weight: 700; }
.pricing .box ul.credits li i {
  color: #012970 !important;
  background: transparent !important;
  padding: 0 !important;
}
/* no dividers — clean spacing separates the rows; the note stays grouped under its credit */
.pricing .box hr { display: none !important; }
.pricing .box ul.credits li small { display: block; margin-top: 1px; }
.pricing .box ul.credits li { padding-bottom: 9px !important; line-height: 1.4 !important; }
.pricing .box .btn-buy {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--pc) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 11px !important;
  font-family: var(--lp-sans) !important;
  font-weight: 600 !important;
  padding: 13px 0 !important;
  margin: 6px 0 20px !important;
  transition: filter .15s ease, transform .15s ease;
}
.pricing .box .btn-buy:hover { filter: brightness(.93); transform: translateY(-1px); color: #fff !important; }

/* Featured badge removed */
.pricing .box .featured { display: none !important; }

/* duration toggle — compact, centred segmented control */
.pricing .sub-format {
  display: flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto 14px !important;
  background: #eef2f9 !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 13px !important;
  padding: 5px !important;
  gap: 3px;
  box-shadow: none !important;
}
.pricing .sub-format .nav-item { flex: 0 0 auto !important; }
.pricing .nav-pills .nav-link {
  color: var(--lp-ink-2) !important;
  font-weight: 600 !important;
  border-radius: 9px !important;
  padding: 9px 20px !important;
  white-space: nowrap;
  display: inline-flex; align-items: center;
}
.pricing .nav-pills .nav-link:hover { color: var(--lp-navy) !important; }
/* selected segment — soft white pill (doesn't compete with the colourful cards) */
.pricing .nav-pills .nav-link.active {
  background: #fff !important;
  color: var(--lp-navy) !important;
  box-shadow: 0 2px 6px rgba(1, 41, 112, .10) !important;
}
/* discount pills — the one intentional pop, always vivid */
.pricing .nav-link .discount, .pricing .nav-link .bg-danger, .pricing .nav-link .discount-green {
  font-size: 12px !important; font-weight: 800 !important;
  padding: 3px 9px !important; border-radius: 20px !important;
  letter-spacing: .01em; margin-left: 5px !important;
}
.pricing .nav-link .bg-danger { background: #dc2626 !important; color: #fff !important; }
.pricing .nav-link .discount-green { background: #16a34a !important; color: #fff !important; }
/* compact billing switcher on phones — 3 equal segments that never overflow */
@media (max-width: 575px) {
  .pricing .sub-format { width: 100% !important; max-width: 100% !important; gap: 2px; padding: 4px !important; }
  .pricing .sub-format .nav-item { flex: 1 1 0 !important; min-width: 0; }
  .pricing .nav-pills .nav-link {
    padding: 8px 4px !important; font-size: 12px !important;
    justify-content: center; border-radius: 8px !important;
  }
  .pricing .nav-pills .nav-link > span { display: inline-flex; align-items: center; gap: 3px; }
  .pricing .nav-link .discount, .pricing .nav-link .bg-danger, .pricing .nav-link .discount-green {
    font-size: 9px !important; font-weight: 800 !important;
    padding: 2px 5px !important; margin-left: 0 !important;
  }
}

/* ---------- testimonials ---------- */
.testimonials .testimonial-item {
  position: relative;
  background: #fff !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 1px 3px rgba(1, 41, 112, .05) !important;
  padding: 32px 30px 28px !important;
  text-align: left !important;
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.testimonials .swiper-slide-active .testimonial-item {
  border-color: var(--lp-line-2) !important;
  box-shadow: 0 16px 40px rgba(1, 41, 112, .09) !important;
}
/* decorative quote glyph */
.testimonials .testimonial-item::before {
  content: "\201C";
  position: absolute; top: 6px; right: 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 96px; line-height: 1; color: var(--lp-accent);
  opacity: .10; pointer-events: none;
}
.testimonials .testimonial-item .stars { margin-bottom: 14px !important; }
.testimonials .testimonial-item .stars i { color: #f5a623 !important; font-size: 15px; }
.testimonials .testimonial-item p {
  font-style: normal !important;
  color: var(--lp-ink-2) !important;
  font-size: 15px !important; line-height: 1.7 !important;
  margin: 0 0 20px !important;
  position: relative; z-index: 1;
}
.testimonials .testimonial-item p a { color: var(--lp-accent) !important; font-weight: 600; }
.testimonials .testimonial-item .profile {
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-items: center;
  padding-top: 18px; border-top: 1px solid var(--lp-line);
  text-align: left;
}
.testimonials .testimonial-item .testimonial-img {
  grid-row: 1 / 3; grid-column: 1;
  width: 52px !important; height: 52px; object-fit: cover;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px var(--lp-line-2);
  margin: 0 !important;
}
.testimonials .testimonial-item .profile h3 { grid-column: 2; grid-row: 1; align-self: end; }
.testimonials .testimonial-item .profile h4 { grid-column: 2; grid-row: 2; align-self: start; }
.testimonials .testimonial-item h3 {
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important;
  font-size: 16px !important; font-weight: 700 !important;
  margin: 0 0 2px !important;
}
.testimonials .testimonial-item h4 {
  color: var(--lp-ink-3) !important; font-size: 13px !important;
  font-weight: 500 !important;
}
.testimonials .swiper-pagination { margin-top: 26px !important; }
.testimonials .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--lp-line-2) !important; transition: background .2s, width .2s;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--lp-accent) !important; border-color: var(--lp-accent) !important;
}

/* ---------- advantages (feature-icons) ---------- */
.features .feature-icons { margin-top: 0 !important; }
.features .feature-icons .adv-grid {
  margin-top: 0 !important;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  row-gap: 24px;
}
.features .feature-icons .adv-card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 1px 3px rgba(1, 41, 112, .04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.features .feature-icons .adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(1, 41, 112, .10);
  border-color: var(--lp-line-2);
}
.features .feature-icons .adv-ico {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px;
  background: linear-gradient(135deg, #eef3ff, #dfe8ff);
}
.features .feature-icons .adv-body { min-width: 0; }
.features .feature-icons .adv-ico i {
  font-size: 21px; line-height: 1; color: var(--lp-accent);
}
.features .feature-icons .adv-card:hover .adv-ico {
  background: var(--lp-grad); background-size: 160% 160%;
}
.features .feature-icons .adv-card:hover .adv-ico i { color: #fff; }
.features .feature-icons .adv-card h4 {
  font-family: var(--lp-display) !important;
  font-size: 17px !important; font-weight: 700 !important;
  color: var(--lp-navy) !important; margin: 3px 0 8px !important;
}
.features .feature-icons .adv-card p {
  font-size: 14.5px; line-height: 1.6; color: var(--lp-ink-2); margin: 0;
}

/* ---------- faq ---------- */
.faq .container { max-width: 900px; }
.faq .row > h2.text-center {
  font-family: var(--lp-display) !important;
  color: var(--lp-navy) !important;
  font-size: 23px !important; font-weight: 700 !important;
  letter-spacing: -.01em;
  margin: 40px 0 20px !important;
}
.faq .col-lg-8 { width: 100% !important; max-width: 760px; }
.faq .accordion-item {
  background: #fff !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 14px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(1, 41, 112, .04);
  transition: box-shadow .18s ease, border-color .18s ease;
}
.faq .accordion-item:hover { border-color: var(--lp-line-2) !important; box-shadow: 0 6px 20px rgba(1, 41, 112, .06); }
.faq .accordion-button, .faq .accordion-item .accordion-button {
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 18px 20px !important;
  border-radius: 14px !important;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--lp-navy) !important;
  background: var(--lp-panel) !important;
  box-shadow: none !important;
}
.faq .accordion-button::after {
  background-size: 1.05rem;
  transition: transform .2s ease;
}
.faq .accordion-body {
  padding: 2px 20px 20px !important;
  color: var(--lp-ink-2) !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}
.faq .accordion-body a { color: var(--lp-accent) !important; font-weight: 600; }

/* ---------- contact ---------- */
.contact .info-box {
  background: #fff !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 16px !important;
  padding: 26px 24px !important;
  box-shadow: 0 1px 3px rgba(1, 41, 112, .04) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height: 100%;
}
.contact .info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(1, 41, 112, .09) !important;
  border-color: var(--lp-line-2) !important;
}
.contact .info-box i, .contact .info-item i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 13px;
  font-size: 22px !important; line-height: 1 !important;
  color: var(--lp-accent) !important;
  background: linear-gradient(135deg, #eef3ff, #dfe8ff) !important;
}
.contact .info-box h3 {
  font-family: var(--lp-display) !important;
  color: var(--lp-navy) !important;
  font-size: 17px !important; font-weight: 700 !important;
  margin: 16px 0 6px !important;
}
.contact .info-box p, .contact .info-box p a {
  font-size: 14.5px !important; color: var(--lp-ink-2) !important;
}
.contact .info-box p a:hover { color: var(--lp-accent) !important; }

/* form card */
.contact .php-email-form {
  background: #fff !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: 18px !important;
  padding: 32px !important;
  box-shadow: 0 1px 3px rgba(1, 41, 112, .04) !important;
}
.contact .php-email-form .form-control, .contact input.form-control, .contact textarea.form-control,
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 10px !important;
  border: 1px solid var(--lp-line-2) !important;
  padding: 12px 15px !important;
  font-family: var(--lp-sans) !important;
  font-size: 14.5px !important;
  background: var(--lp-panel) !important;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.contact .php-email-form .form-control::placeholder,
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: var(--lp-ink-3) !important;
}
.contact .php-email-form .form-control:focus, .contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--lp-accent) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .16) !important;
}
.contact .php-email-form button[type="submit"], .contact button[type="submit"] {
  background: var(--lp-grad) !important;
  background-size: 220% 100% !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 34px !important;
  font-family: var(--lp-sans) !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 16px rgba(37, 99, 235, .22) !important;
  transition: background-position .5s ease, transform .15s ease, box-shadow .15s ease;
}
.contact .php-email-form button[type="submit"]:hover {
  background-position: 100% 50% !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .28) !important;
}

/* ---------- footer ---------- */
#footer { background: #ffffff !important; color: var(--lp-ink-2) !important; }
#footer .footer-top {
  background: transparent !important;
  border-top: 1px solid var(--lp-line) !important;
  border-bottom: none !important;
  padding: 60px 0 40px !important;
}
#footer .footer-info .logo span {
  color: var(--lp-navy) !important;
  font-family: 'Nunito', sans-serif !important;
}
#footer .footer-info p {
  color: var(--lp-ink-2) !important;
  font-family: var(--lp-sans) !important;
  font-size: 14.5px !important; line-height: 1.7 !important;
  max-width: 340px;
}
/* social icons */
#footer .social-links { margin-top: 20px; display: flex; gap: 10px; }
#footer .social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: #fff !important;
  border: 1px solid var(--lp-line-2);
  color: var(--lp-navy) !important;
  font-size: 16px !important; line-height: 1 !important;
  transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}
#footer .social-links a:hover {
  background: var(--lp-accent) !important;
  border-color: var(--lp-accent);
  color: #fff !important;
  transform: translateY(-2px);
}
/* column headings */
#footer h4 {
  color: var(--lp-navy) !important;
  font-family: var(--lp-display) !important;
  font-size: 14px !important; font-weight: 700 !important;
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 18px !important; padding-bottom: 0 !important;
}
/* link lists */
#footer .footer-links ul li { padding: 8px 0 !important; }
#footer .footer-links ul i { color: var(--lp-accent) !important; opacity: .8; }
#footer .footer-links a, #footer .footer-links ul a {
  color: var(--lp-ink-2) !important;
  font-family: var(--lp-sans) !important;
  transition: color .15s ease, padding-left .15s ease;
}
#footer .footer-links a:hover, #footer .footer-links ul a:hover {
  color: var(--lp-accent) !important; padding-left: 3px;
}
/* contact column */
#footer .footer-contact p { color: var(--lp-ink-2) !important; font-family: var(--lp-sans) !important; }
#footer .footer-contact strong { color: var(--lp-navy) !important; }
#footer .footer-contact a { color: var(--lp-accent) !important; }
#footer .footer-contact a:hover { color: var(--lp-accent-hi) !important; }
/* copyright bar */
#footer .copyright, .copyright {
  color: var(--lp-ink-3) !important;
  border-top: 1px solid var(--lp-line);
  padding: 22px 0 !important;
  font-size: 13.5px; text-align: center;
}
/* two-part landing copyright (has a tagline) spreads to the edges; plain ones stay centered */
#footer .copyright:has(.copyright-made) {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px; text-align: left;
}
#footer .copyright strong, #footer .copyright span strong { color: var(--lp-navy) !important; }
#footer .copyright .copyright-made { color: var(--lp-ink-3) !important; }
@media (max-width: 575px) {
  #footer .copyright:has(.copyright-made) { justify-content: center; text-align: center; }
}

/* ---------- generic buttons ---------- */
.btn-primary {
  background: var(--lp-grad) !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}

/* ---------- static pages (terms / privacy / updates) — branded & readable ---------- */
.main-section { padding: 120px 0 72px; }
.main-section > .container { max-width: 880px; }
.main-section h1 {
  color: var(--lp-navy) !important; font-family: var(--lp-display) !important;
  font-weight: 700 !important; letter-spacing: -.02em;
  font-size: clamp(30px, 4vw, 42px) !important; margin-bottom: 18px !important;
}
.main-section .card-body > strong {
  display: block; margin: 28px 0 6px;
  color: var(--lp-navy); font-family: var(--lp-display); font-weight: 700; font-size: 18px;
}
.main-section .card-body p, .main-section li, .main-section .card-text {
  color: var(--lp-ink-2) !important; line-height: 1.72; font-size: 15.5px;
}
.main-section a { color: var(--lp-accent) !important; }
.main-section a:hover { color: var(--lp-accent-hi) !important; }

/* ---------- legal pages (terms / privacy) — document card ---------- */
#legal-page {
  background:
    radial-gradient(1000px 700px at 14% 4%, rgba(37, 99, 235, .06), transparent 60%),
    radial-gradient(900px 700px at 88% 22%, rgba(37, 99, 235, .045), transparent 62%),
    #f6f9ff;
}
#legal-page > .container { max-width: 860px; }
#legal-page .legal-head { text-align: center; margin-bottom: 34px; }
#legal-page .legal-eyebrow {
  display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--lp-accent); background: #eaf0fd; border: 1px solid #d3e0fb;
  padding: 5px 13px; border-radius: 999px; margin-bottom: 16px;
}
#legal-page .legal-head h1 { margin: 0 auto 12px !important; }
#legal-page .legal-sub { color: var(--lp-ink-3) !important; font-size: 15.5px; margin: 0; }
#legal-page .legal-card {
  background: #fff !important; border: 1px solid var(--lp-line) !important; border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(1, 41, 112, .07) !important; overflow: hidden;
}
#legal-page .legal-card .card-body { padding: clamp(26px, 4vw, 46px) !important; }
#legal-page .legal-card .card-body > p:first-child { margin-top: 0; }
/* first paragraph reads as a lead-in */
#legal-page .legal-card .card-body > p:first-child {
  font-size: 16.5px !important; color: var(--lp-ink) !important; font-weight: 500;
}
#legal-page .legal-card .card-body > strong {
  padding-top: 22px; border-top: 1px solid var(--lp-line); margin-top: 30px;
}
#legal-page .legal-card .card-body > strong:first-of-type { border-top: none; padding-top: 0; margin-top: 26px; }

/* ---------- updates page — changelog timeline ---------- */
#updates-page {
  background:
    radial-gradient(1000px 700px at 14% 6%, rgba(37, 99, 235, .07), transparent 60%),
    radial-gradient(900px 700px at 86% 26%, rgba(37, 99, 235, .05), transparent 62%),
    #f6f9ff;
}
#updates-page > .container { max-width: 1000px; }

.updates-timeline { position: relative; max-width: 920px; margin: 20px auto 0; }
.updates-timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, var(--lp-line-2) 6%, var(--lp-line-2) 94%, transparent);
}
.update-row { position: relative; width: 50%; padding: 0 74px 44px; box-sizing: border-box; }
.update-row.left  { left: 0; }
.update-row.right { left: 50%; }
.update-node {
  position: absolute; top: 4px; z-index: 2; white-space: nowrap;
  display: inline-flex; align-items: center; padding: 6px 13px;
  border-radius: 999px; background: var(--lp-grad); color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; font-size: 12px; letter-spacing: -.02em;
  border: 3px solid #f6f9ff; box-shadow: 0 6px 16px rgba(37, 99, 235, .28);
}
.update-row.left  .update-node { right: 0; transform: translateX(50%); }
.update-row.right .update-node { left: 0; transform: translateX(-50%); }
.update-card {
  position: relative; background: #fff; border: 1px solid var(--lp-line); border-radius: 16px;
  padding: 20px 22px; box-shadow: 0 6px 24px rgba(1, 41, 112, .06); text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.update-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(1, 41, 112, .10); border-color: var(--lp-line-2); }
/* beak pointing toward the timeline node */
.update-card::after { content: ''; position: absolute; top: 15px; width: 14px; height: 14px; background: #fff; transform: rotate(45deg); }
.update-row.left  .update-card::after { right: -8px; border-top: 1px solid var(--lp-line); border-right: 1px solid var(--lp-line); }
.update-row.right .update-card::after { left: -8px; border-bottom: 1px solid var(--lp-line); border-left: 1px solid var(--lp-line); }
.update-date {
  display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; font-weight: 700; letter-spacing: -.01em;
  color: var(--lp-accent); background: #eaf0fd; border: 1px solid #d3e0fb;
  padding: 3px 10px; border-radius: 20px; margin-bottom: 10px;
}
.update-title { font-family: var(--lp-display); font-weight: 700; font-size: 19px; color: var(--lp-navy); margin: 0 0 8px; }
.update-desc { color: var(--lp-ink-2); font-size: 14.5px; line-height: 1.65; margin: 0; }
.update-remove { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 600; }

@media (max-width: 767px) {
  /* drop the zig-zag timeline for a clean stacked list */
  .updates-timeline::before { display: none; }
  .update-row, .update-row.left, .update-row.right { width: 100%; left: 0; padding: 0 0 26px; }
  /* date pill flows in normal order above its card, never over it */
  .update-row.left .update-node, .update-row.right .update-node {
    position: static; transform: none; left: auto; right: auto; margin: 0 0 12px;
  }
  .update-card::after { display: none; }
  /* cancel the desktop interleave so stacked cards don't overlap */
  #updates-page .update-row + .update-row { margin-top: 0 !important; }
}

/* nice list markers inside update cards */
.update-desc ul { list-style: none; padding-left: 0; margin: 12px 0; }
.update-desc ul li { position: relative; padding-left: 26px; margin-bottom: 10px; line-height: 1.6; }
.update-desc ul li::before {
  content: ''; position: absolute; left: 5px; top: 7px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lp-accent); box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
}
.update-desc ul li:last-child { margin-bottom: 0; }
.update-desc strong, .update-desc b { color: var(--lp-navy); font-weight: 700; }
.update-desc a { color: var(--lp-accent); font-weight: 700; text-decoration: none; }

/* stronger overrides + interleave for the updates timeline */
#updates-page .update-desc ul { list-style: none !important; padding-left: 0 !important; margin: 12px 0 !important; }
#updates-page .update-desc ul li { list-style: none !important; position: relative; padding-left: 26px; margin-bottom: 10px; }
#updates-page .update-desc ul li::marker { content: '' !important; }
#updates-page .update-desc ul li::before {
  content: '' !important; position: absolute; left: 5px; top: 8px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lp-accent); box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
}
/* interleave: pull each following card up toward the middle of the previous one */
#updates-page .update-row + .update-row { margin-top: -110px; }
