/* =========================================================
   HOPE - A SC HEROS CHARITY
   Design System #5632 — High-Energy Vibrant + Swiss Grid
   ========================================================= */

:root {
  --navy: #0c0f24;
  --navy-soft: #151938;
  --coral: #ff5a5f;
  --orange: #f97316;
  --indigo: #4f46e5;
  --teal: #0f3d4c;
  --copper: #c9855a;
  --gold: #d4a84b;
  --white: #ffffff;
  --off-white: #f7f8fc;
  --muted: #6b7280;
  --line: #e5e7eb;
  --success: #0f766e;
  --radius: 0;
  --font-display: "Plus Jakarta Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-sans-serif: var(--font-body);
  --bs-body-font-family: var(--font-body);
  --bs-headings-font-family: var(--font-display);
  --bs-body-font-weight: 400;
  --bs-headings-font-weight: 800;
  --shadow-soft: 0 18px 40px rgba(12, 15, 36, 0.12);
  --max: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  color: var(--navy);
  background: var(--off-white);
  line-height: 1.65;
  overflow-x: hidden;
}

/* Force one type system across Bootstrap components */
body,
button,
input,
select,
textarea,
label,
.btn,
.navbar,
.nav-link,
.form-control,
.form-select,
.form-label,
.dropdown-menu,
.accordion,
.toast-success,
.cookie-banner,
.legal-bar,
.emergency-ticker,
.partner-chip,
.trust-badge,
.tag,
.footer-links,
.site-footer {
  font-family: var(--font-body);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--indigo);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--coral);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-title,
.navbar-brand,
.brand-text,
.eyebrow,
.card-label,
.role,
.stat-item .num,
.stat-item .label,
.amount-btn,
.freq-btn,
.step-num,
.partner-chip,
.board-card .role,
.swiss-card .card-label,
.swiss-card .card-link,
.btn-primary-hope,
.btn-outline-hope,
.btn-outline-dark-hope,
.btn-donate-nav,
.site-footer h4,
.intake-card h3,
.alloc-row,
.hero-badge {
  font-family: var(--font-display);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--navy);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.75rem;
}

.section-pad {
  padding: 5rem 0;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 640px;
}

/* ---------- Legal / Emergency ticker ---------- */
.legal-bar {
  background: var(--navy);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.55rem 1rem;
}

.legal-bar span {
  color: var(--orange);
}

.emergency-ticker {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.emergency-ticker .ticker-track {
  display: inline-block;
  padding: 0.55rem 0;
  animation: ticker 28s linear infinite;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- Navbar ---------- */
.site-nav {
  background: rgba(12, 15, 36, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.65rem 0;
  position: sticky;
  top: 0;
  z-index: 1040;
}

.site-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-text small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  white-space: normal;
  line-height: 1.25;
}

.site-nav .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 0.7rem !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: #fff !important;
}

.site-nav .nav-link.active {
  box-shadow: inset 0 -2px 0 var(--coral);
}

.btn-donate-nav {
  background: var(--coral) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  padding: 0.55rem 1rem !important;
  margin-left: 0.35rem;
}

.btn-donate-nav:hover {
  background: var(--orange) !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---------- Buttons ---------- */
.btn-primary-hope {
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.85rem 1.4rem;
  border-radius: 0;
}

.btn-primary-hope:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn-outline-hope {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.85rem 1.4rem;
  border-radius: 0;
}

.btn-outline-hope:hover {
  background: #fff;
  color: var(--navy);
}

.btn-outline-dark-hope {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: transparent;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.85rem 1.4rem;
  border-radius: 0;
}

.btn-outline-dark-hope:hover {
  background: var(--navy);
  color: #fff;
}

/* ---------- Hero (Offset Diagonal) ---------- */
.hero-diagonal {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  min-height: 86vh;
  display: flex;
  align-items: center;
}

.hero-diagonal::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 0;
  width: 54%;
  height: 100%;
  background: linear-gradient(160deg, rgba(255, 90, 95, 0.18), rgba(79, 70, 229, 0.25));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(12, 15, 36, 0.94) 0%, rgba(12, 15, 36, 0.78) 48%, rgba(12, 15, 36, 0.45) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0 5.5rem;
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  max-width: 16ch;
  margin-bottom: 1.1rem;
}

.hero-content .lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  max-width: 36rem;
  margin-bottom: 1.75rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.hero-badge {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intake-card {
  position: relative;
  z-index: 3;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}

.intake-card h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.intake-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.intake-card .form-control,
.intake-card .form-select {
  border-radius: 0;
  border-color: var(--line);
  font-size: 0.9rem;
  padding: 0.7rem 0.85rem;
}

.diagonal-divider {
  height: 64px;
  background: var(--off-white);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  margin-top: -1px;
}

/* ---------- Swiss grid cards ---------- */
.swiss-card {
  background: #fff;
  border: 1px solid var(--line);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiss-card .card-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
}

.swiss-card .card-media img,
.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.swiss-card:hover .card-media img,
.zoom-wrap:hover .zoom-img {
  transform: scale(1.04);
}

.swiss-card .card-body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.swiss-card .card-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 0.55rem;
}

.swiss-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.swiss-card p {
  color: var(--muted);
  font-size: 0.95rem;
  flex: 1;
}

.swiss-card .card-link {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--coral);
}

/* ---------- Stats ---------- */
.stats-band {
  background: var(--navy);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item {
  text-align: center;
  padding: 1.25rem 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item i {
  color: var(--orange);
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}

.stat-item .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-item .label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* ---------- Gallery mosaic ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.gallery-grid .zoom-wrap {
  overflow: hidden;
  aspect-ratio: 1;
  background: #fff;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Transparency bars ---------- */
.alloc-row {
  display: grid;
  grid-template-columns: 140px 1fr 56px;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.alloc-track {
  height: 10px;
  background: #eef0f6;
  border: 1px solid var(--line);
}

.alloc-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--orange));
}

.alloc-fill.admin { background: var(--indigo); width: 8%; }
.alloc-fill.fund { background: var(--navy); width: 4%; }

/* ---------- Leadership preview ---------- */
.leader-preview {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
}

.leader-preview img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line);
}

/* ---------- Partner strip ---------- */
.partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.partner-chip {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.85rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

/* ---------- Page hero (inner) ---------- */
.page-hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
}

.page-hero .bg {
  position: absolute;
  inset: 0;
}

.page-hero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.page-hero .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 15, 36, 0.92), rgba(79, 70, 229, 0.45));
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 640px;
  margin-bottom: 0;
}

/* ---------- Values / board ---------- */
.value-tile {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
  height: 100%;
}

.value-tile i {
  color: var(--coral);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.value-tile h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.board-card {
  border: 1px solid var(--line);
  background: #fff;
  height: 100%;
}

.board-card .portrait {
  overflow: hidden;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--line);
}

.board-card .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.board-card:hover .portrait img {
  transform: scale(1.04);
}

.board-card .body {
  padding: 1.5rem;
}

.board-card .role {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 0.35rem;
}

.board-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.board-card .meta {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.board-card .meta strong {
  color: var(--navy);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

/* ---------- News articles ---------- */
.article-feature {
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 2rem;
}

.article-feature .media {
  overflow: hidden;
  max-height: 420px;
}

.article-feature .media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.article-feature:hover .media img {
  transform: scale(1.04);
}

.article-feature .body {
  padding: 2rem 1.75rem 2.25rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

.tag {
  display: inline-block;
  border: 1px solid var(--line);
  padding: 0.2rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--indigo);
}

.share-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  color: var(--navy);
  margin-right: 0.35rem;
}

.share-btns a:hover {
  background: var(--navy);
  color: #fff;
}

/* ---------- Donate ---------- */
.donate-panel {
  border: 1px solid var(--line);
  background: #fff;
  padding: 2rem 1.75rem;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.amount-btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.95rem 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.amount-btn:hover,
.amount-btn.active {
  border-color: var(--coral);
  background: rgba(255, 90, 95, 0.08);
  color: var(--coral);
}

.freq-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.freq-btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.freq-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-badge {
  border: 1px solid var(--line);
  padding: 0.55rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Contact ---------- */
.contact-quickbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.contact-quick-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem 1rem;
  height: 100%;
  border-right: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.contact-quickbar .col-md-4:last-child .contact-quick-item {
  border-right: none;
}

.contact-quick-item i {
  color: var(--coral);
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.contact-quick-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.contact-quick-item span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

a.contact-quick-item:hover span {
  color: var(--coral);
}

.contact-panel {
  border: 1px solid var(--line);
  background: #fff;
  padding: 2rem 1.75rem;
}

.contact-panel .form-control,
.contact-panel .form-select {
  border-radius: 0;
  border-color: var(--line);
  padding: 0.75rem 0.9rem;
  font-size: 0.95rem;
}

.contact-panel .form-control:focus,
.contact-panel .form-select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 0.2rem rgba(255, 90, 95, 0.15);
}

.helpline-card {
  background: var(--navy);
  color: #fff;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.helpline-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

.helpline-card a {
  color: #fdba74;
}

.helpline-card a:hover {
  color: #fff;
}

.contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.contact-detail-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.contact-detail-list .label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 0.15rem;
}

.contact-detail-list .value {
  color: #fff;
  line-height: 1.45;
}

.hours-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.95rem 1rem;
  margin-bottom: 1rem;
}

.hours-box strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fdba74;
  margin-bottom: 0.35rem;
}

.helpline-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.visit-card {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.visit-card-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
}

.visit-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.visit-card:hover .visit-card-media img {
  transform: scale(1.04);
}

.visit-card-body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.map-embed {
  border: 1px solid var(--line);
  min-height: 280px;
  background: #e8ebf3;
}

.map-embed iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.map-embed-lg iframe {
  height: 420px;
}

@media (max-width: 767.98px) {
  .contact-quick-item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .contact-quickbar .col-md-4:last-child .contact-quick-item {
    border-bottom: none;
  }

  .contact-detail-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .map-embed-lg iframe {
    height: 300px;
  }
}

/* ---------- Privacy ---------- */
.legal-block {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.75rem;
  margin-bottom: 1rem;
}

.legal-block h2 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.legal-block p,
.legal-block li {
  color: #374151;
  font-size: 0.95rem;
}

/* ---------- Newsletter / CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy), #1e1b4b 55%, #7c2d12);
  color: #fff;
  padding: 3.5rem 0;
}

.cta-band h2 {
  color: #fff;
}

.cta-band .form-control {
  border-radius: 0;
  border: none;
  padding: 0.85rem 1rem;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #070916;
  color: rgba(255, 255, 255, 0.78);
  padding: 3.5rem 0 2rem;
  font-size: 0.92rem;
}

.site-footer h4 {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover {
  color: var(--orange);
}

.site-footer .footer-brand {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.site-footer .footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.site-footer .ein-line {
  color: var(--orange);
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0.85rem 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  padding: 1.1rem 1.25rem;
  display: none;
  max-width: 560px;
  margin-left: auto;
}

.cookie-banner.show {
  display: block;
}

/* ---------- Toast ---------- */
.toast-success {
  position: fixed;
  top: 90px;
  right: 1rem;
  z-index: 1090;
  background: var(--success);
  color: #fff;
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: none;
  max-width: 340px;
  box-shadow: var(--shadow-soft);
}

.toast-success.show {
  display: block;
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Testimonial ---------- */
.quote-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
  height: 100%;
}

.quote-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.quote-card .name {
  font-weight: 800;
  font-size: 0.9rem;
}

.quote-card .role {
  font-size: 0.75rem;
  color: var(--muted);
}

/* ---------- Workflow steps ---------- */
.step-item {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
  height: 100%;
  position: relative;
}

.step-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 0.65rem;
}

/* ---------- Accordion polish ---------- */
.accordion-button {
  font-family: var(--font-display) !important;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  border-radius: 0 !important;
  box-shadow: none !important;
}

.accordion-item {
  border: 1px solid var(--line) !important;
  margin-bottom: 0.5rem;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 90, 95, 0.06);
  color: var(--coral);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .hero-diagonal::after {
    display: none;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leader-preview {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .leader-preview img {
    margin: 0 auto;
  }

  .amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .brand-text small {
    max-width: 150px;
    display: inline-block;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .alloc-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
