@charset "UTF-8";
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 360px at 15% 10%, rgba(225, 29, 46, 0.25), transparent 65%), radial-gradient(900px 360px at 85% 10%, rgba(2, 132, 199, 0.18), transparent 65%), linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(225, 29, 46, 0.2);
  background: rgba(225, 29, 46, 0.06);
  color: #991b1b;
  font-weight: 850;
  font-size: 0.85rem;
}

.h1x {
  font-weight: 950;
  letter-spacing: -0.6px;
  line-height: 1.05;
  font-size: clamp(2.2rem, 5vw, 3.55rem);
}

.leadx {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 62ch;
}

/* Dark hero text overrides */
.hero .h1x {
  color: #ffffff;
}

.hero .leadx {
  color: #cbd5e1;
}

.hero .eyebrow {
  background: rgba(225, 29, 46, 0.22);
  border: 1px solid rgba(225, 29, 46, 0.45);
  color: #fca5a5;
}

/* SECTION BANDS (visual separation) */
.section--white {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.section--tint {
  background: radial-gradient(900px 360px at 20% 10%, rgba(225, 29, 46, 0.11), transparent 65%), radial-gradient(900px 360px at 85% 30%, rgba(2, 132, 199, 0.09), transparent 65%), var(--bg);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

/* Hero image */
.hero-image {
  /*      border-radius: 22px;
        border: 1px solid rgba(15,23,42,.10);
        box-shadow: var(--shadow);
        background: #fff;*/
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  /*background: #fff;*/
}

.hero-image .placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #94a3b8;
  font-weight: 900;
  letter-spacing: 0.4px;
  background: radial-gradient(700px 280px at 30% 20%, rgba(225, 29, 46, 0.1), transparent 65%), radial-gradient(700px 280px at 80% 40%, rgba(2, 132, 199, 0.1), transparent 65%), #fff;
}

/* What you get strip */
.what-you-get {
  margin-top: 26px;
}

.mini-tile {
  /*      background: rgba(15,23,42,.02);
        border: 1px solid rgba(15,23,42,.10);*/
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  height: 100%;
}

.mini-ico {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(225, 29, 46, 0.3);
  border: 1px solid rgba(225, 29, 46, 0.5);
  color: #fca5a5;
  flex: 0 0 auto;
  font-size: 1.4rem;
}

.mini-title {
  font-weight: 950;
  margin: 0;
  color: #fff;
}

.mini-desc {
  margin: 0.2rem 0 0; /*color:#64748b;*/
  color: #cbd5e1;
  font-size: 0.93rem;
}

/* CMS section wrapper */
.cms-wrap {
  border-radius: 24px;
  background: radial-gradient(900px 360px at 20% 10%, rgba(225, 29, 46, 0.08), transparent 65%), radial-gradient(900px 360px at 85% 30%, rgba(2, 132, 199, 0.08), transparent 65%), #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.nav-pills .nav-link {
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.03);
  color: #334155;
  font-weight: 900;
}

.nav-pills .nav-link.active {
  background: rgba(225, 29, 46, 0.1);
  border-color: rgba(225, 29, 46, 0.22);
  color: #991b1b;
}

/* Ongoing tournaments list */
.cms-list .list-group-item {
  border-color: rgba(15, 23, 42, 0.08);
  padding: 14px 14px;
  background: transparent;
}

.cms-list .list-group-item:hover {
  background: rgba(15, 23, 42, 0.02);
}

.cms-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #334155;
  flex: 0 0 auto;
}

.cms-title {
  line-height: 1.2;
}

.cms-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  font-size: 0.82rem;
  white-space: nowrap;
  color: #334155;
}

.cms-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
  background: #94a3b8;
}

.pill-football .dot {
  background: var(--brand);
}

.pill-hockey .dot {
  background: #0ea5e9;
}

.pill-athletics .dot {
  background: #7c3aed;
}

/* How it works cards */
.how-card .fw-bold {
  font-weight: 950;
}

footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

/* ADVANTAGE (UPDATED) */
.adv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 950;
  letter-spacing: -0.2px;
  color: var(--ink);
  font-size: 1.25rem;
}

.adv-kicker .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(225, 29, 46, 0.1);
}

.adv-sub {
  max-width: 62ch;
  margin: 0 auto;
  font-size: 0.98rem;
}

/* Card layout: icon top, centered text */
.adv-card {
  background: var(--card);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 22px 18px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

/* subtle top glow */
.adv-card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 120px;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.2), transparent 65%);
  pointer-events: none;
}

/* hover polish */
.adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  border-color: rgba(225, 29, 46, 0.18);
}

.adv-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: #991b1b;
}

.adv-icon i {
  font-size: 1.25rem;
}

.adv-title {
  font-weight: 950;
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.adv-text {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Better spacing on small screens */
@media (max-width: 575.98px) {
  .adv-card {
    padding: 20px 16px;
    border-radius: 20px;
  }
  .adv-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}
/* ---- Consolidated section CSS (moved from body) ---- */
/* TESTIMONIALS */
.t-card {
  background: var(--card);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 22px 18px;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.t-card::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 140px;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.1), transparent 65%);
  pointer-events: none;
}

.t-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  border-color: rgba(225, 29, 46, 0.18);
}

.t-quote {
  font-weight: 400;
  color: #0f172a;
  line-height: 1.55;
  font-size: 1.1rem;
}

.t-quote::before {
  content: "“";
  color: rgba(225, 29, 46, 0.45);
  font-size: 2rem;
  line-height: 0;
  vertical-align: -10px;
  margin-right: 6px;
}

.t-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #991b1b;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  flex: 0 0 auto;
}

.t-name {
  font-weight: 950;
  color: var(--ink);
  line-height: 1.1;
}

.t-role {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 2px;
}

.t-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b; /* star color */
}

.t-rating .t-small {
  color: var(--muted);
  font-weight: 900;
  margin-left: 6px;
  font-size: 0.9rem;
}

/* Featured */
.t-featured {
  border-color: rgba(225, 29, 46, 0.22);
  box-shadow: 0 22px 54px rgba(225, 29, 46, 0.08), var(--shadow2);
}

.t-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 950;
  font-size: 0.82rem;
  color: #991b1b;
  background: rgba(225, 29, 46, 0.1);
  border: 1px solid rgba(225, 29, 46, 0.18);
  margin-bottom: 12px;
}

/* CTA strip */
.t-cta {
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow2);
}

/* HOW IT WORKS (UPGRADED STEPPER) */
.how-stepper {
  position: relative;
}

.how-connector {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(225, 29, 46, 0.18), rgba(15, 23, 42, 0.1), rgba(225, 29, 46, 0.18));
  border-radius: 999px;
  z-index: 0;
}

.how-card2 {
  position: relative;
  z-index: 1;
  background: var(--card);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 20px 18px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* subtle glow */
.how-card2::before {
  content: "";
  position: absolute;
  inset: -20px -20px auto -20px;
  height: 140px;
  background: radial-gradient(circle at 25% 40%, rgba(225, 29, 46, 0.1), transparent 62%);
  pointer-events: none;
}

.how-card2:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  border-color: rgba(225, 29, 46, 0.18);
}

.how-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.how-step {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #991b1b;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
}

.how-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.how-icon i {
  font-size: 1.2rem;
}

.how-title {
  font-weight: 950;
  color: var(--ink);
  font-size: 1.05rem;
  letter-spacing: -0.1px;
}

.how-text {
  color: var(--muted);
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Better spacing on mobile */
@media (max-width: 575.98px) {
  .how-card2 {
    padding: 18px 16px;
    border-radius: 20px;
  }
  .how-step, .how-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }
}
/* FAQ */
.faq-wrap {
  /*max-width: 860px;*/
}

.faq-item {
  background: var(--card);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  margin-bottom: 12px;
  box-shadow: var(--shadow2);
  overflow: hidden;
}

.accordion-button {
  font-weight: 800;
  color: var(--ink);
  background: transparent;
  padding: 18px 20px;
  border: 0;
  box-shadow: none;
  width: 100%;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background: rgba(225, 29, 46, 0.06);
  color: #991b1b;
}

.accordion-button::after {
  background-size: 1.1rem;
}

.accordion-body {
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Remove default Bootstrap borders */
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border: none;
}

/* ===== Added: Value + Partners sections ===== */
.logo-strip {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-logo {
  width: 150px;
  height: 100px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.partner-logo svg {
  width: 120px;
  height: 36px;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 0.18s ease, filter 0.18s ease;
}

.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
  border-color: rgba(225, 29, 46, 0.2);
}

.partner-logo:hover svg {
  opacity: 1;
  filter: grayscale(0);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 991.98px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
}
.value-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
  padding: 18px 18px;
}

.value-ico {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(225, 29, 46, 0.1);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: #991b1b;
  margin-bottom: 10px;
}

.value-title {
  font-weight: 800;
  margin: 0 0 6px;
}

.value-text {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.value-bullets {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.value-bullets li {
  margin: 6px 0;
}

/* ===== Added: Flip card animation for How it works ===== */
.flip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991.98px) {
  .flip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .flip-grid {
    grid-template-columns: 1fr;
  }
}
.flip-card {
  perspective: 1100px;
}

.flip-inner {
  position: relative;
  width: 100%;
  min-height: 170px;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
  padding: 18px 16px;
  overflow: hidden;
}

.flip-face::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.1), transparent 62%);
  pointer-events: none;
}

.flip-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.flip-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.flip-step {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #991b1b;
  background: rgba(225, 29, 46, 0.1);
  border: 1px solid rgba(225, 29, 46, 0.18);
  flex: 0 0 auto;
}

.flip-ico {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  flex: 0 0 auto;
}

.flip-title {
  font-weight: 900;
  margin: 0;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.flip-sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

.flip-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(15, 23, 42, 0.55);
  font-weight: 700;
  font-size: 0.82rem;
  position: relative;
  z-index: 1;
}

.flip-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.flip-back .back-title {
  font-weight: 950;
  font-size: 0.98rem;
  margin: 0 0 6px;
}

.flip-back .back-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

.flip-back ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.flip-back li {
  margin: 6px 0;
}

.flip-back .back-cta {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.flip-back .back-cta .btn {
  border-radius: 999px;
  font-weight: 800;
}

/* hover flip on pointer devices */
@media (hover: hover) and (pointer: fine) {
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg);
  }
}
/* tap flip support */
.flip-card.is-flipped .flip-inner {
  transform: rotateY(180deg);
}

/* Accessible focus */
.flip-card:focus-within .flip-inner {
  transform: rotateY(180deg);
}

.flip-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

/* ===== Mission Section (match page styling) ===== */
.mission-section {
  padding: 70px 0;
  background: transparent;
}

.section--tint.mission-section,
.section--white.mission-section {
  padding: 70px 0;
}

.mission-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.16);
  color: #b91c1c;
  font-weight: 800;
  font-size: 0.82rem;
}

.mission-title {
  margin: 14px 0 10px;
  font-weight: 900;
  letter-spacing: -0.7px;
  line-height: 1.15;
  color: #0f172a;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.mission-lead {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 56ch;
}

.mission-quote {
  margin-top: 18px;
  padding: 16px 16px 16px 18px;
  border-left: 4px solid rgba(225, 29, 46, 0.75);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  color: #334155;
  line-height: 1.75;
}

.mission-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.mstat {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.86);
  padding: 14px 14px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.mstat .num {
  font-weight: 900;
  letter-spacing: -0.4px;
  font-size: 1.05rem;
  color: #0f172a;
}

.mstat .lab {
  color: #64748b;
  font-weight: 700;
  font-size: 0.84rem;
}

/* Right card matches site cards */
.mission-card {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.1);
}

.mission-card .mc-head {
  padding: 18px 20px 0;
}

.mission-card .mc-body {
  padding: 16px 20px 20px;
}

.mission-card h3 {
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #0f172a;
}

.mission-card .mc-sub {
  color: #64748b;
  font-weight: 700;
  font-size: 0.92rem;
  margin: 0 0 10px;
}

.mission-points {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
}

.mission-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.mission-point .icon {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(225, 29, 46, 0.1);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: #b91c1c;
  flex: 0 0 auto;
}

.mission-point .txt strong {
  display: block;
  font-weight: 850;
  color: #0f172a;
  margin-bottom: 2px;
}

.mission-point .txt span {
  color: #64748b;
  line-height: 1.55;
  font-size: 0.95rem;
}

/* CTA buttons align with site */
.mission-actions .btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
}

.mission-actions .btn-danger {
  background: #e11d2e;
  border-color: #e11d2e;
  box-shadow: 0 16px 40px rgba(225, 29, 46, 0.2);
}

.mission-actions .btn-outline-dark {
  border-color: rgba(15, 23, 42, 0.18);
}

@media (max-width: 991.98px) {
  .mission-section {
    padding: 56px 0;
  }
  .mission-stats {
    grid-template-columns: 1fr;
  }
}
.hero .btn-danger {
  background: #e11d2e;
  border-color: #e11d2e;
  box-shadow: 0 20px 50px rgba(225, 29, 46, 0.35);
}

.hero .btn-dark {
  background: #1e293b;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* Dark hero: make the big strip container dark (applies to common wrapper patterns) */
.hero .cms-wrap,
.hero .what-you-get,
.hero .hero-strip,
.hero .strip,
.hero .hero-box,
.hero .hero-panel {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(10px);
  border-radius: 14px;
}/*# sourceMappingURL=main.css.map */
