/* ============================================================
   DBR Banking — theme.css
   Brand re-skin over assets/vendor/bootstrap.min.css (v5.3.x).
   Load order: bootstrap.min.css → theme.css. No other stylesheet.
   Palette: ivory paper, deep green bands, emerald accent.
   Fonts: Schibsted Grotesk (display) · IBM Plex Sans (body) ·
          IBM Plex Mono (every number that matters).
   ============================================================ */

:root {
  --dbr-ivory: #F5F2EB;
  --dbr-paper: #FBF9F4;
  --dbr-deep: #0C2E23;
  --dbr-deep-2: #134838;
  --dbr-emerald: #0E8A6D;
  --dbr-emerald-dark: #0B6F58;
  --dbr-mint: #DEEDE4;
  --dbr-brass: #A8842C;
  --dbr-brass-bg: #F6EED9;
  --dbr-ink: #1E2B26;
  --dbr-muted: #5A6B64;
  --dbr-line: #E4DED0;
  --dbr-line-strong: #D6CFBE;
  --dbr-shadow: 0 1px 2px rgba(12, 46, 35, .06), 0 8px 24px rgba(12, 46, 35, .08);
  --dbr-shadow-lift: 0 2px 4px rgba(12, 46, 35, .08), 0 14px 34px rgba(12, 46, 35, .12);
  --dbr-font-display: "Schibsted Grotesk", "IBM Plex Sans", system-ui, sans-serif;
  --dbr-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Bootstrap variable mapping */
  --bs-body-bg: var(--dbr-ivory);
  --bs-body-color: var(--dbr-ink);
  --bs-body-font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-font-sans-serif: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-primary: var(--dbr-emerald);
  --bs-primary-rgb: 14, 138, 109;
  --bs-success: var(--dbr-emerald);
  --bs-success-rgb: 14, 138, 109;
  --bs-link-color: var(--dbr-emerald-dark);
  --bs-link-color-rgb: 11, 111, 88;
  --bs-link-hover-color: var(--dbr-deep);
  --bs-link-hover-color-rgb: 12, 46, 35;
  --bs-border-color: var(--dbr-line);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 9px;
  --bs-border-radius-lg: 16px;
  --bs-border-radius-xl: 20px;
  --bs-secondary-color: var(--dbr-muted);
  --bs-emphasis-color: var(--dbr-deep);
  --bs-heading-color: var(--dbr-deep);
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--dbr-mint); color: var(--dbr-deep); }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.display-5, .display-6, .navbar-brand {
  font-family: var(--dbr-font-display);
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--dbr-deep);
}

/* every number that matters is mono — a signature of the site */
.num, .spec-table td, .fact-tile b, .stat-num,
.glance-facts b, .compare-table td, .tile-facts b {
  font-family: var(--dbr-font-mono);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
.btn:hover, .nav-link:hover, .navbar-brand:hover, .dropdown-item:hover,
.bank-chip:hover, .chip-link:hover, .card-tile a:hover { text-decoration: none; }

/* ---------- accessibility ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--dbr-deep); color: #fff; padding: 10px 18px;
  border-radius: 0 0 12px 0; font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }
:focus-visible {
  outline: 3px solid var(--dbr-emerald);
  outline-offset: 2px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* status dot (verified line, footer) */
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #38C79A; display: inline-block;
  box-shadow: 0 0 0 3px rgba(56, 199, 154, .22);
}

/* ---------- header / navbar ----------
   The navbar lives inside <header>; position:sticky cannot escape its parent's
   box, so the HEADER is the sticky element. The negative top lets the utility
   strip slide away while the navbar stays pinned (site.js keeps --utility-h
   and --nav-offset equal to the real rendered heights). */
body > header { position: sticky; top: 0; z-index: 1020; }
.site-navbar {
  background: transparent;
  border-bottom: 1px solid var(--dbr-line);
  padding-top: .55rem; padding-bottom: .55rem;
  transition: box-shadow .18s ease;
}
/* The frosted panel is a pseudo-element, NOT the navbar itself: backdrop-filter
   makes an element the containing block for its position:fixed descendants, so
   putting it on .site-navbar collapsed the offcanvas mobile menu to the height
   of the navbar (menu opened, body clipped away). .sticky-top already gives the
   navbar a stacking context, so z-index:-1 stays inside it. */
.site-navbar::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(251, 249, 244, .94);
  backdrop-filter: blur(10px);
}
.site-navbar.is-scrolled { box-shadow: 0 10px 24px rgba(12, 46, 35, .08); }
.site-navbar .navbar-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; color: var(--dbr-deep);
}
.brand-mark {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--dbr-deep); color: #fff;
  font: 700 .8rem/1 var(--dbr-font-mono); letter-spacing: .02em;
}
.brand-copy { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-size: 1rem; }
.brand-copy small { font-size: .68rem; color: var(--dbr-emerald-dark); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-navbar .nav-link {
  font-weight: 600; color: var(--dbr-ink);
  border-radius: 10px; padding: .5rem .85rem;
}
.site-navbar .nav-link:hover, .site-navbar .nav-link:focus-visible { background: var(--dbr-mint); color: var(--dbr-deep); }
.site-navbar .nav-link.active { color: var(--dbr-emerald-dark); }
.site-navbar .dropdown-menu {
  border: 1px solid var(--dbr-line); border-radius: 14px;
  box-shadow: var(--dbr-shadow-lift); padding: .5rem;
  background: var(--dbr-paper);
}
.site-navbar .dropdown-item {
  border-radius: 9px; font-weight: 500; padding: .45rem .8rem; color: var(--dbr-ink);
}
.site-navbar .dropdown-item:hover, .site-navbar .dropdown-item:focus { background: var(--dbr-mint); color: var(--dbr-deep); }
.site-navbar .dropdown-header {
  font: 600 .68rem/1.2 var(--dbr-font-mono); letter-spacing: .12em;
  text-transform: uppercase; color: var(--dbr-muted);
}
.site-navbar .dropdown-divider { border-color: var(--dbr-line); }
.compare-count {
  background: var(--dbr-emerald); color: #fff;
  font: 600 .72rem/1 var(--dbr-font-mono);
  border-radius: 999px; padding: .28em .55em; vertical-align: 2px;
}
.navbar-toggler { border-color: var(--dbr-line-strong); }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(14, 138, 109, .35); }

/* mobile quick links — the two most-used destinations sit in the bar itself
   rather than behind the hamburger. Everything is trimmed just enough that
   brand + quick links + toggler stay on one row down to 360px. */
@media (max-width: 991.98px) {
  .site-navbar .navbar-brand { margin-right: .25rem; }
  .site-navbar .brand-mark { width: 30px; height: 30px; }
  .site-navbar .brand-copy b { font-size: .92rem; }
  .navbar-quick { flex-direction: row; align-items: center; flex-wrap: nowrap; margin-left: auto; }
  .site-navbar .navbar-quick .nav-link { font-size: .82rem; padding: .4rem .5rem; white-space: nowrap; }
  .navbar-quick .compare-count { font-size: .66rem; padding: .22em .42em; }
  .site-navbar .navbar-toggler { padding: .3rem .5rem; font-size: 1rem; margin-left: .15rem; }
}
/* below 360px only Compare fits next to the brand */
@media (max-width: 359.98px) { .navbar-quick .quick-cards { display: none; } }

/* offcanvas menu (mobile nav) */
.offcanvas.site-menu { background: var(--dbr-paper); max-width: 320px; }
.offcanvas.site-menu .offcanvas-header { border-bottom: 1px solid var(--dbr-line); }
.offcanvas.site-menu .nav-link { font-size: 1.02rem; }
@media (min-width: 992px) {
  .offcanvas.site-menu { position: static; visibility: visible; background: transparent; border: 0; max-width: none; transform: none; }
}

/* ---------- breadcrumb ---------- */
.site-breadcrumb { padding: 14px 0 0; }
.breadcrumb { margin-bottom: 0; font-size: .82rem; --bs-breadcrumb-divider: "›"; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--dbr-line-strong); }
.breadcrumb-item a { color: var(--dbr-muted); }
.breadcrumb-item.active { color: var(--dbr-deep); font-weight: 600; }
.on-dark .breadcrumb-item a { color: #A9C3B4; }
.on-dark .breadcrumb-item.active { color: #fff; }
.on-dark .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

/* ---------- buttons ---------- */
.btn { font-weight: 600; border-radius: 11px; padding: .55rem 1.1rem; }
.btn-primary {
  --bs-btn-bg: var(--dbr-emerald); --bs-btn-border-color: var(--dbr-emerald);
  --bs-btn-hover-bg: var(--dbr-emerald-dark); --bs-btn-hover-border-color: var(--dbr-emerald-dark);
  --bs-btn-active-bg: var(--dbr-deep-2); --bs-btn-active-border-color: var(--dbr-deep-2);
  box-shadow: 0 6px 16px rgba(14, 138, 109, .28);
}
.btn-outline-primary {
  --bs-btn-color: var(--dbr-emerald-dark); --bs-btn-border-color: var(--dbr-line-strong);
  --bs-btn-hover-bg: var(--dbr-mint); --bs-btn-hover-border-color: var(--dbr-emerald);
  --bs-btn-hover-color: var(--dbr-deep); --bs-btn-active-bg: var(--dbr-mint);
  --bs-btn-active-color: var(--dbr-deep); --bs-btn-active-border-color: var(--dbr-emerald);
}
.btn-deep {
  --bs-btn-bg: var(--dbr-deep); --bs-btn-color: #fff; --bs-btn-border-color: var(--dbr-deep);
  --bs-btn-hover-bg: var(--dbr-deep-2); --bs-btn-hover-color: #fff; --bs-btn-hover-border-color: var(--dbr-deep-2);
  --bs-btn-active-bg: var(--dbr-deep-2); --bs-btn-active-color: #fff;
}
.btn-ivory {
  --bs-btn-bg: #fff; --bs-btn-color: var(--dbr-deep); --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: var(--dbr-ivory); --bs-btn-hover-color: var(--dbr-deep);
}

/* ---------- badges ---------- */
.badge { font-weight: 600; border-radius: 999px; letter-spacing: .01em; }
.badge-free { background: var(--dbr-emerald); color: #fff; }
.badge-islamic { background: var(--dbr-brass-bg); color: #7A5E1B; border: 1px solid #E3D3A6; }
.badge-premium { background: var(--dbr-deep); color: #F2EBDD; }
.badge-offer { background: #B4472E; color: #fff; }
.badge-trending { background: #fff; color: var(--dbr-deep); border: 1px solid var(--dbr-line-strong); }
.badge-network {
  background: transparent; color: var(--dbr-muted);
  border: 1px solid var(--dbr-line-strong);
  font: 600 .66rem/1.1 var(--dbr-font-mono); letter-spacing: .08em; text-transform: uppercase;
}
.badge-type { background: var(--dbr-mint); color: var(--dbr-deep); }

/* ---------- generic cards / surfaces ---------- */
.surface, .card {
  background: #fff; border: 1px solid var(--dbr-line);
  border-radius: 16px;
}
.surface { box-shadow: var(--dbr-shadow); }
.section-pad { padding: 44px 0; }
.eyebrow {
  font: 600 .7rem/1.2 var(--dbr-font-mono); letter-spacing: .16em;
  text-transform: uppercase; color: var(--dbr-emerald-dark); margin-bottom: .5rem;
}
.on-dark .eyebrow { color: #7FC8AC; }
.section-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.section-heading h2 { margin-bottom: .2rem; }
.section-heading p { color: var(--dbr-muted); margin: 0; max-width: 60ch; }
.view-all { font-weight: 600; white-space: nowrap; }

/* ---------- dark bands ---------- */
.band-dark {
  background:
    radial-gradient(900px 420px at 88% -12%, rgba(14, 138, 109, .28), transparent 62%),
    linear-gradient(135deg, var(--dbr-deep) 0%, var(--dbr-deep-2) 100%);
  color: #E9EFE9;
}
.band-dark h1, .band-dark h2, .band-dark h3 { color: #fff; }
.band-dark p { color: #C3D4C9; }
.band-dark a:not(.btn) { color: #9AD8BF; }

/* ---------- card tile (the sitewide product tile) ---------- */
.card-tile {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 16px;
  box-shadow: var(--dbr-shadow); overflow: hidden; height: 100%;
  transition: transform .16s ease, box-shadow .16s ease;
}
.card-tile:hover { transform: translateY(-3px); box-shadow: var(--dbr-shadow-lift); }
.tile-media {
  position: relative; background: linear-gradient(160deg, #EFEAD9, var(--dbr-ivory));
  padding: 22px 20px 14px; text-align: center; min-height: 148px;
  display: flex; align-items: center; justify-content: center;
}
.tile-media img {
  max-width: 200px; width: 100%; height: auto; border-radius: 10px;
  filter: drop-shadow(0 10px 18px rgba(12, 46, 35, .22));
}
.tile-media-link { display: flex; align-items: center; justify-content: center; width: 100%; }
.tile-badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; z-index: 2; }
.tile-badges .badge { font-size: .66rem; }
.compare-toggle {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 32px; height: 32px; border-radius: 10px;
  border: 1px solid var(--dbr-line-strong); background: #fff; color: var(--dbr-deep);
  font: 600 1rem/1 var(--dbr-font-mono); display: grid; place-items: center;
  transition: background .12s ease, color .12s ease;
}
.compare-toggle:hover { border-color: var(--dbr-emerald); color: var(--dbr-emerald-dark); }
.compare-toggle.is-selected { background: var(--dbr-emerald); border-color: var(--dbr-emerald); color: #fff; }
.image-fallback {
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  color: var(--dbr-muted); font-size: .72rem;
}
.image-fallback b { font: 700 1rem/1 var(--dbr-font-mono); color: var(--dbr-deep); letter-spacing: .06em; }
.card-tile .card-body { display: flex; flex-direction: column; gap: 9px; padding: 15px 16px 16px; }
.tile-bank { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--dbr-muted); }
.bank-chip {
  display: inline-grid; place-items: center; min-width: 40px; padding: 4px 7px;
  background: var(--dbr-deep); color: #fff !important; border-radius: 8px;
  font: 600 .62rem/1 var(--dbr-font-mono); letter-spacing: .06em;
}
.bank-chip:hover { background: var(--dbr-emerald-dark); }
.bank-chip.has-logo { background: #fff; border: 1px solid var(--dbr-line); padding: 4px 8px; }
.bank-chip.has-logo:hover { background: #fff; border-color: var(--dbr-emerald); }
.bank-chip.has-logo img { display: block; height: 16px; width: auto; max-width: 76px; object-fit: contain; }
.bank-tile .bank-chip.has-logo { padding: 6px 9px; }
.bank-tile .bank-chip.has-logo img { height: 22px; max-width: 96px; }
.pick-thumb .bank-chip.has-logo img { height: 18px; }
.tile-name { font-size: 1.02rem; margin: 0; line-height: 1.3; }
.tile-name a { color: var(--dbr-deep); }
.tile-name a:hover { color: var(--dbr-emerald-dark); }
.tile-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0;
  border-top: 1px dashed var(--dbr-line); padding-top: 10px;
}
.tile-facts > div { display: flex; flex-direction: column; gap: 2px; }
.tile-facts dt { font-size: .68rem; font-weight: 500; color: var(--dbr-muted); text-transform: uppercase; letter-spacing: .06em; }
.tile-facts dd, .tile-facts b { margin: 0; font-size: .86rem; color: var(--dbr-deep); }
.tile-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; }
.tile-details { font-weight: 600; font-size: .85rem; white-space: nowrap; }
.search-proof {
  display: flex; gap: 8px; align-items: flex-start; font-size: .76rem;
  background: var(--dbr-mint); border-radius: 10px; padding: 7px 9px; color: var(--dbr-deep);
}
.search-proof .search-rank { font: 700 .72rem/1.4 var(--dbr-font-mono); color: var(--dbr-emerald-dark); }
.search-proof small { display: block; color: var(--dbr-muted); }

/* rails of tiles */
.tile-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 991.98px) { .tile-rail { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .tile-rail { grid-template-columns: 1fr; } }

/* ---------- key-facts band (card detail) ---------- */
.fact-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
@media (max-width: 1199.98px) { .fact-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575.98px) { .fact-grid { grid-template-columns: repeat(2, 1fr); } }
.fact-tile {
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 13px;
  padding: 12px 13px; display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--dbr-shadow);
}
.fact-tile span { font-size: .68rem; font-weight: 500; text-transform: uppercase; letter-spacing: .07em; color: var(--dbr-muted); }
.fact-tile b { font-size: .92rem; color: var(--dbr-deep); overflow-wrap: anywhere; }

/* ---------- detail page ---------- */
.detail-hero { padding: 30px 0 26px; }
.detail-hero .card-visual {
  background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14); border-radius: 18px;
  padding: 26px; display: flex; align-items: center; justify-content: center; min-height: 190px;
}
.detail-hero .card-visual img { max-width: 300px; width: 100%; height: auto; border-radius: 12px; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35)); }
.detail-hero .image-fallback { color: #A9C3B4; }
.detail-hero .image-fallback b { color: #fff; }
.detail-eyebrow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 10px; font-size: .84rem; }
.detail-eyebrow-row .type-link { color: #9AD8BF; font-weight: 600; }
.verified-line { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; color: #A9C3B4; }
.verified-line .status-dot { flex: none; }

/* scrollspy jumpbar — pinned flush under the sticky navbar; site.js keeps
   --nav-offset equal to the real navbar height so there is never a gap */
.jumpbar {
  position: sticky; top: var(--nav-offset, 62px); z-index: 1010;
  background: rgba(251, 249, 244, .97); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--dbr-line);
  box-shadow: 0 8px 18px rgba(12, 46, 35, .05);
}
.jumpbar nav { display: flex; gap: 4px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.jumpbar nav::-webkit-scrollbar { display: none; }
.jumpbar .nav-link {
  white-space: nowrap; font-size: .84rem; font-weight: 600; color: var(--dbr-muted);
  padding: .35rem .8rem; border-radius: 999px;
}
.jumpbar .nav-link.active, .jumpbar .nav-link:hover { background: var(--dbr-mint); color: var(--dbr-deep); }
/* anchored sections land below both sticky bars, never underneath them */
main [id] { scroll-margin-top: calc(var(--nav-offset, 62px) + 66px); }

/* content panels */
.detail-panel {
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 16px;
  box-shadow: var(--dbr-shadow); padding: 24px 26px; margin-bottom: 18px;
}
.detail-panel h2 { font-size: 1.3rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px dashed var(--dbr-line); }
.detail-panel p { line-height: 1.65; }
.detail-panel p:last-child { margin-bottom: 0; }

/* spec + fee tables */
.spec-table { margin: 0; }
.spec-table th {
  width: 34%; min-width: 150px; font-weight: 600; color: var(--dbr-deep);
  background: transparent; padding: .65rem .75rem; vertical-align: top;
}
.spec-table td { padding: .65rem .75rem; font-size: .9rem; vertical-align: top; }
.spec-table td .sub { display: block; font-family: var(--bs-body-font-family); font-weight: 400; color: var(--dbr-muted); font-size: .8rem; margin-top: 3px; }
.spec-table td.hi { color: var(--dbr-emerald-dark); font-weight: 700; }
.table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-bg-type: rgba(14, 138, 109, .045); }
.spec-table tbody tr:hover > * { background: var(--dbr-mint); }

/* benefits */
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 575.98px) { .benefit-grid { grid-template-columns: 1fr; } }
.benefit-item {
  display: flex; gap: 10px; align-items: flex-start;
  background: var(--dbr-paper); border: 1px solid var(--dbr-line);
  border-radius: 11px; padding: 10px 12px; font-size: .9rem;
}
.benefit-check { color: var(--dbr-emerald-dark); font-weight: 700; flex: none; }

/* pros / cons */
.pros-cons { height: 100%; border-radius: 16px; border: 1px solid var(--dbr-line); background: #fff; box-shadow: var(--dbr-shadow); padding: 20px 22px; }
.pros-cons h3 { font-size: 1.02rem; margin-bottom: 12px; }
.pros-cons ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.pros-cons li { display: flex; gap: 9px; font-size: .9rem; line-height: 1.5; }
.pros-cons li > span:first-child { flex: none; font-weight: 700; }
.pros-cons.pros { border-top: 3px solid var(--dbr-emerald); }
.pros-cons.pros li > span:first-child { color: var(--dbr-emerald-dark); }
.pros-cons.cons { border-top: 3px solid var(--dbr-brass); }
.pros-cons.cons li > span:first-child { color: var(--dbr-brass); }

/* document chips */
.doc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.doc-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--dbr-paper); border: 1px solid var(--dbr-line);
  border-radius: 999px; padding: 6px 13px; font-size: .82rem; color: var(--dbr-ink);
}

/* accordion (FAQs) */
.accordion { --bs-accordion-border-color: var(--dbr-line); --bs-accordion-border-radius: 14px; --bs-accordion-inner-border-radius: 13px; --bs-accordion-btn-focus-box-shadow: 0 0 0 3px rgba(14, 138, 109, .3); --bs-accordion-active-bg: var(--dbr-mint); --bs-accordion-active-color: var(--dbr-deep); }
.accordion-button { font-weight: 600; color: var(--dbr-deep); background: #fff; }
.accordion-body { color: var(--dbr-ink); line-height: 1.6; }

/* sidebar */
.detail-sidebar { position: sticky; top: 88px; }
.glance-card { background: #fff; border: 1px solid var(--dbr-line); border-radius: 16px; box-shadow: var(--dbr-shadow-lift); overflow: hidden; }
.glance-head { background: linear-gradient(160deg, #EFEAD9, var(--dbr-ivory)); text-align: center; padding: 18px; }
.glance-head img { max-width: 190px; width: 100%; height: auto; border-radius: 9px; filter: drop-shadow(0 10px 18px rgba(12, 46, 35, .25)); }
.glance-body { padding: 18px; }
.glance-facts { list-style: none; margin: 0 0 14px; padding: 0; }
.glance-facts li { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--dbr-line); font-size: .86rem; }
.glance-facts li span { color: var(--dbr-muted); }
.glance-facts li b { color: var(--dbr-deep); text-align: right; }
.apply-note { font-size: .74rem; color: var(--dbr-muted); margin: 10px 0 0; text-align: center; }
.dbr-cta {
  margin-top: 16px; border-radius: 16px; padding: 20px;
  background: linear-gradient(135deg, var(--dbr-deep), var(--dbr-deep-2)); color: #DFEDE4;
}
.dbr-cta span { font: 600 .66rem/1.2 var(--dbr-font-mono); letter-spacing: .14em; text-transform: uppercase; color: #7FC8AC; }
.dbr-cta h3 { color: #fff; font-size: 1.05rem; margin: 8px 0 6px; }
.dbr-cta p { color: #B9CEC0; font-size: .84rem; margin-bottom: 12px; }
.dbr-cta a { color: #9AD8BF; font-weight: 700; }

/* mobile sticky apply bar */
.mobile-applybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1030;
  display: none; gap: 10px; padding: 10px 14px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 249, 244, .97); border-top: 1px solid var(--dbr-line-strong);
  box-shadow: 0 -8px 24px rgba(12, 46, 35, .12);
}
.mobile-applybar .btn { flex: 1; }
@media (max-width: 991.98px) {
  .mobile-applybar { display: flex; }
  body.has-applybar { padding-bottom: 76px; }
  .detail-sidebar { position: static; }
}

/* ---------- chip rows (banks / categories cross-links) ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-link {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--dbr-line-strong);
  border-radius: 999px; padding: 7px 15px;
  font-size: .84rem; font-weight: 600; color: var(--dbr-deep);
  transition: border-color .12s ease, background .12s ease;
}
.chip-link:hover { border-color: var(--dbr-emerald); background: var(--dbr-mint); color: var(--dbr-deep); }
.chip-link.is-active { background: var(--dbr-deep); border-color: var(--dbr-deep); color: #fff; }
.linkhub { border-top: 1px solid var(--dbr-line); padding-top: 22px; margin-top: 30px; }
.linkhub h2, .linkhub h3 { font-size: .95rem; margin-bottom: 12px; }
.linkhub + .linkhub { margin-top: 22px; }

/* ---------- listing toolbar ---------- */
.listing-toolbar {
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 16px;
  box-shadow: var(--dbr-shadow); padding: 14px; margin-bottom: 14px;
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.listing-toolbar .search-wrap { position: relative; flex: 1 1 260px; }
.listing-toolbar input[type="search"] { border-radius: 11px; border-color: var(--dbr-line-strong); padding-left: 2.2rem; }
.listing-toolbar .search-glyph {
  position: absolute; left: .8rem; top: 50%; width: 15px; height: 15px;
  transform: translateY(-50%); border: 2px solid var(--dbr-muted); border-radius: 50%;
}
.listing-toolbar .search-glyph::after {
  content: ""; position: absolute; width: 7px; height: 2px; background: var(--dbr-muted);
  transform: rotate(45deg); right: -6px; bottom: -2px; border-radius: 2px;
}
.listing-toolbar select { border-radius: 11px; border-color: var(--dbr-line-strong); font-weight: 500; width: auto; }
.view-toggle .btn { padding: .45rem .8rem; }
.view-toggle .btn.active { background: var(--dbr-deep); border-color: var(--dbr-deep); color: #fff; }
.result-line { display: flex; align-items: center; gap: 12px; margin: 6px 0 16px; color: var(--dbr-muted); font-size: .9rem; }
.result-line strong { color: var(--dbr-deep); font-family: var(--dbr-font-mono); }

.search-autocomplete {
  position: absolute; inset: calc(100% + 6px) 0 auto; z-index: 400;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 13px;
  box-shadow: var(--dbr-shadow-lift); overflow: hidden;
}
.search-autocomplete button {
  display: flex; width: 100%; gap: 10px; align-items: center; text-align: left;
  background: none; border: 0; border-bottom: 1px solid var(--dbr-line);
  padding: 9px 13px; font-size: .86rem;
}
.search-autocomplete button:last-child { border-bottom: 0; }
.search-autocomplete button.is-active, .search-autocomplete button:hover { background: var(--dbr-mint); }
.search-autocomplete small { color: var(--dbr-muted); display: block; }
.search-autocomplete .autocomplete-enter { margin-left: auto; font: 600 .64rem/1 var(--dbr-font-mono); color: var(--dbr-muted); border: 1px solid var(--dbr-line-strong); border-radius: 6px; padding: 3px 6px; }
.suggestion-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 14px; font-size: .82rem; color: var(--dbr-muted); }
.suggestion-row button {
  background: #fff; border: 1px solid var(--dbr-line-strong); border-radius: 999px;
  padding: 5px 13px; font-size: .8rem; font-weight: 600; color: var(--dbr-deep);
}
.suggestion-row button:hover, .suggestion-row button.is-active { background: var(--dbr-mint); border-color: var(--dbr-emerald); }

/* list view rows */
.card-grid.as-list { display: flex; flex-direction: column; gap: 10px; }
.card-grid.as-list .card-tile { flex-direction: row; align-items: center; }
.card-grid.as-list .tile-media { min-height: 0; width: 150px; flex: none; padding: 14px; }
.card-grid.as-list .tile-media img { max-width: 120px; }
.card-grid.as-list .card-body { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 14px; }
.card-grid.as-list .tile-name { flex: 1 1 220px; }
.card-grid.as-list .tile-facts { border-top: 0; padding-top: 0; grid-auto-flow: column; gap: 18px; }
.card-grid.as-list .tile-foot { margin: 0; padding: 0; }
@media (max-width: 767.98px) {
  .card-grid.as-list .card-tile { flex-direction: column; align-items: stretch; }
  .card-grid.as-list .tile-media { width: auto; }
}

/* card grid (listing / category / bank) */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 1199.98px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .card-grid { grid-template-columns: 1fr; } }
.card-tile.is-hidden { display: none; }

/* ---------- bank tiles (banks index / home) ---------- */
.bank-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 991.98px) { .bank-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575.98px) { .bank-grid { grid-template-columns: repeat(2, 1fr); } }
.bank-tile {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 14px;
  box-shadow: var(--dbr-shadow); padding: 14px 16px; color: var(--dbr-ink);
  transition: transform .14s ease, box-shadow .14s ease;
}
.bank-tile:hover { transform: translateY(-2px); box-shadow: var(--dbr-shadow-lift); color: var(--dbr-deep); }
.bank-tile b { display: block; font-size: .9rem; color: var(--dbr-deep); line-height: 1.25; }
.bank-tile small { color: var(--dbr-muted); font-family: var(--dbr-font-mono); }

/* stat strip (bank hero, home hero) */
.stat-strip { display: flex; flex-wrap: wrap; gap: 26px; }
.stat-strip .stat-num { font-size: 1.5rem; color: #fff; display: block; }
.stat-strip small { color: #A9C3B4; font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
main .stat-strip .stat-num { color: var(--dbr-deep); }
main .stat-strip small { color: var(--dbr-muted); }

/* ---------- compare page ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--dbr-line); border-radius: 16px; background: #fff; box-shadow: var(--dbr-shadow); }
.compare-table { min-width: 720px; margin: 0; }
.compare-table th:first-child, .compare-table td:first-child {
  position: sticky; left: 0; z-index: 2; background: var(--dbr-paper);
  min-width: 140px; font-weight: 600; font-family: var(--bs-body-font-family);
  border-right: 1px solid var(--dbr-line);
}
.compare-table td { font-size: .86rem; vertical-align: top; min-width: 190px; }
.compare-head-card { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; font-family: var(--bs-body-font-family); }
.compare-head-card img { max-width: 130px; border-radius: 8px; }
.compare-head-card strong a { color: var(--dbr-deep); }
.compare-table tr.is-same td:not(:first-child) { color: var(--dbr-muted); }
.compare-table.diff-only tr.is-same { display: none; }
.picker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 8px; max-height: 320px; overflow-y: auto; padding: 4px; }
.picker-card {
  display: flex; align-items: center; gap: 9px; text-align: left;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 11px; padding: 8px 10px;
  font-size: .8rem;
}
.picker-card b { display: block; font-size: .8rem; line-height: 1.25; color: var(--dbr-deep); }
.picker-card small { color: var(--dbr-muted); }
.picker-card.is-selected { border-color: var(--dbr-emerald); background: var(--dbr-mint); }
.picker-check { width: 18px; flex: none; color: var(--dbr-emerald-dark); font-weight: 700; }

/* ---------- compare tray ---------- */
.compare-tray { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040; pointer-events: none; }
.compare-tray-inner {
  pointer-events: auto; max-width: 860px; margin: 0 auto 14px;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: var(--dbr-deep); color: #fff; border-radius: 16px;
  box-shadow: 0 18px 40px rgba(12, 46, 35, .4);
  padding: 12px 16px; padding-bottom: calc(12px + env(safe-area-inset-bottom) * .4);
  margin-left: 12px; margin-right: 12px;
}
@media (min-width: 900px) { .compare-tray-inner { margin-left: auto; margin-right: auto; } }
.tray-count { font: 600 .78rem/1 var(--dbr-font-mono); color: #9AD8BF; white-space: nowrap; }
.tray-chips { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; }
.tray-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; padding: 4px 6px 4px 12px; font-size: .78rem;
}
.tray-chip button { background: none; border: 0; color: #9AD8BF; font-size: .95rem; line-height: 1; padding: 2px 6px; }
.tray-action { background: var(--dbr-emerald); color: #fff !important; border-radius: 10px; padding: 8px 16px; font-weight: 700; font-size: .85rem; white-space: nowrap; }
.tray-action:hover { background: var(--dbr-emerald-dark); }
body.tray-open { padding-bottom: 84px; }

/* ---------- toast ---------- */
.site-toast {
  position: fixed; bottom: 96px; left: 50%; transform: translate(-50%, 12px); z-index: 1050;
  background: var(--dbr-deep); color: #fff; border-radius: 12px; padding: 11px 18px;
  font-size: .86rem; opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: var(--dbr-shadow-lift); max-width: min(92vw, 420px); text-align: center;
}
.site-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* ---------- footer ---------- */
.site-footer { background: var(--dbr-deep); color: #C3D4C9; margin-top: 56px; }
.site-footer .footer-main { padding: 44px 0 30px; }
.site-footer h2, .site-footer .footer-h {
  font: 600 .7rem/1.2 var(--dbr-font-mono); letter-spacing: .15em;
  text-transform: uppercase; color: #7FC8AC; margin-bottom: 14px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.site-footer a { color: #C9DACF; font-size: .86rem; }
.site-footer a:hover { color: #fff; }
.site-footer .footer-brand p { font-size: .86rem; margin: 12px 0 0; max-width: 30ch; }
.footer-verified { display: flex; gap: 8px; align-items: flex-start; margin-top: 16px; font-size: .8rem; color: #A9C3B4; }
.footer-verified .status-dot { margin-top: 4px; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0;
  font-size: .76rem; color: #8FA79A;
  display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: space-between;
}

/* ---------- back to top ---------- */
.backtop {
  position: fixed; right: 16px; bottom: 90px; z-index: 1035;
  width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--dbr-line-strong);
  background: #fff; color: var(--dbr-deep); box-shadow: var(--dbr-shadow-lift);
  display: grid; place-items: center; opacity: 0; pointer-events: none;
  transition: opacity .18s ease;
}
.backtop.show { opacity: 1; pointer-events: auto; }

/* ---------- home extras ---------- */
.hero-home { padding: 54px 0 46px; }
.hero-home h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); color: #fff; }
.hero-home h1 em { font-style: normal; color: #7FC8AC; }
.hero-search { display: flex; background: #fff; border-radius: 14px; padding: 6px; box-shadow: var(--dbr-shadow-lift); max-width: 540px; }
.hero-search input { border: 0; flex: 1; padding: .6rem .9rem; background: transparent; font-size: .95rem; min-width: 0; }
.hero-search input:focus { outline: none; }
.hero-search .btn { white-space: nowrap; }
.quicklink-card {
  display: flex; align-items: center; gap: 12px; height: 100%;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 14px;
  box-shadow: var(--dbr-shadow); padding: 15px 17px; color: var(--dbr-ink);
  transition: transform .14s ease, box-shadow .14s ease;
}
.quicklink-card:hover { transform: translateY(-2px); box-shadow: var(--dbr-shadow-lift); }
.quicklink-card .option-mark {
  flex: none; width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--dbr-mint); color: var(--dbr-emerald-dark); border-radius: 11px;
  font: 700 1rem/1 var(--dbr-font-mono);
}
.quicklink-card b { display: block; color: var(--dbr-deep); }
.quicklink-card small { color: var(--dbr-muted); }
.card-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 262px; gap: 14px; overflow-x: auto; padding: 4px 4px 14px; scroll-snap-type: x mandatory; }
.card-rail > * { scroll-snap-align: start; }
.how-band article { border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 22px; height: 100%; background: rgba(255,255,255,.04); }
.how-band article span { font: 700 .9rem/1 var(--dbr-font-mono); color: #7FC8AC; }
.how-band article h3 { color: #fff; font-size: 1.05rem; margin: 10px 0 8px; }
.how-band article p { font-size: .88rem; }
.salary-panel { background: #fff; border: 1px solid var(--dbr-line); border-radius: 18px; box-shadow: var(--dbr-shadow); padding: 26px; }
.form-range::-webkit-slider-thumb { background: var(--dbr-emerald); }
.form-range::-moz-range-thumb { background: var(--dbr-emerald); }
.tool-card {
  display: flex; gap: 14px; align-items: flex-start; height: 100%;
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 16px;
  box-shadow: var(--dbr-shadow); padding: 20px; color: var(--dbr-ink);
  transition: transform .14s ease, box-shadow .14s ease;
}
.tool-card:hover { transform: translateY(-2px); box-shadow: var(--dbr-shadow-lift); }
.tool-card span.tool-index { font: 700 .82rem/1.6 var(--dbr-font-mono); color: var(--dbr-emerald-dark); }
.tool-card b { color: var(--dbr-deep); display: block; margin-bottom: 4px; }
.tool-card p { color: var(--dbr-muted); font-size: .86rem; margin: 0; }

/* top picks strip (category pages + home curated lists) */
.top-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 26px; }
@media (max-width: 991.98px) { .top-picks { grid-template-columns: 1fr; } }
.top-pick {
  display: flex; gap: 12px; align-items: center;
  background: #fff; border: 1px solid var(--dbr-line); border-left: 4px solid var(--dbr-emerald);
  border-radius: 14px; box-shadow: var(--dbr-shadow); padding: 14px 16px;
}
.top-pick .pick-rank { font: 700 1.05rem/1 var(--dbr-font-mono); color: var(--dbr-emerald-dark); }
.top-pick .pick-thumb {
  flex: none; width: 86px; display: grid; place-items: center;
  background: linear-gradient(160deg, #EFEAD9, var(--dbr-ivory));
  border-radius: 9px; padding: 6px;
}
.top-pick .pick-thumb img { width: 74px; height: auto; border-radius: 5px; filter: drop-shadow(0 4px 8px rgba(12, 46, 35, .2)); }
.top-pick b { display: block; line-height: 1.3; }
.top-pick b a { color: var(--dbr-deep); }
.top-pick small { color: var(--dbr-muted); display: block; margin-top: 2px; }

/* prev/next controls for card rails */
.round-arrow {
  width: 40px; height: 40px; border-radius: 12px;
  border: 1px solid var(--dbr-line-strong); background: #fff; color: var(--dbr-deep);
  display: grid; place-items: center; font-size: 1.05rem; line-height: 1;
  transition: background .12s ease, border-color .12s ease;
}
.round-arrow:hover { background: var(--dbr-mint); border-color: var(--dbr-emerald); }
.round-arrow:disabled { opacity: .35; pointer-events: none; }
.card-rail { scrollbar-width: none; }
.card-rail::-webkit-scrollbar { display: none; }

/* info tooltip trigger (jargon explainers) */
.info-tip {
  width: 16px; height: 16px; padding: 0; margin-left: 4px; vertical-align: 1px;
  border-radius: 50%; border: 1px solid var(--dbr-line-strong);
  background: #fff; color: var(--dbr-muted);
  font: 600 .62rem/1 var(--dbr-font-mono); display: inline-grid; place-items: center;
}
.info-tip:hover { border-color: var(--dbr-emerald); color: var(--dbr-emerald-dark); }
.tooltip .tooltip-inner { background: var(--dbr-deep); font-size: .78rem; max-width: 260px; }

/* mobile filter offcanvas (listing) — inline row on desktop, bottom sheet on mobile */
.filter-panel .offcanvas-body { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 0; }
@media (max-width: 991.98px) {
  .filter-panel.offcanvas-lg { border-top-left-radius: 16px; border-top-right-radius: 16px; }
  .filter-panel .offcanvas-body { padding: 4px 16px 16px; }
  .filter-panel .offcanvas-body .form-select { flex: 1 1 100%; }
}

/* CTA band (bank pages) */
.cta-band { border-radius: 18px; padding: 28px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.cta-band h2 { margin: 0 0 4px; font-size: 1.25rem; }

/* misc */
.d-contents { display: contents; }
.site-footer .footer-banks { columns: 2; column-gap: 18px; }
.disclaimer { font-size: .82rem; color: var(--dbr-muted); line-height: 1.65; }
.empty-state {
  grid-column: 1 / -1; text-align: center; padding: 44px 20px;
  background: #fff; border: 1px dashed var(--dbr-line-strong); border-radius: 16px; color: var(--dbr-muted);
}
.empty-state h2 { font-size: 1.1rem; }

/* ---------- social share (injected by site.js on every page) ----------
   Two shapes, one button style: .share-strip sits above the footer on the
   listing / hubs / home, .share-compact sits inside the card-page sidebar.
   Icons are monochrome until hover, then each takes its network colour. */
.share-strip { margin: 34px 0 6px; }
.share-strip .share-inner {
  background: #fff; border: 1px solid var(--dbr-line); border-radius: 18px;
  box-shadow: var(--dbr-shadow); padding: 20px 24px;
  display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; justify-content: space-between;
}
.share-strip .share-heading { margin: 0; font-family: var(--dbr-font-display); font-size: 1.05rem; color: var(--dbr-deep); }
.share-strip .share-sub { margin: 2px 0 0; font-size: .84rem; color: var(--dbr-muted); }

.share-compact { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--dbr-line); }
.share-compact .share-heading {
  margin: 0 0 8px; font-size: .74rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--dbr-muted);
}

.share-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.share-btn {
  --share-brand: var(--dbr-emerald);
  width: 38px; height: 38px; flex: 0 0 38px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--dbr-line-strong); border-radius: 50%;
  background: var(--dbr-paper); color: var(--dbr-deep);
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.share-btn svg { width: 17px; height: 17px; display: block; }
.share-btn:hover, .share-btn:focus-visible {
  background: var(--share-brand); border-color: var(--share-brand); color: #fff; transform: translateY(-2px);
}
.share-btn:focus-visible { outline: 2px solid var(--dbr-deep); outline-offset: 2px; }
.share-btn[data-net="whatsapp"] { --share-brand: #25D366; }
.share-btn[data-net="telegram"] { --share-brand: #229ED9; }
.share-btn[data-net="x"]        { --share-brand: #111111; }
.share-btn[data-net="facebook"] { --share-brand: #1877F2; }
.share-btn[data-net="linkedin"] { --share-brand: #0A66C2; }
.share-btn[data-net="email"]    { --share-brand: var(--dbr-brass); }
.share-btn[data-net="copy"],
.share-btn[data-net="native"]   { --share-brand: var(--dbr-emerald); }
.share-btn.is-copied { background: var(--dbr-emerald); border-color: var(--dbr-emerald); color: #fff; }
@media (prefers-reduced-motion: reduce) { .share-btn { transition: none; } .share-btn:hover { transform: none; } }
@media (max-width: 575.98px) { .share-strip .share-inner { padding: 16px; } }

/* ---------- print (compare page) ---------- */
@media print {
  .site-navbar, .utility-bar, .site-footer, .compare-tray, .mobile-applybar,
  .backtop, .picker-panel, .jumpbar, .btn, .site-breadcrumb,
  .share-strip, .share-compact { display: none !important; }
  body { background: #fff; }
  .compare-wrap { border: 0; box-shadow: none; overflow: visible; }
  .compare-table td, .compare-table th { border: 1px solid #ccc !important; }
}
