/* =========================================================
   Blood Donation Nepal — Design System
   ========================================================= */
:root {
  --bdn-primary: #7e1429;
  --bdn-primary-hover: #9e1c36;
  --bdn-primary-dark: #5c0e1e;
  --bdn-primary-rgb: 126, 20, 41;
  --bdn-accent: #fdf2f4;
  --bdn-accent-strong: #f8dbe1;
  --bdn-heading: #111827;
  --bdn-body: #374151;
  --bdn-muted: #6b7280;
  --bdn-border: #e5e7eb;
  --bdn-white: #ffffff;
  --bdn-success: #10b981;
  --bdn-success-soft: #ecfdf5;
  --bdn-warning: #f59e0b;
  --bdn-shadow: 0 18px 50px rgba(126, 20, 41, 0.12);
  --bdn-shadow-lg: 0 30px 70px rgba(17, 24, 39, 0.16);
  --bdn-radius: 1.25rem;
  --bdn-radius-sm: 0.85rem;
  --bdn-nav-h: 88px;
  --bdn-font: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  font-family: var(--bdn-font);
  color: var(--bdn-body);
  background: #fffbfb;
}

@media (min-width: 1200px) {
  body[data-page="home"] .container {
    max-width: 1280px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1500px) {
  body[data-page="home"] .container {
    max-width: 1460px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.display-font {
  color: var(--bdn-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
}

p {
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--bdn-primary);
  text-decoration: none;
}

a:hover {
  color: var(--bdn-primary-hover);
}

::selection {
  background: rgba(var(--bdn-primary-rgb), 0.18);
  color: var(--bdn-primary-dark);
}

/* Skip link */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  z-index: 2000;
  background: var(--bdn-primary);
  color: #fff;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 0.75rem;
  color: #fff;
}

/* Bootstrap primary override */
.btn-primary {
  --bs-btn-bg: var(--bdn-primary);
  --bs-btn-border-color: var(--bdn-primary);
  --bs-btn-hover-bg: var(--bdn-primary-hover);
  --bs-btn-hover-border-color: var(--bdn-primary-hover);
  --bs-btn-active-bg: var(--bdn-primary-dark);
  --bs-btn-active-border-color: var(--bdn-primary-dark);
  --bs-btn-disabled-bg: var(--bdn-primary);
  --bs-btn-disabled-border-color: var(--bdn-primary);
  --bs-btn-focus-shadow-rgb: 126, 20, 41;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.72rem 1.35rem;
  box-shadow: 0 10px 24px rgba(var(--bdn-primary-rgb), 0.28);
}

.btn-outline-primary {
  --bs-btn-color: var(--bdn-primary);
  --bs-btn-border-color: var(--bdn-primary);
  --bs-btn-hover-bg: var(--bdn-primary);
  --bs-btn-hover-border-color: var(--bdn-primary);
  --bs-btn-active-bg: var(--bdn-primary-dark);
  --bs-btn-active-border-color: var(--bdn-primary-dark);
  --bs-btn-focus-shadow-rgb: 126, 20, 41;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.72rem 1.35rem;
}

.btn-light {
  border-radius: 999px;
  font-weight: 700;
}

.text-primary {
  color: var(--bdn-primary) !important;
}

.bg-primary {
  background-color: var(--bdn-primary) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bdn-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bdn-primary-rgb), 0.18);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bdn-primary-rgb), 0.18);
}

.accordion-button:not(.collapsed) {
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  box-shadow: none;
}

/* Section helpers */
.section {
  padding: 6rem 0;
}

.section-soft {
  background: linear-gradient(180deg, #fff 0%, var(--bdn-accent) 100%);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  border: 1px solid var(--bdn-accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  margin-bottom: 0.85rem;
}

.section-lead {
  font-size: 1.05rem;
  color: var(--bdn-muted);
  max-width: none;
}

/* Emergency banner */
.emergency-bar {
  background: linear-gradient(90deg, #5c0e1e, #7e1429 40%, #9e1c36);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1080;
}

.emergency-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffb4c0;
  box-shadow: 0 0 0 0 rgba(255, 180, 192, 0.7);
  animation: pulse-ring 1.6s infinite;
  flex-shrink: 0;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(255, 180, 192, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 180, 192, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 180, 192, 0); }
}

.emergency-bar .btn-close {
  filter: invert(1);
  opacity: 0.85;
}

/* Main navbar */
.navbar-bdn {
  --bs-navbar-padding-y: 0;
  min-height: var(--bdn-nav-h);
  padding: 0.7rem 0;
  background: transparent;
  border-bottom: 0;
  z-index: 1030;
  transition: padding 0.25s ease, background 0.25s ease;
}

.navbar-bdn .nav-shell {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.38rem 0.42rem 0.38rem 0.7rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.08);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.navbar-bdn.is-scrolled {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.navbar-bdn.is-scrolled .nav-shell {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(126, 20, 41, 0.12);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.12);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  margin-right: 0;
  padding: 0.15rem 0.2rem 0.15rem 0;
  font-size: 1.02rem;
}

.navbar-brand:hover {
  color: var(--bdn-heading);
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(126, 20, 41, 0.08), 0 8px 20px rgba(17, 24, 39, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}

.brand-name {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bdn-heading);
}

.brand-name-short { display: none; }

.brand-tag {
  margin-top: 0.12rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--bdn-primary);
  white-space: nowrap;
}

.nav-desktop {
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex: 1;
  min-width: 0;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0.28rem 0.35rem;
  background: rgba(126, 20, 41, 0.05);
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 999px;
}

.navbar-bdn .nav-link {
  position: relative;
  color: var(--bdn-heading) !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.52rem 0.92rem !important;
  border-radius: 999px;
  border: 0;
  background: transparent;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.navbar-bdn .nav-link:hover {
  color: var(--bdn-primary) !important;
  background: rgba(255, 255, 255, 0.85);
}

.navbar-bdn .nav-link.active {
  color: var(--bdn-primary) !important;
  background: #fff;
  box-shadow: 0 4px 14px rgba(126, 20, 41, 0.12);
}

.navbar-bdn .nav-more::after {
  margin-left: 0.28rem;
  vertical-align: 0.12em;
}

.nav-more-menu {
  border: 1px solid rgba(126, 20, 41, 0.1);
  border-radius: 1rem;
  padding: 0.4rem;
  margin-top: 0.55rem;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
}

.nav-more-menu .dropdown-item {
  border-radius: 0.7rem;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.55rem 0.8rem;
  color: var(--bdn-heading);
}

.nav-more-menu .dropdown-item:hover,
.nav-more-menu .dropdown-item.active {
  background: var(--bdn-accent);
  color: var(--bdn-primary);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  white-space: nowrap;
  padding: 0.48rem 1rem;
  font-size: 0.84rem;
  flex-shrink: 0;
}

.nav-mobile {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--bdn-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--bdn-primary);
  border-radius: 99px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--bdn-primary);
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .hero-cta-mobile.store-badges,
  .hero-actions.store-badges {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .navbar-bdn .nav-link {
    font-size: 0.88rem;
    padding: 0.48rem 0.72rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brand-tag {
    display: none;
  }
  .navbar-bdn .nav-shell {
    padding-left: 0.55rem;
    gap: 0.45rem;
  }
  .btn-download {
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .btn-download .btn-label {
    display: none;
  }
}

.offcanvas {
  --bs-offcanvas-width: 330px;
}

.offcanvas-bdn {
  background:
    radial-gradient(120% 50% at 100% 0%, rgba(126, 20, 41, 0.1), transparent 58%),
    #fffbfb;
  border-left: 1px solid rgba(126, 20, 41, 0.08);
}

.offcanvas-bdn .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem 0.95rem 1.2rem;
  border-bottom: 1px solid rgba(126, 20, 41, 0.08);
}

.offcanvas-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.offcanvas-bdn .offcanvas-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bdn-heading);
}

.offcanvas-tag {
  margin: 0.12rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bdn-primary);
}

.nav-close {
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 0;
  border-radius: 12px;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.nav-close:hover,
.nav-close:focus {
  background: var(--bdn-accent-strong);
  color: var(--bdn-primary);
}

.offcanvas-links {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.offcanvas-bdn .nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.78rem 0.85rem;
  border-radius: 0.95rem;
  color: var(--bdn-heading);
  font-weight: 700;
  font-size: 0.98rem;
}

.offcanvas-bdn .nav-link i {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.offcanvas-bdn .nav-link:hover,
.offcanvas-bdn .nav-link.active {
  background: #fff;
  color: var(--bdn-primary);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

.offcanvas-bdn .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem 1.35rem;
}

.btn-download-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #111827;
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.72rem 1.1rem;
}

.btn-download-ghost:hover {
  background: #1f2937;
  color: #fff;
}

.offcanvas-cta {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.1rem;
}

/* Hero */
.hero {
  position: relative;
  padding: 3.4rem 0 5.2rem;
  overflow: visible;
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(126, 20, 41, 0.16), transparent 55%),
    radial-gradient(55% 50% at 0% 85%, rgba(253, 242, 244, 1), transparent 52%),
    linear-gradient(180deg, #fff 0%, #fff6f7 100%);
}

@media (min-width: 992px) {
  body[data-page="home"] .hero {
    margin-top: calc(-1 * var(--bdn-nav-h));
    padding-top: calc(var(--bdn-nav-h) + 2.4rem);
  }
}

.hero-aura {
  position: absolute;
  inset: auto -12% 18% 42%;
  height: 420px;
  background: radial-gradient(circle, rgba(126, 20, 41, 0.16), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2.6rem 3rem;
  align-items: center;
}

.hero-overline {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bdn-primary);
  margin-bottom: 1rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bdn-primary);
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 10px 28px rgba(126, 20, 41, 0.08);
}

.hero-kicker .pulse-dot {
  background: #22c55e;
  animation: pulse-live 1.6s infinite;
}

@keyframes pulse-live {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin-bottom: 1.15rem;
  max-width: none;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #7e1429 0%, #c41e3a 52%, #9e1c36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.15rem;
}

.hero-trust div {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--bdn-border);
  border-radius: 1rem;
  padding: 0.75rem 0.7rem 0.7rem;
  backdrop-filter: blur(10px);
}

.hero-trust strong {
  display: block;
  color: var(--bdn-primary);
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.hero-trust span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bdn-muted);
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 2.2rem 3.4rem;
  overflow: visible;
}

.hero-shot {
  position: relative;
  width: min(100%, 300px);
  z-index: 1;
  overflow: visible;
}

.hero-shot::before {
  content: "";
  position: absolute;
  inset: 6% -38%;
  background: radial-gradient(circle, rgba(126, 20, 41, 0.3), transparent 68%);
  z-index: -1;
  filter: blur(6px);
}

.hero-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
  box-shadow:
    0 0 0 10px #1a0a10,
    0 0 0 12px rgba(255, 255, 255, 0.4),
    0 40px 80px rgba(126, 20, 41, 0.28);
}

.hero-chips {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.hero-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--bdn-border);
  border-radius: 999px;
  padding: 0.52rem 0.88rem;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--bdn-heading);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.14);
  white-space: nowrap;
}

.hero-chip i {
  color: var(--bdn-primary);
}

.hero-chip.chip-a { top: 10%; left: 0; animation: float-y 4.4s ease-in-out infinite; }
.hero-chip.chip-b { top: 28%; right: 0; animation: float-y 5s ease-in-out infinite reverse; }
.hero-chip.chip-c { top: 48%; left: 0; animation: float-y 4.8s ease-in-out infinite; }
.hero-chip.chip-d { bottom: 22%; right: 0; animation: float-y 5.2s ease-in-out infinite reverse; }
.hero-chip.chip-e { top: 0; right: 8%; animation: float-y 4.2s ease-in-out infinite; }
.hero-chip.chip-f { bottom: 6%; left: 2%; animation: float-y 4.6s ease-in-out infinite reverse; }
.hero-chip.chip-g { top: 68%; left: 0; animation: float-y 5.1s ease-in-out infinite; }
.hero-chip.chip-h { bottom: 40%; right: 0; animation: float-y 4.9s ease-in-out infinite reverse; }

.hero-livebar {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(20, 7, 11, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  z-index: 2;
}

.hero-phone {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  z-index: 4;
}

.hero-ss {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
  box-shadow: 0 0 0 8px #111827, 0 28px 50px rgba(17, 24, 39, 0.35);
}

.hero-ss-mobile {
  display: none;
}

.hero-toast {
  position: absolute;
  top: 8%;
  right: -8px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: var(--bdn-shadow-lg);
  border-radius: 1.15rem;
  padding: 0.85rem 1rem;
  min-width: 210px;
  animation: float-y 4.4s ease-in-out infinite;
}

.hero-toast i {
  color: var(--bdn-success);
  font-size: 1.35rem;
}

.hero-toast strong {
  display: block;
  color: var(--bdn-heading);
  font-size: 0.88rem;
}

.hero-toast span span {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--bdn-muted);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--bdn-heading);
  margin-bottom: 1.2rem;
}

.hero-live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  box-shadow: 0 10px 28px rgba(126, 20, 41, 0.08);
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--bdn-heading);
  margin-bottom: 1.15rem;
}

.text-gradient {
  background: linear-gradient(90deg, #7e1429 0%, #c41e3a 55%, #9e1c36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-mosaic-wrap {
  position: relative;
}

.hero-float {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--bdn-border);
  box-shadow: var(--bdn-shadow);
  border-radius: 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--bdn-heading);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-float i {
  color: var(--bdn-primary);
  font-size: 1.05rem;
}

.hero-float.one { top: 8%; right: -12px; }
.hero-float.two { bottom: 12%; left: -18px; }

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb.a {
  width: 140px;
  height: 140px;
  background: rgba(158, 28, 54, 0.16);
  top: -30px;
  right: 10%;
}

.hero-orb.b {
  width: 90px;
  height: 90px;
  background: rgba(16, 185, 129, 0.16);
  bottom: 8%;
  right: 22%;
}

.hero .lead {
  font-size: 1.08rem;
  color: var(--bdn-body);
  max-width: none;
  margin-bottom: 1.4rem;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 1.35rem 0 0.85rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
}

.hero-actions.store-badges {
  gap: 0.45rem;
}

.hero-cta-mobile { display: none; }

.apple-badge {
  border: 0;
  background: none;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  background: none;
  border: 0;
  line-height: 0;
  cursor: pointer;
}

.store-badge img,
.apple-badge img,
.play-badge img,
.store-badges img {
  height: 44px !important;
  width: 148px !important;
  object-fit: contain;
  object-position: center;
}

.store-badge.play-badge img {
  height: 64px !important;
  width: 170px !important;
  max-width: none;
  margin: -10px -11px;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--bdn-heading);
}

.social-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.proof-dot {
  color: var(--bdn-border);
  font-weight: 400;
}

/* Device mockup */
.device-wrap {
  position: relative;
  max-width: 340px;
  margin: 2rem auto 0;
}

.phone {
  position: relative;
  border: 10px solid #111827;
  background: #0f1117;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: var(--bdn-shadow-lg), 0 0 0 8px #1f2937;
  aspect-ratio: 9 / 18.6;
}

.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 18px;
  background: #111827;
  border-radius: 999px;
  z-index: 3;
}

.phone-screen {
  height: 100%;
  background: linear-gradient(180deg, #7e1429 0%, #fdf2f4 28%, #fff 100%);
  padding: 2.1rem 0.85rem 0.85rem;
  color: #fff;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.app-top h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

.request-card {
  background: #fff;
  color: var(--bdn-body);
  border-radius: 1.1rem;
  padding: 0.95rem;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
}

.blood-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: var(--bdn-primary);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.donor-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 0.9rem;
  padding: 0.65rem 0.75rem;
  margin-top: 0.65rem;
}

.donor-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.78rem;
}

.verified {
  color: var(--bdn-success);
  font-size: 0.78rem;
  font-weight: 700;
}

.float-stat {
  position: absolute;
  right: -42px;
  top: 28%;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--bdn-shadow);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  min-width: 210px;
  animation: float-y 4.2s ease-in-out infinite;
  z-index: 4;
}

.float-stat-2 {
  left: -36px;
  right: auto;
  top: auto;
  bottom: 12%;
  animation-delay: -1.4s;
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.glow-orb {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 28, 54, 0.22), transparent 70%);
  filter: blur(8px);
  z-index: -1;
}

.glow-orb-1 { top: -20px; right: 10px; }
.glow-orb-2 { bottom: 20px; left: -30px; }

/* Find blood widget */
.search-widget {
  margin-top: -3.2rem;
  position: relative;
  z-index: 5;
}

.search-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.5rem;
  box-shadow: var(--bdn-shadow);
  padding: 1.4rem;
}

.search-card .form-select,
.search-card .form-control {
  border-radius: 0.9rem;
  min-height: 52px;
  font-weight: 600;
}

/* Bento */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
}

.bento-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: var(--bdn-radius);
  padding: 1.6rem;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-height: 100%;
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: var(--bdn-accent-strong);
  box-shadow: var(--bdn-shadow);
}

.bento-card.wide { grid-column: span 7; }
.bento-card.narrow { grid-column: span 5; }
.bento-card.third { grid-column: span 4; }

.icon-blob {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.icon-blob.green {
  background: var(--bdn-success-soft);
  color: #047857;
}

.section-head {
  margin-bottom: 2.2rem;
  max-width: none;
}

.section-head .section-lead,
.reviews-head .section-lead {
  margin-bottom: 0;
  max-width: none;
  width: 100%;
}

#features.section {
  padding: 5.5rem 0;
}

#features .section-lead {
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.feature-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.35rem;
  padding: 1.4rem 1.3rem 1.35rem;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  min-height: 100%;
}

.feature-tile:hover {
  transform: translateY(-4px);
  border-color: var(--bdn-accent-strong);
  box-shadow: var(--bdn-shadow);
}

.feature-tile .icon-blob {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.feature-tile h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}

.feature-tile p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--bdn-muted);
}

.history-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem 1rem;
}

.history-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 100%;
  position: relative;
}

.history-year {
  display: inline-flex;
  align-self: flex-start;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  border: 1px solid var(--bdn-accent-strong);
  border-radius: 999px;
  padding: 0.32rem 0.75rem;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.history-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.25rem;
  padding: 1.2rem 1.2rem 1.25rem;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
  height: 100%;
  position: relative;
}

.history-card::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7e1429, #c41e3a);
}

.history-card h3 {
  font-size: 1.02rem;
  margin: 0.35rem 0 0.4rem;
}

.history-card p {
  margin: 0;
  color: var(--bdn-body);
  font-size: 0.92rem;
  line-height: 1.65;
}

.history-item.now .history-year {
  background: var(--bdn-primary);
  color: #fff;
  border-color: var(--bdn-primary);
}

.history-item.now .history-card {
  border-color: var(--bdn-accent-strong);
  background: linear-gradient(180deg, #fff, var(--bdn-accent));
}

.history-item.future .history-year {
  background: #fff;
  color: var(--bdn-muted);
  border-color: var(--bdn-border);
}

.history-item.future .history-card::before {
  background: var(--bdn-border);
}

@media (max-width: 1199.98px) {
  .history-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.timeline::before { display: none; }

.timeline-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 100%;
}

.timeline-item:last-child { padding-bottom: 0; }

.timeline-year {
  font-weight: 800;
  color: var(--bdn-primary);
  text-align: left;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 0.45rem;
}

.timeline-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.25rem;
  padding: 1.2rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  height: 100%;
}

.timeline-card::before { display: none; }

.timeline-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.timeline-card p {
  margin: 0;
  color: var(--bdn-body);
  font-size: 0.95rem;
}

.timeline-item.now .timeline-card {
  border-color: var(--bdn-accent-strong);
  background: linear-gradient(180deg, #fff, var(--bdn-accent));
}

.timeline-item.future .timeline-year { color: var(--bdn-muted); }

.timeline-item.future .timeline-card::before {
  background: #fff;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--bdn-border);
}

.reviews-section {
  background:
    radial-gradient(70% 50% at 0% 0%, rgba(126, 20, 41, 0.06), transparent 60%),
    #fffbfb;
  overflow: hidden;
}

.reviews-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.reviews-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.review-score {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.2rem;
  padding: 0.85rem 1.15rem;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
}

.review-score .big {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--bdn-primary);
  line-height: 1;
  letter-spacing: -0.04em;
}

.review-marquee {
  overflow: hidden;
  width: 100%;
}

.review-track {
  display: flex;
  width: max-content;
  animation: review-scroll 85s linear infinite;
  will-change: transform;
}

.review-track-set {
  display: flex;
  gap: 1.1rem;
  padding-right: 1.1rem;
}

.review-marquee .review-card {
  width: 340px;
  min-height: 248px;
  flex-shrink: 0;
  height: auto;
}

@keyframes review-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .review-track { animation: none; }
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.review-card {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.4rem;
  padding: 1.35rem 1.3rem 1.25rem;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
  height: 100%;
}

.review-card p {
  margin: 0.7rem 0 0;
  color: var(--bdn-body);
  font-size: 0.95rem;
  line-height: 1.65;
}

.review-who {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.review-who strong {
  display: block;
  color: var(--bdn-heading);
  font-size: 0.95rem;
}

.review-who .source {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--bdn-muted);
}

.review-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.stars {
  color: #f59e0b;
  letter-spacing: 0.12em;
  font-size: 0.92rem;
  line-height: 1;
}

/* Compatibility */
.compat-section {
  background:
    radial-gradient(70% 50% at 0% 0%, rgba(158, 28, 54, 0.1), transparent 55%),
    linear-gradient(180deg, #fff 0%, #fff7f8 100%);
}

.compat-studio {
  display: grid;
  grid-template-columns: 0.92fr 1.18fr;
  gap: 1.15rem;
  align-items: stretch;
}

.compat-select {
  background: #fff;
  color: var(--bdn-heading);
  border-radius: 1.7rem;
  padding: 1.7rem 1.55rem 1.5rem;
  border: 1px solid var(--bdn-border);
  box-shadow: var(--bdn-shadow);
  position: relative;
  overflow: hidden;
}

.compat-select::after {
  display: none;
}

.compat-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdn-muted);
  opacity: 1;
  margin-bottom: 0.7rem;
}

.compat-hero-type {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  background: var(--bdn-accent);
  border: 1px solid var(--bdn-accent-strong);
  border-radius: 1.25rem;
  padding: 0.9rem 1rem;
}

.compat-drop {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  transform: none;
  display: grid;
  place-items: center;
  background: var(--bdn-primary);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: 0 12px 24px rgba(126, 20, 41, 0.28);
  flex-shrink: 0;
}

.compat-note {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--bdn-body);
}

.blood-btn {
  width: 100%;
  height: 58px;
  border-radius: 1rem;
  border: 1px solid var(--bdn-border);
  background: #fff;
  color: var(--bdn-heading);
  font-weight: 800;
  transition: 0.18s ease;
}

.blood-btn:hover {
  background: var(--bdn-accent);
  transform: translateY(-2px);
}

.blood-btn.active {
  background: var(--bdn-primary);
  border-color: var(--bdn-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(126, 20, 41, 0.22);
}

.special-badge {
  display: none;
  align-items: center;
  background: var(--bdn-success-soft);
  border: 1px solid transparent;
  color: #047857;
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.blood-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  max-width: none;
}

.compat-badges {
  min-height: 2rem;
  margin-top: 1rem;
}

.special-badge.show {
  display: inline-flex;
}

.compat-results {
  display: grid;
  gap: 1rem;
}

.compat-panel {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.5rem;
  padding: 1.2rem 1.25rem 1.15rem;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
  height: auto;
}

.compat-panel header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.compat-panel header strong {
  display: block;
  font-size: 1rem;
}

.panel-sub {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bdn-muted);
}

.panel-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.panel-ico.receive {
  background: var(--bdn-accent);
  color: var(--bdn-primary);
}

.panel-ico.give {
  background: var(--bdn-success-soft);
  color: var(--bdn-success);
}

.panel-count {
  margin-left: auto;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--bdn-primary);
  min-width: 1.6rem;
  text-align: right;
}

.compat-panel.donate .panel-count {
  color: #059669;
}

.compat-cells {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.compat-chip {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  height: 46px;
  border-radius: 0.85rem;
  background: #f3f4f6;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.88rem;
  color: #9ca3af;
}

.compat-chip.dim {
  opacity: 0.55;
}

.compat-chip.lit {
  background: var(--bdn-primary);
  color: #fff;
  border-color: var(--bdn-primary);
  opacity: 1;
  box-shadow: 0 8px 18px rgba(126, 20, 41, 0.28);
}

.compat-chip.lit-green {
  background: var(--bdn-success);
  color: #fff;
  border-color: var(--bdn-success);
  opacity: 1;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.28);
}

/* Eligibility */
.checklist {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.4rem;
  overflow: hidden;
}

.check-item {
  display: flex;
  gap: 0.9rem;
  padding: 1.05rem 1.2rem;
  border-bottom: 1px solid var(--bdn-border);
}

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

.check-item .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
  border-color: #c4c9d2;
}

.check-item .form-check-input:checked {
  background-color: var(--bdn-success);
  border-color: var(--bdn-success);
}

.eligibility-result {
  border-radius: 1.2rem;
  padding: 1.2rem 1.3rem;
  display: none;
}

.eligibility-result.show {
  display: block;
}

/* How it works */
.steps {
  position: relative;
}

.step-card {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.35rem;
  padding: 1.35rem 1.2rem 1.3rem;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--bdn-shadow);
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.95rem;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--bdn-primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 0;
}

.step-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  font-size: 1.1rem;
}

.step-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: var(--bdn-heading);
}

.step-card p {
  margin: 0;
  color: var(--bdn-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.steps-line {
  display: none;
}

@media (min-width: 992px) {
  .steps-line {
    display: block;
    position: absolute;
    top: 38px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bdn-accent-strong), var(--bdn-primary), var(--bdn-accent-strong), transparent);
    z-index: 0;
  }
}

/* Directory */
.directory-table {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.3rem;
  overflow: hidden;
}

.directory-table table {
  margin: 0;
}

.directory-table th {
  background: var(--bdn-accent);
  color: var(--bdn-heading);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.directory-table td,
.directory-table th {
  padding: 0.95rem 1.05rem;
  vertical-align: middle;
}

.copy-btn {
  border: 0;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.copy-btn:hover {
  background: var(--bdn-primary);
  color: #fff;
}

/* FAQ */
.faq-accordion .accordion-item {
  border: 1px solid var(--bdn-border);
  border-radius: 1rem !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--bdn-heading);
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .faq-accordion .accordion-item:not(.faq-priority) {
    display: none;
  }
}

/* Contact */
.contact-card,
.info-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.4rem;
  padding: 1.6rem;
}

.info-card {
  background: linear-gradient(180deg, var(--bdn-primary) 0%, #5c0e1e 100%);
  color: #fff;
  border: 0;
}

.info-card h3,
.info-card a {
  color: #fff;
}

.info-card a:hover {
  color: #ffd7de;
}

.form-control,
.form-select {
  border-radius: 0.85rem;
  min-height: 48px;
}

textarea.form-control {
  min-height: 140px;
}

/* Footer */
.site-footer {
  position: relative;
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(158, 28, 54, 0.28), transparent 55%),
    radial-gradient(70% 50% at 100% 100%, rgba(126, 20, 41, 0.22), transparent 50%),
    #14070b;
  color: #d1d5db;
  padding: 3.4rem 0 0;
  overflow: hidden;
}

.site-footer h5,
.site-footer .navbar-brand,
.site-footer .brand-title {
  color: #fff;
}

.site-footer a {
  color: #d1d5db;
}

.site-footer a:hover {
  color: #fff;
}

.footer-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 1.5rem 1.6rem;
  margin-bottom: 2.6rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.footer-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8dbe1;
}

.footer-cta-copy h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: #fff;
  letter-spacing: -0.03em;
}

.footer-cta-copy p {
  margin: 0;
  max-width: 42rem;
  color: #c9cdd4;
}

.footer-cta-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.65rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.85fr 1fr;
  gap: 2.2rem 1.6rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
  color: #fff;
}

.footer-logo:hover {
  color: #fff;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}

.footer-tag {
  margin-top: 0.18rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f8dbe1;
}

.footer-about {
  margin: 0 0 1.05rem;
  max-width: 28rem;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
}

.footer-social a:hover {
  background: #fff;
  color: var(--bdn-primary);
  border-color: #fff;
}

.site-footer .footer-col h5 {
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.footer-app-note {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
}

.footer-stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.footer-stores .store-badge,
.footer-stores .play-badge,
.footer-stores .apple-badge {
  flex: 0 0 148px;
  width: 148px;
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
}

.footer-stores .store-badge img,
.footer-stores .apple-badge img {
  width: 148px !important;
  height: 44px !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
}

.footer-stores a.store-badge.play-badge img,
.footer-stores .play-badge img {
  width: 170px !important;
  height: 64px !important;
  max-width: none;
  margin: -10px -11px !important;
  object-fit: cover;
}

.footer-emergency {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  color: #fff;
}

.footer-emergency i {
  color: #f8dbe1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 2.4rem;
  padding: 1.15rem 0 1.3rem;
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}

.footer-actions {
  display: grid;
  gap: 0.7rem;
}

.footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: transparent;
  color: #fff !important;
  font-weight: 800;
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  box-shadow: none;
  white-space: nowrap;
}

.footer-action:hover {
  background: #fff;
  color: var(--bdn-primary) !important;
  border-color: #fff;
}

.footer-action-primary {
  background: #fff;
  color: var(--bdn-primary) !important;
  border-color: #fff;
}

.footer-action-primary:hover {
  background: var(--bdn-accent);
  color: var(--bdn-primary-dark) !important;
}

.site-footer .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.site-footer .btn-outline-light:hover {
  background: #fff;
  color: var(--bdn-primary);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.how-grid .step-card {
  height: 100%;
}

.join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.join-card {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.5rem;
  padding: 1.7rem 1.5rem;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.join-card.urgent {
  background: linear-gradient(180deg, #fff, var(--bdn-accent));
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  align-items: start;
}

.elig-side .eligibility-result {
  margin-top: 1rem;
}

/* Legal pages */
.legal-hero {
  padding: 4.5rem 0 2.5rem;
  background: linear-gradient(180deg, var(--bdn-accent), #fff);
}

.legal-content {
  max-width: 820px;
}

.legal-content h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content ul {
  padding-left: 1.15rem;
}

.legal-content li {
  margin-bottom: 0.4rem;
}

/* Modal */
.modal-content {
  border: 0;
  border-radius: 1.3rem;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal-footer {
  border-top: 0;
}

.form-alert-modal .modal-title {
  color: var(--bdn-primary);
  font-weight: 800;
}

.form-ok {
  margin-top: 0.9rem;
}

.form-alert-modal .modal-title {
  color: var(--bdn-primary);
  font-weight: 800;
}

.form-alert-modal.is-success .modal-title,
.modal.is-success .modal-title {
  color: #0f7a4a;
}

.form-step {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: #7e1429;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  vertical-align: 2px;
}

.form-hint {
  color: var(--bdn-muted);
  font-size: 0.9rem;
  margin: -0.45rem 0 1rem;
}

.field-note {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #9ca3af;
}

.form-page .was-validated .form-control:invalid,
.form-page .was-validated .form-select:invalid {
  border-color: #c81e1e;
  background: #fff8f8;
}

.form-page .was-validated .field-control:has(:invalid) > i {
  color: #c81e1e;
  opacity: 0.8;
}

.form-page .invalid-feedback {
  display: none;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.35rem;
}

.form-page .was-validated .field-control:has(:invalid) + .invalid-feedback,
.form-page .was-validated .form-control:invalid + .invalid-feedback,
.form-page .was-validated .form-select:invalid + .invalid-feedback,
.form-page .was-validated .form-check-input:invalid ~ .invalid-feedback,
.form-page .was-validated .col-12:has(:invalid) > .invalid-feedback,
.form-page .was-validated .col-sm-3:has(:invalid) > .invalid-feedback,
.form-page .was-validated .col-sm-4:has(:invalid) > .invalid-feedback,
.form-page .was-validated .col-sm-6:has(:invalid) > .invalid-feedback {
  display: block;
}

.form-page .was-validated .form-agree:has(:invalid) {
  border-color: #c81e1e;
  background: #fff8f8;
}

/* Toast-like copy notice */
.copy-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--bdn-heading);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 2000;
}

.copy-toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .bento-card.wide,
  .bento-card.narrow,
  .bento-card.third {
    grid-column: span 12;
  }

  .float-stat,
  .float-stat-2 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0.85rem auto 0;
    animation: none;
  }

  .device-wrap {
    max-width: 300px;
  }

  .section {
    padding: 4.2rem 0;
  }

}

@media (max-width: 575.98px) {
  .hero {
    padding-top: 2.4rem;
  }

  .search-widget {
    margin-top: 1.5rem;
  }

  .emergency-bar {
    font-size: 0.78rem;
  }

  .emergency-bar .container {
    align-items: flex-start;
  }
}

/* =========================================================
   v2 — Multi-page, motion, mobile chrome
   ========================================================= */
.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  padding: 5.5rem 0 2.4rem;
  overflow: hidden;
  color: #fff;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: hero-ken 18s ease-in-out infinite alternate;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(92, 14, 30, 0.35) 0%, rgba(17, 24, 39, 0.78) 100%);
}

.page-hero .container { position: relative; z-index: 1; }

.page-hero h1,
.page-hero p,
.breadcrumb-item,
.breadcrumb-item a,
.page-hero .section-kicker {
  color: #fff;
}

.page-hero .section-kicker {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255,255,255,.55);
  margin-bottom: 0.6rem;
}

.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.55); }
.breadcrumb-item.active { color: rgba(255,255,255,.85); }

@keyframes hero-ken {
  from { transform: scale(1.08) translateY(0); }
  to { transform: scale(1.16) translateY(-12px); }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: reveal-up 0.7s ease forwards;
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.3s; }
.reveal-delay-4 { animation-delay: 0.4s; }

@keyframes reveal-up {
  to { opacity: 1; transform: none; }
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--bdn-radius);
  min-height: 220px;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.photo-card:hover img { transform: scale(1.06); }

.feature-visual {
  overflow: hidden;
  border-radius: 1.15rem;
  margin: -0.3rem -0.3rem 1.1rem;
  height: 180px;
}

.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.stat-pill {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.stat-pill strong {
  display: block;
  color: var(--bdn-primary);
  font-size: 1.25rem;
}

.home-hero-photo {
  border-radius: 1.6rem;
  overflow: hidden;
  min-height: 420px;
  position: relative;
  box-shadow: var(--bdn-shadow-lg);
}

.home-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  animation: hero-ken 20s ease-in-out infinite alternate;
}

.home-hero-photo .phone-overlay {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 168px;
  z-index: 2;
}

.home-hero-photo .phone {
  aspect-ratio: 9 / 17;
  border-width: 7px;
  border-radius: 24px;
  box-shadow: 0 0 0 5px #1f2937, 0 18px 40px rgba(0,0,0,.35);
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  padding: 2.4rem;
  color: #fff;
  background: linear-gradient(120deg, #5c0e1e, #9e1c36 55%, #7e1429);
}

.cta-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.cta-band .btn-outline-light {
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

.cta-band .btn-outline-light:hover {
  background: #fff;
  color: var(--bdn-primary);
}

.social-tile.ig i {
  background: #ee2a7b;
  background-image: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.office-panel {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #14070b;
  color: #fff;
  box-shadow: var(--bdn-shadow-lg);
}

.office-photo {
  height: 210px;
  overflow: hidden;
}

.office-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-body { padding: 1.4rem 1.45rem 1.55rem; }

.office-row {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.office-row:last-of-type { border-bottom: 0; }

.office-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}

.office-panel a { color: #fff; }
.office-panel a:hover { color: #ffd7de; }

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.social-tile {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  color: var(--bdn-heading);
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--bdn-shadow);
  color: var(--bdn-heading);
}

.social-tile i, .social-tile .fa-brands {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.05rem;
}

.social-tile.wa i { background: #25d366; }
.social-tile.fb i { background: #1877f2; }
.social-tile.ig i { background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7); }
.social-tile.li i { background: #0a66c2; }
.social-tile.mail i { background: var(--bdn-primary); }
.social-tile.call i { background: #111827; }

.email-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.email-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid var(--bdn-border);
  color: var(--bdn-heading);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.email-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--bdn-shadow);
  color: var(--bdn-heading);
}

.email-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.mobile-tabbar {
  display: none;
}

.mobile-download {
  display: none;
}

.search-widget { margin-top: 0; }

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  min-height: 460px;
}

.hero-mosaic .tile {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}

.hero-mosaic .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mosaic .tile-lg { grid-row: 1 / span 2; }

.hero-mosaic .tile-cap {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--bdn-heading);
}

.nav-ico-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: none;
  place-items: center;
  background: #25d366;
  color: #fff !important;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  :root { --bdn-nav-h: 64px; }
  html { scroll-padding-top: 80px; }
  body { padding-bottom: 108px; }
  main, footer { overflow-x: clip; }
  body.legal-standalone { padding-bottom: 0; }

  .navbar-bdn {
    min-height: 64px;
    padding: 0;
    background: rgba(255, 251, 251, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(126, 20, 41, 0.08);
  }

  body[data-page="register"] .navbar-bdn,
  body[data-page="request"] .navbar-bdn {
    background: rgba(251, 246, 247, 0.94);
  }

  body[data-page="register"] .navbar-bdn.is-scrolled,
  body[data-page="request"] .navbar-bdn.is-scrolled {
    background: rgba(244, 238, 240, 0.96);
  }

  .navbar-bdn.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  }

  .navbar-bdn .nav-shell {
    min-height: 64px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .navbar-bdn.is-scrolled .nav-shell {
    background: transparent;
    box-shadow: none;
  }

  .navbar-bdn .navbar-brand {
    flex: 1;
    min-width: 0;
    font-size: clamp(0.86rem, 4.1vw, 1.05rem);
    gap: 0.55rem;
  }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy { min-width: 0; }
  .brand-tag { display: none; }
  .brand-name-full {
    display: block;
    white-space: normal;
    line-height: 1.2;
  }
  .brand-name-short { display: none !important; }
  .nav-mobile { flex-shrink: 0; }

  .nav-ico-btn { display: grid; }

  .hero {
    padding: 1.1rem 0 2.2rem;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .hero h1 {
    font-size: 2.05rem;
    line-height: 1.12;
    max-width: none;
  }

  .hero .lead { font-size: 0.98rem; max-width: none; }

  .hero-shot {
    width: min(168px, 46vw);
    grid-column: 2;
    grid-row: 1 / span 4;
    margin: 0;
    align-self: start;
  }
  .hero-shot img {
    border-radius: 1.7rem;
    box-shadow:
      0 0 0 8px #1a0a10,
      0 0 0 9px rgba(255, 255, 255, 0.35),
      0 24px 40px rgba(126, 20, 41, 0.28);
  }
  .hero-visual {
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 1rem 0.4rem 0.9rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: repeat(4, auto);
    align-items: center;
    column-gap: 0.35rem;
    row-gap: 0.4rem;
  }
  .hero-chips {
    position: static;
    inset: auto;
    display: contents;
    pointer-events: none;
  }
  .hero-chip {
    position: static !important;
    display: inline-flex;
    font-size: 0.58rem;
    padding: 0.28rem 0.42rem;
    animation: none !important;
    transform: none !important;
    white-space: normal;
    line-height: 1.15;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  .chip-a, .chip-c, .chip-f, .chip-h { grid-column: 1; justify-self: end; min-width: 0; }
  .chip-b, .chip-e, .chip-d, .chip-g { grid-column: 3; justify-self: start; min-width: 0; }
  .chip-a { grid-row: 1; }
  .chip-c { grid-row: 2; }
  .chip-f { grid-row: 3; }
  .chip-h { grid-row: 4; }
  .chip-b { grid-row: 1; }
  .chip-e { grid-row: 2; }
  .chip-d { grid-row: 3; }
  .chip-g { grid-row: 4; }

  .hero-cta-desktop { display: none !important; }
  .hero-cta-mobile { display: flex !important; }

  .how-grid { grid-template-columns: 1fr 1fr; }
  .history-track { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .join-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-cta-band {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1.15rem;
    margin-bottom: 2rem;
  }
  .footer-cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .footer-action { width: 100%; min-width: 0; }
  .site-footer { padding-top: 2.4rem; }
  .hero-actions.store-badges {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-toast {
    top: 12px;
    right: 10px;
    min-width: 0;
    padding: 0.65rem 0.75rem;
  }

  .hero-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.45rem; }
  .hero-trust strong { font-size: 1rem; }
  .hero-trust span { font-size: 0.62rem; }

  .cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .cta-group .btn { width: 100%; text-align: center; }

  .hero-mosaic {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 140px;
    margin-top: 0.5rem;
  }

  .hero-mosaic .tile-lg { grid-column: 1 / -1; grid-row: auto; }

  .home-hero-photo { min-height: 280px; }
  .home-hero-photo .phone-overlay { width: 120px; right: 0.7rem; bottom: 0.7rem; }

  .float-stat, .float-stat-2, .device-wrap .glow-orb { display: none !important; }

  .section { padding: 3rem 0; }
  .section-title { font-size: 1.7rem; }

  .stat-strip { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }

  .page-hero {
    min-height: 220px;
    padding: 4.4rem 0 1.6rem;
  }

  .cta-band { padding: 1.5rem; border-radius: 1.2rem; }

  .offcanvas-bdn {
    width: min(340px, 94vw) !important;
    top: 0 !important;
    bottom: 0;
    height: 100%;
    max-height: none;
    border-radius: 0;
    z-index: 1060;
  }

  .offcanvas-bdn .offcanvas-body {
    padding: 0.85rem 1rem calc(5.8rem + env(safe-area-inset-bottom, 0px));
  }

  .offcanvas-bdn .nav-link {
    padding: 0.72rem 0.8rem;
    font-size: 0.98rem;
    border-bottom: 0;
    border-radius: 0.95rem;
    width: 100%;
    text-align: left;
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .mobile-tabbar {
    display: block;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: 1050;
    padding-top: 8px;
    padding-right: max(10px, env(safe-area-inset-right, 0px));
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding-left: max(10px, env(safe-area-inset-left, 0px));
    background: linear-gradient(to top, rgba(255, 251, 251, 0.96) 42%, rgba(255, 251, 251, 0) 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible;
    pointer-events: none;
  }

  .mobile-tabbar-inner {
    pointer-events: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 0.12rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(126, 20, 41, 0.1);
    border-radius: 16px;
    padding: 0.3rem;
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.16);
    overflow: hidden;
  }

  .mobile-tabbar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    padding: 0.35rem 0.1rem 0.3rem;
    border-radius: 12px;
    color: #6b7280;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
  }

  .mobile-tabbar a span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-tabbar a i {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fdf2f4;
    color: #7e1429;
    font-size: 1.05rem;
  }

  .mobile-tabbar a.active {
    color: #7e1429;
    background: rgba(126, 20, 41, 0.06);
  }

  .mobile-tabbar a.active i {
    background: #7e1429;
    color: #fff;
    box-shadow: 0 8px 16px rgba(126, 20, 41, 0.32);
  }

  .mobile-tabbar a:hover { color: #7e1429; }

  .directory-table td, .directory-table th { padding: 0.75rem; font-size: 0.88rem; }
  .copy-btn { width: 100%; }
}

@media (max-width: 575.98px) {
  .hero-mosaic .tile-cap { font-size: 0.68rem; }
  .checklist .check-item { padding: 0.9rem 0.95rem; }
  .search-card { padding: 1rem; border-radius: 1.15rem; }
  .form-control, .form-select { min-height: 50px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse-dot,
  .brand-mark,
  .float-stat,
  .float-stat-2,
  .bento-card,
  .page-hero-bg,
  .home-hero-photo img,
  .hero-canvas img,
  .hero-toast,
  .fb-float,
  .reveal {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* Impact stats */
.impact-section {
  padding: 1.4rem 0 5.2rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.impact-card {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.4rem;
  padding: 1.45rem 1.25rem 1.3rem;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 168px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.impact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bdn-shadow);
}

.impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7e1429, #c41e3a);
}

.impact-card .ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  margin-bottom: 0.9rem;
  font-size: 1.1rem;
}

.impact-card .num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--bdn-primary);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.impact-card .lbl {
  display: block;
  margin-top: 0.28rem;
  font-weight: 800;
  color: var(--bdn-heading);
  font-size: 0.95rem;
}

.impact-card .hint {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--bdn-muted);
}

.impact-note {
  font-size: 0.82rem;
  color: var(--bdn-muted);
  margin: 1.1rem 0 0;
}

.elig-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.elig-fact {
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1rem;
  padding: 0.9rem 0.95rem;
}

.elig-fact strong {
  display: block;
  color: var(--bdn-primary);
  font-size: 1.05rem;
}

.elig-fact span {
  font-size: 0.8rem;
  color: var(--bdn-muted);
}

.view-all-row {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.reviews-section .view-all-row {
  margin-top: 1.85rem;
}

.fb-float {
  position: fixed !important;
  right: 22px;
  bottom: 28px;
  z-index: 1080;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1877f2 !important;
  color: #fff !important;
  display: grid !important;
  place-items: center;
  font-size: 1.55rem;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(24, 119, 242, 0.48);
  animation: wa-bob 2.4s ease-in-out infinite;
}

.fb-float:hover,
.fb-float:focus {
  background: #166fe5 !important;
  color: #fff !important;
  transform: scale(1.06);
}

@media (max-width: 991.98px) {
  .fb-float {
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    width: 54px;
    height: 54px;
    font-size: 1.4rem;
  }
}

@keyframes wa-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.offcanvas-bdn .nav-link.active {
  color: var(--bdn-primary);
  font-weight: 800;
}

.province-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}

.province-chips button {
  border: 1px solid var(--bdn-border);
  background: #fff;
  border-radius: 999px;
  padding: 0.38rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--bdn-heading);
}

.province-chips button.active,
.province-chips button:hover {
  background: var(--bdn-accent);
  border-color: transparent;
  color: var(--bdn-primary);
}

.ambulance-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  background: linear-gradient(120deg, #5c0e1e, #9e1c36);
  color: #fff;
  border-radius: 1.35rem;
  padding: 1.15rem 1.35rem;
  margin-bottom: 1.5rem;
}

.ambulance-banner a {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
}

body.legal-standalone {
  background:
    radial-gradient(900px 420px at 50% -8%, rgba(158, 28, 54, 0.14), transparent 58%),
    #fff8f9;
  padding-bottom: 0;
}

body.legal-standalone .mobile-tabbar {
  display: none !important;
}

.legal-brand {
  text-align: center;
  padding: 2.6rem 1rem 0.4rem;
}

.legal-brand a.logo-link {
  color: inherit;
}

.legal-brand .brand-mark {
  width: 92px;
  height: 92px;
  margin: 0 auto 1rem;
  box-shadow: var(--bdn-shadow);
}

.legal-brand .app-name {
  font-size: 1.7rem;
  margin-bottom: 0.2rem;
}

.legal-brand .tagline {
  color: var(--bdn-primary);
  font-weight: 700;
  margin-bottom: 0;
}

.legal-sheet {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2.25rem 2rem 2.4rem;
  box-shadow: var(--bdn-shadow);
  border: 1px solid var(--bdn-border);
  margin: 1.4rem auto 3rem;
}

.legal-sheet h1 {
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  margin-bottom: 0.45rem;
}

@media (max-width: 991.98px) {
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .hero-float { display: none; }
  .legal-sheet { padding: 1.4rem 1.1rem 1.6rem; border-radius: 1.2rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  #features.section { padding: 3.4rem 0; }
  .feature-tile { padding: 1.15rem 1.1rem 1.1rem; }
  .history-track { grid-template-columns: 1fr 1fr; }
  .review-marquee .review-card { width: min(300px, 78vw); min-height: 236px; }
  .reviews-head { align-items: stretch; }
  #how-it-works { display: none !important; }
  #offcanvasNav a[href="#how-it-works"],
  #offcanvasNav a[href="index.php#how-it-works"] { display: none !important; }
  .compat-studio { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .impact-grid { grid-template-columns: 1fr; }
  .elig-facts { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  #features.section { padding: 2.8rem 0; }
  .history-track { grid-template-columns: 1fr; }
  .review-marquee .review-card { width: min(280px, 82vw); }
  .blood-btns { max-width: 100%; }
  .compat-drop { width: 76px; height: 76px; font-size: 1.4rem; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-toast { display: none; }
  .hero-visual { min-height: 0; padding: 0.95rem 0.35rem 0.75rem; }
  .hero-shot { width: min(150px, 42vw); }
  .how-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col-app { grid-column: 1 / -1; }
  .footer-cta-actions { grid-template-columns: 1fr; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline { grid-template-columns: 1fr; }
}

/* Form pages */
body[data-page="register"],
body[data-page="request"] {
  background:
    radial-gradient(70% 40% at 0% 0%, rgba(126, 20, 41, 0.08), transparent 55%),
    linear-gradient(180deg, #fbf6f7 0%, #f4eef0 38%, #fff 100%);
}

.form-page {
  padding: 2rem 0 4.8rem;
  background: transparent;
}

.form-premium {
  max-width: 820px;
  margin: 0 auto;
}

.form-hero {
  text-align: left;
  padding: 0.2rem 0.15rem 1.35rem;
}

.form-hero h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  letter-spacing: -0.035em;
  color: var(--bdn-heading);
  margin: 0 0 0.55rem;
  line-height: 1.12;
}

.form-hero > p {
  color: var(--bdn-muted);
  max-width: 38rem;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.65;
  font-weight: 500;
}

.form-shell {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.55rem;
  padding: 1.55rem 1.55rem 1.7rem;
  box-shadow: 0 22px 50px rgba(80, 12, 26, 0.08);
}

.form-block {
  border-top: 1px solid #f0e6e8;
  padding: 1.45rem 0 0.15rem;
  margin-bottom: 0.2rem;
}

.form-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-block-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.05rem;
}

.form-block-head span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem;
  background: #7e1429;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  flex-shrink: 0;
}

.form-block-head h2 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--bdn-heading);
  margin: 0;
  font-weight: 800;
}

.form-block-head p {
  margin: 0.08rem 0 0;
  color: var(--bdn-muted);
  font-size: 0.82rem;
}

.form-page .form-label {
  font-weight: 700;
  font-size: 0.86rem;
  color: #374151;
  margin-bottom: 0.38rem;
}

.form-page .form-control,
.form-page .form-select {
  border-radius: 0.9rem;
  border: 1px solid #eadfe2;
  background: #fbf8f9;
  min-height: 52px;
  font-size: 1rem;
  box-shadow: none;
}

.form-page .form-textarea {
  min-height: 108px;
  padding: 0.9rem 1rem;
  resize: vertical;
}

.form-page .form-control:focus,
.form-page .form-select:focus,
.form-page .form-textarea:focus {
  background: #fff;
  border-color: var(--bdn-primary);
  box-shadow: 0 0 0 4px rgba(126, 20, 41, 0.1);
}

.field-control {
  position: relative;
}

.field-control > i {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9e1c36;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

.field-control .form-control,
.field-control .form-select {
  padding-left: 2.55rem;
}

.form-agree {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  background: #fbf8f9;
  border: 1px solid #eadfe2;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
}

.form-agree .form-check-input {
  margin-top: 0.18rem;
  width: 1.1rem;
  height: 1.1rem;
  border-color: #d7c4c8;
  flex-shrink: 0;
}

.form-agree .form-check-input:checked {
  background-color: var(--bdn-primary);
  border-color: var(--bdn-primary);
}

.form-agree a {
  font-weight: 800;
  color: var(--bdn-primary);
}

.captcha-box {
  background: #fbf8f9;
  border: 1px solid #eadfe2;
  border-radius: 1.05rem;
  padding: 1rem 1rem 1.1rem;
}

.captcha-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.captcha-top strong {
  display: block;
  color: var(--bdn-heading);
  font-size: 0.92rem;
}

.captcha-top span {
  display: block;
  color: var(--bdn-muted);
  font-size: 0.78rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.captcha-refresh {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ead7b8;
  background: #fff;
  color: var(--bdn-primary);
  display: grid;
  place-items: center;
}

.captcha-refresh:hover {
  background: #7e1429;
  color: #fff;
  border-color: #7e1429;
}

.captcha-eq {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.captcha-num,
.captcha-op {
  min-width: 42px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  font-weight: 800;
  font-size: 1.15rem;
}

.captcha-num {
  background: #fff;
  border: 1px solid #ead7b8;
  color: var(--bdn-heading);
}

.captcha-op {
  min-width: 24px;
  color: var(--bdn-primary);
}

.captcha-input {
  width: 88px !important;
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem !important;
}

.form-submit {
  min-height: 54px;
  margin-top: 1rem;
  padding-inline: 1.4rem;
  border-radius: 0.95rem;
  width: 100%;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(126, 20, 41, 0.22);
}

.form-submit .btn-spin {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: form-spin 0.7s linear infinite;
  margin-right: 0.55rem;
}

.form-submit.is-loading {
  pointer-events: none;
  opacity: 0.88;
}

.form-submit.is-loading .btn-spin {
  display: inline-block;
}

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

.geo-loading {
  opacity: 0.65;
  pointer-events: none;
}

.form-page .form-select:disabled {
  background: #f4eef0;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 1;
}

.field-control:has(.form-select:disabled) > i {
  opacity: 0.28;
}

.form-switch {
  text-align: center;
  margin: 0.95rem 0 0;
  color: var(--bdn-muted);
}

.form-switch a {
  font-weight: 800;
  color: var(--bdn-primary);
}

@media (max-width: 991.98px) {
  .form-page { padding: 1.35rem 0 4.2rem; }
  .form-hero { padding-bottom: 1.2rem; }
  .form-shell { padding: 1.2rem 1rem 1.35rem; border-radius: 1.2rem; }
  .form-submit { width: 100%; }
}

.request-ad-dialog {
  max-width: 820px;
  width: calc(100% - 2.5rem);
  margin: 1.75rem auto;
}

.request-ad-modal {
  border: 0;
  border-radius: 1.35rem;
  max-height: 84vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f2f3;
  box-shadow: 0 28px 70px rgba(80, 12, 26, 0.28);
}

.request-ad-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.15rem 0.95rem;
  background: linear-gradient(135deg, #7e1429 0%, #4a0c18 100%);
  border-bottom: 0;
  color: #fff;
}

.request-ad-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.request-ad-brand-ico {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.request-ad-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.request-ad-modal .modal-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.request-ad-close {
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.request-ad-close:hover {
  background: #fff;
  color: #7e1429;
}

.request-ad-modal .modal-body {
  padding: 1rem 1rem 1.15rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.request-ad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

@media (min-width: 576px) {
  .request-ad-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 0.9rem) / 2);
    justify-self: center;
  }
}

.request-ad-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.1rem;
  padding: 0.95rem 1rem 0.9rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.request-ad-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.request-ad-group {
  display: inline-grid;
  place-items: center;
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.45rem;
  border-radius: 0.9rem;
  background: #7e1429;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(126, 20, 41, 0.28);
}

.request-ad-who {
  min-width: 0;
}

.request-ad-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0 0 0.15rem;
  line-height: 1.25;
}

.request-ad-pint {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  color: #9e1c36;
  background: #f8e9ed;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
}

.request-ad-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.request-ad-meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
}

.request-ad-meta i {
  color: #9e1c36;
  font-size: 0.95rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.request-ad-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.ad-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  border: 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  color: #fff !important;
}

.ad-btn i {
  font-size: 0.95rem;
}

.ad-btn.call {
  background: #7e1429;
}

.ad-btn.wa {
  background: #1f9c4d;
}

.ad-btn.call:hover {
  background: #5c0e1e;
  color: #fff !important;
}

.ad-btn.wa:hover {
  background: #17803d;
  color: #fff !important;
}

.request-ad-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--bdn-muted);
  padding: 0.8rem 0;
  font-size: 0.85rem;
}

body:has(#requestAdModal.show) .modal-backdrop {
  background: #111827;
  opacity: 0.72 !important;
}

@media (max-width: 575.98px) {
  .request-ad-dialog {
    max-width: calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    margin: auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }

  .request-ad-modal {
    max-height: 80vh;
    width: 100%;
    border-radius: 1.15rem;
  }

  .request-ad-header {
    padding: 0.85rem 0.9rem;
  }

  .request-ad-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .request-ad-card {
    padding: 0.85rem 0.85rem 0.8rem;
  }
}

.height-unit-pills {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
  background: #f1f3f5;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.unit-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: transparent;
  color: #555;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.unit-chip:hover {
  color: #7e1429;
  background: rgba(126, 20, 41, 0.06);
}

.unit-chip.active {
  background: linear-gradient(135deg, #7e1429 0%, #a81c3a 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(126, 20, 41, 0.25);
}

.more-calcs-cta {
  background: linear-gradient(135deg, #7e1429 0%, #a81c3a 100%);
  box-shadow: 0 12px 32px rgba(126, 20, 41, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Health calculators */
.health-teaser {
  padding: 0 0 2.6rem;
}

.health-teaser-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  flex-wrap: wrap;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(126, 20, 41, 0.12);
  border-radius: 1.15rem;
  background:
    linear-gradient(110deg, #fff 0%, #fff8f9 55%, #fdf2f4 100%);
  box-shadow: 0 16px 40px rgba(126, 20, 41, 0.07);
}

.health-teaser-box h2 {
  font-size: 1.2rem;
  margin: 0 0 0.22rem;
}

.health-teaser-box p {
  margin: 0;
  color: var(--bdn-muted);
  font-size: 0.92rem;
}

.health-teaser-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.95rem;
}

.health-teaser-links a:not(.btn) {
  font-weight: 700;
  font-size: 0.88rem;
}

.health-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.health-home-card {
  display: block;
  background: #fff;
  border: 1px solid var(--bdn-border);
  border-radius: 1.15rem;
  padding: 1.15rem 1.1rem 1.1rem;
  color: inherit;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  height: 100%;
}

.health-home-card:hover {
  color: inherit;
  border-color: var(--bdn-accent-strong);
  box-shadow: 0 12px 30px rgba(126, 20, 41, 0.08);
}

.health-home-card .ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bdn-accent);
  color: var(--bdn-primary);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.health-home-card h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.health-home-card p {
  margin: 0;
  color: var(--bdn-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .health-home-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
  .health-home-grid { grid-template-columns: 1fr; gap: 0.75rem; }
  .health-home-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    row-gap: 0.15rem;
    align-items: start;
    padding: 0.95rem 1rem;
  }
  .health-home-card .ico {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }
  .health-home-card h3 { margin-bottom: 0; }
  .health-home-card p { font-size: 0.84rem; }
}

.health-page {
  background:
    radial-gradient(70% 36% at 0% 0%, rgba(126, 20, 41, 0.07), transparent 55%),
    linear-gradient(180deg, #fbf6f7 0%, #fff 42%);
  padding-bottom: 3.4rem;
}

.health-hero {
  background: transparent;
  color: inherit;
  padding: 2.35rem 0 1.35rem;
  position: relative;
  overflow: visible;
}

.health-hero h1 {
  color: var(--bdn-primary);
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 0.55rem;
}

.health-hero h1::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 99px;
  background: linear-gradient(90deg, #7e1429, #e8c07a);
}

.health-hero-lead {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--bdn-muted);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.55;
}

@media (min-width: 1100px) {
  .health-hero-lead {
    white-space: nowrap;
  }
}

.health-body {
  margin-top: 0.35rem;
  position: relative;
  z-index: 2;
}

.health-panel {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.45rem;
  padding: 1.55rem 1.5rem 1.45rem;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
  margin-bottom: 1.2rem;
}

.health-panel > h2 {
  font-size: 1.38rem;
  margin-bottom: 0.35rem;
}

.health-lead {
  color: var(--bdn-muted);
  font-size: 0.95rem;
  margin-bottom: 1.15rem;
  max-width: 46rem;
}

.health-page .compat-select,
.health-page .compat-panel {
  box-shadow: none;
}

.health-page .checklist {
  border-radius: 1.1rem;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.calc-card {
  background: #fff;
  border: 1px solid rgba(126, 20, 41, 0.08);
  border-radius: 1.45rem;
  padding: 1.4rem 1.35rem 1.3rem;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.07);
}

.calc-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bdn-primary);
}

.calc-card h2 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.calc-card > p {
  color: var(--bdn-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.calc-result {
  display: none;
  margin-top: 0.9rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  font-size: 0.9rem;
}

.calc-result.is-ok,
.calc-result.is-wait {
  display: block;
}

.calc-result.is-ok {
  background: var(--bdn-success-soft);
  color: #065f46;
}

.calc-result.is-wait {
  background: #fff7ed;
  color: #9a3412;
}

@media (min-width: 1200px) {
  body[data-page="health"] .container {
    max-width: 1280px;
  }
}

@media (min-width: 1500px) {
  body[data-page="health"] .container {
    max-width: 1460px;
  }
}

@media (max-width: 991.98px) {
  .health-teaser { padding-bottom: 1.6rem; }
  .calc-grid { grid-template-columns: 1fr; }
  .health-hero { padding: 1.55rem 0 1rem; }
  .health-hero-lead { white-space: normal; }
  .health-panel,
  .calc-card { padding: 1.15rem 1rem 1.1rem; border-radius: 1.2rem; }
}


