.nav.btn {
  padding: 8px 22px !important;
}

.bg-homehero {
  background-image: url("../img/homehero.png") !important;
}

.bg-commonheader {
  background-image: url("../img/commonheader.jpg") !important;
}
.bg-commonheader-csr {
  background-image: url("../img/herocsr.png") !important;
}

.bg-business-partners {
  background-image: url("../img/business-partners.jpg") !important;
}

.bg-expert-guidance {
  background-image: url("../img/expert-guidance-bg.jpg") !important;
}

.bg-template-hero {
  background-image: url("../img/bg-hero.jpg") !important;
}

.bg-placeholder-wide {
  background-image: url("https://placehold.co/1920x974") !important;
}

.bg-placeholder-tall {
  background-image: url("https://placehold.co/1920x1092") !important;
}

.bg-grey {
  background-color: #EFEFEF !important;
}

.bg-soft-grey {
  background-color: #f5f7f3 !important;
}

.bg-lime {
  background-color: #A9E448 !important;
}

.bg-dark-green {
  background-color: #0b1714 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-white-force {
  color: #fff !important;
}

.text-black-force {
  color: #000 !important;
}

.text-dark-green {
  color: #0b1714 !important;
}

.text-brand-green {
  color: #557520 !important;
}

.text-soft-white {
  color: #d7ddd8 !important;
}

.display-block {
  display: block !important;
}

.mt-24-custom {
  margin-top: 24px !important;
}

.mt-32-custom {
  margin-top: 32px !important;
}

.showcase-compact-grey {
  background-color: #EFEFEF !important;
  min-height: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.showcase-compact-white {
  background-color: #fff !important;
  min-height: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.progress-width-56 {
  width: 56% !important;
}

.progress-width-78 {
  width: 78% !important;
}

.progress-width-91 {
  width: 91% !important;
}

.asset-error-root {
  height: 100%;
}

.asset-error-body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #444;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
}

.asset-error-shell {
  height: auto;
  min-height: 100%;
}

.asset-error-message {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  text-align: center;
}

.asset-error-message h1 {
  margin: 0;
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
}

.asset-error-message h2 {
  margin-top: 20px;
  font-size: 30px;
}

.asset-error-footer {
  position: relative;
  clear: both;
  height: 100px;
  margin: auto;
  margin-top: -101px;
  padding: 0 30px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  background-color: #474747;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
  color: #f0f0f0;
  font-size: 12px;
}

@media (prefers-color-scheme: dark) {
  .asset-error-body {
    background-color: #000 !important;
  }
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 16px;
  background-color: rgba(7, 19, 16, .96);
  box-shadow: 0 -18px 50px rgba(0, 0, 0, .22);
}

.cookie-consent-banner.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .25s ease, transform .25s ease;
}

.cookie-consent-content {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cookie-consent-content p {
  margin: 0;
  color: #eef3ef;
  font-size: 15px;
  line-height: 1.55;
}

.cookie-consent-content a {
  color: #a9e448;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-consent-btn {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #a9e448;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.cookie-consent-accept {
  background-color: #a9e448;
  color: #0b1714;
}

.cookie-consent-accept:hover {
  background-color: #c5f26b;
  border-color: #c5f26b;
}

.cookie-consent-reject {
  background-color: transparent;
  color: #fff;
}

.cookie-consent-reject:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0b1714;
}

.about-hero {
  position: relative;
  min-height: 680px;
  padding: 170px 0 105px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.about-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .96) 0%, rgba(4, 17, 22, .84) 54%, rgba(4, 17, 22, .34) 100%);
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero-content {
  max-width: 860px;
}

.about-hero-content > span,
.about-pe-content > div:first-child > span,
.about-approach-panel > span {
  display: inline-block;
  color: #a9e448;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.about-hero-content h1 {
  margin: 18px 0;
  color: #fff;
  font-size: 64px;
  line-height: 1.07;
}

.about-hero-content p {
  max-width: 810px;
  color: #d7ddd8;
  font-size: 18px;
  line-height: 1.75;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-outline {
  border: 1px solid rgba(255, 255, 255, .72);
  background-color: transparent;
  color: #fff;
}

.about-outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0b1714;
}

.about-intro,
.about-services {
  background-color: #fff;
}

.about-heading-left {
  text-align: left;
}

.about-intro-visual {
  position: relative;
  padding-right: 26px;
  padding-bottom: 48px;
}

.about-intro-visual img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.about-intro-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 275px;
  padding: 24px;
  border-radius: 8px;
  background-color: #a9e448;
  box-shadow: 0 28px 54px rgba(11, 23, 20, .18);
}

.about-intro-badge strong {
  display: block;
  color: #0b1714;
  font-size: 36px;
  line-height: 1;
}

.about-intro-badge span {
  display: block;
  margin-top: 9px;
  color: #20302b;
  font-weight: 800;
  line-height: 1.35;
}

.about-intro-copy p,
.about-approach-copy p,
.about-services-copy {
  color: #59635f;
  font-size: 17px;
  line-height: 1.75;
}

.about-support,
.about-framework,
.about-disclaimers {
  background-color: #f5f7f3;
}

.about-support .heading,
.about-framework-heading {
  max-width: 900px;
  margin: 0 auto 42px;
}

.about-framework-heading p {
  max-width: 770px;
  margin: 14px auto 0;
  color: #59635f;
  font-size: 17px;
  line-height: 1.7;
}

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

.about-support-grid article {
  min-height: 200px;
  padding: 28px 24px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.about-support-grid article:hover {
  border-color: #a9e448;
  box-shadow: 0 28px 60px rgba(11, 23, 20, .14);
  transform: translateY(-5px);
}

.about-support-grid i,
.about-role-grid i {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
  font-size: 22px;
}

.about-support-grid h3 {
  margin: 0;
  color: #0b1714;
  font-size: 21px;
  line-height: 1.3;
}

.about-approach {
  background-color: #0b1714;
}

.about-approach-panel {
  position: sticky;
  top: 24px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .07);
}

.about-approach-panel h2 {
  margin: 14px 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.15;
}

.about-approach-panel p,
.about-approach-copy p {
  color: #cbd5d1;
}

.about-stat-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-stat-grid div {
  min-height: 155px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .06);
}

.about-stat-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #a9e448;
  font-size: 28px;
}

.about-stat-grid span {
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
}

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

.about-framework-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
}

.about-framework-card h3 {
  margin-bottom: 14px;
  color: #0b1714;
  font-size: 24px;
  line-height: 1.25;
}

.about-framework-card p,
.about-role-grid p,
.about-role-grid li,
.about-pe-content p,
.about-disclaimer-card p {
  color: #59635f;
  font-size: 16px;
  line-height: 1.7;
}

.about-service-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-service-list li {
  position: relative;
  padding: 17px 18px 17px 46px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #f5f7f3;
  color: #33403c;
  font-weight: 700;
  line-height: 1.45;
}

.about-service-list li::before {
  position: absolute;
  content: "\f00c";
  left: 18px;
  top: 18px;
  color: #557520;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.about-roles {
  background-color: #fff;
}

.about-roles .heading {
  max-width: 900px;
  margin: 0 auto 42px;
}

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

.about-role-grid article {
  padding: 30px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
}

.about-role-grid h3 {
  margin-bottom: 12px;
  color: #0b1714;
  font-size: 24px;
}

.about-role-grid ul {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.about-role-grid li {
  position: relative;
  padding-left: 18px;
}

.about-role-grid li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a9e448;
}

.about-pe {
  background-color: #0b1714;
}

.about-pe-content {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.about-pe-content h2 {
  margin: 14px 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
}

.about-pe-content p {
  color: #cbd5d1;
}

.about-pe-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-pe-list span {
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.about-disclaimer-card {
  padding: 34px;
  border: 1px solid #dce2da;
  border-left: 5px solid #a9e448;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 24px 60px rgba(11, 23, 20, .08);
}

.about-disclaimer-card h2 {
  margin-bottom: 14px;
  color: #0b1714;
  font-size: 32px;
}

.about-disclaimer-card p:last-child {
  margin-bottom: 0;
}

.contact2-hero {
  position: relative;
  min-height: 650px;
  padding: 170px 0 105px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.contact2-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .95) 0%, rgba(4, 17, 22, .82) 58%, rgba(4, 17, 22, .38) 100%);
}

.contact2-hero .container {
  position: relative;
  z-index: 1;
}

.contact2-hero-text {
  max-width: 870px;
}

.contact2-hero-text span,
.contact2-info-card > span,
.contact2-callout span {
  display: inline-block;
  color: #a9e448;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact2-hero-text h1 {
  margin: 18px 0;
  color: #fff;
  font-size: 66px;
  line-height: 1.06;
}

.contact2-hero-text p {
  max-width: 820px;
  color: #d7ddd8;
  font-size: 18px;
  line-height: 1.75;
}

.contact2-hero-text strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
}

.contact2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.contact2-requirements {
  background-color: #f5f7f3;
}

.contact2-intake {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.contact2-intake::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .93) 0%, rgba(4, 17, 22, .82) 55%, rgba(4, 17, 22, .5) 100%);
}

.contact2-intake::after {
  position: absolute;
  content: "";
  right: 9%;
  top: 15%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(169, 228, 72, .32);
  filter: blur(72px);
}

.contact2-intake .container {
  position: relative;
  z-index: 1;
}

.contact2-info-card,
.contact2-form {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.contact2-info-card {
  padding: 34px;
  position: sticky;
  top: 24px;
}

.contact2-info-card h2 {
  margin: 12px 0 4px;
  color: #fff;
  font-size: 38px;
}

.contact2-info-card > p {
  color: #d7ddd8;
  line-height: 1.65;
}

.contact2-info-card ul {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.contact2-info-card li {
  display: flex;
  gap: 13px;
}

.contact2-info-card li i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
}

.contact2-info-card strong,
.contact2-info-card a,
.contact2-info-card p {
  color: #d7ddd8;
}

.contact2-info-card a {
  display: block;
}

.contact2-form {
  margin: 0;
}

.contact2-form .nice-select {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px solid #afafaf;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, .12);
  color: #ccc;
  line-height: 60px;
}

.contact2-form .nice-select .list {
  color: #111;
}

.contact2-consent {
  margin-bottom: 22px;
  display: grid;
  gap: 10px;
}

.contact2-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  line-height: 1.5;
}

.contact2-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.contact2-consent a {
  color: #a9e448;
}

.contact2-project-cta,
.contact2-consultation {
  background-color: #fff;
}

.contact2-callout {
  padding: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #0b1714;
  box-shadow: 0 28px 70px rgba(11, 23, 20, .16);
}

.contact2-callout h2 {
  margin: 12px 0;
  color: #fff;
  font-size: 44px;
}

.contact2-callout p {
  max-width: 760px;
  margin: 0;
  color: #c7c7c7;
  font-size: 17px;
  line-height: 1.7;
}

.contact2-requirements .heading {
  max-width: 880px;
  margin: 0 auto 42px;
}

.contact2-requirements-grid,
.contact2-available-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact2-requirements-grid span,
.contact2-available-grid span {
  padding: 18px 20px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  color: #33403c;
  font-weight: 700;
}

.contact2-requirements-grid i {
  margin-right: 10px;
  color: #557520;
}

.contact2-consultation .heading {
  text-align: left;
}

.contact2-faq {
  background-image: linear-gradient(180deg, #fff 20%, #eff8df);
}

.contact2-final-cta .heading {
  max-width: 820px;
}

.contact2-final-cta .heading p {
  max-width: 740px;
  margin: 14px 0 0;
  color: #c7c7c7;
  font-size: 17px;
  line-height: 1.7;
}

.providers-hero {
  position: relative;
  min-height: 620px;
  padding: 170px 0 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.providers-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .95) 0%, rgba(4, 17, 22, .84) 55%, rgba(4, 17, 22, .42) 100%);
}

.providers-hero .container {
  position: relative;
  z-index: 1;
}

.providers-hero-content {
  max-width: 850px;
}

.providers-hero-content > span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.providers-hero-content h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 62px;
  line-height: 1.08;
}

.providers-hero-content p {
  max-width: 780px;
  margin-bottom: 30px;
  color: #d7ddd8;
  font-size: 18px;
  line-height: 1.75;
}

.providers-hero-content .btn {
  min-width: 190px;
  text-align: center;
}

.providers-overview,
.featured-partners {
  background-color: #fff;
}

/* Bootstrap .row.g-5 uses -24px side margins; the inner shells add no gutter
   padding, so on narrow viewports the row overflowed ~12px each side and
   created a phantom horizontal width. Clip horizontal overflow on these
   sections so the negative-margin rows never extend the document width.
   overflow-x: clip (not hidden) avoids creating a scroll container. */
.providers-overview,
.partner-contributions {
  overflow-x: clip;
}

.providers-overview .heading,
.partner-contributions .heading {
  text-align: left;
}

.providers-overview-shell {
  position: relative;
}

.providers-overview-visual {
  position: relative;
  min-height: 560px;
}

.providers-overview-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 82% 100%, 0 100%);
}

.providers-overview-visual::before {
  position: absolute;
  content: "";
  width: 78%;
  height: 82%;
  right: -18px;
  bottom: 6px;
  border: 1px solid #a9e448;
  z-index: -1;
}

.providers-overview-badge {
  position: absolute;
  right: -16px;
  bottom: 36px;
  max-width: 255px;
  padding: 22px 24px;
  background-color: #a9e448;
  box-shadow: 0 28px 54px rgba(11, 23, 20, .18);
}

.providers-overview-badge strong {
  display: block;
  color: #0b1714;
  font-size: 34px;
  line-height: 1;
}

.providers-overview-badge span {
  display: block;
  margin-top: 8px;
  color: #20302b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.providers-overview-copy {
  position: relative;
  padding: 44px;
  background-color: #071310;
  overflow: hidden;
}

.providers-overview-copy::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  right: -75px;
  top: -75px;
  border-radius: 50%;
  border: 42px solid rgba(169, 228, 72, .16);
  z-index: 0;
}

.providers-overview-copy .heading {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.providers-overview-copy .heading span {
  border-color: rgba(255, 255, 255, .32) !important;
  background-color: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.providers-overview-copy .heading h2 {
  color: #fff !important;
}

.providers-overview-copy p {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #cbd5d1;
  font-size: 17px;
  line-height: 1.75;
}

.providers-overview-pill-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.providers-overview-pill-row span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  background-color: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.providers-overview-points {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.providers-overview-points div {
  padding: 20px 18px;
  border-top: 3px solid #a9e448;
  background-color: rgba(255, 255, 255, .07);
}

.providers-overview-points i {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
}

.providers-overview-points h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.providers-overview-points p {
  margin: 0;
  color: #cbd5d1;
  font-size: 14px;
  line-height: 1.55;
}

.partner-contribution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.partner-contribution-grid span {
  padding: 14px 16px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  color: #33403c;
  font-weight: 700;
}

.providers-categories,
.partner-contributions {
  background-color: #f5f7f3;
}

.providers-categories .heading,
.featured-partners .heading {
  max-width: 860px;
  margin: 0 auto 42px;
}

/* Providers Categories — left copy column */
.providers-categories .provider-categories-copy .heading {
  max-width: none;
  margin: 0 0 20px;
}

.provider-categories-copy p {
  margin-bottom: 26px;
  color: #59635f;
  font-size: 17px;
  line-height: 1.75;
}

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

.provider-categories-subgrid span {
  padding: 14px 16px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  color: #33403c;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(11, 23, 20, .06);
}

.provider-categories-subgrid span:first-child {
  border-color: #a9e448;
}

/* Providers Categories — right icon-pill columns */
.provider-icon-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.provider-icon-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.provider-icon-col img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
  transition: .3s ease;
}

.provider-icon-col img:hover {
  box-shadow: 0 28px 60px rgba(11, 23, 20, .14);
  transform: translateY(-4px);
}

.partner-logo-wall {
  border: 1px solid #dce2da;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.partner-logo-row {
  display: grid;
  grid-template-columns: 140px 1fr 220px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #e7ece5;
}

.partner-logo-row:last-child {
  border-bottom: 0;
}

.partner-logo-head {
  background-color: #0b1714;
}

.partner-logo-head span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.partner-logo-mark {
  width: 74px;
  height: 44px;
  border: 1px solid #dce2da;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7f3;
  color: #557520;
  font-weight: 800;
}

.partner-logo-row strong,
.partner-logo-row span {
  color: #33403c;
}

.provider-partner-showcase {
  height: auto;
  min-height: 620px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.provider-partner-showcase .heading.two h6 {
  max-width: 500px;
  color: #59635f;
}

.provider-partner-showcase .heading span {
  background-color: #fff;
}

.provider-directory-clusters {
  position: relative;
  z-index: 11111;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.provider-directory-clusters span {
  position: relative;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #dce2da;
  background-color: #fff;
  color: #33403c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 #f7f7f2;
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.provider-directory-clusters span:first-child {
  border-color: #a9e448;
  /*background-color: #a9e448;*/
  color: #0b1714;
}

.provider-directory-clusters span:hover {
  border-color: #a9e448;
  color: #0b1714;
  box-shadow: inset 0 -70px 0 0 #f7f7f2, 0 14px 30px rgba(11, 23, 20, .12);
  transform: translateY(-4px);
}

.provider-sponsors li img {
  padding: 14px 22px !important;
  border: 1px solid #e2e8df;
  border-radius: 16px !important;
  background-color: #fff;
  object-fit: contain;
  box-shadow: 0 14px 34px rgba(11, 23, 20, .08);
}

.provider-sponsors-alt {
  animation-duration: 13s;
}

.partner-contribution-copy {
  max-width: 540px;
  color: #59635f;
  font-size: 17px;
  line-height: 1.7;
}

.partner-benefits {
  background-color: #fff;
}

.partner-benefits .heading {
  max-width: 980px;
  margin: 0 auto 48px;
}

.partner-benefits .heading p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #59635f;
  font-size: 17px;
  line-height: 1.7;
}

.partner-benefits-intro {
  padding: 34px;
  margin-bottom: 18px;
  background-color: #071310;
  clip-path: polygon(14% 0%, 100% 0, 100% 76%, 82% 100%, 0 100%, 0 18%);
}

.partner-benefits-intro h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
}

.partner-benefits-intro p {
  margin: 0;
  color: #cbd5d1;
  line-height: 1.65;
}

.partner-benefit-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  border: 1px solid #bfc8c2;
  background-color: #fff;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background-color .35s ease;
}

.partner-benefit-card + .partner-benefit-card {
  margin-top: 18px;
}

.partner-benefit-card:hover {
  border-color: #a9e448;
  background-color: #f7f7f2;
  box-shadow: 0 19px 38px rgba(164, 164, 164, .3), 0 15px 12px rgba(200, 200, 200, .22);
  transform: translateY(-8px);
}

.partner-benefit-card i {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a9e448;
  color: #0b1714;
  font-size: 22px;
  transition: transform .45s ease;
}

.partner-benefit-card:hover i {
  transform: rotate3d(1, 1, 1, 360deg);
}

.partner-benefit-card h3 {
  margin-bottom: 8px;
  color: #0b1714;
  font-size: 20px;
  line-height: 1.25;
}

.partner-benefit-card p {
  margin: 0;
  color: #59635f;
  line-height: 1.6;
}

.partner-benefits-visual {
  position: relative;
  padding: 0 20px;
}

.partner-benefits-visual > img:first-child {
  width: 100%;
  max-width: 340px;
  min-height: 560px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin: 0 auto;
}

.partner-benefits-float,
.partner-benefits-growth {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 24px 50px rgba(11, 23, 20, .18);
}

.partner-benefits-float {
  right: -6px;
  top: 18%;
  animation: topshap 5s infinite;
}

.partner-benefits-growth {
  left: -6px;
  bottom: 12%;
  animation: topshap 3s infinite;
}

/* Data cards overlaying the provider photo */
.partner-data-card {
  background: #fff;
  padding: 12px 14px;
  min-width: 178px;
  border: 1px solid rgba(11, 23, 20, .06);
}

.partner-data-card-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
}

.partner-data-code {
  font-size: 17px;
  font-weight: 500;
  color: #59635f;
  letter-spacing: .3px;
}

.partner-data-code strong {
  color: #0b1714;
  font-weight: 800;
}

.partner-data-name {
  font-size: 11px;
  font-weight: 600;
  color: #59635f;
}

.partner-data-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(11, 23, 20, .08);
}

.partner-data-chain {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #0b1714;
}

.partner-data-chain i {
  color: #2f7cf6;
  font-size: 15px;
}

.partner-data-trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2f9e44;
}

.partner-data-trend i {
  font-size: 11px;
}

.become-partner-cta {
  margin-bottom: 0;
}

.become-partner-cta::after {
  display: none;
}

.become-partner-cta .final-cta-content {
  align-items: center;
}

.become-partner-cta .heading h2 {
  color: #fff !important;
}

.become-partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.become-partner-list span {
  position: relative;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.become-partner-list span::before {
  display: none !important;
}

.become-partner-list span:hover {
  border-color: #a9e448;
  background-color: #a9e448;
  color: #0b1714;
}

.become-partner-cta .btn {
  min-width: 230px;
}

.provider-footer-callout {
  padding: 74px 0;
  background-color: #f5f7f3;
}

.provider-footer-callout-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 48px;
  border-left: 5px solid #a9e448;
  background-color: #fff;
  box-shadow: 0 24px 60px rgba(11, 23, 20, .08);
  text-align: center;
}

.provider-footer-callout-content span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 18px;
  border: 1px solid #dce2da;
  border-radius: 50px;
  color: #557520;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.provider-footer-callout-content h2 {
  margin-bottom: 16px;
  color: #0b1714;
  font-size: 44px;
  line-height: 1.15;
}

.provider-footer-callout-content p {
  max-width: 780px;
  margin: 0 auto;
  color: #59635f;
  font-size: 18px;
  line-height: 1.75;
}

@media(max-width: 991px) {
  .about-hero {
    min-height: auto;
    padding: 145px 0 85px;
  }

  .about-hero-content h1 {
    font-size: 50px;
  }

  .about-intro-visual img {
    min-height: 430px;
  }

  .about-support-grid,
  .about-framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-approach-panel {
    position: static;
  }

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

  .about-role-grid,
  .about-pe-content {
    grid-template-columns: 1fr;
  }

  .contact2-hero {
    min-height: auto;
    padding: 145px 0 85px;
  }

  .contact2-hero-text h1 {
    font-size: 52px;
  }

  .contact2-info-card {
    position: static;
  }

  .contact2-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact2-requirements-grid,
  .contact2-available-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .providers-hero {
    min-height: auto;
    padding: 145px 0 85px;
  }

  .providers-hero-content h1 {
    font-size: 50px;
  }

  .providers-overview-visual {
    min-height: 430px;
  }

  .providers-overview-visual img {
    height: 390px;
  }

  .providers-overview-badge {
    right: 24px;
  }

  .providers-overview-points {
    grid-template-columns: 1fr;
  }

  .provider-icon-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo-row {
    grid-template-columns: 110px 1fr 170px;
  }

  .provider-partner-showcase {
    height: auto;
    min-height: 0;
  }

  .partner-benefits-visual {
    padding: 0;
  }

  .partner-benefits-visual > img:first-child {
    min-height: 460px;
  }
}

@media(max-width: 576px) {
  .cookie-consent-banner {
    padding: 14px;
  }

  .cookie-consent-content {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent-btn {
    width: 100%;
  }

  .about-hero {
    padding: 132px 0 72px;
  }

  .about-hero-content h1 {
    font-size: 38px;
  }

  .about-hero-content p,
  .about-intro-copy p,
  .about-approach-copy p,
  .about-services-copy {
    font-size: 16px;
  }

  .about-hero-actions,
  .about-hero-actions .btn {
    width: 100%;
  }

  .about-hero-actions {
    display: grid;
  }

  .about-intro-visual {
    padding-right: 0;
  }

  .about-intro-visual img {
    min-height: 320px;
  }

  .about-intro-badge {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -46px 16px 0;
  }

  .about-support-grid,
  .about-framework-grid,
  .about-service-list,
  .about-role-grid ul,
  .about-pe-list {
    grid-template-columns: 1fr;
  }

  .about-support-grid article,
  .about-framework-card,
  .about-role-grid article,
  .about-approach-panel,
  .about-disclaimer-card {
    padding: 24px;
  }

  .about-approach-panel h2,
  .about-pe-content h2 {
    font-size: 31px;
  }

  .about-framework-card {
    min-height: auto;
  }

  .contact2-hero {
    padding: 132px 0 72px;
  }

  .contact2-hero-text h1 {
    font-size: 39px;
  }

  .contact2-hero-text p,
  .contact2-callout p {
    font-size: 16px;
  }

  .contact2-info-card,
  .contact2-form,
  .contact2-callout {
    padding: 24px;
  }

  .contact2-callout h2 {
    font-size: 32px;
  }

  .contact2-requirements-grid,
  .contact2-available-grid {
    grid-template-columns: 1fr;
  }

  .providers-hero {
    padding: 132px 0 72px;
  }

  .providers-hero-content h1 {
    font-size: 38px;
  }

  .provider-icon-columns,
  .provider-categories-subgrid,
  .partner-contribution-grid {
    grid-template-columns: 1fr;
  }

  .providers-overview-visual {
    min-height: auto;
  }

  .providers-overview-visual img {
    height: 320px;
  }

  .providers-overview-visual::before {
    display: none;
  }

  .providers-overview-badge {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -54px 18px 0;
  }

  .providers-overview-copy {
    padding: 22px;
  }

  .providers-overview-pill-row span {
    width: 100%;
  }

  .partner-logo-row,
  .partner-logo-head {
    grid-template-columns: 1fr;
  }

  .partner-logo-head {
    display: none;
  }

  .provider-partner-showcase {
    min-height: 0;
    padding: 34px 22px !important;
  }

  .provider-directory-clusters {
    grid-template-columns: 1fr;
  }

  .provider-sponsors li img {
    padding: 18px !important;
    background-color: #fff !important;
  }

  .partner-benefits .heading {
    margin-bottom: 32px;
  }

  .partner-benefits-intro,
  .partner-benefit-card {
    padding: 22px;
  }

  .partner-benefit-card {
    flex-direction: column;
  }

  .partner-benefits-visual > img:first-child {
    min-height: 360px;
  }

  .partner-benefits-float {
    right: 12px;
    max-width: 98px;
  }

  .partner-benefits-growth {
    left: 12px;
    max-width: 124px;
  }

  .become-partner-list span,
  .become-partner-cta .btn {
    width: 100%;
  }

  .provider-footer-callout {
    padding: 48px 0;
  }

  .provider-footer-callout-content {
    padding: 28px 22px;
    text-align: left;
  }

  .provider-footer-callout-content h2 {
    font-size: 32px;
  }

  .provider-footer-callout-content p {
    font-size: 16px;
  }
}

header.two .navbar-links li > a {
  color: #fff !important;
}

header.two .navbar-links li > a:hover {
  color: #a9e448 !important;
}

header.two .navbar-links li.navbar-dropdown .sub-menu a {
  color: #000 !important;
}

header.two .navbar-links li.navbar-dropdown .sub-menu a:hover {
  color: #a9e448 !important;
}

header.two .header-right .nav.btn span {
  color: #000 !important;
}

.home-hero {
  min-height: 690px;
  padding: 160px 0 110px;
  display: flex;
  align-items: center;
  background-position: center;
}

.home-hero::before {
  background: linear-gradient(90deg, rgba(4, 17, 22, .94) 0%, rgba(4, 17, 22, .88) 43%, rgba(4, 17, 22, .3) 72%, rgba(4, 17, 22, .16) 100%);
  opacity: 1;
}

.home-hero .hero-text {
  width: min(760px, 100%);
  margin: 0;
  padding-bottom: 0;
  text-align: left;
}

.home-hero .hero-kicker {
  margin-bottom: 18px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-hero .hero-text h1 {
  max-width: 720px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 66px;
  line-height: 1.06;
}

.home-hero .hero-subheadline {
  max-width: 720px;
  margin: 0;
  padding: 0 0 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.home-hero .hero-supporting {
  max-width: 700px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
}

.home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-hero .hero-actions .btn {
  min-width: 196px;
  padding: 17px 24px;
  text-align: center;
}

.home-hero .hero-actions .btn-outline {
  border: 1px solid rgba(255, 255, 255, .72);
  background-color: transparent;
  color: #fff;
}

.home-hero .hero-actions .btn-outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #111;
}

.feature-strip {
  background-color: #f5f7f3;
  border-bottom: 1px solid #e4e8df;
}

.feature-strip-item {
  min-height: 180px;
  padding: 30px 18px;
  border-right: 1px solid #e0e5dc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
  text-align: center;
  transition: .3s;
}

.feature-strip .row > div:last-child .feature-strip-item {
  border-right: 0;
}

.feature-strip-item:hover {
  background-color: #a9e448;
}

.feature-strip-item i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  color: #15211e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: .3s;
}

.feature-strip-item:hover i {
  background-color: #15211e;
  color: #a9e448;
}

.feature-strip-item h3 {
  max-width: 175px;
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.about-platform .about-imgs {
  max-width: 410px;
}

.about-platform .about-imgs > img:first-child {
  width: 100%;
}

.about-platform .heading {
  text-align: left;
}

.about-platform .our-mission-list {
  width: 100%;
}

.platform-offerings {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.platform-offering {
  padding: 24px;
  border: 1px solid #e0e5dc;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  background-color: #f7f7f2;
}

.platform-offering > i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background-color: #a9e448;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15211e;
}

.platform-offering h3 {
  margin-bottom: 2px;
  font-size: 22px;
}

.platform-offering span {
  display: block;
  margin-bottom: 10px;
  color: #444;
  font-weight: 600;
}

.platform-offering p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.audience-section {
  background-color: #f7f7f2;
}

.audience-section .heading {
  max-width: 840px;
  margin: 0 auto 42px;
}

.audience-card {
  height: 100%;
  overflow: hidden;
}

.audience-card > i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #a9e448;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15211e;
  font-size: 26px;
}

.audience-card h3,
.audience-card p {
  position: relative;
}

.audience-card h3 {
  margin-bottom: 14px;
}

.audience-card p {
  margin: 0;
  line-height: 1.65;
}

.audience-card:hover > i {
  background-color: #a9e448;
  color: #15211e;
  filter: none;
}

.audience-card:hover h3 {
  color: #fff;
}

.how-it-works {
  background-color: #a9e448;
}

.how-it-works .nav-pills {
  flex-wrap: wrap;
  gap: 10px;
}

.how-it-works .nav-pills .nav-link {
  width: calc(16.666% - 10px);
  margin-right: 0;
  padding: 12px 8px;
  font-size: 12px;
  letter-spacing: .5px;
  white-space: nowrap;
}

.how-it-works .nav-pills .nav-link {
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.how-it-works .tab-content {
  min-height: 430px;
}

.how-it-works .tab-pane.fade {
  transition: opacity .45s ease, transform .45s ease;
  transform: translateX(14px);
}

.how-it-works .tab-pane.fade.show {
  transform: translateX(0);
}

.how-it-works .smooth-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.how-it-works .customized h3 {
  min-height: 108px;
}

.sponsor-network {
  background-color: #0b1714;
}

.sponsor-network .heading {
  text-align: left;
}

.sponsor-network .heading span,
.sponsor-network .heading h2 {
  color: #fff;
}

.sponsor-network .heading span {
  border-color: #000;
  background-color: #000;
}

.sponsor-network-intro {
  max-width: 650px;
  margin-bottom: 28px;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.75;
}

.sponsor-network-list {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background-color: rgba(255, 255, 255, .06);
}

.sponsor-network-list ul {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sponsor-network-list ul li {
  padding-right: 0;
  color: #fff;
}

.sponsor-network-list ul li i {
  color: #a9e448;
}

.dashboard-preview {
  background-color: #f5f7f3;
}

.dashboard-preview .heading {
  max-width: 920px;
  margin: 0 auto 42px;
}

.workflow-dashboard {
  border: 1px solid #dce2da;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  background-color: #edf1ed;
  box-shadow: 0 24px 60px rgba(11, 23, 20, .14);
}

.dashboard-sidebar {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  background-color: #0b1714;
  color: #fff;
}

.dashboard-brand,
.dashboard-user,
.dashboard-sidebar a {
  display: flex;
  align-items: center;
  gap: 11px;
}

.dashboard-brand {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 700;
}

.dashboard-brand i {
  color: #a9e448;
}

.dashboard-sidebar nav {
  display: grid;
  gap: 5px;
}

.dashboard-sidebar a {
  padding: 11px 10px;
  border-radius: 8px;
  color: #b9c4c0;
  font-size: 13px;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background-color: rgba(169, 228, 72, .13);
  color: #a9e448;
}

.dashboard-user {
  margin-top: auto;
  padding-top: 24px;
  font-size: 12px;
}

.dashboard-user > i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
}

.dashboard-user span,
.dashboard-topbar span,
.dashboard-panel-heading span,
.dashboard-panel span {
  display: block;
  color: #77817e;
  font-size: 11px;
}

.dashboard-main {
  padding: 22px;
}

.dashboard-topbar {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dashboard-topbar h3 {
  margin-top: 3px;
  font-size: 22px;
}

.dashboard-topbar button {
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background-color: #0b1714;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-topbar button i {
  margin-right: 7px;
  color: #a9e448;
}

.dashboard-stats,
.dashboard-grid {
  display: grid;
  gap: 14px;
}

.dashboard-stats {
  margin-bottom: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.dashboard-stats > div,
.dashboard-panel {
  border: 1px solid #e3e7e2;
  border-radius: 12px;
  background-color: #fff;
}

.dashboard-stats > div {
  padding: 15px;
}

.dashboard-stats span,
.dashboard-stats small {
  display: block;
  color: #77817e;
  font-size: 11px;
}

.dashboard-stats strong {
  display: block;
  margin: 4px 0;
  color: #0b1714;
  font-size: 24px;
}

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

.dashboard-panel {
  padding: 16px;
}

.dashboard-panel-heading,
.project-progress > div:first-child,
.pipeline-row,
.activity-row,
.upload-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-panel-heading {
  margin-bottom: 15px;
}

.dashboard-panel-heading h4 {
  margin-top: 2px;
  font-size: 16px;
}

.dashboard-panel-heading a {
  color: #557520;
  font-size: 11px;
  font-weight: 700;
}

.project-progress {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 6px 10px;
  margin-top: 13px;
}

.project-progress > div:first-child,
.progress-track {
  grid-column: 1;
}

.project-progress strong,
.pipeline-row strong,
.activity-row strong,
.upload-file span {
  font-size: 12px;
}

.project-progress small {
  grid-column: 2;
  grid-row: 2;
  color: #557520;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.progress-track {
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #edf1ed;
}

.progress-track i {
  height: 100%;
  border-radius: inherit;
  display: block;
  background-color: #a9e448;
}

.upload-dropzone {
  min-height: 112px;
  border: 1px dashed #bdc8bd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background-color: #f8faf7;
}

.upload-dropzone i {
  color: #557520;
  font-size: 20px;
}

.upload-dropzone strong {
  font-size: 12px;
}

.upload-file {
  margin-top: 12px;
}

.upload-file i,
.activity-row i {
  color: #557520;
}

.upload-file small,
.pipeline-row small {
  padding: 3px 7px;
  border-radius: 12px;
  background-color: #eff8df;
  color: #557520;
  font-size: 10px;
}

.workflow-stage,
.pipeline-row,
.activity-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #eef1ed;
}

.workflow-stage:last-child,
.pipeline-row:last-child,
.activity-row:last-child {
  border-bottom: 0;
}

.workflow-stage i {
  color: #c4cbc5;
  font-size: 14px;
}

.workflow-stage.complete i {
  color: #6e962d;
}

.workflow-stage.current i {
  color: #d69928;
}

.workflow-stage strong {
  font-size: 12px;
}

.pipeline-row > div,
.activity-row > div {
  margin-right: auto;
}

.pipeline-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #a9e448;
}

.dashboard-activity {
  grid-column: 1 / -1;
}

.final-cta {
  background-color: #0b1714;
}

.final-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.final-cta .heading {
  margin: 0;
  text-align: left;
}

.final-cta .heading span {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.final-cta .heading h2 {
  color: #fff;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.final-cta-actions .btn {
  min-width: 170px;
  text-align: center;
}

.final-cta-outline {
  border: 1px solid rgba(255, 255, 255, .7);
  background-color: transparent;
  color: #fff;
}

.final-cta-outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0b1714;
}

.site-footer {
  background-color: #000;
}

.footer-main {
  padding-bottom: 52px;
}

.footer-brand img {
  width: 190px;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 560px;
  color: #a9a9a9;
  font-size: 16px;
  line-height: 1.75;
}

.site-footer .footer-links h3 {
  padding-bottom: 20px;
}

.site-footer .footer-link-group {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer .footer-link-group:first-child {
  margin-top: 0;
}

.site-footer .footer-legal-compliance ul li {
  margin-bottom: 14px;
}

.footer-disclaimer {
  padding: 24px 0;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
}

.footer-disclaimer h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.footer-disclaimer p {
  margin: 0;
  color: #909090;
  font-size: 13px;
  line-height: 1.7;
}

.site-footer .copyright {
  padding: 22px 0;
}

.site-footer .copyright p {
  width: 100%;
  text-align: center;
}

.portal-header {
  background-color: #0b1714;
}

.portal-header .top-bar {
  padding: 18px 0;
}

.portal-hero {
  position: relative;
  padding: 180px 0 100px;
  overflow: hidden;
  background-image: url("../img/subscribe-img.jpg");
  background-position: center;
  background-size: cover;
}

.portal-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(4, 17, 22, .76);
}

.portal-hero .container {
  position: relative;
  z-index: 1;
}

.portal-intro > span {
  color: #a9e448;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.portal-intro h1 {
  margin: 18px 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
}

.portal-intro p {
  max-width: 650px;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.75;
}

.portal-intro ul {
  margin-top: 25px;
  display: grid;
  gap: 10px;
}

.portal-intro li {
  color: #fff;
}

.portal-intro li i {
  margin-right: 10px;
  color: #a9e448;
}

.portal-auth-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .06);
  backdrop-filter: blur(4px);
}

.portal-auth-tabs .nav-link {
  width: calc(50% - 5px);
}

.portal-form {
  margin-top: 0;
  padding: 34px;
  background-color: #8d8d8d5c;
  backdrop-filter: blur(15px);
}

.portal-form h3 {
  padding-bottom: 22px;
  color: #fff;
  font-size: 32px;
}

.portal-form input[type="text"],
.portal-form input[type="email"],
.portal-form input[type="password"] {
  width: 100%;
  height: 54px;
  margin-bottom: 16px;
  padding-left: 20px;
  border: 1px solid #afafaf;
  border-radius: 13px;
  outline: 0;
  background-color: #fbfbfb20;
  color: #ccc;
  font-size: 16px;
}

.portal-form input:focus {
  border-color: #a9e448;
}

.portal-form input::placeholder {
  color: #ccc;
}

.portal-form .btn {
  margin-top: 8px;
}

.sign-in-hero {
  position: relative;
  padding: 180px 0 110px;
  overflow: hidden;
  background-image: url("../img/subscribe-img.jpg");
  background-position: center;
  background-size: cover;
}

.sign-in-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .94) 0%, rgba(4, 17, 22, .82) 48%, rgba(4, 17, 22, .58) 100%);
}

.sign-in-hero .container {
  position: relative;
  z-index: 1;
}

.sign-in-copy > span {
  color: #a9e448;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sign-in-copy h1 {
  max-width: 620px;
  margin: 18px 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.08;
}

.sign-in-copy p {
  max-width: 640px;
  margin: 0;
  color: #d5d5d5;
  font-size: 18px;
  line-height: 1.75;
}

.sign-in-copy ul {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.sign-in-copy li {
  color: #fff;
  font-weight: 600;
}

.sign-in-copy li i {
  margin-right: 10px;
  color: #a9e448;
}

.sign-in-form {
  margin-left: auto;
}

.sign-in-form h3 {
  padding-bottom: 32px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.sign-in-form input[type="password"],
.sign-up-form .nice-select.Advice {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  background-color: #fbfbfb20;
  border: 1px solid #afafaf;
  border-radius: 13px;
  color: #ccc;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.sign-up-form .nice-select.Advice {
  padding-top: 9px;
}

.sign-up-form .nice-select .list {
  color: #111;
}

.sign-in-form input[type="password"]:focus {
  border-color: var(--bgcolor);
}

.sign-in-form input[type="password"]::placeholder {
  color: #ccc;
}

.sign-in-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 4px 0 24px;
}

.sign-in-remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
  color: #fff;
  cursor: pointer;
}

.sign-in-remember input {
  width: 18px;
  height: 18px;
  accent-color: #a9e448;
}

.sign-in-options a,
.sign-in-register a {
  color: #a9e448;
  font-weight: 700;
}

.sign-in-options a:hover,
.sign-in-register a:hover {
  color: #fff;
}

.sign-in-register {
  margin: 22px 0 0;
  padding: 0;
  color: #fff !important;
}

.sign-up-options {
  justify-content: flex-start;
}

.sign-up-options .sign-in-remember {
  align-items: flex-start;
  line-height: 1.45;
}

@media(max-width: 991px) {
  .sign-in-hero {
    padding: 140px 0 80px;
  }

  .sign-in-copy h1 {
    font-size: 46px;
  }

  .sign-in-form {
    margin-left: 0;
  }
}

@media(max-width: 576px) {
  .sign-in-hero {
    padding: 124px 0 70px;
  }

  .sign-in-copy h1 {
    font-size: 38px;
  }

  .sign-in-copy p {
    font-size: 16px;
  }

  .sign-in-form h3 {
    font-size: 34px;
    padding-bottom: 24px;
  }

  .sign-in-options {
    align-items: flex-start;
    flex-direction: column;
  }
}

.portal-workspace {
  background-color: #f5f7f3;
}

.portal-workspace .heading {
  max-width: 900px;
  margin: 0 auto 40px;
}

.portal-dashboard {
  padding: 24px;
  border: 1px solid #dce2da;
  border-radius: 18px;
  background-color: #edf1ed;
  box-shadow: 0 24px 60px rgba(11, 23, 20, .12);
}

.portal-dashboard-top {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.portal-dashboard-top span {
  display: block;
  color: #77817e;
  font-size: 12px;
}

.portal-dashboard-top h3 {
  margin-top: 4px;
  font-size: 24px;
}

.portal-project {
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 8px 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eef1ed;
}

.portal-project:last-child {
  border-bottom: 0;
}

.portal-project strong,
.portal-project span {
  display: block;
}

.portal-project strong {
  font-size: 14px;
}

.portal-project span {
  color: #77817e;
  font-size: 11px;
}

.portal-project small {
  color: #557520;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.portal-project .progress-track {
  grid-column: 1 / -1;
}

.portal-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.portal-upload .upload-dropzone {
  cursor: pointer;
}

.ars-how-hero {
  position: relative;
  min-height: 520px;
  padding: 170px 0 95px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.ars-how-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .94) 0%, rgba(4, 17, 22, .82) 48%, rgba(4, 17, 22, .25) 100%);
}

.ars-how-hero .container {
  position: relative;
  z-index: 1;
}

.ars-how-hero-text {
  max-width: 790px;
}

.ars-how-hero-text span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ars-how-hero-text h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 68px;
  line-height: 1.06;
}

.ars-how-hero-text p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
}

.ars-how-steps {
  background-color: #f5f7f3;
}

.ars-how-steps .heading {
  max-width: 900px;
  margin: 0 auto 42px;
}

.ars-process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.ars-process-card {
  min-height: 178px;
  padding: 26px 12px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  text-align: center;
  transition: .3s ease;
}

.ars-process-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
  font-size: 23px;
  transition: .3s ease;
}

.ars-process-card h3 {
  margin: 0;
  color: #0b1714;
  font-size: 16px;
  line-height: 1.35;
}

.ars-process-card:hover {
  border-color: #0b1714;
  background-color: #0b1714;
  transform: translateY(-5px);
}

.ars-process-card:hover i {
  background-color: #fff;
  color: #557520;
}

.ars-process-card:hover h3 {
  color: #fff;
}

.ars-how-cta {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.ars-how-cta .btn {
  min-width: 230px;
  text-align: center;
}

.ars-how-detail {
  background-color: #fff;
}

.ars-how-detail-intro {
  position: sticky;
  top: 28px;
}

.ars-how-detail-intro span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 30px;
  background-color: #eff8df;
  color: #557520;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ars-how-detail-intro h2 {
  margin: 0;
  color: #0b1714;
  font-size: 44px;
  line-height: 1.15;
}

.ars-how-detail-copy {
  padding: 28px;
  border-left: 4px solid #a9e448;
  background-color: #f5f7f3;
}

.ars-how-detail-copy p {
  margin-bottom: 14px;
  color: #59635f;
  font-size: 17px;
  line-height: 1.75;
}

.ars-how-detail-copy p:last-child {
  margin-bottom: 0;
}

.ars-step-list {
  margin-top: 46px;
  display: grid;
  gap: 18px;
}

.ars-step-block {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #f8faf7;
}

.ars-step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b1714;
  color: #a9e448;
  font-size: 18px;
  font-weight: 800;
}

.ars-step-content h3 {
  margin-bottom: 12px;
  color: #0b1714;
  font-size: 25px;
  line-height: 1.25;
}

.ars-step-content p,
.ars-step-content li {
  color: #59635f;
  font-size: 16px;
  line-height: 1.7;
}

.ars-step-content p {
  margin-bottom: 12px;
}

.ars-step-content ul {
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.ars-step-content li {
  position: relative;
  padding-left: 20px;
}

.ars-step-content li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a9e448;
}

.ars-advantage {
  background-color: #f5f7f3;
}

.ars-advantage .heading {
  max-width: 850px;
  margin: 0 auto 42px;
}

.ars-advantage .heading span {
  border-color: #dce2da;
  background-color: #fff;
  color: #557520;
}

.ars-advantage .heading h2 {
  color: #0b1714;
}

.ars-advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ars-advantage-card {
  min-height: 245px;
  padding: 28px 18px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
  text-align: center;
  transition: .3s ease;
}

.ars-advantage-card i {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
  font-size: 24px;
}

.ars-advantage-card h3 {
  margin-bottom: 12px;
  color: #0b1714;
  font-size: 20px;
  line-height: 1.3;
}

.ars-advantage-card p {
  margin: 0;
  color: #59635f;
  font-size: 15px;
  line-height: 1.65;
}

.ars-advantage-card:hover {
  border-color: #a9e448;
  box-shadow: 0 28px 60px rgba(11, 23, 20, .14);
  transform: translateY(-5px);
}

.ars-review-cta {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background-position: center;
  background-size: cover;
}

.ars-review-cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .9) 0%, rgba(4, 17, 22, .76) 54%, rgba(4, 17, 22, .45) 100%);
}

.ars-review-cta::after {
  position: absolute;
  content: "";
  right: 8%;
  top: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: rgba(169, 228, 72, .34);
  filter: blur(60px);
  transform: translateY(-50%);
}

.ars-review-cta .container {
  position: relative;
  z-index: 1;
}

.ars-review-cta .final-cta-content {
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
}

.ars-review-cta .heading {
  max-width: 760px;
}

.ars-review-cta .heading p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #c7c7c7;
  font-size: 17px;
  line-height: 1.7;
}

.ars-review-cta .final-cta-actions .btn {
  min-width: 220px;
}

.contact-hero {
  position: relative;
  padding: 170px 0 95px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.contact-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .94) 0%, rgba(4, 17, 22, .84) 52%, rgba(4, 17, 22, .48) 100%);
}

.contact-hero .container {
  position: relative;
  z-index: 1;
}

.contact-hero-text span,
.contact-info-list span {
  display: block;
  color: #a9e448;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-hero-text h1 {
  margin: 18px 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
}

.contact-hero-text p {
  max-width: 700px;
  color: #d7ddd8;
  font-size: 18px;
  line-height: 1.75;
}

.contact-hero-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Solid green primary button in the contact hero was rendering green text on a
   green background (unreadable). Force dark, readable text on the solid button
   while leaving the outline variant (transparent bg, green text) untouched. */
.contact-hero-actions .btn:not(.contact-outline),
.contact-hero-actions .btn:not(.contact-outline) .text-one,
.contact-hero-actions .btn:not(.contact-outline) .text-two {
  color: #0b1714 !important;
}

.contact-outline {
  border: 1px solid rgba(255, 255, 255, .7);
  background-color: transparent;
  color: #fff;
}

.contact-outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0b1714;
}

.contact-info-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
}

.contact-info-panel h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 34px;
}

.contact-info-panel > p,
.contact-info-list p,
.contact-info-list a {
  color: #d7ddd8;
}

.contact-info-list {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.contact-info-list > div {
  display: flex;
  gap: 14px;
}

.contact-info-list i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
}

.contact-info-list a {
  display: block;
  line-height: 1.55;
}

.contact-audience {
  background-color: #f5f7f3;
}

.contact-engagement {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.contact-engagement::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 22, .92) 0%, rgba(4, 17, 22, .82) 48%, rgba(4, 17, 22, .5) 100%);
}

.contact-engagement::after {
  position: absolute;
  content: "";
  right: 8%;
  top: 16%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(169, 228, 72, .3);
  filter: blur(70px);
}

.contact-engagement .container {
  position: relative;
  z-index: 1;
}

.contact-engagement .heading,
.contact-timeline .heading,
.contact-audience .heading {
  max-width: 860px;
  margin: 0 auto 42px;
}

.contact-engagement .heading span {
  border-color: rgba(255, 255, 255, .22);
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}

.contact-engagement .heading h2 {
  color: #fff;
}

.contact-engagement .heading p {
  color: #d7ddd8;
}

.contact-inquiry-form {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  background-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.contact-inquiry-form input[type="tel"],
.contact-inquiry-form input[type="file"],
.contact-inquiry-form select {
  width: 100%;
}

.contact-inquiry-form .nice-select {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px solid #afafaf;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, .12);
  color: #ccc;
  line-height: 60px;
}

.contact-inquiry-form .nice-select .list {
  color: #111;
}

/* Native select styling for contact + consulting forms (replaces jQuery
   nice-select, which conflicted with React state and form submission). */
.contact-inquiry-form select.contact-native-select,
.get-a-quote select.contact-native-select {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 44px 0 20px;
  border: 1px solid #afafaf;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, .12);
  color: #fff;
  line-height: 60px;
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%278%27%20viewBox%3D%270%200%2012%208%27%3E%3Cpath%20fill%3D%27%23ccc%27%20d%3D%27M1.41%200L6%204.58%2010.59%200%2012%201.41%206%207.41%200%201.41z%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.contact-inquiry-form select.contact-native-select:focus,
.get-a-quote select.contact-native-select:focus {
  outline: none;
  border-color: #c9a84c;
}

.contact-inquiry-form select.contact-native-select option,
.get-a-quote select.contact-native-select option {
  color: #111;
  background-color: #fff;
}

.contact-methods {
  flex-wrap: wrap;
}

.contact-upload {
  min-height: 130px;
  margin-bottom: 20px;
  border: 1px dashed rgba(255, 255, 255, .42);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  background-color: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
}

.contact-upload i {
  color: #a9e448;
  font-size: 26px;
}

.contact-upload strong,
.contact-upload span {
  color: #fff;
}

.contact-inquiry-form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.project-submission-section {
  background-color: #fff;
}

.project-submission-section .heading {
  text-align: left;
}

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

.submission-doc-grid span {
  padding: 17px 18px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #f5f7f3;
  color: #33403c;
  font-weight: 700;
}

.contact-timeline {
  background-color: #0b1714;
}

.contact-timeline .heading span {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.contact-timeline .heading h2 {
  color: #fff;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.timeline-grid div {
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .06);
}

.timeline-grid strong {
  display: block;
  margin-bottom: 14px;
  color: #a9e448;
  font-size: 22px;
}

.timeline-grid span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.timeline-grid small {
  color: #b8c0bc;
  font-size: 12px;
  font-weight: 400;
}

.contact-audience-card {
  height: 100%;
  min-height: 235px;
  padding: 32px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 20px 46px rgba(11, 23, 20, .08);
  overflow: hidden;
  transition: .3s ease;
}

.contact-audience-card > i {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e448;
  color: #0b1714;
  font-size: 24px;
}

.contact-audience-card h3 {
  margin-bottom: 12px;
  color: #0b1714;
  font-size: 23px;
  line-height: 1.25;
}

.contact-audience-card p {
  margin: 0;
  color: #59635f;
  font-size: 16px;
  line-height: 1.65;
}

.contact-audience-card:hover {
  border-color: #a9e448;
  box-shadow: 0 28px 60px rgba(11, 23, 20, .14);
  transform: translateY(-5px);
}

.contact-faq {
  background-image: linear-gradient(180deg, #fff 20%, #eff8df);
}

.contact-final-cta .heading {
  max-width: 780px;
}

.contact-final-cta .heading p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #c7c7c7;
  font-size: 17px;
  line-height: 1.7;
}

.contact-footer-block {
  padding: 28px 0;
  background-color: #0b1714;
}

.contact-footer-card {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  background-color: rgba(255, 255, 255, .06);
}

.contact-footer-card strong,
.contact-footer-card a,
.contact-footer-card span {
  color: #fff;
}

.contact-footer-card strong {
  color: #a9e448;
}

.legal-hero {
  position: relative;
  padding: 180px 0 90px;
  overflow: hidden;
  background-image: url("../img/subscribe-img.jpg");
  background-position: center;
  background-size: cover;
}

.legal-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(4, 17, 22, .8);
}

.legal-hero .container {
  position: relative;
  z-index: 1;
}

.legal-hero-content {
  max-width: 850px;
}

.legal-hero-content > span {
  color: #a9e448;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: 62px;
  line-height: 1.08;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.legal-meta p {
  margin: 0;
  color: #d7ddd8;
  font-size: 16px;
}

.legal-content {
  background-color: #f5f7f3;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
}

.legal-sidebar nav {
  display: grid;
  gap: 4px;
}

.legal-sidebar a {
  padding: 10px 12px;
  border-radius: 6px;
  color: #33403c;
  font-size: 13px;
  font-weight: 700;
}

.legal-sidebar a:hover {
  background-color: #eff8df;
  color: #557520;
}

.legal-document {
  padding: 44px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  background-color: #fff;
}

.legal-document section {
  scroll-margin-top: 30px;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e4e9e3;
}

.legal-document section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-document h2 {
  margin-bottom: 18px;
  color: #0b1714;
  font-size: 28px;
  line-height: 1.25;
}

.legal-document h3 {
  margin: 24px 0 12px;
  color: #22302c;
  font-size: 19px;
}

.legal-document p,
.legal-document li,
.legal-document address {
  color: #59635f;
  font-size: 16px;
  line-height: 1.75;
}

.legal-document p {
  margin-bottom: 14px;
}

.legal-document ul {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
}

.legal-document li {
  position: relative;
  padding-left: 20px;
}

.legal-document li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a9e448;
}

.legal-document address {
  margin: 0;
  padding: 20px;
  border-left: 4px solid #a9e448;
  background-color: #f5f7f3;
}

.legal-document a {
  color: #557520;
  font-weight: 700;
}

.legal-disclaimer {
  padding: 28px !important;
  border: 1px solid #dce2da !important;
  border-radius: 8px;
  background-color: #f5f7f3;
}

@media(max-width: 991px) {
  .home-hero {
    min-height: 620px;
    padding: 130px 0 90px;
    background-position: 62% center;
  }

  .home-hero::before {
    background: linear-gradient(90deg, rgba(4, 17, 22, .95) 0%, rgba(4, 17, 22, .88) 62%, rgba(4, 17, 22, .5) 100%);
  }

  .home-hero .hero-text h1 {
    font-size: 54px;
  }

  .feature-strip .row > div:nth-child(3n) .feature-strip-item {
    border-right: 0;
  }

  .feature-strip .row > div:nth-child(-n + 3) .feature-strip-item {
    border-bottom: 1px solid #e0e5dc;
  }

  .about-platform .about-imgs {
    margin: 0 auto 45px;
  }

  .how-it-works .nav-pills .nav-link {
    width: calc(33.333% - 10px);
    font-size: 11px;
  }

  .how-it-works .tab-content {
    min-height: auto;
  }

  .how-it-works .customized h3 {
    min-height: auto;
    margin-top: 28px;
  }

  .sponsor-network-list {
    margin-top: 38px;
  }

  .workflow-dashboard {
    grid-template-columns: 72px 1fr;
  }

  .dashboard-sidebar {
    padding: 20px 10px;
  }

  .dashboard-brand,
  .dashboard-sidebar a {
    justify-content: center;
  }

  .dashboard-brand span,
  .dashboard-sidebar a span,
  .dashboard-user div {
    display: none;
  }

  .dashboard-user {
    justify-content: center;
  }

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

  .final-cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-intro h1 {
    font-size: 48px;
  }

  .portal-dashboard-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .ars-how-hero {
    min-height: 470px;
    padding: 145px 0 80px;
  }

  .ars-how-hero-text h1 {
    font-size: 54px;
  }

  .ars-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ars-how-detail-intro {
    position: static;
  }

  .ars-how-detail-intro h2 {
    font-size: 36px;
  }

  .ars-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-hero {
    padding: 145px 0 80px;
  }

  .contact-hero-text h1 {
    font-size: 46px;
  }

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

  .legal-hero {
    padding: 145px 0 80px;
  }

  .legal-hero h1 {
    font-size: 50px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .legal-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 576px) {
  .home-hero {
    min-height: auto;
    padding: 112px 0 72px;
    background-position: 68% center;
  }

  .home-hero .hero-text {
    text-align: left;
  }

  .home-hero .hero-text h1 {
    font-size: 39px;
    line-height: 1.12;
  }

  .home-hero .hero-subheadline {
    font-size: 18px;
  }

  .home-hero .hero-supporting {
    font-size: 15px;
  }

  .home-hero .hero-actions {
    display: grid;
  }

  .feature-strip-item {
    min-height: 155px;
    padding: 24px 12px;
  }

  .feature-strip .row > div:nth-child(3n) .feature-strip-item {
    border-right: 1px solid #e0e5dc;
  }

  .feature-strip .row > div:nth-child(even) .feature-strip-item {
    border-right: 0;
  }

  .feature-strip .row > div:nth-child(-n + 4) .feature-strip-item {
    border-bottom: 1px solid #e0e5dc;
  }

  .feature-strip-item h3 {
    font-size: 15px;
  }

  .platform-offerings {
    grid-template-columns: 1fr;
  }

  .how-it-works .nav-pills .nav-link {
    width: calc(50% - 10px);
    font-size: 10px;
  }

  .sponsor-network-list ul {
    grid-template-columns: 1fr;
  }

  .workflow-dashboard {
    display: block;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-main {
    padding: 14px;
  }

  .dashboard-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-topbar h3 {
    font-size: 18px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-activity {
    grid-column: auto;
  }

  .final-cta-actions {
    display: grid;
    width: 100%;
  }

  .portal-hero {
    padding: 135px 0 70px;
  }

  .portal-intro h1 {
    font-size: 38px;
  }

  .portal-intro p {
    font-size: 16px;
  }

  .portal-auth-card {
    padding: 10px;
  }

  .portal-form {
    padding: 22px;
  }

  .portal-form h3 {
    font-size: 27px;
  }

  .portal-dashboard {
    padding: 14px;
  }

  .ars-how-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .ars-how-hero-text h1 {
    font-size: 40px;
  }

  .ars-how-hero-text p {
    font-size: 18px;
  }

  .ars-process-grid {
    grid-template-columns: 1fr;
  }

  .ars-process-card {
    min-height: 140px;
  }

  .ars-how-detail-intro h2 {
    font-size: 30px;
  }

  .ars-how-detail-copy,
  .ars-step-block {
    padding: 22px;
  }

  .ars-step-block {
    grid-template-columns: 1fr;
  }

  .ars-step-content h3 {
    font-size: 22px;
  }

  .ars-step-content ul {
    grid-template-columns: 1fr;
  }

  .ars-advantage-grid {
    grid-template-columns: 1fr;
  }

  .ars-advantage-card {
    min-height: auto;
  }

  .contact-hero {
    padding: 132px 0 70px;
  }

  .contact-hero-text h1 {
    font-size: 37px;
  }

  .contact-info-panel,
  .contact-inquiry-form {
    padding: 24px;
  }

  .submission-doc-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .contact-footer-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-hero {
    padding: 132px 0 68px;
  }

  .legal-hero h1 {
    font-size: 40px;
  }

  .legal-sidebar {
    padding: 14px;
  }

  .legal-sidebar nav,
  .legal-document ul {
    grid-template-columns: 1fr;
  }

  .legal-document {
    padding: 24px;
  }

  .legal-document h2 {
    font-size: 24px;
  }

  .legal-document p,
  .legal-document li,
  .legal-document address {
    font-size: 15px;
  }
}

/* ============================================================
   Portal Auth Section — inline ARS-styled (providers-portal)
   ============================================================ */

.portal-auth-section {
  background: #0b1714;
}

.portal-auth-section .portal-auth-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(169, 228, 72, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  border-radius: 4px;
}

.portal-auth-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.portal-auth-badge i {
  color: #a9e448;
  font-size: 14px;
}

/* Tab switcher */
.portal-auth-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}

.portal-tab-btn {
  flex: 1;
  max-width: 200px;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.portal-tab-btn.portal-tab-active {
  opacity: 1;
}

/* Form */
.portal-auth-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.portal-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.portal-label {
  font-size: 14px;
  font-weight: 500;
  color: #c8cdd8;
}

.portal-required {
  color: #a9e448;
}

.portal-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portal-forgot {
  font-size: 12px;
  color: #a9e448;
  cursor: not-allowed;
  opacity: 0.7;
}

.portal-input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.portal-input:focus {
  border-color: #a9e448;
  background-color: rgba(169, 228, 72, 0.05);
}

.portal-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.portal-submit-btn {
  width: 100%;
  margin-top: 6px;
  justify-content: center;
}

.portal-alert {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
}

.portal-alert-error {
  background-color: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.4);
  color: #fca5a5;
}

.portal-alert-success {
  background-color: rgba(169, 228, 72, 0.1);
  border: 1px solid rgba(169, 228, 72, 0.3);
  color: #a9e448;
}

/* Responsive */
@media (max-width: 576px) {
  .portal-auth-section .portal-auth-card {
    padding: 24px 18px;
  }

  .portal-auth-tabs {
    flex-direction: column;
    align-items: center;
  }

  .portal-tab-btn {
    max-width: 100%;
  }
}

/* ============================================================
   Mobile fixed header — keep hamburger reachable on scroll
   (base theme uses position:absolute which scrolls nav off-screen)
   ============================================================ */
@media (max-width: 1200px) {
  header.two {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #0b1714 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
    /* Explicit stacking context so the header (and its hamburger) always sit
       above the theme's many position:absolute hero/decorative elements.
       Baked into CSS so it doesn't depend on JS timing during hydration. */
    z-index: 1500 !important;
  }
  header.two .top-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
  }
  /* Guarantee the hamburger is the topmost tappable element on mobile */
  header.two .ars-hamburger {
    position: relative;
    z-index: 2100 !important;
  }
  body {
    padding-top: 84px !important;
  }
}

/* ============================================================
   Provider Application lead form (providers-portal)
============================================================ */
.provider-apply-section {
  background: #0b1714;
}

.provider-apply-section .provider-apply-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(169, 228, 72, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  border-radius: 4px;
}

.provider-apply-section .provider-apply-card .get-a-quote {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/* ------------------------------------------------------------
   Contrast fix: the .heading block inherits the base theme
   colors (h2 -> #000, p -> #444). On the dark #0b1714 background
   of the provider-apply and portal-auth sections this makes the
   "Apply to Join the ARS Provider Network" heading and its copy
   effectively invisible. Bootstrap's base color cascade wins over
   the section background, so we scope light-text overrides here.
   Mirrors the existing .become-partner-cta .heading h2 pattern.
------------------------------------------------------------ */
.provider-apply-section .heading h2,
.portal-auth-section .heading h2 {
  color: #fff !important;
}

.provider-apply-section .heading p,
.portal-auth-section .heading p {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* The pill label keeps its solid white background from the base
   .heading span rule, so force dark text for AA contrast on it. */
.provider-apply-section .heading span,
.portal-auth-section .heading span {
  color: #0b1714 !important;
}

@media (max-width: 767px) {
  .provider-apply-section .provider-apply-card {
    padding: 24px 18px;
  }
}
