*,
*::before,
*::after {
  box-sizing: border-box
}
h2 {
    font-weight: normal;
}
html {
  scroll-behavior: smooth
}
.site-header .dropdown:hover .dropdown-menu {
    display: block;
}
body {
  margin: 0;
  color: #525252;
  font-family: var(--font-body);
  overflow-x: hidden
}

.cleansing-report-page .cr-content .cr-main a{
    text-decoration: none;
    color: #00308F;
}


section.cr-section.cr-tailored a {
    color: #fff !important;
}

.report-rich-content img {
    height: auto !important;
}

.report-rich-content ul li {
    margin-bottom: 10px;
}

.report-rich-content table td {
    border: 1px solid #A3A3A3 !important;
    margin: 0px;
    padding: 5px 10px;
    border-spacing: 0px !important;
}

.report-rich-content table {
    border-spacing: 0px;
}

.report-rich-content table tbody tr:first-child {
    background: #008028;
    color: #fff !important;
}

.report-rich-content table tbody tr:first-child p {
    color: #fff;
    margin: 0px;
}

.report-rich-content table tbody p {
    margin: 5px 0px !important;
}



.service-card a:hover {
  background: #008028;
}

.btn-primary:hover {
  background: #000;
}

img {
  display: block;
  max-width: 100%
}

a {
  text-decoration: none;
  color: inherit
}

button,
input {
  font: inherit
}

:root {
  --color-primary: #008028;
  --color-dark: #0B3D2E;
  --color-dark-secondary: #0b3d2e;
  --color-text: #525252;
  --color-background-light: #f5f5f5;
  --color-white: #fff;
  --font-heading: "DM Serif Display", serif;
  --font-body: "Poppins", sans-serif;
  --font-ui:"Poppins", sans-serif;
  --container-width: 1290px;
  --radius: 15px
}

.container {
  width: min(var(--container-width), calc(100% - 48px));
  margin: auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

:focus-visible {
  outline: 3px solid #f5c842;
  outline-offset: 3px
}

.site-header {
  min-height: 84px;
  height: auto;
  background: var(--color-primary);
  color: #fff;
  position: relative;
  z-index: 100;
  flex-shrink: 0;
  overflow: visible;
  box-sizing: border-box
}

.site-header > .container,
.site-header .nav-wrap.container {
  width: min(var(--container-width), calc(100% - 64px));
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  min-height: 84px;
  padding: 14px 0;
  box-sizing: border-box
}

.nav-wrap {
  height: auto;
  display: flex;
  align-items: center;
  gap: 18px
}

.site-header .brand {
  width: auto;
  max-width: 220px;
  margin-right: 8px;
  flex: 0 1 auto;
  min-width: 0;
  color: #fff;
  display: flex;
  align-items: center
}

.site-header .brand img {
  width: 100%;
  max-width: 220px;
  max-height: 42px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block
}

.site-header .main-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  flex: 0 1 auto;
  min-width: 0
}
.reports-figma .rf-hero:after {
    background: rgb(0 0 0 / 50%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.site-header .main-nav > a,
.site-header .main-nav button {
  border: 0;
  background: none;
  color: #fff !important;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font: inherit;
  text-decoration: none;
  line-height: 1.25
}

.site-header .main-nav > a:hover,
.site-header .main-nav button:hover {
  opacity: 0.92
}

.site-header .dropdown {
  position: relative
}

.site-header .dropdown button span {
  display: inline-flex;
  align-items: center;
  line-height: 1
}

.site-header .dropdown button span img {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  float: none;
  display: block
}

.site-header .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 110;
  width: 260px;
  padding: 10px;
  background: #fff;
  color: var(--color-dark);
  box-shadow: 0 12px 30px #0B3D2E26;
  border-radius: 8px
}

.site-header .dropdown-menu a {
  display: block;
  padding: 9px;
  color: var(--color-dark) !important;
  text-decoration: none;
  white-space: normal
}

.site-header .dropdown-menu a:hover {
  background: #f3f8f4;
  color: var(--color-primary) !important
}

.site-header .dropdown > button[aria-expanded="true"] + .dropdown-menu {
  display: block
}

.site-header .search {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #ffffff88;
  width: auto;
  min-width: 86px;
  max-width: 110px;
  flex: 0 0 auto;
  margin: 0 4px 0 8px;
  padding: 0 0 4px;
  align-self: center
}

.site-header .search > span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1
}

.site-header .search > span img {
  width: 14px;
  height: 14px;
  display: block
}

.site-header .search input {
  width: 58px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  height: 20px
}

.site-header .search input::placeholder {
  color: #fff;
  opacity: 1
}

.site-header .nav-cta.btn-light,
.site-header .btn.btn-light.nav-cta {
  flex: 0 0 auto;
  background: #fff;
  color: var(--color-primary) !important;
  padding: 10px 18px;
  white-space: nowrap;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  min-height: 40px;
  box-sizing: border-box;
  margin: 0
}

.site-header .menu-toggle {
  display: none
}

.footer-about address .contact-country .country-name {
    font-size: 16px;
    font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: 600
}

.btn-light {
  background: #fff;
  color: var(--color-primary);
  padding: 9px 19px;
  white-space: nowrap
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  min-height: 50px;
  padding: 10px 18px
}

.arrow {
  gap: 26px;
  padding-right: 6px
}

.arrow i {
  display: grid;
  place-items: center;
  background: var(--color-dark);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-style: normal
}

.menu-toggle {
  display: none
}

.hero {
  height: 600px;
  background: url('../images/hero-bg.jpg') center/cover no-repeat;
  
    background-position: top;
}

.hero-inner {
  height: 100%;
  display: flex;
  align-items: center
}

.hero-copy {
  width:600px
}

.hero h1 {
  margin: 0;
  color: var(--color-dark);
  font: 45px/1.22 var(--font-heading);
  letter-spacing: -.5px
}

.hero h1 em {
  color: var(--color-primary);
  font-style: normal
}

.hero p {
  font-size: 19px;
  line-height: 1.58;
  margin: 28px 0 30px;
  max-width: 660px
}

.stats {
  padding: 74px 0 93px
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.stats article {
  min-height: 248px;
  border-radius: var(--radius);
  background: linear-gradient(#eaf5ef, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px
}

.stats article:not(:last-child)::after {
  content: "";
  height: 1px;
  background: #00802855;
  width: 78%;
  margin-top: 25px
}

.stats strong {
  font: 45px var(--font-heading);
  color: var(--color-dark)
}

.stats p {
  font: 15px/1.55 var(--font-ui);
  color: #333;
  max-width: 220px
}

.section {
  padding: 90px 0
}

.services,
.team {
  background: var(--color-background-light)
}

.section-head span {
  font: 12px var(--font-ui);
  letter-spacing: 2px;
  color: var(--color-primary)
}

.section-head h2 {
  font: 40px/1.15 var(--font-heading);
  color: var(--color-dark);
  margin: 8px 0 12px
}

.section-head p {
  font-size: 14px;
  line-height: 1.7
}

.centered {
  text-align: center
}

.narrow {
  max-width: 760px;
  margin: 0 auto 45px
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 50px
}

.service-card {
  background: #fff;
  min-height: 315px;
  padding: 27px 20px 22px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid transparent;
  transition: .2s
}

.service-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-4px)
}

.service-card .icon {
  width: 43px;
  height: 43px;
  background: #00802812;
  color: var(--color-primary);
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 24px
}

.service-card h3 {
  font: 17px/1.4 var(--font-heading);
  color: var(--color-dark);
  min-height: 48px
}

.service-card p {
  font: 12px/1.65 var(--font-ui);
  flex: 1
}

.service-card a {
  font: 12px var(--font-ui);
  font-weight: 600;
  color: var(--color-dark);
  border-top: 1px solid #ddd;
  padding-top: 15px
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #ddd
}

.sector-grid article,
.view-all {
  min-height: 260px;
  padding: 25px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.sector-grid b {
  font-size: 36px;
  color: var(--color-primary);
  font-weight: 400
}

.sector-grid h3 {
  font: 16px/1.4 var(--font-heading);
  color: var(--color-dark);
  margin: 12px 0 7px
}

.sector-grid p {
  font: 11px/1.6 var(--font-ui);
  margin: 0
}

.view-all {
  font: 16px var(--font-heading);
  color: var(--color-dark);
  gap: 15px
}

.view-all span {
  font: 28px var(--font-ui);
  color: var(--color-primary)
}

.team-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center
}

.team-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px
}

.team-copy ul {
  padding: 0;
  list-style: none;
  margin: 25px 0
}

.team-copy li {
  padding: 12px 10px 12px 38px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font: 13px var(--font-ui)
}

.team-copy li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  color: var(--color-primary);
  font-weight: bold
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px
}

.metrics div {
  background: var(--color-primary);
  color: #fff;
  border-radius: 6px;
  padding: 20px 10px;
  text-align: center
}

.metrics strong {
  display: block;
  font: 25px var(--font-heading)
}

.metrics span {
  font: 9px var(--font-ui)
}

.expert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 42px
}

.expert-grid article {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  aspect-ratio: .82
}

.expert-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.expert-grid article>div {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background:url(../icons/team-bg.svg);
  border-radius: 6px;
  padding: 11px 13px;
  border-left: 4px solid var(--color-primary);    background-repeat: no-repeat;
}

.expert-grid h3 {
  font: 14px var(--font-heading);
  color: var(--color-dark);
  margin: 0
}

.expert-grid p {
  font: 9px var(--font-ui);
  margin: 2px 0 0
}

.cta {
  min-height: 310px;
  background: linear-gradient(90deg, #000b, #0006), url('../images/cta-bg.jpg') center/cover;
  color: #fff;
  display: flex;
  align-items: center
}

.cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cta span {
  font: 24px var(--font-heading)
}

.cta h2 {
  font: 45px var(--font-heading);
  margin: 0
}

.cta .container>div:last-child {
  max-width: 470px
}

.cta p {
  font: 14px/1.6 var(--font-ui)
}

.site-footer {
  background: var(--color-primary);
  color: #fff;
  padding: 60px 0 15px;
  font-family: var(--font-ui)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .8fr 1.2fr .8fr;
  gap: 55px
}

.footer-about img {
  width: 240px;
  margin-bottom: 20px
}

.site-footer p,
.site-footer address,
.site-footer a {
  font-size: 13px;
  line-height: 1.65;
  color: #ffffffcc;
  font-style: normal
}

.site-footer h3 {
  font-size: 17px;
  margin: 0 0 24px
}

.site-footer .footer-grid a {
  display: block;
  margin: 0 0 13px
}

.footer-bottom {
  border-top: 1px solid #ffffff44;
  margin-top: 40px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer-bottom div {
  display: flex;
  gap: 8px
}

.footer-bottom a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: bold
}

@media(max-width:1100px) {
  .site-header .main-nav {
    gap: 10px;
    font-size: 12.5px
  }

  .site-header .brand {
    max-width: 160px;
    width: auto
  }

  .site-header .brand img {
    max-width: 160px;
    width: 100%
  }

  .site-header .search {
    display: none
  }

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

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

@media(max-width:767px) {
  .container {
    width: min(100% - 32px, var(--container-width))
  }

  .site-header {
    min-height: 70px;
    height: auto
  }

  .site-header > .container,
  .site-header .nav-wrap.container {
    width: calc(100% - 32px);
    min-height: 70px;
    padding: 12px 0
  }

  .site-header .brand {
    max-width: 170px;
    width: auto
  }

  .site-header .nav-cta {
    display: none
  }

  .site-header .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    padding: 8px;
    margin-left: auto;
    cursor: pointer
  }

  .site-header .menu-toggle span {
    width: 24px;
    height: 2px;
    background: #fff
  }

  .site-header .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-dark);
    padding: 16px 20px;
    align-items: stretch;
    flex-direction: column;
    white-space: normal;
    gap: 4px;
    margin-left: 0
  }

  .site-header .main-nav.open {
    display: flex
  }

  .site-header .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 4px;
    left: 0;
    transform: none
  }

  .site-header .main-nav > a,
  .site-header .main-nav button {
    text-align: left;
    width: 100%;
    justify-content: space-between;
    padding: 12px 4px
  }

  .hero {
    height: auto;
    min-height: 580px;
    background-position: 65% center;
    position: relative;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffffc9
  }

  .hero-inner {
    position: relative;
    padding: 70px 0
  }

  .hero-copy {
    width: 100%
  }

  .hero h1 {
    font-size: 30px
  }

  .hero p {
    font-size: 16px
  }

  .stats {
    padding: 50px 0
  }

  .stats-grid,
  .services-grid,
  .sector-grid,
  .metrics,
  .expert-grid {
    grid-template-columns: 1fr
  }

  .section {
    padding: 65px 0
  }

  .section-head h2 {
    font-size: 35px
  }

  .team-layout {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .team-photo img {
    height: 380px
  }

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

  .expert-grid article {
    aspect-ratio: .9
  }

  .cta {
    padding: 60px 0
  }

  .cta .container {
    display: block
  }

  .cta h2 {
    font-size: 40px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom div {
    margin-top: 15px
  }

  .sector-grid article,
  .view-all {
    border-right: 0
  }

  .stats article {
    min-height: 210px
  }
}

@media(min-width:768px) and (max-width:1023px) {

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

  .team-layout {
    grid-template-columns: 1fr
  }

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

.hero {
  background-image: url('../images/hero-overlay.jpg')
}

.service-card .icon {
  overflow: hidden
}

.service-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.sector-icon {
  width: 122px;
  height: 108px;
  object-fit: contain;
  margin: 0 auto
}

.sector-grid article:nth-child(n+5) .sector-icon {
  width: 98px
}

.services {
  padding: 64px 0 85px
}

.services>.container {
  max-width: 1275px
}

.services .section-head span {
  display: none
}

.services .section-head h2 {
  margin: 0
}

.services-grid {
  margin-top: 38px;
  gap: 15px
}

.service-card {
  height: 315px;
  min-height: 315px;
  padding: 18px 7px 8px 19px;
  display: grid;
  grid-template-columns: 53px minmax(0, 1fr);
  grid-template-rows: 54px minmax(0, 1fr) 41px;
  column-gap: 6px;
  align-items: start;
  border: 0;
  border-radius: 11.329px
}

.service-card:hover {
  border: 0;
  transform: none
}

.service-card .icon {
  width: 53px;
  height: 53px;
  border-radius: 11.329px;
  background: transparent
}

.service-card h3 {
  align-self: center;
  min-height: 0;
  margin: 0;
  color: #0b3d2e
}

.service-card p {
  grid-column: 1/-1;
  margin: 12px 6px 0 0;
  padding-top: 12px;
  border-top: .809px solid rgba(11, 61, 46, .1);
  overflow: hidden
}

.service-card a {
  grid-column: 1/-1;
  align-self: end;
  width: 147.573px;
  height: 40.462px;
  padding: 0 5px 0 15px;
  border: 0;
  border-radius: 38.843px;
  background: #0B3D2E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.service-card a i {
  width: 30.751px;
  height: 30.751px;
  border-radius: 50%;
  background: #fff;
  color: #0B3D2E;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 15px
}

.service-card a span {
  white-space: nowrap
}

/* Figma typography calibration — 1440px reference frame */
@media(min-width:1024px) {

  .site-header .main-nav,
  .site-header .main-nav button {
    font-size: 14px;
    line-height: 1.25
  }

  .site-header .search input,
  .site-header .nav-cta {
    font-size: 14px
  }

  .hero h1 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0
  }

  .hero p {
    font-size: 20px;
    line-height: 30px
  }

  .stats strong {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -.88px
  }

  .stats p {
    font-family: var(--font-body);
    font-size: 22px;
    line-height: 31.9px;
    color: var(--color-dark);
    max-width: 282px;
    margin: 16px 0 0
  }

  .section-head h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2.4px
  }

  .section-head>p {
    font-size: 16px;
    line-height: 26px
  }

  .service-card h3 {
    font-size: 17.803px;
    line-height: 22.659px
  }

    .service-card p {
        font-family: var(--font-body);
        font-size: 13px;
        line-height: 20px;
    }

  .service-card a {
    font-family: var(--font-body);
    font-size: 12.462px;
    line-height: 22.286px
  }

  .sector-grid h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px
  }

  .sector-grid p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px
  }

  .view-all {
    font-size: 25px;
    line-height: 35px
  }

  .team-copy .section-head h2,
  .experts .section-head h2 {
    font-size: 45px;
    line-height: 55px
  }

  .team-copy .section-head p {
    font-size: 16px;
    line-height: 26px
  }

  .team-copy li {
    font-size: 16px;
    line-height: 26px
  }

  .expert-grid h3 {
    font-size: 18px;
    line-height: 24px
  }

  .expert-grid p {
    font-size: 13px;
    line-height: 20px
  }

  .cta span {
    font-size: 25px;
    line-height: 35px
  }

  .cta h2 {
    font-size: 45px;
    line-height: 55px
  }

  .cta p {
    font-size: 16px;
    line-height: 26px
  }
}

/* Figma section corrections: statistics, team and experts */
@media(min-width:1366px) {
  .stats-grid {
    width: 1355px;
    max-width: calc(100% - 32px);
    grid-template-columns: repeat(4, 302px);
    gap: 49px;
    justify-content: center
  }

  .stats article {
    width: 302px;
    height: 248px;
    min-height: 248px;
    position: relative;
    padding: 45px 10px;
    background: linear-gradient(180deg, #eaf5ef 0%, #fff 100%)
  }

  .stats article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -25px;
    width: 1px;
    height: 203px;
    margin: 0;
    background: rgba(0, 0, 0, .2)
  }

  .stats p {
    width: 282px
  }

  .team-layout {
    grid-template-columns: 548px minmax(0, 1fr);
    gap: 70px
  }

  .team-photo img {
    width: 548px;
    height: 630px;
    border-radius: 20px
  }

  .team .section-head span,
  .experts .section-head span {
    font-size: 26px;
    line-height: 35.735px;
    letter-spacing: 2.2855px
  }

  .metrics {
    gap: 10px
  }

  .metrics div {
    height: 141px;
    padding: 9px 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
  }

  .metrics strong {
    font-size: 32px;
    line-height: 45px
  }

  .metrics span {
    font-size: 14px;
    line-height: 20px
  }

  .experts>.container {
    width: min(1410px, calc(100% - 30px));
    max-width: 1410px
  }

  .expert-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 36px;
    margin-top: 76px
  }

  .expert-grid article {
    height: 386px;
    aspect-ratio: auto;
    border-radius: 20px;
    background: linear-gradient(#cecece, #fff)
  }

  .expert-grid article>div {
    left: 17px;
    right: 14px;
    bottom: 14px;
    height: 88px;
    padding: 9px 13px;
    border-left: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .expert-grid h3 {
    font-family: var(--font-ui);
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -1px;
    font-weight: 400
  }

  .expert-grid p {
    font-size: 13.3px;
    line-height: 25.92px;
    margin: 0
  }

  .expert-grid article::after {
    content: "→";
    position: absolute;
    right: 12px;
    bottom: 62px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #0B3D2E;
    font: 16px var(--font-ui)
  }
}

/* Figma CTA and footer — node 1:1332 */
@media(min-width:1024px) {
  .cta {
    height: 374px;
    min-height: 374px;
    padding: 0;
    background: url('../images/cta-bg-figma.jpg') center/cover no-repeat
  }

  .cta .container {
    height: 100%;
    display: grid;
    grid-template-columns: 526px 388px;
    align-items: center;
    justify-content: space-between
  }

  .cta h2 {
    margin: 0;
    font: 45px/55px var(--font-heading);
    color: #fff
  }

  .cta-copy {
    align-self: center
  }

  .cta-copy p {
    margin: 0 0 15px;
    font: 16px/24px var(--font-body);
    color: #fff
  }

  .cta-copy .btn {
    width: 183px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid #0b3d2e;
    border-radius: 30px;
    font: 600 16px/16px var(--font-ui)
  }

  .site-footer {
    height: 575px;
    padding: 51px 0 0;
    background: #008028
  }

  .footer-grid {
    height: 440px;
    display: block;
    position: relative
  }

  .footer-grid>div {
    position: absolute;
    top: 0
  }

  .footer-grid>div:nth-child(1) {
    left: 0;
    width: 379px
  }

  .footer-grid>div:nth-child(2) {
    left: 524px;
    width: 170px;
    margin: 0
  }

  .footer-grid>div:nth-child(3) {
    left: 764px;
    width: 246px
  }

  .footer-grid>div:nth-child(4) {
    left: 1080px;
    width: 167px
  }

  .footer-about {
    height: 350px
  }

  .footer-about .footer-logo {
    width: 379px;
    height: auto;
    margin: 0 0 16px;
    object-fit: cover
  }

  .footer-about>p {
    width: 369px;
    margin: 0;
    font: 16px/25.92px var(--font-body);
    letter-spacing: -.32px;
    color: #fff
  }

  .footer-about address {
    margin: 12px 0 0 27px;
    font: 14px/24.953px var(--font-body);
    color: #fff
  }

  .footer-about address span {
    display: block;
    position: relative;
    margin-bottom: 8px
  }

  .footer-about address img {
    position: absolute;
    left: -20px;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 50%;
    object-fit: cover
  }

  .site-footer h3 {
    margin: 0 0 32px;
    font: 500 20px/26px var(--font-ui);
    color: #fff;
    white-space: nowrap
  }

  .site-footer .footer-grid a {
    position: relative;
    margin: 0 0 20px;
    padding-left: 10px;
    font: 16px/21px var(--font-ui);
    color: rgba(255, 255, 255, .8);
    white-space: nowrap
  }

  .site-footer .footer-grid a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff
  }

  .footer-bottom {
    /* height: 53px; */
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin: 0;
    font: 14.4px/25.92px var(--font-ui);
    letter-spacing: -.32px;
    color: #fff
  }

  .footer-bottom a {
    width: 40px;
    height: 40px
  }

  .footer-bottom a img {
    width: 14px;
    height: 14px;
    object-fit: contain
  }
}

/* Footer contact details: exact Figma SVG icons */
.footer-about address {
  margin: 12px 0 0
}

.footer-about address .contact-country {
  display: block;
  position: static;
  margin: 15px 0 0px;
}

.footer-about address .country-name,
.footer-about address .contact-line {
  display: flex;
  align-items: flex-start;
  gap: 7px
}

.footer-about address .country-name img {
  position: static;
  width: 13px;
  height: 13px;
  border: .5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 13px;
  margin-top: 2px;
  margin-bottom: 0px;
}

.footer-about address .contact-line img {
  position: static;
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  flex: 0 0 11px;
  margin: 3px 1px 0 0
}

/* About page: one shared left/right alignment guide */
@media(min-width:1024px) {

  .about-page main>section>.container,
  .about-page .site-footer>.container {
    width: 1290px;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto
  }

  .about-page .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 49px
  }

  .about-page .stats article {
    width: 100%
  }

  .about-page .services>.container,
  .about-page .experts>.container {
    width: 1290px;
    max-width: calc(100% - 48px)
  }

  .about-page .services-grid {
    width: 100%
  }

  .about-page .sector-grid {
    width: 100%
  }

  .about-page .team-layout {
    width: 100%
  }

  .about-page .expert-grid {
    width: 100%
  }

  .about-page .cta .container {
    width: 1290px;
    max-width: calc(100% - 48px)
  }
}

@media(min-width:1024px) and (max-width:1350px) {
  .about-page .footer-grid>div:nth-child(4) {
    left: auto;
    right: 0
  }
}

/* Commercial Due Diligence page */
.cdd-page .cdd-button i,
.cdd-page .health-arrows button {
  font-size: 0
}

.cdd-page .cdd-button i::before {
  content: "\2192";
  font-size: 17px
}

.cdd-page .health-prev::before {
  content: "\2190";
  font-size: 17px
}

.cdd-page .health-next::before {
  content: "\2192";
  font-size: 17px
}

.cdd-page {
  color: #333
}

.cdd-page h1,
.cdd-page h2 {
  font-family: var(--font-heading);
  font-weight: 400
}

.cdd-section {
  padding: 78px 0
}

.cdd-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px
}

.cdd-heading h2 {
  font-size: 45px;
  line-height: 1.1;
  color: #0B3D2E;
  margin: 0 0 22px
}

.cdd-heading p {
  font-size: 16px;
  line-height: 26px;
  color: #717171;
  margin: 0
}

.cdd-hero {
  height: 636px;
  background: linear-gradient(#0006, #0006), url('../images/hero.png') center/cover no-repeat;
  color: #fff
}

.cdd-hero>.container {
  height: 100%;
  display: flex;
  align-items: center
}

.cdd-hero-copy {
  width: 720px
}

.cdd-hero h1 {
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 22px;
  max-width: 620px
}

.cdd-hero p {
  font: 20px/30px var(--font-body);
  max-width: 640px;
  margin: 0 0 56px
}

.cdd-button {
  height: 50px;
  background: #fff;
  color: #0B3D2E;
  padding: 0 6px 0 18px;
  gap: 24px
}

.cdd-button i {
  width: 38px;
  height: 38px;
  background: #008028;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 34px
}

.diff-grid article {
  height: 297px;
  padding: 40px 28px 22px;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(#eaf5ef, #fff);
  border: 1px solid #e3eee8
}

.diff-icon {
  width: 77px;
  height: 77px;
  border: 1px solid #0b3d2e1a;
  border-radius: 14px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  overflow: hidden
}

.diff-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.diff-icon.text-icon {
  background: #008028;
  color: #fff;
  font: 28px var(--font-heading)
}

.diff-grid h3 {
  font: 500 24px/28px var(--font-body);
  margin: 0 0 14px;
  color: #222
}

.diff-grid p {
  font: 14px/24px var(--font-body);
  margin: 0
}

.impact {
  padding: 55px 0 70px;
  background: #f5f5f5
}

.impact .cdd-heading {
  max-width: 900px;
  margin-bottom: 35px
}

.impact .cdd-heading h2 {
  font-size: 34px
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.impact-grid article {
  height: 66px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  gap: 16px
}

.impact-grid b {
  color: #008028;
  font: 22px var(--font-heading);
  min-width: 70px
}

.impact-grid span {
  font: 13px/19px var(--font-body)
}

.depth h2 {
  text-align: center;
  color: #0B3D2E;
  font-size: 45px;
  margin: 0 0 55px
}

.depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.depth-grid article {
  position: relative;
  min-height: 450px;
  border: 3px solid #008028;
  border-radius: 16px;
  padding: 54px 42px 35px
}

.depth-label {
  position: absolute;
  top: -14px;
  left: 40px;
  background: #008028;
  color: #fff;
  border-radius: 100px;
  padding: 4px 14px;
  font: 13px/25px var(--font-body)
}

.depth-grid h3 {
  font: 600 27px/39px var(--font-ui);
  margin: 0 0 8px;
  color: #0B3D2E
}

.depth-grid p {
  font: 18px/30px var(--font-body);
  margin: 0 0 22px
}

.depth-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px
}

.depth-grid li {
  position: relative;
  padding: 8px 0 8px 28px;
  font: 16px/26px var(--font-body)
}

.depth-grid li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #008028;
  font-weight: 600
}

.depth-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 190px;
  margin: 10px auto 0;
  padding: 14px 24px;
  border: 1px solid #008028;
  border-radius: 10px;
  color: #008028;
  font: 500 16px var(--font-ui)
}

.depth-grid a.filled {
  background: #008028;
  color: #fff
}

.approach {
  padding: 10px 0 86px;
  text-align: center
}

.eyebrow {
  color: #00711f;
  font: 20px/30px var(--font-body);
  letter-spacing: 2px
}

.approach h2 {
  font-size: 45px;
  color: #0B3D2E;
  margin: 9px 0
}

.approach .intro {
  font: 16px/26px var(--font-body);
  max-width: 720px;
  margin: 0 auto 58px
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  text-align: left
}

.approach-grid article {
  display: flex;
  gap: 20px
}

.approach-grid b {
  flex: 0 0 80px;
  height: 76px;
  border-radius: 50%;
  background: #008028;
  color: #fff;
  display: grid;
  place-items: center;
  font: 45px var(--font-heading)
}

.approach-grid h3 {
  font: 500 23px/32px var(--font-body);
  margin: 6px 0
}

.approach-grid p {
  font: 14px/24px var(--font-body);
  margin: 0
}

.healthcare {
  background: #008028;
  color: #fff;
  padding: 70px 0 66px;
  text-align: center
}

.healthcare h2 {
  font-size: 45px;
  margin: 0 0 10px
}

.healthcare>div>p {
  font: 16px var(--font-body);
  margin: 0 0 45px
}

.health-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px
}

.health-tabs span {
  height: 100px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 16px;
  font: 15px/22px var(--font-body)
}

.healthcare h3 {
  font: 28px var(--font-heading);
  margin: 45px 0 20px
}

.health-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.health-tags span {
  background: #fff;
  color: #333;
  border-radius: 6px;
  padding: 11px;
  font: 13px var(--font-body)
}

.outcomes {
  background: #fff
}

.outcomes .cdd-heading span {
  display: block;
  color: #008028;
  font: 32px var(--font-heading);
  margin-top: 12px
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px
}

.outcome-grid article {
  text-align: center;
  min-height: 215px;
  border-radius: 10px;
  background: linear-gradient(#eaf5ef, #fff);
  padding: 30px
}

.outcome-grid article>div {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 8px;
  background: #008028;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px
}

.outcome-grid h3 {
  font: 500 20px/27px var(--font-body);
  color: #00711f;
  margin: 15px 0 8px
}

.outcome-grid p {
  font: 13px/22px var(--font-body);
  margin: 0
}

.case-studies {
  background: #f5f5f5;
  padding: 50px 0 70px
}

.case-studies h2 {
  font-size: 32px;
  color: #008028;
  margin: 0 0 30px
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.case-grid article {
  background: #fff;
  border-radius: 10px;
  overflow: hidden
}

.case-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover
}

.case-grid article>div {
  padding: 18px
}

.case-grid h3,.case-grid h3  a {
  font: 500 23px/1.35 var(--font-ui);
  margin: 0 0 15px;
  color: #333;
}

.case-grid a {
  color: #008028;
  font: 600 13px var(--font-body)
}

@media(max-width:1023px) {
  .cdd-hero {
    height: 560px
  }

  .diff-grid,
  .impact-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .approach-grid {
    grid-template-columns: 1fr
  }

  .health-tabs {
    grid-template-columns: repeat(3, 1fr)
  }

  .health-tags {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:767px) {
  .cdd-section {
    padding: 58px 0
  }

  .cdd-heading h2,
  .depth h2,
  .approach h2,
  .healthcare h2 {
    font-size: 35px
  }

  .cdd-hero {
    height: 560px;
    background-position: 58% center
  }

  .cdd-hero-copy {
    width: 100%
  }

  .cdd-hero h1 {
    font-size: 39px;
    line-height: 47px
  }

  .cdd-hero p {
    font-size: 16px;
    line-height: 26px
  }

  .diff-grid,
  .impact-grid,
  .depth-grid,
  .health-tabs,
  .health-tags,
  .outcome-grid,
  .case-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .health-tags{
    grid-template-columns: repeat(2, 1fr);
  }
  .diff-grid article {
    height: auto;
    min-height: 285px
  }

  .depth-grid {
    gap: 45px
  }
.health-tags span img {
    text-align: center;
    display: block !important;
    float: none;
    width: unset;
    margin: 0 auto !important;
}
  .depth-grid article {
    padding: 48px 24px 28px
  }

  .approach-grid article {
    display: block;
    text-align: center
  }

  .approach-grid b {
    margin: 0 auto 14px;
        width: 76px;
  }
.health-tags span {
    width: 95%;
    float: left;
    margin-bottom: 10px;
}
  .health-tabs span {
    height: 75px
  }

  .case-grid img {
    height: 210px
  }
}

/* Figma node 1:322 section calibration */
@media(min-width:1024px) {
  .differentiators {
    padding: 86px 0 106px
  }

  .differentiators .cdd-heading {
    margin-bottom: 76px
  }

  .differentiators .cdd-heading h2 {
    margin-bottom: 24px
  }

  .diff-grid {
    grid-template-columns: repeat(3, 420px);
    gap: 30px 34px;
    justify-content: center
  }

  .diff-grid article {
    width: 420px;
    height: 297px;
    padding: 41px 24px 18px
  }

  .diff-icon {
    width: 77px;
    height: 77px;
    border: 0;
    border-radius: 14px;
    background: #008028;
    margin-bottom: 13px
  }

  .diff-icon img {
    width: 77px;
    height: 77px
  }

  .diff-grid h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px
  }

  .diff-grid p {
    font-size: 14px;
    line-height: 24px;
    max-width: 370px;
    margin: auto
  }

  .impact {
    padding: 80px 0 88px;
    background: #f5f5f5
  }

  .impact .cdd-heading {
    max-width: 1100px;
    margin-bottom: 22px
  }

  .impact .cdd-heading h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
    color: #0B3D2E
  }

  .impact .cdd-heading p {
    max-width: 1050px;
    margin: auto;
    color: #525252
  }

  .capability-title {
    text-align: center;
    font: 500 16px/26px var(--font-body);
    color: #00711f;
    margin: 0 0 25px
  }

  .impact-grid {
    grid-template-columns: repeat(3, 400px);
    gap: 18px 17px;
    justify-content: center
  }

  .impact-grid article {
    width: 400px;
    height: 100px;
    padding: 13px 18px;
    gap: 16px;
    border: 1px solid #ddd;
    border-radius: 9px;
    align-items: center
  }
h1 {
    font-weight: normal !important;
}
h2 {
    font-weight: normal !important;
}
  .impact-grid article img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex: 0 0 48px
  }

  .impact-grid article div {
    display: flex;
    flex-direction: column;
    gap: 4px
  }

  .impact-grid b {
    min-width: 0;
    font: 500 16px/22px var(--font-body);
    color: #333
  }

  .impact-grid span {
    font: 12px/18px var(--font-body);
    color: #777
  }

  .depth {
    padding: 80px 0 102px
  }

  .depth h2 {
    margin-bottom: 66px
  }

  .depth-grid {
    grid-template-columns: repeat(2, 644px);
    gap: 20px;
    justify-content: center
  }

  .depth-grid article {
    width: 644px;
    height: 599px;
    min-height: 599px;
    border-width: 4px;
    border-radius: 22px;
    padding: 139px 56px 32px
  }

  .depth-label {
    top: -13px;
    left: 52px;
    padding: 0 13px;
    font-size: 16px;
    line-height: 31px
  }

  .depth-icon {
    position: absolute;
    left: 56px;
    top: 46px;
    width: 72px;
    height: 72px;
    object-fit: contain
  }

  .depth-grid h3 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 10px
  }

  .depth-grid p {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 17px
  }

  .depth-grid ul {
    margin-bottom: 18px
  }

  .depth-grid li {
    font-size: 17px;
    line-height: 27px;
    padding: 9px 0 9px 42px
  }

  .depth-grid li:before {
    content: '';
    width: 28px;
    height: 28px;
    top: 9px;
    background: url('../icons/check.svg') center/contain no-repeat
  }

  .depth-grid a {
    height: 66px;
    margin-top: 15px;
    padding: 0 24px;
    font-size: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 3px #0002
  }

  .approach {
    padding: 12px 0 94px
  }

  .eyebrow {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2.3px
  }

  .approach h2 {
    margin: 16px 0 12px
  }

  .approach .intro {
    max-width: 670px;
    margin-bottom: 64px
  }

  .approach-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px
  }

  .approach-grid article {
    gap: 20px
  }

  .approach-grid b {
    width: 80px;
    flex-basis: 80px
  }

  .healthcare {
    position: relative;
    height: 820px;
    padding: 71px 0 0;
    overflow: hidden;
    background: #007e23
  }

  .healthcare:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/healthcare-bg.png') center/cover no-repeat;
    mix-blend-mode: luminosity;
    opacity: .13;
    pointer-events: none
  }

  .healthcare:after {
    display: none
  }

  .healthcare .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none
  }

  .healthcare h2 {
    font-size: 45px;
    line-height: 59px;
    margin: 0 0 20px
  }

  .healthcare>div>p {
    font: 28px/30px var(--font-heading);
    margin: 0 0 45px
  }

  .health-arrows {
    position: absolute;
    right: 82px;
    top: 93px;
    display: flex;
    gap: 16px
  }

  .health-arrows button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #008028;
    font-size: 17px
  }

  .health-slider {
    width: calc(100% - 37px);
    margin-left: 37px;
    overflow: hidden
  }

  .health-tabs {
    display: flex;
    gap: 5px;
    width: max-content;
    transform: translateX(0);
    transition: transform .45s ease
  }

  .health-tabs span {
    width: 254px;
    flex: 0 0 254px;
    height: 173px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items:center;
    justify-content: center;
    text-align: center;
    font: 500 14px/20px var(--font-body)
  }

  .health-tabs img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0
  }

  .healthcare h3 {
    font-size: 28px;
    line-height: 30px;
    margin: 95px 0 31px
  }

  .health-tags {
    grid-template-columns: repeat(3, 423px);
    gap: 19px 47px;
    justify-content: center
  }

  .health-tags span {
    width: 423px;
    height: 82px;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    font-size: 16px;
    line-height: 24px
  }

  .health-tags img {
    width: 64px;
    height: 64px;
    object-fit: contain
  }

  .outcomes {
    padding: 88px 0 112px
  }

  .outcomes .cdd-heading {
    margin-bottom: 75px
  }

  .outcomes .cdd-heading h2 {
    color: #0B3D2E;
    margin-bottom: 17px
  }

  .outcomes .cdd-heading span {
    font-size: 32px;
    margin-top: 0
  }

  .outcome-grid {
    grid-template-columns: repeat(3, 380px);
    gap: 40px;
    justify-content: center
  }

  .outcome-grid article {
    width: 380px;
    height: 297px;
    padding: 36px 34px 20px
  }

  .outcome-grid article>div {
    width: 68px;
    height: 68px;
    border-radius: 14px
  }

  .outcome-grid article>div img {
    width: 46px;
    height: 46px;
    object-fit: contain
  }

  .outcome-grid h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0 10px
  }

  .outcome-grid p {
    font-size: 14px;
    line-height: 24px
  }

  .case-studies {
    padding: 78px 0 88px
  }

  .case-studies h2 {
    font: 45px/55px var(--font-heading);
    margin-bottom: 50px
  }

  .case-grid {
    grid-template-columns: repeat(3, 380px);
    gap: 40px;
    justify-content: center
  }

  .case-grid article {
    width: 380px;
    height: 457px;
    border-radius: 14px;
    padding: 16px;
    background: #fff
  }

  .case-grid img {
    height: 260px;
    border-radius: 12px
  }

  .case-grid article>div {
    padding: 19px 4px 0
  }

  .case-grid h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px
  }

  .case-grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
  }

  .case-grid a i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #008028;
    color: #fff;
    display: grid;
    place-items: center;
    font-style: normal
  }
}

@media(min-width:1024px) and (max-width:1350px) {
  .healthcare .container {
    width: calc(100% - 48px);
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto
  }

  .diff-grid,
  .impact-grid,
  .health-tags,
  .outcome-grid,
  .case-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .diff-grid article,
  .impact-grid article,
  .outcome-grid article,
  .case-grid article {
    width: 100%
  }

  .depth-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .depth-grid article {
    width: 100%
  }

  .health-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .health-tabs {
    width: max-content
  }
}

/* One shared left/right alignment guide across the complete CDD page */
@media(min-width:1366px) {

  .cdd-page main>.cdd-section>.container,
  .cdd-page main>.impact>.container,
  .cdd-page main>.approach>.container,
  .cdd-page main>.healthcare>.container,
  .cdd-page main>.case-studies>.container {
    width: 1290px;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto
  }

  .diff-grid {
    width: 1290px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 34px
  }

  .diff-grid article {
    width: 100%
  }

  .impact-grid {
    width: 1290px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 17px
  }

  .impact-grid article {
    width: 100%
  }

  .depth-grid {
    width: 1290px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px
  }

  .depth-grid article {
    width: 100%
  }

  .approach-grid {
    width: 1290px
  }

  .health-slider {
    width: 1290px;
    margin-left: auto;
    margin-right: auto
  }

  .health-tags {
    width: 1290px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px 47px
  }

  .health-tags span {
    width: 100%
  }

  .outcome-grid {
    width: 1290px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px
  }

  .outcome-grid article {
    width: 100%
  }

  .case-grid {
    width: 1290px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px
  }

  .case-grid article {
    width: 100%
  }

  .health-arrows {
    right: 0
  }
}

@media(max-width:1023px) {
  .health-slider {
    overflow: hidden
  }

  .health-tabs {
    display: flex;
    width: max-content;
    gap: 16px;
    transform: translateX(0);
    transition: transform .45s ease
  }

  .health-tabs span {
    width: 220px;
    flex: 0 0 220px;
    height: 145px;
    padding: 18px
  }

  .health-arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: -35px 0 28px
  }

  .health-arrows button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #008028
  }

  .health-tabs img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px
  }
}

@media(max-width:1023px) {
  .depth-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px
  }
}

/* Contact page - Figma node 1:1478 */
.contact-page .contact-hero {
  min-height: 807px;
  padding: 48px 0 56px;
  background: linear-gradient(90deg, rgba(0, 26, 23, .55), rgba(0, 25, 22, .18)), url('../images/contact-hero.png') center/cover no-repeat;
  color: #fff
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 630px);
  gap: 48px 70px;
  align-items: center;
  min-height: 700px
}

.contact-intro {
  align-self: center;
  padding-top: 12px
}

.contact-intro>span,
.career-copy>span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 18px;
  border-radius: 22px;
  background: #008028;
  color: #fff;
  font: 500 14px/22px var(--font-body);
  text-transform: uppercase;
  letter-spacing: 1px
}

.contact-intro h1 {
  margin: 15px 0 26px;
  font: 45px/1.28 var(--font-heading);
  color: #fff
}

.contact-intro p {
  max-width: 570px;
  margin: 0;
  font: 400 18px/1.7 var(--font-alt);
  color: #fff
}

.contact-form {
  overflow: hidden;
  border-radius: 20px;
  background: #008028;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18)
}

.contact-form-title {
  min-height: 72px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.contact-form-title h2 {
  margin: 0;
  font: 500 22px/1.3 var(--font-body);
  color: #fff
}

.contact-form-title img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto
}

.contact-form-body {
  height: auto;
  margin: 0 12px 12px;
  padding: 24px 28px 28px;
  border-radius: 16px;
  background: #fff;
  color: #333
}

.contact-form-alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 8px;
  font: 500 13px/1.4 var(--font-alt)
}

.contact-form-alert.is-success {
  background: #e8f6ec;
  color: #065f1d
}

.contact-form-alert.is-error {
  background: #fef2f2;
  color: #991b1b
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  align-items: start
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  font: 500 14px/1.4 var(--font-alt);
  color: #0b3d2e
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(11, 61, 46, .14);
  border-radius: 10px;
  background: #fff;
  padding: 10px 14px;
  outline: 0;
  font: 400 14px/22px var(--font-alt);
  color: #333;
  box-sizing: border-box
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23008028' d='M1.4 0.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer
}

.contact-country-control {
  position: relative;
  width: 100%
}

.contact-country-control [data-country-flag] {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 18px;
  object-fit: cover;
  transform: translateY(-50%);
  pointer-events: none
}

.contact-form .contact-country-control select {
  padding-left: 52px
}

.contact-form textarea {
  height: 96px;
  min-height: 96px;
  resize: vertical;
  padding-top: 12px
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #008028;
  box-shadow: 0 0 0 3px rgba(0, 128, 40, .12)
}

.contact-form [aria-invalid=true],
.contact-form .mti-invalid {
  border-color: #bb1f1f
}

.form-message {
  grid-column: 1/-1
}

.contact-form .mti-captcha {
  margin-top: 4px;
  grid-column: 1 / -1
}

.contact-form .mti-captcha-box {
  grid-template-columns: minmax(150px, 180px) 1fr
}

.contact-form .mti-field-error {
  margin-top: 4px
}

.contact-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-top: 22px;
  padding-top: 8px
}

.contact-form-actions>.btn {
  flex: 0 0 auto;
  min-width: 150px;
  height: 48px;
  border: 0;
  border-radius: 28px;
  background: #0B3D2E;
  color: #fff;
  font: 600 14px var(--font-body);
  cursor: pointer;
  padding: 0 22px
}

.contact-form-actions>.btn:hover {
  background: #014039
}

.form-status {
  flex: 1;
  margin: 0;
  font: 500 12px/18px var(--font-alt);
  color: #008028
}

.contact-numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-left: auto;
  font: 600 14px/1.4 var(--font-alt);
  color: #0b3d2e
}

.contact-numbers>img {
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-bottom: 2px
}

.contact-numbers span {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap
}

.contact-numbers span img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%
}

.locations {
  min-height: 676px;
  padding: 75px 0 90px;
  background: #fff
}

.contact-heading {
  text-align: center
}

.contact-heading>span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0b3d2e;
  font: 400 26px/36px var(--font-ui);
  letter-spacing: 2.3px;
  text-transform: uppercase
}

.contact-heading>span img {
  width: 26px;
  height: 26px
}

.contact-heading h2 {
  margin: 11px 0 12px;
  font: 45px/1.25 var(--font-heading);
  color: #0B3D2E
}

.contact-heading>p {
  max-width: 760px;
  margin: 0 auto;
  color: #525252;
  font: 400 16px/27px var(--font-alt)
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px
}

.location-grid article {
  position: relative;
  min-height: 249px;
  padding: 29px 32px 22px;
  border: 1px solid #008028;
  border-radius: 14px;
  background: #fff
}

.location-flag {
  position: absolute;
  left: 32px;
  top: 60px;
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%
}

.location-grid h3 {
  margin: 0 0 4px;
  color: #008028;
  font: 400 14px/20px var(--font-body);
  text-transform: uppercase;
  letter-spacing: .4px
}

.location-grid h4 {
  margin: 0 0 23px;
  padding-left: 28px;
  color: #0B3D2E;
  font: 24px/31px var(--font-heading)
}

.location-grid p,
.location-grid a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px;
  color: #333;
  font: 400 13px/20px var(--font-alt);
  text-decoration: none
}

.location-grid p img,
.location-grid a img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  object-fit: contain
}

.careers {
  position: relative;
  min-height: 488px;
  padding: 68px 0;
  background: #f5f5f5
}

.careers:before {
  display: none
}

.career-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  align-items: center
}

.career-copy>span {
  padding: 0;
  background: none;
  color: #0b3d2e;
  letter-spacing: 2.3px;
  font: 400 18px/28px var(--font-ui)
}

.career-copy>span img {
  width: 23px;
  height: 23px;
  margin-right: 8px
}

.career-copy h2 {
  margin: 20px 0 28px;
  color: #000;
  font: 45px/1.36 var(--font-heading)
}

.career-copy p {
  max-width: 555px;
  margin: 0 0 35px;
  color: #333;
  font: 400 16px/24px var(--font-alt)
}

.career-copy .btn {
  height: 48px;
  padding: 0 9px 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-radius: 28px;
  background: #008028;
  color: #fff;
  font: 600 14px var(--font-body)
}

.career-copy .btn i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0B3D2E;
  font-style: normal
}

.career-benefits {
  display: flex;
  flex-direction: column;
  gap: 34px
}

.career-benefits article {
  min-height: 46px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: transparent;
  box-shadow: none
}

.career-benefits article>span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #BDD6C6;
  overflow: hidden
}

.career-benefits article>span img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 10px;
}

.career-benefits h3 {
  margin: 0 0 6px;
  color: #000;
  font: 500 16px/22px var(--font-body)
}

.career-benefits p {
  margin: 0;
  color: #333;
  font: 400 13px/19px var(--font-alt)
}

@media(min-width:1366px) {

  .contact-page .contact-hero-grid,
  .contact-page .locations>.container,
  .contact-page .career-grid {
    width: 1290px;
    max-width: calc(100% - 48px)
  }
}

@media(min-width:901px) {
  .contact-page .locations {
    height: 676px
  }

  .contact-page .careers {
    height: 488px;
    min-height: 488px
  }
}

@media(max-width:1100px) {
  .contact-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 54%);
    gap: 35px
  }

  .career-grid {
    gap: 45px
  }

  .contact-form-title {
    padding: 16px 22px
  }

  .contact-form-body {
    padding: 22px 24px 24px
  }

  .location-grid {
    gap: 18px
  }

  .location-grid article {
    padding: 25px 20px
  }
}

@media(max-width:900px) {
  .contact-hero {
    padding: 60px 0
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .contact-intro {
    padding: 0
  }

  .contact-form {
    max-width: 680px;
    width: 100%;
    margin: 0 auto
  }

  .location-grid {
    grid-template-columns: 1fr
  }

  .location-grid article {
    min-height: 0
  }

  .career-grid {
    grid-template-columns: 1fr
  }

  .career-benefits {
    max-width: 680px
  }

  .careers {
    padding: 70px 0
  }
}

@media(max-width:767px) {
  .contact-page .contact-hero {
    padding: 46px 0;
    background-position: 38% center
  }
h2,.home-figma main h2 {
    font-size:30px  !important;
}
  .contact-intro h1 {
    font-size: 36px
  }
.hf-hero p {
    font: 400 14px / 1.55 var(--font-ui) !important;
}
  .contact-intro p {
    font-size: 16px
  }

  .contact-form-title {
    height: auto;
    min-height: 76px;
    padding: 18px 20px
  }

  .contact-form-title h2 {
    font-size: 20px
  }

  .contact-form-body {
    padding: 24px 20px
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .form-message {
    grid-column: auto
  }

  .contact-form-actions {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .contact-numbers {
    width: 100%;
    margin-top: 10px
  }

  .contact-numbers>img {
    margin-left: 0
  }

  .locations {
    padding: 62px 0
  }

  .contact-heading h2 {
    font-size: 38px
  }

  .location-grid {
    margin-top: 34px
  }

  .career-copy h2 {
    font-size: 34px
  }

  .career-benefits {
    grid-template-columns: 1fr
  }

  .career-benefits article {
    min-height: 0
  }
}

@media(max-width:390px) {
  .contact-page main .container,
  .contact-page .site-footer .container {
    width: calc(100% - 32px)
  }

  .contact-intro h1 {
    font-size: 32px
  }

  .contact-form-title h2 {
    font-size: 18px
  }

  .contact-form-actions>.btn {
    flex-basis: 100%
  }

  .career-copy h2 {
    font-size: 31px
  }
}

/* Keep the shared footer within the laptop/tablet canvas. */
@media(min-width:1024px) and (max-width:1300px) {
  .site-footer {
    height: auto;
    min-height: 575px;
    padding-bottom: 28px
  }

  .footer-grid {
    width: calc(100% - 48px);
    height: auto;
    min-height: 400px;
    display: grid;
    grid-template-columns: 1.65fr .8fr 1.1fr .8fr;
    gap: 30px;
    position: relative
  }

  .footer-grid>div,
  .footer-grid>div:nth-child(1),
  .footer-grid>div:nth-child(2),
  .footer-grid>div:nth-child(3),
  .footer-grid>div:nth-child(4) {
    position: static;
    width: auto;
    margin: 0
  }

  .footer-about .footer-logo,
  .footer-about>p {
    width: 100%;
    max-width: 379px
  }

  .site-footer .footer-grid a {
    white-space: normal
  }
}

@media(max-width:767px) {
  .cdd-page .container {
    width: auto;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px
  }
}
.hf-quotes blockquote span.last {
    bottom: -40px;
    top: unset;
    right: 0px;
    left: unset;
    color: #008028;
    font: 110px / 1 var(--font-heading);
    height: 50px;
    position: absolute;
}
/* Corporate Strategy Consulting - Figma node 1:1775 */
.strategy-hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  background: url('../images/strategy-hero.png') center 48%/cover no-repeat;
  color: #fff
}

.strategy-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .46)
}

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

.strategy-hero-copy {
  width: 720px;
  padding-top: 93px
}

.strategy-hero h1 {
  max-width: 660px;
  margin: 0 0 25px;
  font: 45px/55px var(--font-heading);
  color: #fff
}

.strategy-hero p {
  max-width: 710px;
  margin: 0 0 26px;
  font: 400 20px/30px var(--font-ui);
  color: #fff
}

.strategy-button {
  width: 204px;
  height: 50px;
  padding: 0 5px 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 48px;
  background: #fff;
  color: #000;
  font: 500 16px/28px var(--font-ui)
}

.strategy-button i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #007e23;
  color: #fff;
  font-style: normal
}

.strategy-capabilities {
  height: 969px;
  padding: 96px 0 70px;
  background: #fff
}

.strategy-heading {
  text-align: center
}

.strategy-heading h2 {
  margin: 0 0 13px;
  color: #000;
  font: 45px/58px var(--font-heading)
}

.strategy-heading p {
  max-width: 790px;
  margin: 0 auto;
  color: #333;
  font: 400 14px/22px var(--font-ui)
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 65px
}

.strategy-card {
  height: 520px;
  padding: 10px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(11, 61, 46, .1);
  border-radius: 15px;
  background: #fff;
  text-align: center
}

.strategy-card>img {
  width: 50px;
  height: 50px;
  object-fit: contain
}

.strategy-gtm-icon {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  overflow: hidden
}

.strategy-gtm-icon img {
  position: absolute;
  display: block
}

.strategy-gtm-icon img:nth-child(1) {
  left: 0;
  right: 23.73%;
  top: 21.08%;
  bottom: 2.83%;
  width: 76.27%;
  height: 76.09%
}

.strategy-gtm-icon img:nth-child(2) {
  left: 8.36%;
  right: 48.29%;
  top: 29.42%;
  bottom: 27.37%;
  width: 43.35%;
  height: 43.21%
}

.strategy-gtm-icon img:nth-child(3) {
  left: 28.34%;
  right: 8.33%;
  top: 16.13%;
  bottom: 47.31%;
  width: 63.33%;
  height: 36.56%
}

.strategy-gtm-icon img:nth-child(4) {
  left: 18.34%;
  right: 0;
  top: 2.83%;
  bottom: 27.36%;
  width: 81.66%;
  height: 69.81%
}

.strategy-gtm-icon img:nth-child(5) {
  left: 80.03%;
  right: 6.69%;
  top: 54.36%;
  bottom: 42.32%;
  width: 13.28%;
  height: 3.32%
}

.strategy-gtm-icon img:nth-child(6) {
  left: 25.03%;
  right: 58.35%;
  top: 11.14%;
  bottom: 85.53%;
  width: 16.62%;
  height: 3.33%
}

.strategy-card h3 {
  height: 62px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007e23;
  font: 24px/31px var(--font-heading)
}

.strategy-card>p {
  height: 72px;
  margin: 22px 0 30px;
  display: flex;
  align-items: center;
  color: #333;
  font: 400 18px/24px var(--font-ui)
}

.strategy-card ul {
  width: 100%;
  height: 264px;
  margin: 0;
  padding: 25px 14px 20px 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border-radius: 15px;
  background: #f5f5f5;
  text-align: left;
  list-style: none
}

.strategy-card li {
  position: relative;
  color: #333;
  font: 400 15px/20px var(--font-ui)
}

.strategy-card li:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #008028;
  transform: rotate(45deg)
}

.strategy-more {
  margin: 62px 0 0;
  text-align: center;
  color: #0B3D2E;
  font: 600 12px/18px var(--font-alt)
}

.strategy-cases {
  height: 698px;
  padding: 67px 0 60px;
  background: #f5f5f5
}

.strategy-cases h2 {
  margin: 0 0 48px;
  color: #00701f;
  font: 45px/55px var(--font-heading);
  text-transform: capitalize
}

.strategy-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px
}

.strategy-case-grid article {
  height: 485px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff
}

.strategy-case-grid article>img {
  width: 100%;
  height: 226px;
  border-radius: 15px;
  object-fit: cover
}

.strategy-case-grid h3 a {
    color: #333;
    font: 500 18px / 30px var(--font-ui);
    text-transform: capitalize;
}
.strategy-case-grid h3 a:hover{
color: #00701f;

}
.strategy-case-grid h3 {
  margin:10px 0 0;
  color: #333;
  font: 500 23px/31px var(--font-ui);
  text-transform: capitalize;
    height: 90px;
    overflow: hidden;
}
.strategy-case-grid a {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #00701f;
  font: 500 13px/22px var(--font-alt);
  text-decoration: none
}

.strategy-case-grid a i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #00701f;
  color: #fff;
  font-style: normal
}

.strategy-cta {
  height: 360px;
  position: relative;
  padding: 76px 0;
  background: url('../images/strategy-cta.png') center/cover no-repeat;
  color: #fff
}

.strategy-cta:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .67)
}

.strategy-cta .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center
}

.strategy-cta h2 {
  margin: 0;
  color: #fff;
  font: 45px/58px var(--font-heading)
}

.strategy-cta p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #fff;
  font: 400 16px/25px var(--font-ui)
}

.strategy-cta .btn {
  width: 150px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #008028;
  color: #fff;
  font: 600 16px var(--font-ui)
}

@media(min-width:1366px) {

  .strategy-page main>.strategy-hero>.container,
  .strategy-page main>.strategy-capabilities>.container,
  .strategy-page main>.strategy-cases>.container,
  .strategy-page main>.strategy-cta>.container {
    width: 1290px;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto
  }
}

@media(max-width:1200px) {
  .strategy-grid {
    gap: 12px
  }

  .strategy-card {
    padding-left: 17px;
    padding-right: 17px
  }

  .strategy-case-grid h3 {
    font-size: 19px;
    line-height: 27px
  }
}

@media(max-width:1100px) {
  .strategy-hero {
    height: 520px
  }

  .strategy-hero-copy {
    width: 65%;
    padding-top: 75px
  }

  .strategy-hero h1 {
    font-size: 42px
  }

  .strategy-hero p {
    font-size: 17px;
    line-height: 27px
  }

  .strategy-capabilities {
    height: auto;
    padding: 75px 0
  }

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

  .strategy-card {
    height: 520px
  }

  .strategy-more {
    margin-top: 40px
  }

  .strategy-cases {
    height: auto
  }

  .strategy-case-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .strategy-cta .container {
    gap: 50px
  }

  .strategy-cta h2 {
    font-size: 39px;
    line-height: 50px
  }
}

@media(max-width:767px) {
  .strategy-hero {
    height: auto;
    min-height: 520px;
    background-position: 58% center
  }

  .strategy-hero-copy {
    width: 100%;
    padding: 80px 0
  }

  .strategy-hero h1 {
    font-size: 38px;
    line-height: 47px
  }

  .strategy-hero p {
    font-size: 16px;
    line-height: 26px
  }

  .strategy-heading h2 {
    font-size: 36px;
    line-height: 46px
  }

  .strategy-grid,
  .strategy-case-grid {
    grid-template-columns: 1fr
  }

  .strategy-card {
    height: auto;
    min-height: 500px
  }

  .strategy-cases h2 {
    font-size: 38px
  }

  .strategy-case-grid article {
    height: auto;
    min-height: 465px
  }

  .strategy-cta {
    height: auto;
    min-height: 390px
  }

  .strategy-cta .container {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .strategy-cta h2 {
    font-size: 38px;
    line-height: 48px
  }
}

/* Footer contact glyphs are white on the shared green background. */
.site-footer .contact-line>img[src$="contact-phone.svg"],
.site-footer .contact-line>img[src$="contact-location.svg"],
.site-footer .contact-line>img[src$="contact-email.svg"] {
  filter: brightness(0) invert(1)
}

/* Remaining Figma pages: shared alignment and report components */
.ma-page h1,
.ma-page h2,
.reports-list-page h1,
.reports-list-page h2,
.home-page h1,
.home-page h2,
.report-detail-page h1,
.report-detail-page h2 {
  font-family: var(--font-heading);
  color: var(--color-dark)
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-primary);
  font: 600 13px/20px var(--font-ui);
  letter-spacing: 3px
}

.arrow-btn {
  gap: 26px
}

.arrow-btn b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-dark);
  color: #fff
}

.ma-hero {
  min-height: 636px;
  padding: 115px 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .1)), url('../images/ma-hero.png') center/cover;
  color: #fff
}

.ma-hero>div>div {
  max-width: 690px
}

.ma-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 54px;
  line-height: 1.12
}

.ma-hero p {
  font: 400 19px/1.6 var(--font-ui);
  margin: 0 0 32px
}

.ma-hero .btn {
  padding: 6px 7px 6px 22px;
  border-radius: 40px;
  color: #0B3D2E
}

.ma-benefits {
  padding: 92px 0
}

.ma-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.ma-split h2 {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 24px
}

.ma-split h3 {
  color: var(--color-dark);
  font-size: 22px;
  margin: 28px 0 8px
}

.ma-split>img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  border-radius: 18px
}

.green-checks {
  padding: 0;
  list-style: none
}

.green-checks li {
  position: relative;
  padding-left: 30px;
  margin: 14px 0
}

.green-checks li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700
}

.ma-depth {
  padding: 90px 0 105px;
  background: #f5f5f5;
  text-align: center
}

.ma-depth h2 {
  font-size: 45px;
  margin: 0 0 62px
}

.ma-depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  text-align: left
}

.ma-depth-grid article {
  position: relative;
  min-height: 500px;
  padding: 74px 58px 45px;
  border: 3px solid var(--color-primary);
  border-radius: 24px;
  background: #fff
}

.ma-depth-grid article>span {
  position: absolute;
  top: -20px;
  left: 58px;
  padding: 8px 20px;
  border-radius: 24px;
  background: var(--color-primary);
  color: #fff
}

.ma-depth-grid h3 {
  font-size: 32px;
  color: #0B3D2E;
  margin: 0 0 16px
}

.ma-depth-grid p,
.ma-depth-grid li {
  font-size: 17px;
  line-height: 1.55
}

.outline-green {
  border: 1px solid var(--color-primary);
  color: var(--color-primary)
}

.ma-framework {
  padding: 90px 0;
  text-align: center
}

.ma-framework h2 {
  font-size: 45px;
  margin: 0 0 42px
}

.ma-framework img {
  width: 100%;
  border-radius: 16px
}

.reports-hero {
  padding: 95px 0;
  background: #f3f5f4;
  text-align: center
}

.reports-hero h1 {
  font-size: 54px;
  margin: 0 0 18px
}

.reports-hero p:last-child {
  max-width: 760px;
  margin: auto;
  font-size: 18px
}

.reports-browser {
  padding: 72px 0 110px
}

.reports-browser>div>h2 {
  text-align: center;
  font-size: 46px;
  margin: 0 0 50px
}

.reports-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 46px
}

.report-filter {
  position: sticky;
  top: 24px;
  padding: 28px;
  border: 1px solid #dce3df;
  border-radius: 15px;
  background: #fff
}

.report-filter label {
  display: block;
  margin: 0 0 8px;
  color: #222;
  font-weight: 600
}

.report-filter input,
.report-filter select {
  width: 100%;
  height: 48px;
  margin: 0 0 22px;
  padding: 0 12px;
  border: 1px solid #ccd5d0;
  border-radius: 6px;
  background: #fff
}

.report-row {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding: 34px 0;
  border-bottom: 1px solid #d8dfdb
}

.report-row:first-child {
  padding-top: 0
}

.report-row span {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px
}

.report-row h3 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: var(--color-dark);
  font: 30px/1.25 var(--font-heading)
}

.report-row p {
  max-width: 760px
}

.report-row>a {
  align-self: center;
  white-space: nowrap;
  color: var(--color-primary);
  font-weight: 600
}

.pagination {
  display: flex;
  gap: 8px;
  margin-top: 40px
}

.pagination a {
  padding: 10px 15px;
  border: 1px solid #d5ddd8;
  border-radius: 5px
}

.pagination .active {
  background: var(--color-primary);
  color: #fff
}

.home-hero {
  min-height: 650px;
  padding: 85px 0;
  background: #f4f7f5
}

.home-hero>.container {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 48px
}

.home-hero h1 {
  font-size: 52px;
  line-height: 1.14;
  margin: 0 0 20px
}

.home-hero p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px
}

.home-hero img {
  width: 100%;
  max-height: 520px;
  object-fit: contain
}

.home-services,
.home-why,
.home-track,
.home-reports {
  padding: 95px 0
}

.home-services h2,
.home-why h2,
.home-track h2,
.home-reports h2 {
  font-size: 45px;
  margin: 0 0 42px
}

.service-list>a {
  display: grid;
  grid-template-columns: 70px 1fr 1fr 35px;
  gap: 28px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #d9e0dc
}

.service-list>a:last-child {
  border-bottom: 1px solid #d9e0dc
}

.service-list h3 {
  margin: 0;
  color: var(--color-dark);
  font: 28px var(--font-heading)
}

.service-list p {
  margin: 0
}

.service-list span,
.service-list b {
  color: var(--color-primary)
}

.home-why,
.home-reports {
  background: #f5f5f5
}

.home-card-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.home-card-grid article,
.metric-grid article {
  padding: 32px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e1e8e4
}

.home-card-grid strong {
  color: var(--color-primary);
  font-size: 28px
}

.home-card-grid h3 {
  color: var(--color-dark);
  font-size: 20px
}

.metric-grid article {
  text-align: center;
  background: #eaf3ee
}

.metric-grid strong {
  display: block;
  color: var(--color-dark);
  font: 48px var(--font-heading)
}

.metric-grid span {
  display: block;
  margin-top: 12px
}

.all-reports {
  display: table;
  margin: 40px auto 0
}

.report-hero {
  padding: 52px 0 44px;
  background: var(--color-primary);
  color: #fff
}

.breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 25px;
  font-size: 13px
}

.report-hero h1 {
  max-width: 1120px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 39px;
  line-height: 1.23
}

.report-hero p {
  max-width: 1100px;
  line-height: 1.6
}

.report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px
}

.report-actions .btn {
  padding: 12px 19px;
  border-radius: 25px
}

.report-license {
  background: var(--color-dark);
  color: #fff
}

.report-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #dce3df
}

.report-tabs a {
  flex: 0 0 auto;
  padding: 20px 22px;
  border-bottom: 3px solid transparent;
  color: #333
}

.report-tabs .active {
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 600
}

.report-content {
  padding: 58px 0 100px
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 52px
}

.report-main h2 {
  font-size: 38px;
  margin: 0 0 25px
}

.report-main h3 {
  margin: 34px 0 12px;
  color: var(--color-dark);
  font-size: 23px
}

.report-main p,
.report-main li {
  font-size: 16px;
  line-height: 1.75
}

.report-callout {
  margin: 32px 0;
  padding: 28px;
  border-left: 4px solid var(--color-primary);
  background: #edf5f0
}

.report-sidebar>div {
  padding: 26px;
  border: 1px solid #d9e2dd;
  border-radius: 14px;
  margin-bottom: 22px
}

.report-sidebar h3 {
  margin-top: 0;
  color: var(--color-dark)
}

.report-sidebar li {
  margin: 12px 0
}

.report-help {
  background: #eef6f1
}

.toc li {
  padding: 15px 0;
  border-bottom: 1px solid #e2e6e4
}

.method-img {
  width: 100%;
  margin: 25px 0 45px;
  border: 1px solid #e2e6e4
}

.sample-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 35px;
  padding: 30px;
  border-radius: 16px;
  background: #f6f7f6
}

.sample-card>img {
  height: 360px;
  width: 100%;
  object-fit: cover
}

.sample-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.sample-form label {
  color: #222;
  font-size: 13px
}

.sample-form input {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 6px;
  border: 0;
  border-bottom: 1px solid #aeb9b3;
  background: transparent
}

.sample-form button {
  grid-column: 1/-1;
  justify-self: start
}

@media(max-width:1023px) {

  .ma-split,
  .home-hero>.container,
  .report-layout {
    grid-template-columns: 1fr
  }

  .ma-split>img {
    height: 420px
  }

  .ma-depth-grid {
    grid-template-columns: 1fr
  }

  .reports-layout {
    grid-template-columns: 1fr
  }

  .report-filter {
    position: static
  }

  .home-card-grid,
  .metric-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .report-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .service-list>a {
    grid-template-columns: 50px 1fr 30px
  }

  .service-list p {
    display: none
  }
}

@media(max-width:767px) {
  .ma-hero {
    min-height: 560px;
    padding: 75px 0
  }

  .ma-hero h1,
  .reports-hero h1,
  .home-hero h1 {
    font-size: 38px
  }

  .ma-benefits,
  .ma-depth,
  .ma-framework,
  .home-services,
  .home-why,
  .home-track,
  .home-reports {
    padding: 65px 0
  }

  .ma-split {
    gap: 35px
  }

  .ma-split h2,
  .ma-depth h2,
  .ma-framework h2,
  .reports-browser>div>h2,
  .home-services h2,
  .home-why h2,
  .home-track h2,
  .home-reports h2 {
    font-size: 36px
  }

  .ma-depth-grid article {
    padding: 60px 26px 32px
  }

  .ma-depth-grid article>span {
    left: 25px
  }

  .reports-layout {
    gap: 25px
  }

  .report-row {
    display: block
  }

  .report-row>a {
    display: inline-block;
    margin-top: 16px
  }

  .home-hero {
    padding: 60px 0
  }

  .home-hero img {
    order: -1
  }

  .home-card-grid,
  .metric-grid {
    grid-template-columns: 1fr
  }

  .report-hero h1 {
    font-size: 30px
  }

  .report-tabs {
    width: 100%;
    padding: 0 16px
  }

  .report-layout {
    gap: 28px
  }

  .report-sidebar {
    grid-template-columns: 1fr
  }

  .sample-card,
  .sample-form {
    grid-template-columns: 1fr
  }

  .sample-card>img {
    height: 260px
  }

  .report-actions .btn {
    font-size: 12px
  }
}

/* Home page — exact section order and proportions from Figma node 1:3059. */
.home-figma main h2 {
  margin: 0;
  color: #0B3D2E !important;
  font:45px/1.2 var(--font-heading);
  text-align: center
}

.hf-hero {
  height: 100vh;
  position: relative;
  background: url('../images/home-hero.jpg') center/cover no-repeat;
  color: #fff
}

.hf-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 20, 18, .86) 0%, rgba(0, 20, 18, .58) 43%, rgba(0, 20, 18, .08) 76%)
}

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

.hf-hero-copy {
    width: 750px;
    padding-top: 80px;
}

.hf-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font: 45px/1.13 var(--font-heading)
}

.hf-hero p {
  margin: 0 0 15px;
  color: #fff;
  font: 400 16px/1.55 var(--font-ui)
}

.hf-hero .btn {
  margin-top: 8px
}

.hf-trusted {
  height: 330px;
  padding: 52px 0 42px;
  background: #fff
}

.hf-trusted h2 {
  font-size: 45px !important
}

.hf-logo-row {
  height: 125px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

.hf-logo-row img {
  max-width: 160px;
  max-height: 62px;
  object-fit: contain
}

.hf-services {
  padding: 52px 0 68px;
  background: #f5f5f5
}

.hf-services h2 {
  margin-bottom: 28px !important
}

.hf-service-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.hf-service-list>a {
  min-height: 102px;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 64px 1fr 36px;
  gap: 22px;
  align-items: center;
  border: 1px solid #dbe5df;
  border-radius: 9px;
  background: #fff
}

.hf-service-list>a>img {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.hf-service-list h3 {
  margin: 0 0 6px;
  color: #0B3D2E;
  font: 23px/1.2 var(--font-heading)
}

.hf-service-list p {
  margin: 0;
  color: #525252;
  font: 400 16px/1.5 var(--font-ui)
}

.hf-service-list b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f4f2;
  color: #008028
}

.hf-why {
  padding: 68px 0;
  background: #ececec
}

.hf-why h2 {
  margin-bottom: 36px !important
}

.hf-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.hf-why-grid article {
  min-height: 255px;
  padding: 28px 22px;
  border-radius: 8px;
  background: #fff
}

.hf-why-grid strong {
  min-height: 54px;
  display: block;
  color: #008028;
  font: 30px/1.05 var(--font-heading)
}

.hf-why-grid h3 {
  margin: 20px 0 10px;
  color: #0B3D2E;
  font: 600 16px/1.25 var(--font-ui)
}

.hf-why-grid p {
  margin: 0;
  font: 400 12px/1.5 var(--font-ui)
}

.hf-track {
  padding: 75px 0 80px;
  background: #fff;
  text-align: center
}

.hf-track>div>p {
  max-width: 720px;
  margin: 14px auto 42px
}

.hf-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.hf-metrics article {
  min-height: 190px;
  padding: 34px 22px;
  border-radius: 10px;
  background: #edf6f1
}

.hf-metrics strong {
  display: block;
  color: #0B3D2E;
  font: 45px var(--font-heading)
}

.hf-metrics span {
  display: block;
  margin-top: 18px;
  color: #0B3D2E;
  font: 500 14px/1.45 var(--font-ui)
}

.hf-testimonials {
  padding: 64px 0 70px;
  background: #ececec
}

.hf-testimonials h2 {
  margin-bottom: 35px !important
}

.hf-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px
}

.hf-quotes blockquote {
  min-height: 210px;
  margin: 0;
  padding: 32px;
  border-radius: 10px;
  background: #fff
}
.hf-quotes cite img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 2px;
    border-radius: 50px;
}
.hf-quotes p {
    margin: 0 0 24px;
    color: #0B3D2E;
    font: 500 20px / 1.55 var(--font-ui);
    font-weight: bold;
}
.hf-quotes cite {
  color:#0B3D2E;
  font: 500 18px var(--font-ui);
  font-style: normal;
  display: flex;
}

.hf-reports {
  padding: 72px 0 75px;
  background: #fff
}

.hf-reports h2 {
  margin-bottom: 38px !important
}

.hf-report-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.hf-report-grid article {
  padding: 18px;
  border: 1px solid #e1e4e2;
  border-radius: 10px
}

.hf-report-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px
}

.hf-report-grid h3 {
  min-height: 56px;
  margin: 18px 0 16px;
  color: #0B3D2E;
  font: 19px/1.35 ;  
    font-weight: 500;
}

.hf-report-grid .report-body h3 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.hf-report-grid .report-body h3 a:hover {
  color: #007E23;
  text-decoration: underline;
}

.hf-report-grid a {
  color: #008028;
  font: 600 13px var(--font-ui)
}

.hf-referenced {
  padding: 35px 0 45px;
  background:#ECECEC;
}

.hf-referenced h2 {
  font-size:45px !important;
  color:#0B3D2E;
}

.hf-referenced>div>div {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap
}
section.cta h2 {
    color: #fff !important;
    text-align: left;
}
.hf-referenced img {
  max-width: 135px;
  max-height: 55px;
  object-fit: contain
}

@media(max-width:1023px) {
  .hf-logo-row {
    flex-wrap: wrap;
    height: auto;
    justify-content: center
  }

  .hf-trusted {
    height: auto
  }

  .hf-why-grid,
  .hf-metrics {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:767px) {
  .hf-hero {
    height: auto;
    min-height: 590px;
    background-position: 62% center
  }

  .hf-hero-copy {
    width: 100%;
    padding: 65px 0
  }
.impact-grid article {
    height: auto;
}
  .hf-hero h1 {
    font-size:30px
  }
.hf-hero h5 {
    font-size: 16px !important;
    font-weight: 100;
}
  .hf-trusted,
  .hf-services,
  .hf-why,
  .hf-track,
  .hf-testimonials,
  .hf-reports {
    padding: 55px 0
  }

  .hf-logo-row img {
    max-width: 100px
  }

  .hf-why-grid,
  .hf-metrics,
  .hf-quotes,
  .hf-report-grid {
    grid-template-columns: 1fr
  }

  .hf-service-list>a {
    grid-template-columns: 52px 1fr 28px;
    padding: 14px
  }

  .hf-service-list>a>img {
    width: 48px;
    height: 48px
  }

  .hf-service-list h3 {
    font-size: 19px
  }

  .hf-report-grid img {
    height: 190px
  }
}

/* Reports listing — Figma node 1:2464. */
.reports-figma {
  background: #f9f9f9
}

.rf-hero {
  height: 390px;
  padding: 68px 0;
  background: #006e28 url('../images/reports-hero-bg.png') center/cover no-repeat;
  color: #fff
}

.rf-hero>.container {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
  align-items: center
}

.rf-search h1 {
  margin: 0 0 8px;
  color: #fff;
  font: 46px/1.1 var(--font-heading)
}

.rf-search p {
  margin: 0 0 28px;
  font-size: 16px
}

.rf-search form {
  height: 56px;
  max-width: 490px;
  display: flex;
  border-radius: 4px;
  background: #fff
}

.rf-search input {
  flex: 1;
  border: 0;
  padding: 0 18px
}

.rf-search button.rf-search-submit,
.rf-search-field > button.rf-search-submit {
  width: 56px;
  border: 0;
  background: transparent;
  color: #008028;
  font-size: 25px
}

.rf-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 60px
}

.rf-stats article {
  position: relative;
  padding-left: 42px
}

.rf-stats article:before {
  content: '▣';
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 25px
}

.rf-stats strong {
  display: block;
  color: #fff;
  font: 35px/1 var(--font-heading)
}

.rf-stats span {
  font-size: 13px
}

.rf-browser {
  padding: 55px 0 90px
}

.rf-browser h2 {
  margin: 0 0 36px;
  padding-left: 15px;
  border-left: 3px solid #008028;
  color: #0B3D2E;
  font: 30px var(--font-heading)
}

.rf-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px
}

.rf-layout aside {
  align-self: start;
  padding: 22px 0;
  border: 1px solid #dbe2de;
  border-radius: 5px;
  background: #fff
}

.rf-layout aside a {
  display: block;
  padding: 11px 22px;
  color: #008028;
  font-size: 13px
}

.rf-layout aside .active {
  background: #edf6f1;
  font-weight: 600
}

.rf-results {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.rf-results article {
  padding: 20px 22px;
  border: 1px solid #d9dfdc;
  border-radius: 8px;
  background: #fff
}

.rf-results h3 {
  margin: 0 0 10px;
  color: #333;
  font: 500 17px/1.45 var(--font-ui)
}

.rf-results h3 i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e64b57
}

.rf-results p {
  margin: 0 0 15px;
  font: 400 12px/1.5 var(--font-ui)
}

.rf-meta {
  display: grid;
  grid-template-columns: 45px repeat(3, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #e4e8e6
}

.rf-meta span {
  color: #ec1938;
  font-weight: 700
}

.rf-meta small {
  font-size: 11px;
  color: #6b6b6b
}

.rf-meta a {
  height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008028;
  border-radius: 5px;
  color: #008028;
  font-size: 11px;
  font-weight: 600
}

.rf-meta .download {
  gap: 8px;
  background: #008028;
  color: #fff
}

.rf-meta .download img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1)
}

.rf-load {
  align-self: center;
  margin-top: 20px;
  padding: 12px 55px;
  border: 0;
  border-radius: 5px;
  background: #008028;
  color: #fff
}

@media(max-width:1023px) {
  .rf-hero {
    height: auto
  }

  .rf-hero>.container {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .rf-layout {
    grid-template-columns: 1fr
  }

  .rf-layout aside {
    display: flex;
    overflow-x: auto
  }

  .rf-layout aside a {
    white-space: nowrap
  }

  .rf-meta {
    grid-template-columns: 45px repeat(3, 1fr)
  }

  .rf-meta a {
    margin-top: 8px
  }
}

@media(max-width:767px) {
  .rf-hero {
    padding: 55px 0
  }
.site-header nav#main-nav .dropdown {
    display: block !important;
}
  .rf-search h1 {
    font-size: 38px
  }

  .rf-stats {
    gap: 28px 18px
  }

  .rf-stats article {
    padding-left: 0
  }

  .rf-stats article:before {
    display: none
  }

  .rf-meta {
    grid-template-columns: repeat(2, 1fr)
  }

  .rf-meta a {
    grid-column: span 1
  }

  .rf-results article {
    padding: 16px
  }

  .rf-results h3 {
    font-size: 15px
  }
}

/* Report detail pages — exact shared Figma shell. */
.report-detail-page {
  background: #f1f1f1
}

.report-detail-page .report-hero {
  min-height: 378px;
  padding: 42px 0 36px;
  background-color: #006d2b;
  background-image: linear-gradient(120deg, rgba(0, 40, 35, .65), rgba(0, 128, 40, .15)), url('../images/healthcare-bg.png');
  background-size: cover
}

.report-detail-page .report-hero h1 {
  max-width: 1260px;
  font: 32px/1.35 var(--font-ui);
  font-weight: 500
}

.report-detail-page .report-hero p {
  display: none
}

.report-detail-page .breadcrumb {
  margin-bottom: 24px
}

.report-detail-page .report-actions {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .34);
  gap: 28px
}

.report-detail-page .report-actions .btn {
  min-width: 175px;
  height: 51px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px
}

.report-detail-page .report-tabs {
  width: min(1290px, calc(100% - 96px));
  margin-top: 46px;
  background: #fff;
  border-bottom: 0
}

.report-detail-page .report-tabs a {
  padding: 12px 17px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid transparent;
  background: #f7f7f7;
  font-size: 12px
}

.report-detail-page .report-tabs .active {
  border-bottom-color: #008028;
  background: #008028;
  color: #fff
}

.report-detail-page .report-content {
  padding: 0 0 100px
}

.report-detail-page .report-layout {
  width: min(1290px, calc(100% - 96px));
  padding: 38px 28px 110px;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 50px;
  background: #fff
}

.report-detail-page .report-main h2 {
  font: 600 21px/1.35 var(--font-ui);
  color: #0B3D2E
}

.report-detail-page .report-main h3 {
  font: 600 17px/1.35 var(--font-ui);
  color: #0B3D2E
}

.report-detail-page .report-main p,
.report-detail-page .report-main li {
  font: 400 12px/1.65 var(--font-ui);
  color: #0B3D2E
}

.report-detail-page .report-main>ul {
  padding-left: 20px
}

.report-tree>li {
  margin: 28px 0
}

.report-tree ul {
  margin-top: 13px
}

.report-tree ul li {
  margin: 5px 0
}

.tailored {
  margin-top: 90px
}

.tailored h3 {
  font-size: 18px !important
}

.tailored ul {
  list-style: none;
  padding: 0
}

.tailored li {
  position: relative;
  padding-left: 24px
}

.tailored li:before {
  content: '●';
  position: absolute;
  left: 0;
  color: #008028
}

.tailored .btn {
  display: inline-flex;
  margin-top: 15px;
  padding: 11px 20px
}

.report-detail-page .report-sidebar>div {
  margin: 0;
  padding: 0;
  border: 0
}

.report-share {
  display: flex !important;
  gap: 12px !important;
  margin-bottom: 12px !important
}

.report-share span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  background: #fff;
  color: #008028;
  font-size: 11px
}

.feature-box h3 {
  margin: 0 0 10px !important;
  color: #008028 !important;
  font-size: 16px
}

.feature-box ul {
  padding-left: 20px
}

.feature-box li {
  margin: 10px 0;
  color: #0B3D2E;
  font-size: 11px
}

.feature-box li::marker {
  color: #008bd2
}

.report-detail-page .report-help {
  margin-top: 18px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  background: #f1f1f1 !important
}

.report-help h3 {
  color: #008028 !important
}

.report-help p,
.report-help strong,
.report-help small {
  display: block;
  font-size: 11px;
  line-height: 1.55
}

.report-help strong {
  margin: 16px 0
}

.report-help .btn {
  width: 100%;
  margin: 8px 0;
  padding: 11px 8px;
  border-radius: 0;
  font-size: 10px
}

.report-help .access {
  background: #087fe8
}

.sample-form-card {
  max-width: 680px;
  margin: 30px auto;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  overflow: hidden
}

.sample-form-card h2 {
  margin: 0 !important;
  padding: 35px 40px;
  border-bottom: 1px solid #ccc;
  color: #008028 !important;
  font-size: 27px !important
}

.sample-form-card .sample-form {
  padding: 30px 40px 36px
}

.sample-form select,
.sample-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff
}

.sample-form select {
  height: 45px;
  padding: 0 10px
}

.sample-form textarea {
  height: 80px;
  padding: 10px;
  resize: vertical
}

.sample-form .wide {
  grid-column: 1/-1
}

.sample-form .agree {
  display: flex;
  align-items: center;
  gap: 8px
}

.sample-form .agree input {
  width: 18px;
  height: 18px;
  margin: 0
}

.sample-form button {
  height: 46px;
  border: 2px solid #008028;
  border-radius: 24px;
  background: #fff;
  color: #008028
}

.report-detail-page .method-img {
  max-width: 720px;
  margin: 20px 0 38px;
  border: 0
}

@media(max-width:900px) {

  .report-detail-page .report-tabs,
  .report-detail-page .report-layout {
    width: calc(100% - 32px)
  }

  .report-detail-page .report-layout {
    grid-template-columns: 1fr
  }

  .report-detail-page .report-sidebar {
    display: block
  }

  .report-detail-page .report-hero h1 {
    font-size: 25px
  }

  .report-detail-page .report-actions {
    gap: 12px
  }

  .report-detail-page .report-actions .btn {
    min-width: auto;
    height: 43px
  }

  .report-detail-page .report-tabs {
    margin-top: 20px
  }

  .sample-form-card {
    margin: 0
  }
}

.report-detail-page .report-hero {
  background-image: linear-gradient(120deg, rgba(0, 40, 35, .5), rgba(0, 128, 40, .08)), url('../images/reports-hero-bg.png')
}

.editorial-chart {
  width: 100%;
  max-width: 760px;
  margin: 22px 0 38px;
  border: 1px solid #d9e4de
}

.editorial-chart.players {
  object-fit: contain
}

.report-table {
  margin: 30px 0;
  border: 1px solid #bfd8ca
}

.report-table>div {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #d8e5de
}

.report-table>div:last-child {
  border-bottom: 0
}

.report-table b,
.report-table span {
  padding: 12px
}

.report-table>div:first-child {
  background: #008028;
  color: #fff
}

.report-main details {
  padding: 15px 0;
  border-bottom: 1px solid #ddd
}

.report-main summary {
  cursor: pointer;
  color: #0B3D2E;
  font-weight: 600
}

.toc.detailed li {
  padding: 18px 10px;
  font-size: 14px
}

/* Home feedback refinements */
.hf-trusted {
  height: auto;
  min-height: 330px
}

.hf-logo-row {
  height: auto;
  min-height: 125px;
  display: grid;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 26px 34px
}

.hf-logo-row img {
  width: 100%;
  height: 54px;
  max-width: 150px;
  margin: auto;
  object-fit: contain
}

/* Trusted organizations: two-row continuous logo slider. */
.hf-logo-slider {
  display: grid;
  gap: 22px;
  margin-top: 30px;
  overflow: hidden
}

.hf-logo-viewport {
  width: 100%;
  overflow: hidden
}

.hf-logo-track {
  display: flex;
  width: max-content;
  gap: 34px;
  will-change: transform;
  animation: hf-logo-scroll 28s linear infinite
}

.hf-logo-track.is-reverse {
  animation-direction: reverse;
  animation-duration: 32s
}

.hf-logo-group {
  display: flex;
  align-items: center;
  gap: 34px
}

.hf-logo-group img {
  width: 150px;
  height: 54px;
  flex: 0 0 150px;
  object-fit: contain
}

.hf-logo-slider:hover .hf-logo-track {
  animation-play-state: paused
}

@keyframes hf-logo-scroll {
  from { transform: translateX(0) }
  to { transform: translateX(calc(-50% - 17px)) }
}

@media(max-width:767px) {
  .hf-logo-slider { gap: 16px }
  .hf-logo-track,
  .hf-logo-group { gap: 22px }
  .hf-logo-group img {
    width: 110px;
    height: 46px;
    flex-basis: 110px
  }
  @keyframes hf-logo-scroll {
    from { transform: translateX(0) }
    to { transform: translateX(calc(-50% - 11px)) }
  }
}

@media(prefers-reduced-motion:reduce) {
  .hf-logo-track {
    animation-play-state: paused
  }
}

.hf-service-list>a {
  position: relative;
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s
}

.hf-service-list>a:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 128, 40, .08), transparent 55%);
  transform: translateX(-105%);
  transition: transform .35s
}

.hf-service-list>a:hover,
.hf-service-list>a:focus-visible {
  transform: translateY(-3px);
  border-color: #008028;
  box-shadow: 0 12px 28px rgba(0, 40, 36, .12)
}

.hf-service-list>a:hover:before,
.hf-service-list>a:focus-visible:before {
  transform: translateX(0)
}

.hf-service-list>a:hover h3 {
  color: #008028
}

.hf-service-list>a:hover>b {
  background: #008028;
  color: #fff;
  transform: translateX(3px)
}

.hf-service-list>a>b {
  transition: .25s
}

.hf-why {
  padding: 76px 0 82px
}

.hf-why-grid {
  gap: 20px
}

.hf-why-grid article {
  position: relative;
  min-height: 292px;
  padding: 28px 24px 25px;
  border: 1px solid transparent;
  transition: .25s
}

.hf-why-grid article:hover {
  transform: translateY(-5px);
  border-color: #b9d6c5;
  box-shadow: 0 15px 35px rgba(0, 40, 36, .1)
}

.why-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #e7f3eb;
  color: #008028;
  font-size: 23px
}

.hf-why-grid strong {
  min-height: 56px;
  font-size: 27px
}

.hf-why-grid h3 {
  margin-top: 17px
}

.hf-track {
  padding: 78px 0 88px
}

.hf-track>div>p {
  margin-bottom: 48px
}

.hf-metrics {
  gap: 24px
}

.hf-metrics article {
  position: relative;
  min-height: auto;
  padding: 30px 24px 28px;
  border: 1px solid #d7e9de;
  background: linear-gradient(145deg, #edf7f1, #f9fcfa);
  text-align: center;
  transition: .25s
}

.hf-metrics article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 40, 36, .09)
}

.metric-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008028;
  color: #fff
}

.hf-metrics strong {
  font-size: 43px
}

.hf-metrics span {
  max-width: 210px;
  margin: 14px auto 0
}

.hf-testimonials {
  padding: 68px 0 78px;
  overflow: hidden
}

.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px
}

.testimonial-heading h2 {
  margin: 0 !important;
  text-align: left
}

.testimonial-heading button {
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border: 1px solid #008028;
  border-radius: 50%;
  background: #fff;
  color: #008028;
  cursor: pointer
}

.testimonial-heading button:hover:not(:disabled) {
  background: #008028;
  color: #fff
}

.testimonial-heading button:disabled {
  opacity: .35
}

.testimonial-window {
  overflow: hidden
}

.hf-quotes {
  display: flex;
  gap: 24px;
  transition: transform .45s
}

.hf-quotes blockquote {
  flex: 0 0 calc(50% - 12px);
  min-height: 235px;
  position: relative;
  padding: 36px 34px 30px;
  border: 1px solid #e0e7e3
}

.hf-quotes blockquote>span {
  position: absolute;
  left: 28px;
  top: 15px;
  color: #008028;
  font: 110px/1 var(--font-heading)
}

.hf-quotes blockquote p {
  position: relative;
  margin-top: 38px;
    margin-bottom: 50px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px
}

.testimonial-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b7c8be
}

.testimonial-dots i.active {
  width: 24px;
  border-radius: 6px;
  background: #008028
}

.hf-report-grid {
  gap: 24px
}

.hf-report-grid article {
  padding: 0;
  overflow: hidden;
  background: #fff;
  transition: .25s
}

.hf-report-grid article:hover {
  transform: translateY(-5px);
  border-color: #bad6c5;
  box-shadow: 0 16px 35px rgba(0, 40, 36, .12)
}

.report-image {
  display: block;
  height: 220px;
  position: relative;
  overflow: hidden
}

.hf-report-grid .report-image img {
  height: 100%;
  border-radius: 0;
  transition: transform .4s
}

.hf-report-grid article:hover img {
  transform: scale(1.04)
}

.report-image span {
  position: absolute;
  left: 15px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #0B3D2E;
  color: #fff;
  font-size: 10px
}

.report-body {
  padding: 20px
}

.hf-report-grid .report-body h3 {
  min-height: 54px;
  margin: 0 0 10px
}

.report-body p {
  min-height: 42px;
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.55
}

.report-body>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #e6e9e7
}

.report-body small {
  color: #777
}

.report-body a {
  display: flex;
  align-items: center;
  gap: 9px
}

.report-body a b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008028;
  color: #fff
}

@media(max-width:1023px) {
  .hf-logo-row {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(max-width:767px) {
  .hf-logo-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .hf-why-grid article,
  .hf-metrics article {
    min-height: 0
  }

  .hf-quotes blockquote {
    flex-basis: 100%
  }

  .testimonial-heading {
    align-items: flex-end
  }

  .report-image {
    height: 200px
  }
}

/* Home: Why Clients Choose Us — Figma node 1:3061 */
.home-figma .hf-why {
  min-height: auto;
  padding: 94px 0 86px;
  background: #ececec
}

.home-figma .hf-why h2 {
  margin-bottom: 58px !important;
  color: #000;
  font-size: 45px;
  line-height: 62px
}

.home-figma .hf-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}

.home-figma .hf-why-grid article {
  min-height: 262px;
  padding: 23px 24px 24px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: none
}

.home-figma .why-card-head {
  min-height: 89px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(11, 61, 46, .1)
}

.home-figma .why-icon {
    /* flex: 0 0 65px; */
    width: 65px;
    height: 65px;
    margin: 0;
    border-radius: 14px;
    background: transparent;
}
.hf-hero h5 {
    font-size: 22px;
    font-weight: 100;
}

.hf-hero h5 strong {
    font-weight: bold;
    color: #04B73C;
}


.home-figma .hf-why-grid strong {
  min-height: 0;
  margin-top: 12px;
  color: #0b3d2e;
  font: 600 24px/1.05 var(--font-ui)
}


.home-figma .hf-why-grid h3 {
  margin: 21px 0 8px;
  color: #0b3d2e;
  font: 600 18px/28px var(--font-ui)
}

.home-figma .hf-why-grid p {
  margin: 0;
  color: #333;
  font: 400 14px/21px var(--font-ui)
}

.home-figma .hf-why-grid article:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none
}

/* Market reports listing — Figma node 1:2464 */
.reports-figma .rf-hero {
  height: auto;
  min-height: 390px;
  padding: 0 0 28px;
  overflow: visible;
  background: #008028 url('../images/reports-hero-bg.png') center/cover no-repeat
}

.reports-figma .rf-hero>.container {
  height: auto;
  width: min(1324px, calc(100% - 116px));
  max-width: none;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 90px;
  align-items: start;
  padding-top: 72px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.reports-figma .rf-search {
  padding-left: 24px;
  border-left: 3px solid #fff;
  position: relative;
  z-index: 40;
  overflow: visible;
}

.reports-figma .rf-search h1 {
  margin: 0 0 18px;
  color: #fff;
  font: 45px/55px var(--font-heading)
}

.reports-figma .rf-search p {
  width: 511px;
  max-width: 100%;
  height: 53px;
  margin: 0 0 42px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  font: 400 20px/18px var(--font-ui)
}

.reports-figma .rf-search form {
  height: auto;
  width: 486px;
  max-width: 100%;
  border-radius: 2px;
  overflow: visible;
  position: relative;
  z-index: 50;
}

.reports-figma .rf-search input {
  padding: 0 18px;
  font: 400 13px var(--font-ui)
}

.reports-figma .rf-search button.rf-search-submit {
  width: 48px;
  background: #008028;
  color: #fff;
  font-size: 23px
}

.rf-summary nav {
  display: flex;
  gap: 26px;
  margin: 0 0 64px;
  color: #fff;
  font: 500 14px/16px var(--font-body)
}

.rf-summary nav span+span:before {
  content: '•';
  margin-right: 18px
}

.reports-figma .rf-stats {
  grid-template-columns: 1fr 1fr;
  gap: 55px 58px
}

.reports-figma .rf-stats article {
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.reports-figma .rf-stats article:before {
  display: none
}

.reports-figma .rf-stats img {
  width: 36px;
  height: 36px;
  object-fit: contain
}

.reports-figma .rf-stats strong {
  font: 700 30px/20px var(--font-ui)
}

.reports-figma .rf-stats span {
  max-width: 145px;
  display: block;
  margin-top: 8px;
  color: #fff;
  font: 500 13px/18px var(--font-ui)
}

.reports-figma .rf-browser {
  padding: 54px 0 88px;
  background: #f9f9f9
}

.reports-figma .rf-browser>.container {
  width: min(1378px, calc(100% - 62px));
  max-width: none
}

.reports-figma .rf-browser h2 {
  margin: 0 0 42px;
  padding-left: 17px;
  border-left: 3px solid #008028;
  font: 30px/40px var(--font-heading)
}

.reports-figma .rf-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px
}

.reports-figma .rf-layout aside {
  position: sticky;
  top: 15px;
  padding: 10px;
  background: #fff;
  border: 0;
  border-radius: 0
}

.reports-figma .rf-layout aside strong {
  display: block;
  margin-bottom: 8px;
  padding: 10px 17px;
  border-radius: 2px;
  background: rgba(0, 112, 240, .1);
  color: #302543;
  font: 600 14px/23px var(--font-body)
}

.reports-figma .rf-layout aside a {
  padding: 8px 10px;
  color: #007c25;
  font: 500 14px/23px var(--font-body)
}

.reports-figma .rf-results {
  gap: 13px
}

.reports-figma .rf-results article {
  padding: 17px 20px;
  border: 1px solid #d9dfdc;
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);margin-bottom: 20px;
}

.reports-figma .rf-results h3 {
  margin-bottom: 9px;
  font: 500 15px/1.45 var(--font-ui)
}

.reports-figma .rf-results p {
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 1.55
}

.reports-figma .rf-meta {
  grid-template-columns: 45px repeat(3, minmax(65px, 1fr)) 118px 167px;
  gap: 10px;
  padding-top: 12px
}

.reports-figma .rf-meta a {
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 10px
}

.reports-figma .rf-load {
  min-width: 242px;
  height: 45px;
  margin-top: 28px;
  padding: 0 38px
}

@media(max-width:1023px) {
  .home-figma .hf-why {
    min-height: 0
  }

  .home-figma .hf-why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .reports-figma .rf-hero {
    height: auto;
    min-height: 390px
  }

  .reports-figma .rf-hero>.container {
    grid-template-columns: 1fr;
    padding: 55px 0
  }

  .rf-summary nav {
    margin-bottom: 35px
  }

  .reports-figma .rf-layout aside {
    position: static;
    display: flex
  }

  .reports-figma .rf-meta {
    grid-template-columns: 45px repeat(3, 1fr)
  }
}

@media(max-width:767px) {
  .home-figma .hf-why h2 {
    font-size: 36px;
    line-height: 1.2
  }

  .home-figma .hf-why-grid {
    grid-template-columns: 1fr
  }

  .reports-figma .rf-hero>.container,
  .reports-figma .rf-browser>.container {
    width: calc(100% - 32px)
  }

  .reports-figma .rf-search {
    padding-left: 14px
  }

  .reports-figma .rf-search h1 {
    font-size: 36px;
    line-height: 1.15
  }

  .reports-figma .rf-search p {
    height: auto;
    min-height: 50px;
    font-size: 15px
  }

  .rf-summary nav {
    gap: 10px;
    flex-wrap: wrap
  }

  .rf-summary nav span+span:before {
    margin-right: 8px
  }

  .reports-figma .rf-stats {
    gap: 28px 18px
  }

  .reports-figma .rf-meta {
    grid-template-columns: repeat(2, 1fr)
  }
}

/* Final report-page calibration from Figma frames 1:2487 and 1:2668 */
.reports-figma .rf-hero {
  position: relative
}

.reports-figma .rf-hero>.container {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 72px 58px 0;
  grid-template-columns: 611px 440px;
  gap: 160px
}

.reports-figma .rf-search {
  position: relative;
  padding: 0;
  border: 0
}

.reports-figma .rf-search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 127px;
  background: #fff
}

.reports-figma .rf-search h1 {
  height: 55px;
  margin: 0 0 10px;
  padding-left: 24px;
  display: flex;
  align-items: center
}

.reports-figma .rf-search p {
  margin: 0 0 29px;
  margin-left: 17px
}

.reports-figma .rf-search form {
  width: 488px;
  height: auto;
  min-height: 45px;
  margin-left: 17px;
  overflow: visible;
  position: relative;
  z-index: 50;
}

.reports-figma .rf-search button.rf-search-submit {
  width: 52px;
  height: 48px;
  margin: 4px;
  background: #008028
}

.reports-figma .rf-summary {
  width: 440px;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}

.reports-figma .rf-summary nav {
  gap: 8px;
  margin-bottom: 64px;
  justify-content: flex-start;
  white-space: nowrap
}

.reports-figma .rf-summary nav span+span:before {
  margin: 0 8px 0 0
}

.reports-figma .rf-stats {
  column-gap: 60px;
  row-gap: 60px
}

.reports-figma .rf-stats article {
  width: 173px
}

.reports-figma .rf-stats strong {
  font: 700 32px/23px var(--font-ui)
}

.reports-figma .rf-stats span {
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px
}

.reports-figma .rf-browser {
  padding-top: 63px
}

.reports-figma .rf-browser h2 {
  margin-left: 27px;
  margin-bottom: 80px;
  padding-left: 24px;
  font-size: 36px;
  line-height: 43px
}
.rf-results-meta,.reports-figma .rf-results h3 i{
    display: none;
}
.link-hide{ pointer-events: none !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;}
.reports-figma .rf-layout {
  grid-template-columns: 0px 100%;
  gap: 16px;
  align-items: start
}

.reports-figma .rf-layout aside {
  height: 352px;
  padding: 10px
}

.reports-figma .rf-layout aside strong {
  height: 44px;
  margin: 0 0 8px;
  padding: 10px 17px
}

.reports-figma .rf-layout aside a {
  height: 48px;
  padding: 8px 10px;
  display: flex;
  align-items: center
}

.reports-figma .rf-results {
  gap: 24px
}

.reports-figma .rf-results article {
  height: auto;
  padding: 21px 20px;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none
}

.reports-figma .rf-results h3 {
  min-height: auto;
  margin: 0;
  color: #0B3D2E;
  font: 500 15px/31px var(--font-ui);margin-bottom: 20px;
}

.reports-figma .rf-results h3 i {
  width: 8px;
  height: 8px;
  margin-right: 13px
}

.reports-figma .rf-results p {
  height: 32px;
  margin: 16px 0 19px;
  color: #0B3D2E;
  font: 400 12px/16px var(--font-body)
}

.rf-filters {
  height: 36px;
  display: grid;
  grid-template-columns: 237px 316px 316px;
  gap: 8px
}

.rf-filters span {
  position: relative;
  padding: 9px 12px 9px 42px;
  background: #fafafa;
  color: #606060;
  font: 400 11px/18px var(--font-body);
  white-space: nowrap
}

.rf-filters span:before {
  content: '▣';
  position: absolute;
  left: 14px;
  top: 8px;
  color: #5f6368;
  font-size: 15px
}

.reports-figma .rf-meta {
  height: 102px;
  margin-top: 19px;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 551px 229px 229px;
  gap: 14px;
  align-items: center
}

.rf-players {
  height: 102px;
  padding: 14px 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 31px;
  overflow: hidden
}

.rf-players:before {
  content: '';
  position: absolute;
  left: 97px;
  right: 63px;
  top: 23px;
  height: 1px;
  background: #d3d7d5
}

.rf-players b {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #787878;
  font: 500 12px/16px var(--font-body)
}

.rf-players span {
  color: #ec1938;
  font: 700 18px var(--font-ui)
}

.rf-players small {
  color: #606060;
  font: 500 11px var(--font-body)
}

.reports-figma .rf-meta>a {
  height: 54px;
  padding: 0 15px;
  border-radius: 12px;
  font: 500 12px var(--font-body);
  box-shadow: 0 4px 2px rgba(0, 0, 0, .12)
}

.reports-figma .rf-meta .download {
  font-size: 12px
}

.reports-figma .rf-load {
  margin-top: 38px
}

@media(max-width:1439px) {
  .reports-figma .rf-hero>.container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    grid-template-columns: minmax(0, 611px) minmax(380px, 440px);
    gap: 8vw
  }

  .reports-figma .rf-browser>.container {
    width: calc(100% - 32px)
  }

  .reports-figma .rf-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px
  }

  .reports-figma .rf-results article {
    height: auto;
    min-height: 343px
  }

  .rf-filters {
    grid-template-columns: repeat(3, 1fr)
  }

  .reports-figma .rf-meta {
    grid-template-columns: minmax(300px, 1fr) 190px 190px
  }

  .rf-players {
    width: auto
  }
}

@media(max-width:1023px) {
  .reports-figma .rf-hero>.container {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 55px
  }

  .reports-figma .rf-summary {
    width: 100%
  }

  .reports-figma .rf-layout {
    grid-template-columns: 1fr
  }

  .reports-figma .rf-layout aside {
    height: auto
  }

  .reports-figma .rf-results article {
    min-height: 0
  }

  .reports-figma .rf-meta {
    height: auto;
    grid-template-columns: 1fr 1fr
  }

  .rf-players {
    grid-column: 1/-1
  }

  .reports-figma .rf-browser h2 {
    margin-bottom: 45px
  }
}

@media(max-width:767px) {
  .reports-figma .rf-search:before {
    height: 112px
  }

  .reports-figma .rf-search h1 {
    height: auto;
    padding: 0 0 12px 16px
  }

  .reports-figma .rf-search p,
  .reports-figma .rf-search form {
    margin-left: 16px;
    width: calc(100% - 16px)
  }

  .reports-figma .rf-stats article {
    width: auto
  }

  .reports-figma .rf-browser h2 {
    margin-left: 0;
    padding-left: 14px;
    font-size: 30px
  }

  .rf-filters {
    height: auto;
    grid-template-columns: 1fr
  }

  .rf-filters span {
    white-space: normal
  }

  .reports-figma .rf-meta {
    grid-template-columns: 1fr
  }

  .rf-players {
    grid-column: auto
  }

  .reports-figma .rf-results h3,
  .reports-figma .rf-results p {
    height: auto;
    min-height: 0
  }

  .reports-figma .rf-results p {
    margin-bottom: 16px
  }
}
 
/* Exact report-card typography and exported Figma imagery — node 1:2669 */
.reports-figma .rf-results article {
  position: relative;
  padding: 21px 20px;
  background: #f5f5f5;
  border-left: 2px solid rgba(7, 76, 101, .7)
}

.reports-figma .rf-results h3 {
    min-height: auto;
    color: #333;
    font: 500 20px / 31px var(--font-ui);
    margin-bottom: 15px;
}
.reports-figma .rf-results h3 i {
  border-radius: 0;
  background: #e0044e
}

.reports-figma .rf-results p {
  height: auto;
  margin: 0 0 19px;
  color: #333;
  font:400 18px/24px var(--font-ui);
}

.rf-filters {
  gap: 8px
}

.rf-filters span {
  height: 36px;
  padding: 8px 8px 8px 42px;
  background: transparent;
  color: #333;
  font: 500 14px/16px var(--font-ui)
}

.rf-filters span:before {
  content: '';
  left: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url('../icons/report-date.svg') center/contain no-repeat
}

.rf-filters span:nth-child(2):before,
.rf-filters span:nth-child(3):before {
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url('../icons/report-filter.svg')
}

.rf-players {
  padding: 14px 12px;
  background: transparent
}

.rf-players:after {
  content: '';
  position: absolute;
  left: 497px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url('../icons/report-collapse.svg') center/contain no-repeat
}

.rf-players span,
.rf-players small {
  display: block;
  flex: 0 0 auto;
  color: transparent;
  font-size: 0;
  background-image: url('../images/report-major-players.png');
  background-repeat: no-repeat
}

.rf-players span {
  width: 51.051px;
  height: 37px;
  background-size: 348.9px 274.5px;
  background-position: -38.9px -25.8px
}

.rf-players small:nth-of-type(1) {
  width: 75.821px;
  height: 49px;
  background-size: 384.2px 302.25px;
  background-position: -155.8px -22.7px
}

.rf-players small:nth-of-type(2) {
  width: 99.472px;
  height: 39px;
  background-size: 326.5px 256.8px;
  background-position: -216.5px -21px
}

.rf-players small:nth-of-type(3) {
  width: 129.375px;
  height: 36px;
  background-size: 419px 329.6px;
  background-position: -279.5px -109.1px
}

.rf-players .rf-player-logo {
  display: block;
  flex: 0 0 auto;
  width: 88px;
  height: 42px;
  padding: 5px;
  border: 1px solid #e1e7e3;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.reports-figma .rf-meta.rf-meta-no-players {
  grid-template-columns: 229px 229px;
  justify-content:left;
}

@media(max-width:767px) {
  .reports-figma .rf-meta.rf-meta-no-players {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

.reports-figma .rf-meta>a {
  font: 500 14.895px/23.17px var(--font-body)
}

.reports-figma .rf-meta .download {
  font-size: 14px
}

.reports-figma .rf-meta .download img {
  width: 24px;
  height: 24px;
  content: url('../icons/report-download.svg');
  filter: none
}

@media(max-width:1439px) {
  .reports-figma .rf-results h3 {
    min-height: 0
  }

  .reports-figma .rf-results p {
    height: auto;
    line-height: 1.35
  }

  .rf-players:after {
    right: 14px;
    left: auto
  }
}

@media(max-width:767px) {
  .reports-figma .rf-results h3 {
    font-size: 16px;
    line-height: 1.5
  }

  .reports-figma .rf-results p {
    font-size: 14px
  }

  .rf-players {
    gap: 16px;
    overflow-x: auto
  }

  .rf-players:after {
    display: none
  }
}

/* M&A Advisory feedback — Figma node 1:2105 */
.ma-figma .ma-depth {
  padding: 72px 0 84px;
  background: #fff
}

.ma-figma .ma-depth h2 {
  margin: 0 0 58px;
  color: #000;
  font: 45px/1.15 var(--font-heading);
  text-align: center
}

.ma-figma .ma-depth-grid {
  gap: 24px
}

.ma-figma .ma-depth-grid article {
  height: 600px;
  min-height: 600px;
  padding: 45px 54px 44px;
  border-width: 4px;
  border-radius: 23px;
  display: flex;
  flex-direction: column
}

.ma-figma .ma-depth-grid article>span {
  top: -18px;
  left: 52px;
  padding: 6px 18px
}

.screen-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #edf5dd;
  color: #367a22;
  font-size: 34px
}

.ma-figma .ma-depth-grid h3 {
  margin: 0 0 14px;
  font: 600 28px/1.35 var(--font-ui)
}

.ma-figma .ma-depth-grid p {
  margin: 0 0 22px;
  font: 400 18px/1.65 var(--font-ui)
}

.ma-figma .ma-depth-grid ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.ma-figma .ma-depth-grid li {
  position: relative;
  margin: 0 0 25px;
  padding-left: 42px;
  font: 400 17px/1.55 var(--font-ui)
}

.ma-figma .ma-depth-grid li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 14px
}

.screen-cta {
  min-width: 315px;
  height: 80px;
  margin: auto auto 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  box-shadow: 0 8px 11px rgba(0, 0, 0, .18);
  font: 500 20px var(--font-ui)
}

.screen-cta.outline {
  border: 2px solid #008028;
  color: #008028;
  background: #fff
}

.screen-cta.filled {
  background: #008028;
  color: #fff
}

.ma-approach {
  padding: 34px 0 46px;
  background: #fff
}

.ma-approach h2 {
  margin: 0 0 30px;
  color: #000;
  font: 45px/1.2 var(--font-heading);
  text-align: center
}

.approach-rows {
  max-width: 1180px;
  margin: auto
}

.approach-rows article {
  min-height: 62px;
  display: grid;
  grid-template-columns:70px 90px 1fr 30px;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid #dce4df
}

.approach-rows article:first-child {
  border-top: 1px solid #dce4df
}

.approach-rows article>i {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.approach-rows article>i img {
    width: 67px;
    height: 67px;
    object-fit: contain;
}

.approach-rows span {
    color: #0B3D2E;
    font: 500 24px var(--font-ui);
    font-family: "DM Serif Display", serif;    margin-left: 30px;
}
.approach-rows h3 {
  margin: 0;
  color: #0B3D2E;
  font: 500 24px var(--font-ui);
    font-family: "DM Serif Display", serif;
        font-size: 18px;
}
.approach-rows span {
    font: 500 18px var(--font-ui);
    margin-left: 0px;
}
.approach-rows b {
  justify-self: end;
  color: #008028;
  font-size: 20px;
  transition: .2s
}

.approach-rows article:hover h3 {
  color: #008028
}

.approach-rows article:hover b {
  transform: translateX(5px)
}

.ma-figma .ma-framework {
  padding: 0 0 64px;
  background: #fff
}

.ma-figma .ma-framework img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0
}

.ma-cases {
  padding: 58px 0 65px;
  background: #f5f5f5
}

.ma-cases h2 {
  margin: 0 0 38px;
  color: #00701f;
  font: 45px/1.2 var(--font-heading)
}

.ma-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.ma-case-grid article {
  min-height: 430px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff
}

.ma-case-grid img {
  width: 100%;
  height: 226px;
  object-fit: cover;
  border-radius: 15px
}
section#case-studies a:hover {
    color: #00701f;
}
.ma-case-grid h3,.ma-case-grid h3 a {
  margin: 20px 0;
  color: #333;
  font: 500 23px/1.35 var(--font-ui)
}

.ma-case-grid a {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #00701f;
  font: 500 13px var(--font-ui)
}

.ma-case-grid a i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #00701f;
  color: #fff;
  font-style: normal
}

.ma-final-cta {
  height: 360px;
  position: relative;
  padding: 75px 0;
  background: url('../images/ma-cta-bg.png') center/cover no-repeat;
  color: #fff
}

.ma-final-cta:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68)
}

.ma-final-cta .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center
}

.ma-final-cta h2 {
  margin: 0;
  color: #fff;
  font: 45px/1.3 var(--font-heading)
}

.ma-final-cta p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #fff;
  font: 400 16px/1.6 var(--font-ui)
}

.ma-final-cta a {
  display: inline-flex;
  padding: 13px 26px;
  border-radius: 30px;
  background: #008028;
  color: #fff;
  font-weight: 600
}

@media(max-width:1023px) {
  .ma-figma .ma-depth-grid article {
    height: auto;
    min-height: 560px
  }

  .ma-case-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ma-final-cta .container {
    gap: 50px
  }
}

@media(max-width:767px) {
  .ma-figma .ma-depth-grid article {
    min-height: 580px;
    padding: 45px 25px 30px
  }

  .screen-cta {
    min-width: 0;
    width: 100%;
    height: 62px
  }

  .ma-case-grid {
    grid-template-columns: 1fr
  }

  .ma-case-grid article {
    min-height: 420px
  }

  .ma-final-cta {
    height: auto;
    min-height: 390px
  }

  .ma-final-cta .container {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .ma-final-cta h2 {
    font-size: 38px
  }

  .approach-rows article {
    grid-template-columns: 36px 38px 1fr 24px
  }

  .approach-rows h3 {
    font-size:18px;
  }
}

/* Facial cleansing balm report detail — Figma node 1:3818 */
.cleansing-report-page {
  background: #f5f5f5;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.cleansing-report-page .cr-hero {
  min-height: 390px;
  padding: 42px 0 54px;
  background: #008028 url("../images/reports-hero-bg.png") center/cover no-repeat;
  color: #fff
}

.cleansing-report-page .cr-hero .breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 46px;
  font-size: 13px;
  color: rgba(255, 255, 255, .82)
}

.cleansing-report-page .cr-hero .breadcrumb a {
  color: #fff
}

.cleansing-report-page .cr-hero-copy {
  max-width: 1080px
}

.cleansing-report-page .cr-eyebrow {
  margin: 0 0 12px;
  font: 500 13px/1.4 "Poppins", sans-serif;
  letter-spacing: .17em
}

.cleansing-report-page .cr-hero h1 {
    max-width: 100%;
    min-height: 90px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    font: 500 24px / 35px "Poppins", sans-serif;
    letter-spacing: 0;
    color: #fff;
}

.cleansing-report-page .cr-hero-copy>p:not(.cr-eyebrow) {
  max-width: 980px;
  margin: 19px 0 0;
  font-size: 16px;
  line-height: 1.7
}

.cleansing-report-page .cr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.cleansing-report-page .cr-actions a {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #008028;
  font-size: 13px;
  font-weight: 600
}

.cleansing-report-page .cr-actions a.is-primary {
  background: #0B3D2E;
  color: #fff;
  border-color: #0B3D2E
}

.cleansing-report-page .cr-tabs {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid #d9e2dc;
  background: #fff
}

.cleansing-report-page .cr-tabs .container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none
}

.cleansing-report-page .cr-tabs a {
  flex: 0 0 auto;
  padding: 21px 28px 18px;
  border-bottom: 3px solid transparent;
  color: #525252;
  font-size: 13px;
  font-weight: 500
}

.cleansing-report-page .cr-tabs a.active,
.cleansing-report-page .cr-tabs a:hover {
  border-color: #008028;
  color: #008028
}

.cleansing-report-page .cr-content {
  padding: 28px 0 80px
}

.cleansing-report-page .cr-shell {
  display: grid;
  grid-template-columns: minmax(0, 992px) 303px;
  gap: 24px;
  width: min(1354px, calc(100% - 56px));
  margin: 0 auto;
  padding: 71px 28px 92px;
  border-radius: 18px;
  background: #fff
}

.cleansing-report-page .cr-main {
  width: min(930px, 100%);
  justify-self: center;
  min-width: 0
}

.cleansing-report-page .cr-section {
  margin: 0 0 43px
}

.cleansing-report-page .cr-section h2 {
  margin: 0 0 15px;
  color: #333;
  font: 600 20.35px/1.42 "Poppins", sans-serif
}

.cleansing-report-page .cr-section p {
  margin: 0 0 18px;
  color: #333;
  font: 400 15px/1.625 "Poppins", sans-serif;
  text-align: justify
}

.cleansing-report-page .cr-wide-chart {
  display: block;
  width: calc(100% + 38px);
  max-width: none;
  margin: 31px 0 0 -19px
}

.cleansing-report-page .cr-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 35px 0 43px;
  padding: 18px 20px;
  border-left: 3px solid #008028;
  background: #f1f7f3
}

.cleansing-report-page .cr-inline-cta strong {
  font-size: 13px;
  font-weight: 600
}

.cleansing-report-page .cr-inline-cta a {
  flex: 0 0 auto;
  color: #008028;
  font-size: 12px;
  font-weight: 600
}

.cleansing-report-page .cr-inline-cta span {
  margin-left: 10px
}

.cleansing-report-page .cr-visual-grid {
  display: grid;
  grid-template-columns: 322px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 25px
}

.cleansing-report-page .cr-visual-grid>img {
  width: 100%;
  height: 100%;
  min-height: 368px;
  object-fit: cover
}

.cleansing-report-page .cr-benefits-card {
  padding: 29px 25px 25px;
  background: #008028;
  color: #fff
}

.cleansing-report-page .cr-benefits-card h3 {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.5
}

.cleansing-report-page .cr-benefits-card ul {
  display: grid;
  gap: 17px;
  margin: 0 0 29px;
  padding: 0;
  list-style: none
}

.cleansing-report-page .cr-benefits-card li {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 1.45
}

.cleansing-report-page .cr-benefits-card li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../icons/report-check.svg") center/contain no-repeat;
  content: "";
  filter: brightness(0) invert(1)
}

.cleansing-report-page .cr-benefits-card a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 3px;
  background: #fff;
  color: #008028;
  font-size: 11px;
  font-weight: 600;
  text-align: center
}

.cleansing-report-page .cr-player-chart {
  display: block;
  width: 100%;
  margin-top: 26px
}

.cleansing-report-page .cr-player-section .cr-inline-cta {
  margin-top: 24px
}

.cleansing-report-page .cr-list-title {
  margin: 27px 0 17px;
  font-size: 14px
}

.cleansing-report-page .cr-company-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 36px;
  margin: 0;
  padding: 0;
  list-style: none
}

.cleansing-report-page .cr-company-list li {
  position: relative;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1.55
}

.cleansing-report-page .cr-company-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../icons/report-star.svg") center/contain no-repeat;
  content: ""
}

.cleansing-report-page .cr-development-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none
}

.cleansing-report-page .cr-development-list li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13.57px;
  line-height: 1.625;
  text-align: justify
}

.cleansing-report-page .cr-development-list li:before {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008028;
  content: ""
}

.cleansing-report-page .cr-table-wrap {
  overflow-x: auto;
  margin-top: 23px;
  border: 1px solid #d9e2dc
}

.cleansing-report-page .cr-scope-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px
}

.cleansing-report-page .cr-scope-table th,
.cleansing-report-page .cr-scope-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #d9e2dc;
  text-align: left;
  vertical-align: top
}

.cleansing-report-page .cr-scope-table th {
  background: #008028;
  color: #fff;
  font-weight: 600
}

.cleansing-report-page .cr-scope-table td:first-child {
  width: 36%;
  background: #f4f8f5;
  font-weight: 500
}

.cleansing-report-page .cr-scope-table tr:last-child td {
  border-bottom: 0
}

.cleansing-report-page .cr-segments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px
}

.cleansing-report-page .cr-segments>div {
  padding: 20px;
  border: 1px solid #d9e2dc;
  background: #fafcfa
}

.cleansing-report-page .cr-segments h3 {
  margin: 0 0 9px;
  color: #008028;
  font-size: 13px
}

.cleansing-report-page .cr-segments p {
  margin: 0;
  text-align: left
}

.cleansing-report-page .cr-faq details {
  border-top: 1px solid #d9e2dc
}

.cleansing-report-page .cr-faq details:last-child {
  border-bottom: 1px solid #d9e2dc
}

.cleansing-report-page .cr-faq summary {
  cursor: pointer;
  padding: 17px 3px;
  font-size: 13px;
  font-weight: 600;
  list-style-position: inside
}

.cleansing-report-page .cr-faq details p {
  padding: 0 22px 14px;
  text-align: left
}

.cleansing-report-page .cr-sidebar {
  align-self: start;
  position: sticky;
  top: 50px
}

.cleansing-report-page .cr-share {
    display: grid;
    grid-template-columns: repeat(4, 40px);
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 2px 23px;
    border: 1px solid #e0e4e1;
    border-radius: 7px;
    background: #fff;
}
.cleansing-report-page .cr-share a,
.cleansing-report-page .cr-share button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f5f2;
  place-items: center;
  cursor: pointer
}

.cleansing-report-page .cr-share img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain
}
article.cs-detail-content.report-rich-content span {
    font-size: 16px !important;
}
.cs-filters a:last-child, .cs-filters a:nth-child(5) {
    display: none;
}
.cleansing-report-page .cr-features {
  padding: 28px 14px 24px
}
.cs-detail-content p ,.cs-detail-content p span,.cs-detail-content li,.cs-detail-content li span{font:400 16px / 1.7 var(--font-alt) !important;}
.cleansing-report-page .cr-features h2,
.cleansing-report-page .cr-help h2 {
  margin: 0 0 10px;
  color: #008028;
  font-size: 18px;
  line-height: 1.45;
}

.cleansing-report-page .cr-features ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none
}

.cleansing-report-page .cr-features li {
  position: relative;
  padding-left: 26px;
  color: #525252;
  font-size: 12px;
  line-height: 1.5
}

.cleansing-report-page .cr-features li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../icons/report-check-small.svg") center/contain no-repeat;
  content: ""
}

.cleansing-report-page .cr-help {
  padding: 27px 24px 24px;
  border-radius: 7px;
  background: #f0f0f0
}

.cleansing-report-page .cr-help h2 {
  margin-bottom: 11px;
  color: #0B3D2E
}

.cleansing-report-page .cr-help p {
    margin: 0 0 5px;
    color: #525252;
    font-size: 13px;
    line-height: 20px;
}

.cleansing-report-page .cr-help a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid #008028;
  border-radius: 3px;
  background: #008028;
  color: #fff;
  font-size: 13px;
  font-weight: 600
}

.cleansing-report-page .cr-help a.outline {
  background: #fff;
  color: #008028
}

@media (max-width:1100px) {
  .cleansing-report-page .cr-shell {
    grid-template-columns: minmax(0, 1fr);
    padding: 48px 34px
  }

  .cleansing-report-page .cr-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    position: static
  }

  .cleansing-report-page .cr-share {
    grid-column: 1/-1;
    justify-content: start;
    gap: 22px
  }

  .cleansing-report-page .cr-features {
    border: 1px solid #e0e4e1;
    border-radius: 7px;
    padding: 26px
  }
}

@media (max-width:767px) {
  .cleansing-report-page .cr-hero {
    min-height: auto;
    padding: 30px 0 42px
  }

  .cleansing-report-page .cr-hero .breadcrumb {
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden
  }

  .cleansing-report-page .cr-hero h1 {
    font-size: 38px
  }

  .cleansing-report-page .cr-actions {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .cleansing-report-page .cr-actions a {
    padding: 0 12px;
    text-align: center
  }

  .cleansing-report-page .cr-tabs .container {
    padding: 0
  }

  .cleansing-report-page .cr-tabs a {
    padding: 17px 18px 14px
  }

  .cleansing-report-page .cr-content {
    padding: 16px 0 45px
  }

  .cleansing-report-page .cr-shell {
    width: calc(100% - 24px);
    padding: 31px 18px 42px;
    border-radius: 10px
  }

  .cleansing-report-page .cr-wide-chart {
    width: 100%;
    margin-left: 0
  }

  .cleansing-report-page .cr-visual-grid {
    grid-template-columns: 1fr
  }

  .cleansing-report-page .cr-visual-grid>img {
    min-height: 0
  }

  .cleansing-report-page .cr-inline-cta {
    align-items: flex-start;
    flex-direction: column
  }

  .cleansing-report-page .cr-company-list,
  .cleansing-report-page .cr-segments {
    grid-template-columns: 1fr
  }

  .cleansing-report-page .cr-sidebar {
    grid-template-columns: 1fr
  }

  .cleansing-report-page .cr-share {
    grid-column: auto
  }
}

/* Report table of contents — Figma node 1:5630 */
.toc-report-page .cr-content {
  padding-top: 0
}

.toc-report-page .cr-shell {
  grid-template-columns: minmax(0, 988px) 303px;
  gap: 23px;
  padding: 54px 22px 76px 26px;
  border-radius: 0 0 18px 18px
}

.toc-report-page .cr-main {
  width: 988px;
  max-width: 100%
}

.toc-report-page .toc-tabs {
  display: flex;
  gap: 14px;
  width: 953px;
  max-width: 100%;
  height: 36px;
  margin: 0 0 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.toc-report-page .toc-tabs a {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .06);
  color: #0B3D2E;
  font-size: 11.87px;
  line-height: 18.65px;
  white-space: nowrap
}

.toc-report-page .toc-tabs a.active {
  border: 1px solid #008028;
  border-bottom-color: #fff;
  background: rgba(0, 128, 40, .1);
  color: #008028;
  font-weight: 600
}

.toc-report-page .toc-tabs a.sample {
  background: #008028;
  color: #fff
}

.toc-report-page .toc-list {
  padding: 0 31px
}

.toc-report-page .toc-chapter {
  margin: 0 0 27.13px
}

.toc-report-page .toc-chapter h2 {
  margin: 0 0 16.96px;
  color: #000;
  font: 700 20.35px/28.83px "Poppins", sans-serif
}

.toc-report-page .toc-chapter h2 span {
  font: inherit
}

.toc-report-page .toc-chapter p,
.toc-report-page .toc-region h3 {
  min-height: 23px;
  margin: 0 0 16.96px;
  color: #1a1a1a;
  font: 400 13.57px/22.05px "Poppins", sans-serif
}

.toc-report-page .toc-chapter .l1,
.toc-report-page .toc-region h3 {
  padding-left: 32px
}

.toc-report-page .toc-chapter .l2 {
  padding-left: 64px
}

.toc-report-page .toc-chapter .l3 {
  padding-left: 96px
}

.toc-report-page .toc-region h3 {
  font-weight: 400
}

.toc-report-page .toc-note {
  margin-top: 13px !important;
  padding-left: 0 !important;
  line-height: 22px !important
}

.toc-report-page .cr-tailored {
  margin-top: 32px
}

.toc-report-page .cr-sidebar {
  top: 20px
}

@media (max-width:1100px) {
  .toc-report-page .cr-shell {
    grid-template-columns: 1fr;
    padding: 38px 30px
  }

  .toc-report-page .cr-main {
    width: 100%
  }
}

@media (max-width:767px) {
  .toc-report-page .cr-shell {
    width: calc(100% - 24px);
    padding: 28px 16px 44px
  }

  .toc-report-page .toc-tabs {
    height: auto;
    overflow-x: auto;
    scrollbar-width: none
  }

  .toc-report-page .toc-tabs a {
    flex: 0 0 auto
  }

  .toc-report-page .toc-list {
    padding: 0
  }

  .toc-report-page .toc-chapter h2 {
    font-size: 18px;
    line-height: 27px
  }

  .toc-report-page .toc-chapter p,
  .toc-report-page .toc-region h3 {
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 20px
  }

  .toc-report-page .toc-chapter .l1,
  .toc-report-page .toc-region h3 {
    padding-left: 15px
  }

  .toc-report-page .toc-chapter .l2 {
    padding-left: 30px
  }

  .toc-report-page .toc-chapter .l3 {
    padding-left: 45px
  }
}

@media (max-width:420px) {
  .cleansing-report-page .cr-actions {
    grid-template-columns: 1fr
  }

  .cleansing-report-page .cr-hero h1 {
    font-size: 34px
  }
}

/* Report detail refinements from full Figma audit */
.cleansing-report-page .cr-hero {
  min-height: auto;
  padding: 35px 0 30px;
  background: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url("../images/report-detail-hero.jpg") center 44%/cover no-repeat
}

.cleansing-report-page .cr-hero .breadcrumb {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 28px
}

.cleansing-report-page .cr-hero-copy {
  max-width: none
}

.cleansing-report-page .cr-hero h1 {
  max-width: 1263px;
  min-height: 90px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  font: 500 24px/35px "Poppins", sans-serif;
  letter-spacing: 0
}

.cleansing-report-page .cr-actions {
  display: flex;
  /* grid-template-columns: 218px 218px 312px 218px; */
  gap: 36px;
  margin-top: 25px
}

.cleansing-report-page .cr-actions>a {
  min-height: 55px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #fff;
  color: #074c65;
  font-size:18px; 
  font-weight: 400
}

.cleansing-report-page .cr-actions>a>span {
  margin-left: 12px;
  font-size: 18px
}

.cleansing-report-page .cr-actions>a.is-primary {
  gap: 15px;
  min-height: 56px;
  border-radius: 10px;
  background: #007b2b;
  color: #fff;
  font-size: 18px;
  font-weight: 400
}

.cleansing-report-page .cr-actions>a.is-primary img {
  width: 24px;
  height: 28px;
  filter: brightness(0) invert(1)
}
.health-arrows button:hover {
    background: #024b17;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.cleansing-report-page .cr-license {
  position: relative;
  z-index:999;
  width: 218px;
  color: #074c65;
    font-size: 18px;
}

.cleansing-report-page .cr-license summary {
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  gap: 10px;
  align-items: center;
  width: 218px;
  height: 55px;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  list-style: none;
    font-size: 18px;
    font-weight:400;
}

.cleansing-report-page .cr-license summary::-webkit-details-marker {
  display: none
}

.cleansing-report-page .cr-license summary img {
  width: 18px;
  height: 18px
}

.cleansing-report-page .cr-license-chevron {
  transition: transform .2s
}

.cleansing-report-page .cr-license[open] .cr-license-chevron {
  transform: rotate(180deg)
}
.cleansing-report-page .cr-license[open] .cr-license-menu {
    display: block;
}
.cleansing-report-page .cr-license-menu {
    position: absolute;
    top: 55px;
    left: 0;
    width: 218px;
    overflow: hidden;
    border: 1px solid #d9e2dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    display: none;
}
.cleansing-report-page .cr-license-menu button:nth-child(2) {
    display: none;
}
.cleansing-report-page .cr-license:hover .cr-license-menu {
    display: block !important;
}
.cleansing-report-page .cr-license .cr-license-menu {
    display: none !important;
}
.cleansing-report-page .cr-license-menu button {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #edf0ee;
  background: #fff;
  color: #074c65;
  text-align: left;
  cursor: pointer
}

.cleansing-report-page .cr-license-menu button:hover {
  background: #eff8f2;
  color: #008028
}

.cleansing-report-page .cr-license-menu button[aria-pressed="true"] {
  background: #eff8f2;
  color: #008028;
  font-weight: 600
}

.cleansing-report-page .cr-tabs {
  position: sticky;
  top: var(--mti-sticky-header-offset, 0px);
  z-index: 90;
  border: 0;
  border-bottom:0px solid #d9e2dc;
  background: #f5f5f5;
  box-shadow:unset;
    margin-bottom: 10px;
}

.cleansing-report-page .cr-tabs .container {
  gap: 14px;
  padding-top: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch
}

.cleansing-report-page .cr-tabs .container::-webkit-scrollbar {
  display: none
}

.cleansing-report-page .cr-tabs a {
  padding: 8px 15px;
  border: 0;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .06);
  font-size: 18px;
  line-height: 18.65px;
    font-weight: 400;
}

.cleansing-report-page .cr-tabs a.active {
  border: 1px solid #008028;
  border-bottom: 0;
  background: rgba(0, 128, 40, .1)
}

.cleansing-report-page .cr-tabs a.sample-tab {
  background: #008028;
  color: #fff
}

.cleansing-report-page .cr-content {
  padding-top: 0
}

.cleansing-report-page .cr-shell {
    border-radius: 0 0 18px 18px;
    padding-top: 23px;
    gap: 0px;
    background: transparent;
    padding: 0px;
}
.cleansing-report-page .cr-shell article.cr-main {
    padding: 20px;
    background: #fff;
}
.cleansing-report-page .cr-shell aside.cr-sidebar {
    background: #fff;
    padding: 10px 20px 20px 20px;
}
.cleansing-report-page .cr-inline-cta {
  flex-direction: row;
  justify-content: center;
  margin: 13px 0 27px;
  padding: 4px 7px;
  border: 0;
  background: transparent
}

.cleansing-report-page .cr-inline-cta strong {
  font-weight: 400
}

.cleansing-report-page .cr-inline-cta a {
  padding: 7px 14px;
  border: 1px solid #008028;
  border-radius: 45px;
  font-weight: 400
}
.cleansing-report-page .cr-features {
  padding: 10px 0 8px
}
.report-rich-content img {
    height: auto !important;
}
.cleansing-report-page .cr-features ul {
  gap: 7px;
  padding:0 0px 0 0px
}
.report-rich-content ul li {
    margin-bottom: 10px;
}
.cleansing-report-page .cr-features li {
    font-size: 13px;
    line-height: 20px;
}

.cleansing-report-page .cr-help {
  margin-top: 4px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, .06)
}

.cleansing-report-page .cr-help h2 {
  font-size: 18px;
  line-height: 25px;
  text-align: center
}

.cleansing-report-page .cr-help strong {
  display: block;
  font-size: 14px;
  line-height: 22px
}

.cleansing-report-page .cr-access-copy {
  margin: 16px 0 0 !important;
  text-align: center;
  font-size: 13px !important
}

.cleansing-report-page .cr-tailored ul {
  display: grid;
  gap: 16px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none
}

.cleansing-report-page .cr-tailored li {
  position: relative;
  padding-left: 31px;
  font-size: 15.26px;
  line-height: 22px
}

.cleansing-report-page .cr-tailored li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008028;
  color: #fff;
  content: "✓";
  font-size: 13px;
  text-align: center;
  line-height: 20px
}

.cleansing-report-page .cr-tailored>a {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  background: #008028;
  color: #fff;
  font-size: 13.57px
}

.cleansing-report-page .cr-scope-table a {
  color: #008028;
  text-decoration: underline
}

@media (max-width:1200px) {
  .cleansing-report-page .cr-actions {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    gap: 14px;
    max-width: 760px
  }

  .cleansing-report-page .cr-license,
  .cleansing-report-page .cr-license summary {
    width: 100%
  }

  .cleansing-report-page .cr-license-menu {
    width: 100%
  }
}

@media (max-width:767px) {
  .cleansing-report-page .cr-hero {
    padding: 24px 0 35px
  }
.hf-trusted h2 {
    font-size: 45px;
}
  .cleansing-report-page .cr-hero .breadcrumb {
    font-size: 13px;
    line-height: 20px
  }

  .cleansing-report-page .cr-hero h1 {
    min-height: auto;
    padding-bottom: 20px;
    font-size: 19px;
    line-height: 29px
  }

  .cleansing-report-page .cr-actions {
    grid-template-columns: 1fr;
    max-width: none
  }

  .cleansing-report-page .cr-actions>a,
  .cleansing-report-page .cr-license,
  .cleansing-report-page .cr-license summary {
    width: 100%
  }

  .cleansing-report-page .cr-actions>a.is-primary {
    font-size: 16px
  }

  .cleansing-report-page .cr-tabs .container {
    padding-top: 22px
  }
}

/* Keep TOC geometry after shared report-detail overrides. */
.toc-report-page .cr-shell {
  grid-template-columns: minmax(0, 988px) 303px;
  gap: 23px;
  padding: 54px 22px 76px 26px
}

.toc-report-page .cr-main {
  width: 988px;
  max-width: 100%
}

.toc-report-page .cr-sidebar {
  top: 20px
}

@media (max-width:1100px) {
  .toc-report-page .cr-shell {
    grid-template-columns: 1fr;
    padding: 38px 30px
  }

  .toc-report-page .cr-main {
    width: 100%
  }
}

@media (max-width:767px) {
  .toc-report-page .cr-shell {
    width: calc(100% - 24px);
    padding: 28px 16px 44px
  }
}

/* Report segmentation — Figma node 1:5278 */
.segmentation-report-page .cr-content {
  padding-top: 0
}

.segmentation-report-page .cr-shell {
  grid-template-columns: minmax(0, 988px) 303px;
  gap: 23px;
  padding: 54px 22px 76px 26px;
  border-radius: 0 0 18px 18px
}

.segmentation-report-page .cr-main {
  width: 988px;
  max-width: 100%
}

.segmentation-report-page .seg-tabs {
  display: flex;
  gap: 14px;
  width: 953px;
  max-width: 100%;
  height: 36px;
  margin: 0 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.segmentation-report-page .seg-tabs a {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .06);
  color: #0B3D2E;
  font: 400 11.87px/18.65px "Poppins", sans-serif;
  white-space: nowrap
}

.segmentation-report-page .seg-tabs a.active {
  border: 1px solid #008028;
  border-bottom-color: #fff;
  background: rgba(0, 128, 40, .1);
  color: #008028;
  font-weight: 600
}

.segmentation-report-page .seg-tabs a.sample {
  background: #008028;
  color: #fff
}

.segmentation-report-page .seg-content {
  padding: 0 31px;
  color: #1a1a1a
}

.segmentation-report-page .seg-content>h2 {
  margin: 0 0 15px;
  color: #000;
  font: 700 20.35px/28.83px "Poppins", sans-serif
}

.segmentation-report-page .seg-intro {
  max-width: 890px;
  margin: 0 0 29px;
  color: #1a1a1a;
  font: 400 13.57px/22.05px "Poppins", sans-serif
}

.segmentation-report-page .seg-group {
  margin: 0 0 27px
}

.segmentation-report-page .seg-group h3 {
  margin: 0 0 11px;
  color: #1a1a1a;
  font: 500 13.57px/22.05px "Poppins", sans-serif
}

.segmentation-report-page .seg-group ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 34px;
  list-style-type: circle
}

.segmentation-report-page .seg-group li {
  padding-left: 2px;
  color: #1a1a1a;
  font: 400 16px/22.05px "Poppins", sans-serif
}

.segmentation-report-page .seg-region>ul {
  gap: 8px
}

.segmentation-report-page .seg-region li ul {
  gap: 3px;
  margin-top: 3px;
  padding-left: 31px
}

.segmentation-report-page .cr-tailored {
  margin-top: 39px
}

.segmentation-report-page .cr-sidebar {
  top: 20px
}

.segmentation-report-page .cr-help a.outline {
  border-color: #0070f0;
  background: #0070f0;
  color: #fff;
  text-transform: lowercase
}

@media (max-width:1100px) {
  .segmentation-report-page .cr-shell {
    grid-template-columns: 1fr;
    padding: 38px 30px
  }

  .segmentation-report-page .cr-main {
    width: 100%
  }
}

@media (max-width:767px) {
  .segmentation-report-page .cr-shell {
    width: calc(100% - 24px);
    padding: 28px 16px 44px
  }

  .segmentation-report-page .seg-tabs {
    height: auto;
    overflow-x: auto;
    scrollbar-width: none
  }

  .segmentation-report-page .seg-tabs a {
    flex: 0 0 auto
  }

  .segmentation-report-page .seg-content {
    padding: 0
  }

  .segmentation-report-page .seg-content>h2 {
    font-size: 18px;
    line-height: 27px
  }

  .segmentation-report-page .seg-intro,
  .segmentation-report-page .seg-group h3,
  .segmentation-report-page .seg-group li {
    font-size: 12.5px;
    line-height: 20px
  }

  .segmentation-report-page .seg-group ul {
    padding-left: 24px
  }
}

/* Free sample request — Figma node 1:3511 */
.sample-report-page .cr-content {
  padding-top: 0
}

.sample-report-page .cr-shell {
  grid-template-columns: minmax(0, 988px) 303px;
  gap: 23px;
  min-height: 1081px;
  padding: 54px 22px 88px 26px;
  border-radius: 0 0 18px 18px
}

.sample-report-page .cr-main {
  width: 988px;
  max-width: 100%
}

.sample-report-page .sample-tabs {
  display: flex;
  gap: 14px;
  width: 953px;
  max-width: 100%;
  height: 36px;
  margin: 0 0 63px;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.sample-report-page .sample-tabs a {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .06);
  color: #0B3D2E;
  font: 400 11.87px/18.65px "Poppins", sans-serif;
  white-space: nowrap
}

.sample-report-page .sample-tabs a.active {
  background: #008028;
  color: #fff
}

.sample-report-page .sample-card {
  width: 649px;
  max-width: calc(100% - 60px);
  min-height: 665px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 7.44px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);  display: block;
}

.sample-report-page .sample-card-title {
    display: inline-flex;
    height: auto;
    align-items: center;
    gap: 8px;
    padding: 0 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.sample-report-page .sample-card-title img {
  width: 61px;
  height: 61px;
  object-fit: contain
}

.sample-report-page .sample-card-title h2 {
  margin: 0;
  color: #008028;
  font: 600 30px/1.25 "Poppins", sans-serif
}

.sample-report-page .sample-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  padding: 25px 38px 31px
}

.sample-report-page .sample-field {
  min-width: 0
}

.sample-report-page .sample-field label {
  display: block;
  margin: 0 0 7px;
  color: #000;
  font: 400 13.4px/20px "Poppins", sans-serif
}

.sample-report-page .sample-control {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 7.44px;
  background: #fff
}

.sample-report-page .sample-control img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain
}

.sample-report-page .sample-control input,
.sample-report-page .sample-control select {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #333;
  font: 400 12px "Poppins", sans-serif
}

.sample-report-page .sample-country img {
  width: 27px;
  height: 18px
}

.sample-report-page .sample-country select {
  cursor: pointer
}

.sample-report-page .sample-wide {
  grid-column: 1/-1
}

.sample-report-page textarea {
  display: block;
  width: 100%;
  height: 76px;
  resize: vertical;
  padding: 13px 12px;
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 7.44px;
  color: #333;
  font: 400 11.9px/17px "Poppins", sans-serif;
  outline: 0
}

.sample-report-page .sample-control:focus-within,
.sample-report-page textarea:focus {
  border-color: #008028;
  box-shadow: 0 0 0 2px rgba(0, 128, 40, .1)
}

.sample-report-page .sample-consent {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #1a1a1a;
  font: 400 11.91px/18px "Poppins", sans-serif
}

.sample-report-page .sample-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #008028
}

.sample-report-page .sample-consent a {
  color: #008028;
  text-decoration: underline
}

.sample-report-page .sample-submit {
    height: 46px;
    border: 2px solid #008028;
    border-radius: 28.4px;
    background: #008028;
    color: #fff;
    font: 500 14px / 16.4px "Poppins", sans-serif;
    cursor: pointer;
    transition: .2s;
    padding: 0px 30px;
}
.sample-report-page .sample-submit:hover {
  background: #fff;
  color: #008028;
}

.sample-report-page .sample-error {
  display: none;
  margin-top: 4px;
  color: #c72828;
  font-size: 10px
}

.sample-report-page .was-validated input:invalid~.sample-error {
  display: block
}

.sample-report-page .sample-success {
  margin: 0;
  color: #008028;
  font-size: 12px;
  text-align: center
}

.sample-report-page .cr-sidebar {
  top: 20px
}

.sample-report-page .cr-help a.outline {
  border-color: #0070f0;
  background: #0070f0;
  color: #fff;
  text-transform: uppercase
}

@media (max-width:1100px) {
  .sample-report-page .cr-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 38px 30px 60px
  }

  .sample-report-page .cr-main {
    width: 100%
  }
}

@media (max-width:767px) {
  .sample-report-page .cr-shell {
    width: calc(100% - 24px);
    padding: 28px 16px 44px
  }

  .sample-report-page .sample-tabs {
    height: auto;
    margin-bottom: 35px;
    overflow-x: auto;
    scrollbar-width: none
  }

  .sample-report-page .sample-tabs a {
    flex: 0 0 auto
  }

  .sample-report-page .sample-card {
    max-width: 100%
  }

  .sample-report-page .sample-card-title {
    height: auto;
    padding: 25px 20px
  }

  .sample-report-page .sample-card-title img {
    width: 46px;
    height: 46px
  }

  .sample-report-page .sample-card-title h2 {
    font-size: 22px
  }

  .sample-report-page .sample-fields {
    grid-template-columns: 1fr;
    padding: 24px 20px 28px
  }

  .sample-report-page .sample-wide {
    grid-column: auto
  }
}
/* Dynamic major players: show tag names as text instead of fixed logo sprites */
.rf-players-dynamic span,
.rf-players-dynamic small {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  background: none !important;
  background-image: none !important;
  text-indent: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1f3b2e !important;
  line-height: 1.3 !important;
  padding: 4px 8px !important;
  border: 1px solid #d7e5dc !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 6px 6px 0 !important;
}
.rf-players-dynamic span {
  color: #007E23 !important;
}


/* Medi-Tech Insights — M&A Advisory “Our Approach” accordion */
.ma-approach .approach-accordion {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  border-top: 1px solid #d8e0dc;
}

.ma-approach .approach-accordion details {
  border-bottom: 1px solid #d8e0dc;
  background: #fff;
}

.ma-approach .approach-accordion summary {
  display: grid;
  grid-template-columns: 62px 112px minmax(0, 1fr) 32px;
  align-items: center;
  min-height: 84px;
  padding: 0 0 0 10px;
  color: #002824;
  cursor: pointer;
  list-style: none;
  outline: none;
}

.ma-approach .approach-accordion summary::-webkit-details-marker {
  display: none;
}

.ma-approach .approach-accordion summary::marker {
  content: "";
}

.ma-approach .approach-accordion summary:focus-visible {
  box-shadow: inset 0 0 0 2px #008028;
}

.ma-approach .approach-accordion summary > i {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  background: #eef6f2;
  font-style: normal;
}

.ma-approach .approach-accordion summary > i img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ma-approach .approach-accordion summary > span {
  padding-left: 16px;
  color: #002824;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 1;
}

.ma-approach .approach-accordion summary h3 {
  margin: 0;
  color: #002824;
  font-family: "DM Serif Display", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}

.ma-approach .approach-accordion summary b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #008028;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease;
}

.ma-approach .approach-accordion summary:hover h3,
.ma-approach .approach-accordion summary:hover > span,
.ma-approach .approach-accordion details[open] summary h3,
.ma-approach .approach-accordion details[open] summary > span {
  color: #008028;
}

.ma-approach .approach-accordion details[open] summary b {
  transform: rotate(90deg);
}

.ma-approach .approach-accordion .approach-answer {
  padding: 0 64px 26px 184px;
