/* =========================================================
   Marge Aviso Beaver Builder Template CSS
   Clean BB-native component targeting
   ========================================================= */

/* Optional: load fonts from CSS if not already enqueued */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --ma-bg: #fbf7f1;
  --ma-bg-2: #f2e9de;
  --ma-ink: #151412;
  --ma-muted: #675f57;
  --ma-line: rgba(21, 20, 18, 0.10);
  --ma-white: #ffffff;
  --ma-green: #31413a;
  --ma-sage: #5e7565;
  --ma-gold: #bc8d49;
  --ma-gold-soft: #e7d5bc;
  --ma-soft: #f8f5ef;
  --ma-shadow: 0 24px 70px rgba(39, 29, 20, 0.12);
}

/* =========================================================
   Base / Global
   ========================================================= */

body {
  background:
    radial-gradient(circle at top left, rgba(231, 213, 188, 0.50), transparent 36%),
    linear-gradient(180deg, var(--ma-bg), var(--ma-bg-2) 45%, var(--ma-bg));
}

.fl-builder-content {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ma-ink);
  overflow-x: hidden;
}

.fl-builder-content * {
  box-sizing: border-box;
}

.fl-builder-content img {
  display: block;
  max-width: 100%;
}

.fl-builder-content .fl-row-content {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

/* Remove accidental paragraph spacing inside BB rich text blocks */
.fl-builder-content .fl-rich-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Typography
   ========================================================= */

.ma-hero-title,
.ma-section-title,
.ma-card-heading,
.ma-card-heading-dark,
.ma-cta-title,
.ma-step-title {
  font-family: "DM Sans", system-ui, sans-serif;
  letter-spacing: -0.05em;
}

.ma-hero-title,
.ma-hero-title .fl-heading {
  font-size: clamp(52px, 7vw, 92px) !important;
  line-height: 0.94 !important;
  font-weight: 800 !important;
  max-width: 760px;
  color: var(--ma-ink);
}

.ma-section-title,
.ma-section-title .fl-heading {
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: 0.98 !important;
  font-weight: 800 !important;
  color: var(--ma-ink);
}

.ma-light-title,
.ma-light-title .fl-heading {
  color: #ffffff !important;
}

.ma-card-heading,
.ma-card-heading .fl-heading,
.ma-card-heading-dark,
.ma-card-heading-dark .fl-heading {
  font-size: 28px !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
}

.ma-card-heading,
.ma-card-heading .fl-heading {
  color: #ffffff !important;
}

.ma-card-heading-dark,
.ma-card-heading-dark .fl-heading {
  color: var(--ma-ink) !important;
}

.ma-step-title,
.ma-step-title .fl-heading {
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.ma-cta-title,
.ma-cta-title .fl-heading {
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
  font-weight: 800 !important;
  max-width: none !important;
  width: 100%;
}

/* Body text classes */
.ma-lead,
.ma-lead .fl-rich-text {
  max-width: 620px;
  color: var(--ma-muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.ma-body,
.ma-body .fl-rich-text {
  color: var(--ma-muted);
  font-size: 17px;
  line-height: 1.72;
}

.ma-light-text,
.ma-light-text .fl-rich-text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.ma-card-text,
.ma-card-text .fl-rich-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.66;
}

.ma-step-text,
.ma-step-text .fl-rich-text {
  color: var(--ma-muted);
  font-size: 15px;
  line-height: 1.58;
}

/* =========================================================
   Eyebrows / Labels
   Works whether class is on:
   - .fl-module
   - .fl-rich-text
   - inner span/div
   ========================================================= */

.ma-eyebrow,
.ma-eyebrow .fl-rich-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--ma-line);
  color: var(--ma-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ma-eyebrow::before,
.ma-eyebrow .fl-rich-text::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ma-gold);
}

.ma-eyebrow-dark,
.ma-eyebrow-dark .fl-rich-text,
.ma-cta-eyebrow,
.ma-cta-eyebrow .fl-rich-text {
  background: rgba(255, 255, 255, 0.16);
  color: #f5f1ea;
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ma-eyebrow-dark::before,
.ma-eyebrow-dark .fl-rich-text::before,
.ma-cta-eyebrow::before,
.ma-cta-eyebrow .fl-rich-text::before {
  background: #d6a85a;
}

/* Prevent nested duplicate styling if class is both on module and text */
.ma-eyebrow .ma-eyebrow,
.ma-eyebrow .fl-rich-text .ma-eyebrow {
  padding: 0;
  border: 0;
  background: transparent;
}

/* =========================================================
   Buttons
   ========================================================= */

.ma-button {
  display: inline-block;
  margin-top: 18px;
  margin-right: 12px;
}

.ma-button .fl-button,
.ma-button .fl-button:visited {
  border-radius: 999px !important;
  padding: 15px 22px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease !important;
}

.ma-button .fl-button:hover {
  transform: translateY(-2px);
}

.ma-button-primary .fl-button,
.ma-button-primary .fl-button:visited {
  background: var(--ma-green) !important;
  color: #ffffff !important;
  border: 1px solid var(--ma-green) !important;
  box-shadow: 0 18px 42px rgba(49, 65, 58, 0.18) !important;
}

.ma-button-secondary .fl-button,
.ma-button-secondary .fl-button:visited {
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--ma-ink) !important;
  border: 1px solid var(--ma-line) !important;
  box-shadow: none !important;
}

.ma-button-white .fl-button,
.ma-button-white .fl-button:visited {
  background: #ffffff !important;
  color: #1f2b26 !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow: none !important;
}

.ma-button-glass .fl-button,
.ma-button-glass .fl-button:visited,
.ma-button-ghost .fl-button,
.ma-button-ghost .fl-button:visited {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

/* =========================================================
   Header Helper Classes
   Use only if you recreated header in Beaver Builder
   ========================================================= */

.ma-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 247, 241, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(21, 20, 18, 0.07);
}

.ma-topbar .fl-row-content-wrap {
  background: linear-gradient(90deg, #151412, #25332d);
  color: #ffffff;
  border-bottom: 0;
}

.ma-topbar .fl-row-content {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.ma-header-main .fl-row-content-wrap {
  background: rgba(251, 247, 241, 0.94);
}

.ma-header-main .fl-row-content {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ma-logo img {
  width: 92px !important;
}

.ma-nav-menu a {
  color: rgba(21, 20, 18, 0.66);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-decoration: none;
}

/* =========================================================
   Hero Section
   Expected classes:
   Row: ma-hero
   Left column: ma-hero-copy
   Right column: ma-hero-image-col
   Photo modules: ma-hero-photo, ma-hero-photo-small
   ========================================================= */

.ma-hero .fl-row-content-wrap {
  padding-top: 80px;
  padding-bottom: 70px;
}

.ma-hero .fl-row-content {
  display: flex;
  align-items: center;
}

.ma-hero-copy > .fl-col-content,
.ma-hero-copy .fl-col-content {
  padding-right: 24px;
}

.ma-hero-image-col > .fl-col-content,
.ma-hero-image-col .fl-col-content {
  position: relative;
  min-height: 700px;
}

.ma-hero-photo {
  position: absolute;
  right: 0;
  top: 16px;
  width: 84%;
  height: 82%;
  z-index: 1;
}

.ma-hero-photo .fl-photo,
.ma-hero-photo .fl-photo-content,
.ma-hero-photo .fl-photo-content a {
  width: 100%;
  height: 100%;
  display: block;
}

.ma-hero-photo .fl-photo-content {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
}

.ma-hero-photo .fl-photo-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(21, 20, 18, 0.45));
  pointer-events: none;
}

.ma-hero-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 42px;
  border: 8px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--ma-shadow);
}

.ma-hero-photo-small {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 44%;
  height: 310px;
  z-index: 3;
}

.ma-hero-photo-small .fl-photo,
.ma-hero-photo-small .fl-photo-content,
.ma-hero-photo-small .fl-photo-content a {
  width: 100%;
  height: 100%;
  display: block;
}

.ma-hero-photo-small img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  border: 8px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 60px rgba(39, 29, 20, 0.16);
}

/* Optional quote card if included as HTML/Text module */
.ma-hero-quote {
  position: absolute;
  left: 0;
  top: 34px;
  max-width: 310px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 250, 244, 0.96);
  border: 1px solid rgba(21, 20, 18, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 54px rgba(39, 29, 20, 0.16);
  z-index: 5;
}

/* =========================================================
   Credibility Pills
   ========================================================= */

.ma-credibility .fl-row-content-wrap {
  padding-top: 14px;
  padding-bottom: 60px;
}

.ma-pill-list,
.ma-pill-list .fl-rich-text {
  padding: 18px;
  border: 1px solid var(--ma-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  font-weight: 700;
  color: var(--ma-green);
  line-height: 1.8;
}

/* =========================================================
   About / Rural Roots Section
   Expected:
   Row: ma-about
   Text column: ma-story-copy
   Image column/module: ma-story-visual or ma-about-photo
   ========================================================= */

.ma-about .fl-row-content-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ma-about .fl-row-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.ma-story-copy > .fl-col-content,
.ma-story-copy .fl-col-content,
.ma-card > .fl-col-content,
.ma-card .fl-col-content {
  background: var(--ma-soft);
  border: 1px solid rgba(21, 20, 18, 0.06);
  border-radius: 30px;
  padding: 34px;
  box-shadow: none;
}

.ma-story-visual > .fl-col-content,
.ma-story-visual .fl-col-content {
  height: 100%;
}

.ma-story-visual img,
.ma-about-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  box-shadow: none;
}

.ma-about-photo,
.ma-about-photo .fl-photo,
.ma-about-photo .fl-photo-content,
.ma-about-photo .fl-photo-content a {
  height: 100%;
  display: block;
}

/* =========================================================
   Services Section
   Expected:
   Row wrapper: ma-services / ma-service-cards
   Cards: ma-service-card
   ========================================================= */

.ma-services .fl-row-content-wrap {
  padding-top: 70px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 92% 0%, rgba(188, 141, 73, 0.24), transparent 28%),
    linear-gradient(135deg, #25332d, #151412);
  color: #ffffff;
  border-radius: 46px 46px 0 0;
}

.ma-service-cards .fl-row-content-wrap {
  padding-top: 0;
  padding-bottom: 70px;
  background: linear-gradient(135deg, #25332d, #151412);
  color: #ffffff;
  border-radius: 0 0 46px 46px;
}

.ma-service-card > .fl-col-content,
.ma-service-card .fl-col-content {
  min-height: 320px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
}

.ma-card-number,
.ma-card-number .fl-rich-text {
  color: var(--ma-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* =========================================================
   Mid CTA Background Image Section
   Expected:
   Row: ma-mid-cta
   Left column/content: ma-cta-copy
   Title module: ma-cta-title
   Right spacer column: ma-cta-space
   ========================================================= */

.ma-mid-cta .fl-row-content-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
  background:
    linear-gradient(
      90deg,
      rgba(16, 18, 19, 0.90) 0%,
      rgba(16, 18, 19, 0.84) 36%,
      rgba(16, 18, 19, 0.58) 58%,
      rgba(16, 18, 19, 0.16) 72%,
      rgba(16, 18, 19, 0.02) 100%
    ),
    url("https://margeaviso.com/wp-content/uploads/2024/01/marge2-scaled.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 88% center;
  border: 1px solid rgba(21, 20, 18, 0.06);
  box-shadow: none;
  isolation: isolate;
}

.ma-mid-cta .fl-row-content-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 24% 56%, rgba(255, 220, 180, 0.14), transparent 16%),
    radial-gradient(circle at 34% 74%, rgba(255, 255, 255, 0.09), transparent 14%);
  filter: blur(10px);
  opacity: 0.82;
  pointer-events: none;
  z-index: 0;
}

.ma-mid-cta .fl-row-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  min-height: 470px;
}

.ma-cta-copy {
  width: 60%;
}

.ma-cta-copy > .fl-col-content,
.ma-cta-copy .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ma-cta-space {
  width: 40%;
}

/* =========================================================
   Framework Cards
   ========================================================= */

.ma-framework .fl-row-content-wrap {
  padding-top: 70px;
  padding-bottom: 40px;
}

.ma-framework-cards .fl-row-content-wrap {
  padding-top: 0;
  padding-bottom: 70px;
}

.ma-step-card > .fl-col-content,
.ma-step-card .fl-col-content {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(39, 29, 20, 0.07);
  min-height: 238px;
}

.ma-step-num,
.ma-step-num .fl-rich-text {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(94, 117, 101, 0.12);
  color: var(--ma-green);
  font-weight: 800;
  margin-bottom: 28px;
}

/* =========================================================
   Speaking Section
   ========================================================= */

.ma-speaking .fl-row-content-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ma-speaking .fl-row-content {
  display: flex;
  align-items: stretch;
  gap: 26px;
}

.ma-speaking-image > .fl-col-content,
.ma-speaking-image .fl-col-content {
  height: 100%;
}

.ma-speaking-photo,
.ma-speaking-photo .fl-photo,
.ma-speaking-photo .fl-photo-content,
.ma-speaking-photo .fl-photo-content a {
  height: 100%;
  display: block;
}

.ma-speaking-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--ma-shadow);
}

.ma-speaking-copy > .fl-col-content,
.ma-speaking-copy .fl-col-content {
  padding: clamp(28px, 4vw, 54px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--ma-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ma-check-list,
.ma-check-list .fl-rich-text {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.ma-check-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--ma-line);
}

/* =========================================================
   Quote Section
   ========================================================= */

.ma-quote .fl-row-content-wrap {
  padding-top: 40px;
  padding-bottom: 70px;
}

.ma-quote-card > .fl-col-content,
.ma-quote-card .fl-col-content {
  position: relative;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 42px;
  background: var(--ma-ink);
  color: #ffffff;
  overflow: hidden;
  box-shadow: var(--ma-shadow);
}

.ma-quote-card > .fl-col-content::after,
.ma-quote-card .fl-col-content::after {
  content: "“";
  position: absolute;
  right: 28px;
  top: -58px;
  font-size: 220px;
  line-height: 1;
  font-family: "Playfair Display", Georgia, serif;
  color: rgba(255, 255, 255, 0.08);
}

.ma-quote-text,
.ma-quote-text .fl-rich-text {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.ma-quote-label,
.ma-quote-label .fl-rich-text {
  margin-top: 28px;
  color: var(--ma-gold-soft);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* =========================================================
   Contact Section
   ========================================================= */

.ma-contact .fl-row-content-wrap {
  padding-top: 70px;
  padding-bottom: 80px;
}

.ma-contact .fl-row-content {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.ma-contact-panel > .fl-col-content,
.ma-contact-panel .fl-col-content,
.ma-contact-form > .fl-col-content,
.ma-contact-form .fl-col-content {
  padding: 26px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--ma-shadow);
}

.ma-stat-box,
.ma-stat-box .fl-rich-text {
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--ma-line);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
  .fl-builder-content .fl-row-content {
    width: min(100% - 40px, 1180px);
  }

  .ma-hero .fl-row-content,
  .ma-about .fl-row-content,
  .ma-speaking .fl-row-content,
  .ma-contact .fl-row-content,
  .ma-mid-cta .fl-row-content {
    display: block;
  }

  .ma-hero-image-col > .fl-col-content,
  .ma-hero-image-col .fl-col-content {
    min-height: 640px;
    margin-top: 40px;
  }

  .ma-hero-photo {
    width: 78%;
    height: 76%;
  }

  .ma-about-photo img,
  .ma-story-visual img,
  .ma-speaking-photo img {
    min-height: 460px;
  }

  .ma-mid-cta .fl-row-content-wrap {
    min-height: 500px;
    background-position: 88% center;
  }

  .ma-mid-cta .fl-row-content {
    min-height: 420px;
  }

  .ma-cta-copy {
    width: 62% !important;
  }

  .ma-cta-space {
    width: 38% !important;
  }
}

@media (max-width: 860px) {
  .ma-hero-title,
  .ma-hero-title .fl-heading {
    font-size: clamp(46px, 12vw, 68px) !important;
  }

  .ma-hero-image-col > .fl-col-content,
  .ma-hero-image-col .fl-col-content {
    min-height: 560px;
  }

  .ma-mid-cta .fl-row-content-wrap {
    background-position: 82% center;
  }

  .ma-cta-copy,
  .ma-cta-space {
    width: 100% !important;
  }

  .ma-services .fl-row-content-wrap,
  .ma-service-cards .fl-row-content-wrap {
    border-radius: 34px;
  }
}

@media (max-width: 640px) {
  .fl-builder-content .fl-row-content {
    width: min(100% - 28px, 1180px);
  }

  .ma-hero .fl-row-content-wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .ma-hero-title,
  .ma-hero-title .fl-heading {
    font-size: 46px !important;
  }

  .ma-lead,
  .ma-lead .fl-rich-text {
    font-size: 17px;
  }

  .ma-hero-image-col > .fl-col-content,
  .ma-hero-image-col .fl-col-content {
    min-height: 540px;
  }

  .ma-hero-photo {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    height: 360px;
  }

  .ma-hero-photo img,
  .ma-hero-photo .fl-photo-content {
    border-radius: 28px;
  }

  .ma-hero-photo-small {
    right: 14px;
    left: auto;
    bottom: 20px;
    width: 38%;
    height: 180px;
  }

  .ma-hero-photo-small img {
    border-radius: 22px;
  }

  .ma-story-copy > .fl-col-content,
  .ma-story-copy .fl-col-content,
  .ma-speaking-copy > .fl-col-content,
  .ma-speaking-copy .fl-col-content,
  .ma-contact-panel > .fl-col-content,
  .ma-contact-panel .fl-col-content,
  .ma-contact-form > .fl-col-content,
  .ma-contact-form .fl-col-content {
    padding: 24px;
    border-radius: 24px;
  }

  .ma-about-photo img,
  .ma-story-visual img,
  .ma-speaking-photo img {
    min-height: 320px;
    border-radius: 24px;
  }

  .ma-services .fl-row-content-wrap,
  .ma-service-cards .fl-row-content-wrap {
    border-radius: 24px;
  }

  .ma-mid-cta .fl-row-content-wrap {
    min-height: 420px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 24px;
    background-position: 78% center;
  }

  .ma-mid-cta .fl-row-content {
    min-height: 360px;
  }

  .ma-cta-title,
  .ma-cta-title .fl-heading {
    font-size: clamp(30px, 10vw, 46px) !important;
  }

  .ma-button {
    display: block;
    margin-right: 0;
    margin-top: 12px;
  }

  .ma-button .fl-button {
    width: 100%;
    text-align: center;
  }

  .ma-quote-card > .fl-col-content,
  .ma-quote-card .fl-col-content {
    border-radius: 24px;
  }

  .ma-quote-text,
  .ma-quote-text .fl-rich-text {
    font-size: clamp(26px, 8vw, 38px);
  }
}