/* ===================================================================
 *  GoFumig8 — Offshore BMSB Landing Page (/in)
 *  Extends base.css / main.css. Brand green: #39b54a. Fonts: Muli.
 * ------------------------------------------------------------------- */

/* body keeps the site's dark background (#141515) so the footer
   renders dark, exactly as on the main page; every section below
   declares its own background. */

/* ---- shared section rhythm ---------------------------------------- */

.bmsb-section {
  padding: 10rem 0 11rem;
}

.bmsb-white { background: #FFFFFF; }
.bmsb-grey  { background: #f7f9f7; }
.bmsb-dark  { background: #151515; }

.bmsb-center { text-align: center; }

.bmsb-section .intro-header {
  position: relative;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}

.bmsb-section .intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bmsb-section-lead {
  font-family: "muli-regular", sans-serif;
  font-size: 1.9rem;
  line-height: 1.75;
  color: #555555;
  max-width: 760px;
  margin: 0 auto 2rem;
}

.bmsb-narrow { max-width: 820px; }

/* ---- nav CTA ------------------------------------------------------- */

#header-nav-wrap .header-main-nav li a.bmsb-nav-cta {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 16px; /* centres the pill in the 72px bar */
  padding: 0 2.2rem;
  background: #39b54a;
  border-radius: 100px;
  color: #FFFFFF;
}

#header-nav-wrap .header-main-nav li a.bmsb-nav-cta:hover,
#header-nav-wrap .header-main-nav li a.bmsb-nav-cta:focus {
  background: #2f9a3e;
  color: #FFFFFF;
}

/* ---- hero ----------------------------------------------------------- */

#bmsb-hero {
  position: relative;
  background: #FFFFFF;
  background: radial-gradient(ellipse at 90% 10%, rgba(57, 181, 74, 0.10) 0%, rgba(255, 255, 255, 0) 55%),
              radial-gradient(ellipse at 0% 100%, rgba(57, 181, 74, 0.07) 0%, rgba(255, 255, 255, 0) 45%),
              linear-gradient(180deg, #fbfdfb 0%, #FFFFFF 100%);
  padding: 15rem 0 8rem;
  overflow: hidden;
}

.bmsb-hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}

.bmsb-hero-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
}

.bmsb-hero-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
}

.bmsb-eyebrow {
  display: inline-block;
  font-family: "muli-bold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2c7a38;
  background: #eefaf0;
  border: 1px solid #d4eed9;
  border-radius: 100px;
  padding: 0.7rem 1.6rem;
  margin-bottom: 2.8rem;
}

#bmsb-hero h1 {
  font-family: "muli-bold", sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #151515;
  margin: 0 0 2.4rem;
}

.bmsb-hero-lead {
  font-family: "muli-semibold", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  color: #37413a;
  margin-bottom: 2rem;
}

.bmsb-hero-sub {
  font-family: "muli-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #6b756e;
  margin-bottom: 3.6rem;
  max-width: 560px;
}

/* ---- buttons -------------------------------------------------------- */

.bmsb-hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.button.bmsb-btn {
  height: 5.6rem;
  line-height: 5.4rem;
  padding: 0 3.2rem;
  border-radius: 100px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin: 0;
}

.button.bmsb-btn-stroke {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #FFFFFF;
}

.button.bmsb-btn-stroke:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #151515;
}

.button.bmsb-btn-stroke-dark {
  background: transparent;
  border: 1px solid #c9d4cb;
  color: #151515;
}

.button.bmsb-btn-stroke-dark:hover {
  background: #151515;
  border-color: #151515;
  color: #FFFFFF;
}

.button.bmsb-btn-white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #39b54a;
}

.button.bmsb-btn-white:hover {
  background: #eefaf0;
  border-color: #eefaf0;
}

/* ---- hero visual (phone + floating cards) ---------------------------- */

.bmsb-hero-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
}

/* soft green halo behind the phone */
.bmsb-hero-visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 181, 74, 0.16) 0%, rgba(57, 181, 74, 0.05) 45%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.bmsb-hero-phone {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  -webkit-filter: drop-shadow(0 30px 50px rgba(20, 60, 28, 0.25));
  filter: drop-shadow(0 30px 50px rgba(20, 60, 28, 0.25));
}

.bmsb-float-card {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  border: 1px solid #e6ece6;
  border-radius: 100px;
  padding: 1.1rem 2rem;
  font-family: "muli-bold", sans-serif;
  font-size: 1.35rem;
  color: #151515;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.bmsb-float-1 { top: 16%; left: 0; }
.bmsb-float-2 { bottom: 14%; right: 0; }

.bmsb-float-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #39b54a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") no-repeat center;
  background-size: 1.2rem;
}

/* ---- laptop / browser mock-up (used by video sections) --------------- */

.bmsb-laptop {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(57, 181, 74, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(57, 181, 74, 0.12);
}

.bmsb-browser-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  padding: 1.2rem 1.6rem;
  background: #262626;
}

.bmsb-browser-bar > span {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #444444;
}

.bmsb-browser-bar > span:nth-child(1) { background: #ff5f57; }
.bmsb-browser-bar > span:nth-child(2) { background: #febc2e; }
.bmsb-browser-bar > span:nth-child(3) { background: #28c840; }

.bmsb-browser-url {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1rem;
  background: #1a1a1a;
  border-radius: 6px;
  font-family: "muli-regular", sans-serif;
  font-size: 1.2rem;
  color: #8a8a8a;
  text-align: center;
  padding: 0.5rem 1rem;
}

/* ---- video facade (lazy YouTube) ------------------------------------ */

.bmsb-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d1a10;
  cursor: pointer;
  overflow: hidden;
}

.bmsb-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  color: transparent; /* hide alt text if thumbnail is unavailable */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.bmsb-video:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.bmsb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bmsb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #39b54a;
  cursor: pointer;
  /* frosted ring around the disc */
  -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.28), 0 14px 36px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.28), 0 14px 36px rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-transform 0.25s ease, background 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.bmsb-play svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.5rem;
}

.bmsb-video:hover .bmsb-play {
  background: #39b54a;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
  -webkit-box-shadow: 0 0 0 16px rgba(57, 181, 74, 0.25), 0 16px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 16px rgba(57, 181, 74, 0.25), 0 16px 40px rgba(0, 0, 0, 0.4);
}

/* ---- videos section -------------------------------------------------- */

.bmsb-video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4.8rem;
}

.bmsb-video-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 420px;
  flex: 1 1 420px;
  max-width: 560px;
  background: #FFFFFF;
  border: 1px solid #e6ece6;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bmsb-video-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}

.bmsb-video-card h3 {
  font-family: "muli-bold", sans-serif;
  font-size: 2rem;
  color: #151515;
  margin: 2.8rem 3rem 1rem;
}

.bmsb-video-card p {
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #666666;
  margin: 0 3rem 3rem;
}

/* ---- workflow -------------------------------------------------------- */

.bmsb-workflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
  list-style: none;
  margin: 4.8rem auto 0;
  max-width: 1140px;
  padding: 0;
  counter-reset: flow;
}

.bmsb-workflow li {
  position: relative;
  width: 12.2rem;
  padding: 0 0.4rem 3rem;
  text-align: center;
  counter-increment: flow;
}

/* connecting arrow between steps */
.bmsb-workflow li:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 2.4rem;
  right: -1.2rem;
  font-size: 1.8rem;
  color: #b9d9bf;
}

.bmsb-flow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1.4rem;
  border-radius: 18px;
  background: #eefaf0;
  border: 1px solid #d4eed9;
  color: #39b54a;
}

.bmsb-flow-icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.bmsb-flow-label {
  display: block;
  font-family: "muli-bold", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #303030;
}

.bmsb-flow-label::before {
  content: counter(flow, decimal-leading-zero);
  display: block;
  font-family: "muli-regular", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #9db8a2;
  margin-bottom: 0.3rem;
}

/* ---- feature cards ---------------------------------------------------- */

.bmsb-feature-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1140px;
  margin: 4.8rem auto 0;
}

.bmsb-card {
  background: #FFFFFF;
  border: 1px solid #e6ece6;
  border-radius: 14px;
  padding: 3.6rem 3rem 3rem;
  text-align: left;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bmsb-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  border-color: #bfe4c6;
  -webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
}

.bmsb-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 2rem;
  border-radius: 16px;
  background: #eefaf0;
  border: 1px solid #d4eed9;
  color: #39b54a;
}

.bmsb-card-icon svg {
  width: 2.6rem;
  height: 2.6rem;
}

.bmsb-card h3 {
  font-family: "muli-bold", sans-serif;
  font-size: 1.9rem;
  color: #151515;
  margin-bottom: 1.2rem;
}

.bmsb-card p {
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 0;
}

.bmsb-card-wide {
  grid-column: 1 / -1;
  border-top: 4px solid #39b54a;
}

.bmsb-milestones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.bmsb-milestones li {
  font-family: "muli-semibold", sans-serif;
  font-size: 1.3rem;
  color: #2c7a38;
  background: #eefaf0;
  border: 1px solid #d4eed9;
  border-radius: 100px;
  padding: 0.7rem 1.6rem;
}

/* ---- compliance -------------------------------------------------------- */

.bmsb-country-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
  max-width: 940px;
  margin: 4.8rem auto 0;
}

.bmsb-country-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 340px;
  flex: 1 1 340px;
  max-width: 450px;
  background: #f7f9f7;
  border: 1px solid #e6ece6;
  border-radius: 14px;
  padding: 4rem 3.4rem;
  text-align: center;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}

.bmsb-flag {
  display: block;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 1.8rem;
}

.bmsb-country-card h3 {
  font-family: "muli-bold", sans-serif;
  font-size: 2.2rem;
  color: #151515;
  margin-bottom: 1.2rem;
}

.bmsb-country-card p {
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #666666;
  margin: 0;
}

.bmsb-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  max-width: 900px;
  margin: 4rem auto 0;
  padding: 0;
}

.bmsb-pills li {
  font-family: "muli-semibold", sans-serif;
  font-size: 1.4rem;
  color: #2c7a38;
  background: #eefaf0;
  border: 1px solid #d4eed9;
  border-radius: 100px;
  padding: 0.9rem 2rem;
}

/* ---- DAFF integration banner ------------------------------------------- */

#daff-integration {
  background: #151515;
  background: radial-gradient(ellipse at 50% 0%, rgba(57, 181, 74, 0.18) 0%, rgba(21, 21, 21, 0) 60%), #151515;
}

.bmsb-daff-banner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.bmsb-badge {
  display: inline-block;
  font-family: "muli-bold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #151515;
  background: #39b54a;
  border-radius: 100px;
  padding: 0.8rem 2rem;
  margin-bottom: 2.8rem;
}

.bmsb-daff-banner h2 {
  font-family: "muli-bold", sans-serif;
  font-size: 3.4rem;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 2.4rem;
}

.bmsb-daff-banner p {
  font-family: "muli-regular", sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #9aa79d;
  margin-bottom: 1.6rem;
}

.bmsb-daff-season {
  font-family: "muli-bold", sans-serif !important;
  font-size: 1.9rem !important;
  color: #39b54a !important;
}

/* ---- benefits checklist ------------------------------------------------- */

.bmsb-checklist {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 6rem;
  list-style: none;
  max-width: 820px;
  margin: 4.4rem auto 0;
  padding: 0;
}

.bmsb-checklist li {
  position: relative;
  font-family: "muli-semibold", sans-serif;
  font-size: 1.7rem;
  color: #303030;
  padding: 1.2rem 0 1.2rem 4.4rem;
  border-bottom: 1px solid #eef2ee;
  text-align: left;
}

.bmsb-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #39b54a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") no-repeat center;
  background-size: 1.5rem;
}

/* ---- who uses ------------------------------------------------------------ */

.bmsb-industry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 1140px;
  margin: 4.8rem auto 0;
}

.bmsb-industry-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20rem;
  flex: 0 1 20rem;
  background: #FFFFFF;
  border: 1px solid #e6ece6;
  border-radius: 14px;
  padding: 3.2rem 2rem;
  text-align: center;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bmsb-industry-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
}

.bmsb-industry-card .bmsb-card-icon {
  margin: 0 auto 1.8rem;
}

.bmsb-industry-card h3 {
  font-family: "muli-bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #151515;
  margin: 0;
}

/* ---- final cta ------------------------------------------------------------ */

#bmsb-cta {
  background: #39b54a;
  background: linear-gradient(135deg, #39b54a 0%, #2c9a3d 100%);
  text-align: center;
}

#bmsb-cta h1 {
  font-family: "muli-bold", sans-serif;
  font-size: 3.8rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.bmsb-cta-lead {
  font-family: "muli-regular", sans-serif;
  font-size: 1.9rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  max-width: 700px;
  margin: 0 auto 3.6rem;
}

.bmsb-cta-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ---- contact card ---------------------------------------------------------- */

.bmsb-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  max-width: 720px;
  margin: 4.4rem auto 0;
  background: #f7f9f7;
  border: 1px solid #e6ece6;
  border-top: 4px solid #39b54a;
  border-radius: 14px;
  padding: 4rem;
  text-align: left;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.bmsb-contact-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #39b54a;
  color: #FFFFFF;
  font-family: "muli-bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.bmsb-contact-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bmsb-contact-info h3 {
  font-family: "muli-bold", sans-serif;
  font-size: 2.2rem;
  color: #151515;
  margin: 0 0 0.2rem;
}

.bmsb-contact-role {
  display: block;
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  color: #8a8a8a;
  margin-bottom: 1.4rem;
}

.bmsb-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bmsb-contact-list li {
  font-family: "muli-semibold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
}

.bmsb-contact-list a {
  color: #2c7a38;
}

.bmsb-contact-list a:hover {
  color: #39b54a;
}

/* ===================================================================
 *  responsive
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1100px) {

  #bmsb-hero h1 { font-size: 3.8rem; }

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

@media only screen and (max-width: 900px) {

  #bmsb-hero { padding: 14rem 0 8rem; }

  .bmsb-hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }

  .bmsb-hero-left, .bmsb-hero-right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }

  .bmsb-hero-sub { max-width: none; }

  .bmsb-workflow li:not(:last-child)::after { display: none; }
}

@media only screen and (max-width: 700px) {

  .bmsb-section { padding: 7.2rem 0 8rem; }

  #bmsb-hero h1 { font-size: 3.1rem; }

  .bmsb-hero-lead { font-size: 1.8rem; }

  .bmsb-hero-phone { max-width: 30rem; }

  .bmsb-float-card { font-size: 1.2rem; padding: 0.9rem 1.5rem; }

  .bmsb-feature-grid { grid-template-columns: 1fr; }

  .bmsb-checklist { grid-template-columns: 1fr; gap: 0.4rem; }

  .bmsb-daff-banner h2 { font-size: 2.7rem; }

  #bmsb-cta h1 { font-size: 3rem; }

  .bmsb-contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 3.2rem 2.4rem;
  }

  .bmsb-contact-card .bmsb-contact-info { text-align: center; }

  .bmsb-hero-buttons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

  .bmsb-hero-buttons .button { width: 100%; text-align: center; }
}
