:root {
  --green-primary: #81b92a;
  --green-dark: #5e8f1f;
  --green-light: #e8f4d8;
  --blue-primary: #53acde;
  --blue-light: #dff2fb;
  --orange-primary: #ef6b22;
  --orange-light: #fde5d6;
  --black: #3c3a39;
  --text: #3c3a39;
  --text-soft: #667085;
  --bg-page: #f4f6f0;
  --white: #fff;
  --container: 1240px;
  --section-radius: 26px;
  --card-radius: 18px;
  --shadow-soft: 0 12px 28px #3c3a391a;
  --shadow-card: 0 8px 18px #3c3a391a;
}

.public-page {
  background: radial-gradient(circle at 8% 8%, #81b92a29, transparent 34%),
    radial-gradient(circle at 92% 14%, #53acde24, transparent 30%),
    radial-gradient(circle at 50% 100%, #ef6b2214, transparent 34%),
    var(--bg-page);
  padding: 36px 0 64px;
  overflow: hidden;
}

.main-content {
  min-height: 70vh;
}

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

.section-gap {
  height: 14px;
}

.section-shell {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: visible;
}

.section-shell:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.section-white:before {
  background: radial-gradient(circle at 12% 20%, #81b92a1f, #0000 32%), radial-gradient(circle at 86% 18%, #53acde1a, #0000 30%), none;
}

.section-green:before {
  background: radial-gradient(circle at 10% 18%, #ffffff38, transparent 32%),
    radial-gradient(circle at 92% 82%, #ffffff2e, transparent 34%),
    linear-gradient(90deg, #ff7b30 0%, var(--orange-primary) 100%);
}

.section-blue:before {
  background: radial-gradient(circle at 88% 14%, #ffffff38, transparent 32%),
    radial-gradient(circle at 8% 86%, #ffffff2e, transparent 34%),
    linear-gradient(90deg, var(--blue-primary) 0%, #65bbe4 100%);
}

.section-shell-content {
  z-index: 1;
  border-radius: var(--section-radius);
  box-shadow: var(--shadow-soft);
  background: #fffffff5;
  border: 1px solid #3c3a3914;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.about-hero-section {
  margin-top: 0;
}

.about-hero-section .section-shell-content {
  padding: clamp(26px, 3.6vw, 42px);
}

.about-hero-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 34px);
  display: grid;
}

.about-hero-copy {
  min-width: 0;
}

.section-kicker {
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: .09em;
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 850;
}

.hero-title {
  letter-spacing: -.8px;
  max-width: 860px;
  color: var(--black);
  margin: 0;
  font-family: Archivo Condensed, sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: .92;
}

.hero-title-line, .hero-title-highlight {
  display: block;
}

.hero-title-highlight {
  color: var(--green-primary);
}

.hero-subtitle {
  max-width: 760px;
  color: var(--text-soft);
  margin: 18px 0 0;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.7;
}

.hero-subtitle strong, .about-text-card strong {
  color: var(--green-primary);
  font-weight: 850;
}

.about-text-card {
  border: 1px solid #3c3a391a;
  border-top: 9px solid var(--green-primary);
  background: #fff;
  border-radius: 26px;
  gap: 16px;
  margin-top: 28px;
  padding: clamp(22px, 2.6vw, 32px);
  display: grid;
  box-shadow: 0 12px 28px #3c3a3917;
}

.about-text-card p {
  color: var(--text-soft);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15.8px;
  line-height: 1.78;
}

.about-text-card .hero-lead {
  border-left: 5px solid var(--green-primary);
  color: var(--black);
  background: #81b92a1a;
  border-radius: 0 18px 18px 0;
  padding: 18px 20px;
  font-size: 16.2px;
  font-weight: 750;
  line-height: 1.65;
}

.about-hero-side {
  display: flex;
}

.about-side-card {
  background: radial-gradient(circle at top right, #ffffff3d, transparent 36%),
    radial-gradient(circle at bottom left, #0000001f, transparent 38%),
    linear-gradient(180deg, #91c83c 0%, var(--green-primary) 100%);
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 100%;
  padding: clamp(22px, 2.6vw, 30px);
  display: flex;
  box-shadow: 0 18px 40px #3c3a3929;
}

.side-nsru-brand, .side-item {
  background: #ffffff2b;
  border: 1px solid #ffffff47;
  border-radius: 20px;
}

.side-nsru-brand {
  align-items: center;
  gap: 14px;
  padding: 14px;
  display: flex;
}

.side-nsru-brand img {
  object-fit: contain;
  background: #ffffffe6;
  border-radius: 14px;
  width: 86px;
  height: auto;
  padding: 8px 10px;
}

.side-nsru-brand span {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fff;
  font-family: Archivo Condensed, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.side-item {
  padding: 16px;
  transition: transform .25s, background .25s;
}

.side-item:hover {
  background: #ffffff3d;
  transform: translateY(-4px);
}

.side-item-logo {
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
  display: grid;
}

.side-logo-box {
  background: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 72px;
  padding: 10px;
  display: flex;
}

.side-logo-box img {
  object-fit: contain;
  max-width: 100%;
  max-height: 54px;
}

.side-item strong {
  color: #fff;
  font-family: Archivo Condensed, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.side-item p {
  margin: 6px 0 0;
  font-family: Inter, sans-serif;
  font-size: 13.8px;
  line-height: 1.52;
  color: #fffffff0 !important;
}

.about-closing-card {
  background: radial-gradient(circle at top right, #ffffff29, transparent 34%),
    linear-gradient(90deg, var(--blue-primary), #64bde8);
  border-radius: 24px;
  margin-top: 22px;
  padding: clamp(22px, 2.8vw, 32px);
  box-shadow: 0 12px 28px #3c3a391f;
}

.about-closing-card p {
  max-width: 1080px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16.4px;
  line-height: 1.7;
  color: #fff !important;
}

.about-closing-card strong {
  color: #fff;
  font-weight: 850;
}

.section-head, .section-head-balanced {
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 20px;
  display: flex;
}

.section-head h2, .section-head-balanced h2 {
  letter-spacing: -.2px;
  max-width: 760px;
  margin: 0;
  font-family: Archivo Condensed, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 850;
  line-height: .98;
  color: var(--black) !important;
}

.section-head p, .section-head-balanced p {
  max-width: 760px;
  margin: 9px 0 0;
  font-family: Inter, sans-serif;
  font-size: 15.8px;
  line-height: 1.65;
  color: #3c3a39c7 !important;
}

.cards-grid {
  align-items: stretch;
  gap: 18px;
  display: grid;
}

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

.cards-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.standard-card-grid {
  width: 100%;
}

.card, .card-white {
  border-radius: var(--card-radius);
  min-height: 190px;
  box-shadow: var(--shadow-card);
  padding: 24px;
  transition: transform .28s, box-shadow .28s;
  position: relative;
  overflow: hidden;
  border: none !important;
}

.cards-grid.two .card {
  min-height: 230px;
}

.cards-grid.four .card {
  min-height: 205px;
  padding: 22px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px #3c3a3929;
}

.card:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(#ffffff1a, #00000014);
  position: absolute;
  inset: 0;
}

.card:after {
  content: "";
  pointer-events: none;
  background: #ffffff21;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -86px;
  right: -86px;
}

.card > * {
  z-index: 2;
  position: relative;
}

.card h3 {
  margin: 0 0 12px;
  font-family: Archivo Condensed, sans-serif;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 850;
  line-height: 1;
}

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

.card p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14.8px;
  line-height: 1.65;
}

.card p + p {
  margin-top: 12px;
}

.card-highlight {
  opacity: .98;
  font-weight: 850;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.about-card-green, .cards-grid.two .card:first-child, .cards-grid.four .card:first-child {
  background: linear-gradient(180deg, #95c83f 0%, var(--green-primary) 100%) !important;
}

.about-card-blue, .cards-grid.two .card:nth-child(2), .cards-grid.four .card:nth-child(2) {
  background: linear-gradient(180deg, #6abde7 0%, var(--blue-primary) 100%) !important;
}

.about-card-orange, .cards-grid.four .card:nth-child(3) {
  background: linear-gradient(180deg, #f47b32 0%, var(--orange-primary) 100%) !important;
}

.about-card-dark, .cards-grid.four .card:nth-child(4) {
  background: linear-gradient(180deg, #575452 0%, var(--black) 100%) !important;
}

.card h3, .card-highlight {
  color: #fff !important;
}

.card p {
  color: #fffffff0 !important;
}

.section-white .cards-grid.two .card:first-child, .section-white .about-card-green {
  background: linear-gradient(#eef7dc 0%, #dff1be 100%) !important;
}

.section-white .cards-grid.two .card:nth-child(2), .section-white .about-card-blue {
  background: linear-gradient(#edf8fd 0%, #d9f0fb 100%) !important;
}

.section-white .cards-grid.four .card:first-child {
  background: linear-gradient(#eef7dc 0%, #dff1be 100%) !important;
}

.section-white .cards-grid.four .card:nth-child(2) {
  background: linear-gradient(#edf8fd 0%, #d9f0fb 100%) !important;
}

.section-white .cards-grid.four .card:nth-child(3) {
  background: linear-gradient(#fff2e8 0%, #fde5d6 100%) !important;
}

.section-white .cards-grid.four .card:nth-child(4) {
  background: linear-gradient(#f3f2f1 0%, #eee 100%) !important;
}

.section-white .card h3, .section-white .card-highlight {
  color: var(--black) !important;
}

.section-white .card p {
  color: #3c3a39c2 !important;
}

.icon-box {
  width: 56px;
  height: 56px;
  box-shadow: none;
  border: 1px solid #ffffff3d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1.55rem;
  transition: transform .25s;
  display: flex;
  color: #fff !important;
  background: #ffffff38 !important;
}

.section-white .icon-box {
  border: none;
  background: var(--black) !important;
  color: #fff !important;
}

.card:hover .icon-box {
  transform: scale(1.08) rotate(-2deg);
}

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

.logo-card {
  min-height: 136px;
  box-shadow: var(--shadow-card);
  background: #fff;
  border: 2px solid #81b92a4d;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 24px 18px 20px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  position: relative;
}

.logo-card:hover {
  border-color: var(--green-primary);
  transform: translateY(-5px);
  box-shadow: 0 16px 34px #3c3a3924;
}

.partner-label {
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  background: #81b92a24;
  border-radius: 999px;
  padding: 5px 9px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 14px;
}

.partner-logo {
  object-fit: contain;
  filter: grayscale(6%);
  max-width: 100%;
  max-height: 78px;
  transition: transform .25s, filter .25s;
}

.logo-card:hover .partner-logo {
  filter: grayscale(0);
  transform: scale(1.04);
}

.logo-card-crgrs .partner-logo {
  max-width: 30%;
  max-height: 62px;
}

.partner-logo-wide {
  max-width: 210px;
  max-height: 82px;
}

[data-reveal] {
  opacity: 0;
  transition: opacity .72s, transform .72s;
  transform: translateY(22px);
}

[data-reveal].in {
  opacity: 1;
  transform: none;
}

.about-text-card, .about-side-card, .about-closing-card, .card, .logo-card {
  will-change: transform;
}

.card.is-focused, .logo-card.is-focused, .side-item.is-focused {
  outline-offset: 4px;
  outline: 3px solid #81b92a6b;
}

@media (width <= 1200px) {
  :root {
    --container: 1080px;
  }

  .about-hero-layout {
    grid-template-columns: 1.2fr .8fr;
  }

  .hero-title {
    font-size: clamp(38px, 4.8vw, 62px);
  }

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

  .cards-grid.four .card {
    min-height: 180px;
  }
}

@media (width <= 992px) {
  .public-page {
    padding-top: 24px;
  }

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

  .about-side-card {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    display: grid;
  }

  .side-nsru-brand {
    grid-column: 1 / -1;
  }

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

@media (width <= 768px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .public-page {
    padding: 18px 0 48px;
  }

  .section-shell {
    padding: 8px 0;
  }

  .section-shell-content {
    border-radius: 22px;
    padding: 20px;
  }

  .about-hero-section .section-shell-content {
    padding: 22px;
  }

  .section-gap {
    height: 10px;
  }

  .hero-title {
    letter-spacing: -.4px;
    font-size: 38px;
    line-height: .98;
  }

  .hero-subtitle {
    font-size: 15.8px;
  }

  .about-text-card, .about-closing-card, .about-side-card, .card {
    border-radius: 20px;
    padding: 20px;
  }

  .about-side-card, .cards-grid.two, .cards-grid.four {
    grid-template-columns: 1fr;
  }

  .cards-grid.two .card, .cards-grid.four .card {
    min-height: auto;
  }

  .side-item-logo {
    grid-template-columns: 76px 1fr;
  }

  .side-logo-box {
    width: 76px;
    height: 68px;
  }

  .section-head, .section-head-balanced {
    margin-bottom: 16px;
  }

  .section-head h2, .section-head-balanced h2 {
    font-size: 31px;
  }

  .card h3 {
    font-size: 27px;
  }

  .partner-grid {
    gap: 14px;
  }

  .logo-card-crgrs .partner-logo {
    max-width: 30%;
  }
}

@media (width <= 480px) {
  .container {
    width: min(100% - 18px, var(--container));
  }

  .public-page {
    padding-bottom: 42px;
  }

  .section-shell-content {
    border-radius: 20px;
    padding: 16px;
  }

  .about-hero-section .section-shell-content {
    padding: 18px;
  }

  .hero-title {
    font-size: 33px;
  }

  .about-text-card .hero-lead {
    padding: 16px;
    font-size: 15.8px;
  }

  .about-text-card p, .about-closing-card p, .section-head p, .section-head-balanced p {
    font-size: 15px;
    line-height: 1.68;
  }

  .side-item-logo {
    grid-template-columns: 1fr;
  }

  .side-logo-box {
    width: 100%;
    height: 74px;
  }

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

  .logo-card {
    min-height: 118px;
  }

  .logo-card-crgrs .partner-logo {
    max-width: 31%;
    max-height: 58px;
  }

  .partner-logo-wide {
    max-width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal], .card, .logo-card, .partner-logo, .icon-box, .side-item {
    transition: none !important;
    transform: none !important;
  }
}
