/* ==========================================================
   BUSINESS OPPORTUNITY — Consolidated CSS
   Generated for new.php
   Classes used: bo-* from redesign + opp-* from original
   ========================================================== */

/* ── CSS Variables ────────────────────────────────────────── */
:root {
  --primary:        #276cf5;
  --primary-dark:   #114fc7;
  --primary-soft:   #dce8ff;
  --text:           #111827;
  --text-light:     #5b6475;
  --border:         rgba(0, 0, 0, 0.08);
}

/* ── Page base ────────────────────────────────────────────── */
.bo-page {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  background: #f3f6fb;
  color: var(--text);
  scroll-padding-top: 150px;
}

/* ==========================================================
   HERO
   ========================================================== */
.bo-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.bo-hero__media,
.bo-hero__overlay {
  position: absolute;
  inset: 0;
}

.bo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-hero__overlay {
  background:
    linear-gradient(120deg, rgba(5, 12, 28, 0.96) 0%, rgba(17, 79, 199, 0.78) 52%, rgba(5, 12, 28, 0.62) 100%),
    radial-gradient(circle at 82% 24%, rgba(77, 136, 255, 0.32), transparent 34%);
}

.bo-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 118px 6% 72px;
}

/* Breadcrumb */
.bo-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  font-size: 13px;
  font-weight: 600;
}

.bo-crumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.bo-crumb span,
.bo-crumb a:hover {
  color: #fff;
}

/* Hero grid */
.bo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 42px;
  align-items: end;
}

/* Eyebrow / labels */
.bo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.bo-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.bo-label--light {
  color: #cfe0ff;
}

/* Hero copy */
.bo-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(34px, 5.4vw, 66px);
  line-height: 1.06;
  font-weight: 800;
}

.bo-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.78;
}

.bo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bo-hero__note {
  margin-top: 20px;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Buttons */
.bo-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bo-btn:hover {
  transform: translateY(-2px);
}

.bo-btn--light {
  background: #fff;
  color: var(--primary-dark);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.bo-btn--glass {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12px);
}

/* Hero panel (right column cards) */
.bo-hero__panel {
  display: grid;
  gap: 14px;
}

.bo-hero__panel article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.bo-hero__panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.bo-hero__panel strong {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 6px;
}

.bo-hero__panel p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

/* ==========================================================
   FLOATING SIDEBAR NAV (opp-dock)
   ========================================================== */
.opp-dock {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  padding: 90px 18px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 10px 0 40px rgba(15, 23, 42, 0.08);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.opp-dock.active {
  transform: translateX(0);
}

.opp-dock__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.opp-dock a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #5b6475;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.opp-dock a::before {
  content: "›";
  font-size: 18px;
  color: var(--primary);
}

.opp-dock a:hover,
.opp-dock a.is-active {
  background: var(--primary-soft);
  color: var(--primary);
  transform: translateX(4px);
}

/* Toggle button */
.opp-dock-toggle {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 80px;
  border: none;
  border-radius: 0 16px 16px 0;
  background: var(--primary);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  box-shadow: 0 10px 25px rgba(39, 108, 245, 0.28);
  transition: width 0.3s ease;
}

.opp-dock-toggle:hover {
  width: 52px;
}

/* Overlay */
.opp-dock-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.opp-dock-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================
   MAIN CONTENT AREA
   ========================================================== */
.bo-main {
  padding: 28px 6% 80px;
}

/* Compliance notice */
.bo-compliance {
  max-width: 1180px;
  margin: 0 auto 28px;
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(39, 108, 245, 0.16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
}

.bo-compliance i {
  flex: 0 0 auto;
  color: var(--primary);
  font-size: 22px;
}

.bo-compliance p {
  margin: 0;
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.7;
}

/* ==========================================================
   SECTIONS
   ========================================================== */
.bo-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 0;
}



.bo-section__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.bo-section__head h2 {
  margin: 10px 0 12px;
  color: var(--text);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}

.bo-section__head p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.85;
}

/* ==========================================================
   OPP-MODEL (image + cards grid)
   ========================================================== */
.opp-model {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.opp-model__visual {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.opp-model__visual img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

.opp-model__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.opp-model__badge i {
  color: var(--primary);
  font-size: 18px;
}

.opp-model__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.opp-model__cards article {
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s;
}

.opp-model__cards article:hover {
  transform: translateY(-3px);
}

.opp-model__cards article:nth-child(5) {
  grid-column: span 2;
}

.opp-model__cards span {
  font-size: 11px;
  font-weight: 800;
  color: var(--primary);
  opacity: 0.5;
}

.opp-model__cards i {
  display: block;
  font-size: 24px;
  color: var(--primary);
  margin: 8px 0 10px;
}

.opp-model__cards h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}

.opp-model__cards p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-light);
}

/* ==========================================================
   OPP-BENTO (income / opportunity cards)
   ========================================================== */
.opp-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(160px, auto);
  gap: 16px;
}

.opp-bento__item {
  position: relative;
  padding: 26px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.opp-bento__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(39, 108, 245, 0.14);
}

.opp-bento__num {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  opacity: 0.6;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.opp-bento__item i {
  font-size: 26px;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}

.opp-bento__item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.opp-bento__item p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-light);
}

/* Download note */
.opp-income__note {
  margin-top: 28px;
  text-align: center;
}

.opp-income__note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.opp-income__note a:hover {
  text-decoration: underline;
}

/* ==========================================================
   TRAVEL REWARDS SECTION
   ========================================================== */
.opp-rewards {
  position: relative;
  margin: 0 calc(-6% - ((100vw - 100%) / 2));
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #081229;
}

.opp-rewards__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.opp-rewards__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.opp-rewards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(4, 12, 24, 0.92) 0%,
    rgba(10, 28, 52, 0.84) 35%,
    rgba(20, 72, 170, 0.42) 72%,
    rgba(255, 255, 255, 0.02) 100%
  );
  z-index: -2;
}

.opp-rewards::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(39, 108, 245, 0.2) 0%, transparent 72%);
  z-index: -1;
  pointer-events: none;
}

.opp-rewards__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 6%;
  color: #fff;
}

.opp-rewards__inner h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 12px;
  max-width: 16ch;
}

.opp-rewards__inner > p {
  font-size: 16px;
  opacity: 0.88;
  margin-bottom: 32px;
  max-width: 48ch;
}

.opp-label.opp-label--light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 14px;
}

/* ==========================================================
   SAMPOORNA SURAKSHA (opp-security)
   ========================================================== */
.opp-security {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

.opp-security__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.opp-security__body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.opp-security__body h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--text);
}

.opp-security__body > p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 24px;
}

.opp-security__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0;
}

.opp-security__body li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.opp-security__body li i {
  font-size: 22px;
  color: var(--primary);
}

/* ==========================================================
   MISSION SECTION
   ========================================================== */
.opp-mission {
  position: relative;
  margin: 80px calc(-6% - ((100vw - 100%) / 2)) 80px;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.opp-mission > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opp-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(39, 108, 245, 0.9), rgba(17, 79, 199, 0.85));
  z-index: 0;
}

.opp-mission__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 6%;
  color: #fff;
}

.opp-mission__inner h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  max-width: 20ch;
}

.opp-mission__inner p {
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.9;
  max-width: 56ch;
}
.opp-tech {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
  background: #0a1628;
  color: #fff;
  margin: 80px 0;
  box-shadow: 0 24px 64px rgba(8, 18, 42, 0.2);
}

.opp-tech__visual img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  opacity: 0.85;
}

.opp-tech__content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.opp-tech__content h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  margin-bottom: 14px;
}

.opp-tech__content > p {
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.78;
  margin-bottom: 28px;
}

.opp-tech__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.opp-tech__grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 600;
}

.opp-tech__grid i {
  font-size: 20px;
  color: #7eb3ff;
}

/* ==========================================================
   INCOME PLAN SECTION (bo-section--income)
   ========================================================== */
.bo-section--income {
  max-width: none;
  margin-inline: -6%;
  padding-inline: 6%;
  background: #08162f;
}

.bo-section--income .bo-section__head h2,
.bo-section--income .bo-label {
  color: #fff;
}

.bo-section--income .bo-section__head p {
  color: rgba(255, 255, 255, 0.72);
}

/* Retail profit example card */
.bo-example {
  max-width: 1180px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(39, 108, 245, 0.3), rgba(255, 255, 255, 0.08));
  color: #fff;
}

.bo-example span {
  color: #cfe0ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bo-example h3 {
  margin: 8px 0;
  font-size: clamp(20px, 3vw, 30px);
}

.bo-example p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.bo-example i {
  align-self: center;
  color: #fff;
  font-size: 54px;
  opacity: 0.85;
}

/* Income detail grid */
.bo-income-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bo-income-grid article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
}

.bo-income-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.bo-income-grid h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 19px;
}

.bo-income-grid p {
  margin: 0;
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.75;
}

.bo-income-grid p + p {
  margin-top: 8px;
}

/* ==========================================================
   FAQ SECTION
   ========================================================== */


.bo-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bo-faq details {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.bo-faq summary {
  list-style: none;
  position: relative;
  padding: 18px 54px 18px 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.bo-faq summary::-webkit-details-marker {
  display: none;
}

.bo-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 20px;
  transform: translateY(-50%);
}

.bo-faq details[open] summary::after {
  content: "−";
}

.bo-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.75;
}

/* ==========================================================
   FINAL CTA SECTION
   ========================================================== */
.bo-final {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 48px;
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.16);
  color: #fff;
}

.bo-final h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}

.bo-final p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.85;
  max-width: 760px;
}

.bo-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

/* ==========================================================
   SCROLL REVEAL
   ========================================================== */
.bo-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.bo-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .opp-model__cards article,
  .opp-bento__item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }

  .opp-model__cards.is-visible article,
  .opp-bento.is-visible .opp-bento__item {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

/* Tablet wide */
@media (max-width: 1100px) {
  .opp-model,
  .opp-security {
    grid-template-columns: 1fr;
  }

  .opp-bento {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet */
@media (max-width: 991px) {
  .bo-hero {
    min-height: auto;
  }

  .bo-hero__inner {
    padding-top: 78px;
  }

  .bo-hero__grid,
  .bo-final {
    grid-template-columns: 1fr;
  }

  .bo-hero__panel {
    grid-template-columns: 1fr;
  }

  .bo-income-grid,
  .bo-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-final {
    padding: 34px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bo-page {
    scroll-padding-top: 104px;
  }

  .bo-hero__inner,
  .bo-main {
    padding-inline: 5%;
  }

  .bo-hero__inner {
    padding-bottom: 46px;
  }

  .bo-hero p {
    font-size: 15px;
  }

  .bo-section {
    padding: 52px 0;
  }

  .bo-income-grid,
  .bo-faq,
  .opp-bento {
    grid-template-columns: 1fr;
  }

  .opp-model__cards {
    grid-template-columns: 1fr;
  }

  .opp-model__cards article:nth-child(5) {
    grid-column: auto;
  }

  .opp-security__body {
    padding: 32px 24px;
  }

  .bo-example {
    flex-direction: column;
  }

  .bo-final {
    border-radius: 20px;
    padding: 26px;
  }

  .bo-final__actions {
    margin-top: 0;
  }

  .bo-btn {
    width: 100%;
  }

  .opp-rewards {
    margin: 0;
    border-radius: 0;
  }

  .opp-rewards__inner {
    padding: 70px 20px 60px;
  }

  .opp-rewards__inner h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .opp-mission {
    margin: 0;
  }

  .opp-mission__inner {
    padding: 52px 5%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bo-btn,
  .bo-reveal {
    transition: none;
  }
}