@charset "UTF-8";
@font-face {
  font-family: "Inter Fallback";
  src: local("Arial");
  size-adjust: 107.64%;
  ascent-override: 90.49%;
  descent-override: 22.56%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/inter-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/inter-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("../fonts/inter-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../fonts/inter-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("../fonts/inter-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration-skip-ink: auto;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0A0A0A;
  background-color: #FFFFFF;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  color: #0A0A0A;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  color: #3D3D3D;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}

.entry-content a:not(.btn),
.intro__text a:not(.btn),
.team-bio__content a:not(.btn) {
  color: #9C07D6;
}
.entry-content a:not(.btn):hover, .entry-content a:not(.btn):focus,
.intro__text a:not(.btn):hover,
.intro__text a:not(.btn):focus,
.team-bio__content a:not(.btn):hover,
.team-bio__content a:not(.btn):focus {
  color: #7D05AB;
}

img {
  height: auto;
}

strong, b {
  font-weight: 700;
}

small {
  font-size: 0.875rem;
}

:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 2px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container--narrow {
  max-width: 800px;
}

.container--wide {
  max-width: 1400px;
}

.section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .section-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.section-heading {
  margin-bottom: 4rem;
}
.section-heading__title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .section-heading__title {
    font-size: 3rem;
  }
}
.section-heading__accent {
  display: block;
  width: 48px;
  height: 3px;
  background-color: #9C07D6;
  margin-top: 1rem;
  border-radius: 2px;
}
.section-heading__subtitle {
  font-size: 1.125rem;
  color: #6B6B6B;
  max-width: 560px;
  margin-top: 1.5rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .section-heading__subtitle {
    font-size: 1.25rem;
  }
}
.section-heading--center {
  text-align: center;
}
.section-heading--center .section-heading__accent {
  margin-left: auto;
  margin-right: auto;
}
.section-heading--center .section-heading__subtitle {
  margin-left: auto;
  margin-right: auto;
}
.section-heading--inverse .section-heading__title {
  color: #FFFFFF;
}
.section-heading--inverse .section-heading__subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.top-bar {
  display: none;
}
@media (min-width: 576px) {
  .top-bar {
    display: flex;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
}
.top-bar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.top-bar__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.top-bar__item a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 150ms ease;
}
.top-bar__item a:hover {
  color: #FFFFFF;
}
.top-bar__label {
  color: #FFFFFF;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.top-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  margin-left: 1rem;
  padding: 7px 16px;
  background-color: #9C07D6;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(156, 7, 214, 0.45), 0 2px 6px rgba(0, 0, 0, 0.25);
}
.top-bar__btn svg {
  opacity: 0.85;
}
.top-bar__btn::after {
  content: "→";
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0.85;
}
.top-bar__btn:hover, .top-bar__btn:focus {
  color: #FFFFFF;
  background-color: #7D05AB;
  box-shadow: 0 0 16px rgba(156, 7, 214, 0.65), 0 3px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}
.top-bar__btn:hover svg, .top-bar__btn:hover::after, .top-bar__btn:focus svg, .top-bar__btn:focus::after {
  opacity: 1;
}

.site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F0F0F2;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 250ms ease;
}
.site-header--scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header__actions .btn--outline,
.site-header__actions a.btn--outline {
  border-width: 2px;
  border-color: #9C07D6;
  color: #9C07D6;
}
.site-header__actions .btn--outline:hover, .site-header__actions .btn--outline:focus,
.site-header__actions a.btn--outline:hover,
.site-header__actions a.btn--outline:focus {
  background-color: rgba(156, 7, 214, 0.08);
  border-color: #9C07D6;
  color: #9C07D6;
}

.site-logo__accent {
  color: #9C07D6;
}

.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo a {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.site-header__logo a:hover {
  color: #0A0A0A;
}
.site-header__logo img {
  max-height: 34px;
  width: auto;
}

.mega-nav {
  display: none;
}
@media (min-width: 1100px) {
  .mega-nav {
    display: block;
  }
}
.mega-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-nav__item {
  position: relative;
}
.mega-nav__item--mega {
  position: static;
}
.mega-nav__trigger, .mega-nav__link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #3D3D3D;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border: none;
  background: none;
  border-radius: 8px;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease;
  white-space: nowrap;
}
.mega-nav__trigger .icon, .mega-nav__link .icon {
  transition: transform 150ms ease;
}
.mega-nav__trigger:hover, .mega-nav__link:hover {
  color: #0A0A0A;
  background-color: #F7F7F8;
}
.mega-nav__trigger[aria-expanded=true], .mega-nav__link[aria-expanded=true] {
  color: #0A0A0A;
  background-color: #F7F7F8;
}
.mega-nav__trigger[aria-expanded=true] .icon, .mega-nav__link[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.mega-nav__link {
  text-decoration: none;
}
.mega-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-top: 2px solid #9C07D6;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
  z-index: 100;
}
.mega-nav__dropdown[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-nav__dropdown--full {
  left: 0;
  right: 0;
  width: 100%;
  min-width: unset;
  border-radius: 0 0 12px 12px;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.mega-nav__dropdown--simple {
  min-width: 280px;
  padding: 0.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
}
.mega-nav__dropdown--simple[aria-hidden=false] {
  transform: translateX(-50%) translateY(0);
}
.mega-nav__dropdown-body {
  padding: 1.5rem;
}
.mega-nav__panel {
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-nav__panel {
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
.mega-nav__columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 3rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-nav__columns {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
  }
}
.mega-nav__column-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0A0A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #F0F0F2;
  text-decoration: none;
  transition: color 150ms ease;
}
.mega-nav__column-heading .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.mega-nav__column-heading:hover {
  color: #9C07D6;
}
.mega-nav__sub-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-nav__sub-links li {
  margin-bottom: 2px;
}
.mega-nav__sub-links a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #6B6B6B;
  border-radius: 4px;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease;
}
.mega-nav__sub-links a:hover {
  color: #9C07D6;
  background-color: #F7F7F8;
}
.mega-nav__cta-panel {
  flex-shrink: 0;
  width: 240px;
  background-color: #0D0D0D;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-nav__cta-panel {
    width: 200px;
    padding: 1.5rem;
  }
}
.mega-nav__cta-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.3;
}
.mega-nav__cta-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}
.mega-nav__panel-footer {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #F0F0F2;
}
.mega-nav__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: gap 150ms ease;
}
.mega-nav__view-all:hover {
  gap: 0.5rem;
  color: #7D05AB;
}
.mega-nav__columns--industries {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.25rem;
}
.mega-nav__columns--resources {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.mega-nav__columns--locations {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 520px;
}
.mega-nav__region-heading {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #F0F0F2;
}
.mega-nav__region-heading .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.mega-nav__panel--company {
  padding: 3rem 0;
  gap: 2rem;
  flex-wrap: nowrap;
}
.mega-nav__company-group {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-nav__company-group--products {
  background: #F7F7F8;
  border-radius: 12px;
  padding: 1rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mega-nav__company-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0 1rem 0.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #F0F0F2;
}
.mega-nav__company-label .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.mega-nav__product-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 150ms ease;
  border: 1px solid transparent;
}
.mega-nav__product-card:hover {
  background-color: #FFFFFF;
  border-color: #F0F0F2;
}
.mega-nav__product-card:hover .mega-nav__product-title {
  color: #9C07D6;
}
.mega-nav__product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #9C07D6;
  border: 1px solid #F0F0F2;
}
.mega-nav__product-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mega-nav__product-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 150ms ease;
}
.mega-nav__product-desc {
  font-size: 0.75rem;
  color: #6B6B6B;
}
.mega-nav__columns--about {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.mega-nav__column-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #F0F0F2;
}
.mega-nav__rich-link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.mega-nav__rich-link:hover {
  background-color: #F7F7F8;
}
.mega-nav__rich-link:hover .mega-nav__rich-link-title {
  color: #9C07D6;
}
.mega-nav__rich-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #F7F7F8;
  color: #9C07D6;
  margin-top: 2px;
}
.mega-nav__rich-link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-nav__rich-link-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 150ms ease;
}
.mega-nav__rich-link-desc {
  font-size: 0.75rem;
  color: #6B6B6B;
  line-height: 1.6;
}
.mega-nav__dropdown-divider {
  height: 1px;
  background-color: #F0F0F2;
  margin: 0.5rem 0;
}
.mega-nav__empty {
  font-size: 0.875rem;
  color: #6B6B6B;
  padding: 0.5rem 1rem;
  margin: 0;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 5px;
}
@media (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #0A0A0A;
  border-radius: 1px;
  transition: transform 250ms ease, opacity 250ms ease;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  height: 100dvh;
  background-color: #FFFFFF;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 400ms ease;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
}
.mobile-nav--open {
  transform: translateX(0);
}
.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #F0F0F2;
  flex-shrink: 0;
}
.mobile-nav__logo a {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0A0A0A;
  letter-spacing: -0.02em;
}
.mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #6B6B6B;
  transition: color 150ms ease, background-color 150ms ease;
}
.mobile-nav__close:hover {
  color: #0A0A0A;
  background-color: #F7F7F8;
}
.mobile-nav__body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 0;
}
.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav__group {
  border-bottom: 1px solid #F0F0F2;
}
.mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0A0A0A;
  text-align: left;
  transition: background-color 150ms ease;
}
.mobile-nav__toggle:hover {
  background-color: #F7F7F8;
}
.mobile-nav__toggle .mobile-nav__chevron {
  transition: transform 250ms ease;
  color: #6B6B6B;
}
.mobile-nav__toggle[aria-expanded=true] .mobile-nav__chevron {
  transform: rotate(180deg);
}
.mobile-nav__direct-link {
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0A0A0A;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.mobile-nav__direct-link:hover {
  background-color: #F7F7F8;
  color: #9C07D6;
}
.mobile-nav__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
  background-color: #F7F7F8;
}
.mobile-nav__section {
  padding: 0.5rem 2rem;
}
.mobile-nav__section + .mobile-nav__section {
  border-top: 1px solid #F0F0F2;
}
.mobile-nav__section-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0A0A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 0;
  text-decoration: none;
}
.mobile-nav__section-title:hover {
  color: #9C07D6;
}
.mobile-nav__sub-links {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
}
.mobile-nav__sub-links a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.25rem 0;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #3D3D3D;
  text-decoration: none;
  transition: color 150ms ease;
}
.mobile-nav__sub-links a:hover {
  color: #9C07D6;
}
.mobile-nav__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
}
.mobile-nav__view-all:hover {
  gap: 0.5rem;
}
.mobile-nav__footer {
  flex-shrink: 0;
  padding: 1.5rem 2rem;
  border-top: 1px solid #E5E5E7;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-nav__cta-btn {
  width: 100%;
}
.mobile-nav__support-btn {
  width: 100%;
}
.mobile-nav__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #9C07D6;
  text-decoration: none;
  padding: 0.5rem;
}
.mobile-nav__phone:hover {
  color: #7D05AB;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.mobile-nav-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 150ms ease;
}
.site-footer a:hover {
  color: #FFFFFF;
}
.site-footer__support-bar {
  background-color: rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}
.site-footer__support-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-footer__support-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.site-footer__support-items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.site-footer__support-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85) !important;
}
.site-footer__support-item .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.site-footer__support-item span {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__support-item strong {
  font-weight: 600;
  color: #FFFFFF;
}
.site-footer__support-item:hover {
  color: #FFFFFF !important;
}
.site-footer__support-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 6rem 0 4rem;
}
@media (min-width: 576px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .site-footer__grid {
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
  }
}
@media (min-width: 576px) {
  .site-footer__col--brand {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .site-footer__col--brand {
    grid-column: auto;
  }
}
.site-footer__logo {
  margin-bottom: 1rem;
}
.site-footer__logo img {
  max-height: 32px;
  width: auto;
}
.site-footer__about {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 340px;
}
.site-footer__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.site-footer__contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.site-footer__contact-pill .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.site-footer__contact-pill:hover {
  background: rgba(156, 7, 214, 0.12);
  border-color: rgba(156, 7, 214, 0.3);
  color: #FFFFFF !important;
}
.site-footer__offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer__office-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-footer__office {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer__office:hover {
  color: #FFFFFF !important;
}
.site-footer__office-phone {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: color 250ms ease;
}
.site-footer__office-phone:hover {
  color: #FFFFFF !important;
}
.site-footer__office-city {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.3);
}
.site-footer__office-addr {
  font-size: 0.75rem;
  line-height: 1.3;
  color: inherit;
}
.site-footer__map {
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  transition: opacity 250ms ease;
}
.site-footer__map:hover {
  opacity: 1;
}
.site-footer__map iframe {
  display: block;
  width: 100%;
  filter: grayscale(100%) invert(90%) contrast(85%);
}
.site-footer__social {
  display: flex;
  gap: 0.25rem;
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.45);
  transition: background-color 150ms ease, color 150ms ease;
}
.site-footer__social a:hover {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.site-footer__heading {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}
.site-footer__heading a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.site-footer__heading a:hover {
  color: #FFFFFF;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__links a {
  font-size: 0.875rem;
}
.site-footer__view-all {
  font-weight: 600;
  color: #9C07D6 !important;
  margin-top: 0.25rem;
}
.site-footer__view-all:hover {
  color: #7D05AB !important;
}
.site-footer__region-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.site-footer__region-label:first-of-type {
  margin-top: 0;
}
.site-footer__locs-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 0.25rem;
  line-height: 1.75;
}
.site-footer__locs-inline a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__locs-inline a:hover {
  color: #FFFFFF;
}
.site-footer__loc-dot {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.18);
  margin: 0 0.25rem;
  user-select: none;
}
.site-footer__trust {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.5rem 0;
}
.site-footer__trust-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__trust-inner {
    flex-direction: row;
    text-align: left;
  }
}
.site-footer__trust-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-footer__trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__trust-items {
    justify-content: flex-start;
  }
}
.site-footer__trust-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bar {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.25);
}
.footer-bar a {
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: color 150ms ease;
}
.footer-bar a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer-bar__links {
  display: flex;
  gap: 1.5rem;
}

.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.hero {
  position: relative;
  padding: 2rem 0 3rem;
  background-color: #0D0D0D;
  color: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    padding: 4rem 0;
  }
}
.hero__image {
  display: none;
}
@media (min-width: 992px) {
  .hero__image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__image-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0D0D0D 0%, rgba(26, 26, 26, 0.85) 25%, rgba(26, 26, 26, 0) 70%);
}
.hero__image-fade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #0D0D0D 0%, transparent 15%), linear-gradient(to top, #0D0D0D 0%, transparent 15%);
}
.hero .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__content {
    max-width: 55%;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 1.5rem 6px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}
.hero__badge .icon {
  color: #9C07D6;
}
.hero__title {
  padding-top: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
@media (min-width: 576px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 480px;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.25rem;
  }
}
.hero__value-prop {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 520px;
  border-left: 2px solid #9C07D6;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .hero__value-prop {
    font-size: 1rem;
  }
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .hero__actions {
    flex-direction: row;
    align-items: center;
  }
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero__meta-item .icon {
  color: #9C07D6;
  flex-shrink: 0;
  opacity: 0.85;
}
.hero__partner-logo {
  margin-bottom: 2rem;
  text-align: center;
}
.hero__partner-logo img {
  display: inline-block;
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
@media (min-width: 768px) {
  .hero__partner-logo img {
    max-width: 240px;
    max-height: 72px;
  }
}
.hero--compact {
  padding: 3rem 0 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero--compact {
    padding: 2rem 0 3rem;
  }
}
.hero--compact .hero__content {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero--compact .hero__content {
    max-width: 800px;
  }
}
.hero--compact .breadcrumbs {
  display: flex;
  justify-content: center;
}
.hero--compact .hero__meta {
  justify-content: center;
}
.hero--compact .hero__subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero--compact .hero__value-prop {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.hero--compact .hero__actions {
  justify-content: center;
}
.hero--case-study {
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.hero--case-study .hero__title {
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .hero--case-study .hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .hero--case-study .hero__title {
    font-size: 3rem;
  }
}
.hero--case-study .hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hero--case-study .hero__subtitle {
    font-size: 1.125rem;
  }
}
.hero--case-study.hero--has-image {
  background-image: none;
}
.hero--case-study.hero--has-image .hero__image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}
.hero--case-study.hero--has-image .hero__image-fade {
  background: rgba(13, 13, 13, 0.88);
}
.hero--case-study.hero--has-image .hero__image-fade::after {
  display: none;
}
.hero--lowkey {
  background-color: #F7F7F8;
  color: #0A0A0A;
  padding: 3rem 0 4rem;
  text-align: center;
  border-bottom: 1px solid #F0F0F2;
}
@media (min-width: 768px) {
  .hero--lowkey {
    padding: 2rem 0 3rem;
  }
}
.hero--lowkey .hero__content {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero--lowkey .hero__content {
    max-width: 800px;
  }
}
.hero--lowkey .hero__badge {
  border-color: #E5E5E7;
  color: #9C07D6;
  background-color: #FFFFFF;
  font-weight: 600;
}
.hero--lowkey .hero__badge .icon {
  color: #9C07D6;
}
.hero--lowkey .hero__title {
  color: #0A0A0A;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .hero--lowkey .hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .hero--lowkey .hero__title {
    font-size: 3rem;
  }
}
.hero--lowkey .hero__subtitle {
  display: inline-block;
  color: #6B6B6B;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero--lowkey .hero__actions {
  justify-content: center;
}

.hero--slider .hero__slides {
  position: relative;
}
.hero--slider .hero__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero--slider .hero__slide:first-child {
  position: relative;
}
.hero--slider .hero__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hero--slider .hero__slide .hero__content {
  transform: translateY(8px);
  transition: transform 0.6s ease 0.15s, opacity 0.6s ease 0.15s;
  opacity: 0;
}
.hero--slider .hero__slide--active .hero__content {
  transform: translateY(0);
  opacity: 1;
}
.hero--slider > .container {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.hero--slider > .container .hero__static {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}
.hero--slider .hero__badge {
  margin-bottom: 0;
}

.hero__indicators {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__indicators {
    bottom: 3rem;
  }
}

.hero__dot {
  position: relative;
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.3s ease;
}
.hero__dot:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.hero__dot--active {
  background-color: rgba(255, 255, 255, 0.3);
}

.hero__dot-progress {
  position: absolute;
  inset: 0;
  background-color: #9C07D6;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
.hero__dot--active .hero__dot-progress {
  animation: hero-progress 6s linear forwards;
}

@keyframes hero-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    transition: none !important;
  }
  .hero__slide .hero__content {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .hero__dot-progress {
    animation: none !important;
    transform: scaleX(1);
  }
  .hero__dot:not(.hero__dot--active) .hero__dot-progress {
    transform: scaleX(0);
  }
}
.hero--minimal {
  padding: 1.5rem 0 2rem;
}
@media (min-width: 768px) {
  .hero--minimal {
    padding: 1.5rem 0 2rem;
  }
}
.hero--minimal .hero__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hero--minimal .hero__title {
    font-size: 2.5rem;
  }
}
.hero--minimal .hero__subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hero--minimal .hero__subtitle {
    font-size: 1rem;
  }
}

.explore {
  background-color: #FFFFFF;
}
.explore.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .explore.section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.explore .explore__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .explore .explore__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.explore .explore__column {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E5E5E7;
}
.explore .explore__column:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 992px) {
  .explore .explore__column {
    padding: 0 2rem;
    border-bottom: none;
    border-right: 1px solid #E5E5E7;
  }
  .explore .explore__column:first-child {
    padding-left: 0;
  }
  .explore .explore__column:last-child {
    padding-right: 0;
    border-right: none;
  }
}
.explore .explore__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.explore .explore__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9C07D6;
  flex-shrink: 0;
}
.explore .explore__icon svg {
  width: 32px;
  height: 32px;
}
.explore .explore__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .explore .explore__title {
    font-size: 2rem;
  }
}
.explore .explore__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #3D3D3D;
  margin-bottom: 2rem;
}
.explore .explore__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-grow: 1;
  align-content: flex-start;
}
.explore .explore__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0A0A0A;
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
  white-space: nowrap;
  line-height: 1;
}
.explore a.explore__pill:hover, .explore a.explore__pill:focus-visible {
  border-color: #9C07D6;
  color: #9C07D6;
  background-color: #F3E5FA;
}
.explore .explore__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  text-decoration: none;
  margin-top: auto;
  transition: color 150ms ease;
}
.explore .explore__cta .icon {
  transition: transform 150ms ease;
}
.explore .explore__cta:hover, .explore .explore__cta:focus-visible {
  color: #9C07D6;
}
.explore .explore__cta:hover .icon, .explore .explore__cta:focus-visible .icon {
  transform: translateX(3px);
}

.trust-badges {
  padding: 4rem 0;
  background-color: #F7F7F8;
  border-top: 1px solid #F0F0F2;
  border-bottom: 1px solid #F0F0F2;
}
@media (min-width: 768px) {
  .trust-badges {
    padding: 4rem 0 6rem;
  }
}
.trust-badges__headline {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.trust-badges__headline::before, .trust-badges__headline::after {
  content: "";
  height: 1px;
  width: 60px;
  background: #E5E5E7;
}
@media (min-width: 768px) {
  .trust-badges__headline::before, .trust-badges__headline::after {
    width: 100px;
  }
}
.trust-badges__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2rem;
}
@media (min-width: 768px) {
  .trust-badges__row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.trust-badges__item {
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  transition: background-color 250ms ease;
}
@media (min-width: 768px) {
  .trust-badges__item {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem;
  }
}
.trust-badges__item a {
  display: block;
}
.trust-badges__item img {
  height: 32px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.35;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}
@media (min-width: 768px) {
  .trust-badges__item img {
    height: 40px;
  }
}
.trust-badges__item:hover {
  background-color: #FFFFFF;
}
.trust-badges__item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}
.trust-badges__item--placeholder span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6B6B6B;
  opacity: 0.35;
  padding: 0.5rem 1.5rem;
  border: 1px dashed #E5E5E7;
  border-radius: 8px;
  transition: opacity 250ms ease, border-color 250ms ease, color 250ms ease;
}
.trust-badges__item--placeholder:hover {
  background-color: transparent;
}
.trust-badges__item--placeholder:hover span {
  opacity: 0.7;
  border-color: #9C07D6;
  color: #9C07D6;
}

.services-grid {
  background-color: #F7F7F8;
}
.services-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .services-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .services-grid__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.services-pillars {
  background-color: #F7F7F8;
}
.services-pillars__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .services-pillars__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-pillars__pillar {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 3rem;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.services-pillars__pillar:hover {
  border-color: #9C07D6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}
.services-pillars__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: #F7F7F8;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.services-pillars__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.services-pillars__title a {
  color: #0A0A0A;
  text-decoration: none;
}
.services-pillars__title a:hover {
  color: #9C07D6;
}
.services-pillars__description {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.services-pillars__children {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  flex-grow: 1;
}
.services-pillars__children li {
  border-bottom: 1px solid #F0F0F2;
}
.services-pillars__children li:last-child {
  border-bottom: 0;
}
.services-pillars__children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #3D3D3D;
  text-decoration: none;
  transition: color 150ms ease;
}
.services-pillars__children a svg {
  opacity: 0;
  transition: opacity 150ms ease, transform 150ms ease;
  flex-shrink: 0;
}
.services-pillars__children a:hover {
  color: #9C07D6;
}
.services-pillars__children a:hover svg {
  opacity: 1;
  transform: translateX(2px);
}
.services-pillars__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
  color: #9C07D6;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: gap 150ms ease;
}
.services-pillars__cta:hover {
  gap: 0.5rem;
}

.why-us {
  background-color: #FFFFFF;
}
.why-us__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .why-us__layout {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }
}
.why-us__headline {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .why-us__headline {
    font-size: 3rem;
  }
}
.why-us__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}
.why-us__item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.why-us__item + .why-us__item {
  border-top: 1px solid #F0F0F2;
}
.why-us__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9C07D6;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 8px;
  margin-top: 2px;
}
.why-us__item-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.why-us__item-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0;
}
@media (min-width: 992px) {
  .why-us__testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.why-us__testimonial-card {
  background-color: #F7F7F8;
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .why-us__testimonial-card {
    padding: 4rem;
  }
}
.why-us__stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 1.5rem;
  color: #F59E0B;
}
.why-us__stars .icon {
  fill: currentColor;
  stroke: currentColor;
}
.why-us__quote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 2rem;
  quotes: none;
}
@media (min-width: 768px) {
  .why-us__quote {
    font-size: 1.25rem;
  }
}
.why-us__attribution {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.why-us__author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0A0A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.why-us__company {
  font-size: 0.875rem;
  color: #6B6B6B;
}

.about-preview {
  background-color: #F7F7F8;
}
.about-preview__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .about-preview__layout {
    grid-template-columns: 5fr 7fr;
    gap: 6rem;
    align-items: center;
  }
}
.about-preview__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .about-preview__image {
    aspect-ratio: 3/4;
    max-height: 520px;
  }
}
.about-preview__image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #F0F0F2;
  border-radius: 12px;
  border: 2px dashed #E5E5E7;
}
@media (min-width: 992px) {
  .about-preview__image-placeholder {
    aspect-ratio: 3/4;
    max-height: 520px;
  }
}
.about-preview__text {
  margin-bottom: 2rem;
}
.about-preview__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .about-preview__text p {
    font-size: 1.125rem;
  }
}
.about-preview__text p:last-child {
  margin-bottom: 0;
}
.about-preview__stats {
  display: flex;
  gap: 3rem;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid #E5E5E7;
  border-bottom: 1px solid #E5E5E7;
}
.about-preview__stat {
  display: flex;
  flex-direction: column;
}
.about-preview__stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #9C07D6;
  line-height: 1.15;
}
.about-preview__stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}

.stats-bar {
  background-color: #9C07D6;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .stats-bar {
    padding: 4rem 0;
  }
}
.stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .stats-bar__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .stats-bar__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.stats-bar__number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .stats-bar__number {
    font-size: 3rem;
  }
}
.stats-bar__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.intro-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .intro-split {
    grid-template-columns: minmax(min-content, 40fr) auto minmax(0, 60fr);
    gap: 4rem;
  }
}
.intro-split__heading {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0A0A0A;
  margin: 0;
  word-break: normal;
  hyphens: none;
  overflow-wrap: normal;
  position: relative;
  padding-bottom: 1.5rem;
}
.intro-split__heading::after {
  content: \'\';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #9C07D6, rgba(156, 7, 214, 0));
  border-radius: 2px;
}
@media (min-width: 576px) {
  .intro-split__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .intro-split__heading {
    font-size: 3rem;
  }
  .intro-split__heading::after {
    width: 56px;
  }
}
.intro-split__divider {
  display: none;
}
@media (min-width: 768px) {
  .intro-split__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F3E5FA;
    line-height: 0;
  }
  .intro-split__divider .icon,
  .intro-split__divider svg {
    width: 160px;
    height: 160px;
    stroke-width: 1.5;
  }
}
.intro-split__body p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .intro-split__body p {
    font-size: 1.125rem;
  }
}
.intro-split__body p:first-child {
  color: #0A0A0A;
}
.intro-split__body p + p {
  margin-top: 1rem;
}
.intro-split__body ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.intro-split__body li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .intro-split__body li {
    font-size: 1.125rem;
  }
}
.intro-split__body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9C07D6;
  font-size: 1.25rem;
  line-height: 1;
}
.intro-split__body strong {
  color: #0A0A0A;
  font-weight: 600;
}

.intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .intro__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.intro__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.intro__image-placeholder {
  width: 100%;
  padding-bottom: 75%;
  background-color: #F7F7F8;
  border-radius: 12px;
  border: 1px dashed #E5E5E7;
}
.intro__heading {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.intro__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background-color: #9C07D6;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .intro__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .intro__heading::after {
    width: 64px;
  }
}
.intro__lead {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .intro__lead {
    margin-bottom: 4rem;
  }
}
.intro__lead p {
  font-size: 1rem;
  line-height: 1.75;
  color: #0A0A0A;
}
@media (min-width: 576px) {
  .intro__lead p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .intro__lead p {
    font-size: 1.5rem;
  }
}
.intro__lead p + p {
  margin-top: 1rem;
}
.intro__content .section-heading {
  margin-bottom: 2rem;
}

.intro-accordion {
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  .intro-accordion {
    border-radius: 16px;
  }
}
.intro-accordion__item {
  border-bottom: 1px solid #F0F0F2;
}
.intro-accordion__item:last-child {
  border-bottom: none;
}
.intro-accordion__item--active .intro-accordion__icon {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.intro-accordion__item--active .intro-accordion__icon .icon {
  transform: rotate(180deg);
}
.intro-accordion__item--active .intro-accordion__trigger {
  background-color: #F7F7F8;
}
.intro-accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 150ms ease;
}
@media (min-width: 768px) {
  .intro-accordion__trigger {
    padding: 2rem 3rem;
  }
}
.intro-accordion__trigger:hover {
  background-color: #F7F7F8;
}
.intro-accordion__trigger:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: -2px;
}
.intro-accordion__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
}
@media (min-width: 768px) {
  .intro-accordion__title {
    font-size: 1.25rem;
  }
}
.intro-accordion__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3E5FA;
  border-radius: 9999px;
  color: #9C07D6;
  transition: background-color 250ms ease, color 250ms ease;
}
.intro-accordion__icon .icon {
  transition: transform 250ms ease;
}
.intro-accordion__panel {
  overflow: hidden;
  transition: max-height 400ms ease;
  padding: 1rem 1.5rem 2rem;
}
@media (min-width: 768px) {
  .intro-accordion__panel {
    padding: 1.5rem 3rem 3rem;
  }
}

.intro__text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.intro__text h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .intro__text h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.intro__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .intro__text p {
    font-size: 1.125rem;
  }
}
.intro__text p + p {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .intro__text p + p {
    margin-top: 1rem;
  }
}
.intro__text strong {
  font-weight: 600;
  color: #0A0A0A;
}
.intro__text ul {
  list-style: disc;
}
.intro__text ol {
  list-style: decimal;
}
.intro__text ul, .intro__text ol {
  margin: 1rem 0;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .intro__text ul, .intro__text ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    gap: 0.5rem;
  }
}
.intro__text li {
  font-size: 1rem;
  line-height: 1.6;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .intro__text li {
    font-size: 1.125rem;
  }
}
.intro__text li::marker {
  color: #9C07D6;
}
.intro__text blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 3px solid #9C07D6;
  background-color: #FFFFFF;
  border-radius: 0 8px 8px 0;
}
@media (min-width: 768px) {
  .intro__text blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
  }
}
.intro__text blockquote p {
  font-size: 1rem;
  font-style: italic;
  color: #0A0A0A;
}
@media (min-width: 768px) {
  .intro__text blockquote p {
    font-size: 1.125rem;
  }
}
.intro__text a {
  color: #9C07D6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms ease;
}
.intro__text a:hover {
  color: #7D05AB;
}
.intro__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .intro__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.intro__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.3;
}
.intro__feature-icon {
  flex-shrink: 0;
  color: #9C07D6;
  margin-top: 2px;
}

.service-tabs {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .service-tabs {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    min-height: 460px;
    align-items: stretch;
  }
}
.service-tabs__nav {
  background-color: #000000;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .service-tabs__nav {
    padding: 4rem 3rem;
    gap: 1rem;
  }
}
.service-tabs__tab {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .service-tabs__tab {
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
  }
}
.service-tabs__tab:hover:not(.service-tabs__tab--active) {
  background-color: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
}
.service-tabs__tab:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 2px;
}
.service-tabs__tab--active {
  background-color: #FFFFFF;
  color: #0A0A0A;
  font-weight: 600;
}
.service-tabs__tab--active .service-tabs__tab-indicator {
  background-color: #9C07D6;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.25);
}
.service-tabs__tab-indicator {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.service-tabs__tab-label {
  flex: 1;
}
.service-tabs__panels {
  background: linear-gradient(135deg, rgba(156, 7, 214, 0.04) 0%, #F7F7F8 55%, #FFFFFF 100%);
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .service-tabs__panels {
    padding: 3rem 4rem;
    display: flex;
    align-items: flex-start;
  }
}
.service-tabs__panel {
  width: 100%;
}
.service-tabs__panel .intro__text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .service-tabs__panel .intro__text h3 {
    font-size: 1.5rem;
  }
}
.service-tabs__panel .intro__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-tabs__panel .intro__text p {
    font-size: 1.125rem;
  }
}
.service-tabs__panel .intro__text p:first-child {
  color: #0A0A0A;
  font-weight: 500;
}
.service-tabs__panel .intro__text ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-tabs__panel .intro__text li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .service-tabs__panel .intro__text li {
    font-size: 1.125rem;
  }
}
.service-tabs__panel .intro__text li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9C07D6;
  font-size: 1.25rem;
  line-height: 1;
}
.service-tabs__panel .intro__text a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #9C07D6;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: gap 150ms ease, color 150ms ease;
}
.service-tabs__panel .intro__text a:hover {
  color: #7D05AB;
  gap: 0.5rem;
}

.service-intro {
  position: relative;
  overflow: hidden;
  background-color: #F7F7F8;
}
.service-intro__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.service-intro__glow {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(156, 7, 214, 0.1) 0%, rgba(156, 7, 214, 0.04) 50%, transparent 70%);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .service-intro__glow {
    width: 600px;
    height: 600px;
    top: -160px;
    right: -100px;
  }
}
.service-intro__glow-secondary {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(156, 7, 214, 0.05) 0%, transparent 65%);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .service-intro__glow-secondary {
    width: 380px;
    height: 380px;
    bottom: -100px;
    left: -80px;
  }
}
.service-intro .container {
  position: relative;
  z-index: 1;
}
.service-intro__header {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .service-intro__header {
    margin-bottom: 4rem;
  }
}

.pain-points {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.pain-points__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .pain-points__layout {
    grid-template-columns: 5fr 7fr;
    gap: 6rem;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .pain-points__left {
    position: sticky;
    top: 120px;
  }
}
.pain-points__headline {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .pain-points__headline {
    font-size: 3rem;
  }
}
.pain-points__subheadline {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 2rem;
}
.pain-points__action {
  display: none;
}
@media (min-width: 992px) {
  .pain-points__action {
    display: block;
  }
}
.pain-points__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pain-points__item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pain-points__item:first-child {
  padding-top: 0;
}
.pain-points__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pain-points__marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.pain-points__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pain-points__title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .pain-points__title {
    font-size: 1.125rem;
  }
}
.pain-points__description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
.pain-points__transition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  text-align: center;
}
.pain-points__transition-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #9C07D6);
}
.pain-points__transition-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .pain-points__transition-text {
    font-size: 1.5rem;
  }
}
.pain-points__transition-arrow {
  color: #9C07D6;
  animation: bounce-down 2s ease infinite;
}

@keyframes bounce-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.industries-grid {
  background-color: #F7F7F8;
}
.industries-grid__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 992px) {
  .industries-grid__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.industries-grid__item--desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .industries-grid__item--desktop-only {
    display: block;
  }
}
.industries-grid__footer {
  text-align: center;
  margin-top: 3rem;
}
.industries-grid__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #9C07D6;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: gap 150ms ease;
}
.industries-grid__cta:hover {
  gap: 0.5rem;
}

.service-areas {
  background-color: #0D0D0D;
  position: relative;
  overflow: hidden;
}
.service-areas::before, .service-areas::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.06;
}
.service-areas::before {
  background: radial-gradient(circle, #9C07D6 0%, transparent 70%);
  top: -100px;
  left: -100px;
}
.service-areas::after {
  background: radial-gradient(circle, #9C07D6 0%, transparent 70%);
  bottom: -100px;
  right: -100px;
}
.service-areas__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 1.5rem;
}
@media (min-width: 768px) {
  .service-areas__inner {
    padding: 8rem 3rem;
  }
}
.service-areas__header {
  text-align: center;
  margin-bottom: 6rem;
}
.service-areas__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.service-areas__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .service-areas__title {
    font-size: 3rem;
  }
}
.service-areas__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto;
}
.service-areas__offices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .service-areas__offices {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
  }
}
.service-areas__office {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 3rem 3rem 2rem;
  position: relative;
  transition: border-color 250ms ease, background 250ms ease;
}
.service-areas__office:hover {
  border-color: rgba(156, 7, 214, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.service-areas__office::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  right: 3rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9C07D6, transparent);
  border-radius: 0 0 2px 2px;
  opacity: 0;
  transition: opacity 250ms ease;
}
.service-areas__office:hover::before {
  opacity: 1;
}
.service-areas__office-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.service-areas__office-tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9C07D6;
}
.service-areas__office-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.2);
  animation: office-pulse 2.5s ease-in-out infinite;
}
@keyframes office-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.2);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(156, 7, 214, 0.08);
  }
}
.service-areas__office-city {
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 0.25rem;
}
@media (min-width: 768px) {
  .service-areas__office-city {
    font-size: 3.5rem;
  }
}
.service-areas__office-region {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 2rem;
  font-weight: 500;
}
.service-areas__office-address {
  font-style: normal;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(156, 7, 214, 0.4);
}
.service-areas__office-coverage {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.service-areas__office-coverage li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
}
.service-areas__office-coverage li:not(:last-child)::after {
  content: "·";
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.15);
}
.service-areas__city-link {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 150ms ease;
}
.service-areas__city-link:hover {
  color: #9C07D6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.service-areas__office-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: gap 150ms ease, color 150ms ease;
}
.service-areas__office-cta:hover {
  gap: 1rem;
  color: rgb(185, 24.5384615385, 247.4615384615);
}
.service-areas__divider {
  display: none;
}
@media (min-width: 992px) {
  .service-areas__divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 3rem;
  }
}
.service-areas__divider-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
  min-height: 60px;
}
.service-areas__divider-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.service-areas__reach {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media (min-width: 768px) {
  .service-areas__reach {
    flex-direction: row;
    gap: 2rem;
  }
}
.service-areas__reach-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  flex-shrink: 0;
}
.service-areas__reach-provinces {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.service-areas__reach-provinces li {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.25rem 1rem;
  transition: color 150ms ease;
}
.service-areas__reach-provinces li:hover {
  color: #FFFFFF;
}
.service-areas__reach-provinces li:not(:last-child)::after {
  content: "·";
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.15);
}

.case-studies-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .case-studies-grid__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.case-studies-grid__footer {
  text-align: center;
  margin-top: 2rem;
}
.case-studies-grid__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
}
.case-studies-grid__view-all:hover {
  color: #7D05AB;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.reviews__card {
  background-color: #F7F7F8;
  border-radius: 12px;
  padding: 3rem 2rem 2rem;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.reviews__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.reviews__stars {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 2px;
}
.reviews__star {
  color: #F59E0B;
}
.reviews__star .icon {
  width: 16px;
  height: 16px;
  fill: #F59E0B;
  stroke: #F59E0B;
}
.reviews__quote {
  margin-bottom: 2rem;
}
.reviews__quote p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.reviews__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 1.5rem;
  border-top: 1px solid #E5E5E7;
}
.reviews__name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #0A0A0A;
}
.reviews__title, .reviews__company {
  font-size: 0.875rem;
  color: #6B6B6B;
}

.cta-banner {
  background-color: #F7F7F8;
  border-top: 1px solid #F0F0F2;
  border-bottom: 1px solid #F0F0F2;
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .cta-banner {
    padding: 8rem 0;
  }
}
.cta-banner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 992px) {
  .cta-banner__inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 6rem;
  }
}
.cta-banner__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cta-banner__title {
  font-size: 2rem;
  font-weight: 800;
  color: #0A0A0A;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-banner__title {
    font-size: 2.5rem;
  }
}
.cta-banner__subtitle {
  font-size: 1.125rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin: 0;
  max-width: 500px;
}
.cta-banner__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cta-banner__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3D3D3D;
}
.cta-banner__chips li .icon {
  color: #10B981;
  flex-shrink: 0;
}
.cta-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .cta-banner__actions {
    flex-direction: row;
    align-items: center;
  }
}
.cta-banner__image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.cta-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-banner__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.cta-banner__content .cta-banner__title {
  margin-bottom: 1rem;
}
.cta-banner__content .cta-banner__subtitle {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.cta-banner__content .cta-banner__actions {
  justify-content: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-bottom: 1px solid #E5E5E7;
}
.faq__item--active .faq__icon {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.faq__item--active .faq__icon .icon {
  transform: rotate(45deg);
}
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 150ms ease;
}
@media (min-width: 768px) {
  .faq__question {
    font-size: 1.125rem;
  }
}
.faq__question:hover {
  color: #9C07D6;
}
.faq__question:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: -2px;
  border-radius: 4px;
}
.faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F8;
  border-radius: 4px;
  color: #9C07D6;
  transition: background-color 250ms ease, color 250ms ease;
}
.faq__icon .icon {
  transition: transform 250ms ease;
}
.faq__answer {
  padding: 0 0 2rem;
  overflow: hidden;
  transition: max-height 400ms ease;
}
.faq__answer p {
  font-size: 1rem;
  line-height: 1.75;
  color: #6B6B6B;
}

.lead-form {
  color: #FFFFFF;
}
.lead-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .lead-form__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6rem;
    align-items: flex-start;
  }
}
.lead-form__trust {
  min-width: 0;
}
.lead-form__title {
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .lead-form__title {
    font-size: 2.5rem;
  }
}
.lead-form__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin-bottom: 3rem;
}
.lead-form__bullets {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.lead-form__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
.lead-form__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9C07D6;
  border-radius: 9999px;
  color: #FFFFFF;
  margin-top: 2px;
}
.lead-form__bullet-icon .icon {
  width: 12px;
  height: 12px;
  stroke-width: 2.5;
}
.lead-form__phone {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}
.lead-form__phone a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  margin-top: 0.25rem;
  transition: color 150ms ease;
}
.lead-form__phone a:hover {
  color: #9C07D6;
}
.lead-form__address {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.75;
}
.lead-form__address address {
  font-style: normal;
}
.lead-form__address .icon {
  flex-shrink: 0;
  color: #9C07D6;
  margin-top: 2px;
}
.lead-form__form {
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
}
@media (min-width: 768px) {
  .lead-form__form {
    padding: 3rem;
  }
}
.lead-form__fallback {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lead-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lead-form__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0A0A0A;
}
.lead-form__field label span {
  color: #9C07D6;
}
.lead-form__field input,
.lead-form__field textarea {
  width: 100%;
  padding: 12px 1rem;
  border: 1.5px solid #E5E5E7;
  border-radius: 8px;
  font-size: 1rem;
  color: #0A0A0A;
  background-color: #FFFFFF;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.lead-form__field input:focus,
.lead-form__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.1);
}
.lead-form__field textarea {
  resize: vertical;
}

.btn--full {
  width: 100%;
  text-align: center;
}

.child-services-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .child-services-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .child-services-grid__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-overview {
  background-color: #F7F7F8;
}
.service-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .service-overview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .service-overview__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-overview__item {
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 12px;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.service-overview__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.service-overview__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #F3E5FA;
  margin-bottom: 1.5rem;
}
.service-overview__icon .icon {
  color: #9C07D6;
}
.service-overview__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
}
.service-overview__description {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.75;
}

.process {
  background-color: #0D0D0D;
}
.process__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .process__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .process__steps {
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
  }
}
.process__step {
  position: relative;
}
@media (min-width: 992px) {
  .process__step:nth-child(even) {
    transform: translateY(32px);
  }
}
.process__step-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 3rem 2rem 2rem;
  text-align: center;
  height: 100%;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease, background 250ms ease;
}
.process__step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #9C07D6, rgba(156, 7, 214, 0.1));
  opacity: 0.5;
  transition: opacity 250ms ease;
}
.process__step-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(156, 7, 214, 0.25);
  box-shadow: 0 12px 40px rgba(156, 7, 214, 0.12), 0 0 0 1px rgba(156, 7, 214, 0.08);
}
.process__step-card:hover::before {
  opacity: 1;
}
.process__step-watermark {
  position: absolute;
  top: -12px;
  right: -4px;
  font-size: 8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 400ms ease;
}
.process__step-card:hover .process__step-watermark {
  color: rgba(156, 7, 214, 0.07);
}
.process__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(156, 7, 214, 0.12);
  color: #9C07D6;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  letter-spacing: 0.06em;
}
.process__step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  border: 1px solid rgba(156, 7, 214, 0.15);
  transition: border-color 250ms ease;
}
.process__step-card:hover .process__step-number::after {
  border-color: rgba(156, 7, 214, 0.35);
}
.process__step-number span {
  line-height: 1;
}
.process__step-icon {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.process__step-icon svg {
  display: inline-block;
}
.process__step-card:hover .process__step-icon {
  color: #9C07D6;
}
.process__step-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.process__step-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.service-details__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .service-details__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .service-details__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .service-details__grid--2x2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    margin-inline: auto;
  }
}
.service-details__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
  transition: box-shadow 250ms ease, border-color 250ms ease;
}
.service-details__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #9C07D6;
}
.service-details__icon {
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.service-details__icon svg {
  display: inline-block;
}
.service-details__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0A0A0A;
}
.service-details__content {
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.6;
}

.service-locations__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .service-locations__layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.service-locations > .section-heading {
  margin-bottom: 3rem;
}
.service-locations__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .service-locations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .service-locations__grid {
    grid-template-columns: 1fr;
  }
}
.service-locations__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
  text-decoration: none;
  color: #0A0A0A;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.service-locations__card:hover {
  border-color: #9C07D6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.service-locations__card:hover .service-locations__icon {
  color: #9C07D6;
}
.service-locations__card:hover .service-locations__arrow {
  opacity: 1;
  transform: translateX(0);
}
.service-locations__icon {
  color: #6B6B6B;
  flex-shrink: 0;
  transition: color 250ms ease;
}
.service-locations__name {
  font-size: 1rem;
  font-weight: 600;
  flex: 1;
}
.service-locations__arrow {
  color: #9C07D6;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 250ms ease, transform 250ms ease;
}
.service-locations__map-col {
  position: sticky;
  top: 3rem;
}
.service-locations__map {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.service-locations__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.service-locations__address {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.5rem 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
}
.service-locations__address .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.service-locations__address address {
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 1.6;
}

.compliance__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .compliance__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.compliance__body .section-heading {
  margin-bottom: 2rem;
}
.compliance__icon-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
  color: #9C07D6;
}
.compliance__icon-wrapper svg {
  display: inline-block;
}
.compliance__content {
  font-size: 1.125rem;
  color: #3D3D3D;
  line-height: 1.75;
}
.compliance__content h3, .compliance__content h4 {
  color: #0A0A0A;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.compliance__content ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.compliance__content ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.compliance__content li {
  margin-bottom: 0.25rem;
}
.compliance__content p {
  margin-bottom: 1rem;
}
.compliance__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.compliance__image-placeholder {
  width: 100%;
  padding-bottom: 75%;
  background-color: #F7F7F8;
  border-radius: 12px;
  border: 1px dashed #E5E5E7;
}

.related-industries {
  background-color: #F7F7F8;
}
.related-industries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .related-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .related-industries__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .related-industries__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.testimonial {
  background-color: #0D0D0D;
  text-align: center;
}
.testimonial__inner {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial__quote-mark {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: #9C07D6;
  font-family: Georgia, serif;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .testimonial__quote-mark {
    font-size: 5rem;
  }
}
.testimonial__quote {
  quotes: none;
  margin: 0 0 3rem;
}
.testimonial__quote p {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonial__quote p {
    font-size: 2rem;
  }
}
.testimonial__attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.testimonial__logo {
  max-width: 90px;
  height: auto;
  opacity: 0.4;
  margin-bottom: 0.5rem;
  filter: brightness(0) invert(1);
}
.testimonial__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.testimonial__role {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
}

.why-choose {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.why-choose__header {
  max-width: 720px;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .why-choose__header {
    margin-bottom: 6rem;
  }
}
.why-choose__headline {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .why-choose__headline {
    font-size: 3rem;
  }
}
.why-choose__description {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
@media (min-width: 768px) {
  .why-choose__description {
    font-size: 1.25rem;
  }
}
.why-choose__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .why-choose__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}
.why-choose__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.why-choose__stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #9C07D6;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .why-choose__stat-value {
    font-size: 3rem;
  }
}
.why-choose__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
.why-choose__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .why-choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .why-choose__grid {
    gap: 2rem;
  }
}
.why-choose__card {
  padding: 2rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 250ms ease, background-color 250ms ease;
}
.why-choose__card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.07);
}
@media (min-width: 768px) {
  .why-choose__card {
    padding: 3rem;
  }
}
.why-choose__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: rgba(156, 7, 214, 0.15);
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.why-choose__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .why-choose__card-title {
    font-size: 1.25rem;
  }
}
.why-choose__card-description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
@media (min-width: 768px) {
  .why-choose__card-description {
    font-size: 1rem;
  }
}

.related-services {
  background-color: #F7F7F8;
}
.related-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .related-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .related-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-services__cta {
  text-align: center;
  margin-top: 3rem;
}

.industry-challenges {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.industry-challenges__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .industry-challenges__layout {
    grid-template-columns: 5fr 7fr;
    gap: 6rem;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .industry-challenges__left {
    position: sticky;
    top: 120px;
  }
}
.industry-challenges__headline {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .industry-challenges__headline {
    font-size: 3rem;
  }
}
.industry-challenges__subheadline {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 2rem;
}
.industry-challenges__action {
  display: none;
}
@media (min-width: 992px) {
  .industry-challenges__action {
    display: block;
  }
}
.industry-challenges__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industry-challenges__item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.industry-challenges__item:first-child {
  padding-top: 0;
}
.industry-challenges__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.industry-challenges__marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.industry-challenges__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.industry-challenges__title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .industry-challenges__title {
    font-size: 1.125rem;
  }
}
.industry-challenges__description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
.industry-challenges__transition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  text-align: center;
}
.industry-challenges__transition-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #9C07D6);
}
.industry-challenges__transition-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .industry-challenges__transition-text {
    font-size: 1.5rem;
  }
}
.industry-challenges__transition-arrow {
  color: #9C07D6;
  animation: bounce-down 2s ease infinite;
}

.industry-solutions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .industry-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .industry-solutions__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.industry-solutions__card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #F7F7F8;
  border-radius: 8px;
  border: 1px solid #F0F0F2;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.industry-solutions__card:hover {
  border-color: #9C07D6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.industry-solutions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #F3E5FA;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.industry-solutions__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.industry-solutions__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
  flex-grow: 1;
}
.industry-solutions__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 150ms ease;
}
.industry-solutions__link svg {
  transition: transform 150ms ease;
}
.industry-solutions__link:hover {
  color: #7D05AB;
}
.industry-solutions__link:hover svg {
  transform: translateX(3px);
}

.partner-hs__subheadline {
  text-align: center;
  color: #6B6B6B;
  max-width: 640px;
  margin: 0 auto 3rem;
  font-size: 1.25rem;
}
.partner-hs__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.partner-hs__grid > * {
  flex: 1 1 280px;
}
.partner-hs__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.partner-hs__card--linked {
  text-decoration: none;
  color: inherit;
}
.partner-hs__card--linked:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.partner-hs__card--linked:hover .partner-hs__cta {
  gap: 0.25rem;
}
.partner-hs__image-wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #F7F7F8;
}
.partner-hs__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.partner-hs__card--linked:hover .partner-hs__image-wrap img {
  transform: scale(1.04);
}
.partner-hs__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  flex: 1;
}
.partner-hs__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0;
  line-height: 1.3;
}
.partner-hs__desc {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin: 0;
  line-height: 1.6;
  flex: 1;
}
.partner-hs__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  margin-top: 0.5rem;
  transition: gap 150ms ease;
}
.partner-hs__cta svg {
  flex-shrink: 0;
}

.partner-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .partner-overview__grid {
    grid-template-columns: 280px 1fr;
    gap: 6rem;
  }
}
.partner-overview__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.partner-overview__logo {
  padding: 2rem;
  background-color: #F7F7F8;
  border-radius: 8px;
  border: 1px solid #F0F0F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-overview__logo img {
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
.partner-overview__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
.partner-overview__meta-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid #F0F0F2;
}
.partner-overview__meta-item dt {
  font-size: 0.875rem;
  color: #6B6B6B;
  font-weight: 500;
}
.partner-overview__meta-item dd {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
}
.partner-overview__external-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 150ms ease;
}
.partner-overview__external-link:hover {
  color: #7D05AB;
}
.partner-overview__content {
  min-width: 0;
}

.partner-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .partner-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .partner-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner-benefits__card {
  padding: 2rem;
  background-color: #F7F7F8;
  border-radius: 8px;
  border: 1px solid #F0F0F2;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.partner-benefits__card:hover {
  border-color: #E5E5E7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.partner-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #F3E5FA;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.partner-benefits__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.partner-benefits__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
}

.partner-certs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .partner-certs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .partner-certs__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.partner-certs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F0F0F2;
}
.partner-certs__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
.partner-certs__badge img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partner-certs__name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.partner-certs__description {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #6B6B6B;
}

.partners-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .partners-grid__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .partners-grid__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-profile {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .team-profile {
    padding-top: 4rem;
  }
}
.team-profile .breadcrumbs {
  margin-bottom: 2rem;
}
.team-profile__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .team-profile__grid {
    grid-template-columns: 400px 1fr;
    gap: 6rem;
  }
}
.team-profile__photo img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.team-profile__photo-placeholder {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  color: #E5E5E7;
  border: 1px dashed #E5E5E7;
}
.team-profile__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-profile__badge {
  display: inline-block;
  align-self: flex-start;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  border: 1px solid #9C07D6;
  border-radius: 9999px;
}
.team-profile__name {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .team-profile__name {
    font-size: 3rem;
  }
}
.team-profile__credentials {
  font-size: 1.125rem;
  color: #6B6B6B;
}
.team-profile__affiliations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.team-profile__affiliation img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 250ms ease, opacity 250ms ease;
}
.team-profile__affiliation:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.team-profile__social {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.team-profile__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  color: #9C07D6;
  border: 1px solid #F0F0F2;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
.team-profile__social-link:hover {
  background-color: #9C07D6;
  color: #FFFFFF;
  border-color: #9C07D6;
}

.team-bio__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}
.team-bio__content p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
}
@media (min-width: 768px) {
  .team-bio__content p {
    font-size: 1.25rem;
  }
}
.team-bio__content p:first-child {
  font-size: 1.25rem;
  color: #0A0A0A;
}
@media (min-width: 768px) {
  .team-bio__content p:first-child {
    font-size: 1.5rem;
  }
}
.team-bio__content p + p {
  margin-top: 2rem;
}
.team-bio__content strong {
  font-weight: 700;
  color: #0A0A0A;
}
.team-bio__content em {
  font-style: italic;
}
.team-bio__content a {
  color: #9C07D6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms ease;
}
.team-bio__content a:hover {
  color: #7D05AB;
}
.team-bio__content ul, .team-bio__content ol {
  text-align: left;
  display: inline-block;
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.team-bio__content ul li, .team-bio__content ol li {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 0.5rem;
}
.team-bio__content ul li::marker, .team-bio__content ol li::marker {
  color: #9C07D6;
}
.team-bio__content h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .team-bio__content h2 {
    font-size: 2.5rem;
  }
}
.team-bio__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.team-grid__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 576px) {
  .team-grid__cards {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .team-grid__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.about-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-story__grid {
    grid-template-columns: 5fr 7fr;
    gap: 6rem;
  }
}
.about-story__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .about-story__image {
    aspect-ratio: 3/4;
    max-height: 560px;
  }
}
.about-story__image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #F7F7F8;
  border-radius: 12px;
  border: 2px dashed #E5E5E7;
}
@media (min-width: 992px) {
  .about-story__image-placeholder {
    aspect-ratio: 3/4;
    max-height: 560px;
  }
}
.about-story__content .section-heading {
  margin-bottom: 2rem;
}
.about-story__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .about-story__text p {
    font-size: 1.125rem;
  }
}
.about-story__text p:first-child {
  font-size: 1.125rem;
  color: #0A0A0A;
}
@media (min-width: 768px) {
  .about-story__text p:first-child {
    font-size: 1.25rem;
  }
}
.about-story__text p:last-child {
  margin-bottom: 0;
}

.about-vms {
  background-color: #F7F7F8;
}
.about-vms__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .about-vms__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.about-vms__intro {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-vms__intro {
    font-size: 1.5rem;
  }
}
.about-vms__body {
  font-size: 1rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .about-vms__body {
    font-size: 1.125rem;
  }
}
.about-vms__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-vms__item {
  background-color: #FFFFFF;
  border-left: 3px solid #E5E5E7;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.about-vms__item--active {
  border-image: linear-gradient(to bottom, #f97316, #ec4899, #a855f7, #6366f1, #06b6d4) 1;
}
.about-vms__item + .about-vms__item {
  margin-top: 0.5rem;
}
.about-vms__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: background-color 0.2s ease;
}
.about-vms__trigger:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.about-vms__trigger-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0A0A0A;
}
@media (min-width: 768px) {
  .about-vms__trigger-text {
    font-size: 1.5rem;
  }
}
.about-vms__trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B6B6B;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
.about-vms__item--active .about-vms__trigger-icon {
  transform: rotate(0deg);
}
.about-vms__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 2rem;
}
.about-vms__item--active .about-vms__panel {
  max-height: 300px;
  padding: 0 2rem 1.5rem;
}
.about-vms__panel[hidden] {
  display: block;
  max-height: 0;
  padding: 0 2rem;
}
.about-vms__panel-text {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .about-vms__panel-text {
    font-size: 1.125rem;
  }
}
.about-vms__image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-vms__image {
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 12px;
}
.about-vms__image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 540px;
  background-color: #F0F0F2;
  border-radius: 12px;
}

.career-apply {
  background-color: #F7F7F8;
}
.career-apply__intro {
  text-align: center;
  color: #6B6B6B;
  font-size: 0.875rem;
  margin-bottom: 3rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .career-apply__intro {
    font-size: 1rem;
  }
}
.career-apply__form {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-top: 3px solid #9C07D6;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .career-apply__form {
    padding: 4rem;
  }
}
.career-apply__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .career-apply__row {
    grid-template-columns: 1fr 1fr;
  }
}
.career-apply__field {
  margin-bottom: 1.5rem;
}
.career-apply__row .career-apply__field {
  margin-bottom: 0;
}
.career-apply__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0.25rem;
}
.career-apply__field label .required {
  color: #9C07D6;
}
.career-apply__field input[type=text],
.career-apply__field input[type=email],
.career-apply__field input[type=tel],
.career-apply__field input[type=url],
.career-apply__field textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #0A0A0A;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.career-apply__field input[type=text]::placeholder,
.career-apply__field input[type=email]::placeholder,
.career-apply__field input[type=tel]::placeholder,
.career-apply__field input[type=url]::placeholder,
.career-apply__field textarea::placeholder {
  color: #6B6B6B;
  opacity: 0.5;
}
.career-apply__field input[type=text]:hover,
.career-apply__field input[type=email]:hover,
.career-apply__field input[type=tel]:hover,
.career-apply__field input[type=url]:hover,
.career-apply__field textarea:hover {
  border-color: color-mix(in srgb, #E5E5E7, #000 10%);
}
.career-apply__field input[type=text]:focus,
.career-apply__field input[type=email]:focus,
.career-apply__field input[type=tel]:focus,
.career-apply__field input[type=url]:focus,
.career-apply__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.12);
}
.career-apply__field textarea {
  resize: vertical;
  min-height: 140px;
}
.career-apply__field input[type=file] {
  width: 100%;
  padding: 1.5rem;
  font-size: 0.875rem;
  color: #6B6B6B;
  border: 2px dashed #E5E5E7;
  border-radius: 8px;
  background-color: rgba(247, 247, 248, 0.5);
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.career-apply__field input[type=file]:hover {
  border-color: #9C07D6;
  background-color: rgba(156, 7, 214, 0.03);
}
.career-apply__field input[type=file]:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.12);
}
.career-apply__field input[type=file]::file-selector-button {
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  background-color: rgba(156, 7, 214, 0.08);
  border: 1px solid rgba(156, 7, 214, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}
.career-apply__field input[type=file]::file-selector-button:hover {
  background-color: #9C07D6;
  color: #fff;
}
.career-apply__submit {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .career-apply__submit {
    width: auto;
    min-width: 220px;
  }
}
.career-apply__status {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
.career-apply__status:empty {
  display: none;
}
.career-apply__status--success {
  background-color: rgba(16, 185, 129, 0.08);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.career-apply__status--error {
  background-color: rgba(239, 68, 68, 0.08);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.about-timeline {
  background-color: #0D0D0D;
}
.about-timeline__track {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.about-timeline__track::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(156, 7, 214, 0.5), rgba(156, 7, 214, 0.1));
}
@media (min-width: 768px) {
  .about-timeline__track::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .about-timeline__item {
    grid-template-columns: 1fr 48px 1fr;
    gap: 2rem;
    text-align: right;
  }
  .about-timeline__item:nth-child(even) {
    text-align: left;
  }
  .about-timeline__item:nth-child(even) .about-timeline__card {
    grid-column: 3;
    grid-row: 1;
  }
  .about-timeline__item:nth-child(even) .about-timeline__marker {
    grid-column: 2;
    grid-row: 1;
  }
  .about-timeline__item:nth-child(odd) .about-timeline__card {
    grid-column: 1;
    grid-row: 1;
  }
  .about-timeline__item:nth-child(odd) .about-timeline__marker {
    grid-column: 2;
    grid-row: 1;
  }
}
.about-timeline__item:last-child {
  padding-bottom: 0;
}
.about-timeline__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.about-timeline__year {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9C07D6;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.about-timeline__dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: #9C07D6;
  border: 2px solid #0D0D0D;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.2);
  flex-shrink: 0;
}
.about-timeline__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.5rem 2rem;
  transition: border-color 250ms ease;
}
.about-timeline__card:hover {
  border-color: rgba(156, 7, 214, 0.25);
}
.about-timeline__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.about-timeline__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
}

.about-values {
  background-color: #F7F7F8;
}
.about-values__subtitle {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  max-width: 600px;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  .about-values__subtitle {
    font-size: 1.25rem;
  }
}
.about-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-values__card {
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 12px;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.about-values__card:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.about-values__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #F3E5FA;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.about-values__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
}
.about-values__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
}

.about-leadership__subtitle {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  max-width: 500px;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  .about-leadership__subtitle {
    font-size: 1.25rem;
  }
}
.about-leadership__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 576px) {
  .about-leadership__grid {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .about-leadership__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .about-leadership__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-leadership__cta {
  text-align: center;
  margin-top: 3rem;
}

.about-giving-back {
  background-color: #F7F7F8;
}
.about-giving-back__subtitle {
  text-align: center;
  max-width: 640px;
  margin: -0.5rem auto 3rem;
  color: #6B6B6B;
  font-size: 1.125rem;
  line-height: 1.75;
}
.about-giving-back__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-giving-back__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-giving-back__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.about-giving-back__card:hover {
  border-color: #9C07D6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.about-giving-back__card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.about-giving-back__card-logo {
  max-width: 100px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.about-giving-back__card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background: rgba(156, 7, 214, 0.08);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}
.about-giving-back__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0A0A0A;
  margin: 0;
}
.about-giving-back__card-overview {
  font-size: 1rem;
  line-height: 1.75;
  color: #6B6B6B;
  margin: 0;
  flex: 1;
}
.about-giving-back__card-metrics {
  display: flex;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #F0F0F2;
}
.about-giving-back__card-metric-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0A0A0A;
}
.about-giving-back__card-metric-label {
  display: block;
  font-size: 0.75rem;
  color: #6B6B6B;
}
.about-giving-back__card-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  margin-top: auto;
}
.about-giving-back__cta {
  text-align: center;
  margin-top: 3rem;
}

.career-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .career-detail__grid {
    grid-template-columns: 1fr 340px;
    gap: 6rem;
  }
}
.career-detail__content {
  min-width: 0;
}
.career-detail__content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9C07D6;
  display: inline-block;
}
@media (min-width: 768px) {
  .career-detail__content h2 {
    font-size: 2rem;
  }
}
.career-detail__overview {
  margin-bottom: 4rem;
}
.career-detail__overview p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1rem;
}
.career-detail__overview ul, .career-detail__overview ol {
  margin: 1rem 0;
  padding-left: 2rem;
  color: #3D3D3D;
  line-height: 1.75;
}
.career-detail__overview ul {
  list-style: disc;
}
.career-detail__overview ol {
  list-style: decimal;
}
.career-detail__overview li {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.career-detail__overview li::marker {
  color: #9C07D6;
}
.career-detail__list-section {
  margin-bottom: 4rem;
}
.career-detail__list-section:last-child {
  margin-bottom: 0;
}
.career-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-detail__list li {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.career-detail__list li:last-child {
  margin-bottom: 0;
}
.career-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #9C07D6;
}
.career-detail__list--optional li::before {
  background-color: transparent;
  border: 2px solid #E5E5E7;
}
@media (min-width: 768px) {
  .career-detail__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}
.career-detail__sidebar-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-top: 3px solid #9C07D6;
  border-radius: 12px;
  padding: 2rem 2rem 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.career-detail__sidebar-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
.career-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 2rem;
}
.career-detail__meta-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F2;
}
.career-detail__meta-item:first-child {
  padding-top: 0;
}
.career-detail__meta-item dt {
  font-size: 0.875rem;
  color: #6B6B6B;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}
.career-detail__meta-item dd {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
}

.career-benefits {
  background-color: #F7F7F8;
}
.career-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .career-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .career-benefits__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.career-benefits__card {
  padding: 2rem 2rem 2rem 3rem;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #F0F0F2;
  position: relative;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.career-benefits__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 2rem;
  width: 3px;
  background-color: #9C07D6;
  border-radius: 0 2px 2px 0;
}
.career-benefits__card:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.career-benefits__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.career-benefits__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #6B6B6B;
}

.careers-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.careers-grid__filter-tab {
  padding: 0.5rem 1.5rem;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  background: #FFFFFF;
  color: #3D3D3D;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 150ms ease;
}
.careers-grid__filter-tab:hover {
  border-color: #9C07D6;
  color: #9C07D6;
}
.careers-grid__filter-tab--active {
  background-color: #9C07D6;
  border-color: #9C07D6;
  color: #FFFFFF;
}
.careers-grid__filter-tab--active:hover {
  background-color: #7D05AB;
  border-color: #7D05AB;
  color: #FFFFFF;
}
.careers-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .careers-grid__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.careers-grid__empty {
  text-align: center;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
}
.careers-grid__empty a {
  color: #9C07D6;
  text-decoration: none;
  font-weight: 600;
}
.careers-grid__empty a:hover {
  color: #7D05AB;
}

.careers-hero__cta {
  margin-top: 1.5rem;
}
.careers-hero__cta svg {
  margin-left: 0.25rem;
}

.careers-culture {
  background: #F7F7F8;
}
.careers-culture__lead {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 6rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.careers-culture__columns {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .careers-culture__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.careers-culture__column {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
}
.careers-culture__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.careers-culture__heading {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 2rem;
  color: #0A0A0A;
}
.careers-culture__text {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 2rem;
}
.careers-culture__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 150ms ease;
}
.careers-culture__link:hover {
  color: #7D05AB;
}

.careers-perks__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .careers-perks__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .careers-perks__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.careers-perks__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.careers-perks__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.careers-perks__card-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin: 0 auto 1rem;
}
.careers-perks__card-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0A0A0A;
}
.careers-perks__card-text {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #6B6B6B;
  margin: 0;
}

.contact-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .contact-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .contact-info__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-info__card {
  padding: 3rem;
  background-color: #F7F7F8;
  border-radius: 12px;
  border: 1px solid #F0F0F2;
  text-align: center;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.contact-info__card:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.contact-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.contact-info__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 1rem;
}
.contact-info__content {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.75;
}
.contact-info__content a {
  color: #9C07D6;
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms ease;
}
.contact-info__content a:hover {
  color: #7D05AB;
}
.contact-info__content address {
  font-style: normal;
}
.contact-info__secondary {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin-top: 0.5rem;
}
.contact-info__secondary a {
  font-size: 0.875rem;
  font-weight: 500;
}

.contact-form-section {
  background-color: #F7F7F8;
}
.contact-form-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .contact-form-section__grid {
    grid-template-columns: 7fr 5fr;
    gap: 6rem;
  }
}
.contact-form-section__subtitle {
  font-size: 1.125rem;
  color: #3D3D3D;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.contact-form-section__fallback {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form-section__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .contact-form-section__row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form-section__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-form-section__field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
}
.contact-form-section__field label span {
  color: #9C07D6;
}
.contact-form-section__field input,
.contact-form-section__field select,
.contact-form-section__field textarea {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #0A0A0A;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.contact-form-section__field input:focus,
.contact-form-section__field select:focus,
.contact-form-section__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px #F3E5FA;
}
.contact-form-section__field input::placeholder,
.contact-form-section__field select::placeholder,
.contact-form-section__field textarea::placeholder {
  color: #6B6B6B;
}
.contact-form-section__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}
.contact-form-section__field textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form-section__trust {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-form-section__trust-card {
  padding: 3rem;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #F0F0F2;
}
.contact-form-section__trust-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
}
.contact-form-section__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form-section__bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.3;
}
.contact-form-section__bullet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #F3E5FA;
  border-radius: 9999px;
  color: #9C07D6;
}
.contact-form-section__emergency {
  padding: 3rem;
  background-color: #0D0D0D;
  border-radius: 12px;
  text-align: center;
  color: #FFFFFF;
}
.contact-form-section__emergency-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1rem;
}
.contact-form-section__emergency-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-form-section__emergency p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.contact-form-section__emergency-phone {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0.5rem 0 0.25rem;
  transition: color 150ms ease;
}
.contact-form-section__emergency-phone:hover {
  color: #9C07D6;
}
.contact-form-section__emergency-phone--soc {
  margin-top: 1.5rem;
}
.contact-form-section__emergency-note {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
}
.contact-form-section__emergency-btn {
  margin-top: 1.5rem;
  width: 100%;
}

.contact-map {
  padding: 6rem 0 0;
}
@media (min-width: 768px) {
  .contact-map {
    padding: 8rem 0 0;
  }
}
.contact-map__wrap {
  margin-top: 3rem;
  line-height: 0;
}
.contact-map__wrap iframe {
  width: 100%;
  height: 350px;
  border: 0;
}
@media (min-width: 768px) {
  .contact-map__wrap iframe {
    height: 450px;
  }
}

.events-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .events-grid__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.events-grid__empty {
  text-align: center;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
}
.events-grid__empty a {
  color: #9C07D6;
  text-decoration: none;
  font-weight: 600;
}
.events-grid__empty a:hover {
  color: #7D05AB;
}

.event-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .event-detail__grid {
    grid-template-columns: 1fr 380px;
    gap: 6rem;
  }
}
.event-detail__content {
  min-width: 0;
}
.event-detail__content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9C07D6;
  display: inline-block;
}
@media (min-width: 768px) {
  .event-detail__content h2 {
    font-size: 2rem;
  }
}
.event-detail__overview {
  margin-bottom: 4rem;
}
.event-detail__overview p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1rem;
}
.event-detail__overview ul, .event-detail__overview ol {
  margin: 1rem 0;
  padding-left: 2rem;
  color: #3D3D3D;
  line-height: 1.75;
}
.event-detail__overview ul {
  list-style: disc;
}
.event-detail__overview ol {
  list-style: decimal;
}
.event-detail__overview li {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.event-detail__overview li::marker {
  color: #9C07D6;
}
.event-detail__list-section {
  margin-bottom: 4rem;
}
.event-detail__list-section:last-child {
  margin-bottom: 0;
}
.event-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-detail__list li {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.event-detail__list li:last-child {
  margin-bottom: 0;
}
.event-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #9C07D6;
}
.event-detail__speakers {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.event-detail__speaker {
  padding: 1.5rem;
  background-color: #F7F7F8;
  border-radius: 8px;
}
.event-detail__speaker-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.event-detail__speaker-title {
  font-size: 0.875rem;
  color: #6B6B6B;
}
@media (min-width: 768px) {
  .event-detail__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}
.event-detail__sidebar-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-top: 3px solid #9C07D6;
  border-radius: 12px;
  padding: 2rem 2rem 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.event-detail__sidebar-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
.event-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 2rem;
}
.event-detail__meta-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F2;
}
.event-detail__meta-item:first-child {
  padding-top: 0;
}
.event-detail__meta-item dt {
  font-size: 0.75rem;
  color: #6B6B6B;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.event-detail__meta-item dd {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
}
.event-detail__past-notice {
  text-align: center;
  font-size: 0.875rem;
  color: #6B6B6B;
  padding: 1.5rem;
  background-color: #F7F7F8;
  border-radius: 8px;
}
.event-detail__form {
  margin-top: 0.5rem;
}
.event-detail__form-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.event-detail__field {
  margin-bottom: 1rem;
}
.event-detail__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #0A0A0A;
}
.event-detail__field label span {
  color: #9C07D6;
}
.event-detail__field input,
.event-detail__field textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: inherit;
  transition: border-color 150ms ease;
}
.event-detail__field input:focus,
.event-detail__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
}
.event-detail__speaker-cards {
  margin-top: 2rem;
}
.event-detail__speaker-cards-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.event-detail__speaker-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-top: 3px solid #9C07D6;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.event-detail__speaker-card + .event-detail__speaker-card {
  margin-top: 1.5rem;
}
.event-detail__speaker-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.event-detail__speaker-photo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.2), 0 0 0 1px #9C07D6;
}
.event-detail__speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-detail__speaker-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F8;
  color: #6B6B6B;
}
.event-detail__speaker-info {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem;
}
.event-detail__speaker-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 2px;
  line-height: 1.3;
}
.event-detail__speaker-role {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.4;
  margin-bottom: 0;
}
.event-detail__speaker-company {
  font-size: 0.75rem;
  color: #6B6B6B;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2px;
}
.event-detail__speaker-linkedin {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #6B6B6B;
  transition: color 150ms ease, background-color 150ms ease;
  margin-top: 0.25rem;
}
.event-detail__speaker-linkedin:hover {
  color: #9C07D6;
  background-color: rgba(156, 7, 214, 0.08);
}
.event-detail__speaker-bio {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F0F0F2;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.intro:has(+ .service-detail-blocks) {
  padding-bottom: 2rem;
}

.intro + .service-detail-blocks {
  padding-top: 0;
}

.service-detail-blocks__item--alt {
  background-color: #F7F7F8;
}
.service-detail-blocks__item > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .service-detail-blocks__item > .container {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (min-width: 768px) {
  .service-detail-blocks__item--reversed .service-detail-blocks__image {
    order: -1;
  }
}
@media (min-width: 768px) {
  .service-detail-blocks__item--no-image > .container {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
}
.service-detail-blocks__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .service-detail-blocks__title {
    font-size: 2rem;
  }
}
.service-detail-blocks__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
}
.service-detail-blocks__text p:last-child {
  margin-bottom: 0;
}
.service-detail-blocks__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 250ms ease;
}
.service-detail-blocks__link:hover {
  color: #7D05AB;
}
.service-detail-blocks__link svg {
  transition: transform 250ms ease;
}
.service-detail-blocks__link:hover svg {
  transform: translateX(3px);
}
.service-detail-blocks__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.neighborhoods {
  background-color: #F7F7F8;
}
.neighborhoods__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .neighborhoods__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .neighborhoods__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.neighborhoods__card {
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
  padding: 1.5rem;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.neighborhoods__card:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.neighborhoods__icon {
  color: #9C07D6;
  margin-bottom: 0.5rem;
}
.neighborhoods__name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.neighborhoods__description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0;
}

.cs-metrics {
  background-color: #000000;
  border-top: 3px solid #9C07D6;
}
.cs-metrics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: center;
}
@media (min-width: 768px) {
  .cs-metrics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cs-metrics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  background-color: #000000;
  gap: 0.25rem;
}
.cs-metrics__item::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #9C07D6;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cs-metrics__number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cs-metrics__number {
    font-size: 3rem;
  }
}
.cs-metrics__label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 160px;
  margin: 0;
}

.cs-layout__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .cs-layout__grid {
    grid-template-columns: 1fr 340px;
    gap: 4rem;
  }
}
.cs-layout__main {
  min-width: 0;
}

.cs-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #F0F0F2;
}
.cs-section:last-of-type {
  border-bottom: none;
}
.cs-section__header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
}
.cs-section__number {
  font-size: 0.875rem;
  font-weight: 700;
  color: #9C07D6;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.cs-section__title {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .cs-section__title {
    font-size: 2rem;
  }
}
.cs-section__content {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.cs-section__content p {
  margin-bottom: 1.5rem;
  color: #3D3D3D;
}
.cs-section__content p:last-child {
  margin-bottom: 0;
}
.cs-section__content ul, .cs-section__content ol {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.cs-section__content ul li, .cs-section__content ol li {
  margin-bottom: 0.5rem;
  color: #3D3D3D;
}
.cs-section__points {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-section__points li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.6;
}
.cs-section__points--problem .cs-section__point-icon {
  color: #F59E0B;
  flex-shrink: 0;
  margin-top: 2px;
}

.cs-steps {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cs-steps__item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  position: relative;
}
.cs-steps__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(1.5rem + 32px);
  bottom: 0;
  width: 2px;
  background-color: #E5E5E7;
}
.cs-steps__marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #9C07D6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-steps__marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cs-steps__body {
  padding-top: 0.25rem;
}
.cs-steps__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.cs-steps__description {
  font-size: 1rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin: 0;
}

.cs-testimonial {
  background-color: #F7F7F8;
  border-left: 3px solid #9C07D6;
  border-radius: 0 12px 12px 0;
  padding: 2rem 3rem;
  margin: 3rem 0;
}
.cs-testimonial__icon {
  color: #9C07D6;
  opacity: 0.3;
  margin-bottom: 1rem;
}
.cs-testimonial__quote p {
  font-size: 1.125rem;
  font-style: italic;
  color: #0A0A0A;
  line-height: 1.75;
  margin: 0;
}
.cs-testimonial__cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #6B6B6B;
}

.cs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cs-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}
.cs-sidebar__card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
}
.cs-sidebar__card--cta {
  background-color: #0D0D0D;
  border-color: transparent;
}
.cs-sidebar__heading {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9C07D6;
}
.cs-sidebar__heading--light {
  color: #FFFFFF;
}
.cs-sidebar__facts {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cs-sidebar__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F2;
}
.cs-sidebar__fact:first-child {
  padding-top: 0;
}
.cs-sidebar__fact:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cs-sidebar__fact dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cs-sidebar__fact dt .icon {
  color: #9C07D6;
}
.cs-sidebar__fact dd {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
  padding-left: calc(16px + 0.5rem);
}
.cs-sidebar__services {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cs-sidebar__services li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3D3D3D;
  padding: 0.5rem;
  border-radius: 8px;
  transition: background-color 150ms ease, color 150ms ease;
}
.cs-sidebar__services li a .icon {
  color: #9C07D6;
  flex-shrink: 0;
}
.cs-sidebar__services li a:hover {
  background-color: #F7F7F8;
  color: #9C07D6;
}
.cs-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-sidebar__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #3D3D3D;
  background-color: #F7F7F8;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  border: 1px solid #F0F0F2;
}
.cs-sidebar__cta-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.cs-sidebar__cta-btn {
  width: 100%;
}
.cs-sidebar__cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.cs-sidebar__cta-phone .icon {
  color: #9C07D6;
}
.cs-sidebar__cta-phone a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.cs-sidebar__cta-phone a:hover {
  color: #FFFFFF;
}

.cs-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cs-related__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.cs-related__grid .card--case-study {
  text-decoration: none;
  color: #0A0A0A;
}

.cs-sidebar__card--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.cs-sidebar__org-logo {
  max-width: 180px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cs-card__logo {
  max-width: 120px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.cs-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cs-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    column-gap: 1.5rem;
    row-gap: 0;
  }
}
@media (min-width: 1200px) {
  .cs-archive__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, auto);
    column-gap: 1.5rem;
    row-gap: 0;
  }
}

.cs-card {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-row: span 7;
  margin-bottom: 2rem;
  min-width: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  text-decoration: none;
  color: #0A0A0A;
  overflow: hidden;
  transition: box-shadow 250ms ease, border-color 250ms ease, transform 250ms ease;
}
@media (min-width: 768px) {
  .cs-card {
    grid-template-rows: subgrid;
  }
}
.cs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  border-color: #9C07D6;
  color: #0A0A0A;
}
.cs-card:hover .cs-card__link {
  gap: 0.5rem;
  color: #7D05AB;
}
.cs-card:hover .cs-card__image img {
  transform: scale(1.04);
}
.cs-card__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #0D0D0D;
}
.cs-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: transform 400ms ease;
}
.cs-card__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
  pointer-events: none;
}
.cs-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  padding: 4px 1rem;
  border-radius: 9999px;
  z-index: 1;
}
.cs-card__title, .cs-card__overview, .cs-card__challenges, .cs-card__stat, .cs-card__link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 0;
}
.cs-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1rem;
  padding-bottom: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .cs-card__title {
    font-size: 1.125rem;
  }
}
.cs-card__overview {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.55;
  padding-top: 0.4rem;
  margin: 0;
}
.cs-card__challenges {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 0.6rem;
  padding-bottom: 0;
  align-self: start;
}
.cs-card__challenge {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.75rem;
  color: #6B6B6B;
  background-color: #F7F7F8;
  padding: 5px 1rem;
  border-radius: 8px;
  line-height: 1.4;
  overflow: hidden;
}
.cs-card__challenge .icon {
  display: inline;
  vertical-align: middle;
  color: #F59E0B;
  margin-right: 4px;
}
.cs-card__stat {
  padding-top: 1rem;
  padding-bottom: 0;
}
.cs-card__stat-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #F7F7F8;
  border-left: 3px solid #9C07D6;
  border-radius: 8px;
}
.cs-card__stat-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1.1;
}
.cs-card__stat-label {
  font-size: 11px;
  color: #6B6B6B;
  line-height: 1.3;
}
.cs-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 250ms ease, color 150ms ease;
  align-self: end;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.cs-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #F7F7F8;
  border-bottom: 1px solid #E5E5E7;
  min-height: 80px;
}
.cs-card__header .cs-card__tag {
  position: static;
  flex-shrink: 0;
}
.cs-card__logo {
  max-width: 120px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cs-card__metrics {
  display: flex;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem 0;
  min-width: 0;
}
.cs-card__metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  background-color: #F7F7F8;
  border-left: 3px solid #9C07D6;
  border-radius: 8px;
  min-width: 0;
}
.cs-card__metric-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1.1;
}
.cs-card__metric-label {
  font-size: 11px;
  color: #6B6B6B;
  line-height: 1.3;
}

.loc-archive__region + .loc-archive__region {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #F0F0F2;
}
.loc-archive__region-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .loc-archive__region-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.loc-archive__region-label {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0A0A0A;
  margin-bottom: 0.25rem;
}
.loc-archive__region-sub {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin: 0;
}
.loc-archive__region-office {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #9C07D6;
  white-space: nowrap;
  flex-shrink: 0;
}
.loc-archive__region-office .icon {
  flex-shrink: 0;
}
.loc-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .loc-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .loc-archive__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.loc-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  text-decoration: none;
  color: #0A0A0A;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.loc-card:hover {
  border-color: #9C07D6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
  color: #0A0A0A;
}
.loc-card:hover .loc-card__cta {
  gap: 1rem;
  color: #7D05AB;
}
.loc-card--hq {
  border-left: 3px solid #9C07D6;
  background-color: #F7F7F8;
}
.loc-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.loc-card__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3E5FA;
  border-radius: 4px;
  color: #9C07D6;
  flex-shrink: 0;
}
.loc-card__badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9C07D6;
  background-color: #F3E5FA;
  padding: 2px 0.5rem;
  border-radius: 9999px;
}
.loc-card__city {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  color: #0A0A0A;
}
.loc-card__excerpt {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  flex: 1;
}
.loc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  margin-top: auto;
  transition: gap 150ms ease, color 150ms ease;
}

.service-category--alt {
  background-color: #F7F7F8;
}
.service-category__header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .service-category__header {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.service-category__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
}
@media (min-width: 768px) {
  .service-category__icon {
    width: 60px;
    height: 60px;
  }
}
.service-category__intro {
  flex: 1;
  min-width: 0;
}
.service-category__title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .service-category__title {
    font-size: 2rem;
  }
}
.service-category__title a {
  color: #0A0A0A;
  text-decoration: none;
  transition: color 150ms ease;
}
.service-category__title a:hover {
  color: #9C07D6;
}
.service-category__description {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  max-width: 800px;
}
@media (min-width: 768px) {
  .service-category__description {
    font-size: 1.125rem;
  }
}
.service-category__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .service-category__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .service-category__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.service-category__explore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: gap 250ms ease, color 150ms ease;
}
.service-category__explore:hover {
  color: #7D05AB;
  gap: 1rem;
}

.blog-archive {
  padding-top: 3rem;
  background-color: #FFFFFF;
}
.blog-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F0F0F2;
}
.blog-archive__filter {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B6B6B;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  transition: all 250ms ease;
}
.blog-archive__filter:hover {
  color: #9C07D6;
  border-color: #9C07D6;
}
.blog-archive__filter--active {
  color: #FFFFFF;
  background-color: #9C07D6;
  border-color: #9C07D6;
}
.blog-archive__filter--active:hover {
  color: #FFFFFF;
  background-color: #7D05AB;
  border-color: #7D05AB;
}
.blog-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .blog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blog-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-archive__pagination {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #F0F0F2;
}
.blog-archive__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-archive__pagination .page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B6B6B;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  transition: all 250ms ease;
}
.blog-archive__pagination .page-numbers li .page-numbers:hover {
  color: #9C07D6;
  border-color: #9C07D6;
}
.blog-archive__pagination .page-numbers li .page-numbers.current {
  color: #FFFFFF;
  background-color: #9C07D6;
  border-color: #9C07D6;
}
.blog-archive__pagination .page-numbers li .page-numbers.prev, .blog-archive__pagination .page-numbers li .page-numbers.next {
  font-weight: 600;
  color: #9C07D6;
  border-color: transparent;
  background-color: transparent;
}
.blog-archive__pagination .page-numbers li .page-numbers.prev:hover, .blog-archive__pagination .page-numbers li .page-numbers.next:hover {
  background-color: #F3E5FA;
}
.blog-archive__pagination .page-numbers li .page-numbers.dots {
  border: none;
  color: #6B6B6B;
}
.blog-archive__empty {
  text-align: center;
  padding: 6rem 0;
  color: #6B6B6B;
}

.blog-featured {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F7F7F8;
  border: 1px solid #F0F0F2;
  transition: box-shadow 250ms ease, border-color 250ms ease;
}
@media (min-width: 768px) {
  .blog-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
  }
}
.blog-featured:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  border-color: #9C07D6;
}
.blog-featured__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .blog-featured__image {
    aspect-ratio: unset;
  }
}
.blog-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.blog-featured:hover .blog-featured__image img {
  transform: scale(1.03);
}
.blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
@media (min-width: 768px) {
  .blog-featured__content {
    padding: 4rem;
  }
}
.blog-featured__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  margin-bottom: 1rem;
}
.blog-featured__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .blog-featured__title {
    font-size: 2rem;
  }
}
.blog-featured__excerpt {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .blog-featured__excerpt {
    font-size: 1.125rem;
  }
}
.blog-featured__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6B6B6B;
}
.blog-featured__separator {
  color: #E5E5E7;
}

.blog-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  background-color: #0D0D0D;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-hero {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .blog-hero {
    min-height: 480px;
  }
}
.blog-hero__image {
  position: absolute;
  inset: 0;
}
@media (min-width: 992px) {
  .blog-hero__image {
    left: 42%;
  }
}
.blog-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.35) 100%);
}
@media (min-width: 992px) {
  .blog-hero__overlay {
    background: linear-gradient(to right, #0D0D0D 0%, #0D0D0D 45%, rgba(26, 26, 26, 0.92) 62%, rgba(26, 26, 26, 0.4) 78%, transparent 95%);
  }
}
.blog-hero__overlay--solid {
  background: #0D0D0D;
}
.blog-hero__content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 3rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .blog-hero__content {
    padding: 6rem 0 4rem;
  }
}
.blog-hero__content .breadcrumbs {
  margin-bottom: 1.5rem;
}
.blog-hero__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background-color: rgba(156, 7, 214, 0.15);
  padding: 4px 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  transition: background-color 250ms ease;
}
.blog-hero__tag:hover {
  background-color: rgba(156, 7, 214, 0.25);
}
.blog-hero__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .blog-hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .blog-hero__title {
    font-size: 3rem;
  }
}
.blog-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.blog-hero__author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #FFFFFF;
}
.blog-hero__author-photo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-hero__separator {
  color: rgba(255, 255, 255, 0.4);
}

.blog-single {
  padding: 4rem 0 6rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .blog-single {
    padding: 4rem 0 8rem;
  }
}
.blog-single__layout {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .blog-single__layout {
    grid-template-columns: 1fr 280px;
    gap: 4rem;
  }
}
.blog-single__article {
  max-width: 800px;
  min-width: 0;
}
.blog-single__content {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.blog-single__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .blog-single__content h2 {
    font-size: 2rem;
  }
}
.blog-single__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .blog-single__content h3 {
    font-size: 1.5rem;
  }
}
.blog-single__content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-single__content p {
  margin-bottom: 1.5rem;
}
.blog-single__content ul, .blog-single__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.blog-single__content ul li, .blog-single__content ol li {
  margin-bottom: 0.5rem;
  color: #3D3D3D;
  line-height: 1.75;
}
.blog-single__content ul {
  list-style-type: disc;
}
.blog-single__content ul ul {
  list-style-type: circle;
}
.blog-single__content ol {
  list-style-type: decimal;
}
.blog-single__content ol ol {
  list-style-type: lower-alpha;
}
.blog-single__content blockquote {
  margin: 3rem 0;
  padding: 2rem 3rem;
  border-left: 3px solid #9C07D6;
  background-color: #F7F7F8;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
.blog-single__content blockquote p {
  font-size: 1.25rem;
  color: #0A0A0A;
  margin-bottom: 0;
}
.blog-single__content img {
  border-radius: 8px;
  margin: 2rem 0;
}
.blog-single__content .wp-block-image {
  margin: 3rem 0;
}
.blog-single__content .wp-block-image img {
  margin: 0;
}
.blog-single__content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #6B6B6B;
  text-align: center;
  margin-top: 0.5rem;
}
.blog-single__content a:not(.btn) {
  color: #9C07D6;
}
.blog-single__content a:not(.btn):hover {
  color: #7D05AB;
}
.blog-single__content code {
  font-size: 0.875rem;
  background-color: #F7F7F8;
  padding: 2px 0.5rem;
  border-radius: 4px;
}
.blog-single__content pre {
  background-color: #0D0D0D;
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
}
.blog-single__content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.blog-single__footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #F0F0F2;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-single__tag-link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6B6B6B;
  background-color: #F7F7F8;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  border: 1px solid #F0F0F2;
  transition: all 250ms ease;
}
.blog-single__tag-link:hover {
  color: #9C07D6;
  border-color: #9C07D6;
}
.blog-single__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #F0F0F2;
}
@media (min-width: 768px) {
  .blog-single__nav {
    grid-template-columns: 1fr 1fr;
  }
}
.blog-single__nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.5rem;
  background-color: #F7F7F8;
  border-radius: 8px;
  border: 1px solid #F0F0F2;
  transition: all 250ms ease;
}
.blog-single__nav-link:hover {
  border-color: #9C07D6;
}
.blog-single__nav-link--next {
  text-align: right;
}
@media (min-width: 768px) {
  .blog-single__nav-link--next {
    margin-left: auto;
  }
}
.blog-single__nav-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
}
.blog-single__nav-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
  line-height: 1.3;
}

.blog-sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .blog-sidebar {
    display: block;
  }
}
.blog-sidebar__sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-sidebar__cta {
  background-color: #F7F7F8;
  border: 1px solid #F0F0F2;
  border-radius: 12px;
  padding: 2rem;
}
.blog-sidebar__cta--dark {
  background-color: #0D0D0D;
  border-color: transparent;
}
.blog-sidebar__cta--dark .blog-sidebar__cta-title {
  color: #FFFFFF;
}
.blog-sidebar__cta--dark .blog-sidebar__cta-text {
  color: rgba(255, 255, 255, 0.65);
}
.blog-sidebar__cta--subtle {
  background-color: #FFFFFF;
}
.blog-sidebar__cta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.blog-sidebar__cta-text {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.blog-sidebar__btn {
  width: 100%;
  text-align: center;
}
.blog-sidebar__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0D0D0D;
  background-color: #ffffff;
  border-radius: 8px;
  transition: background-color 150ms ease, color 150ms ease;
}
.blog-sidebar__phone:hover {
  background-color: #9C07D6;
  color: #ffffff;
}
.blog-sidebar__phone svg {
  flex-shrink: 0;
}

.blog-toc {
  background-color: #F7F7F8;
  border: 1px solid #F0F0F2;
  border-radius: 12px;
  padding: 2rem 3rem;
  margin-bottom: 4rem;
}
.blog-toc__heading {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
}
.blog-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
}
.blog-toc__item {
  counter-increment: toc;
  margin-bottom: 0.25rem;
}
.blog-toc__item:last-child {
  margin-bottom: 0;
}
.blog-toc__link {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #3D3D3D;
  border-radius: 8px;
  transition: all 150ms ease;
}
.blog-toc__link::before {
  content: counter(toc) ".";
  font-size: 0.75rem;
  font-weight: 600;
  color: #6B6B6B;
  min-width: 1.25rem;
  flex-shrink: 0;
}
.blog-toc__link:hover {
  color: #9C07D6;
  background-color: #FFFFFF;
}
.blog-toc__link--active {
  color: #9C07D6;
  font-weight: 600;
  background-color: #FFFFFF;
}
.blog-toc__link--active::before {
  color: #9C07D6;
}

.blog-related {
  background-color: #F7F7F8;
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .blog-related {
    padding: 8rem 0;
  }
}
.blog-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .blog-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.author-bio {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 4rem;
  padding: 3rem;
  background-color: #F7F7F8;
  border: 1px solid #F0F0F2;
  border-radius: 12px;
}
.author-bio__photo-link {
  flex-shrink: 0;
}
.author-bio__photo {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  object-fit: cover;
  display: block;
}
.author-bio__body {
  min-width: 0;
}
.author-bio__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B6B6B;
  margin-bottom: 0.25rem;
}
.author-bio__name {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  transition: color 150ms ease;
}
.author-bio__name:hover {
  color: #9C07D6;
}
.author-bio__role {
  font-size: 0.875rem;
  color: #9C07D6;
  font-weight: 500;
  margin-bottom: 1rem;
}
.author-bio__excerpt {
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.author-bio__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.author-bio__profile-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  transition: color 150ms ease;
}
.author-bio__profile-link:hover {
  color: #7D05AB;
}
.author-bio__li-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B6B6B;
  transition: color 150ms ease;
}
.author-bio__li-link:hover {
  color: #0A66C2;
}

.bp-callout {
  margin: 3rem 0;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  border-left: 4px solid;
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .bp-callout {
    padding: 2rem 3rem;
  }
}
.bp-callout > *:last-child {
  margin-bottom: 0;
}
.bp-callout > strong:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.bp-callout > strong:first-child::before {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
}
.bp-callout p {
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.bp-callout--info {
  background-color: #EFF6FF;
  border-left-color: #3B82F6;
  color: #1E3A5F;
}
.bp-callout--info > strong:first-child {
  color: #2563EB;
}
.bp-callout--info > strong:first-child::before {
  content: "ℹ️";
}
.bp-callout--warning {
  background-color: #FFFBEB;
  border-left-color: #F59E0B;
  color: #78350F;
}
.bp-callout--warning > strong:first-child {
  color: #D97706;
}
.bp-callout--warning > strong:first-child::before {
  content: "⚠️";
}
.bp-callout--tip {
  background-color: #ECFDF5;
  border-left-color: #10B981;
  color: #064E3B;
}
.bp-callout--tip > strong:first-child {
  color: #059669;
}
.bp-callout--tip > strong:first-child::before {
  content: "💡";
}
.bp-callout--important {
  background-color: #FEF2F2;
  border-left-color: #EF4444;
  color: #7F1D1D;
}
.bp-callout--important > strong:first-child {
  color: #DC2626;
}
.bp-callout--important > strong:first-child::before {
  content: "⛔";
}

.bp-takeaway {
  margin: 4rem 0;
  padding: 3rem;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bp-takeaway::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  background: linear-gradient(90deg, #9C07D6, rgba(156, 7, 214, 0.3));
  border-radius: 0 0 2px 2px;
}
.bp-takeaway::before {
  content: "✨ Key Takeaway";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  background-color: #9C07D6;
  padding: 5px 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.bp-takeaway > *:last-child {
  margin-bottom: 0;
}
.bp-takeaway p {
  font-size: 1.125rem;
  color: #0A0A0A;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.bp-takeaway ul, .bp-takeaway ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.bp-takeaway ul {
  list-style-type: disc;
}
.bp-takeaway ol {
  list-style-type: decimal;
}
.bp-takeaway li {
  margin-bottom: 0.5rem;
  color: #0A0A0A;
  line-height: 1.75;
}

.bp-pro-tip {
  margin: 3rem 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(156, 7, 214, 0.07), rgba(156, 7, 214, 0.02));
  border: 1px solid rgba(156, 7, 214, 0.18);
  border-radius: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .bp-pro-tip {
    padding: 2rem 3rem;
  }
}
.bp-pro-tip::after {
  content: "";
  position: absolute;
  top: 2rem;
  left: -1px;
  width: 3px;
  height: 24px;
  background-color: #9C07D6;
  border-radius: 0 2px 2px 0;
}
.bp-pro-tip::before {
  content: "🌟 Pro Tip";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  margin-bottom: 1rem;
  line-height: 1;
}
.bp-pro-tip > *:last-child {
  margin-bottom: 0;
}
.bp-pro-tip p {
  font-size: 1rem;
  color: #0A0A0A;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.bp-stat-highlight {
  margin: 4rem 0;
  padding: 3rem 2rem;
  background-color: #0D0D0D;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bp-stat-highlight {
    padding: 4rem 3rem;
  }
}
.bp-stat-highlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(156, 7, 214, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.bp-stat-highlight__number {
  font-size: 3rem;
  font-weight: 800;
  color: #9C07D6;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  position: relative;
}
@media (min-width: 768px) {
  .bp-stat-highlight__number {
    font-size: 3.5rem;
  }
}
.bp-stat-highlight p:not(.bp-stat-highlight__number) {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1.75;
}

.bp-code-block {
  margin: 3rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.bp-code-block__header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background-color: #1E1E2E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 42px;
  gap: 1rem;
}
.bp-code-block__header::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF5F56;
  box-shadow: 18px 0 0 #FFBD2E, 36px 0 0 #27C93F;
}
.bp-code-block__lang {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
}
.bp-code-block__filename {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.bp-code-block pre {
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: #14141F !important;
  padding: 2rem 3rem !important;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bp-code-block pre::-webkit-scrollbar {
  height: 6px;
}
.bp-code-block pre::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}
.bp-code-block pre::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.bp-code-block pre code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background: none !important;
  padding: 0 !important;
  color: #E0DEF4 !important;
  font-size: inherit;
}

.blog-single__content .wp-block-code {
  background-color: #14141F;
  color: #E0DEF4;
  padding: 2rem 3rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 3rem 0;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.75;
}
.blog-single__content .wp-block-code code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background: none;
  padding: 0;
  color: inherit;
  white-space: pre;
}

.bp-steps {
  margin: 4rem 0;
  counter-reset: bp-step;
  padding-left: 0.25rem;
}
.bp-steps .bp-step {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
  counter-increment: bp-step;
  position: relative;
}
@media (min-width: 768px) {
  .bp-steps .bp-step {
    gap: 2rem;
    padding-bottom: 3rem;
  }
}
.bp-steps .bp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(156, 7, 214, 0.3), #F0F0F2);
}
.bp-steps .bp-step:last-child {
  padding-bottom: 0;
}
.bp-steps .bp-step__number {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9C07D6;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(156, 7, 214, 0.25);
}
.bp-steps .bp-step__number::before {
  content: counter(bp-step);
}
.bp-steps .bp-step__content {
  flex: 1;
  padding-top: 2px;
  min-width: 0;
}
.bp-steps .bp-step__content > *:last-child {
  margin-bottom: 0;
}
.bp-steps .bp-step__content h3, .bp-steps .bp-step__content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
  margin-top: 0;
  line-height: 1.3;
}
.bp-steps .bp-step__content p {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.bp-comparison-table {
  margin: 3rem 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
  overflow: hidden;
}
.bp-comparison-table .wp-block-table,
.bp-comparison-table figure,
.bp-comparison-table figcaption {
  margin: 0 !important;
}
.bp-comparison-table .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bp-comparison-table .wp-block-table::-webkit-scrollbar {
  height: 5px;
}
.bp-comparison-table .wp-block-table::-webkit-scrollbar-track {
  background: #F7F7F8;
}
.bp-comparison-table .wp-block-table::-webkit-scrollbar-thumb {
  background: #E5E5E7;
  border-radius: 3px;
}
.bp-comparison-table table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .bp-comparison-table table {
    font-size: 1rem;
  }
}
.bp-comparison-table thead th {
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #0A0A0A;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: #F7F7F8;
  border-bottom: 2px solid #9C07D6;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .bp-comparison-table thead th {
    padding: 1.5rem 2rem;
    font-size: 0.875rem;
  }
}
.bp-comparison-table thead th:first-child {
  color: #9C07D6;
}
.bp-comparison-table tbody tr {
  transition: background-color 150ms ease;
}
.bp-comparison-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #F0F0F2;
}
.bp-comparison-table tbody tr:hover {
  background-color: rgba(156, 7, 214, 0.03);
}
.bp-comparison-table tbody td {
  padding: 1rem 1.5rem;
  color: #3D3D3D;
  vertical-align: middle;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .bp-comparison-table tbody td {
    padding: 1rem 2rem;
  }
}
.bp-comparison-table tbody td:first-child {
  font-weight: 500;
  color: #0A0A0A;
}

.blog-single__content .bp-comparison-table table,
.entry-content .bp-comparison-table table {
  border-collapse: collapse !important;
}

.bp-definition {
  margin: 3rem 0;
  padding: 2rem 3rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E5E5E7;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bp-definition::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 3px;
  background-color: #9C07D6;
  border-radius: 0 2px 2px 0;
}
.bp-definition__term {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.bp-definition p:not(.bp-definition__term) {
  font-size: 1rem;
  color: #3D3D3D;
  margin-bottom: 0;
  line-height: 1.75;
}

.resource-header {
  background-color: #F7F7F8;
  border-bottom: 1px solid #E5E5E7;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .resource-header {
    padding: 3rem 0;
  }
}
.resource-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  margin-bottom: 0.5rem;
}
.resource-header__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .resource-header__title {
    font-size: 2.5rem;
  }
}
.resource-header__description {
  font-size: 1rem;
  color: #6B6B6B;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 1rem;
}
.resource-header__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.resource-header__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6B6B6B;
}
.resource-header .breadcrumbs {
  margin-bottom: 1rem;
}

.resource-layout__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .resource-layout__grid {
    grid-template-columns: 1fr 380px;
  }
}
.resource-layout__main {
  min-width: 0;
}

.resource-preview {
  margin-bottom: 3rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.resource-preview__image {
  width: 100%;
  height: auto;
  display: block;
}

.resource-learn {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #F7F7F8;
  border-radius: 12px;
}
.resource-learn__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.resource-learn__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resource-learn__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.resource-learn__icon {
  flex-shrink: 0;
  color: #10B981;
  margin-top: 3px;
}

.resource-content {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .resource-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

.resource-gate {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.resource-gate--unlocked {
  border-color: #10B981;
  background-color: #ecfdf5;
}
.resource-gate__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.resource-gate__subtitle {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.resource-gate__field {
  margin-bottom: 1rem;
}
.resource-gate__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #0A0A0A;
}
.resource-gate__label span {
  color: #EF4444;
}
.resource-gate__input {
  width: 100%;
  padding: 10px 1rem;
  font-size: 1rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: border-color 150ms ease;
}
.resource-gate__input:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.1);
}
.resource-gate__submit {
  width: 100%;
  margin-top: 0.5rem;
}
.resource-gate__error {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #EF4444;
  background-color: rgba(239, 68, 68, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(239, 68, 68, 0.15);
}
.resource-gate__download-wrap {
  text-align: center;
}
.resource-gate__success-icon {
  color: #10B981;
  margin-bottom: 1rem;
}
.resource-gate__download-btn {
  width: 100%;
  margin-top: 1rem;
}

.resource-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .resource-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .resource-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resource-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
  justify-content: center;
}
.resource-archive__filter {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #3D3D3D;
  background-color: #F7F7F8;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 150ms ease;
}
.resource-archive__filter:hover {
  border-color: #9C07D6;
  color: #9C07D6;
}
.resource-archive__filter--active {
  background-color: #9C07D6;
  border-color: #9C07D6;
  color: #FFFFFF;
}
.resource-archive__filter--active:hover {
  background-color: #7D05AB;
  border-color: #7D05AB;
  color: #FFFFFF;
}
.resource-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .resource-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .resource-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-table {
  background-color: #F7F7F8;
}
.pricing-table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.pricing-table__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}
.pricing-table__th {
  text-align: left;
  padding: 1.5rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: #F7F7F8;
  border-bottom: 1px solid #E5E5E7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .pricing-table__th--detail {
    display: none;
  }
}
.pricing-table__row {
  border-bottom: 1px solid #F0F0F2;
}
.pricing-table__row:last-child {
  border-bottom: none;
}
.pricing-table__row:hover {
  background-color: rgba(247, 247, 248, 0.5);
}
.pricing-table__td {
  padding: 1.5rem 2rem;
  font-size: 1rem;
  color: #0A0A0A;
  line-height: 1.6;
  vertical-align: top;
}
.pricing-table__service {
  font-weight: 600;
  white-space: nowrap;
}
.pricing-table__range {
  font-weight: 700;
  color: #0A0A0A;
  white-space: nowrap;
}
.pricing-table__detail {
  color: #3D3D3D;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pricing-table__detail {
    display: none;
  }
}
.pricing-table__footnote {
  text-align: center;
  font-size: 0.875rem;
  color: #6B6B6B;
  margin-top: 2rem;
  line-height: 1.6;
}
.pricing-table__cta {
  text-align: center;
  margin-top: 3rem;
}

.recent-posts {
  background-color: #F7F7F8;
}
.recent-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .recent-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.city-intro {
  background-color: #FFFFFF;
}
.city-intro.section-padding {
  padding-bottom: 4rem;
}
.city-intro__layout {
  display: grid;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 992px) {
  .city-intro__layout {
    grid-template-columns: 1fr 300px;
  }
}
.city-intro__heading {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .city-intro__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .city-intro__heading {
    font-size: 2.5rem;
  }
}
.city-intro__bar {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9C07D6;
  border-radius: 2px;
  margin-bottom: 2rem;
}
.city-intro__lead {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  border-left: 3px solid #9C07D6;
}
.city-intro__lead p {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #0A0A0A;
  margin: 0;
}
.city-intro__content p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.city-intro__content p + p {
  margin-top: 1rem;
}
.city-intro__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 1rem;
}
.city-intro__content strong {
  font-weight: 600;
  color: #0A0A0A;
}
.city-intro__category {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E5E5E7;
}
.city-intro__category h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
}
.city-intro__category p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1rem;
}
.city-intro__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  transition: color 150ms ease;
}
.city-intro__link:hover {
  color: #7D05AB;
}
.city-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E5E5E7;
}
.city-intro__stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.city-intro__stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6B6B6B;
  margin-top: 0.1rem;
}
@media (min-width: 992px) {
  .city-intro__sidebar {
    position: sticky;
    top: 90px;
  }
}
.city-intro__cta {
  background-color: #0D0D0D;
  border-radius: 12px;
  padding: 2rem;
  color: #FFFFFF;
}
.city-intro__cta-heading {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.city-intro__cta-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.city-intro__cta-btn {
  display: block;
  background-color: #9C07D6;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.875rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  transition: background-color 150ms ease;
}
.city-intro__cta-btn:hover {
  background-color: #7D05AB;
}
.city-intro__cta-phone {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: border-color 150ms ease, color 150ms ease;
}
.city-intro__cta-phone:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}
.city-intro__cta-badges {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.city-intro__cta-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}
.city-intro__cta-badge::before {
  content: "✓";
  color: #9C07D6;
  font-weight: 700;
  font-size: 0.75rem;
}

.location-services {
  background-color: #FFFFFF;
}
.location-services.section-padding {
  padding-top: 4rem;
}
.location-services__head {
  max-width: 800px;
  margin-bottom: 4rem;
}
.location-services__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-bottom: 1rem;
}
.location-services__kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #9C07D6;
  border-radius: 2px;
}
.location-services__title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .location-services__title {
    font-size: 2.5rem;
  }
}
.location-services__intro {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0;
}
.location-services__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.service-pillar {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
}
.service-pillar__main {
  display: grid;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .service-pillar__main {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .service-pillar__main {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .service-pillar--no-image .service-pillar__main {
    grid-template-columns: 1fr;
  }
}
.service-pillar__kicker {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-bottom: 1rem;
}
.service-pillar__title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-pillar__title {
    font-size: 2rem;
  }
}
.service-pillar__desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
  max-width: 52ch;
}
.service-pillar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  border-bottom: 2px solid #9C07D6;
  padding-bottom: 2px;
  transition: color 150ms ease;
}
.service-pillar__link svg {
  transition: transform 150ms ease;
}
.service-pillar__link:hover {
  color: #9C07D6;
}
.service-pillar__link:hover svg {
  transform: translateX(3px);
}
.service-pillar__media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.service-pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-pillar__services {
  list-style: none;
  margin: 0;
  padding: 1.5rem 2rem;
  background-color: #F7F7F8;
  border-top: 1px solid #E5E5E7;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .service-pillar__services {
    padding: 1.5rem 3rem;
  }
}
.service-pillar__services li {
  margin: 0;
}
.service-pillar__services a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  line-height: 1.3;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.service-pillar__services a::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  background-color: #9C07D6;
  transform: rotate(45deg);
  transition: background-color 150ms ease;
}
.service-pillar__services a:hover {
  color: #FFFFFF;
  background-color: #9C07D6;
  border-color: #9C07D6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.service-pillar__services a:hover::before {
  background-color: #FFFFFF;
}

.local-industries {
  background-color: #FFFFFF;
}
.local-industries .section-heading__subtitle {
  max-width: 820px;
}
.local-industries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .local-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .local-industries__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.local-industries__card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #F7F7F8;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.local-industries__card:hover {
  border-color: #9C07D6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.local-industries__card:hover .local-industries__link-text {
  gap: 0.5rem;
}
.local-industries__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #F3E5FA;
  color: #9C07D6;
  margin-bottom: 1rem;
}
.local-industries__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .local-industries__title {
    font-size: 1.25rem;
  }
}
.local-industries__excerpt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #6B6B6B;
  margin: 0 0 1.5rem;
  flex-grow: 1;
}
.local-industries__link-text {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  transition: gap 150ms ease;
}

.case-study-featured {
  background-color: #F7F7F8;
}
.case-study-featured__card {
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (min-width: 768px) {
  .case-study-featured__card {
    padding: 3rem 4rem;
  }
}
.case-study-featured__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.case-study-featured__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background-color: #F3E5FA;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.case-study-featured__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 250ms ease;
}
.case-study-featured__link:hover {
  color: #7D05AB;
}
.case-study-featured__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .case-study-featured__title {
    font-size: 2.5rem;
  }
}
.case-study-featured__overview {
  font-size: 1rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 2rem;
  max-width: 800px;
}
.case-study-featured__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F0F0F2;
}
@media (min-width: 768px) {
  .case-study-featured__metrics {
    gap: 3rem;
  }
}
.case-study-featured__metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.case-study-featured__metric-number {
  font-size: 2rem;
  font-weight: 800;
  color: #9C07D6;
  line-height: 1;
}
@media (min-width: 768px) {
  .case-study-featured__metric-number {
    font-size: 2.5rem;
  }
}
.case-study-featured__metric-label {
  font-size: 0.875rem;
  color: #3D3D3D;
}
.case-study-featured__challenges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.case-study-featured__challenge {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.6;
}
.case-study-featured__challenge svg {
  flex-shrink: 0;
  color: #F59E0B;
  margin-top: 2px;
}

.breadcrumbs {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
.breadcrumbs__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "›";
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 1.1em;
  pointer-events: none;
  opacity: 0.8;
}
.breadcrumbs__item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}
.breadcrumbs__item a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs__item span {
  color: #FFFFFF;
  font-weight: 600;
}
.breadcrumbs--light .breadcrumbs__list {
  background: #F7F7F8;
  border-color: #F0F0F2;
}
.breadcrumbs--light .breadcrumbs__item:not(:last-child)::after {
  color: #6B6B6B;
}
.breadcrumbs--light .breadcrumbs__item a {
  color: #6B6B6B;
}
.breadcrumbs--light .breadcrumbs__item a:hover {
  color: #9C07D6;
  text-decoration-color: rgba(156, 7, 214, 0.3);
}
.breadcrumbs--light .breadcrumbs__item span {
  color: #0A0A0A;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  white-space: nowrap;
  max-width: 100%;
  border-radius: 8px;
}
.btn--sm {
  padding: 10px 2rem;
  font-size: 0.875rem;
}
.btn--md {
  padding: 1rem 3rem;
  font-size: 1rem;
}
.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}
.btn--primary {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: #7D05AB;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(156, 7, 214, 0.25);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--secondary {
  background-color: #000000;
  color: #FFFFFF;
}
.btn--secondary:hover {
  background-color: #1A1A1A;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.btn--secondary:active {
  transform: translateY(0);
}
.btn--outline {
  background-color: transparent;
  color: #0A0A0A;
  border: 1.5px solid #E5E5E7;
}
.btn--outline:hover {
  border-color: #9C07D6;
  color: #9C07D6;
}
.btn--hide-mobile {
  display: none;
}
@media (min-width: 1100px) {
  .btn--hide-mobile {
    display: inline-flex;
  }
}
@media (min-width: 1100px) {
  .btn--hide-desktop {
    display: none;
  }
}
.btn--full {
  width: 100%;
  text-align: center;
}

a.btn.btn--primary, a.btn.btn--secondary {
  color: #FFFFFF;
}
a.btn.btn--primary:hover, a.btn.btn--primary:focus, a.btn.btn--secondary:hover, a.btn.btn--secondary:focus {
  color: #FFFFFF;
}
a.btn.btn--outline {
  color: #0A0A0A;
}
a.btn.btn--outline:hover, a.btn.btn--outline:focus {
  color: #9C07D6;
}

.phone-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.phone-cta__label {
  font-size: 0.875rem;
}
.phone-cta__number {
  font-weight: 700;
  text-decoration: none;
}
.phone-cta--light .phone-cta__label {
  color: rgba(255, 255, 255, 0.5);
}
.phone-cta--light .phone-cta__number {
  color: #FFFFFF;
}
.phone-cta--light .phone-cta__number:hover {
  color: rgba(255, 255, 255, 0.8);
}
.phone-cta--dark .phone-cta__label {
  color: #6B6B6B;
}
.phone-cta--dark .phone-cta__number {
  color: #0A0A0A;
}
.phone-cta--dark .phone-cta__number:hover {
  color: #9C07D6;
}

.card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 3rem 2rem 2rem;
  transition: box-shadow 250ms ease, border-color 250ms ease, transform 250ms ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  border-color: #9C07D6;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.card__number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #E5E5E7;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 250ms ease;
}
.card:hover .card__number {
  color: #9C07D6;
}
.card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F8;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1.5rem;
  transition: background-color 250ms ease, color 250ms ease;
}
.card:hover .card__icon {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.card__title a {
  color: #0A0A0A;
  transition: color 150ms ease;
}
.card__title a:hover {
  color: #9C07D6;
}
.card__description {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 250ms ease, color 150ms ease;
}
.card__link .icon {
  width: 14px;
  height: 14px;
}
.card__link:hover {
  color: #7D05AB;
  gap: 0.5rem;
}
.card__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background-color: #F3E5FA;
  padding: 3px 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}
.card__result {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #F0F0F2;
}
.card__result-number {
  font-size: 2rem;
  font-weight: 800;
  color: #9C07D6;
  line-height: 1.15;
}
.card__result-label {
  font-size: 0.875rem;
  color: #6B6B6B;
}
.card--industry {
  padding: 2rem 1.5rem;
  text-align: center;
}
.card--industry .card__icon {
  margin: 0 auto 1rem;
  width: 40px;
  height: 40px;
}
.card--industry .card__title {
  font-size: 1rem;
}
.card--industry .card__description {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.card--case-study {
  display: flex;
  flex-direction: column;
}
.card--partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #0A0A0A;
}
.card--partner .card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 1.5rem;
}
.card--partner .card__logo img {
  max-width: 160px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 250ms ease, opacity 250ms ease;
}
.card--partner:hover .card__logo img {
  filter: grayscale(0%);
  opacity: 1;
}
.card--partner .card__logo-placeholder {
  font-size: 1.25rem;
  font-weight: 700;
  color: #6B6B6B;
  letter-spacing: -0.02em;
}
.card--partner .card__tag {
  margin-bottom: 1rem;
}
.card--partner .card__title {
  font-size: 1.25rem;
}
.card--partner .card__description {
  font-size: 0.875rem;
  flex-grow: 1;
}
.card--partner .card__link {
  margin-top: auto;
  padding-top: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge--accent {
  background-color: #F3E5FA;
  color: #9C07D6;
}
.badge--dark {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.badge--success {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10B981;
}

.card-team {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #F0F0F2;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.card-team:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.card-team__photo {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #F7F7F8;
}
@media (min-width: 576px) {
  .card-team__photo {
    aspect-ratio: 4/5;
  }
}
.card-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 400ms ease;
}
.card-team:hover .card-team__photo img {
  transform: scale(1.03);
}
.card-team__photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E5E5E7;
}
.card-team__info {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .card-team__info {
    padding: 1.5rem;
  }
}
.card-team__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 576px) {
  .card-team__name {
    font-size: 1.25rem;
  }
}
.card-team__name a {
  color: #0A0A0A;
  text-decoration: none;
  transition: color 150ms ease;
}
.card-team__name a:hover {
  color: #9C07D6;
}
.card-team__role {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9C07D6;
}
@media (min-width: 576px) {
  .card-team__role {
    font-size: 0.875rem;
  }
}
.card-team__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #3D3D3D;
  margin-top: 0.5rem;
  display: none;
}
@media (min-width: 576px) {
  .card-team__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card-team__footer {
  display: none;
}
@media (min-width: 576px) {
  .card-team__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #F0F0F2;
  }
}
.card-team__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #6B6B6B;
  transition: color 150ms ease;
}
.card-team__social:hover {
  color: #9C07D6;
}
.card-team__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  text-decoration: none;
  transition: color 150ms ease;
}
.card-team__link svg {
  transition: transform 150ms ease;
}
.card-team__link:hover {
  color: #7D05AB;
}
.card-team__link:hover svg {
  transform: translateX(3px);
}

.card--career {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
  text-decoration: none;
  color: #0A0A0A;
  transition: border-color 250ms ease, box-shadow 250ms ease, opacity 200ms ease;
}
.card--career:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.card--career:hover .card__link {
  color: #9C07D6;
}
.card--career .card__tag {
  align-self: flex-start;
  margin-bottom: 1rem;
}
.card--career .card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.card--career .card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.card--career .card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6B6B6B;
}
.card--career .card__meta-item svg {
  flex-shrink: 0;
}
.card--career .card__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.card--career .card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 150ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
}

.card--event {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F2;
  border-radius: 8px;
  text-decoration: none;
  color: #0A0A0A;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.card--event:hover {
  border-color: #E5E5E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.card--event:hover .card__link {
  color: #9C07D6;
}
.card--event .card__date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #9C07D6;
  border-radius: 8px;
  color: #FFFFFF;
  line-height: 1;
}
.card--event .card__date-month {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.card--event .card__date-day {
  font-size: 1.5rem;
  font-weight: 700;
}
.card--event .card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.card--event .card__tag {
  align-self: flex-start;
  margin-bottom: 0.5rem;
}
.card--event .card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.card--event .card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.card--event .card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6B6B6B;
}
.card--event .card__meta-item svg {
  flex-shrink: 0;
}
.card--event .card__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.card--event .card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 150ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
}
.card--event.card--event-past {
  opacity: 0.7;
}
.card--event.card--event-past .card__date {
  background-color: #6B6B6B;
}
.card--event.card--event-past:hover {
  opacity: 1;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 250ms ease, border-color 250ms ease, transform 250ms ease;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  border-color: #9C07D6;
}
.blog-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background-color: #F7F7F8;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.blog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card__placeholder-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #E5E5E7;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 2rem 2rem;
}
.blog-card__tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  background-color: #F3E5FA;
  padding: 2px 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0A0A;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  transition: color 150ms ease;
}
.blog-card:hover .blog-card__title {
  color: #9C07D6;
}
.blog-card__excerpt {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  flex: 1;
}
.blog-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #6B6B6B;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #F0F0F2;
}
.blog-card__meta-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card__dot {
  color: #E5E5E7;
}
.blog-card__author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #6B6B6B;
  white-space: nowrap;
}
.blog-card__author-photo {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.card-resource {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #0A0A0A;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.card-resource:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.card-resource__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #F7F7F8;
}
.card-resource__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.card-resource:hover .card-resource__image img {
  transform: scale(1.03);
}
.card-resource__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-resource__type {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9C07D6;
  margin-bottom: 0.5rem;
}
.card-resource__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.card-resource__description {
  font-size: 0.875rem;
  color: #6B6B6B;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}
.card-resource__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.card-resource__meta {
  font-size: 0.75rem;
  color: #6B6B6B;
}
.card-resource__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
  transition: color 150ms ease;
}
.card-resource:hover .card-resource__link {
  color: #7D05AB;
}

.floating-cta {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
}
.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.floating-cta__button {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #9C07D6;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.floating-cta__button:hover {
  background-color: #7D05AB;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.chatbot {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.chatbot__toggle {
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  background-color: #9C07D6;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
  white-space: nowrap;
}
.chatbot__toggle:hover {
  background-color: #7D05AB;
  transform: translateY(-1px);
  box-shadow: 0 20px 48px rgba(156, 7, 214, 0.35);
}
.chatbot__toggle:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 3px;
}
.chatbot__toggle-label--open {
  display: none;
}
.chatbot--open .chatbot__toggle-label--closed {
  display: none;
}
.chatbot--open .chatbot__toggle-label--open {
  display: inline;
}
.chatbot__window {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  right: 0;
  width: clamp(320px, 26vw, 400px);
  height: clamp(460px, 72dvh, 720px);
  max-height: calc(100dvh - 7rem);
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px #E5E5E7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
  pointer-events: none;
}
@media (max-width: 576px) {
  .chatbot__window {
    width: calc(100vw - 2rem);
    height: clamp(360px, 70dvh, 560px);
    max-height: calc(100dvh - 6rem);
  }
}
.chatbot--open .chatbot__window {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.chatbot__header {
  background: #000000;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.chatbot__header-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chatbot__avatar {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}
.chatbot__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
.chatbot__status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
.chatbot__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: #10B981;
  flex-shrink: 0;
}
.chatbot__close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: color 150ms ease;
}
.chatbot__close:hover {
  color: #FFFFFF;
}
.chatbot__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.chatbot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #F7F7F8;
}
.chatbot__messages::-webkit-scrollbar {
  width: 4px;
}
.chatbot__messages::-webkit-scrollbar-track {
  background: transparent;
}
.chatbot__messages::-webkit-scrollbar-thumb {
  background: #E5E5E7;
  border-radius: 2px;
}
.chatbot__message {
  display: flex;
  flex-direction: column;
}
.chatbot__message--user {
  align-items: flex-end;
}
.chatbot__message--bot {
  align-items: flex-start;
}
.chatbot__bubble {
  max-width: 82%;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.6;
  word-break: break-word;
}
.chatbot__message--user .chatbot__bubble {
  background: #9C07D6;
  color: #FFFFFF;
  border-bottom-right-radius: 4px;
}
.chatbot__message--bot .chatbot__bubble {
  background: #FFFFFF;
  color: #0A0A0A;
  border: 1px solid #E5E5E7;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.chatbot__bubble p {
  margin: 0;
}
.chatbot__bubble p + p {
  margin-top: 0.5em;
}
.chatbot__bubble ul {
  margin: 0.5em 0 0;
  padding-left: 1.1em;
  list-style: disc;
}
.chatbot__bubble ul li {
  margin-bottom: 0.25em;
}
.chatbot__bubble ul li:last-child {
  margin-bottom: 0;
}
.chatbot__bubble p + ul,
.chatbot__bubble ul + p {
  margin-top: 0.5em;
}
.chatbot__links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.25rem;
  padding-left: 2px;
}
.chatbot__link-btn {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 1rem;
  border-radius: 12px;
  border-bottom-left-radius: 4px;
  border: 1px solid #9C07D6;
  background-color: #FFFFFF;
  color: #0A0A0A;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background-color 150ms ease, color 150ms ease;
}
.chatbot__link-btn:hover {
  background-color: #9C07D6;
  color: #FFFFFF;
}
.chatbot__dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
}
.chatbot__dots span {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #6B6B6B;
  animation: chatbot-dot 1.2s infinite ease-in-out;
}
.chatbot__dots span:nth-child(1) {
  animation-delay: 0s;
}
.chatbot__dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.chatbot__dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes chatbot-dot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.chatbot__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #E5E5E7;
  background: #FFFFFF;
  flex-shrink: 0;
}
.chatbot__input {
  flex: 1;
  border: 1px solid #E5E5E7;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0A0A0A;
  background: #FFFFFF;
  outline: none;
  transition: border-color 150ms ease;
}
.chatbot__input::placeholder {
  color: #6B6B6B;
}
.chatbot__input:focus {
  border-color: #9C07D6;
}
.chatbot__input:disabled {
  opacity: 0.5;
}
.chatbot__send {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #9C07D6;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 150ms ease;
}
.chatbot__send:hover {
  background-color: #7D05AB;
}
.chatbot__send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.chatbot__send:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 2px;
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.support-modal.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.support-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.support-modal__card {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  transform: translateY(12px) scale(0.98);
  transition: transform 250ms ease;
}
@media (min-width: 768px) {
  .support-modal__card {
    padding: 3rem;
  }
}
.support-modal.is-active .support-modal__card {
  transform: translateY(0) scale(1);
}
.support-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
}
.support-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A0A0A;
  text-align: center;
  margin: 0;
}
.support-modal__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #6B6B6B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: 4px;
  transition: color 150ms ease, background-color 150ms ease;
}
.support-modal__close:hover {
  color: #0A0A0A;
  background-color: #F7F7F8;
}
.support-modal__close:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 2px;
}
.support-modal__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .support-modal__body {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.support-modal__info {
  background: #F7F7F8;
  border-radius: 8px;
  padding: 1.5rem;
}
.support-modal__info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 1.5rem;
}
.support-modal__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  counter-reset: steps;
}
.support-modal__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.support-modal__step strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0.25rem;
}
.support-modal__step p {
  font-size: 0.75rem;
  color: #6B6B6B;
  margin: 0;
  line-height: 1.75;
}
.support-modal__step-icon {
  flex-shrink: 0;
  color: #9C07D6;
  margin-top: 2px;
}
.support-modal__form-col {
  display: flex;
  flex-direction: column;
}
.support-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.support-modal__row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .support-modal__row {
    grid-template-columns: 1fr 1fr;
  }
}
.support-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.support-modal__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0A0A0A;
}
.support-modal__required {
  color: #9C07D6;
  margin-left: calc(0.25rem / 2);
}
.support-modal__input {
  width: 100%;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0A0A0A;
  background: #FFFFFF;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.support-modal__input::placeholder {
  color: #6B6B6B;
}
.support-modal__input:focus {
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.1);
}
.support-modal__input--textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}
.support-modal__submit {
  width: 100%;
  padding: 1rem 2rem;
  background: #9C07D6;
  color: #FFFFFF;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background-color 150ms ease, transform 150ms ease;
}
.support-modal__submit:hover {
  background-color: #7D05AB;
  transform: translateY(-1px);
}
.support-modal__submit:focus-visible {
  outline: 2px solid #9C07D6;
  outline-offset: 3px;
}
.support-modal__submit:active {
  transform: translateY(0);
}

body.modal-open {
  overflow: hidden;
}

.bp-form-banner {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2147483000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  max-width: min(560px, 100vw - 2rem);
  padding: 1rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-weight: 600;
  animation: bp-banner-pop 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.bp-form-banner--success {
  background: #10B981;
}
.bp-form-banner--error {
  background: #EF4444;
}
.bp-form-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.25);
  font-size: 1.1rem;
  line-height: 1;
}
.bp-form-banner__text {
  margin: 0;
  line-height: 1.4;
}
.bp-form-banner__close {
  flex: 0 0 auto;
  margin-left: 0.25rem;
  padding: 0;
  background: none;
  border: 0;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s ease;
}
.bp-form-banner__close:hover {
  opacity: 1;
}

body.bp-form-sent-success form[action*="admin-post.php"] {
  display: none !important;
}

@keyframes bp-banner-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -16px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bp-form-banner {
    animation: none;
  }
}
.prod-hero {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 4rem 0 4rem;
  overflow: hidden;
}
.prod-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.prod-hero__grid--full {
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .prod-hero__grid {
    grid-template-columns: 1fr;
  }
}
.prod-hero__logo-card {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 220px;
}
.prod-hero__logo-card img {
  display: block;
  max-height: 60px;
  width: auto;
  height: auto;
}
.prod-hero__badge {
  display: inline-block;
  background: rgba(156, 7, 214, 0.2);
  border: 1px solid rgba(156, 7, 214, 0.4);
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.prod-hero__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #FFFFFF;
}
.prod-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
}
.prod-hero__stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .prod-hero__stats {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.prod-hero__stat {
  display: flex;
  flex-direction: column;
}
.prod-hero__stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9C07D6;
}
.prod-hero__stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.25rem;
}
.prod-hero__image {
  margin-top: 2rem;
}
.prod-hero__image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.prod-hero__form-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 2rem;
  color: #0A0A0A;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.prod-hero__form-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #0A0A0A;
}

.prod-hero__form-subtitle {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin: 0 0 1.5rem;
}

.prod-form__field {
  margin-bottom: 1rem;
}
.prod-form__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #3D3D3D;
}
.prod-form__field label span {
  color: #EF4444;
}
.prod-form__field input,
.prod-form__field select,
.prod-form__field textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: border-color 150ms ease;
}
.prod-form__field input:focus,
.prod-form__field select:focus,
.prod-form__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.12);
}

.prod-why__subtitle {
  text-align: center;
  max-width: 700px;
  margin: -0.5rem auto 3rem;
  font-size: 1.05rem;
  color: #6B6B6B;
}
.prod-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.prod-why__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.prod-why__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.prod-why__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1rem;
}
.prod-why__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0A0A0A;
}
.prod-why__desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #6B6B6B;
  margin: 0;
}

.prod-benefits {
  background: #F7F7F8;
}
.prod-benefits__blocks {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 3rem;
}
.prod-benefits__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.prod-benefits__block--reversed {
  direction: rtl;
}
.prod-benefits__block--reversed > * {
  direction: ltr;
}
@media (max-width: 768px) {
  .prod-benefits__block {
    grid-template-columns: 1fr;
    direction: ltr !important;
  }
}
.prod-benefits__block-media {
  border-radius: 12px;
  overflow: hidden;
}
.prod-benefits__block-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.prod-benefits__block-media--icon {
  background: #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .prod-benefits__block-media--icon {
    min-height: 200px;
  }
}
.prod-benefits__block-icon {
  color: #9C07D6;
}
.prod-benefits__block-content-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.prod-benefits__block-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #0A0A0A;
}
.prod-benefits__block-desc {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin: 0 0 1rem;
}
.prod-benefits__block-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.prod-benefits__block-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3D3D3D;
}
.prod-benefits__block-list li svg {
  flex-shrink: 0;
  color: #9C07D6;
  margin-top: 0.15rem;
}

.prod-integrations__subtitle {
  text-align: center;
  max-width: 650px;
  margin: -0.5rem auto 3rem;
  font-size: 1.05rem;
  color: #6B6B6B;
}
.prod-integrations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.prod-integrations__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 1.75rem;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.prod-integrations__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.prod-integrations__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin: 0 auto 1rem;
}
.prod-integrations__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #0A0A0A;
}
.prod-integrations__name {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin: 0;
}

.prod-ecosystem {
  background: #0D0D0D;
  color: #FFFFFF;
}
.prod-ecosystem__content {
  max-width: 720px;
}
.prod-ecosystem .section-heading__title,
.prod-ecosystem .section-heading__accent {
  color: #FFFFFF;
}
.prod-ecosystem__text, .prod-ecosystem__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #FFFFFF;
  margin: 0 0 1rem;
}
.prod-ecosystem__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.prod-ecosystem__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(156, 7, 214, 0.15);
  border: 1px solid rgba(156, 7, 214, 0.3);
  border-radius: 9999px;
  padding: 0.5rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
}
.prod-ecosystem__badge svg {
  color: #9C07D6;
  flex-shrink: 0;
}

.prod-cta {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 4rem 0;
  text-align: center;
}
.prod-cta__content {
  max-width: 680px;
  margin: 0 auto;
}
.prod-cta__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.prod-cta__subtitle {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 2rem;
}
.prod-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .prod-cta__actions {
    flex-direction: column;
  }
}

.prod-archive-hero {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 4rem 0 3rem;
  text-align: center;
}
.prod-archive-hero__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.prod-archive-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  max-width: 650px;
  margin: 0 auto;
}

.prod-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .prod-archive__grid {
    grid-template-columns: 1fr;
  }
}

.prod-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.prod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.prod-card__thumb {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.prod-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.prod-card:hover .prod-card__thumb img {
  transform: scale(1.04);
}
.prod-card__body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.prod-card__badge {
  display: inline-block;
  background: #F3E5FA;
  color: #9C07D6;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 9999px;
  padding: 0.25rem 1.5rem;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.prod-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0A0A0A;
}
.prod-card__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0 0 1rem;
}
.prod-card__stats {
  display: flex;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #F0F0F2;
  margin-bottom: 1rem;
}
.prod-card__stat {
  display: flex;
  flex-direction: column;
}
.prod-card__stat-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #9C07D6;
}
.prod-card__stat-label {
  font-size: 0.7rem;
  color: #6B6B6B;
}
.prod-card__link {
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9C07D6;
}

.mergers-intro__grid {
  max-width: 780px;
}
.mergers-intro__text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3D3D3D;
}
.mergers-intro__text p {
  margin: 0 0 1.5rem;
}
.mergers-intro__text strong {
  color: #0A0A0A;
  font-weight: 700;
}

.mergers-benefits {
  background: #F7F7F8;
}
.mergers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .mergers-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.mergers-benefits__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.mergers-benefits__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.mergers-benefits__card--accent {
  background: #0D0D0D;
  color: #FFFFFF;
  border-color: transparent;
}
.mergers-benefits__card--accent .mergers-benefits__title {
  color: #FFFFFF;
}
.mergers-benefits__card--accent .mergers-benefits__icon {
  background: rgba(156, 7, 214, 0.2);
  color: #9C07D6;
}
.mergers-benefits__card--accent .mergers-benefits__list li {
  color: rgba(255, 255, 255, 0.85);
}
.mergers-benefits__card--accent .mergers-benefits__list li svg {
  color: #9C07D6;
}
.mergers-benefits__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
  margin-bottom: 1.5rem;
}
.mergers-benefits__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0A0A0A;
}
.mergers-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.mergers-benefits__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #3D3D3D;
}
.mergers-benefits__list li svg {
  flex-shrink: 0;
  color: #9C07D6;
  margin-top: 0.15rem;
}

.mergers-criteria {
  background: #0D0D0D;
  color: #FFFFFF;
}
.mergers-criteria__subtitle {
  text-align: center;
  max-width: 600px;
  margin: -0.25rem auto 3rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
}
.mergers-criteria__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .mergers-criteria__grid {
    grid-template-columns: 1fr;
  }
}
.mergers-criteria__column {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
}
.mergers-criteria__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.mergers-criteria__heading svg {
  color: #9C07D6;
}
.mergers-criteria__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.mergers-criteria__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.mergers-criteria__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9C07D6;
}

.mergers-track__subtitle {
  text-align: center;
  max-width: 650px;
  margin: -0.25rem auto 3rem;
  font-size: 1.05rem;
  color: #6B6B6B;
}
.mergers-track__timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 3rem;
}
.mergers-track__timeline::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #E5E5E7;
}
@media (max-width: 768px) {
  .mergers-track__timeline {
    padding-left: 2.5rem;
  }
}
.mergers-track__item {
  position: relative;
  margin-bottom: 3rem;
}
.mergers-track__item:last-child {
  margin-bottom: 0;
}
.mergers-track__year {
  position: absolute;
  left: -3rem;
  top: 0;
  width: 3.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9C07D6;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 768px) {
  .mergers-track__year {
    left: -2.5rem;
  }
}
.mergers-track__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 1.5rem;
  margin-left: 1.5rem;
}
.mergers-track__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0A0A0A;
}
.mergers-track__description {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #6B6B6B;
  margin: 0;
}

.fg-quiz {
  min-height: 100vh;
  background: #FFFFFF;
}
.fg-quiz__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fg-quiz__hero {
  padding: 6rem 0 8rem;
  background: #0D0D0D;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .fg-quiz__hero {
    padding: 8rem 0 6rem;
  }
}
.fg-quiz__hero-layout {
  display: grid;
  gap: 4rem;
}
@media (min-width: 992px) {
  .fg-quiz__hero-layout {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .fg-quiz__hero-content {
    padding-right: 2rem;
  }
}
.fg-quiz__badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9C07D6;
  border: 1px solid rgba(156, 7, 214, 0.3);
  border-radius: 9999px;
}
.fg-quiz__title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .fg-quiz__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fg-quiz__title {
    font-size: 3.5rem;
  }
}
.fg-quiz__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fg-quiz__subtitle {
    font-size: 1.25rem;
  }
}
.fg-quiz__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.fg-quiz__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.fg-quiz__meta-item svg {
  color: #9C07D6;
}
.fg-quiz__start-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #9C07D6;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}
.fg-quiz__start-btn:hover {
  background: #7D05AB;
  transform: translateY(-1px);
}
.fg-quiz__start-btn:active {
  transform: translateY(0);
}
.fg-quiz__hero-note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}
.fg-quiz__hero-sidebar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 3rem;
}
@media (min-width: 992px) {
  .fg-quiz__hero-sidebar {
    padding: 3rem 2rem;
  }
}
.fg-quiz__sidebar-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fg-quiz__value-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 1.5rem;
}
.fg-quiz__value-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.fg-quiz__value-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.fg-quiz__value-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(156, 7, 214, 0.12);
  border-radius: 8px;
  color: #9C07D6;
}
.fg-quiz__value-desc {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
}
.fg-quiz__social-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fg-quiz__proof-stat {
  text-align: center;
}
.fg-quiz__proof-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #9C07D6;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.fg-quiz__proof-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
}
.fg-quiz__progress {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E7;
}
.fg-quiz__progress-bar {
  height: 6px;
  background: #F0F0F2;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.fg-quiz__progress-fill {
  height: 100%;
  background: #9C07D6;
  border-radius: 9999px;
  transition: width 250ms ease;
  width: 0%;
}
.fg-quiz__progress-text {
  font-size: 0.75rem;
  color: #6B6B6B;
  font-weight: 500;
}
.fg-quiz__steps {
  padding: 4rem 0 8rem;
}
.fg-quiz__step {
  max-width: 720px;
  margin: 0 auto;
  animation: fgFadeIn 0.3s ease;
}
.fg-quiz__question {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fg-quiz__question {
    font-size: 2rem;
  }
}
.fg-quiz__question-sub {
  font-size: 0.875rem;
  color: #6B6B6B;
  text-align: center;
  margin-bottom: 2rem;
}
.fg-quiz__options {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .fg-quiz__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .fg-quiz__options--multi {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fg-quiz__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 2px solid #E5E5E7;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  text-align: center;
}
.fg-quiz__option:hover {
  border-color: #9C07D6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.fg-quiz__option--selected {
  border-color: #9C07D6;
  background: #F3E5FA;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.15);
}
.fg-quiz__option-icon {
  font-size: 1.75rem;
  line-height: 1;
}
.fg-quiz__option-label {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A0A;
}
.fg-quiz__option-desc {
  font-size: 0.75rem;
  color: #6B6B6B;
}
.fg-quiz__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.fg-quiz__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B6B6B;
  background: none;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease;
}
.fg-quiz__back-btn:hover {
  color: #0A0A0A;
  border-color: #6B6B6B;
}
.fg-quiz__next-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #9C07D6;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 150ms ease;
}
.fg-quiz__next-btn:hover {
  background: #7D05AB;
}
.fg-quiz__next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.fg-quiz__analyzing {
  padding: 8rem 0;
}
.fg-quiz__analyzing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fg-quiz__spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #F0F0F2;
  border-top-color: #9C07D6;
  border-radius: 50%;
  animation: fgSpin 0.8s linear infinite;
  margin-bottom: 2rem;
}
.fg-quiz__analyzing-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fg-quiz__analyzing-text {
  color: #6B6B6B;
  font-size: 1rem;
}
.fg-quiz__teaser {
  padding: 4rem 0 2rem;
}
.fg-quiz__teaser-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
  background: #F7F7F8;
  border-radius: 16px;
  border: 1px solid #E5E5E7;
}
.fg-quiz__teaser-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9C07D6;
}
.fg-quiz__teaser-model {
  font-size: 2rem;
  font-weight: 800;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .fg-quiz__teaser-model {
    font-size: 2.5rem;
  }
}
.fg-quiz__teaser-tagline {
  color: #3D3D3D;
  margin-bottom: 1.5rem;
}
.fg-quiz__teaser-confidence {
  margin-bottom: 1.5rem;
}
.fg-quiz__teaser-unlock {
  font-size: 0.875rem;
  color: #6B6B6B;
}
.fg-quiz__conf-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
}
.fg-quiz__conf-badge--high {
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
}
.fg-quiz__conf-badge--mid {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}
.fg-quiz__conf-badge--low {
  background: rgba(156, 7, 214, 0.1);
  color: #9C07D6;
}
.fg-quiz__gate {
  padding: 0 0 8rem;
}
.fg-quiz__form {
  max-width: 560px;
  margin: 0 auto;
}
.fg-quiz__form-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fg-quiz__form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.fg-quiz__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fg-quiz__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0A0A0A;
}
.fg-quiz__field input {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background: #FFFFFF;
  color: #0A0A0A;
  transition: border-color 150ms ease;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
}
.fg-quiz__field input:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.1);
}
.fg-quiz__field input::placeholder {
  color: rgba(107, 107, 107, 0.6);
}
.fg-quiz__required {
  color: #EF4444;
}
.fg-quiz__optional {
  color: #6B6B6B;
  font-weight: 400;
}
.fg-quiz__form-error {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #EF4444;
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 8px;
}
.fg-quiz__submit-btn {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #9C07D6;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 150ms ease;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
}
.fg-quiz__submit-btn:hover {
  background: #7D05AB;
}
.fg-quiz__submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.fg-quiz__submit-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.fg-quiz__dot-loader {
  display: inline-flex;
  gap: 4px;
}
.fg-quiz__dot-loader span {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: fgDotPulse 1s ease-in-out infinite;
}
.fg-quiz__dot-loader span:nth-child(2) {
  animation-delay: 0.15s;
}
.fg-quiz__dot-loader span:nth-child(3) {
  animation-delay: 0.3s;
}
.fg-quiz__disclaimer {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #6B6B6B;
  text-align: center;
}
.fg-quiz__results {
  padding: 4rem 0 8rem;
}
.fg-quiz__results-inner {
  max-width: 720px;
  margin: 0 auto;
  animation: fgFadeIn 0.4s ease;
}
.fg-quiz__result-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E5E5E7;
}
.fg-quiz__result-model {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .fg-quiz__result-model {
    font-size: 3rem;
  }
}
.fg-quiz__result-tagline {
  font-size: 1.125rem;
  color: #3D3D3D;
}
.fg-quiz__result-specs {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .fg-quiz__result-specs {
    grid-template-columns: 1fr 1fr;
  }
}
.fg-quiz__spec {
  padding: 1.5rem;
  background: #F7F7F8;
  border-radius: 12px;
}
.fg-quiz__spec-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-bottom: 0.25rem;
}
.fg-quiz__spec-value {
  font-size: 1rem;
  font-weight: 500;
  color: #0A0A0A;
}
.fg-quiz__result-section {
  margin-bottom: 3rem;
}
.fg-quiz__result-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.fg-quiz__result-section p {
  color: #3D3D3D;
  line-height: 1.6;
}
.fg-quiz__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.fg-quiz__feature-list li {
  padding: 0.5rem 1rem;
  padding-left: 2rem;
  background: #F7F7F8;
  border-radius: 8px;
  position: relative;
  font-size: 0.875rem;
}
.fg-quiz__feature-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #9C07D6;
  border-radius: 50%;
}
.fg-quiz__result-alt {
  padding: 2rem;
  background: #F7F7F8;
  border-radius: 16px;
}
.fg-quiz__alt-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.fg-quiz__alt-card p {
  font-size: 0.875rem;
  color: #6B6B6B;
  margin-bottom: 0.5rem;
}
.fg-quiz__result-cta {
  text-align: center;
  padding: 3rem;
  background: #0D0D0D;
  color: #FFFFFF;
  border-radius: 16px;
}
.fg-quiz__result-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fg-quiz__result-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.fg-quiz__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.fg-quiz__cta-primary {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #9C07D6;
  border-radius: 8px;
  text-decoration: none;
  transition: background 150ms ease;
}
.fg-quiz__cta-primary:hover {
  background: #7D05AB;
}
.fg-quiz__cta-secondary {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 150ms ease;
}
.fg-quiz__cta-secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

@keyframes fgFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fgSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fgDotPulse {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.fg-quiz__result-disclaimer {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  margin-bottom: 3rem;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
}
.fg-quiz__result-disclaimer > svg {
  flex-shrink: 0;
  color: #F59E0B;
  margin-top: 2px;
}
.fg-quiz__result-disclaimer p {
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.6;
  margin: 0;
}
.fg-quiz__result-disclaimer p strong {
  color: #0A0A0A;
}

.fg-quiz__result-cloud {
  background: rgba(0, 120, 212, 0.04);
  border: 1px solid rgba(0, 120, 212, 0.15);
  border-radius: 12px;
  padding: 2rem;
}
.fg-quiz__result-cloud h3 {
  color: #0078d4;
}
.fg-quiz__result-cloud .fg-quiz__feature-list li::before {
  color: #0078d4;
}

.fg-quiz__result-sase {
  background: rgba(156, 7, 214, 0.04);
  border: 1px solid rgba(156, 7, 214, 0.15);
  border-radius: 12px;
  padding: 2rem;
}
.fg-quiz__result-sase h3 {
  color: #9C07D6;
}
.fg-quiz__result-sase .fg-quiz__feature-list li strong {
  color: #0A0A0A;
}
.fg-quiz__result-sase .fg-quiz__sase-note {
  font-size: 0.875rem;
  color: #3D3D3D;
  font-style: italic;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.consultation-hero {
  background-color: #FFFFFF;
  padding: 6rem 0 8rem;
}
@media (max-width: 768px) {
  .consultation-hero {
    padding: 3rem 0 4rem;
  }
}
.consultation-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 992px) {
  .consultation-hero__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.consultation-hero__copy {
  padding-top: 2rem;
}
@media (max-width: 992px) {
  .consultation-hero__copy {
    padding-top: 0;
  }
}
.consultation-hero__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9C07D6;
  margin-bottom: 1rem;
}
.consultation-hero__title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0A0A0A;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .consultation-hero__title {
    font-size: 2.5rem;
  }
}
.consultation-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6B6B6B;
  margin-bottom: 2rem;
  max-width: 520px;
}
.consultation-hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.consultation-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.3;
}
.consultation-hero__benefits li svg {
  color: #9C07D6;
  flex-shrink: 0;
}
.consultation-hero__stats {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E5E5E7;
}
@media (max-width: 576px) {
  .consultation-hero__stats {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.consultation-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.consultation-hero__stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #9C07D6;
  line-height: 1;
}
.consultation-hero__stat-label {
  font-size: 0.75rem;
  color: #6B6B6B;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .consultation-hero__form-wrap {
    max-width: 560px;
  }
}
.consultation-hero__form-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.consultation-hero__form-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 2rem;
}
.consultation-hero__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .consultation-hero__form-row {
    grid-template-columns: 1fr;
  }
}
.consultation-hero__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.consultation-hero__form-row .consultation-hero__field {
  margin-bottom: 0;
}
.consultation-hero__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0A0A0A;
}
.consultation-hero__field label span {
  color: #EF4444;
}
.consultation-hero__field input,
.consultation-hero__field select,
.consultation-hero__field textarea {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #E5E5E7;
  border-radius: 8px;
  background: #FFFFFF;
  color: #0A0A0A;
  transition: border-color 0.2s;
}
.consultation-hero__field input::placeholder,
.consultation-hero__field select::placeholder,
.consultation-hero__field textarea::placeholder {
  color: #6B6B6B;
  opacity: 0.6;
}
.consultation-hero__field input:focus,
.consultation-hero__field select:focus,
.consultation-hero__field textarea:focus {
  outline: none;
  border-color: #9C07D6;
  box-shadow: 0 0 0 3px rgba(156, 7, 214, 0.1);
}
.consultation-hero__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 3rem;
}
.consultation-hero__field textarea {
  resize: vertical;
  min-height: 80px;
}
.consultation-hero__form .btn {
  margin-top: 0.5rem;
}
.consultation-hero__form-disclaimer {
  font-size: 0.75rem;
  color: #6B6B6B;
  text-align: center;
  margin-top: 1rem;
}
.consultation-hero__form-disclaimer a {
  color: #6B6B6B;
  text-decoration: underline;
}
.consultation-hero__form-disclaimer a:hover {
  color: #9C07D6;
}

.consultation-expect {
  background-color: #FFFFFF;
}
.consultation-expect__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .consultation-expect__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.consultation-expect__card {
  background: #F7F7F8;
  border-radius: 12px;
  padding: 3rem;
  transition: box-shadow 0.25s ease;
}
.consultation-expect__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.consultation-expect__card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.consultation-expect__number {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(10, 10, 10, 0.08);
  line-height: 1;
}
.consultation-expect__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3E5FA;
  border-radius: 8px;
  color: #9C07D6;
}
.consultation-expect__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.consultation-expect__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0;
}

.consultation-faq {
  background-color: #F7F7F8;
}

.legal-page {
  padding: 8rem 0 10rem;
  background: #FFFFFF;
}
.legal-page__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.legal-page__header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #E5E5E7;
}
.legal-page__title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0A0A0A;
  margin: 0;
}
@media (min-width: 768px) {
  .legal-page__title {
    font-size: 3rem;
  }
}
.legal-page__content p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
}
.legal-page__content p:last-child {
  margin-bottom: 0;
}
.legal-page__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F0F0F2;
}
@media (min-width: 768px) {
  .legal-page__content h2 {
    font-size: 2rem;
  }
}
.legal-page__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.legal-page__content ul,
.legal-page__content ol {
  margin: 0 0 1.5rem 2rem;
  padding: 0;
}
.legal-page__content li {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #3D3D3D;
  margin-bottom: 0.5rem;
}
.legal-page__content li strong {
  color: #0A0A0A;
  font-weight: 600;
}
.legal-page__content a {
  color: #9C07D6;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 150ms ease;
}
.legal-page__content a:hover {
  color: #7D05AB;
}
.legal-page__content strong {
  font-weight: 600;
  color: #0A0A0A;
}
.legal-page__content em {
  font-style: italic;
}
.legal-page__content p:first-child {
  font-size: 0.875rem;
  color: #6B6B6B;
}
