/*
 * Generated file. Do not edit directly.
 * Source: assets/css/src/*.css
 */

/* 00-tokens-base.css */
:root {
  --color-ink: #141414;
  --color-muted: #494852;
  --color-surface: #f6f6f9;
  --color-white: #fff;
  --color-accent: #494852;
  --font-sans: Satoshi, Arial, sans-serif;
  --container: 1320px;
  --space-section: 110px;
  --space-section-small: 60px;
  --space-section-medium: 80px;
  --text-lg: 18px;
  --text-md: 16px;
  --text-sm: 14px;
  --title-xl: 60px;
  --title-h1: 48px;
  --title-h2: 40px;
  --title-h3: 33px;
  --line-100: 100%;
  --line-120: 120%;
  --line-130: 130%;
  --line-150: 150%;
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/69024e7f172e4194eb890da0_Satoshi-Light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/69024e7f172e4194eb890d9f_Satoshi-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/69024e7f172e4194eb890d9e_Satoshi-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/69024e7f172e4194eb890d9c_Satoshi-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/69024e7f172e4194eb890d9d_Satoshi-Black.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--color-muted);
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--line-150);
  text-rendering: optimizeLegibility;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-main {
  overflow-x: clip;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

:focus-visible {
  outline: 3px solid rgba(73, 72, 82, .45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--color-ink);
  color: var(--color-white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 15px;
}

.narrow {
  max-width: 840px;
}

.section {
  padding-block: var(--space-section);
}

/* 10-site-header.css */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.site-header .container {
  width: 100%;
  max-width: var(--container);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.site-logo,
.primary-nav a,
.nav-dropdown-toggle,
.header-phone,
.footer-nav a {
  text-decoration: none;
}

.site-logo {
  flex: 0 0 auto;
}

.site-logo img {
  width: 152px;
  height: auto;
}

.primary-nav {
  flex: 1 1 auto;
  width: 100%;
  max-width: 854px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-block: 28px;
  font-size: var(--text-lg);
  font-weight: 500;
}

.primary-nav > a,
.nav-dropdown-toggle {
  position: relative;
  color: var(--color-ink);
  border-bottom: 1px solid transparent;
  transition: border-color .35s ease, color .35s ease;
}

.primary-nav > a:hover,
.primary-nav > a:focus-visible,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle,
.nav-dropdown.is-open .nav-dropdown-toggle {
  border-bottom-color: var(--color-ink);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  position: absolute;
  top: 100%;
  left: -16px;
  width: calc(100% + 32px);
  height: 12px;
  content: "";
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--color-ink);
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.nav-dropdown-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  font-size: 0;
  line-height: 1;
  transform: none;
  transition: transform .35s ease, opacity .35s ease;
  transform-origin: 50% 50%;
}

.nav-dropdown-icon::before {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown:hover .nav-dropdown-icon,
.nav-dropdown:focus-within .nav-dropdown-icon,
.nav-dropdown.is-open .nav-dropdown-icon {
  transform: rotate(180deg);
}

.nav-dropdown-list {
  position: absolute;
  top: 100%;
  left: -4rem;
  z-index: 110;
  width: 20rem;
  display: grid;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  padding: 2.5rem 1.25rem 1.25rem;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
  overflow: hidden;
}

.nav-dropdown-list a {
  display: block;
  border-radius: .75rem;
  color: var(--color-ink);
  padding: .75rem 1rem;
  transition: background-color .25s ease, color .25s ease;
}

.nav-dropdown-list a:hover,
.nav-dropdown-list a:focus-visible {
  background: #ff7a52;
  color: var(--color-ink);
}

.nav-dropdown.is-open .nav-dropdown-list,
.nav-dropdown:hover .nav-dropdown-list,
.nav-dropdown:focus-within .nav-dropdown-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-list::before {
  position: absolute;
  inset: 1.25rem 0 0;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
  background: var(--color-white);
  content: "";
}

.nav-dropdown-list {
  isolation: isolate;
}

.header-phone {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-ink);
}

.header-phone-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29, 29, 27, .12);
  border-radius: 8px;
  background: var(--color-surface);
}

.header-phone-icon img {
  width: 22px;
  height: 22px;
}

.header-phone-copy {
  display: grid;
  gap: 4px;
  font-size: 11px;
  line-height: var(--line-120);
}

.header-phone-copy span {
  color: var(--color-ink);
}

.header-phone-copy strong {
  color: var(--color-ink);
  font-size: var(--text-md);
  line-height: 124%;
}

.menu-toggle {
  display: none;
}

/* 20-primitives.css */
.hero {
  padding-block: clamp(96px, 12vw, 160px) var(--space-section);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.eyebrow {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  margin: 0 0 20px;
  padding: .35rem .75rem;
  border: 1px solid var(--color-ink);
  border-radius: 100px;
  color: var(--color-ink);
  background: var(--color-white);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--line-150);
}

h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--title-xl);
  line-height: var(--line-130);
  letter-spacing: 0;
  font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--color-ink);
}

h1 span {
  display: block;
  color: var(--color-accent);
  font-weight: 300;
}

.hero-description {
  max-width: 525px;
  margin: 24px 0 32px;
  color: var(--color-muted);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--line-150);
}

.hero-media {
  min-height: 520px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ececf2, #d8d8df);
}

.home-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-surface);
  clip-path: inset(12% 0 12% 0 round 20px);
  transition: clip-path .8s cubic-bezier(.22, 1, .36, 1);
}

.home-hero-media.is-visible,
.home-hero-media:focus-within {
  clip-path: inset(0 0 0 0 round 20px);
}

.home-hero-media img {
  width: 100%;
  aspect-ratio: 631 / 590;
  object-fit: cover;
}

.button {
  display: inline-flex;
  width: max-content;
  min-width: 184px;
  height: 55px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 100px;
  background: var(--color-ink);
  color: var(--color-white);
  padding: 14px 24px;
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--line-150);
  text-decoration: none;
  cursor: pointer;
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
}

.button-light {
  background: var(--color-white);
  color: var(--color-ink);
}

.button-label-wrap {
  position: relative;
  height: 27px;
  display: block;
  overflow: hidden;
}

.button-label {
  display: block;
  line-height: 27px;
  transition: transform .28s ease;
  white-space: nowrap;
}

.button-label-next {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}

.button:hover .button-label-current,
.button:focus-visible .button-label-current,
.button.is-hovered .button-label-current {
  transform: translateY(-100%);
}

.button:hover .button-label-next,
.button:focus-visible .button-label-next,
.button.is-hovered .button-label-next {
  transform: translateY(-100%);
}

/* 30-site-footer.css */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 120px 3%;
  background: #000;
  color: #8c8c8c;
  font-size: 20px;
}

.footer-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  place-items: end stretch;
  margin-bottom: 53px;
}

.footer-left-col {
  width: 100%;
  max-width: 490px;
}

.footer-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer-right-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-heading {
  display: block;
  margin: 0;
  color: var(--color-white);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.footer-email-link {
  color: var(--color-surface);
  font-size: 25px;
  text-decoration: none;
}

.footer-details-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 11px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social-media-wrapper,
.footer-information-single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--color-white);
  text-decoration: none;
}

.footer-social-media-icon {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.footer-information-icon-wrap {
  flex: none;
}

.footer-information-icon {
  width: 18px;
  height: 18px;
}

.footer-information-text {
  color: var(--color-white);
  text-align: left;
  font-size: 13px;
  line-height: var(--line-150);
}

.footer-location {
  text-align: right;
  line-height: 1;
}

.footer-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  text-align: right;
}

.footer-form-heading {
  margin: 0 0 15px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.footer-form-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-form {
  display: flex;
  width: 100%;
}

.footer-text-field {
  width: 100%;
  height: 60px;
  margin: 0 16px 0 0;
  border: 3px solid var(--color-white);
  border-radius: 14px;
  background: var(--color-white);
  color: #000;
  padding-inline: 20px;
  font: inherit;
  font-size: 18px;
  transition: border-color .2s ease;
}

.footer-text-field:hover,
.footer-text-field:focus {
  border-color: #00e5ad;
  outline: 0;
}

.footer-submit-button {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 0;
  border-radius: 14px;
  background: #ff7a52;
  color: var(--color-white);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.footer-submit-button:disabled {
  cursor: not-allowed;
}

.send-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
}

.send-icon-wrapper {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.footer-link {
  display: inline-block;
  margin-right: 40px;
  color: #b8b8b8;
  font-size: 29px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-link:hover,
.footer-link:focus-visible,
.footer-legal-wrapper a:hover,
.footer-legal-wrapper a:focus-visible,
.footer-email-link:hover,
.footer-email-link:focus-visible {
  color: #c7c7c7;
}

.footer-legal {
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 55px;
  padding-bottom: 55px;
}

.footer-legal-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
  align-items: flex-start;
}

.footer-legal-wrapper a {
  margin: 0;
  border-right: 1px solid #8c8c8c;
  padding-right: 11px;
  color: #8c8c8c;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
}

.footer-legal-wrapper a:last-child {
  border-right: 0;
  padding-right: 0;
}

/* 40-blog-and-content.css */
.blog-hero {
  padding-bottom: 44px;
}

.blog-list-section {
  padding-top: 28px;
}

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

.post-card-link {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, .1);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease;
}

.post-card-link:hover,
.post-card-link:focus-visible {
  border-color: rgba(29, 29, 27, .28);
  transform: translateY(-3px);
}

.post-card-media {
  margin: 0;
  background: var(--color-surface);
}

.post-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.post-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-card-excerpt {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
}

.post-card-title {
  margin: 0;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
}

.blog-article-hero {
  padding-bottom: 44px;
}

.article-share {
  display: flex;
  gap: 8px;
  color: var(--color-muted);
  font-weight: 700;
}

.article-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-surface);
  clip-path: inset(14% 0 14% 0 round 20px);
  transition: clip-path .8s cubic-bezier(.22, 1, .36, 1);
}

.article-hero-media.is-visible {
  clip-path: inset(0 0 0 0 round 20px);
}

.article-hero-media img {
  width: 100%;
  aspect-ratio: 1290 / 600;
  object-fit: cover;
}

.article-meta-section {
  padding-block: 26px;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.article-author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-label,
.article-meta-item {
  color: var(--color-muted);
  font-size: 14px;
}

.article-author-name {
  font-weight: 800;
}

.article-body-section {
  padding-top: 54px;
  background: var(--color-surface);
}

.article-richtext {
  border-radius: 10px;
  background: var(--color-white);
  padding: clamp(28px, 5vw, 58px);
}

.article-richtext > *:first-child {
  margin-top: 0;
}

.article-richtext > *:last-child {
  margin-bottom: 0;
}

.article-richtext h2,
.article-richtext h3 {
  margin: 1.6em 0 .55em;
  line-height: 1.1;
}

.article-richtext h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.article-richtext h3 {
  font-size: clamp(24px, 3vw, 32px);
}

.article-richtext p,
.article-richtext li {
  color: var(--color-muted);
  font-size: clamp(17px, 1.7vw, 20px);
}

.center-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

/* 50-home-sections.css */
.expertise-section {
  background: var(--color-surface);
  padding-top: var(--space-section);
}

.expertise-section .center-heading {
  max-width: 984px;
  gap: 0;
  margin-bottom: 60px;
}

.expertise-section .center-heading .eyebrow {
  margin-bottom: 12px;
  border-color: var(--color-ink);
  background: var(--color-white);
  color: var(--color-ink);
}

.expertise-section .center-heading h2 {
  margin-bottom: 20px;
  white-space: nowrap;
}

.expertise-layout {
  display: grid;
  grid-template-columns: 612px 630px;
  gap: 48px;
  align-items: center;
  margin-top: 0;
}

.expertise-media-stack {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-surface);
}

.expertise-media {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .26s ease, transform .42s ease;
}

.expertise-media.is-active {
  opacity: 1;
  transform: scale(1);
}

.expertise-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-list {
  display: grid;
  gap: 0;
}

.expertise-item {
  height: 123px;
  min-height: 123px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-ink);
  font: inherit;
  padding: 16px 0;
  text-align: left;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.expertise-item span {
  color: var(--color-muted);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--line-150);
}

.expertise-item strong {
  font-size: 24px;
  font-weight: 700;
  line-height: var(--line-150);
  letter-spacing: 0;
}

.expertise-item em {
  grid-column: 2;
  color: var(--color-muted);
  display: block;
  overflow: visible;
  font-size: var(--text-sm);
  line-height: var(--line-150);
  font-style: normal;
}

.expertise-item.is-active {
  background: var(--color-accent);
  color: var(--color-white);
}

.expertise-item.is-active span,
.expertise-item.is-active em {
  color: rgba(255, 255, 255, .78);
}

.home-services-section {
  background: var(--color-ink);
  color: var(--color-white);
}

.home-services-section .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.home-services-section .eyebrow {
  margin-inline: auto;
  border-color: var(--color-white);
  background: rgba(246, 246, 249, .1);
  color: var(--color-white);
}

.home-services-section h2 {
  color: var(--color-white);
  margin-bottom: 8px;
}

.home-services-section .lead {
  width: 100%;
  max-width: 628px;
  margin-inline: auto;
  color: var(--color-surface);
  font-size: 18px;
  line-height: 27px;
  justify-self: center;
  text-align: center;
}

.home-services-list {
  display: grid;
  gap: 0;
  margin-top: 0;
}

.home-service-card {
  position: relative;
  display: block;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(246, 246, 249, .2);
  border-radius: 0;
  color: inherit;
  padding: 32px 0 32px 24px;
  text-decoration: none;
  transition: background-color .24s ease;
}

.home-service-card:hover,
.home-service-card:focus-visible {
  background: transparent;
}

.home-service-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-service-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.home-service-number {
  color: rgba(246, 246, 249, .6);
  padding-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: var(--line-150);
  transition: color .24s ease;
}

.home-service-card strong {
  color: var(--color-surface);
  font-size: 48px;
  font-weight: 700;
  line-height: var(--line-150);
  letter-spacing: -.96px;
  transition: color .24s ease;
}

.home-service-arrow {
  width: 100%;
  max-width: 60px;
  height: 48px;
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent);
  border-radius: 100px;
  transition: background-color .24s ease, border-color .24s ease;
}

.home-service-arrow img {
  width: 12px;
  height: 12px;
  opacity: 1;
  transform: none;
}

.home-service-description-wrap {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  transition: grid-template-rows .46s cubic-bezier(.22, 1, .36, 1);
}

.home-service-text {
  display: block;
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity .34s ease,
    padding-top .46s cubic-bezier(.22, 1, .36, 1),
    transform .46s cubic-bezier(.22, 1, .36, 1);
}

.home-service-image {
  position: absolute;
  inset: auto 100px -40px auto;
  width: 100%;
  max-width: 309px;
  border-radius: 22px;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px) rotate(3deg) scale(.96);
  transform-origin: center;
  transition:
    opacity .32s ease,
    transform .52s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.home-service-card:hover .home-service-description-wrap,
.home-service-card:focus-visible .home-service-description-wrap {
  grid-template-rows: 1fr;
}

.home-service-card:hover .home-service-number,
.home-service-card:focus-visible .home-service-number {
  color: rgb(255, 122, 82);
}

.home-service-card:hover strong,
.home-service-card:focus-visible strong {
  color: rgb(255, 122, 82);
}

.home-service-card:hover .home-service-arrow,
.home-service-card:focus-visible .home-service-arrow {
  border-color: rgb(255, 122, 82);
  background: rgb(255, 122, 82);
}

.home-service-card:hover .home-service-text,
.home-service-card:focus-visible .home-service-text {
  padding-top: 16px;
  opacity: 1;
  transform: translateY(0);
}

.home-service-card:hover .home-service-image,
.home-service-card:focus-visible .home-service-image {
  opacity: 1;
  transform: translateY(0) rotate(11.92deg) scale(1);
}

.tools-ticker {
  overflow: hidden;
  padding-block: 24px;
  background: var(--color-ink);
}

.logos-section {
  overflow: hidden;
  padding-block: 0;
  background: var(--color-white);
}

.logos-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-heading-line {
  width: 100%;
  height: 1px;
  background: rgba(23, 23, 23, .2);
}

.logos-heading-badge {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  border: 0;
  border-radius: 100px;
  background: var(--color-surface);
  color: var(--color-ink);
  padding: .35rem .75rem;
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--line-150);
}

.logos-marquee-wrap {
  background-image: url("../images/69024e7f172e4194eb890da9_Sponsors-Ticker-Bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
}

.logos-marquee {
  overflow: hidden;
}

.ticker-track,
.logos-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: rankup-v2-marquee 120s linear infinite;
}

.ticker-track {
  gap: 0;
}

.ticker-track > span {
  display: flex;
  align-items: center;
  flex: none;
  margin-right: 20px;
}

.ticker-track > span > span {
  display: block;
  border: 1px solid rgba(246, 246, 246, .2);
  border-radius: 100px;
  padding: 14px 28px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: var(--line-150);
  white-space: nowrap;
}

.partner-section {
  background: var(--color-white);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding-block: 2rem;
}

.stat-card {
  display: flex;
  gap: 20px;
  align-items: start;
  border: 0;
  border-radius: 14px;
  background: var(--color-surface);
  padding: 20px;
}

.stat-card img {
  width: 48px;
  height: 48px;
}

.stat-card-typography {
  display: block;
  width: 100%;
  max-width: 192px;
}

.stat-card strong {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(23, 23, 23, .1);
  margin-bottom: 10px;
  color: var(--color-ink);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}

.stat-card p {
  width: 100%;
  max-width: 192px;
  text-align: left;
}

.stat-card p,
.partner-copy p {
  color: var(--color-muted);
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(300px, 584px) minmax(0, 630px);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 58px;
}

.partner-media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-surface);
  clip-path: inset(12% 0 12% 0 round 20px);
  transition: clip-path .8s cubic-bezier(.22, 1, .36, 1);
}

.partner-media.is-visible {
  clip-path: inset(0 0 0 0 round 20px);
}

.partner-media img {
  width: 100%;
  aspect-ratio: 631 / 590;
  object-fit: cover;
}

.partner-copy {
  display: grid;
  gap: 18px;
  font-size: clamp(17px, 1.8vw, 21px);
}

.partner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
}

.partner-phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-ink);
  text-decoration: none;
}

.partner-phone-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--color-surface);
}

.partner-phone-icon img {
  width: 24px;
  height: 24px;
}

.partner-phone-text {
  display: grid;
  gap: 2px;
}

.partner-phone-text span {
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: var(--line-120);
}

.partner-phone-text strong {
  color: var(--color-ink);
  font-size: var(--text-lg);
  font-weight: 800;
  line-height: var(--line-150);
  letter-spacing: 0;
}

.logos-dot {
  flex: none;
  width: 5px;
  height: 5px;
  margin-right: 48px;
  border-radius: 100%;
  background: var(--color-muted);
}

.logos-track .company-logo {
  flex: none;
  width: 175px;
  height: 64px;
  margin-right: 48px;
  object-fit: contain;
  filter: none;
}

/* 60-service-sections.css */
.service-hero {
  padding-block: clamp(56px, 7vw, 96px) 48px;
}

.home-hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding-block: 0;
}

.home-hero .hero-grid {
  grid-template-columns: 660px 631px;
  gap: 0;
}

.home-hero h1 {
  max-width: 660px;
  letter-spacing: -1.2px;
}

.home-hero .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  border-color: #000;
  font-size: 16px;
  line-height: 24px;
}

.home-hero h1 span {
  display: inline;
  color: var(--color-ink);
  letter-spacing: -1.2px;
}

.home-hero .home-hero-media {
  margin-top: 0;
}

.service-hero-copy {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.service-hero-copy .eyebrow {
  margin-inline: auto;
}

.service-hero-copy .hero-description {
  max-width: 820px;
  margin-inline: auto;
}

.service-hero-media {
  margin: 56px 0 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-surface);
  clip-path: inset(var(--reveal-clip, 18%) 0 var(--reveal-clip, 18%) 0 round 20px);
  will-change: clip-path;
  transition: clip-path .12s linear;
}

.service-hero-media.is-visible:not(.scroll-clip-media),
.service-hero-media:focus-within {
  clip-path: inset(0 0 0 0 round 20px);
}

.service-hero-media img {
  width: 100%;
  aspect-ratio: 1291 / 600;
  object-fit: cover;
}

.content-group + .content-group {
  margin-top: 56px;
}

.content-group h2,
.section-heading h2,
.benefits-copy h2,
.shared-cta h2 {
  margin: 0 0 12px;
  font-size: var(--title-h1);
  line-height: var(--line-150);
  letter-spacing: -.96px;
}

.content-group h3 {
  margin: 34px 0 12px;
  font-size: 26px;
  line-height: 1.15;
}

.lead {
  color: var(--color-muted);
  font-size: clamp(18px, 2vw, 21px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: .15em;
  content: "✓";
  font-weight: 800;
}

.process-section {
  background: var(--color-surface);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 405px) minmax(0, 610px);
  justify-content: space-between;
  gap: 48px;
  align-items: start;
}

.section-heading {
  display: grid;
  gap: 0;
  align-content: start;
  margin-bottom: 60px;
  text-align: center;
}

.section-heading .lead {
  margin: 0;
}

.section-heading .eyebrow {
  justify-self: start;
  margin-bottom: 12px;
}

.center-heading .eyebrow {
  justify-self: center;
}

.process-section .process-heading {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 60px;
  text-align: center;
}

.process-section .process-heading .eyebrow {
  justify-self: center;
}

.process-sticky-copy {
  width: 100%;
  max-width: 405px;
  position: sticky;
  top: 120px;
}

.process-sticky-title {
  margin-bottom: 48px;
}

.process-sticky-title h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--title-h1);
  line-height: var(--line-150);
  letter-spacing: -.96px;
}

.process-sticky-title h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--title-h1);
  line-height: var(--line-150);
  letter-spacing: -.96px;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
}

.process-card {
  position: relative;
  display: block;
  padding: 20px 20px 32px 32px;
  border: 1px solid rgba(29, 29, 27, .1);
  border-radius: 20px;
  background: var(--color-white);
}

.process-card + .process-card {
  margin-top: 0;
}

.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.process-card-top img {
  width: 60px;
  height: 60px;
}

.process-number {
  color: rgba(20, 20, 20, .58);
  font-size: 48px;
  font-weight: 700;
  line-height: var(--line-150);
  letter-spacing: -.96px;
}

.process-card h3,
.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: var(--line-150);
}

.process-card p,
.benefit-card p,
.testimonial-card p {
  margin: 0;
  color: var(--color-muted);
}

.benefits-section {
  background: var(--color-white);
  color: var(--color-white);
  padding-block: 0;
}

.benefits-section > .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.benefits-section .eyebrow,
.benefits-section .lead,
.benefits-section p {
  color: var(--color-surface);
}

.benefits-section .eyebrow {
  margin-bottom: 12px;
  border-color: var(--color-white);
  background: rgba(246, 246, 249, .1);
  color: var(--color-white);
}

.benefits-copy h2,
.benefit-card h3 {
  color: var(--color-white);
}

.benefit-card h3 {
  letter-spacing: -.48px;
}

.benefit-card p {
  color: var(--color-surface);
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(300px, 736px) minmax(0, 555px);
  gap: clamp(42px, 5.2vw, 75px);
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #222;
  padding: 40px;
}

.benefits-section > .benefits-layout {
  padding: 40px;
}

.benefits-media {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, .08);
}

.benefits-media img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

.benefit-list {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}

.benefit-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
}

.benefit-card-icon {
  width: 32px;
  flex: 0 0 32px;
}

.benefit-card-icon img {
  width: 32px;
  height: 32px;
}

.benefit-card-copy {
  width: 100%;
  max-width: 455px;
}

/* 70-shared-sections.css */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 410px) minmax(0, 826px);
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

.faq-heading-card {
  display: flex;
  width: 100%;
  min-height: 386px;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 24px;
  background: var(--color-surface);
  padding: 40px;
  position: sticky;
  top: 140px;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .02);
}

.faq-heading-card .eyebrow {
  margin-bottom: 16px;
}

.faq-card-title-block {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-muted);
  padding-bottom: 16px;
}

.faq-heading-card h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: 28px;
  line-height: var(--line-150);
  letter-spacing: -.56px;
}

.faq-heading-card .lead {
  color: var(--color-ink);
  font-size: var(--text-lg);
  line-height: var(--line-150);
}

.home-faq-section .section-heading {
  margin-bottom: 60px;
}

.home-faq-section .faq-heading-card {
  justify-content: space-between;
}

.home-faq-section .faq-heading-card .button {
  margin-top: 40px;
}

.faq-heading-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: var(--line-150);
  letter-spacing: -.56px;
}

.service-faq-section .section-heading {
  margin-bottom: 60px;
}

.service-faq-section .faq-heading-card {
  justify-content: space-between;
}

.service-faq-section .faq-heading-card .button {
  margin-top: 40px;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-surface);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-question-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: var(--color-surface);
  color: var(--color-ink);
  padding: 24px 28px;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: var(--line-150);
  letter-spacing: -.48px;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  margin: 0 28px 24px;
  border-top: 0;
  padding-top: 18px;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 26px;
}

.faq-answer p {
  margin: 0;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
}

.testimonial-marquee {
  overflow: hidden;
  margin-top: 42px;
}

.testimonials-section {
  background: var(--color-white);
  padding-bottom: 0;
}

.testimonial-track {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 0;
  animation: rankup-v2-marquee 90s linear infinite;
}

.testimonial-card {
  width: 520px;
  display: block;
  margin-right: 32px;
  border: 0;
  border-radius: 20px;
  background: var(--color-surface);
  padding: 32px;
}

.stars {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
  color: var(--color-accent);
  letter-spacing: 0;
}

.testimonial-card-description {
  margin-bottom: 50px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px dashed rgba(23, 23, 23, .2);
  padding-top: 16px;
}

.testimonial-author-image-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 23, 23, .1);
  border-radius: 100%;
}

.testimonial-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 800;
}

.testimonial-role {
  color: var(--color-muted);
  font-size: 14px;
}

.shared-cta {
  background: var(--color-white);
}

.cta-panel {
  display: grid;
  justify-items: center;
  border-radius: 14px;
  background-image: url("../images/69024e7f172e4194eb890de3_CTA-Bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px;
  text-align: center;
}

.cta-copy {
  width: 100%;
  max-width: 775px;
  margin-inline: auto;
}

.cta-copy p {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--color-white);
}

.cta-copy h2 {
  margin: 0 0 80px;
  color: var(--color-white);
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2.4px;
}

/* 75-contact-about.css */
.contact-media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
}

.contact-hero {
  padding-block: 26px 110px;
}

.contact-hero .hero-copy {
  max-width: 100%;
}

.contact-hero .hero-description {
  max-width: 100%;
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 27px;
}

.contact-hero h1 {
  margin: 0 0 12px;
  font-size: var(--title-xl);
  line-height: var(--line-130);
  letter-spacing: 0;
}

.contact-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 585 / 660;
  object-fit: cover;
}

.about-hero {
  padding-block: 110px;
}

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

.about-hero .hero-copy {
  max-width: 100%;
  margin-bottom: 45px;
  text-align: center;
}

.about-hero .eyebrow {
  display: none;
}

.about-hero h1 {
  margin: 0;
  font-size: var(--title-xl);
  line-height: var(--line-130);
  letter-spacing: 0;
}

.about-hero .hero-description {
  max-width: 100%;
  margin: 0 0 36px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -.56px;
}

.about-hero .button {
  margin-inline: auto;
}

.about-reveal-media {
  margin: 0 0 40px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-surface);
  clip-path: inset(18% 0 18% 0 round 20px);
  transition: clip-path .8s cubic-bezier(.22, 1, .36, 1);
}

.about-reveal-media.is-visible,
.about-reveal-media:focus-within {
  clip-path: inset(0 0 0 0 round 20px);
}

.about-reveal-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1290 / 600;
  object-fit: cover;
}

.about-content-section {
  background: var(--color-white);
  padding-block: 0;
}

.about-content-layout {
  display: block;
  max-width: 1100px;
}

.about-proof {
  display: none;
}

.proof-card {
  border-radius: 8px;
  background: var(--color-white);
  padding: 22px;
}

.proof-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.proof-card span {
  color: var(--color-muted);
}

.about-richtext {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.about-richtext > *:first-child {
  margin-top: 0;
}

.about-richtext > *:last-child {
  margin-bottom: 0;
}

.about-richtext h2,
.about-richtext h3 {
  margin: 1.6em 0 .55em;
  line-height: 1.08;
}

.about-richtext h2 {
  font-size: clamp(34px, 4.5vw, 56px);
}

.about-richtext h3 {
  font-size: clamp(26px, 3vw, 34px);
}

.about-richtext p,
.about-richtext li {
  color: var(--color-muted);
  font-size: clamp(17px, 1.8vw, 20px);
}

.contact-form-section {
  background: var(--color-surface);
}

.contact-layout {
  display: grid;
  grid-template-columns: 585px 630px;
  gap: 75px;
  align-items: start;
}

.contact-form-wrapper .section-heading {
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.contact-form-wrapper .section-heading .eyebrow {
  justify-self: start;
}

.contact-form-panel {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 14px;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--color-white);
  color: var(--color-ink);
  font-size: 14px;
  line-height: 20px;
  padding: 18px;
}

.field textarea {
  min-height: 195px;
  resize: vertical;
  padding: 16px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-field {
  margin: 18px 0 8px;
}

.form-success,
.form-error {
  margin-top: 18px;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 700;
}

.form-success {
  background: #e9f7ef;
  color: #175c35;
}

.form-error {
  background: #fdecec;
  color: #8a1f1f;
}

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

.contact-detail {
  min-height: 277px;
  display: block;
  border: 0;
  border-radius: 20px;
  background: var(--color-surface);
  padding: 32px;
}

.contact-detail-icon {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.contact-detail-icon img {
  width: 61px;
  height: 61px;
}

.contact-detail h2 {
  margin: 0 0 8px;
  color: var(--color-ink);
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.48px;
}

.contact-detail p,
.contact-detail a {
  margin: 0;
  color: var(--color-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -.4px;
}

/* 79-animations.css */
@keyframes rankup-v2-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* 80-responsive-tablet.css */
@media (max-width: 900px) {
  body {
    --text-lg: 17px;
    --text-md: 16px;
    --text-sm: 14px;
    --title-h1: 48px;
    --title-h2: 40px;
    --title-h3: 33px;
    --title-xl: 60px;
    --space-section: 100px;
    --space-section-small: 60px;
    --space-section-medium: 80px;
  }

  .container {
    width: min(100% - 28px, var(--container));
    padding-inline: 0;
  }

  .menu-toggle {
    width: 100%;
    max-width: 45px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .header-phone {
    display: none;
  }

  .site-logo img {
    width: 152px;
  }

  .menu-toggle span,
  .menu-toggle span::before,
  .menu-toggle span::after {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--color-ink);
    content: "";
  }

  .menu-toggle span {
    position: relative;
  }

  .menu-toggle span::before,
  .menu-toggle span::after {
    position: absolute;
    left: 0;
  }

  .menu-toggle span::before {
    top: -6px;
  }

  .menu-toggle span::after {
    top: 6px;
  }

  .primary-nav {
    position: fixed;
    inset: 84px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    background: var(--color-ink);
    border-top: 0;
    padding: 20px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 84px);
    overflow-x: clip;
    overflow-y: auto;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    visibility: hidden;
    will-change: clip-path;
    transition: clip-path .4s ease, visibility 0s linear .4s;
  }

  .primary-nav.is-open {
    clip-path: inset(0);
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }

  .primary-nav > a,
  .nav-dropdown-toggle {
    color: var(--color-white);
    border-bottom: 0;
    width: 100%;
    margin-bottom: 10px;
    padding-block: 0;
  }

  .primary-nav > a:hover,
  .primary-nav > a:focus-visible,
  .nav-dropdown:hover .nav-dropdown-toggle,
  .nav-dropdown:focus-within .nav-dropdown-toggle,
  .nav-dropdown.is-open .nav-dropdown-toggle {
    border-bottom-color: transparent;
  }

  .nav-dropdown {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .nav-dropdown::after {
    content: none;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .nav-dropdown-list {
    position: static;
    left: auto;
    width: 100%;
    max-width: 100%;
    display: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1rem;
    background: var(--color-white);
    box-shadow: none;
    margin-top: 1rem;
    opacity: 1;
    padding: 1rem;
    pointer-events: auto;
    transform: none;
    overflow: hidden;
    isolation: auto;
  }

  .nav-dropdown-list::before {
    content: none;
  }

  .nav-dropdown.is-open .nav-dropdown-list {
    display: block;
    transform: none;
  }

  .nav-dropdown-list a {
    display: block;
    max-width: 100%;
    color: var(--color-ink);
    border-radius: .5rem;
    margin: 0;
    padding: .625rem .75rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

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

  .home-hero {
    padding-block: 132px 80px;
  }

  .home-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-hero h1,
  .hero-description {
    max-width: 100%;
  }

  .home-hero .home-hero-media {
    width: 100%;
    margin-top: 0;
  }

  .about-hero,
  .contact-hero {
    padding-block: 64px 80px;
  }

  .about-hero .hero-copy,
  .contact-hero .hero-copy {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .about-hero h1,
  .contact-hero h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(52px, 11vw, 72px);
    line-height: 1.08;
    letter-spacing: -.8px;
  }

  .about-hero .hero-description,
  .contact-hero .hero-description {
    max-width: 640px;
    margin: 18px auto 32px;
    text-align: center;
  }

  .process-layout,
  .benefits-layout,
  .faq-layout,
  .contact-layout,
  .expertise-layout,
  .partner-layout,
  .about-hero-grid,
  .about-content-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 30px;
  }

  .contact-form-wrapper {
    order: -1;
  }

  .contact-form-wrapper .section-heading {
    width: 100%;
    text-align: center;
  }

  .contact-form-wrapper .section-heading .eyebrow {
    justify-self: center;
    margin-inline: auto;
  }

  .contact-form .button {
    align-items: center;
    justify-content: center;
  }

  .benefits-layout {
    padding: 100px 15px;
  }

  .benefits-copy {
    order: -1;
    text-align: center;
  }

  .benefits-copy .eyebrow {
    margin-inline: auto;
  }

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

  .faq-heading-card {
    min-height: auto;
    position: static;
  }

  .process-section .process-heading {
    position: static;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .process-section .process-heading .eyebrow {
    justify-self: center;
  }

  .process-sticky-copy {
    position: static;
    max-width: 405px;
    margin-inline: auto;
    text-align: center;
  }

  .process-sticky-copy .eyebrow {
    margin-inline: auto;
  }

  .process-sticky-copy .button {
    justify-self: center;
  }

  .process-sticky-title {
    margin-bottom: 20px;
  }

  .process-card {
    position: static;
    top: auto;
  }

  .process-list {
    gap: 18px;
  }

  .expertise-media-stack {
    min-height: 420px;
  }

  .expertise-section .center-heading h2 {
    white-space: normal;
  }

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

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

  .home-service-card {
    padding: 24px 0 24px 10px;
  }

  .home-service-title-wrap {
    align-items: center;
  }

  .home-service-number {
    padding-top: 0;
  }

  .home-service-card strong {
    font-size: 38px;
    line-height: var(--line-140);
    letter-spacing: -.2px;
  }

  .home-service-arrow {
    max-width: 48px;
    height: 40px;
    flex-basis: 48px;
  }

  .home-service-description-wrap {
    max-width: 100%;
  }

  .home-service-image {
    display: none;
  }

  .tools-ticker {
    padding-block: 20px;
  }

  .logos-marquee-wrap {
    padding-block: 50px;
  }

  .logos-track .company-logo,
  .logos-dot {
    margin-right: 30px;
  }

  .ticker-track > span {
    margin-right: 16px;
  }

  .ticker-track > span > span {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 500;
  }

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

  .about-proof {
    position: static;
  }

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

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

  .cta-copy h2 {
    margin-bottom: 30px;
    font-size: 86px;
    letter-spacing: -.8px;
  }

  .testimonial-card {
    width: 470px;
    margin-right: 20px;
    padding: 20px;
  }

  .testimonial-card-description {
    margin-bottom: 30px;
  }

  .site-footer .footer-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    place-items: start stretch;
    margin-bottom: 20px;
  }

  .footer-heading-wrap {
    text-align: left;
  }

  .footer-form-block {
    align-items: flex-start;
  }

  .footer-details-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-location,
  .footer-form-heading {
    text-align: left;
  }

  .site-footer {
    padding-block: 100px;
  }

  .form-grid,
  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 420px;
  }
}

/* 90-responsive-mobile.css */
@media (max-width: 620px) {
  body {
    --text-lg: 15px;
    --text-md: 14px;
    --text-sm: 13px;
    --title-h1: 38px;
    --title-h2: 30px;
    --title-h3: 22px;
    --title-xl: 38px;
    --space-section: 60px;
    --space-section-small: 40px;
    --space-section-medium: 40px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    padding-inline: 16px;
  }

  .site-logo img {
    width: 120px;
  }

  .header-inner {
    min-height: 58px;
  }

  .menu-toggle {
    max-width: 35px;
  }

  .primary-nav {
    inset: 58px 0 auto;
    max-height: calc(100vh - 58px);
  }

  .nav-dropdown-list {
    margin-top: .75rem;
    padding: .75rem;
  }

  .nav-dropdown-list a {
    padding: .5rem;
  }

  .home-hero {
    min-height: calc(100vh - 58px);
    align-items: flex-start;
    padding-block: 2px 40px;
  }

  .home-hero .hero-grid {
    gap: 28px;
  }

  .home-hero .hero-copy {
    text-align: center;
  }

  .hero-copy,
  .home-hero .section-heading,
  .expertise-section .center-heading,
  .home-services-section .section-heading,
  .process-section .process-heading,
  .partner-section .center-heading {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }

  .home-hero h1 {
    max-width: 300px;
    font-size: 28px;
    line-height: var(--line-120);
    letter-spacing: -.2px;
    overflow-wrap: normal;
  }

  .about-hero,
  .contact-hero {
    padding-block: 48px 60px;
  }

  .about-hero .hero-copy,
  .contact-hero .hero-copy {
    max-width: 358px;
  }

  .about-hero h1,
  .contact-hero h1 {
    max-width: 358px;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -.3px;
    overflow-wrap: normal;
  }

  .about-hero .hero-description,
  .contact-hero .hero-description {
    max-width: 358px;
    margin: 16px auto 28px;
    font-size: 15px;
    line-height: var(--line-150);
    letter-spacing: 0;
  }

  .hero-description {
    margin: 16px 0 24px;
    font-size: 15px;
    line-height: var(--line-140);
  }

  .home-hero-media {
    border-radius: 12px;
  }

  .logos-marquee-wrap {
    background-position: 50% 100%;
    padding-block: 35px;
  }

  .logos-track .company-logo,
  .logos-dot {
    margin-right: 24px;
  }

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

  .stat-card {
    gap: 16px;
    border-radius: 10px;
    padding: 16px;
  }

  .stat-card img {
    width: 40px;
    height: 40px;
  }

  .expertise-item {
    height: auto;
    grid-template-columns: 1fr;
  }

  .expertise-item em {
    grid-column: 1;
  }

  .home-service-card {
    padding: 16px 0;
  }

  .home-service-title-wrap {
    gap: 8px;
  }

  .home-service-number {
    font-size: 14px;
  }

  .home-service-card strong {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .home-service-arrow {
    max-width: 42px;
    height: 30px;
    flex-basis: 42px;
  }

  .home-service-arrow img {
    width: 9px;
    height: 9px;
  }

  .home-service-text {
    font-size: 14px;
    line-height: var(--line-140);
  }

  .tools-ticker {
    padding-block: 12px;
  }

  .logos-heading-badge {
    padding-inline: 16px;
  }

  .logos-marquee-wrap {
    padding-block: 30px;
  }

  .logos-track .company-logo {
    max-width: 85px;
    height: auto;
    margin-right: 16px;
  }

  .logos-dot {
    margin-right: 16px;
  }

  .ticker-track > span {
    margin-right: 10px;
  }

  .ticker-track > span > span {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }

  .home-service-card:hover .home-service-text,
  .home-service-card:focus-visible .home-service-text {
    padding-top: 10px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    max-width: 280px;
    margin-inline: auto;
    font-size: 24px;
    line-height: var(--line-120);
    letter-spacing: -.2px;
    white-space: normal;
    overflow-wrap: normal;
  }

  .section-heading .lead,
  .home-services-section .lead {
    max-width: 280px;
    margin-inline: auto;
    font-size: 14px;
    line-height: var(--line-140);
  }

  .expertise-layout,
  .expertise-list,
  .home-services-list,
  .process-layout,
  .process-list,
  .partner-layout,
  .stats-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .expertise-item {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-inline: 10px;
  }

  .expertise-item strong,
  .expertise-item em {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .home-services-section .section-heading h2 {
    max-width: 280px;
  }

  .process-card {
    border-radius: 12px;
    padding: 16px 10px;
  }

  .process-list {
    gap: 12px;
  }

  .process-sticky-copy {
    max-width: 280px;
  }

  .process-sticky-title h3 {
    font-size: 28px;
    line-height: var(--line-120);
    letter-spacing: -.2px;
  }

  .process-sticky-title h2 {
    font-size: 28px;
    line-height: var(--line-120);
    letter-spacing: -.2px;
  }

  .process-card-top {
    margin-bottom: 12px;
  }

  .process-card-top img {
    width: 36px;
    height: 36px;
  }

  .process-number {
    font-size: 28px;
    letter-spacing: -.2px;
  }

  .testimonial-card {
    width: 316px;
    margin-right: 16px;
    padding: 16px;
  }

  .testimonial-card-description {
    margin-bottom: 20px;
  }

  .testimonial-author {
    gap: 8px;
    padding-top: 8px;
  }

  .testimonial-author-image-wrap {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
  }

  .testimonial-author img {
    width: 45px;
    height: 45px;
  }

  .cta-panel {
    border-radius: 10px;
    padding: 35px 10px;
  }

  .cta-copy h2 {
    margin-bottom: 20px;
    font-size: 38px;
    letter-spacing: -.2px;
  }

  .site-footer {
    padding: 80px 20px;
  }

  .footer-heading {
    text-align: left;
    font-size: 60px;
  }

  .footer-email-link {
    text-align: left;
    font-size: 20px;
  }

  .footer-form {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .footer-text-field {
    min-width: 0;
    margin-right: 0;
    height: 52px;
  }

  .footer-form .send-icon-box {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
  }

  .footer-form .footer-submit-button {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .footer-link {
    margin: 0 20px 20px 0;
    font-size: 17px;
  }

  .footer-link-wrapper {
    gap: 0;
    flex-flow: column nowrap;
  }

  .footer-legal-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-legal-wrapper a {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 11px;
    font-size: 10px;
    line-height: var(--line-150);
  }

  .footer-legal-wrapper a:last-child {
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .testimonial-track,
  .ticker-track,
  .logos-track {
    animation: none;
  }
}

/* 96-content-pages.css */
/* Amazon SP-API / data transparency page */
.rankup-api-content,
.rankup-amazon-privacy-section {
  color: #1f2933;
}
.rankup-eyebrow {
  color: #6b7280;
  font-size: 0.9rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
}
.rankup-h2,
.entry-content .rankup-h2 {
  margin: 3rem 0 1rem;
  line-height: 1.2;
}
.rankup-h3,
.entry-content .rankup-h3 {
  margin: 2rem 0 .75rem;
  line-height: 1.25;
}
.rankup-p,
.entry-content .rankup-p {
  margin: 0 0 1rem;
}
.rankup-lead,
.entry-content .rankup-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.25rem;
}
.rankup-ul,
.entry-content .rankup-ul {
  margin: 0 0 1.25rem 1.25rem;
  padding-left: 1rem;
}
.rankup-li,
.entry-content .rankup-li {
  margin-bottom: .45rem;
}
.rankup-note {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #111827;
  background: #f8fafc;
  border-radius: .5rem;
}
.rankup-contact {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17,24,39,.12);
}
.rankup-link {
  color: #111827;
  text-decoration: underline;
}
.rankup-amazon-privacy-section {
  margin: 3rem 0 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17,24,39,.12);
}
@media (max-width: 620px) {
  .entry-content .rankup-lead { font-size: 15px; line-height: 1.6; }
  .entry-content .rankup-h2 { font-size: 26px; }
  .entry-content .rankup-h3 { font-size: 20px; }
}

/* Rank UP SEO pillar pages */
.rankup-pillar {
  color: var(--color-muted);
}

.rankup-pillar a:not(.button) {
  text-underline-offset: 3px;
}

.pillar-hero {
  padding-block: clamp(58px, 7vw, 100px) 52px;
}

.pillar-hero-copy {
  max-width: 1060px;
  margin-inline: auto;
  text-align: center;
}

.pillar-hero .eyebrow {
  width: max-content;
  margin: 0 auto 22px;
}

.pillar-hero h1 {
  max-width: 1120px;
  margin: 0 auto 30px;
  color: var(--color-ink);
  font-size: clamp(52px, 7.2vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
}

.pillar-hero-lead {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
}

.pillar-hero-lead p + p {
  margin-top: 12px;
}

.pillar-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.pillar-text-link {
  color: var(--color-ink);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.pillar-text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}

.pillar-text-link:hover span {
  transform: translateY(4px);
}

.pillar-hero-media {
  margin: clamp(46px, 6vw, 76px) 0 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--color-surface);
  clip-path: inset(var(--reveal-clip, 0) 0 var(--reveal-clip, 0) 0 round 22px);
}

.pillar-hero-media img {
  width: 100%;
  aspect-ratio: 1291 / 600;
  object-fit: cover;
}

.pillar-jump {
  position: relative;
  z-index: 5;
  border-block: 1px solid #e2e2e7;
  background: rgba(255, 255, 255, .96);
}

.pillar-jump .container {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
  padding-block: 22px;
}

.pillar-jump-label {
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pillar-jump-links {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.pillar-jump-links a {
  flex: 0 0 auto;
  border: 1px solid #dedee3;
  border-radius: 100px;
  color: var(--color-ink);
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.pillar-jump-links a:hover,
.pillar-jump-links a:focus-visible {
  border-color: var(--color-ink);
  background: var(--color-ink);
  color: var(--color-white);
}

.pillar-section {
  scroll-margin-top: 110px;
  padding-block: clamp(76px, 8vw, 118px);
}

.pillar-section--muted {
  background: var(--color-surface);
}

.pillar-section-heading {
  display: grid;
  grid-template-columns: minmax(80px, .28fr) minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: start;
  gap: 30px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.pillar-section-index {
  color: #c9c9ce;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .1em;
}

.pillar-section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.pillar-section-intro {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}

.pillar-section-intro p + p {
  margin-top: 14px;
}

.pillar-prose {
  max-width: 860px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.72;
}

.pillar-prose p + p,
.pillar-card-copy p + p,
.pillar-faq-answer p + p {
  margin-top: 16px;
}

.pillar-prose ul,
.pillar-prose ol,
.pillar-card-copy ul,
.pillar-card-copy ol {
  margin: 22px 0 0;
  padding-left: 24px;
}

.pillar-prose li,
.pillar-card-copy li {
  margin-bottom: 10px;
}

.pillar-prose strong,
.pillar-card-copy strong {
  color: var(--color-ink);
}

.pillar-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-left: min(27%, 350px);
}

.pillar-card {
  position: relative;
  min-height: 250px;
  border: 1px solid #dedee3;
  border-radius: 20px;
  background: var(--color-white);
  padding: clamp(28px, 3.2vw, 44px);
}

.pillar-section:not(.pillar-section--muted) .pillar-card {
  background: var(--color-surface);
}

.pillar-card h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--color-ink);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.pillar-card-copy {
  font-size: 16px;
  line-height: 1.62;
}

.pillar-card-number {
  display: block;
  margin-bottom: clamp(30px, 4vw, 64px);
  color: #c9c9ce;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.pillar-card-grid--process .pillar-card {
  min-height: 340px;
}

.pillar-section--why {
  background: var(--color-ink);
  color: #c9c9ce;
}

.pillar-section--why .pillar-section-index {
  color: #6d6c74;
}

.pillar-section--why .pillar-section-heading h2,
.pillar-section--why .pillar-prose strong,
.pillar-section--why .pillar-card h3 {
  color: var(--color-white);
}

.pillar-section--why .pillar-card {
  border-color: #39383d;
  background: #202024;
}

.pillar-faq-list {
  max-width: 940px;
  margin-left: auto;
  border-top: 1px solid #d9d9de;
}

.pillar-faq-item {
  border-bottom: 1px solid #d9d9de;
}

.pillar-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
  color: var(--color-ink);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.pillar-faq-item summary::-webkit-details-marker {
  display: none;
}

.pillar-faq-plus {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d9d9de;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pillar-faq-item[open] .pillar-faq-plus {
  transform: rotate(45deg);
  background: var(--color-ink);
  color: var(--color-white);
}

.pillar-faq-answer {
  max-width: 760px;
  padding: 0 72px 28px 0;
  font-size: 17px;
  line-height: 1.65;
}

.pillar-final-cta {
  scroll-margin-top: 110px;
  background: var(--color-ink);
  color: var(--color-white);
  padding-block: clamp(90px, 10vw, 150px);
  text-align: center;
}

.pillar-final-cta h2 {
  margin: 0;
  font-size: clamp(46px, 7vw, 88px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}

.pillar-final-copy {
  max-width: 720px;
  margin: 30px auto 0;
  color: #c9c9ce;
  font-size: 20px;
  line-height: 1.6;
}

.pillar-final-copy p + p {
  margin-top: 14px;
}

.pillar-final-copy a {
  color: var(--color-white);
}

.pillar-final-cta .button {
  margin: 34px auto 0;
}

@media (max-width: 980px) {
  .pillar-section-heading {
    grid-template-columns: 70px 1fr;
  }

  .pillar-section-intro {
    grid-column: 2;
    max-width: 680px;
  }

  .pillar-card-grid {
    margin-left: 70px;
  }

  .pillar-jump .container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .pillar-hero {
    padding-block: 42px 36px;
  }

  .pillar-hero h1 {
    font-size: clamp(43px, 13.5vw, 68px);
    letter-spacing: -.06em;
  }

  .pillar-hero-lead {
    font-size: 17px;
  }

  .pillar-hero-actions {
    flex-direction: column;
    gap: 17px;
  }

  .pillar-hero-actions .button {
    width: 100%;
  }

  .pillar-hero-media {
    margin-top: 40px;
    border-radius: 14px;
  }

  .pillar-hero-media img {
    min-height: 360px;
    object-position: center;
  }

  .pillar-jump {
    position: static;
  }

  .pillar-section {
    scroll-margin-top: 85px;
    padding-block: 72px;
  }

  .pillar-section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .pillar-section-index {
    display: block;
    margin-bottom: 18px;
  }

  .pillar-section-heading h2 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .pillar-section-intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .pillar-prose {
    font-size: 17px;
  }

  .pillar-card-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .pillar-card,
  .pillar-card-grid--process .pillar-card {
    min-height: auto;
    padding: 28px;
  }

  .pillar-card-number {
    margin-bottom: 34px;
    font-size: 34px;
  }

  .pillar-faq-list {
    margin-left: 0;
  }

  .pillar-faq-item summary {
    padding-block: 21px;
    font-size: 20px;
  }

  .pillar-faq-plus {
    width: 36px;
    height: 36px;
  }

  .pillar-faq-answer {
    padding-right: 0;
    font-size: 16px;
  }
}

/* 96-pillar-native-fidelity.css */
.rankup-pillar--native [data-scroll-reveal="up"],
.testimonials-section [data-scroll-reveal="up"],
.shared-cta [data-scroll-reveal="up"] {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1);
}

.rankup-pillar--native [data-scroll-reveal="up"].is-visible,
.testimonials-section [data-scroll-reveal="up"].is-visible,
.shared-cta [data-scroll-reveal="up"].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rankup-pillar--native [data-scroll-reveal="clip"] {
  clip-path: inset(10% 0 10% 0);
  transition: clip-path .9s cubic-bezier(.22, 1, .36, 1);
}

.rankup-pillar--native [data-scroll-reveal="clip"].is-visible {
  clip-path: inset(0 0 0 0);
}

.pillar-native-hero {
  padding-block: clamp(70px, 8vw, 118px) 56px;
}

.pillar-native-hero .service-hero-copy {
  max-width: 1130px;
}

.pillar-native-hero h1 {
  max-width: 1130px;
  margin: 0 auto 38px;
  font-size: clamp(72px, 9.25vw, 120px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -4px;
}

.pillar-native-hero .hero-description {
  max-width: 1080px;
  margin: 0 auto 34px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.52;
}

.pillar-native-hero .hero-description p {
  margin: 0;
}

.pillar-native-hero .hero-description p + p {
  margin-top: 10px;
}

.pillar-native-hero .service-hero-media {
  margin-top: 48px;
}

.pillar-native-details {
  padding-block: clamp(88px, 10vw, 140px);
}

.pillar-native-details .container {
  max-width: 1100px;
}

.pillar-native-details .content-group + .content-group {
  margin-top: 74px;
}

.pillar-native-details .content-group h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.pillar-native-details .content-group h3 {
  margin-top: 42px;
  font-size: 29px;
}

.pillar-native-details .content-group p,
.pillar-native-details .content-group li {
  font-size: 18px;
  line-height: 1.62;
}

.pillar-native-details .content-group ul {
  display: grid;
  gap: 12px;
  padding-left: 24px;
}

.pillar-native-process {
  padding-block: clamp(90px, 10vw, 140px);
}

.pillar-native-process .process-sticky-title h2 {
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.12;
  letter-spacing: -1.5px;
}

.pillar-native-process .process-intro {
  margin: -24px 0 34px;
  color: var(--color-muted);
}

.pillar-native-process .process-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: var(--stack-top, 112px);
  padding: 30px 30px 38px;
  box-shadow: 0 12px 34px rgba(29, 29, 27, .07);
}

.pillar-native-process .process-card-copy p,
.pillar-native-process .process-card-copy li {
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.55;
}

.pillar-native-process .process-card-copy p {
  margin: 0;
}

.pillar-native-process .process-card-copy ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.pillar-native-benefits .benefits-media {
  clip-path: inset(10% 0 10% 0);
  will-change: clip-path;
}

.pillar-native-benefits .benefits-copy h2 {
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.pillar-native-benefits .benefit-card-copy p {
  color: var(--color-surface);
}

.pillar-native-benefits .benefit-card-copy p + p {
  margin-top: 10px;
}

.pillar-native-benefits .benefit-card-copy > div > :first-child {
  margin-top: 0;
}

.pillar-native-benefits .benefit-card-copy > div > :last-child {
  margin-bottom: 0;
}

.pillar-native-cta .cta-supporting-copy {
  max-width: 760px;
  margin: 0 auto 32px;
}

.pillar-native-cta .cta-supporting-copy p {
  display: block;
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.55;
}

.pillar-native-cta .cta-supporting-copy p + p {
  margin-top: 10px;
}

.pillar-native-faq {
  padding-block: clamp(90px, 10vw, 140px);
}

.pillar-native-faq .section-heading h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.pillar-native-faq .section-heading .lead {
  max-width: 780px;
  margin-inline: auto;
}

.pillar-native-faq .faq-item {
  transition: transform .35s ease, box-shadow .35s ease;
}

.pillar-native-faq .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 29, 27, .07);
}

.pillar-native-faq .faq-icon {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.pillar-native-faq .faq-question-button[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .pillar-native-hero h1 {
    font-size: clamp(54px, 12vw, 82px);
    letter-spacing: -2px;
  }

  .pillar-native-details .content-group h2,
  .pillar-native-process .process-sticky-title h2,
  .pillar-native-benefits .benefits-copy h2,
  .pillar-native-faq .section-heading h2 {
    font-size: clamp(38px, 8vw, 54px);
  }

  .pillar-native-process .process-card {
    min-height: auto;
    position: static;
  }
}

@media (max-width: 600px) {
  .pillar-native-hero {
    padding-block: 58px 42px;
  }

  .pillar-native-hero h1 {
    margin-bottom: 26px;
    font-size: clamp(46px, 14vw, 62px);
    line-height: 1.02;
    letter-spacing: -1.5px;
  }

  .pillar-native-hero .hero-description,
  .pillar-native-details .content-group p,
  .pillar-native-details .content-group li {
    font-size: 16px;
  }

  .pillar-native-hero .button {
    width: 100%;
  }

  .pillar-native-hero .service-hero-media {
    margin-top: 34px;
    border-radius: 14px;
  }

  .pillar-native-hero .service-hero-media img {
    min-height: 300px;
  }

  .pillar-native-details,
  .pillar-native-process,
  .pillar-native-faq {
    padding-block: 76px;
  }

  .pillar-native-details .content-group + .content-group {
    margin-top: 54px;
  }

  .pillar-native-details .content-group h2,
  .pillar-native-process .process-sticky-title h2,
  .pillar-native-benefits .benefits-copy h2,
  .pillar-native-faq .section-heading h2 {
    font-size: 36px;
    letter-spacing: -.6px;
  }

  .pillar-native-details .content-group h3 {
    margin-top: 32px;
    font-size: 25px;
  }

  .pillar-native-process .process-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rankup-pillar--native [data-scroll-reveal],
  .testimonials-section [data-scroll-reveal],
  .shared-cta [data-scroll-reveal] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
