@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  overflow-x: clip;
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #464747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto;
  overflow-x: clip;
}
  #body-wrapper .nowrap {
    white-space: nowrap; }
  #body-wrapper .container-responsive {
    width: 100%;
    max-width: 1140px;
    overflow-x: hidden;
    margin-right: auto;
    margin-left: auto; }
  #body-wrapper h1 {
    font-size: clamp(2.375rem, 4.875vw, 3.75rem);
    font-family: "Montserrat", sans-serif;
    line-height: 1.05;
    color: #464747;
    margin-bottom: 0.4em;
    margin-top: 0; }
  #body-wrapper h2 {
    font-size: clamp(1.75rem, 3.25vw, 2.5rem);
    font-family: "Montserrat", sans-serif;
    text-wrap: balance;
    line-height: 1.05;
    color: #464747;
    margin-bottom: 0.2em; }
  #body-wrapper h3 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    font-weight: 700;
    color: #464747; }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem);
    line-height: 1.375;
    font-size: inherit; }
    #body-wrapper p a {
      color: inherit; }
      #body-wrapper p a:hover {
        text-decoration: underline;
        font-weight: bolder; }
  #body-wrapper section,
  #body-wrapper #page-footer {
    padding: 80px; }
    #body-wrapper section .container-responsive,
    #body-wrapper #page-footer .container-responsive {
      max-width: 1140px; }
    @media (max-width: 991px) {
      #body-wrapper section,
      #body-wrapper #page-footer {
        padding: 60px; } }
    @media (max-width: 767px) {
      #body-wrapper section,
      #body-wrapper #page-footer {
        padding: 20px 10px; } }
  #body-wrapper a {
    color: inherit;
    transition: color 0.2s; }
    #body-wrapper a:hover {
      text-decoration: none;
      color: #68A396; }
  #body-wrapper hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #body-wrapper img {
    height: auto; }
  #body-wrapper .serif {
    font-family: "Nunito", sans-serif; }
  #body-wrapper .sans,
  #body-wrapper .sansserif,
  #body-wrapper .sans-serif {
    font-family: "Montserrat", sans-serif; }
  #body-wrapper .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 40%; }
  #body-wrapper .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  #body-wrapper .embed-container iframe,
  #body-wrapper .embed-container object,
  #body-wrapper .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #body-wrapper .fill-right,
  #body-wrapper .fill-left {
    position: relative; }
  #body-wrapper .fill-right:after,
  #body-wrapper .fill-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: inherit; }
  #body-wrapper .fill-right:after {
    left: 100%; }
  #body-wrapper .fill-left:before {
    right: 100%; }
  #body-wrapper .primary-alt {
    color: "Nunito", sans-serif; }
  #body-wrapper .accent-alt {
    color: #68A396; }
  #body-wrapper .hero-overline {
    font-size: clamp(1rem, 1.95vw, 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #2ECC71; }
  #body-wrapper .overline {
    font-size: clamp(1rem, 1.7875vw, 1.375rem);
    color: #00BACF;
    text-wrap: balance; }
  #body-wrapper .button-group-container {
    display: flex;
    justify-content: center;
    gap: 1em;
    width: 100%; }
  #body-wrapper .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    #body-wrapper .info-box .image-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  #body-wrapper .box-shadow-border {
    border-radius: 0.25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  #body-wrapper .radial-gradient {
    position: relative; }
    #body-wrapper .radial-gradient::before, #body-wrapper .radial-gradient::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      filter: blur(30px); }
    #body-wrapper .radial-gradient::before {
      width: 200px;
      height: 205px;
      background: radial-gradient(circle, #ffedba, transparent);
      top: -3em;
      left: -5em; }
    #body-wrapper .radial-gradient::after {
      width: 410px;
      height: 430px;
      background: radial-gradient(circle, #aee4c3, transparent);
      bottom: 13em;
      right: -13em; }
  #body-wrapper .fa-sharp.fa-solid.fa-chevron-right {
    font-size: 18px;
    background-image: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%);
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: .8em;
    color: white; }
  #body-wrapper .hs-button {
    margin-top: 2em; }

#body-wrapper .btn,
#body-wrapper .hs-button {
  font-size: clamp(1rem, 1.625vw, 1.25rem);
  border-radius: 2.063rem;
  padding: 0.7em 1.25em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  border: 0px solid transparent;
  background-clip: border-box;
  will-change: transform;
  margin-top: 1em;
  width: 100%;
  max-width: 270px;
  background: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%); }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *,
    #body-wrapper .hs-button:hover,
    #body-wrapper .hs-button:hover span,
    #body-wrapper .hs-button:hover .fl-button-text,
    #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow,
  #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: inherit; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *,
    #body-wrapper .hs-button.btn-hollow,
    #body-wrapper .hs-button.btn-hollow span,
    #body-wrapper .hs-button.btn-hollow .fl-button-text,
    #body-wrapper .hs-button.btn-hollow * {
      color: inherit; }
    #body-wrapper .btn.btn-hollow:hover,
    #body-wrapper .hs-button.btn-hollow:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *,
      #body-wrapper .hs-button.btn-hollow:hover,
      #body-wrapper .hs-button.btn-hollow:hover span,
      #body-wrapper .hs-button.btn-hollow:hover .fl-button-text,
      #body-wrapper .hs-button.btn-hollow:hover * {
        color: #68A396; }
  #body-wrapper .btn.btn-white,
  #body-wrapper .hs-button.btn-white {
    background: #FFFFFF;
    border-color: inherit; }
    #body-wrapper .btn.btn-white, #body-wrapper .btn.btn-white span, #body-wrapper .btn.btn-white .fl-button-text, #body-wrapper .btn.btn-white *,
    #body-wrapper .hs-button.btn-white,
    #body-wrapper .hs-button.btn-white span,
    #body-wrapper .hs-button.btn-white .fl-button-text,
    #body-wrapper .hs-button.btn-white * {
      color: #68A396; }
    #body-wrapper .btn.btn-white:hover,
    #body-wrapper .hs-button.btn-white:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-white:hover, #body-wrapper .btn.btn-white:hover span, #body-wrapper .btn.btn-white:hover .fl-button-text, #body-wrapper .btn.btn-white:hover *,
      #body-wrapper .hs-button.btn-white:hover,
      #body-wrapper .hs-button.btn-white:hover span,
      #body-wrapper .hs-button.btn-white:hover .fl-button-text,
      #body-wrapper .hs-button.btn-white:hover * {
        color: #68A396; }
  #body-wrapper .btn.btn-large,
  #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

#body-wrapper .hs-button {
  margin-top: 1.5em; }

#body-wrapper:has(#hubspot-wrapper) header {
  position: relative;
  background-color: white !important;
  height: 120px;
  z-index: 1; }

header#page-header .navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

header#page-header .nav-item.dropdown:hover .dropdown-menu,
header#page-header .nav-item.dropdown:focus-within .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible; }

header#page-header .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header#page-header .burger-icon, header#page-header .burger-icon::before, header#page-header .burger-icon::after {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #0f5260;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  header#page-header .burger-icon::before, header#page-header .burger-icon::after {
    position: absolute;
    content: ""; }
  header#page-header .burger-icon::before {
    top: -7px; }
  header#page-header .burger-icon::after {
    top: 7px; }

header#page-header .navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #464747;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

/* Sticky Header & Navigation */
header#page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1050;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24, 101, 112, 0.08);
  transition: background-color 0.25s ease, box-shadow 0.25s ease; }

header#page-header nav.navbar,
header#page-header nav.navbar.navbar-expand-xl {
  position: static;
  top: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 24px;
  background-color: transparent;
  transition: padding 0.25s ease; }

header#page-header nav.navbar > .container-responsive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  overflow: visible; }

header#page-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  line-height: 1; }

header#page-header .navbar-brand .logo {
  display: block;
  width: auto;
  max-height: 46px;
  object-fit: contain;
  transition: max-height 0.25s ease; }

header#page-header #primary-nav .nav-item {
  display: inline-flex;
  align-items: center;
  margin: 0; }

header#page-header nav.navbar .nav-link:not(.btn) {
  margin: 0;
  padding: 8px 14px;
  color: #186570;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease; }

header#page-header nav.navbar .nav-link:not(.btn):hover,
header#page-header nav.navbar .nav-link:not(.btn):focus-visible,
header#page-header nav.navbar .nav-link:not(.btn).active {
  color: #007f73;
  background-color: rgba(0, 215, 167, 0.08); }

header#page-header .header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 10px 22px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #00b9d1 0%, #00b98d 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0, 153, 166, 0.22);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }

header#page-header .header-cta-btn:hover,
header#page-header .header-cta-btn:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #186570 0%, #00a982 100%);
  box-shadow: 0 5px 14px rgba(0, 153, 166, 0.28);
  transform: translateY(-1px); }

header#page-header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08); }

header#page-header.header-scrolled nav.navbar {
  padding: 6px 24px; }

header#page-header.header-scrolled .navbar-brand .logo {
  max-height: 36px; }

header#page-header.header-scrolled .header-cta-btn {
  padding: 8px 18px !important; }

@media (min-width: 1200px) {
  header#page-header .navbar-collapse {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1; }

  header#page-header #primary-nav {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%); }

  header#page-header .header-cta-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto; } }

@media (max-width: 1199.98px) {
  header#page-header .navbar-brand .logo {
    max-height: 40px; }

  header#page-header nav.navbar,
  header#page-header nav.navbar.navbar-expand-xl {
    padding: 10px 16px; }

  header#page-header .navbar-toggler {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 auto;
    margin-left: auto; }

  header#page-header.header-scrolled nav.navbar {
    padding: 6px 16px; }

  header#page-header .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 16px 20px 22px;
    background: #ffffff;
    border-bottom: 1px solid rgba(24, 101, 112, 0.12);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1); }

  header#page-header #primary-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    filter: none; }

  header#page-header #primary-nav .nav-item {
    display: block;
    width: 100%; }

  header#page-header nav.navbar .nav-link:not(.btn) {
    display: block;
    padding: 10px 14px;
    font-size: 16px; }

  header#page-header .header-cta-wrapper {
    width: 100%;
    margin-top: 12px; }

  header#page-header .header-cta-btn {
    width: 100%;
    padding: 12px 20px !important;
    border-radius: 10px;
    font-size: 15px; } }

.mobile-sticky-cta {
  display: none; }

@media (max-width: 767.98px) {
  body:has(.mobile-sticky-cta) {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(24, 101, 112, 0.12);
    box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.08); }

  .mobile-sticky-cta .mobile-cta-btn {
    display: inline-flex;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.15s ease, filter 0.15s ease; }

  .mobile-sticky-cta .mobile-cta-btn:active {
    transform: scale(0.98); }

  .mobile-sticky-cta .mobile-cta-btn.primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, #00b9d1 0%, #00b98d 100%);
    box-shadow: 0 2px 8px rgba(0, 153, 166, 0.24); }

  .mobile-sticky-cta .mobile-cta-btn.secondary {
    color: #186570 !important;
    background: #f1f8f7;
    border: 1px solid #c2e2dc; } }

#page-footer {
  background: #111827;
  color: #f8fafc;
  padding: 80px 0 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#page-footer a {
  text-decoration: none;
  color: #cbd5e1;
  transition: color 0.2s ease, transform 0.2s ease;
}

#page-footer a:hover {
  color: #00d7a7 !important;
  text-decoration: none;
}

#page-footer p {
  color: #94a3b8;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

#page-footer .footer-col-brand .logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  margin-bottom: 18px;
}

#page-footer .footer-tagline {
  max-width: 340px;
  margin-bottom: 20px;
}

#page-footer .footer-cert-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #00d7a7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#page-footer h4 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

#page-footer .footer-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#page-footer .footer-nav-list li a {
  font-size: 15px;
  font-weight: 600;
  color: #cbd5e1;
}

#page-footer .footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

#page-footer .footer-phone-highlight {
  font-size: 18px;
  font-weight: 800;
  color: #00d7a7 !important;
  font-family: 'Montserrat', sans-serif;
}

#page-footer .footer-email-link {
  font-size: 15px;
  color: #cbd5e1;
}

#page-footer .footer-hours {
  font-size: 13.5px;
  color: #64748b;
}

#page-footer .footer-social-box p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

#page-footer .social-icons-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

#page-footer .linkedin-icon,
#page-footer .instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
  position: relative;
}

#page-footer .linkedin-icon::before,
#page-footer .instagram-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#page-footer .linkedin-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
}

#page-footer .instagram-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

#page-footer .linkedin-icon:hover,
#page-footer .instagram-icon:hover {
  background: #00c7e2;
  border-color: #00c7e2;
  transform: translateY(-3px);
}

#page-footer .footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 50px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

#page-footer .footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748b;
}

#page-footer .footer-legal-links a {
  color: #94a3b8;
  font-size: 13.5px;
}

@media (max-width: 991px) {
  #page-footer {
    padding: 60px 0 30px;
  }
}

/* Homepage Footer */
#body-wrapper #page-footer.homepage-footer {
  --footer-ink: #071525;
  --footer-panel: #0c2033;
  --footer-line: rgba(154, 215, 222, 0.16);
  --footer-muted: #9fb0bf;
  position: relative;
  overflow: hidden;
  padding: 78px 40px 30px;
  color: #f4fbfc;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 199, 226, 0.14), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(0, 215, 167, 0.08), transparent 24%),
    var(--footer-ink);
  border-top: 0;
}

#body-wrapper #page-footer.homepage-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00c7e2 0%, #00d7a7 68%, #80e8d2 100%);
}

#body-wrapper #page-footer.homepage-footer::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 38%;
  height: 100%;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(114, 190, 201, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 190, 201, 0.1) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 45%);
}

#page-footer.homepage-footer .container-responsive {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  overflow: visible;
}

#page-footer.homepage-footer .homepage-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.72fr) minmax(210px, 0.95fr) minmax(250px, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
}

#page-footer.homepage-footer .footer-col-brand {
  position: relative;
  padding: 28px;
  border: 1px solid var(--footer-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(16, 48, 70, 0.92), rgba(10, 31, 49, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 45px rgba(0, 0, 0, 0.16);
}

#page-footer.homepage-footer .footer-col-brand::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border-right: 1px solid rgba(0, 215, 167, 0.38);
  border-bottom: 1px solid rgba(0, 215, 167, 0.38);
}

#page-footer.homepage-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 10px 16px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

#page-footer.homepage-footer .footer-col-brand .logo {
  display: block;
  width: auto;
  height: 48px;
  max-height: 48px;
  margin: 0;
  object-fit: contain;
}

#page-footer.homepage-footer .footer-brand-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #64dfd0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#page-footer.homepage-footer .footer-tagline {
  max-width: 360px;
  margin-bottom: 24px;
  color: #c5d2dc;
  font-size: 15px;
  line-height: 1.7;
}

#page-footer.homepage-footer .footer-cert-badges {
  gap: 8px;
  padding-right: 28px;
  color: #a8f2e3;
  font-size: 10px;
  letter-spacing: 0.07em;
}

#page-footer.homepage-footer .footer-cert-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 9px;
  border: 1px solid rgba(100, 223, 208, 0.24);
  border-radius: 999px;
  background: rgba(0, 215, 167, 0.07);
}

#page-footer.homepage-footer h4 {
  position: relative;
  max-width: 210px;
  margin: 7px 0 27px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#page-footer.homepage-footer h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #00c7e2, #00d7a7);
}

#page-footer.homepage-footer .footer-nav-list {
  gap: 4px;
}

#page-footer.homepage-footer .footer-nav-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 7px 0 7px 16px;
  color: #b9c7d2;
  font-size: 14px;
  line-height: 1.35;
}

#page-footer.homepage-footer .footer-nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00c7e2;
  box-shadow: 0 0 0 4px rgba(0, 199, 226, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#page-footer.homepage-footer .footer-nav-list li a:hover {
  transform: translateX(3px);
}

#page-footer.homepage-footer .footer-nav-list li a:hover::before {
  transform: scale(1.25);
  background: #00d7a7;
}

#page-footer.homepage-footer .footer-contact-details {
  gap: 8px;
  margin-bottom: 24px;
}

#page-footer.homepage-footer .footer-contact-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin: 0;
  padding: 8px 10px;
  color: #c6d3dc;
  border: 1px solid rgba(159, 176, 191, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  line-height: 1.35;
}

#page-footer.homepage-footer a.footer-contact-row:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 215, 167, 0.34);
  background: rgba(0, 215, 167, 0.07);
}

#page-footer.homepage-footer .footer-contact-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #70e8d9;
  border: 1px solid rgba(0, 199, 226, 0.24);
  border-radius: 8px;
  background: rgba(0, 199, 226, 0.08);
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

#page-footer.homepage-footer .footer-phone-highlight {
  color: #e7fffb !important;
  font-size: 15px;
}

#page-footer.homepage-footer .footer-email-link,
#page-footer.homepage-footer .footer-hours {
  color: #b9c7d2;
  font-size: 12.5px;
}

#page-footer.homepage-footer .footer-social-box p {
  margin-bottom: 11px;
  color: #91a7b6;
  font-size: 10px;
}

#page-footer.homepage-footer .linkedin-icon,
#page-footer.homepage-footer .instagram-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(159, 176, 191, 0.2);
}

#page-footer.homepage-footer .linkedin-icon::before,
#page-footer.homepage-footer .instagram-icon::before {
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

#page-footer.homepage-footer .footer-bottom-bar {
  margin-top: 54px;
  padding-top: 24px;
  border-color: var(--footer-line);
}

#page-footer.homepage-footer .footer-bottom-bar p,
#page-footer.homepage-footer .footer-legal-links a {
  color: #7f95a5;
  font-size: 12px;
}

#page-footer.homepage-footer .footer-legal-links {
  color: #426071;
}

#page-footer.homepage-footer a:focus-visible {
  outline: 2px solid #64dfd0;
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  #page-footer.homepage-footer .homepage-footer-grid {
    grid-template-columns: minmax(260px, 1.2fr) minmax(140px, 0.7fr) minmax(190px, 0.9fr) minmax(220px, 1fr);
    gap: 30px;
  }

  #page-footer.homepage-footer .footer-col-brand {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  #body-wrapper #page-footer.homepage-footer {
    padding: 64px 30px 92px;
  }

  #page-footer.homepage-footer .homepage-footer-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 42px 48px;
  }

  #page-footer.homepage-footer .footer-col-brand {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  #body-wrapper #page-footer.homepage-footer {
    padding: 54px 20px 104px;
  }

  #page-footer.homepage-footer::after {
    width: 100%;
    opacity: 0.13;
  }

  #page-footer.homepage-footer .homepage-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  #page-footer.homepage-footer .footer-col-brand {
    grid-row: auto;
    padding: 24px 22px;
  }

  #page-footer.homepage-footer .footer-brand {
    min-height: 62px;
  }

  #page-footer.homepage-footer .footer-col-brand .logo {
    height: 43px;
    max-height: 43px;
  }

  #page-footer.homepage-footer h4 {
    margin-top: 0;
    margin-bottom: 18px;
  }

  #page-footer.homepage-footer .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  #page-footer.homepage-footer .footer-bottom-bar {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }
}

@media (max-width: 420px) {
  #page-footer.homepage-footer .footer-nav-list {
    grid-template-columns: 1fr;
  }

  #page-footer.homepage-footer .footer-legal-links {
    flex-wrap: wrap;
  }
}

#body-wrapper .form-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em;
  width: 100%; }
  #body-wrapper .form-container ::placeholder {
    opacity: 1;
    color: #68A396;
    font-weight: 600; }
  #body-wrapper .form-container .form-columns-2,
  #body-wrapper .form-container .form-columns-1 {
    max-width: 100% !important; }
  #body-wrapper .form-container input[type="text"], #body-wrapper .form-container input[type="email"], #body-wrapper .form-container textarea,  .hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding: 1em;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #c2dad5; }
    #body-wrapper .form-container input[type="text"]::placeholder, #body-wrapper .form-container input[type="email"]::placeholder, #body-wrapper .form-container textarea::placeholder {
      opacity: 1;
      color: #68A396;
      font-weight: 600; }
    #body-wrapper .form-container input[type="text"]:hover, #body-wrapper .form-container input[type="email"]:hover, #body-wrapper .form-container textarea:hover {
      border: 2px solid #186570 !important; }
    #body-wrapper .form-container input[type="text"]:focus, #body-wrapper .form-container input[type="email"]:focus, #body-wrapper .form-container textarea:focus {
      border: 1px solid #186570 !important;
      outline: 1px solid #186570 !important; }
  #body-wrapper .form-container .hs-error-msg.hs-main-font-element, #body-wrapper .form-container ul {
    margin-bottom: 0 !important;
    text-align: start !important;
    font-size: 0.9em !important;
    color: red;
    font-weight: 400 !important; }
  #body-wrapper .form-container .hs-form .form-columns-0 .input,
  #body-wrapper .form-container .hs-form .form-columns-1 .input,
  #body-wrapper .form-container .hs-form .form-columns-2 .input {
    margin-right: 0 !important; }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
    width: calc(100% / 2 - 0.5rem) !important;
    float: left; }
  @media screen and (max-width: 650px) {
    #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
      width: 100% !important; } }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field:last-child {
    float: right !important; }
  #body-wrapper .form-container fieldset.form-columns-1 .hs-input {
    width: 100%; }
  #body-wrapper .form-container .actions {
    text-align: start; }

#modalForm h2, #modalForm p {
  text-align: center !important;
  text-wrap: balance;
  max-width: 600px;
  margin: 0 auto; }

#modalForm .modal-header {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 2em; }

#modalForm .modal-body {
  background: white;
  padding: 0;
  gap: 20px;
  border-radius: 10px;
  position: relative;
  flex-wrap: wrap; }
  #modalForm .modal-body .row {
    align-items: center;
    margin-inline: 0; }
  #modalForm .modal-body .modal-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    padding: 5em 2em;
    width: 100%;
    margin: 0 auto;
    background-color: #F3FAF9;
    height: 100%;
    border-radius: 10px; }
  #modalForm .modal-body .modal-right {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 610px;
    width: 100%; }
  #modalForm .modal-body .btn-close {
    position: absolute;
    top: 1em;
    right: 1em;
    background: transparent;
    cursor: pointer;
    border: 2px solid #c2dad5;
    color: #c2dad5;
    --bs-btn-close-color: $white-mint-border !important;
    --bs-btn-close-opacity: 1 !important;
    --bs-btn-close-bg: transparent !important;
    border-radius: 50%; }
  #modalForm .modal-body .image-container {
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.08);
    height: auto;
    border-radius: 20px;
    max-width: fit-content; }
  #modalForm .modal-body .role-info {
    padding-left: 10px;
    border-left: 1px solid #2ECC71; }
    #modalForm .modal-body .role-info p {
      margin-bottom: 0;
      font-size: 16px; }
    #modalForm .modal-body .role-info #modalFullName {
      font-size: clamp(1rem, 1.4625vw, 1.125rem);
      font-weight: 600;
      margin-bottom: .33em; }
  #modalForm .modal-body .teal-alt.text-uppercase {
    font-weight: 700;
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #modalForm .modal-body .role-description {
    padding: 4em;
    width: 100%;
    margin: 0 auto; }
    #modalForm .modal-body .role-description p {
      font-size: clamp(0.875rem, 1.3vw, 1rem); }
  #modalForm .modal-body .text-container {
    padding-top: 30px;
    border-top: 2px solid #c2dad5; }
  #modalForm .modal-body #modalButton {
    background: none;
    border: none;
    color: #68A396;
    font-weight: 600;
    font-size: 16px; }
    #modalForm .modal-body #modalButton::after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      line-height: 1em;
      border: 0;
      margin-left: 0;
      padding-left: 1em;
      color: #c2dad5; }

#modalForm #modalImage {
  max-width: 238px;
  width: 100%;
  height: auto;
  margin: 0; }

#modalForm .modal-info h3 {
  margin: 0;
  text-wrap: balance; }

#modalForm .modal-info p {
  margin: 5px 0 15px; }

@media (min-width: 992px) {
  #modalForm .modal-lg, #modalForm .modal-xl {
    --bs-modal-width: 1000px; } }

@media (max-width: 991px) {
  #modalForm .modal-body {
    flex-direction: column;
    padding: 0; }
    #modalForm .modal-body .modal-left {
      border-radius: 10px 10px 0 0 !important;
      flex-direction: row !important;
      align-items: center; }
    #modalForm .modal-body .modal-left,
    #modalForm .modal-body .modal-right {
      width: 100%;
      padding: 20px;
      max-width: unset; }
    #modalForm .modal-body .role-description {
      padding: 0; }
  #modalForm .row {
    flex-direction: column; }
  #modalForm .modal-dialog {
    transform: none;
    padding: 1em;
    margin: 1em;
    max-width: unset; } }

.modal {
  background: #18647048 !important; }

.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

#body-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: clip;
  width: 100%; }
  #body-wrapper h1, #body-wrapper h2, #body-wrapper h3, #body-wrapper h4, #body-wrapper h5, #body-wrapper h6 {
    font-family: "Nunito", sans-serif;
    color: #363D57;
    font-weight: 700; }
  #body-wrapper [id] {
    scroll-margin-top: 80px; }
  #body-wrapper h1 {
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    color: #00BACF; }
  #body-wrapper h2 {
    font-size: clamp(1.7rem, 3.4125vw, 2.625rem);;
    text-transform: uppercase; }
  #body-wrapper h3 {
    font-size: clamp(1.4rem, 2.925vw, 2.25rem); }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem); }
  #body-wrapper #hero .image-container {
    text-align: center;
        max-width: 400px;   /* Change to your desired width */
    height: 350px;  /* Change to your desired height */
    overflow: hidden;
    position: relative;
     border-radius: 20px;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
    margin-block: 2em; }

    #body-wrapper #hero .image-container img {

      max-width: 100%;
          width: 100%;
    height: auto;
    display: block;
      height: auto; }
  #body-wrapper #hero .row {
    justify-content: space-between;
    align-items: center; }
  #body-wrapper #what-we-do .row {
    align-items: stretch !important;
}
  #body-wrapper #what-we-do .info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
   max-width: 450px;
    border-radius: 20px;
    margin: 3em auto;
    text-align: center;
    padding: 0;
    height: 100%;
}
    #body-wrapper #what-we-do .info-box .text-container {
      padding: 2em 2em;
  text-align: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
      #body-wrapper #what-we-do .info-box .text-container h3 {
        margin-bottom: 1em;
        min-height: 6rem;
      }
      #body-wrapper #what-we-do .info-box .text-container p {
        margin-bottom: 1em; }
    #body-wrapper #what-we-do .info-box h3 {
      margin-bottom: 0 !important; }
    #body-wrapper #what-we-do .info-box .cta-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap: 1em;
      width: 100%;
      background-color: #F3F3F3;
      padding: 2em;
      height: auto;
      border-radius: 0 0 20px 20px;
      min-height: 260px;
  text-wrap: balance;
}
    #body-wrapper #what-we-do .info-box .image-container {
      text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
  margin-inline: auto; }
      #body-wrapper #what-we-do .info-box .image-container img {
            width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
         }
  #body-wrapper #what-we-do .row {
    justify-content: space-between;
    max-width: 1300px;
  width: 100%;
  margin-inline: auto;
    align-items: center; }
  #body-wrapper #what-we-do .container-responsive {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1em; }
  #body-wrapper #brand-services .info-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Changed from space-between */
    align-items: stretch;
    width: 100%;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
    max-width: 450px;
    min-height: 440px;
    border-radius: 20px;
    margin: 3em auto;
    padding: 0;
    height: auto;
    border: 1px solid #00bacf;
  }
  #body-wrapper #brand-services .info-box .text-container {
    padding: 2em;
    text-align: start;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  #body-wrapper #brand-services .info-box .text-container h3 {
    margin-bottom: 1em;
  }
  #body-wrapper #brand-services .info-box .text-container p {
    margin-bottom: 1em;
  }
  #body-wrapper #brand-services .info-box .image-container {
    text-align: left;
    margin-right: auto !important;
  }
  #body-wrapper #brand-services .info-box .image-container img {
    margin-right: auto !important;
    margin-bottom: 1em;
    width: 60px;
    height: 60px;
  }
    #body-wrapper #brand-services .info-box h3 {
      margin-bottom: 0 !important;
      font-size: clamp(1.2rem, 1.95vw, 1.5rem);
      text-transform: uppercase; }
    #body-wrapper #brand-services .info-box .cta-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1em;
      width: 100%;
      background-color: #F3F3F3;
      padding: 2em;
      border-radius: 0 0 20px  20px; }
  #body-wrapper #brand-services .row {
    justify-content: space-between;
    align-items: center; }
  #body-wrapper #brand-services .container-responsive {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1em; }
  #body-wrapper #about-us {
    position: relative; }
    #body-wrapper #about-us .video-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 aspect ratio */
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 10em; }
    #body-wrapper #about-us .video,
    #body-wrapper #about-us .video-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #body-wrapper #about-us .video-thumbnail {
      z-index: 2;
      transition: opacity 0.4s ease; }
    #body-wrapper #about-us .video-container.playing .video-thumbnail {
      opacity: 0;
      pointer-events: none; }
    #body-wrapper #about-us::after {
      content: "";
      position: absolute;
      top: -50%;
      left: -5%;
      width: 20%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%23e0f7fa' opacity='0.3' d='M44.7,-76.4C58.8,-69.2,71.8,-59.1,79.6,-45.8C87.4,-32.6,90,-16.3,88.5,-0.9C86.9,14.6,81.2,29.2,72.4,41.4C63.6,53.7,51.8,63.6,38.6,71.1C25.4,78.6,10.7,83.7,-3.3,89.4C-17.3,95.1,-30.5,101.4,-42.6,96.6C-54.7,91.8,-65.7,75.9,-73.4,60.8C-81.1,45.8,-85.5,31.6,-87.3,16.8C-89.1,2,-88.3,-13.4,-82.9,-27C-77.5,-40.6,-67.5,-52.4,-54.8,-60.2C-42.1,-67.9,-26.7,-71.7,-11.2,-73.7C4.3,-75.7,30.6,-83.6,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    #body-wrapper #about-us::before {
      content: "";
      position: absolute;
      top: -100%;
      right: -20%;
      width: 30%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%23e0f7fa' opacity='0.3' d='M44.7,-76.4C58.8,-69.2,71.8,-59.1,79.6,-45.8C87.4,-32.6,90,-16.3,88.5,-0.9C86.9,14.6,81.2,29.2,72.4,41.4C63.6,53.7,51.8,63.6,38.6,71.1C25.4,78.6,10.7,83.7,-3.3,89.4C-17.3,95.1,-30.5,101.4,-42.6,96.6C-54.7,91.8,-65.7,75.9,-73.4,60.8C-81.1,45.8,-85.5,31.6,-87.3,16.8C-89.1,2,-88.3,-13.4,-82.9,-27C-77.5,-40.6,-67.5,-52.4,-54.8,-60.2C-42.1,-67.9,-26.7,-71.7,-11.2,-73.7C4.3,-75.7,30.6,-83.6,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.btn-icon-star::before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1em;
  border: 0;
  margin-left: 0;
  padding-right: 1em; }

@media (max-width: 767px) {
  #body-wrapper #what-we-do .info-box .text-container {
    padding: 2em 2em;
    text-align: center;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .btn,
  .hs-button {
    min-height: 44px;
    padding: 0.9em 1.5em;
  }
}




/*--------------------
-------------Home Page Elevated Styles*/
#hero.home-hero-section {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 64px 0 72px;
  overflow: hidden;
}

#hero.home-hero-section .hero-main-title {
  color: #0f172a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 3.8vw, 50px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

#hero.home-hero-section .hero-lead-text {
  max-width: 620px;
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 26px;
}

#hero.home-hero-section .hero-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 6px;
}

#hero.home-hero-section .hero-cta-actions .acf-btn,
#hero.home-hero-section .hero-cta-actions .acf-btn-secondary {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  min-height: 52px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

#hero.home-hero-section .hero-cta-actions .acf-btn {
  color: #ffffff !important;
  background: linear-gradient(135deg, #00c7e2 0%, #00d7a7 100%) !important;
  border: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 199, 226, 0.25) !important;
  transform: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

#hero.home-hero-section .hero-cta-actions .acf-btn:hover,
#hero.home-hero-section .hero-cta-actions .acf-btn:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #186570 0%, #00d7a7 100%) !important;
  box-shadow: 0 6px 18px rgba(0, 199, 226, 0.32) !important;
  transform: translateY(-2px) !important;
}

#hero.home-hero-section .hero-cta-actions .acf-btn-secondary {
  color: #186570 !important;
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05) !important;
  transform: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
}

#hero.home-hero-section .hero-cta-actions .acf-btn-secondary:hover,
#hero.home-hero-section .hero-cta-actions .acf-btn-secondary:focus-visible {
  color: #007f91 !important;
  background: #ffffff !important;
  border-color: #00c7e2 !important;
  box-shadow: 0 6px 16px rgba(0, 199, 226, 0.14) !important;
  transform: translateY(-2px) !important;
}

#hero.home-hero-section .hero-media-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.15);
  background: #111827;
  border: 1.5px solid rgba(0, 199, 226, 0.28);
}

#hero.home-hero-section .hero-image-element {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 390px;
  max-height: 450px;
  transition: transform 0.5s ease;
}

#hero.home-hero-section .hero-media-card:hover .hero-image-element {
  transform: scale(1.03);
}

/* Facility certifications stay on the image; broader trust signals live below the hero. */
.hero-facility-badges {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-facility-badges .facility-badge-item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 10px 12px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 168, 137, 0.42);
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.18);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-facility-badges .facility-badge-item img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
}

.hero-facility-badges .facility-badge-item span {
  min-width: 0;
}

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

.hero-proof-points-under-media {
  margin-top: 16px;
}

.hero-proof-item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
  padding: 13px 14px;
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.05);
}

.hero-proof-item .proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: #ecfdf8;
  border-radius: 10px;
  font-size: 19px;
}

.hero-proof-item .proof-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  line-height: 1.25;
}

.hero-proof-item .proof-text strong {
  color: #0f172a;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.hero-proof-item .proof-text span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #hero.home-hero-section {
    min-height: 0;
    padding: 52px 0 62px;
  }

  #hero.home-hero-section .container-responsive {
    box-sizing: border-box;
    padding-inline: 24px;
  }

  #hero.home-hero-section .row {
    --bs-gutter-x: 0;
    margin-inline: 0;
  }

  #hero.home-hero-section .hero-copy-col,
  #hero.home-hero-section .hero-media-col {
    padding-inline: 0;
  }

  #hero.home-hero-section .hero-copy-col {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  #hero.home-hero-section .container-responsive {
    padding-inline: 18px;
  }

  #hero.home-hero-section .acfsp-badge-pill {
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px 14px;
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  #hero.home-hero-section .hero-main-title {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  #hero.home-hero-section .hero-lead-text {
    font-size: 17px;
    line-height: 1.55;
  }

  #hero.home-hero-section .hero-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #hero.home-hero-section .hero-cta-actions .acf-btn,
  #hero.home-hero-section .hero-cta-actions .acf-btn-secondary {
    width: 100% !important;
  }

  #hero.home-hero-section .hero-image-element {
    min-height: 390px;
  }

  .hero-facility-badges {
    grid-template-columns: 1fr;
    gap: 7px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .hero-facility-badges .facility-badge-item {
    padding: 7px 10px;
    font-size: 11.5px;
  }

  .hero-facility-badges .facility-badge-item img {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .hero-proof-points {
    grid-template-columns: 1fr;
  }
}

/* Certification Trust Section */
#body-wrapper section.certification-trust-section {
  position: relative;
  padding: 58px 32px 64px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border-top: 1px solid rgba(0, 141, 163, 0.12);
  border-bottom: 1px solid #e2e8f0;
}

#body-wrapper .certification-trust-section .container-responsive {
  overflow: visible;
}

.certification-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.certification-heading > span {
  display: block;
  margin-bottom: 7px;
  color: #008da3;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#body-wrapper .certification-heading h2 {
  margin: 0;
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: none;
}

.certification-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.certification-card {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  min-width: 130px;
  max-width: 160px;
  min-height: 168px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 12px 15px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce7eb;
  border-radius: 16px;
  box-shadow: 0 7px 20px rgba(15, 23, 42, 0.055);
  text-align: center;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.certification-logo-stage {
  display: flex;
  width: 100%;
  height: 94px;
  align-items: center;
  justify-content: center;
}

.certification-logo {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.certification-logo-wide {
  width: 116px;
  height: 72px;
}

.certification-logo-flag {
  width: 96px;
  height: 82px;
}

.certification-card > span {
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.certification-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 137, 0.42);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

@media (max-width: 1199.98px) {
  .certification-card {
    flex: 0 1 calc(25% - 12px);
    max-width: 210px;
  }
}

@media (max-width: 767.98px) {
  #body-wrapper section.certification-trust-section {
    padding: 48px 18px 52px;
  }

  .certification-heading {
    margin-bottom: 24px;
  }

  .certification-grid {
    gap: 12px;
  }

  .certification-card {
    flex-basis: calc(50% - 6px);
    max-width: none;
    min-width: 0;
    min-height: 150px;
    padding: 14px 9px 13px;
  }

  .certification-logo-stage {
    height: 82px;
  }

  .certification-logo {
    width: 72px;
    height: 72px;
  }

  .certification-logo-wide {
    width: 106px;
    height: 64px;
  }

  .certification-logo-flag {
    width: 86px;
    height: 72px;
  }
}

/* Expertise Section */
#body-wrapper #what-we-do.expertise-section {
  padding: 88px 40px 94px;
  background: linear-gradient(180deg, #f5f9fa 0%, #f8fafc 100%);
}

#body-wrapper #what-we-do .container-responsive {
  max-width: 1140px;
  padding: 0;
  overflow: visible;
}

.expertise-section-heading {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.expertise-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #008da3;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#body-wrapper .expertise-section-heading h2 {
  margin: 0 0 16px;
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-transform: none;
}

#body-wrapper .expertise-section-heading p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.expertise-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}

.expertise-card {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8e4e8;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.expertise-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 141, 163, 0.48);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

.expertise-image-wrapper {
  position: relative;
  width: 100%;
  height: clamp(238px, 21vw, 276px);
  flex: 0 0 auto;
  overflow: hidden;
  background: #dfe9eb;
}

.expertise-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.expertise-card-human .expertise-image-wrapper img {
  object-position: center 48%;
}

.expertise-card-pet .expertise-image-wrapper img {
  object-position: center 45%;
}

.expertise-card:hover .expertise-image-wrapper img {
  transform: scale(1.025);
}

.expertise-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 14px 7px 16px;
  color: #0f4f59;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: inset 3px 0 0 #00bfa5, 0 4px 12px rgba(15, 23, 42, 0.12);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expertise-card-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 30px 30px 28px;
}

#body-wrapper #what-we-do .expertise-card-body h3 {
  margin: 0 0 13px;
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.24;
}

#body-wrapper #what-we-do .expertise-card-body p {
  margin: 0 0 21px;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.65;
}

.expertise-bullet-list {
  display: flex;
  margin: 0 0 26px;
  padding: 0;
  flex-direction: column;
  list-style: none;
}

.expertise-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 10px 0;
  color: #334155;
  border-bottom: 1px solid #e8eef1;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.5;
}

.expertise-bullet-list li:last-child {
  border-bottom: none;
}

.expertise-bullet-list .expertise-check {
  display: inline-flex;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #007f75;
  background: #e8faf6;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.expertise-card-footer {
  margin-top: auto;
  padding-top: 4px;
  text-align: center;
}

#body-wrapper #what-we-do .expertise-card-footer .acf-btn {
  width: 100% !important;
  max-width: 260px !important;
  min-width: 0 !important;
  min-height: 50px;
  padding: 14px 28px !important;
  font-size: 16px !important;
}

@media (max-width: 767.98px) {
  #body-wrapper #what-we-do.expertise-section {
    padding: 64px 18px 70px;
  }

  .expertise-section-heading {
    margin-bottom: 34px;
  }

  .expertise-cards-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .expertise-image-wrapper {
    height: 220px;
  }

  .expertise-card-body {
    padding: 25px 21px 24px;
  }

  .expertise-pill {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 10.5px;
  }

  #body-wrapper #what-we-do .expertise-card-footer .acf-btn {
    max-width: none !important;
  }
}

/* Product Capabilities Section - Bento Grid Layout */
#body-wrapper #product-capabilities.capabilities-section {
  background: #ffffff;
  padding: 94px 40px 100px;
}

#body-wrapper #product-capabilities .container-responsive {
  max-width: 1220px;
  padding: 0;
  overflow: visible;
}

.bento-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto;
}

.bento-card {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.06);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.bento-card:hover,
.bento-card:focus-visible {
  color: inherit;
  border-color: rgba(0, 199, 226, 0.72);
  box-shadow: 0 14px 34px rgba(0, 141, 163, 0.13);
  text-decoration: none;
  transform: translateY(-4px);
}

.bento-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 360px;
  background: #0d1526;
  border-color: #1e2d47;
}

.bento-card:focus-visible {
  outline: 3px solid rgba(0, 199, 226, 0.32);
  outline-offset: 3px;
}

.bento-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
  overflow: hidden;
  background: #0f172a;
}

.bento-card-featured .bento-media {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}

.bento-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.bento-card:hover .bento-media img {
  transform: scale(1.025);
}

.bento-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 12px;
  color: #00d7a7;
  background: rgba(13, 21, 38, 0.84);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bento-content {
  display: flex;
  min-width: 0;
  flex-grow: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.bento-card-featured .bento-content {
  justify-content: center;
  padding: 44px 48px;
  background: #0d1526;
}

#body-wrapper #product-capabilities .bento-content h3 {
  margin: 0 0 8px;
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

#body-wrapper #product-capabilities .bento-card-featured .bento-content h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.02em;
}

#body-wrapper #product-capabilities .bento-content p {
  flex-grow: 1;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.6;
}

#body-wrapper #product-capabilities .bento-card-featured .bento-content p {
  flex-grow: 0;
  color: #d5e3f2;
  font-size: 15px;
  line-height: 1.65;
}

.bento-highlights {
  display: flex;
  margin: 0 0 22px;
  padding: 0;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.bento-highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5d8e9;
  font-size: 13.5px;
  font-weight: 600;
}

.bento-highlights li span {
  flex-shrink: 0;
  color: #00d7a7;
  font-weight: 900;
}

.bento-link {
  box-sizing: border-box;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: auto;
  padding: 9px 15px;
  overflow-wrap: anywhere;
  color: #007a8f;
  background: rgba(0, 199, 226, 0.08);
  border: 1.5px solid rgba(0, 199, 226, 0.3);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bento-card:hover .bento-link,
.bento-card:focus-visible .bento-link {
  color: #005f70;
  background: rgba(0, 199, 226, 0.16);
  border-color: rgba(0, 199, 226, 0.55);
}

.bento-card-featured .bento-link {
  margin-top: 6px;
  padding: 11px 20px;
  color: #0d1526;
  background: linear-gradient(135deg, #00d7a7 0%, #00c7e2 100%);
  border-color: transparent;
  font-size: 12px;
}

.bento-card-featured:hover .bento-link,
.bento-card-featured:focus-visible .bento-link {
  color: #0d1526;
  background: linear-gradient(135deg, #17e4ba 0%, #18d5eb 100%);
  border-color: transparent;
}

.bento-cta-wrapper {
  overflow: visible;
}

#body-wrapper .acf-btn.acf-btn-wide {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 17px 44px !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

@media (max-width: 1024px) {
  .bento-capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-card-featured {
    grid-column: 1 / -1;
    grid-template-columns: 40% 60%;
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  #body-wrapper #product-capabilities.capabilities-section {
    padding: 68px 18px 74px;
  }

  .bento-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bento-card-featured {
    grid-column: 1;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bento-card-featured .bento-media {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .bento-card-featured .bento-content {
    padding: 28px 24px;
  }

  #body-wrapper .acf-btn.acf-btn-wide {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 15px 18px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 360px) {
  #body-wrapper .acf-btn.acf-btn-wide {
    padding-inline: 16px !important;
    font-size: 13.5px !important;
    white-space: normal !important;
  }
}

/* Brand Services Alternating Cards */
#brand-services {
  background: #f8fafc;
  padding: 95px 0;
}

.alternating-features-v2 .feature-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(0, 199, 226, 0.05) 0%, rgba(255, 255, 255, 0) 32%),
    #ffffff;
  border-radius: 24px;
  padding: 2rem 2rem 2rem 5.5rem;
  margin-bottom: 2rem;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.alternating-features-v2 .feature-card:hover {
  transform: translateY(-4px);
  border-color: #00c7e2;
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.1);
}

.alternating-features-v2.partnership-journey {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.alternating-features-v2.partnership-journey::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 199, 226, 0.2) 0%, rgba(0, 215, 167, 0.75) 50%, rgba(24, 101, 112, 0.18) 100%);
}

.alternating-features-v2 .feature-card::before {
  content: attr(data-stage);
  position: absolute;
  top: 34px;
  left: -2px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #186570 0%, #00c7e2 100%);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 26px rgba(0, 141, 163, 0.24);
  z-index: 1;
}

.alternating-features-v2 .feature-card::after {
  content: "";
  position: absolute;
  top: 62px;
  left: 56px;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 199, 226, 0.85) 0%, rgba(0, 199, 226, 0.15) 100%);
}

.alternating-features-v2 .feature-row {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.alternating-features-v2 .feature-icon-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.alternating-features-v2 .feature-stage-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(0, 141, 163, 0.08);
  border: 1px solid rgba(0, 141, 163, 0.16);
  color: #186570;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alternating-features-v2 .feature-icon-title .icon-bg {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.1rem;
  background: linear-gradient(135deg, rgba(0, 199, 226, 0.14) 0%, rgba(0, 215, 167, 0.14) 100%);
  border: 1px solid rgba(0, 141, 163, 0.12);
}

.alternating-features-v2 .feature-icon-title h3 {
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.2;
  margin: 0;
  max-width: 11ch;
  text-wrap: balance;
}

.alternating-features-v2 .feature-details h4 {
  color: #1e293b;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 12px;
  text-wrap: balance;
}

.alternating-features-v2 .feature-details p {
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.alternating-features-v2 .feature-details ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.alternating-features-v2 .feature-details ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
  padding: 0.8rem 0 0.8rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.alternating-features-v2 .feature-details ul li:before {
  content: "✓";
  color: #00c7e2;
  font-weight: 900;
  flex: 0 0 auto;
}

.alternating-features-v2 .feature-details ul li:first-child {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 991px) {
  .alternating-features-v2.partnership-journey::before {
    left: 24px;
  }

  .alternating-features-v2 .feature-card {
    padding: 1.75rem 1.5rem 1.75rem 4.75rem;
  }

  .alternating-features-v2 .feature-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .alternating-features-v2 .feature-icon-title h3 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .alternating-features-v2.partnership-journey::before {
    top: 22px;
    bottom: 22px;
    left: 22px;
  }

  .alternating-features-v2 .feature-card {
    padding: 1.35rem 1.2rem 1.35rem 4rem;
    border-radius: 20px;
  }

  .alternating-features-v2 .feature-card::before {
    top: 22px;
    left: -6px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .alternating-features-v2 .feature-card::after {
    top: 47px;
    left: 44px;
    width: 16px;
  }

  .alternating-features-v2 .feature-stage-chip {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .alternating-features-v2 .feature-icon-title .icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    font-size: 1.7rem;
  }

  .alternating-features-v2 .feature-details h4 {
    font-size: 18px;
  }
}

/* Testimonials Auto-Scrolling Carousel */
.testimonials-carousel-section {
  background: #111827 !important;
  color: #ffffff !important;
  padding: 95px 0 !important;
  overflow: hidden;
}

.testimonials-carousel-section h2 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.testimonials-carousel-wrapper {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 30px;
  touch-action: pan-x manipulation;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 var(--testimonial-slide-width, calc((100% - 48px) / 3));
  width: var(--testimonial-slide-width, calc((100% - 48px) / 3));
  min-width: 0;
}

.testimonial-slide .testimonial-content {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 32px 28px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 290px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.testimonial-slide .testimonial-content:hover {
  border-color: rgba(0, 215, 167, 0.4);
}

.testimonial-rating {
  color: #ffd15c;
  font-size: 19px;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}

.testimonial-body {
  flex-grow: 1;
}

.testimonial-body p {
  color: #e2e8f0;
  font-size: 15.5px;
  line-height: 1.6;
  font-style: normal;
  margin: 0;
}

.testimonial-body.clamped p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-btn {
  background: none;
  border: none;
  color: #00d7a7;
  font-size: 13.5px;
  font-weight: 700;
  padding: 6px 0 14px;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}

.read-more-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}

.read-more-btn:focus-visible,
.carousel-btn:focus-visible,
.carousel-dot:focus-visible {
  outline: 2px solid #00d7a7;
  outline-offset: 3px;
}

.testimonial-author {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-author cite {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.testimonial-author span {
  display: block;
  color: #7ce7f2;
  font-size: 13px;
  margin-top: 2px;
}

.carousel-controls-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.carousel-btn:hover {
  background: #00c7e2;
  border-color: #00c7e2;
  transform: scale(1.08);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.carousel-dot.active {
  background: #00d7a7;
  width: 24px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .testimonial-slide {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .testimonial-slide {
    flex: 0 0 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-slide .testimonial-content,
  .read-more-btn,
  .carousel-btn,
  .carousel-dot {
    transition: none;
  }
}

/* About Us Section */
#about-us {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  padding: 88px 0 92px;
}

#about-us h2 {
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

#about-us p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.about-section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: start;
  padding: 42px;
  border: 1px solid #dbe7ea;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 252, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.about-section-copy {
  max-width: 720px;
}

.about-section-eyebrow {
  color: #008da3;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
}

.about-section-lead {
  font-size: 19px;
  color: #334155;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 18px;
}

.about-section-body {
  max-width: 48rem;
  margin: 0;
}

.about-section-proof {
  display: grid;
  gap: 22px;
  align-content: start;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}

.about-stat-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d7e3e8;
  border-radius: 18px;
  padding: 18px 20px;
  text-align: left;
  min-height: 104px;
}

.about-stat-box .stat-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 26px;
  background: linear-gradient(180deg, #eef8fb 0%, #e0f3f6 100%);
  border: 1px solid #cbe6ec;
}

.about-stat-box h4 {
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 6px;
}

.about-stat-box p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.about-section-cta {
  padding-top: 2px;
}

@media (max-width: 768px) {
  #about-us {
    padding: 76px 0 84px;
  }

  .about-section-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stat-box {
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .about-stat-box {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .about-section-cta {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #about-us .col-xl-11 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  #about-us .about-section-shell {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
    gap: clamp(42px, 5vw, 72px);
    align-items: center;
    overflow: hidden;
    padding: clamp(44px, 5vw, 64px);
    border-color: #cfe2e6;
    background:
      radial-gradient(circle at 92% 6%, rgba(0, 199, 226, 0.11), transparent 31%),
      linear-gradient(145deg, #ffffff 0%, #f5fafb 58%, #edf7f8 100%);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.09);
  }

  #about-us .about-section-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #186570 0%, #00c7e2 48%, #00d7a7 100%);
    z-index: -1;
  }

  #about-us .about-section-shell::after {
    content: "";
    position: absolute;
    right: -86px;
    bottom: -104px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(0, 141, 163, 0.13);
    border-radius: 50%;
    box-shadow:
      0 0 0 34px rgba(0, 199, 226, 0.035),
      0 0 0 68px rgba(0, 215, 167, 0.025);
    pointer-events: none;
    z-index: -1;
  }

  #about-us .about-section-copy {
    position: relative;
    max-width: 670px;
    padding-left: 24px;
  }

  #about-us .about-section-copy::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #00c7e2 0%, rgba(0, 215, 167, 0.18) 100%);
  }

  #about-us h2 {
    max-width: 14ch;
    font-size: clamp(36px, 3.35vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  #about-us .about-section-lead {
    max-width: 610px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #d8e6e9;
  }

  #about-us .about-section-body {
    max-width: 610px;
  }

  #about-us .about-section-proof {
    position: relative;
    gap: 18px;
    padding-left: 24px;
  }

  #about-us .about-section-proof::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 84px;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 199, 226, 0.65), rgba(0, 215, 167, 0.12));
  }

  #about-us .about-stats-grid {
    gap: 12px;
  }

  #about-us .about-stat-box {
    position: relative;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "icon title"
      "icon description";
    column-gap: 18px;
    row-gap: 5px;
    min-height: 118px;
    padding: 22px 24px;
    overflow: hidden;
    border-color: #d2e3e7;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  }

  #about-us .about-stat-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #00c7e2, #00d7a7);
    opacity: 0.7;
  }

  #about-us .about-stat-box:hover {
    transform: translateX(4px);
    border-color: #a9dce4;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
  }

  #about-us .about-stat-box .stat-icon {
    grid-area: icon;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 28px;
    background: linear-gradient(145deg, #e9f9fb 0%, #d7f1f4 100%);
    border-color: #b9e0e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }

  #about-us .about-stat-box h4 {
    grid-area: title;
    align-self: end;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0;
  }

  #about-us .about-stat-box p {
    grid-area: description;
    align-self: start;
    font-size: 14.5px;
    line-height: 1.45;
  }

  #about-us .about-section-cta {
    padding-top: 0;
  }

  #body-wrapper #about-us .about-section-cta .acf-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 56px;
  }
}

/* Contact Section on Home Page */
#contact {
  position: relative;
  background: linear-gradient(180deg, #f8fbfc 0%, #eef6f7 100%);
  padding: 95px 0;
}

#contact .section-heading {
  max-width: 960px;
  margin-inline: auto;
}

#contact h2 {
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

#contact p {
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

#contact .section-heading > p {
  max-width: 740px;
  margin-inline: auto;
}

#contact .trust-icons-contact {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch !important;
  gap: 14px !important;
  max-width: 760px;
  margin: 30px auto 38px !important;
}

#contact .trust-icons-contact img {
  box-sizing: border-box;
  width: 100% !important;
  height: 92px !important;
  padding: 12px;
  object-fit: contain !important;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d9e7ea;
  border-radius: 16px;
  filter: saturate(0.94);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#contact .trust-icons-contact img:hover {
  transform: translateY(-3px);
  border-color: #a9dce4;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

#contact .acf-preview-form {
  box-sizing: border-box;
  max-width: 860px !important;
  padding: 38px;
  background: #ffffff;
  border: 1px solid #d9e5e8;
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

#contact .acf-preview-form input:not([type="checkbox"]),
#contact .acf-preview-form select,
#contact .acf-preview-form textarea {
  box-sizing: border-box;
  min-height: 48px;
}

#contact .acf-preview-form input:focus-visible,
#contact .acf-preview-form select:focus-visible,
#contact .acf-preview-form textarea:focus-visible {
  border-color: #00a9bf !important;
  box-shadow: 0 0 0 3px rgba(0, 199, 226, 0.15);
  outline: none;
}

#contact .acf-preview-form label:has(input[type="checkbox"]) {
  min-height: 28px;
}

#contact .acf-preview-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
}

#contact .acf-preview-form button[type="submit"] {
  min-width: 150px;
  min-height: 50px;
}

#contact .acf-preview-form button[type="submit"]:focus-visible {
  outline: 3px solid rgba(0, 141, 163, 0.32);
  outline-offset: 3px;
}

#contact .acfsp-speak-card {
  max-width: 860px;
  margin: 32px auto 0 !important;
  padding: 36px 40px;
  background: linear-gradient(135deg, #ffffff 0%, #eefafb 100%);
  border: 1px solid #bce3e9;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(0, 141, 163, 0.12);
}

#contact .acfsp-speak-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 199, 226, 0.15), rgba(0, 215, 167, 0.18));
  border: 1px solid rgba(0, 141, 163, 0.18);
  font-size: 30px;
}

#contact .acfsp-speak-text h3 {
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(23px, 2.4vw, 28px);
  line-height: 1.25;
  margin: 4px 0 10px;
}

#contact .acfsp-speak-text p {
  max-width: 650px;
  margin: 0 auto 20px;
  color: #475569;
  font-size: 16px;
}

#contact .acfsp-phone-cta {
  min-height: 60px;
  padding: 14px 30px;
}

#contact .acfsp-phone-cta:focus-visible {
  outline: 3px solid #00d7a7;
  outline-offset: 4px;
}

#contact .acfsp-speak-meta {
  gap: 12px;
  margin-top: 20px;
}

#contact .acfsp-speak-meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d9e7ea;
  border-radius: 12px;
}

#contact .acfsp-speak-meta a {
  padding-block: 4px;
  font-weight: 800;
}

@media (max-width: 767px) {
  #contact {
    padding: 76px 0 88px;
  }

  #contact .trust-icons-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin: 26px auto 30px !important;
  }

  #contact .trust-icons-contact img {
    height: 84px !important;
    padding: 10px;
  }

  #contact .trust-icons-contact img:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px) !important;
    justify-self: center;
  }

  #contact .acf-preview-form {
    padding: 26px 20px;
    border-radius: 22px;
  }

  #contact .acfsp-speak-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  #contact .acfsp-phone-cta {
    box-sizing: border-box;
    width: 100%;
    max-width: 330px;
    flex-direction: column;
    gap: 7px;
    padding: 14px 18px;
    font-size: 19px;
  }

  #contact .acfsp-speak-meta {
    flex-direction: column;
    align-items: stretch;
  }

  #contact .acfsp-speak-meta > span {
    justify-content: center;
  }
}
/*--------------------
-------------MBP & Subpage Enhanced Styles*/
.acf-subpage-main {
  --acfsp-cyan: #00bad0;
  --acfsp-cyan-deep: #008da3;
  --acfsp-navy: #111827;
  --acfsp-ink: #334155;
  --acfsp-muted: #64748b;
  --acfsp-ice: #f8fafc;
  --acfsp-line: #e2e8f0;
  --acfsp-white: #fff;
  --acfsp-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
  color: var(--acfsp-ink);
  background: #fff;
  font: 400 16px/1.65 'Nunito', Arial, sans-serif;
}

.acf-subpage-main * {
  box-sizing: border-box;
}

.acf-subpage-main h1,
.acf-subpage-main h2,
.acf-subpage-main h3,
.acf-subpage-main h4,
.acf-subpage-main p {
  overflow-wrap: break-word;
}

.acfsp-wrap {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

/* Universal Button Fix - Crisp, High-Contrast White Text on Normal and Hover */
#body-wrapper .acf-btn,
.acf-subpage-main .acf-btn,
.acf-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 240px !important;
  max-width: 340px !important;
  padding: 16px 36px !important;
  border: none !important;
  border-radius: 40px !important;
  background: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%) !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
  font-family: 'Nunito', Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  box-shadow: 0 4px 14px rgba(0, 199, 226, 0.28) !important;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  cursor: pointer !important;
}

#body-wrapper .acf-btn:hover,
#body-wrapper .acf-btn:focus-visible,
.acf-subpage-main .acf-btn:hover,
.acf-subpage-main .acf-btn:focus-visible,
.acf-btn:hover,
.acf-btn:focus-visible {
  background: linear-gradient(40deg, #0f172a 0%, #1e293b 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25) !important;
  text-decoration: none !important;
  outline: none !important;
}

#body-wrapper .acf-btn *,
.acf-subpage-main .acf-btn *,
.acf-btn * {
  color: #ffffff !important;
}

/* Hero Section */
.acfsp-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  overflow: hidden;
}

.acfsp-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #f8fafc 0%, rgba(248, 250, 252, 0.96) 38%, rgba(248, 250, 252, 0.50) 66%, rgba(248, 250, 252, 0.12) 100%), var(--acfsp-hero);
  background-size: cover;
  background-position: center right;
}

.acfsp-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  padding-block: 80px;
}

.acfsp-hero-copy {
  max-width: 650px;
}

.acfsp-badge-pill {
  display: inline-block;
  padding: 8px 18px;
  background: #111827;
  color: #00d7a7;
  border: 1px solid rgba(0, 215, 167, 0.3);
  border-radius: 25px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.acfsp-hero h1 {
  margin: 0 0 20px;
  color: #0f172a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.acfsp-hero-copy .lead-text {
  color: #1e293b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}

.acfsp-hero-copy p {
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 18px;
}

.acfsp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.acf-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: 40px;
  background: #ffffff;
  color: #0f172a;
  border: 1.5px solid #cbd5e1;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: 1.25rem;
}

.acf-btn-secondary:hover {
  background: #f8fafc;
  border-color: #00c7e2;
  color: #008da3;
  transform: translateY(-2px);
  text-decoration: none;
}

.acfsp-hero-proof {
  padding: 40px 36px;
  border-radius: 24px;
  background: #111827;
  color: #ffffff;
  border: 1px solid rgba(0, 199, 226, 0.25);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.40);
}

.acfsp-proof-header {
  margin-bottom: 22px;
}

.acfsp-proof-tag {
  display: block;
  color: #00d7a7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.acfsp-hero-proof h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.acfsp-proof-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acfsp-proof-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 15px;
  line-height: 1.5;
  color: #e2e8f0;
}

.acfsp-proof-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.acfsp-proof-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--acfsp-cyan);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Trust Bar with Grow Effect */
.acfsp-trust {
  padding: 55px 0;
  border-bottom: 1px solid var(--acfsp-line);
  background: #ffffff;
}

.acfsp-trust-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
}

.acfsp-trust-copy small {
  display: block;
  color: #008da3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.acfsp-trust-copy h2 {
  margin: 0;
  color: var(--acfsp-navy);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.acfsp-badges {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}

.acfsp-badges img {
  display: block;
  width: 100%;
  max-width: 110px;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 auto;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
  cursor: pointer;
}

.acfsp-badges img:hover {
  transform: scale(1.15) translateY(-4px);
  filter: drop-shadow(0 10px 20px rgba(0, 199, 226, 0.30));
}

/* Standard Section Layouts */
.acfsp-section {
  padding: 90px 0;
}

.acfsp-section.acfsp-tint {
  background: var(--acfsp-ice);
}

.acfsp-section-heading {
  max-width: 860px;
  margin: 0 auto 45px;
}

.acfsp-section-heading small {
  display: block;
  color: #008da3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.acfsp-section-heading h2 {
  margin: 0 0 16px;
  color: var(--acfsp-navy);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.acfsp-section-heading .section-intro {
  font-size: 18px;
  line-height: 1.65;
  color: #475569;
  max-width: 780px;
  margin: 0 auto;
}

/* 4-Card and 3-Card Multi-Column Grids */
.acfsp-cards-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
}

.acfsp-cards-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
}

.acfsp-cards-4 .acfsp-card,
.acfsp-cards-3 .acfsp-card {
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 20px;
  padding: 34px 26px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.acfsp-cards-4 .acfsp-card:hover,
.acfsp-cards-3 .acfsp-card:hover {
  transform: translateY(-5px);
  border-color: #00c7e2;
  box-shadow: 0 18px 45px rgba(0, 199, 226, 0.16);
}

.acfsp-card-icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
}

.acfsp-cards-4 h3,
.acfsp-cards-3 h3 {
  margin: 0 0 12px;
  color: var(--acfsp-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.acfsp-cards-4 p,
.acfsp-cards-3 p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.acfsp-card-subhead {
  font-weight: 800;
  color: var(--acfsp-navy);
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.acfsp-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.acfsp-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  font-size: 14.5px;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.acfsp-card-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.acfsp-card-list li span {
  color: #00c7e2;
  font-weight: 900;
  flex-shrink: 0;
}

/* Custom Formulation Section: 3-Column Checklist with Icons + Badges */
.acfsp-formulation-box {
  max-width: 1040px;
  margin: 0 auto;
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 24px;
  padding: 42px 38px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.06);
}

.acfsp-box-title {
  margin: 0 0 24px;
  color: var(--acfsp-navy);
  font-size: 23px;
  font-weight: 800;
  text-align: center;
}

.acfsp-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.acfsp-check-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  font-weight: 700;
  color: #1e293b;
  font-size: 15px;
  transition: all 0.25s ease;
}

.acfsp-check-item:hover {
  transform: translateY(-2px);
  border-color: #00c7e2;
  background: #f0fdfa;
}

.acfsp-item-emoji {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.acfsp-item-text {
  flex-grow: 1;
}

.acfsp-check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00c7e2;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

.acfsp-callout-footer {
  padding: 20px 24px;
  background: #f8fafc;
  border-left: 4px solid #00c7e2;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.acfsp-callout-footer p {
  margin: 0;
}

/* Capsule Shell Options: Symmetrical Comparison Cards */
.acfsp-shells-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1060px;
  margin: 0 auto 30px;
}

.acfsp-shell-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 22px;
  padding: 38px 34px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.acfsp-shell-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.10);
  border-color: #00c7e2;
}

.acfsp-shell-header {
  margin-bottom: 24px;
}

.acfsp-pill {
  display: inline-block;
  padding: 6px 14px;
  background: #f1f5f9;
  color: #475569;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.acfsp-pill.acfsp-pill-cyan {
  background: rgba(0, 199, 226, 0.15);
  color: #008da3;
}

.acfsp-shell-card h3 {
  margin: 0 0 10px;
  color: var(--acfsp-navy);
  font-size: 25px;
  font-weight: 800;
}

.acfsp-shell-card p {
  color: #475569;
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
}

.acfsp-shell-body h4 {
  margin: 0 0 14px;
  color: var(--acfsp-navy);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.acfsp-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acfsp-bullet-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
}

.acfsp-bullet-list li:last-child {
  border-bottom: none;
}

.acfsp-bullet-list li span {
  color: #00c7e2;
  font-weight: 900;
}

.acfsp-shell-help-box {
  max-width: 920px;
  margin: 0 auto;
  padding: 22px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px dashed #b9d8dd;
  color: #475569;
  font-size: 15.5px;
}

/* Capsule Size Visual Chart */
.acfsp-size-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto 36px;
}

.acfsp-size-item {
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(17, 24, 39, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.acfsp-size-item:hover {
  transform: translateY(-5px);
  border-color: #00c7e2;
  box-shadow: 0 18px 45px rgba(0, 199, 226, 0.16);
}

.acfsp-size-icon {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}

.acfsp-size-badge {
  display: inline-block;
  padding: 7px 18px;
  background: #111827;
  color: #00d7a7;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.acfsp-size-item h4 {
  margin: 0 0 6px;
  color: var(--acfsp-navy);
  font-size: 17px;
  font-weight: 800;
}

.acfsp-size-cap {
  color: #008da3;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}

.acfsp-size-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
}

.acfsp-eval-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 8px 25px rgba(17, 24, 39, 0.04);
}

.acfsp-eval-card h3 {
  margin: 0 0 24px;
  color: var(--acfsp-navy);
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

/* Differentiators Grid (4 Cards) */
.acfsp-differentiators-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}

.acfsp-diff-card {
  background: #ffffff;
  border: 1.5px solid var(--acfsp-line);
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.acfsp-diff-card:hover {
  transform: translateY(-4px);
  border-color: #00c7e2;
}

.acfsp-diff-icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.acfsp-diff-card h3 {
  margin: 0 0 10px;
  color: var(--acfsp-navy);
  font-size: 20px;
  font-weight: 800;
}

.acfsp-diff-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

/* Elite FAQ Accordion */
.acfsp-accordion {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.acfsp-faq-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.acfsp-faq-item[open] {
  border-color: #00c7e2;
  box-shadow: 0 8px 24px rgba(0, 199, 226, 0.12);
}

.acfsp-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 800;
  font-size: 17px;
  color: var(--acfsp-navy);
  list-style: none;
  user-select: none;
}

.acfsp-faq-question::-webkit-details-marker {
  display: none;
}

.acfsp-faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #008da3;
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.acfsp-faq-toggle::after {
  content: "+";
}

.acfsp-faq-item[open] .acfsp-faq-toggle {
  background: #00c7e2;
  color: #ffffff;
  transform: rotate(45deg);
}

.acfsp-faq-answer {
  padding: 0 26px 24px;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.65;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
  padding-top: 18px;
}

.acfsp-faq-answer p {
  margin: 0;
}

/* Quote & Speak Section */
.acfsp-quote-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
  padding: 95px 0;
}

.acfsp-speak-card {
  max-width: 800px;
  margin: 45px auto 0;
  background: #ffffff;
  border: 2px solid #00c7e2;
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 16px 45px rgba(0, 199, 226, 0.16);
  text-align: center;
}

.acfsp-speak-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.acfsp-speak-icon {
  font-size: 40px;
}

.acfsp-speak-text h3 {
  margin: 0 0 8px;
  color: var(--acfsp-navy);
  font-size: 25px;
  font-weight: 800;
}

.acfsp-speak-text p {
  color: #475569;
  font-size: 16px;
  margin: 0 0 18px;
}

.acfsp-phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #111827;
  color: #ffffff !important;
  padding: 15px 32px;
  border-radius: 40px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.30);
  transition: transform 0.2s ease, background 0.2s ease;
}

.acfsp-phone-cta:hover {
  background: #00c7e2;
  transform: scale(1.04);
}

.acfsp-phone-cta .phone-number {
  color: #00d7a7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.acfsp-phone-cta:hover .phone-number {
  color: #ffffff;
}

.acfsp-phone-cta .phone-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.acfsp-speak-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

.acfsp-speak-meta a {
  color: #008da3;
  text-decoration: underline;
}

/* Responsive Overrides */
@media (max-width: 1100px) {
  .acfsp-cards-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 980px) {
  .acfsp-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 50px;
  }
  .acfsp-trust-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .acfsp-badges {
    grid-template-columns: repeat(4, 1fr);
  }
  .acfsp-cards-3 {
    grid-template-columns: 1fr !important;
  }
  .acfsp-checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .acfsp-shells-grid {
    grid-template-columns: 1fr;
  }
  .acfsp-size-chart {
    grid-template-columns: repeat(2, 1fr);
  }
  .acfsp-differentiators-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .acfsp-badges {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .acfsp-cards-4 {
    grid-template-columns: 1fr !important;
  }
  .acfsp-checklist-grid {
    grid-template-columns: 1fr;
  }
  .acfsp-size-chart {
    grid-template-columns: 1fr;
  }
  .acfsp-hero h1 {
    font-size: 34px;
  }
  .acfsp-phone-cta {
    font-size: 18px;
    padding: 12px 20px;
  }
}

/* Softgels Product Page: homepage-aligned visual system */
body.acf-softgels-page {
  background: #f6fafb;
}

body.acf-softgels-page .acf-subpage-main {
  --softgel-navy: #071525;
  --softgel-navy-soft: #10263a;
  --softgel-cyan: #00c7e2;
  --softgel-teal: #00d7a7;
  --softgel-ink: #15233b;
  --softgel-copy: #50617a;
  --softgel-line: #d5e4e8;
  --softgel-ice: #f3f8f9;
  --softgel-white: #ffffff;
  overflow: hidden;
  color: var(--softgel-copy);
  background: var(--softgel-white);
  font-family: 'Nunito', sans-serif;
}

body.acf-softgels-page .acfsp-wrap {
  width: min(1180px, calc(100% - 48px));
}

body.acf-softgels-page #body-wrapper .acf-subpage-main h1,
body.acf-softgels-page #body-wrapper .acf-subpage-main h2,
body.acf-softgels-page #body-wrapper .acf-subpage-main h3,
body.acf-softgels-page #body-wrapper .acf-subpage-main h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--softgel-ink);
  text-transform: none;
}

body.acf-softgels-page #body-wrapper .acfsp-hero {
  position: relative;
  display: flex;
  min-height: 690px;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #edf5f6;
  border-bottom: 1px solid #dcebed;
}

body.acf-softgels-page #body-wrapper .acfsp-hero::before {
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(248, 252, 252, 0.99) 0%, rgba(248, 252, 252, 0.96) 40%, rgba(248, 252, 252, 0.58) 67%, rgba(248, 252, 252, 0.14) 100%),
    var(--acfsp-hero);
  background-position: center, 76% center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.02);
}

body.acf-softgels-page #body-wrapper .acfsp-hero::after {
  content: "";
  position: absolute;
  top: -170px;
  left: 45%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 141, 163, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(0, 199, 226, 0.035),
    0 0 0 104px rgba(0, 215, 167, 0.025);
  pointer-events: none;
}

body.acf-softgels-page .acfsp-hero-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  gap: clamp(48px, 6vw, 86px);
  padding-block: 88px;
}

body.acf-softgels-page .acfsp-hero-copy {
  max-width: 650px;
}

body.acf-softgels-page .acfsp-hero-copy > small {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 8px 16px;
  color: #a9f3e4;
  border: 1px solid rgba(0, 215, 167, 0.28);
  border-radius: 999px;
  background: var(--softgel-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
}

body.acf-softgels-page #body-wrapper .acfsp-hero h1 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #0a1729;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(43px, 4.7vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.acf-softgels-page .acfsp-hero-copy > p {
  max-width: 640px;
  color: #465873;
  font-size: 17px;
  line-height: 1.68;
}

body.acf-softgels-page .acfsp-hero-copy > p:first-of-type {
  color: #31435e;
  font-size: 18px;
  font-weight: 700;
}

body.acf-softgels-page .acfsp-hero-copy > p:nth-of-type(2) {
  margin: 22px 0 18px;
  padding: 14px 16px;
  color: #557089;
  border: 1px solid rgba(0, 141, 163, 0.16);
  border-left: 3px solid var(--softgel-cyan);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

body.acf-softgels-page .acfsp-hero-copy > .acf-btn {
  margin-top: 4px;
}

@media (min-width: 992px) {
  body.acf-softgels-page .acfsp-hero-copy .lead-text {
    max-width: 620px;
    margin-bottom: 12px;
    color: #30435d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.58;
  }

  body.acf-softgels-page .acfsp-hero-copy .acfsp-hero-supporting {
    max-width: 620px;
    margin: 0;
    padding: 0;
    color: #51637a;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }

  body.acf-softgels-page .acfsp-hero-copy > .acf-btn {
    margin-top: 28px;
  }
}

body.acf-softgels-page .acfsp-hero-actions {
  gap: 12px;
  margin-top: 28px;
}

body.acf-softgels-page .acfsp-hero-actions .acf-btn,
body.acf-softgels-page .acfsp-hero-actions .softgels-direct-phone {
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
}

body.acf-softgels-page .acfsp-hero-actions .softgels-direct-phone {
  min-width: 214px;
  justify-content: center;
  padding: 13px 24px;
  color: #164955 !important;
  border: 1px solid #b9ddd8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(7, 21, 37, 0.08);
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}

body.acf-softgels-page .acfsp-hero-actions .softgels-direct-phone:hover {
  color: #ffffff !important;
  border-color: var(--softgel-navy);
  background: var(--softgel-navy);
}

body.acf-softgels-page .acfsp-hero-proof {
  position: relative;
  overflow: hidden;
  padding: 38px 36px 34px;
  border: 1px solid rgba(0, 199, 226, 0.25);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 199, 226, 0.14), transparent 38%),
    linear-gradient(145deg, #10263a 0%, #071525 100%);
  box-shadow: 0 28px 60px rgba(7, 21, 37, 0.28);
}

body.acf-softgels-page .acfsp-hero-proof::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--softgel-cyan), var(--softgel-teal));
}

body.acf-softgels-page .acfsp-proof-kicker {
  margin-bottom: 8px;
  color: #72e7d8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

body.acf-softgels-page #body-wrapper .acfsp-hero-proof h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: -0.02em;
}

body.acf-softgels-page .acfsp-hero-proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.acf-softgels-page .acfsp-hero-proof li {
  position: relative;
  padding: 10px 0 10px 31px;
  color: #d7e5eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13.5px;
  line-height: 1.45;
}

body.acf-softgels-page .acfsp-hero-proof li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 5px solid rgba(0, 199, 226, 0.2);
  border-radius: 5px;
  background: var(--softgel-cyan);
  box-shadow: inset 0 0 0 2px #0b2235;
}

body.acf-softgels-page .acfsp-hero-proof li:last-child {
  border-bottom: 0;
}

body.acf-softgels-page .acfsp-hero-proof li > span {
  display: none;
}

@media (min-width: 768px) {
  body.acf-softgels-page .acfsp-hero-proof li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-color: rgba(255, 255, 255, 0.09);
    font-size: 13.5px;
    line-height: 1.5;
  }

  body.acf-softgels-page .acfsp-hero-proof li::before {
    display: none;
  }

  body.acf-softgels-page .acfsp-hero-proof li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 2px;
    border-radius: 6px;
    background: var(--softgel-cyan);
    box-shadow: 0 0 0 5px rgba(0, 199, 226, 0.1);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
  }
}

body.acf-softgels-page #body-wrapper .acfsp-trust {
  padding: 64px 0;
  background: #ffffff;
  border-bottom: 1px solid #e0ebed;
}

body.acf-softgels-page .acfsp-trust-layout {
  grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.7fr);
  gap: 50px;
}

body.acf-softgels-page .acfsp-trust-copy small,
body.acf-softgels-page .acfsp-section-heading small {
  display: block;
  margin-bottom: 10px;
  color: #008da3;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.acf-softgels-page #body-wrapper .acfsp-trust-copy h2 {
  margin: 0;
  color: var(--softgel-ink);
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.acf-softgels-page .acfsp-badges {
  gap: 12px;
}

body.acf-softgels-page .acfsp-badges img {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 0.86;
  padding: 12px;
  border: 1px solid #d9e7ea;
  border-radius: 17px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  filter: saturate(0.94);
}

body.acf-softgels-page .acfsp-badges img:hover {
  transform: translateY(-4px);
  border-color: #a8dce4;
  filter: saturate(1) drop-shadow(0 9px 16px rgba(0, 141, 163, 0.1));
}

body.acf-softgels-page #body-wrapper .acfsp-section {
  position: relative;
  padding: clamp(72px, 6vw, 92px) 0;
  background: #ffffff;
}

body.acf-softgels-page #body-wrapper .acfsp-section.acfsp-tint {
  background:
    radial-gradient(circle at 4% 0%, rgba(0, 199, 226, 0.055), transparent 24%),
    linear-gradient(180deg, #f5f9fa 0%, #eff6f7 100%);
}

body.acf-softgels-page .acfsp-section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

body.acf-softgels-page #body-wrapper .acfsp-section-heading h2 {
  margin: 0;
  color: var(--softgel-ink);
  font-size: clamp(32px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.acf-softgels-page .acfsp-content {
  max-width: 1160px;
  margin-inline: auto;
}

body.acf-softgels-page .acfsp-content > p {
  max-width: 840px;
  margin: 0 auto 12px;
  color: #586a80;
  font-size: 16.5px;
  line-height: 1.72;
  text-align: center;
}

body.acf-softgels-page .acfsp-content > p:last-of-type {
  margin-bottom: 30px;
}

body.acf-softgels-page #body-wrapper .acfsp-group-title {
  grid-column: 1 / -1;
  margin: 12px 0 8px;
  color: var(--softgel-ink);
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

body.acf-softgels-page #body-wrapper .acfsp-group-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--softgel-cyan), var(--softgel-teal));
}

body.acf-softgels-page .acfsp-content > .acfsp-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 27px 26px;
  border: 1px solid var(--softgel-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.acf-softgels-page .acfsp-content > .acfsp-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--softgel-cyan), var(--softgel-teal));
  opacity: 0.68;
}

body.acf-softgels-page .acfsp-content > .acfsp-card:hover {
  transform: translateY(-4px);
  border-color: #a9dce4;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

body.acf-softgels-page .acfsp-content > .acfsp-card > .acfsp-card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 17px;
  color: var(--softgel-ink);
  border: 1px solid #c6e7e7;
  border-radius: 14px;
  background: linear-gradient(145deg, #f1fbfa, #e4f7f5);
  box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
  font-size: 21px;
  line-height: 1;
}

body.acf-softgels-page .acfsp-content > .acfsp-card > .acfsp-card-icon::before {
  content: attr(data-icon);
}

body.acf-softgels-page #body-wrapper .acfsp-card h3 {
  margin: 0 0 12px;
  color: var(--softgel-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

body.acf-softgels-page .acfsp-card p {
  margin: 0 0 12px;
  color: #56677d;
  font-size: 14.5px;
  line-height: 1.62;
}

body.acf-softgels-page .acfsp-card p:last-child {
  margin-bottom: 0;
}

body.acf-softgels-page .acfsp-card ul {
  display: grid;
  gap: 0;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

body.acf-softgels-page .acfsp-card li {
  position: relative;
  padding: 9px 0 9px 22px;
  color: #475b73;
  border-bottom: 1px solid #edf3f4;
  font-size: 13.5px;
  line-height: 1.45;
}

body.acf-softgels-page .acfsp-card li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--softgel-cyan);
  box-shadow: 0 0 0 4px rgba(0, 199, 226, 0.09);
}

body.acf-softgels-page .acfsp-card li:last-child {
  border-bottom: 0;
}

body.acf-softgels-page .acfsp-content > .acf-btn {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 10px;
}

body.acf-softgels-page .acfsp-cards-5,
body.acf-softgels-page .acfsp-cards-7 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

body.acf-softgels-page .acfsp-cards-5 > p,
body.acf-softgels-page .acfsp-cards-7 > p,
body.acf-softgels-page .acfsp-cards-5 > .acfsp-group-title,
body.acf-softgels-page .acfsp-cards-7 > .acfsp-group-title {
  grid-column: 1 / -1;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type {
  grid-column: 1 / -1;
  padding: 31px 34px 29px;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2) {
  grid-column: span 6;
  display: flex;
  min-height: 228px;
  flex-direction: column;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type {
  border-color: #b9e0e6;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.08), transparent 38%),
    linear-gradient(145deg, #ffffff, #edf8f9);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type > .acfsp-card-icon,
body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type > .acfsp-card-icon,
body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) > .acfsp-card-icon,
body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card > .acfsp-card-icon {
  color: #ffffff;
  border-color: rgba(107, 232, 214, 0.28);
  background: rgba(0, 215, 167, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 199, 226, 0.05);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type > .acfsp-card-icon {
  color: var(--softgel-ink);
  border-color: #c6e7e7;
  background: linear-gradient(145deg, #f1fbfa, #e4f7f5);
  box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type > .acfsp-card-icon,
body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type > .acfsp-card-icon {
  margin-inline: auto;
}

body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type h3 {
  margin-bottom: 18px;
  text-align: center;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type ul {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 10px 18px 10px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 0;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li::before {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:last-child {
  border-right: 0;
}

body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type h3,
body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li {
  color: var(--softgel-ink);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li {
  border-color: #dcecee;
}

@media (min-width: 992px) {
  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-cards-5 {
    gap: 22px;
    align-items: stretch;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    padding: 36px 32px 34px;
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type > .acfsp-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin: 0 auto 16px;
    border: 1px solid #c6e7e7;
    border-radius: 16px;
    background: linear-gradient(145deg, #f1fbfa, #e4f7f5);
    font-size: 24px;
    box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
  }

  body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type h3 {
    margin: 0 auto 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--softgel-ink);
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 98px;
    padding: 16px 12px;
    border: 1px solid #dcecee;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--softgel-ink);
    line-height: 1.38;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:hover {
    transform: translateY(-3px);
    border-color: #a0dce4;
    box-shadow: 0 10px 22px rgba(0, 199, 226, 0.09);
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li::before {
    content: "✓";
    position: static;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-bottom: 8px;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--softgel-cyan), var(--softgel-teal));
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 199, 226, 0.25);
    transform: none;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2) {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 30px 24px;
    border: 1px solid var(--softgel-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2)::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--softgel-cyan), var(--softgel-teal));
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2) > .acfsp-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 20px;
    border: 1px solid #bfe6ea;
    border-radius: 16px;
    background: linear-gradient(145deg, #f3fbfc, #e8f6f7);
    font-size: 24px;
    box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
  }

  body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2) h3 {
    min-height: 50px;
    margin-bottom: 12px;
    color: var(--softgel-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.28;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:nth-of-type(n + 2) p {
    margin: 0;
    color: #52647b;
    font-size: 14px;
    line-height: 1.62;
  }
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type > .acfsp-card-icon {
  display: none;
}

body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type h3 {
  margin: 0 0 8px;
  color: var(--softgel-ink);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:nth-of-type(n + 2) {
  grid-column: span 6;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 29px 28px;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:nth-of-type(n + 2) ul {
  margin-top: auto;
  padding-top: 3px;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(-n + 6) {
  grid-column: span 4;
  display: flex;
  min-height: 232px;
  flex-direction: column;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  column-gap: 34px;
  margin-top: 4px;
  padding: 38px 40px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.13), transparent 38%),
    linear-gradient(145deg, #10263a, #071525);
  border-color: rgba(0, 199, 226, 0.26);
}

body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) h3 {
  grid-column: 1;
  grid-row: 2 / span 3;
  align-self: center;
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.6vw, 32px);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) > .acfsp-card-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-bottom: 14px;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) p {
  grid-column: 2;
  color: #cbdbe3;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-section-heading {
  max-width: 720px;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  column-gap: 54px;
  align-items: start;
  overflow: hidden;
  padding: 42px;
  border: 1px solid #cfe3e7;
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 199, 226, 0.08), transparent 27%),
    linear-gradient(145deg, #ffffff, #f4f9fa);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.075);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--softgel-cyan), var(--softgel-teal));
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > p {
  grid-column: 1;
  margin: 0 0 14px;
  text-align: left;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > p:nth-of-type(3) {
  margin-top: 14px;
  color: #008da3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card {
  grid-column: 2;
  grid-row: 1 / span 5;
  min-height: 100%;
  padding: 36px 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.14), transparent 38%),
    linear-gradient(145deg, #10263a, #071525);
  border-color: rgba(0, 199, 226, 0.26);
  box-shadow: 0 18px 36px rgba(7, 21, 37, 0.2);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card > .acfsp-card-icon {
  margin-bottom: 20px;
}

body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card h3,
body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card li {
  color: #edf9fa;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card p {
  color: #c8d9e2;
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card li {
  border-color: rgba(255, 255, 255, 0.09);
}

body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acf-btn {
  grid-column: 1;
  justify-self: start;
  margin-top: 14px;
}

body.acf-softgels-page #body-wrapper .acfsp-faq-section {
  background: #f7fafb;
}

body.acf-softgels-page .acfsp-faq-section .acfsp-cards-8 {
  display: flex;
  max-width: 940px;
  flex-direction: column;
  gap: 12px;
}

body.acf-softgels-page .acfsp-faq-section .acfsp-faq-item {
  padding: 0;
  border-radius: 17px;
  background: #ffffff;
}

body.acf-softgels-page .acfsp-faq-section .acfsp-faq-item::before {
  display: none;
}

body.acf-softgels-page .acfsp-faq-section .acfsp-faq-item:hover {
  transform: none;
}

body.acf-softgels-page .acfsp-faq-section .acfsp-faq-item[open] {
  border-color: #8fd7e1;
  box-shadow: 0 14px 30px rgba(0, 141, 163, 0.1);
}

body.acf-softgels-page .acfsp-faq-item summary {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 20px 66px 20px 24px;
  cursor: pointer;
  list-style: none;
}

body.acf-softgels-page .acfsp-faq-item summary::-webkit-details-marker {
  display: none;
}

body.acf-softgels-page #body-wrapper .acfsp-faq-item summary:focus {
  outline: 3px solid rgba(0, 169, 191, 0.42);
  outline-offset: 3px;
  border-radius: 14px;
}

body.acf-softgels-page .acfsp-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #008da3;
  border-radius: 50%;
  background: #eaf7f8;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

body.acf-softgels-page .acfsp-faq-item[open] summary::after {
  color: #ffffff;
  background: var(--softgel-cyan);
  transform: translateY(-50%) rotate(45deg);
}

body.acf-softgels-page #body-wrapper .acfsp-faq-item summary h3 {
  margin: 0;
  color: var(--softgel-ink);
  font-size: 16px;
  line-height: 1.4;
}

body.acf-softgels-page .acfsp-faq-item > p,
body.acf-softgels-page .acfsp-faq-item > ul {
  margin-right: 24px;
  margin-left: 24px;
}

body.acf-softgels-page .acfsp-faq-item > p {
  padding-right: 34px;
}

body.acf-softgels-page .acfsp-faq-item > :last-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  body.acf-softgels-page .acfsp-faq-item > p,
  body.acf-softgels-page .acfsp-faq-item > ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  body.acf-softgels-page .acfsp-faq-item > p:first-of-type,
  body.acf-softgels-page .acfsp-faq-item > ul:first-of-type {
    padding-top: 18px;
    border-top: 1px solid #edf3f4;
  }

  body.acf-softgels-page .acfsp-faq-item > p:last-of-type,
  body.acf-softgels-page .acfsp-faq-item > ul:last-of-type {
    padding-bottom: 24px;
  }
}

body.acf-softgels-page #body-wrapper .acfsp-quote-section {
  padding: clamp(76px, 6vw, 92px) 0 102px;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 199, 226, 0.08), transparent 26%),
    linear-gradient(180deg, #f2f8f9 0%, #eaf4f5 100%) !important;
}

body.acf-softgels-page #request-quote .acfsp-content {
  display: block;
  max-width: 920px;
}

body.acf-softgels-page #request-quote .acfsp-form {
  margin-top: 34px;
}

body.acf-softgels-page #request-quote .acf-preview-form {
  box-sizing: border-box;
  max-width: 900px !important;
  padding: 38px !important;
  border: 1px solid #d4e4e7;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.09);
}

body.acf-softgels-page #request-quote .acf-preview-form input:not([type="checkbox"]),
body.acf-softgels-page #request-quote .acf-preview-form select,
body.acf-softgels-page #request-quote .acf-preview-form textarea {
  box-sizing: border-box;
  min-height: 48px;
  border-color: #d5e3e6 !important;
  border-radius: 10px !important;
  background: #f5f9fa !important;
}

body.acf-softgels-page #request-quote .acf-preview-form input:focus-visible,
body.acf-softgels-page #request-quote .acf-preview-form select:focus-visible,
body.acf-softgels-page #request-quote .acf-preview-form textarea:focus-visible {
  border-color: #00a9bf !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 199, 226, 0.14);
}

body.acf-softgels-page #request-quote .acf-preview-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
}

body.acf-softgels-page #request-quote .acf-preview-form button[type="submit"] {
  min-width: 150px;
  min-height: 50px;
  background: linear-gradient(40deg, var(--softgel-cyan), var(--softgel-teal)) !important;
  box-shadow: 0 8px 20px rgba(0, 199, 226, 0.24) !important;
}

body.acf-softgels-page #request-quote .acfsp-content > .acfsp-card {
  margin-top: 28px;
  padding: 32px 36px;
  text-align: center;
  border-color: #b9e0e6;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff, #f3fafb);
}

body.acf-softgels-page #body-wrapper #request-quote .acfsp-content > .acfsp-card h3 {
  font-size: 24px;
}

body.acf-softgels-page #request-quote .acfsp-content > .acfsp-card p {
  margin-right: auto;
  margin-left: auto;
}

body.acf-softgels-page .softgels-direct-phone {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #ffffff !important;
  border-radius: 999px;
  background: var(--softgel-navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 9px 22px rgba(7, 21, 37, 0.2);
}

body.acf-softgels-page .softgels-direct-phone:hover {
  color: #ffffff !important;
  background: #008da3;
  transform: translateY(-2px);
}



@media (max-width: 991px) {
  body.acf-softgels-page .acfsp-hero-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 70px;
  }

  body.acf-softgels-page #body-wrapper .acfsp-hero::before {
    background-image:
      linear-gradient(180deg, rgba(248, 252, 252, 0.98) 0%, rgba(248, 252, 252, 0.92) 54%, rgba(248, 252, 252, 0.72) 100%),
      var(--acfsp-hero);
    background-position: center, center;
  }

  body.acf-softgels-page .acfsp-hero-copy {
    max-width: 720px;
  }

  body.acf-softgels-page .acfsp-trust-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  body.acf-softgels-page .acfsp-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(-n + 6) {
    grid-column: span 6;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type {
    grid-column: 1 / -1;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:first-of-type {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 0;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card:nth-of-type(n + 2) {
    grid-column: span 6;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) {
    grid-template-columns: 1fr;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) > .acfsp-card-icon,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) p {
    grid-column: 1;
    grid-row: auto;
  }

  body.acf-softgels-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) h3 {
    grid-row: auto;
    margin-bottom: 8px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > p,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acf-btn {
    grid-column: 1;
    grid-row: auto;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card {
    margin: 18px 0 8px;
  }

}

@media (max-width: 767px) {
  body.acf-softgels-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  body.acf-softgels-page .acfsp-wrap {
    width: min(100% - 28px, 1180px);
  }

  body.acf-softgels-page #body-wrapper .acfsp-hero {
    min-height: 0;
  }

  body.acf-softgels-page .acfsp-hero-layout {
    gap: 28px;
    padding-block: 52px 58px;
  }

  body.acf-softgels-page #body-wrapper .acfsp-hero h1 {
    font-size: clamp(35px, 10vw, 45px);
  }

  body.acf-softgels-page .acfsp-hero-proof {
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  body.acf-softgels-page #body-wrapper .acfsp-trust {
    padding: 52px 0;
  }

  body.acf-softgels-page .acfsp-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.acf-softgels-page .acfsp-badges img:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  body.acf-softgels-page #body-wrapper .acfsp-section {
    padding: 58px 0;
  }

  body.acf-softgels-page .acfsp-section-heading {
    margin-bottom: 28px;
  }

  body.acf-softgels-page #body-wrapper .acfsp-section-heading h2 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  body.acf-softgels-page .acfsp-cards-5,
  body.acf-softgels-page .acfsp-cards-7 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.acf-softgels-page .acfsp-cards-5 > *,
  body.acf-softgels-page .acfsp-cards-7 > *,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(4) .acfsp-card,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card {
    grid-column: 1 / -1 !important;
  }

  body.acf-softgels-page .acfsp-content > .acfsp-card {
    padding: 23px 21px;
  }

  body.acf-softgels-page .acfsp-content > .acfsp-card > .acfsp-card-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 15px;
    border-radius: 13px;
    font-size: 20px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type {
    padding: 25px 22px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type ul {
    grid-template-columns: 1fr;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li,
  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(3) .acfsp-card:first-of-type li:last-child {
    border-bottom: 0;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(7) {
    padding: 25px 22px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 {
    padding: 25px 20px;
    border-radius: 22px;
  }

  body.acf-softgels-page .acf-product-page > section:nth-of-type(6) .acfsp-cards-1 > .acfsp-card {
    padding: 28px 23px;
  }

  body.acf-softgels-page .acfsp-faq-item summary {
    min-height: 66px;
    padding: 18px 58px 18px 18px;
  }

  body.acf-softgels-page .acfsp-faq-item summary::after {
    right: 16px;
  }

  body.acf-softgels-page #request-quote .acf-preview-form {
    padding: 25px 19px !important;
    border-radius: 22px;
  }

  body.acf-softgels-page #request-quote .acfsp-content > .acfsp-card {
    padding: 28px 20px;
  }

  body.acf-softgels-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-softgels-page .softgels-direct-phone {
    position: fixed;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 1200;
    box-sizing: border-box;
    width: calc(50% - 19px) !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px !important;
    border-radius: 11px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px !important;
    line-height: 1.15;
    text-align: center;
  }

  body.acf-softgels-page #body-wrapper .acfsp-hero-actions .acf-btn {
    left: 14px;
  }

  body.acf-softgels-page .softgels-direct-phone {
    right: 14px;
    color: #135f69 !important;
    border: 1px solid #b9ddd8;
    background: #f0f8f7;
    box-shadow: 0 4px 16px rgba(7, 21, 37, 0.14);
  }


}

@media (prefers-reduced-motion: reduce) {
  body.acf-softgels-page *,
  body.acf-softgels-page *::before,
  body.acf-softgels-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Capsules Product Page: homepage-aligned pilot system */
body.acf-capsules-page {
  background: #f5f9fa;
}

body.acf-capsules-page .acf-subpage-main {
  --capsule-navy: #071525;
  --capsule-navy-soft: #10263a;
  --capsule-cyan: #00c7e2;
  --capsule-teal: #00d7a7;
  --capsule-ink: #15233b;
  --capsule-copy: #52647b;
  --capsule-line: #d4e4e7;
  --capsule-ice: #f1f7f8;
  overflow: hidden;
  color: var(--capsule-copy);
  background: #ffffff;
  font-family: 'Nunito', sans-serif;
}

body.acf-capsules-page .acfsp-wrap {
  width: min(1180px, calc(100% - 48px));
}

body.acf-capsules-page #body-wrapper .acf-subpage-main h1,
body.acf-capsules-page #body-wrapper .acf-subpage-main h2,
body.acf-capsules-page #body-wrapper .acf-subpage-main h3,
body.acf-capsules-page #body-wrapper .acf-subpage-main h4 {
  color: var(--capsule-ink);
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

body.acf-capsules-page #body-wrapper .acf-btn {
  min-width: 214px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  box-shadow: 0 9px 22px rgba(0, 199, 226, 0.2) !important;
}

body.acf-capsules-page #body-wrapper .acf-btn:focus-visible,
body.acf-capsules-page .acf-btn-secondary:focus-visible,
body.acf-capsules-page .acfsp-phone-cta:focus-visible {
  outline: 3px solid rgba(0, 169, 191, 0.42) !important;
  outline-offset: 4px !important;
}

body.acf-capsules-page #body-wrapper .acfsp-hero {
  position: relative;
  min-height: 710px;
  padding: 0;
  overflow: hidden;
  background: #edf5f6;
  border-bottom: 1px solid #dcebed;
}

body.acf-capsules-page #body-wrapper .acfsp-hero::before {
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(248, 252, 252, 0.99) 0%, rgba(248, 252, 252, 0.95) 41%, rgba(248, 252, 252, 0.58) 68%, rgba(248, 252, 252, 0.12) 100%),
    var(--acfsp-hero);
  background-position: center, 78% center;
  background-size: cover;
  filter: saturate(0.94) contrast(1.02);
}

body.acf-capsules-page #body-wrapper .acfsp-hero::after {
  content: "";
  position: absolute;
  top: -170px;
  left: 44%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 141, 163, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(0, 199, 226, 0.035),
    0 0 0 104px rgba(0, 215, 167, 0.025);
  pointer-events: none;
}

body.acf-capsules-page .acfsp-hero-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  gap: clamp(48px, 6vw, 84px);
  padding-block: 88px;
}

body.acf-capsules-page .acfsp-hero-copy {
  max-width: 650px;
}

body.acf-capsules-page .acfsp-badge-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 16px;
  color: #a9f3e4;
  border: 1px solid rgba(0, 215, 167, 0.28);
  border-radius: 999px;
  background: var(--capsule-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
}

body.acf-capsules-page #body-wrapper .acfsp-hero h1 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #0a1729;
  font-size: clamp(43px, 4.7vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.acf-capsules-page .acfsp-hero-copy .lead-text {
  max-width: 620px;
  margin-bottom: 12px;
  color: #30435d;
  font-size: 18px;
  line-height: 1.58;
}

body.acf-capsules-page .acfsp-hero-copy p:not(.lead-text) {
  max-width: 620px;
  color: #51637a;
  font-size: 16px;
  line-height: 1.7;
}

body.acf-capsules-page .acfsp-hero-actions {
  gap: 12px;
  margin-top: 28px;
}

body.acf-capsules-page .acfsp-hero-actions .acf-btn,
body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary {
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
}

body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary {
  min-width: 214px;
  justify-content: center;
  padding: 13px 24px;
  color: #164955;
  border: 1px solid #b9ddd8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(7, 21, 37, 0.08);
  font-size: 16px;
}

body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary:hover {
  color: #ffffff;
  border-color: var(--capsule-navy);
  background: var(--capsule-navy);
}

body.acf-capsules-page .acfsp-hero-proof {
  position: relative;
  overflow: hidden;
  padding: 38px 36px 34px;
  border: 1px solid rgba(0, 199, 226, 0.25);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 199, 226, 0.14), transparent 38%),
    linear-gradient(145deg, #10263a 0%, #071525 100%);
  box-shadow: 0 28px 60px rgba(7, 21, 37, 0.28);
}

body.acf-capsules-page .acfsp-hero-proof::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page .acfsp-proof-tag {
  color: #72e7d8;
  font-size: 11px;
  font-weight: 900;
}

body.acf-capsules-page #body-wrapper .acfsp-hero-proof h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.acf-capsules-page .acfsp-proof-list li {
  padding: 11px 0;
  color: #d7e5eb;
  border-color: rgba(255, 255, 255, 0.09);
  font-size: 13.5px;
}

body.acf-capsules-page .acfsp-proof-list li span {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background: var(--capsule-cyan);
  font-size: 10px;
  box-shadow: 0 0 0 5px rgba(0, 199, 226, 0.1);
}

body.acf-capsules-page #body-wrapper .acfsp-trust {
  padding: 64px 0;
  background: #ffffff;
  border-bottom: 1px solid #e0ebed;
}

body.acf-capsules-page .acfsp-trust-layout {
  grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.7fr);
  gap: 50px;
}

body.acf-capsules-page .acfsp-trust-copy small,
body.acf-capsules-page .acfsp-section-heading small {
  color: #008da3;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

body.acf-capsules-page #body-wrapper .acfsp-trust-copy h2 {
  margin: 0;
  color: var(--capsule-ink);
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.acf-capsules-page .acfsp-badges {
  gap: 12px;
}

body.acf-capsules-page .acfsp-badges img {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 0.86;
  margin: 0;
  padding: 12px;
  border: 1px solid #d9e7ea;
  border-radius: 17px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  filter: saturate(0.94);
}

body.acf-capsules-page .acfsp-badges img:hover {
  transform: translateY(-4px);
  border-color: #a8dce4;
  filter: saturate(1) drop-shadow(0 9px 16px rgba(0, 141, 163, 0.1));
}

body.acf-capsules-page #body-wrapper .acfsp-section {
  position: relative;
  padding: clamp(80px, 7vw, 98px) 0;
  background: #ffffff;
}

body.acf-capsules-page #body-wrapper .acfsp-section.acfsp-tint {
  background:
    radial-gradient(circle at 4% 0%, rgba(0, 199, 226, 0.055), transparent 24%),
    linear-gradient(180deg, #f5f9fa 0%, #eff6f7 100%);
}

body.acf-capsules-page .acfsp-section-heading {
  max-width: 900px;
  margin: 0 auto 42px;
}

body.acf-capsules-page #body-wrapper .acfsp-section-heading h2 {
  margin: 0 0 16px;
  color: var(--capsule-ink);
  font-size: clamp(32px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.acf-capsules-page .acfsp-section-heading .section-intro {
  max-width: 800px;
  color: #586a80;
  font-size: 16px;
  line-height: 1.72;
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-cards-4 {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-cards-4::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
  opacity: 0.3;
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 30px 24px;
  overflow: hidden;
  border: 1px solid var(--capsule-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-card:hover {
  transform: translateY(-4px);
  border-color: #a9dce4;
  box-shadow: 0 19px 38px rgba(15, 23, 42, 0.09);
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid #bfe6ea;
  border-radius: 16px;
  background: linear-gradient(145deg, #f3fbfc, #e8f6f7);
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
}

body.acf-capsules-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card h3,
body.acf-capsules-page #body-wrapper .acfsp-cards-3 .acfsp-card h3 {
  margin-bottom: 14px;
  color: var(--capsule-ink);
  font-size: 19px;
  line-height: 1.28;
}

body.acf-capsules-page .acfsp-card-list {
  gap: 0;
}

body.acf-capsules-page .acfsp-card-list li {
  padding: 9px 0;
  color: #475b73;
  border-color: #edf3f4;
  font-size: 13.5px;
}

body.acf-capsules-page .acf-product-page > section:nth-of-type(5) {
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 199, 226, 0.055), transparent 24%),
    #ffffff !important;
}

body.acf-capsules-page .acfsp-formulation-box {
  position: relative;
  max-width: 1100px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid #cfe2e5;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff, #f4f9fa);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

body.acf-capsules-page .acfsp-formulation-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page #body-wrapper .acfsp-box-title {
  margin-bottom: 28px;
  color: var(--capsule-ink);
  font-size: 23px;
}

body.acf-capsules-page .acfsp-checklist-grid {
  gap: 13px;
}

body.acf-capsules-page .acfsp-check-item {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #d7e6e8;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  color: #31465d;
  font-size: 14px;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.035);
}

body.acf-capsules-page .acfsp-item-emoji {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: #edf8f9;
  font-size: 18px;
}

body.acf-capsules-page .acfsp-check-badge {
  width: 22px;
  height: 22px;
  background: var(--capsule-cyan);
}

body.acf-capsules-page .acfsp-callout-footer {
  margin-top: 6px;
  padding: 22px 24px;
  color: #d5e4ea;
  border: 1px solid rgba(0, 199, 226, 0.22);
  border-left: 4px solid var(--capsule-cyan);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 35%),
    var(--capsule-navy);
}

body.acf-capsules-page .acfsp-callout-footer strong {
  color: #ffffff;
}

body.acf-capsules-page .acfsp-cards-3 {
  gap: 20px !important;
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card {
  position: relative;
  min-width: 0;
  padding: 32px 28px;
  overflow: hidden;
  border: 1px solid var(--capsule-line);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card:nth-child(2) {
  color: #d7e5eb;
  border-color: rgba(0, 199, 226, 0.25);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 199, 226, 0.12), transparent 38%),
    linear-gradient(145deg, #10263a, #071525);
}

body.acf-capsules-page #body-wrapper .acfsp-cards-3 .acfsp-card:nth-child(2) h3,
body.acf-capsules-page .acfsp-cards-3 .acfsp-card:nth-child(2) p,
body.acf-capsules-page .acfsp-cards-3 .acfsp-card:nth-child(2) li {
  color: #e5f0f3;
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card:nth-child(2) .acfsp-card-subhead {
  color: #72e7d8;
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card:nth-child(2) li {
  border-color: rgba(255, 255, 255, 0.09);
}

body.acf-capsules-page .acfsp-cards-3 .acfsp-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #edf8f9;
  font-size: 23px;
}

body.acf-capsules-page .acfsp-shells-grid {
  max-width: 1120px;
  gap: 22px;
}

body.acf-capsules-page .acfsp-shell-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 36px 34px;
  border: 1px solid var(--capsule-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f7fafb);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.065);
}

body.acf-capsules-page .acfsp-shell-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7b8ea2, #bcc9d2);
}

body.acf-capsules-page .acfsp-shell-card:nth-child(2) {
  border-color: #b9dfe4;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 37%),
    linear-gradient(145deg, #ffffff, #eef9f8);
}

body.acf-capsules-page .acfsp-shell-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page #body-wrapper .acfsp-shell-card h3 {
  color: var(--capsule-ink);
  font-size: 25px;
}

body.acf-capsules-page .acfsp-shell-help-box {
  max-width: 920px;
  padding: 22px 26px;
  color: #40566e;
  border: 1px solid #b9dce1;
  border-radius: 15px;
  background: #f3fafb;
}

body.acf-capsules-page .acfsp-size-chart {
  max-width: 1120px;
  gap: 18px;
}

body.acf-capsules-page .acfsp-size-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 30px 22px;
  border: 1px solid var(--capsule-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 30px rgba(15, 23, 42, 0.055);
}

body.acf-capsules-page .acfsp-size-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--capsule-cyan), var(--capsule-teal));
}

body.acf-capsules-page .acfsp-size-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: #edf8f9;
  font-size: 23px;
}

body.acf-capsules-page .acfsp-size-badge {
  margin-bottom: 14px;
  padding: 7px 17px;
  color: #a9f3e4;
  background: var(--capsule-navy);
  font-size: 15px;
}

body.acf-capsules-page #body-wrapper .acfsp-size-item h4 {
  color: var(--capsule-ink);
  font-size: 17px;
}

body.acf-capsules-page .acfsp-eval-card {
  max-width: 1120px;
  padding: 36px;
  color: #d5e4ea;
  border: 1px solid rgba(0, 199, 226, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.11), transparent 36%),
    linear-gradient(145deg, #10263a, #071525);
  box-shadow: 0 22px 46px rgba(7, 21, 37, 0.2);
}

body.acf-capsules-page #body-wrapper .acfsp-eval-card h3 {
  color: #ffffff;
  font-size: 23px;
}

body.acf-capsules-page .acfsp-eval-card .acfsp-check-item {
  color: #e1edf0;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

body.acf-capsules-page .acfsp-eval-card .acfsp-item-emoji {
  background: rgba(0, 199, 226, 0.1);
}

body.acf-capsules-page .acfsp-differentiators-grid {
  max-width: 1100px;
  gap: 18px;
}

body.acf-capsules-page .acfsp-diff-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 31px 29px 31px 86px;
  border: 1px solid var(--capsule-line);
  border-radius: 21px;
  background: linear-gradient(145deg, #ffffff, #f7fafb);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

body.acf-capsules-page .acfsp-diff-icon {
  position: absolute;
  top: 30px;
  left: 26px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0;
  border-radius: 13px;
  background: #eaf7f8;
  font-size: 20px;
}

body.acf-capsules-page #body-wrapper .acfsp-diff-card h3 {
  color: var(--capsule-ink);
  font-size: 19px;
  line-height: 1.3;
}

body.acf-capsules-page #body-wrapper .acfsp-faq-section {
  background: #f5f9fa;
}

body.acf-capsules-page .acfsp-accordion {
  max-width: 940px;
  gap: 12px;
}

body.acf-capsules-page .acfsp-faq-item {
  border: 1px solid #d6e5e8;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

body.acf-capsules-page .acfsp-faq-item[open] {
  border-color: #8fd7e1;
  box-shadow: 0 14px 30px rgba(0, 141, 163, 0.1);
}

body.acf-capsules-page .acfsp-faq-question {
  min-height: 70px;
  padding: 20px 24px;
  color: var(--capsule-ink);
  font-size: 16px;
  line-height: 1.42;
}

body.acf-capsules-page #body-wrapper .acfsp-faq-question:focus {
  outline: 3px solid rgba(0, 169, 191, 0.42);
  outline-offset: 3px;
  border-radius: 14px;
}

body.acf-capsules-page .acfsp-faq-toggle {
  width: 30px;
  height: 30px;
  background: #eaf7f8;
}

body.acf-capsules-page .acfsp-faq-answer {
  padding: 18px 24px 24px;
  color: #56697f;
  border-color: #edf3f4;
  font-size: 15px;
}

body.acf-capsules-page #body-wrapper .acfsp-quote-section {
  padding: clamp(84px, 7vw, 104px) 0 112px;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 199, 226, 0.08), transparent 26%),
    linear-gradient(180deg, #f2f8f9 0%, #eaf4f5 100%) !important;
}

body.acf-capsules-page #request-quote .acfsp-form {
  max-width: 920px;
  margin: 0 auto;
}

body.acf-capsules-page #request-quote .acf-preview-form {
  box-sizing: border-box;
  max-width: 900px !important;
  padding: 38px !important;
  border: 1px solid #d4e4e7;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.09);
}

body.acf-capsules-page #request-quote .acf-preview-form input:not([type="checkbox"]),
body.acf-capsules-page #request-quote .acf-preview-form select,
body.acf-capsules-page #request-quote .acf-preview-form textarea {
  box-sizing: border-box;
  min-height: 48px;
  border-color: #d5e3e6 !important;
  border-radius: 10px !important;
  background: #f5f9fa !important;
}

body.acf-capsules-page #request-quote .acf-preview-form input:focus-visible,
body.acf-capsules-page #request-quote .acf-preview-form select:focus-visible,
body.acf-capsules-page #request-quote .acf-preview-form textarea:focus-visible {
  border-color: #00a9bf !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 199, 226, 0.14);
}

body.acf-capsules-page #request-quote .acf-preview-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
}

body.acf-capsules-page #request-quote .acf-preview-form button[type="submit"] {
  min-width: 150px;
  min-height: 50px;
  background: linear-gradient(40deg, var(--capsule-cyan), var(--capsule-teal)) !important;
  box-shadow: 0 8px 20px rgba(0, 199, 226, 0.24) !important;
}

body.acf-capsules-page .acfsp-speak-card {
  max-width: 900px;
  margin-top: 28px;
  padding: 34px 38px;
  border: 1px solid #b9e0e6;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff, #f3fafb);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

body.acf-capsules-page .acfsp-speak-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: #eaf7f8;
  font-size: 24px;
}

body.acf-capsules-page #body-wrapper .acfsp-speak-text h3 {
  color: var(--capsule-ink);
  font-size: 24px;
}

body.acf-capsules-page .acfsp-phone-cta {
  min-height: 54px;
  padding: 13px 25px;
  border-radius: 999px;
  background: var(--capsule-navy);
  font-size: 18px;
}

body.acf-capsules-page .acfsp-phone-cta .phone-number {
  color: #a9f3e4;
}

body.acf-capsules-page .acfsp-speak-meta > span {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #d6e5e8;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
}



@media (max-width: 991px) {
  body.acf-capsules-page .acfsp-hero-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 70px;
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero::before {
    background-image:
      linear-gradient(180deg, rgba(248, 252, 252, 0.98) 0%, rgba(248, 252, 252, 0.92) 54%, rgba(248, 252, 252, 0.72) 100%),
      var(--acfsp-hero);
    background-position: center, center;
  }

  body.acf-capsules-page .acfsp-hero-copy {
    max-width: 720px;
  }

  body.acf-capsules-page .acfsp-trust-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  body.acf-capsules-page .acfsp-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.acf-capsules-page .acfsp-checklist-grid,
  body.acf-capsules-page .acfsp-size-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.acf-capsules-page .acfsp-cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.acf-capsules-page .acfsp-cards-3 .acfsp-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 10px);
    justify-self: center;
  }

}

@media (max-width: 767px) {
  body.acf-capsules-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  body.acf-capsules-page .acfsp-wrap {
    width: min(100% - 28px, 1180px);
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero {
    min-height: 0;
  }

  body.acf-capsules-page .acfsp-hero-layout {
    gap: 28px;
    padding-block: 52px 58px;
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero h1 {
    font-size: clamp(35px, 10vw, 45px);
  }

  body.acf-capsules-page .acfsp-hero-proof {
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  body.acf-capsules-page #body-wrapper .acfsp-trust {
    padding: 52px 0;
  }

  body.acf-capsules-page .acfsp-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.acf-capsules-page .acfsp-badges img:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  body.acf-capsules-page #body-wrapper .acfsp-section {
    padding: 66px 0;
  }

  body.acf-capsules-page .acfsp-section-heading {
    margin-bottom: 32px;
  }

  body.acf-capsules-page #body-wrapper .acfsp-section-heading h2 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-cards-4,
  body.acf-capsules-page .acfsp-cards-3,
  body.acf-capsules-page .acfsp-checklist-grid,
  body.acf-capsules-page .acfsp-shells-grid,
  body.acf-capsules-page .acfsp-size-chart,
  body.acf-capsules-page .acfsp-differentiators-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.acf-capsules-page .acfsp-cards-3 .acfsp-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  body.acf-capsules-page .acfsp-formulation-box,
  body.acf-capsules-page .acfsp-eval-card {
    padding: 27px 20px;
    border-radius: 22px;
  }

  body.acf-capsules-page .acfsp-shell-card,
  body.acf-capsules-page .acfsp-cards-3 .acfsp-card,
  body.acf-capsules-page .acf-product-page > section:nth-of-type(3) .acfsp-card {
    padding: 27px 23px;
  }

  body.acf-capsules-page .acfsp-diff-card {
    padding: 24px 21px 24px 76px;
  }

  body.acf-capsules-page .acfsp-diff-icon {
    top: 23px;
    left: 20px;
  }

  body.acf-capsules-page .acfsp-faq-question {
    min-height: 66px;
    padding: 18px;
    font-size: 15px;
  }

  body.acf-capsules-page .acfsp-faq-answer {
    padding: 17px 18px 21px;
  }

  body.acf-capsules-page #request-quote .acf-preview-form {
    padding: 25px 19px !important;
    border-radius: 22px;
  }

  body.acf-capsules-page .acfsp-speak-card {
    padding: 28px 20px;
  }

  body.acf-capsules-page .acfsp-speak-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  body.acf-capsules-page .acfsp-speak-meta > span {
    justify-content: center;
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary {
    position: fixed;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 1200;
    box-sizing: border-box;
    width: calc(50% - 19px) !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0;
    padding: 10px 11px !important;
    border-radius: 11px !important;
    font-family: 'Nunito', sans-serif;
    font-size: 13px !important;
    line-height: 1.15;
    text-align: center;
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero-actions .acf-btn {
    left: 14px;
  }

  body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary {
    right: 14px;
    color: #135f69;
    border: 1px solid #b9ddd8;
    background: #f0f8f7;
    box-shadow: 0 4px 16px rgba(7, 21, 37, 0.14);
  }


}

@media (prefers-reduced-motion: reduce) {
  body.acf-capsules-page *,
  body.acf-capsules-page *::before,
  body.acf-capsules-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Tinctures Product Page: homepage-aligned visual system */
body.acf-tinctures-page {
  background: #f6fafb;
}

body.acf-tinctures-page #body-wrapper {
  overflow: visible;
}

body.acf-tinctures-page .acf-subpage-main {
  --tincture-navy: #071525;
  --tincture-ink: #10263b;
  --tincture-cyan: #00c7e2;
  --tincture-teal: #00d7a7;
  --tincture-muted: #587084;
  --tincture-line: #d8e7e9;
  --tincture-ice: #f3f8f9;
  overflow: hidden;
  color: var(--tincture-ink);
  background: #ffffff;
  font-family: 'Nunito', sans-serif;
}

body.acf-tinctures-page .acfsp-wrap {
  width: min(1180px, calc(100% - 48px));
}

body.acf-tinctures-page #body-wrapper .acf-subpage-main h1,
body.acf-tinctures-page #body-wrapper .acf-subpage-main h2,
body.acf-tinctures-page #body-wrapper .acf-subpage-main h3,
body.acf-tinctures-page #body-wrapper .acf-subpage-main h4 {
  color: var(--tincture-ink);
  font-family: 'Montserrat', sans-serif;
}

body.acf-tinctures-page #body-wrapper .acf-btn {
  min-width: 0 !important;
  max-width: none !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  box-shadow: 0 8px 22px rgba(0, 173, 195, 0.2) !important;
}

body.acf-tinctures-page #body-wrapper .acf-btn:focus-visible,
body.acf-tinctures-page .tinctures-direct-phone:focus-visible,
body.acf-tinctures-page #page-footer a:focus-visible {
  outline: 3px solid rgba(0, 169, 191, 0.42) !important;
  outline-offset: 3px;
}

body.acf-tinctures-page #body-wrapper .acfsp-hero {
  position: relative;
  min-height: 710px;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  background: #edf5f6;
  border-bottom: 1px solid #dcebed;
}

body.acf-tinctures-page #body-wrapper .acfsp-hero::before {
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(248, 252, 252, 0.99) 0%, rgba(248, 252, 252, 0.95) 41%, rgba(248, 252, 252, 0.58) 68%, rgba(248, 252, 252, 0.12) 100%),
    var(--acfsp-hero);
  background-position: center, 78% center;
  background-size: cover;
  filter: saturate(0.94) contrast(1.02);
}

body.acf-tinctures-page #body-wrapper .acfsp-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -170px;
  left: 44%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 141, 163, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(0, 199, 226, 0.035),
    0 0 0 104px rgba(0, 215, 167, 0.025);
  pointer-events: none;
}

body.acf-tinctures-page .acfsp-hero-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  gap: clamp(48px, 6vw, 84px);
  padding-block: 88px;
}

body.acf-tinctures-page .acfsp-hero-copy {
  max-width: 650px;
}

body.acf-tinctures-page .acfsp-hero-copy > small {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 8px 16px;
  color: #a9f3e4;
  border: 1px solid rgba(0, 215, 167, 0.28);
  border-radius: 999px;
  background: var(--tincture-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.acf-tinctures-page #body-wrapper .acfsp-hero h1 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #0a1729;
  font-size: clamp(43px, 4.7vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.acf-tinctures-page .acfsp-hero-copy > p {
  max-width: 620px;
  color: #526b7f;
  font-size: 16px;
  line-height: 1.72;
}

body.acf-tinctures-page .acfsp-hero-copy > p:first-of-type {
  margin-bottom: 12px;
  color: #30435d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.58;
}

body.acf-tinctures-page .acfsp-hero-actions {
  gap: 12px;
  margin-top: 28px;
}

body.acf-tinctures-page .acfsp-hero-actions .acf-btn {
  min-width: 214px !important;
  min-height: 52px;
  margin: 0;
}

body.acf-tinctures-page .acfsp-hero-proof {
  position: relative;
  overflow: hidden;
  padding: 38px 36px 34px;
  border: 1px solid rgba(0, 199, 226, 0.25);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 199, 226, 0.14), transparent 38%),
    linear-gradient(145deg, #10263a 0%, #071525 100%);
  box-shadow: 0 28px 60px rgba(7, 21, 37, 0.28);
}

body.acf-tinctures-page .acfsp-hero-proof::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--tincture-cyan), var(--tincture-teal));
}

body.acf-tinctures-page .acfsp-proof-kicker {
  margin: 0 0 9px;
  color: #70e1d1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.acf-tinctures-page #body-wrapper .acfsp-hero-proof h2 {
  margin: 0 0 19px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
}

body.acf-tinctures-page .acfsp-hero-proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.acf-tinctures-page .acfsp-hero-proof li {
  position: relative;
  padding: 11px 0 11px 32px;
  color: #d7e5eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13.5px;
  line-height: 1.45;
}

body.acf-tinctures-page .acfsp-hero-proof li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 5px solid rgba(0, 199, 226, 0.2);
  border-radius: 5px;
  background: var(--tincture-cyan);
  box-shadow: inset 0 0 0 2px #0b2235;
}

body.acf-tinctures-page .acfsp-hero-proof li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.acf-tinctures-page #body-wrapper .acfsp-trust {
  padding: 64px 0;
  background: #ffffff;
  border-bottom: 1px solid #e0ebed;
}

body.acf-tinctures-page .acfsp-trust-layout {
  grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.7fr);
  gap: 50px;
}

body.acf-tinctures-page .acfsp-trust-copy small,
body.acf-tinctures-page .acfsp-section-heading small {
  color: #008da3;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

body.acf-tinctures-page #body-wrapper .acfsp-trust-copy h2 {
  margin: 0;
  color: var(--tincture-ink);
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.acf-tinctures-page .acfsp-badges {
  gap: 12px;
}

body.acf-tinctures-page .acfsp-badges img {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 0.86;
  margin: 0;
  padding: 12px;
  border: 1px solid #d9e7ea;
  border-radius: 17px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  filter: saturate(0.94);
}

body.acf-tinctures-page .acfsp-badges img:hover {
  transform: translateY(-4px);
  border-color: #a8dce4;
  filter: saturate(1) drop-shadow(0 9px 16px rgba(0, 141, 163, 0.1));
}

body.acf-tinctures-page #body-wrapper .acfsp-section {
  position: relative;
  padding: clamp(84px, 7vw, 98px) 0;
  background: #ffffff;
}

body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-tint {
  background:
    radial-gradient(circle at 4% 0%, rgba(0, 199, 226, 0.055), transparent 24%),
    linear-gradient(180deg, #f5f9fa 0%, #eff6f7 100%);
}

body.acf-tinctures-page .acfsp-section-heading {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

body.acf-tinctures-page #body-wrapper .acfsp-section-heading h2 {
  margin: 8px 0 16px;
  color: var(--tincture-ink);
  font-size: clamp(32px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.acf-tinctures-page .acfsp-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

body.acf-tinctures-page .acfsp-content > p {
  max-width: 800px;
  margin: 0 auto 10px;
  color: var(--tincture-muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

body.acf-tinctures-page .acfsp-content > p:last-of-type {
  margin-bottom: 34px;
}

body.acf-tinctures-page #body-wrapper .acfsp-group-title {
  margin: 4px auto 24px;
  color: #0b6f7e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

body.acf-tinctures-page #body-wrapper .acfsp-cards-4,
body.acf-tinctures-page #body-wrapper .acfsp-cards-3,
body.acf-tinctures-page #body-wrapper .acfsp-cards-5 {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.acf-tinctures-page .acfsp-cards-4 > p,
body.acf-tinctures-page .acfsp-cards-3 > p,
body.acf-tinctures-page .acfsp-cards-5 > p,
body.acf-tinctures-page .acfsp-cards-4 > .acfsp-group-title,
body.acf-tinctures-page .acfsp-cards-3 > .acfsp-group-title,
body.acf-tinctures-page .acfsp-cards-5 > .acfsp-group-title,
body.acf-tinctures-page .acfsp-cards-4 > .acf-btn,
body.acf-tinctures-page .acfsp-cards-3 > .acf-btn,
body.acf-tinctures-page .acfsp-cards-5 > .acf-btn {
  grid-column: 1 / -1;
}

body.acf-tinctures-page .acfsp-cards-4 > .acfsp-card {
  grid-column: span 6;
}

body.acf-tinctures-page .acfsp-cards-3 > .acfsp-card {
  grid-column: span 4;
}

body.acf-tinctures-page .acfsp-cards-5 > .acfsp-card:nth-of-type(-n + 4) {
  grid-column: span 6;
}

body.acf-tinctures-page .acfsp-cards-5 > .acfsp-card:nth-of-type(5) {
  grid-column: 1 / -1;
}

body.acf-tinctures-page .acfsp-content > .acfsp-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 33px 30px;
  border: 1px solid var(--tincture-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f9fcfc);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.acf-tinctures-page .acfsp-content > .acfsp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--tincture-cyan), var(--tincture-teal));
  opacity: 0.72;
}

body.acf-tinctures-page .acfsp-content > .acfsp-card:hover {
  border-color: #aedce2;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 141, 163, 0.1);
}

body.acf-tinctures-page .acfsp-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid #bfe6ea;
  border-radius: 16px;
  background: linear-gradient(145deg, #f3fbfc, #e8f6f7);
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) .acfsp-card-icon,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) .acfsp-card-icon {
  border-color: rgba(0, 199, 226, 0.35);
  background: rgba(0, 199, 226, 0.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

body.acf-tinctures-page #body-wrapper .acfsp-card h3 {
  margin: 0 0 14px;
  color: var(--tincture-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

body.acf-tinctures-page .acfsp-card p {
  color: #587084;
  font-size: 15px;
  line-height: 1.62;
}

body.acf-tinctures-page .acfsp-card p:last-child {
  margin-bottom: 0;
}

body.acf-tinctures-page .acfsp-card ul {
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

body.acf-tinctures-page .acfsp-card li {
  position: relative;
  padding: 8px 0 8px 25px;
  color: #435c70;
  border-bottom: 1px solid #edf3f4;
  font-size: 14px;
  line-height: 1.45;
}

body.acf-tinctures-page .acfsp-card li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--tincture-cyan);
  box-shadow: 0 0 0 2px rgba(0, 199, 226, 0.17);
}

body.acf-tinctures-page .acfsp-card li:last-child {
  border-bottom: 0;
}

body.acf-tinctures-page .acfsp-content > .acf-btn {
  justify-self: center;
  margin-top: 24px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(3) .acfsp-content > p:first-child {
  max-width: 680px;
  margin-bottom: 28px;
  color: #1d4357;
  font-size: 19px;
  font-weight: 800;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(3) .acfsp-card {
  grid-column: auto !important;
  display: flex;
  height: auto;
  min-height: 0;
  flex-direction: column;
  padding: 30px 24px;
  color: #52647b;
  border: 1px solid var(--tincture-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-card h3 {
  color: var(--tincture-ink);
  font-size: 19px;
  line-height: 1.28;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(3) .acfsp-card p {
  color: #52647b;
  font-size: 14.5px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(3) .acfsp-card li {
  color: #475b73;
  border-color: #edf3f4;
  font-size: 13.5px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  align-items: start;
  max-width: 1120px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid #cfe2e5;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff, #f4f9fa);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--tincture-cyan), var(--tincture-teal));
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > p {
  grid-column: auto;
  margin: 0;
  text-align: left;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > p:first-child {
  color: #21465a;
  font-size: 19px;
  font-weight: 800;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acfsp-card {
  grid-column: 1 / -1;
  grid-row: auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 0 38px;
  overflow: visible;
  padding: 30px 0 0;
  color: var(--tincture-ink);
  border: 0;
  border-top: 1px solid #cfe2e5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acfsp-card::before {
  display: none;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(4) .acfsp-card h3 {
  grid-row: 1 / span 2;
  align-self: start;
  color: var(--tincture-ink);
  font-size: 22px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #d7e6e8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: #31465d;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card li::before {
  display: none;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card li:hover {
  transform: translateY(-2px);
  border-color: #8ed6e0;
  box-shadow: 0 8px 18px rgba(0, 141, 163, 0.08);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card .acfsp-item-emoji {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 9px;
  background: #edf8f9;
  font-size: 16px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card .acfsp-item-text {
  flex: 1 1 auto;
  font-weight: 600;
  color: #2b4055;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card .acfsp-check-badge {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 6px;
  background: var(--tincture-cyan);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 2px 6px rgba(0, 199, 226, 0.35);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card > p,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card > ul {
  grid-column: 2;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-top: 0;
  margin-bottom: 23px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acf-btn {
  grid-column: 1 / -1;
  grid-row: auto;
  justify-self: center;
  margin-top: 10px;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card {
  grid-column: auto !important;
  display: flex;
  height: auto;
  min-height: 0;
  flex-direction: column;
  padding: 30px 24px;
  color: #52647b;
  border: 1px solid var(--tincture-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4)::after {
  display: none;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) h3,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) p {
  color: inherit;
}

body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-flavor-profiling .acfsp-cards-4.acfsp-flavor-profiling-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > p,
body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-group-title,
body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acf-btn {
  grid-column: 1 / -1;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-card {
  grid-column: auto;
  min-height: 0;
  padding: 32px 28px;
  border: 1px solid var(--tincture-line);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-card > .acfsp-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 15px;
  font-size: 23px;
}

body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-flavor-profiling .acfsp-group-title {
  margin: 18px auto 26px;
  color: var(--tincture-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) {
  grid-column: 2 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-inline: auto;
  justify-self: center;
  padding: 32px 28px;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card > .acfsp-card-icon,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) > .acfsp-card-icon {
  grid-column: auto;
  grid-row: auto;
  margin: 0 auto 16px;
}

body.acf-tinctures-page #body-wrapper .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card h3,
body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) h3 {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  margin: 0 auto 12px;
  font-size: 22px;
  text-align: center;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card p,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) p {
  grid-column: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card p:last-child,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-flavor-profiling .acfsp-group-title {
    margin: 22px auto 28px;
    font-size: 42px;
    letter-spacing: -0.03em;
    line-height: 1.12;
  }

  body.acf-tinctures-page .acfsp-flavor-profiling-grid > .acfsp-flavor-feature-card,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4) {
    grid-column: 2 !important;
    width: 100%;
    justify-self: center;
  }
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(1),
body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(2) {
  grid-column: span 6;
  min-height: 0;
  padding: 30px 28px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(1) {
  border-color: #a9dbe2;
  background: linear-gradient(145deg, #eefafb, #ffffff);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(2) {
  border-color: #b8e2d9;
  background: linear-gradient(145deg, #effbf8, #ffffff);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  justify-self: center;
  margin-inline: auto;
  padding: 30px 28px;
  color: #d7e7ec;
  border-color: rgba(0, 199, 226, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 199, 226, 0.12), transparent 38%),
    var(--tincture-navy);
  box-shadow: 0 16px 34px rgba(7, 21, 37, 0.16);
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) h3 {
  grid-row: auto;
  align-self: start;
  max-width: 100%;
  margin: 0 0 6px;
  font-size: 21px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) p,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) ul {
  grid-column: auto;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) h3,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) p,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) li {
  color: #e6f0f3;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 12px 16px;
  color: #e7f1f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  line-height: 1.62;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 14px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) li::before {
  content: "✓";
  position: static;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: var(--tincture-cyan);
  box-shadow: 0 6px 14px rgba(0, 199, 226, 0.24);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(-n + 4) {
  min-height: 0;
  padding: 30px 28px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) {
  display: grid;
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.48fr);
  gap: 0 30px;
  padding: 29px 31px;
  color: #dce9ed;
  border-color: rgba(0, 199, 226, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 36%),
    linear-gradient(145deg, #10263a, var(--tincture-navy));
  box-shadow: 0 16px 34px rgba(7, 21, 37, 0.16);
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) h3 {
  grid-row: 1 / span 4;
  align-self: center;
  color: #ffffff;
  font-size: 21px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) ul,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) p {
  grid-column: 2;
  color: #e7f1f4;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 12px;
  margin: 0 0 10px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) li {
  color: #e7f1f4;
  border-color: rgba(255, 255, 255, 0.1);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-cards-4 {
  position: relative;
  gap: 18px !important;
  align-items: stretch;
  counter-reset: tincture-stage;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-cards-4::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 31px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 199, 226, 0.2), var(--tincture-cyan), var(--tincture-teal), rgba(0, 215, 167, 0.2));
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-card {
  grid-column: span 3;
  z-index: 1;
  height: auto;
  min-height: 220px;
  padding: 58px 24px 28px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-card::after {
  display: none;
}

body.acf-tinctures-page #body-wrapper .acfsp-faq-section {
  background: #f5f9fa;
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-cards-8 {
  display: flex;
  max-width: 940px;
  flex-direction: column;
  gap: 12px;
  margin-right: auto;
  margin-left: auto;
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-faq-item {
  padding: 0;
  border: 1px solid #d6e5e8;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-faq-item::before {
  display: none;
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-faq-item:hover {
  transform: none;
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-faq-item[open] {
  border-color: #8fd7e1;
  box-shadow: 0 14px 30px rgba(0, 141, 163, 0.1);
}

body.acf-tinctures-page .acfsp-faq-item summary {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 20px 66px 20px 24px;
  cursor: pointer;
  list-style: none;
}

body.acf-tinctures-page .acfsp-faq-item summary::-webkit-details-marker {
  display: none;
}

body.acf-tinctures-page #body-wrapper .acfsp-faq-item summary:focus {
  outline: 3px solid rgba(0, 169, 191, 0.42);
  outline-offset: 3px;
  border-radius: 14px;
}

body.acf-tinctures-page .acfsp-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #008da3;
  border-radius: 50%;
  background: #eaf7f8;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

body.acf-tinctures-page .acfsp-faq-item[open] summary::after {
  color: #ffffff;
  background: var(--tincture-cyan);
  transform: translateY(-50%) rotate(45deg);
}

body.acf-tinctures-page #body-wrapper .acfsp-faq-item summary h3 {
  margin: 0;
  color: var(--tincture-ink);
  font-size: 16px;
  line-height: 1.42;
}

body.acf-tinctures-page .acfsp-faq-item > p {
  margin-right: 24px;
  margin-left: 24px;
  padding-right: 34px;
  color: #56697f;
  font-size: 15px;
}

body.acf-tinctures-page .acfsp-faq-item > :last-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  body.acf-tinctures-page .acfsp-faq-item > p {
    margin-top: 0;
    margin-bottom: 0;
  }

  body.acf-tinctures-page .acfsp-faq-item > p:first-of-type {
    padding-top: 18px;
    border-top: 1px solid #edf3f4;
  }

  body.acf-tinctures-page .acfsp-faq-item > p:last-of-type {
    padding-bottom: 24px;
  }
}

body.acf-tinctures-page .acfsp-faq-section .acfsp-cards-8 > .acf-btn {
  align-self: center;
  margin-top: 24px;
}

body.acf-tinctures-page #body-wrapper .acfsp-quote-section {
  padding: clamp(84px, 7vw, 104px) 0 112px;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 199, 226, 0.08), transparent 26%),
    linear-gradient(180deg, #f2f8f9 0%, #eaf4f5 100%) !important;
}

body.acf-tinctures-page #request-quote .acfsp-content {
  display: block;
  max-width: 920px;
}

body.acf-tinctures-page #request-quote .acfsp-content > p:last-of-type {
  margin-bottom: 34px;
}

body.acf-tinctures-page #request-quote .acfsp-form {
  max-width: 920px;
  margin: 34px auto 0;
}

body.acf-tinctures-page #request-quote .acf-preview-form {
  box-sizing: border-box;
  max-width: 900px !important;
  padding: 38px !important;
  border: 1px solid #d4e4e7;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.09);
}

body.acf-tinctures-page #request-quote .acf-preview-form input:not([type="checkbox"]),
body.acf-tinctures-page #request-quote .acf-preview-form select,
body.acf-tinctures-page #request-quote .acf-preview-form textarea {
  box-sizing: border-box;
  min-height: 48px;
  border-color: #d5e3e6 !important;
  border-radius: 10px !important;
  background: #f5f9fa !important;
}

body.acf-tinctures-page #request-quote .acf-preview-form input:focus-visible,
body.acf-tinctures-page #request-quote .acf-preview-form select:focus-visible,
body.acf-tinctures-page #request-quote .acf-preview-form textarea:focus-visible {
  border-color: #00a9bf !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 199, 226, 0.14);
}

body.acf-tinctures-page #request-quote .acf-preview-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
}

body.acf-tinctures-page #request-quote .acf-preview-form button[type="submit"] {
  min-width: 150px;
  min-height: 50px;
  background: linear-gradient(40deg, var(--tincture-cyan), var(--tincture-teal)) !important;
  box-shadow: 0 8px 20px rgba(0, 199, 226, 0.24) !important;
}

body.acf-tinctures-page #request-quote .acfsp-content > .acfsp-card {
  margin-top: 28px;
  padding: 32px 36px;
  text-align: center;
  border-color: #b9e0e6;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 215, 167, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff, #f3fafb);
}

body.acf-tinctures-page #body-wrapper #request-quote .acfsp-content > .acfsp-card h3 {
  font-size: 24px;
}

body.acf-tinctures-page #request-quote .acfsp-content > .acfsp-card p {
  margin-right: auto;
  margin-left: auto;
}

body.acf-tinctures-page .tinctures-direct-phone {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #ffffff !important;
  border-radius: 999px;
  background: var(--tincture-navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 9px 22px rgba(7, 21, 37, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

body.acf-tinctures-page .tinctures-direct-phone:hover {
  color: #ffffff !important;
  background: #008da3;
  transform: translateY(-2px);
}



@media (max-width: 991px) {
  body.acf-tinctures-page .acfsp-hero-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 70px;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero::before {
    background-image:
      linear-gradient(180deg, rgba(248, 252, 252, 0.98) 0%, rgba(248, 252, 252, 0.92) 54%, rgba(248, 252, 252, 0.72) 100%),
      var(--acfsp-hero);
    background-position: center, center;
  }

  body.acf-tinctures-page .acfsp-hero-copy {
    max-width: 720px;
  }

  body.acf-tinctures-page .acfsp-trust-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  body.acf-tinctures-page .acfsp-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.acf-tinctures-page .acfsp-cards-3 > .acfsp-card,
  body.acf-tinctures-page .acfsp-cards-5 > .acfsp-card:nth-of-type(-n + 4) {
    grid-column: span 6;
  }

  body.acf-tinctures-page .acfsp-cards-5 > .acfsp-card:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    padding: 34px;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > p,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acfsp-card,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acf-btn {
    grid-column: 1;
    grid-row: auto;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acfsp-card {
    margin: 18px 0 8px;
  }

}

@media (max-width: 767px) {
  body.acf-tinctures-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  body.acf-tinctures-page .acfsp-wrap {
    width: min(100% - 28px, 1180px);
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero {
    min-height: 0;
  }

  body.acf-tinctures-page .acfsp-hero-layout {
    gap: 28px;
    padding-block: 52px 58px;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero h1 {
    font-size: clamp(35px, 10vw, 45px);
  }

  body.acf-tinctures-page .acfsp-hero-proof {
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-trust {
    padding: 52px 0;
  }

  body.acf-tinctures-page .acfsp-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.acf-tinctures-page .acfsp-badges img:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-section {
    padding: 66px 0;
  }

  body.acf-tinctures-page .acfsp-section-heading {
    margin-bottom: 32px;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-section-heading h2 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  body.acf-tinctures-page #body-wrapper .acfsp-cards-4,
  body.acf-tinctures-page #body-wrapper .acfsp-cards-3,
  body.acf-tinctures-page #body-wrapper .acfsp-cards-5 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(3) .acfsp-cards-4 {
    grid-template-columns: 1fr !important;
  }

  body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(5) .acfsp-cards-4 {
    grid-template-columns: 1fr !important;
  }

  body.acf-tinctures-page .acfsp-cards-4 > *,
  body.acf-tinctures-page .acfsp-cards-3 > *,
  body.acf-tinctures-page .acfsp-cards-5 > *,
  body.acf-tinctures-page .acfsp-cards-4 > .acfsp-card,
  body.acf-tinctures-page .acfsp-cards-3 > .acfsp-card,
  body.acf-tinctures-page .acfsp-cards-5 > .acfsp-card {
    grid-column: 1 / -1 !important;
  }

  body.acf-tinctures-page .acfsp-content > .acfsp-card {
    min-height: 0 !important;
    padding: 27px 23px;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(3) .acfsp-card,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(-n + 4),
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(1),
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(2),
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(-n + 4),
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-card {
    padding: 27px 23px;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 {
    padding: 25px 20px;
    border-radius: 22px;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-cards-1 > .acfsp-card,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3),
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) {
    display: block;
    grid-row: auto;
    padding: 29px 23px;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) p,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) ul,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) ul,
  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) p {
    grid-column: auto;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) ul {
    grid-template-columns: 1fr;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(6) .acfsp-card:nth-of-type(3) ul {
    grid-template-columns: 1fr;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(5) .acfsp-card:nth-of-type(4)::after {
    display: none;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(4) .acfsp-card ul {
    grid-template-columns: 1fr;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(8) .acfsp-card {
    padding-top: 52px;
  }

  body.acf-tinctures-page .acfsp-faq-item summary {
    min-height: 66px;
    padding: 18px 58px 18px 18px;
  }

  body.acf-tinctures-page .acfsp-faq-item summary::after {
    right: 16px;
  }

  body.acf-tinctures-page #request-quote .acf-preview-form {
    padding: 25px 19px !important;
    border-radius: 22px;
  }

  body.acf-tinctures-page #request-quote .acfsp-content > .acfsp-card {
    padding: 28px 20px;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-tinctures-page .tinctures-direct-phone {
    position: fixed;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 1200;
    box-sizing: border-box;
    width: calc(50% - 19px) !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px !important;
    border-radius: 11px !important;
    font-family: 'Nunito', sans-serif;
    font-size: 13px !important;
    line-height: 1.15;
    text-align: center;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero-actions .acf-btn {
    left: 14px;
  }

  body.acf-tinctures-page .tinctures-direct-phone {
    right: 14px;
    color: #135f69 !important;
    border: 1px solid #b9ddd8;
    background: #f0f8f7;
    box-shadow: 0 4px 16px rgba(7, 21, 37, 0.14);
  }


}

@media (prefers-reduced-motion: reduce) {
  body.acf-tinctures-page *,
  body.acf-tinctures-page *::before,
  body.acf-tinctures-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final Tinctures consistency pass: keep the Capsules system while preserving
   the page's distinct formulation and manufacturing groupings. */
body.acf-tinctures-page .acfsp-hero-copy > p:first-of-type {
  font-weight: 700;
}

body.acf-tinctures-page .acfsp-hero-proof li::before {
  content: "✓";
  top: 13px;
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 6px;
  background: var(--tincture-cyan);
  box-shadow: 0 0 0 5px rgba(0, 199, 226, 0.1);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
}

body.acf-tinctures-page .acfsp-content > .acfsp-card {
  border-radius: 22px;
}

body.acf-tinctures-page .acfsp-content > .acf-btn {
  margin-top: 28px;
}

body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-tincture-needs .acfsp-section-heading {
  margin-bottom: 30px;
}

body.acf-tinctures-page #body-wrapper .acfsp-section.acfsp-tincture-needs .acfsp-section-heading h2 {
  margin-top: 0;
}

body.acf-tinctures-page #body-wrapper .acfsp-tincture-needs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}

body.acf-tinctures-page .acfsp-tincture-needs-grid > p,
body.acf-tinctures-page .acfsp-tincture-needs-grid > .acf-btn {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

body.acf-tinctures-page .acfsp-tincture-needs-grid > .acfsp-card {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
}

body.acf-tinctures-page .acfsp-tincture-needs-grid > .acfsp-card h3 {
  min-height: 0;
}

body.acf-tinctures-page .acfsp-tincture-needs-grid > .acfsp-card p:last-child,
body.acf-tinctures-page .acfsp-tincture-needs-grid > .acfsp-card ul:last-child {
  margin-bottom: 0;
}

/* Use the dark treatment once for the base-decision feature. The later
   formulation-evaluation card remains a light evidence card, as in the
   Capsules page's mixed card hierarchy. */
body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) {
  grid-column: 2 / 12;
  width: 100%;
  max-width: 700px;
  justify-self: center;
  display: block;
  padding: 34px 32px 32px;
  color: #52647b;
  border-color: var(--tincture-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f9fcfc);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.075);
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5)::before {
  display: block;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) .acfsp-card-icon {
  margin-bottom: 20px;
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) h3,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) p,
body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) li {
  color: var(--tincture-ink);
}

body.acf-tinctures-page #body-wrapper .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) h3 {
  max-width: 420px;
  margin-bottom: 14px;
  font-size: 22px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) ul {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 16px 0 18px;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) p {
  max-width: 52ch;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) li {
  border-color: #edf3f4;
}

body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) li::before {
  display: block;
}

@media (max-width: 767px) {
  body.acf-tinctures-page .acfsp-wrap {
    width: calc(100% - 28px);
  }

  body.acf-tinctures-page .acfsp-hero-layout,
  body.acf-tinctures-page .acfsp-hero-copy,
  body.acf-tinctures-page .acfsp-hero-proof {
    min-width: 0;
    max-width: 100%;
  }

  body.acf-tinctures-page #body-wrapper .acfsp-hero h1,
  body.acf-tinctures-page .acfsp-hero-copy > p {
    max-width: 100%;
  }

  body.acf-tinctures-page .acf-product-page > section:nth-of-type(7) .acfsp-card:nth-of-type(5) {
    padding: 27px 23px;
  }
}

/* Keep shared product-page actions aligned with the homepage action system. */
body.acf-softgels-page #body-wrapper .acfsp-hero-actions .acf-btn {
  box-sizing: border-box;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 52px;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: 1.2;
}

@media (max-width: 767px) {
  body.acf-capsules-page,
  body.acf-tinctures-page,
  body.acf-softgels-page {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero,
  body.acf-tinctures-page #body-wrapper .acfsp-hero,
  body.acf-softgels-page #body-wrapper .acfsp-hero {
    isolation: auto;
    background-image:
      linear-gradient(180deg, rgba(248, 252, 252, 0.98) 0%, rgba(248, 252, 252, 0.92) 54%, rgba(248, 252, 252, 0.72) 100%),
      var(--acfsp-hero);
    background-position: center, center;
    background-size: cover;
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero::before,
  body.acf-capsules-page #body-wrapper .acfsp-hero::after,
  body.acf-tinctures-page #body-wrapper .acfsp-hero::before,
  body.acf-tinctures-page #body-wrapper .acfsp-hero::after,
  body.acf-softgels-page #body-wrapper .acfsp-hero::before,
  body.acf-softgels-page #body-wrapper .acfsp-hero::after {
    display: none;
  }

  body.acf-capsules-page .acfsp-hero-layout,
  body.acf-tinctures-page .acfsp-hero-layout,
  body.acf-softgels-page .acfsp-hero-layout {
    z-index: auto;
  }

  body.acf-capsules-page::after,
  body.acf-tinctures-page::after,
  body.acf-softgels-page::after {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1190;
    height: calc(64px + env(safe-area-inset-bottom, 0px));
    content: "";
    pointer-events: none;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(24, 101, 112, 0.12);
    box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.08);
  }

  body.acf-capsules-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-capsules-page .acfsp-hero-actions .acf-btn-secondary,
  body.acf-tinctures-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-tinctures-page .tinctures-direct-phone,
  body.acf-softgels-page #body-wrapper .acfsp-hero-actions .acf-btn,
  body.acf-softgels-page .softgels-direct-phone {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    height: 44px;
    min-height: 44px;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    line-height: 1.2;
  }
}

/* Ruttl feedback: focused heroes and standalone partner sections. */
body.acf-subpage #body-wrapper .acfsp-hero-simplified .acfsp-hero-layout { grid-template-columns: minmax(0, 1fr); }
body.acf-subpage #body-wrapper .acfsp-hero-simplified .acfsp-hero-copy { max-width: 740px; }
body.acf-subpage #body-wrapper .acfsp-partner-section .acfsp-hero-proof { width: 100%; max-width: none; margin: 0; padding: clamp(24px, 4vw, 48px); }
body.acf-subpage #body-wrapper .acfsp-partner-section .acfsp-hero-proof ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
body.acf-subpage #body-wrapper .acfsp-partner-section .acfsp-hero-proof li { margin: 0; }
body.acf-subpage #body-wrapper .acfsp-acid-resistant { margin-top: 24px; }
@media (min-width: 992px) {
  #body-wrapper .certification-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  body.acf-subpage #body-wrapper .acfsp-badges { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.acf-subpage #body-wrapper .acfsp-partner-section .acfsp-hero-proof ul { grid-template-columns: minmax(0, 1fr); }
}