@font-face {
  font-family: "Geist";
  src: url("/assets/landing/geist-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Geist";
  src: url("/assets/landing/geist-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-400-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-400-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-500-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-500-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-600-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-600-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-700-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/landing/inter-700-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

:root {
  --landing-blue: #2f69ff;
  --landing-blue-glow: #90c3fe;
  --landing-canvas: #f5f5f5;
  --landing-surface: #ffffff;
  --landing-soft-surface: #fafafa;
  --landing-text: #3d3d3d;
  --landing-muted: #949494;
  --landing-border: rgba(61, 61, 61, 0.12);
  --landing-border-soft: rgba(61, 61, 61, 0.06);
  --landing-max: 1240px;
  --landing-radius: 12px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.landing-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--landing-canvas);
  color: var(--landing-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.price-card__price {
  font-family: "Geist", "Segoe UI", sans-serif;
}

body.landing-page.is-menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

.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;
}

.desktop-only {
  display: none;
}

.grid-surface {
  background-color: var(--landing-canvas);
  background-image:
    linear-gradient(rgba(61, 61, 61, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 61, 61, 0.035) 1px, transparent 1px);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 78px 78px;
}

.landing-hero.grid-surface {
  background-repeat: repeat;
}

.landing-header {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: var(--landing-max);
  transform: translateX(-50%);
}

.landing-header__bar {
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  border: 1px solid rgba(61, 61, 61, 0.04);
  border-radius: 8px;
  background: #fafafa;
  box-shadow: 0 2px 7px rgba(61, 61, 61, 0.04);
}

.landing-logo {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.landing-logo img {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.landing-nav,
.landing-header__cta {
  display: none;
}

.landing-menu-button {
  position: relative;
  width: 40px;
  height: 36px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--landing-text);
  cursor: pointer;
}

.landing-menu-button span {
  width: 22px;
  height: 2px;
  border-radius: 100px;
  background: currentColor;
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms ease;
}

.landing-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.landing-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.landing-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.landing-mobile-menu {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 62px 0 30px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, #ffffff 0 62%, #82a6ff 100%);
  box-shadow: 0 18px 40px rgba(30, 68, 164, 0.2);
  transform-origin: top;
  animation: menu-open 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-mobile-menu[hidden] {
  display: none;
}

.landing-mobile-menu nav {
  display: grid;
  gap: 6px;
  padding: 16px 24px;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
}

.landing-mobile-menu nav a {
  min-height: 40px;
  display: flex;
  align-items: center;
  color: var(--landing-text);
  font-size: 17px;
}

.landing-mobile-menu nav a.is-active {
  color: var(--landing-blue);
}

.landing-mobile-menu > .button {
  margin: 8px auto 0;
}

@keyframes menu-open {
  from { opacity: 0; transform: translateY(-12px) scaleY(0.94); }
  to { opacity: 1; transform: translateY(0) scaleY(1); }
}

.button {
  min-height: 52px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  padding: 0 30px;
  font-weight: 700;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, background-color 220ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button--primary {
  color: #ffffff;
  background: var(--landing-blue);
  box-shadow: inset 0 0 29px var(--landing-blue-glow), 0 10px 24px rgba(47, 105, 255, 0.18);
}

.button--light {
  color: var(--landing-text);
  background: #ffffff;
  box-shadow: inset 0 0 26px rgba(144, 195, 254, 0.78), 0 8px 18px rgba(15, 31, 64, 0.16);
}

.button--dark {
  width: 100%;
  color: #ffffff;
  background: #252525;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.12);
}

.button:focus-visible,
.landing-header a:focus-visible,
.landing-menu-button:focus-visible,
.faq-item button:focus-visible,
.social-links a:focus-visible,
.landing-footer input:focus-visible,
.landing-footer button:focus-visible {
  outline: 3px solid rgba(47, 105, 255, 0.34);
  outline-offset: 3px;
}

.landing-hero {
  position: relative;
  min-height: 865px;
  overflow: hidden;
  padding-top: 114px;
}

.landing-hero__copy {
  position: relative;
  z-index: 4;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.hero-pill,
.section-tag {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: var(--landing-text);
  font-size: 16px;
  line-height: 1.2;
}

.hero-pill {
  min-height: 27.2px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(61, 61, 61, 0.12);
  white-space: nowrap;
}

.landing-hero h1 {
  margin: 24px auto 0;
  color: var(--landing-text);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.029em;
  line-height: 1.02;
  text-wrap: balance;
}

.landing-hero__lead {
  width: 461px;
  max-width: none;
  margin: 24px 0 0 50%;
  transform: translateX(-50%);
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.7;
  white-space: normal;
}

.landing-hero__lead .desktop-only {
  display: initial;
}

.landing-hero .button {
  margin-top: 30px;
}

.landing-hero__truck {
  position: absolute;
  z-index: 2;
  top: 365px;
  width: auto;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.landing-hero__truck--left {
  left: -205px;
  width: 230px;
}

.landing-hero__truck--right {
  right: -220px;
  width: 250px;
}

.landing-hero__product {
  position: absolute;
  z-index: 3;
  top: 537px;
  left: 20px;
  width: calc(100% - 40px);
  aspect-ratio: 30 / 23;
  border-radius: 9px 9px 0 0;
}

.landing-hero__product-card {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transform-origin: center top;
  will-change: transform, opacity;
  transition:
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 520ms ease-out;
}

.landing-hero__product-card[data-position="front"] {
  z-index: 3;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.landing-hero__product-card[data-position="middle"] {
  z-index: 2;
  opacity: 0.97;
  transform: translate3d(0, -10px, 0) scale(0.96);
}

.landing-hero__product-card[data-position="back"] {
  z-index: 1;
  opacity: 0.93;
  transform: translate3d(0, -19px, 0) scale(0.92);
}

.landing-hero__product-card:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 3px;
}

.landing-hero__product-card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  transform-origin: center top;
  will-change: transform;
}

.landing-hero__product[data-carousel-autoplay="running"] .landing-hero__product-card[data-position="front"] img {
  animation: product-screen-front-drift 4.2s ease-in-out infinite alternate;
}

.landing-hero__product[data-carousel-autoplay="running"] .landing-hero__product-card[data-position="middle"] img {
  animation: product-screen-middle-drift 4.8s ease-in-out infinite alternate;
}

.landing-hero__product[data-carousel-autoplay="running"] .landing-hero__product-card[data-position="back"] img {
  animation: product-screen-back-drift 5.2s ease-in-out infinite alternate;
}

@keyframes product-screen-front-drift {
  from { transform: translate3d(0, -2px, 0) scale(1.002); }
  to { transform: translate3d(0, 7px, 0) scale(1.008); }
}

@keyframes product-screen-middle-drift {
  from { transform: translate3d(0, 5px, 0) scale(1); }
  to { transform: translate3d(0, -5px, 0) scale(1.004); }
}

@keyframes product-screen-back-drift {
  from { transform: translate3d(0, 3px, 0) scale(1); }
  to { transform: translate3d(0, -4px, 0) scale(1.003); }
}

.trusted-section {
  min-height: 221px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 34px 0;
  background: #ffffff;
}

.trusted-section > p {
  margin: 0 20px 32px;
  color: var(--landing-text);
  font-size: 16px;
  text-align: center;
}

.trusted-marquee {
  overflow: hidden;
}

.trusted-marquee__track {
  width: max-content;
  min-width: 200vw;
  display: flex;
  animation: marquee 24s linear infinite paused;
}

.trusted-marquee.is-running .trusted-marquee__track {
  animation-play-state: running;
}

.trusted-logo-set {
  flex: 0 0 100vw;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 6vw, 96px);
  padding: 0 clamp(18px, 3vw, 54px);
}

.trusted-logo-set img {
  width: auto;
  height: 34px;
  opacity: 0.56;
  filter: grayscale(1);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.capabilities-section {
  min-height: 2147px;
  padding: 0 20px 64px;
  background: #ffffff;
}

.capabilities-panel {
  min-height: 100%;
  border: 1px solid var(--landing-border-soft);
  border-radius: 16px;
  padding: 58px 20px 40px;
  background: #ffffff;
}

.section-tag {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px dashed rgba(47, 105, 255, 0.24);
  border-radius: 2px;
  padding: 0 14px;
  color: var(--landing-blue);
}

.section-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.section-intro h2,
.faq-section h2,
.closing-card h2 {
  margin: 26px 0 0;
  color: var(--landing-text);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.13;
  text-wrap: balance;
}

.section-intro--split .section-intro__text {
  margin: 24px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.capability-grid {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.capability-card {
  min-height: 255px;
  border-radius: 12px;
  padding: 24px;
  background: #fafafa;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    background-color 280ms ease;
}

.line-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(61, 61, 61, 0.08);
  transform-origin: center;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    background-color 280ms ease;
}

.line-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--landing-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.capability-card .line-icon {
  animation: capability-icon-float 5.4s ease-in-out infinite;
}

.capability-card:nth-child(2n) .line-icon {
  animation-delay: -1.8s;
}

.capability-card:nth-child(3n) .line-icon {
  animation-delay: -3.1s;
}

@keyframes capability-icon-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -4px, 0); }
}

.capability-card h3,
.feature-card h3,
.integration-card h3,
.steps-list h3 {
  margin: 28px 0 0;
  color: var(--landing-text);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.capability-card p,
.feature-card p,
.integration-card p,
.steps-list p,
.section-intro--center > p:last-child,
.faq-section__intro > p:last-child {
  margin: 14px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.features-section {
  min-height: 2366px;
  padding: 74px 20px 80px;
}

.section-intro--center {
  max-width: var(--landing-max);
  margin: 0 auto;
  text-align: center;
}

.section-intro--center h2 {
  margin-top: 26px;
}

.feature-showcase {
  display: grid;
  gap: 24px;
  margin: 48px auto 0;
  max-width: var(--landing-max);
}

.feature-card {
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

.feature-card__visual {
  height: 226px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 12px 12px 0 0;
  background: #fafafa;
}

.feature-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-card__copy {
  padding: 22px 24px 26px;
}

.feature-card h3 {
  margin-top: 0;
}

.integrations-section {
  min-height: 1753px;
  padding: 72px 20px 80px;
}

.integration-grid {
  display: grid;
  gap: 24px;
  max-width: var(--landing-max);
  margin: 42px auto 0;
}

.integration-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 22px;
  background: #ffffff;
  text-align: center;
}

.integration-card img {
  width: 70px;
  height: 70px;
}

.integration-card h3 {
  margin-top: 14px;
}

.integration-card p {
  max-width: 29ch;
  margin-top: 8px;
  line-height: 1.55;
}

.steps-section {
  min-height: 975px;
  padding: 76px 20px 90px;
  background: #ffffff;
}

.steps-list {
  max-width: var(--landing-max);
  display: grid;
  gap: 0;
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 10px;
  border-bottom: 1px solid var(--landing-border);
  text-align: center;
}

.steps-list li:last-child {
  border-bottom: 0;
}

.steps-list h3 {
  margin-top: 22px;
}

.steps-list p {
  max-width: 34ch;
  margin-top: 8px;
}

.pricing-section {
  min-height: 2828px;
  padding: 76px 20px 90px;
  background: #ffffff;
}

.pricing-grid {
  max-width: var(--landing-max);
  display: grid;
  gap: 24px;
  margin: 52px auto 0;
}

.price-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
}

.price-card h3,
.price-card h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.price-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-card__topline > span {
  border-radius: 999px;
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 17px;
}

.price-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 0;
}

.price-card__price strong {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.price-card__price span {
  color: var(--landing-muted);
}

.price-card__description {
  min-height: 58px;
  margin: 12px 0 26px;
  color: var(--landing-muted);
  line-height: 1.55;
}

.price-card h4 {
  margin-bottom: 10px;
  font-size: 23px;
}

.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  min-height: 61px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(61, 61, 61, 0.1);
  padding: 10px 0 10px 36px;
  line-height: 1.55;
}

.price-card li::before,
.price-card li::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 15px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
}

.price-card li.is-included::before {
  width: 8px;
  transform: translate(-3px, 3px) rotate(45deg);
}

.price-card li.is-included::after {
  transform: translate(1px, 0) rotate(-45deg);
}

.price-card li.is-excluded::before {
  transform: rotate(45deg);
}

.price-card li.is-excluded::after {
  transform: rotate(-45deg);
}

.price-card .button {
  margin-top: auto;
}

.price-card--featured {
  border-color: transparent;
  color: #ffffff;
  background: var(--landing-blue);
  box-shadow: inset 0 0 38px rgba(144, 195, 254, 0.72), 0 12px 28px rgba(47, 105, 255, 0.16);
}

.price-card--featured h3,
.price-card--featured h4,
.price-card--featured .price-card__description,
.price-card--featured .price-card__price span {
  color: #ffffff;
}

.price-card--featured li {
  border-bottom-color: rgba(26, 71, 189, 0.26);
}

.faq-section {
  min-height: 1220px;
  padding: 72px 20px 80px;
  background: var(--landing-canvas);
}

.faq-section__intro > p:last-child {
  max-width: 380px;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 12px;
  background: #ffffff;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.faq-item.is-open {
  box-shadow: 0 4px 10px rgba(61, 61, 61, 0.04);
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 14px 20px;
  color: var(--landing-text);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-item__plus {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.faq-item__plus::before,
.faq-item__plus::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 1.5px;
  background: var(--landing-muted);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item__plus::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-item__plus::after {
  transform: rotate(0);
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item__answer:not([hidden]) {
  grid-template-rows: 1fr;
}

.faq-item__answer > div {
  overflow: hidden;
}

.faq-item__answer p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--landing-muted);
  line-height: 1.65;
}

.closing-section {
  padding: 0 20px;
  background: var(--landing-canvas);
}

.capabilities-section,
.features-section,
.integrations-section,
.steps-section,
.pricing-section,
.faq-section,
.closing-section {
  content-visibility: auto;
}

.capabilities-section { contain-intrinsic-size: auto 2147px; }
.features-section { contain-intrinsic-size: auto 2313px; }
.integrations-section { contain-intrinsic-size: auto 1700px; }
.steps-section { contain-intrinsic-size: auto 862px; }
.pricing-section { contain-intrinsic-size: auto 2775px; }
.faq-section { contain-intrinsic-size: auto 1107px; }
.closing-section { contain-intrinsic-size: auto 389px; }

.closing-card {
  min-height: 389px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 48px 20px;
  color: #ffffff;
  background-color: var(--landing-blue);
  background-image: url("/assets/landing/cta-grid.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 1240px 438px;
  text-align: center;
}

.closing-card h2 {
  margin: 0;
  color: #ffffff;
}

.closing-card p {
  margin: 18px 0 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.65;
}

.closing-card .button {
  margin-top: 28px;
}

.landing-footer {
  padding: 74px 20px 28px;
  background: var(--landing-canvas);
}

.landing-footer__grid {
  max-width: var(--landing-max);
  display: grid;
  gap: 42px;
  margin: 0 auto;
}

.landing-logo--footer img {
  width: 156px;
}

.landing-footer__brand > p,
.landing-footer__newsletter > p {
  margin: 20px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--landing-text);
  font-size: 18px;
  font-weight: 700;
}

.landing-footer h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.landing-footer__links {
  display: grid;
  align-content: start;
  gap: 18px;
}

.landing-footer__links h3 {
  margin-bottom: 6px;
}

.landing-footer__links a {
  width: max-content;
  color: var(--landing-text);
  font-size: 17px;
}

.landing-footer__newsletter form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.landing-footer__newsletter input {
  min-width: 0;
  min-height: 58px;
  border: 1px solid var(--landing-border);
  border-radius: 12px;
  padding: 0 18px;
  color: var(--landing-text);
  background: transparent;
  outline: none;
}

.landing-footer__newsletter button {
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  color: #ffffff;
  background: var(--landing-blue);
  box-shadow: inset 0 0 29px var(--landing-blue-glow);
  font-weight: 700;
  cursor: pointer;
}

.newsletter-status {
  min-height: 24px;
  margin-top: 8px !important;
  font-size: 14px !important;
}

.newsletter-status.is-error {
  color: #a53737;
}

.newsletter-status.is-success {
  color: #26724e;
}

.landing-footer__bottom {
  max-width: var(--landing-max);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 58px auto 0;
  border-top: 1px solid var(--landing-border);
  padding-top: 24px;
  color: var(--landing-text);
}

.will-reveal:not(.is-visible) {
  opacity: 0;
  translate: 0 42px;
}

.will-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-item.will-reveal:nth-child(2) { transition-delay: 70ms; }
.reveal-item.will-reveal:nth-child(3) { transition-delay: 140ms; }
.reveal-item.will-reveal:nth-child(4) { transition-delay: 70ms; }
.reveal-item.will-reveal:nth-child(5) { transition-delay: 140ms; }
.reveal-item.will-reveal:nth-child(6) { transition-delay: 210ms; }

.about-hero,
.not-found-hero {
  position: relative;
  overflow: hidden;
  padding: 142px 20px 88px;
}

.about-hero {
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
}

.about-hero__copy {
  width: min(100%, 720px);
  margin: 0 auto;
}

.about-hero h1 {
  margin: 0;
  color: var(--landing-text);
  font-size: clamp(42px, 9vw, 60px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-hero__lead {
  width: min(100%, 620px);
  margin: 24px auto 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: pretty;
}

.about-hero .button {
  margin-top: 34px;
}

.about-story {
  padding: 26px 20px 82px;
  background: var(--landing-canvas);
}

.about-story__inner,
.about-purpose__intro,
.about-purpose__grid {
  width: min(100%, var(--landing-max));
  margin: 0 auto;
}

.about-story__copy {
  max-width: 810px;
  margin: 0 auto;
}

.about-story__copy .section-tag {
  min-height: 28px;
  display: flex;
  margin: 0 0 26px;
  font-size: 14px;
}

.about-story__copy p:not(.section-tag) {
  display: inline;
  margin: 0;
  color: var(--landing-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.6vw, 30px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.38;
  text-wrap: pretty;
}

.about-story__copy p:not(.section-tag) + p:not(.section-tag) {
  margin-top: 0;
  color: var(--landing-muted);
}

.about-photo {
  position: relative;
  margin: 58px 0 0;
  overflow: hidden;
  border-radius: 14px;
  background: #d9d9d9;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.22) 100%);
}

.about-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.about-stat {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.9);
}

.about-stat span {
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.3;
}

.about-stat strong {
  margin-top: 14px;
  color: var(--landing-text);
  font-family: "Geist", "Segoe UI", sans-serif;
  font-size: clamp(34px, 8vw, 43px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.about-purpose {
  padding: 86px 20px 98px;
  background: var(--landing-canvas);
}

.about-purpose__intro {
  display: grid;
  gap: 28px;
}

.about-purpose__intro .section-tag {
  margin: 0;
}

.about-purpose__intro h2 {
  margin: 26px 0 0;
  color: var(--landing-text);
  font-family: "Geist", "Segoe UI", sans-serif;
  font-size: clamp(38px, 8vw, 62px);
  font-weight: 500;
  letter-spacing: -0.036em;
  line-height: 1.12;
  text-wrap: balance;
}

.about-purpose__intro > p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: pretty;
}

.about-purpose__grid {
  display: grid;
  gap: 24px;
  margin-top: 54px;
}

.purpose-card {
  min-height: 440px;
  border-radius: 16px;
  padding: 34px 28px;
  background: #ffffff;
}

.purpose-card h3 {
  margin: 30px 0 0;
  color: var(--landing-text);
  font-family: "Geist", "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.purpose-card p {
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.purpose-card ul {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.purpose-card li {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--landing-border-soft);
  padding: 20px 0 20px 42px;
  color: var(--landing-text);
  font-size: 17px;
  line-height: 1.45;
}

.purpose-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--landing-text);
  font-size: 22px;
  line-height: 1;
}

.not-found-hero {
  min-height: 760px;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found-hero__inner {
  position: relative;
  width: min(100%, 600px);
  margin: 0 auto;
}

.not-found-hero img {
  width: min(100%, 550px);
  height: auto;
  margin: 0 auto;
}

.not-found-hero h1 {
  width: min(100%, 320px);
  margin: 26px auto 0;
  color: var(--landing-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
}

.not-found-page .closing-section {
  padding-top: 20px;
}

@media (min-width: 810px) {
  .about-hero {
    min-height: 488px;
    padding-top: 124px;
    padding-bottom: 48px;
  }

  .about-hero h1 {
    max-width: 620px;
    font-size: 60px;
  }

  .about-story {
    padding-top: 0;
    padding-bottom: 112px;
  }

  .about-story__copy .section-tag {
    margin-bottom: 26px;
  }

  .about-story__copy p:not(.section-tag) {
    font-size: 26px;
    line-height: 1.42;
  }

  .about-photo {
    margin-top: 66px;
  }

  .about-stats {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 45px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
  }

  .about-stat {
    min-height: 158px;
    padding: 30px 36px;
  }

  .about-purpose {
    padding-top: 92px;
    padding-bottom: 116px;
  }

  .about-purpose__intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
    align-items: start;
  }

  .about-purpose__intro h2 {
    font-size: 60px;
  }

  .about-purpose__intro > p {
    padding-top: 72px;
  }

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

  .purpose-card {
    min-height: 460px;
    padding: 42px 44px;
  }

  .not-found-hero {
    min-height: 1000px;
    place-items: start center;
    padding-top: 344px;
    padding-bottom: 120px;
  }

  .not-found-hero h1 {
    position: absolute;
    left: 25px;
    top: 346px;
    margin: 0;
    color: #6b6b6b;
  }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .landing-header__cta:hover {
    transform: translateY(-2px);
  }

  .button--primary:hover {
    box-shadow: inset 0 0 32px #b9d7ff, 0 14px 30px rgba(47, 105, 255, 0.24);
  }

  .landing-nav a:hover,
  .landing-footer a:hover {
    color: var(--landing-blue);
  }

  .faq-item:hover {
    border-color: rgba(47, 105, 255, 0.25);
  }

  .capability-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(61, 61, 61, 0.08);
  }

  .capability-card:hover .line-icon {
    background: #f8fbff;
    box-shadow: 0 10px 22px rgba(47, 105, 255, 0.12);
  }

  .capability-card:hover .line-icon svg {
    transform: scale(1.08) rotate(-3deg);
  }
}

@media (min-width: 810px) {
  .desktop-only {
    display: initial;
  }

  .landing-header {
    top: 20px;
    width: min(862px, calc(100% - 80px));
    max-width: none;
    transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .landing-header.is-scrolled {
    width: min(1224px, calc(100% - 80px));
  }

  .landing-header__bar {
    min-height: 64px;
    padding: 5px 8px;
  }

  .landing-logo img {
    width: 124px;
    height: auto;
  }

  .landing-nav {
    position: absolute;
    top: 21px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 33px;
    transform: translateX(calc(-50% - 25px));
  }

  .landing-nav a {
    font-size: 16px;
    line-height: 20px;
    transition: color 180ms ease;
  }

  .landing-nav a.is-active {
    color: var(--landing-blue);
  }

  .landing-header__cta {
    min-width: 184px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(61, 61, 61, 0.16);
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
  }

  .landing-header__cta svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .landing-menu-button,
  .landing-mobile-menu {
    display: none;
  }

  .landing-hero {
    min-height: 1332px;
    padding-top: 198px;
  }

  .grid-surface {
    background-size: 88px 88px;
  }

  .landing-hero__copy {
    width: 780px;
    max-width: 100%;
  }

  .hero-pill {
    min-height: 36px;
  }

  .landing-hero h1 {
    width: 732px;
    max-width: 100%;
    margin-top: 23px;
    font-size: 70px;
    letter-spacing: -2.03px;
    line-height: 1.02;
  }

  .landing-hero__lead {
    width: auto;
    max-width: none;
    margin: 30px 0 0;
    transform: none;
    font-size: 16px;
    line-height: 1.65;
    white-space: normal;
  }

  .landing-hero .button {
    margin-top: 44px;
  }

  .landing-hero__truck {
    width: auto;
  }

  .landing-hero__truck--left {
    top: 107px;
    left: -587px;
    width: 1035px;
    animation: truck-left-in 700ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .landing-hero__truck--right {
    top: 102px;
    right: -763px;
    width: 1120px;
    animation: truck-right-in 700ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes truck-left-in {
    from { opacity: 0; transform: translateX(-170px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes truck-right-in {
    from { opacity: 0; transform: translateX(170px); }
    to { opacity: 1; transform: translateX(0); }
  }

  .landing-hero__product {
    top: 755px;
    left: 50%;
    width: min(var(--landing-max), calc(100% - 80px));
    transform: translateX(-50%);
    border-radius: 12px 12px 0 0;
  }

  .landing-hero__product-card[data-position="middle"] {
    transform: translate3d(0, -23px, 0) scale(0.967742);
  }

  .landing-hero__product-card[data-position="back"] {
    transform: translate3d(0, -43px, 0) scale(0.935484);
  }

  .trusted-section {
    min-height: 282px;
    padding: 50px 0;
  }

  .trusted-section > p {
    margin-bottom: 44px;
    font-size: 18px;
  }

  .trusted-logo-set img {
    height: 40px;
  }

  .capabilities-section {
    min-height: 1044px;
    padding: 0 40px 74px;
  }

  .capabilities-panel {
    max-width: var(--landing-max);
    min-height: 970px;
    margin: 0 auto;
    padding: 53px 60px 60px;
  }

  .section-intro h2,
  .faq-section h2,
  .closing-card h2 {
    font-size: 44px;
    letter-spacing: -1.32px;
    line-height: 1.13;
  }

  .section-intro--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 64px;
    align-items: end;
  }

  .section-intro--split .section-tag {
    margin-left: 0;
  }

  .section-intro--split .section-intro__text {
    margin: 0 0 4px;
  }

  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 70px;
  }

  .capability-card {
    min-height: 257px;
    padding: 24px;
  }

  .features-section {
    min-height: 1338px;
    padding: 65px 40px 74px;
  }

  .feature-showcase {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: 62px;
  }

  .feature-card {
    grid-column: span 2;
  }

  .feature-card--large {
    grid-column: span 3;
  }

  .feature-card--large .feature-card__visual {
    height: 320px;
  }

  .feature-card__visual {
    height: 188px;
  }

  .feature-card__copy {
    min-height: 140px;
    padding: 20px 24px 24px;
  }

  .feature-card--large .feature-card__copy {
    min-height: 142px;
  }

  .integrations-section {
    min-height: 915px;
    padding: 105px 40px 80px;
  }

  .integration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
  }

  .integration-card {
    min-height: 220px;
  }

  .steps-section {
    min-height: 730px;
    padding: 105px 40px 80px;
  }

  .steps-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 88px;
  }

  .steps-list li {
    min-height: 194px;
    border-right: 1px solid var(--landing-border);
    border-bottom: 0;
    padding: 0 30px;
  }

  .steps-list li:last-child {
    border-right: 0;
  }

  .pricing-section {
    min-height: 1372px;
    padding: 106px 40px 50px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 64px;
    align-items: start;
  }

  .price-card {
    min-height: 780px;
  }

  .price-card--featured {
    min-height: 898px;
  }

  .faq-section {
    min-height: 710px;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
    gap: 72px;
    padding: 35px max(40px, calc((100vw - var(--landing-max)) / 2)) 66px;
  }

  .faq-list {
    gap: 16px;
    margin-top: 0;
  }

  .faq-item button {
    min-height: 70px;
  }

  .closing-section {
    padding: 0 40px;
  }

  .capabilities-section { contain-intrinsic-size: auto 970px; }
  .features-section { contain-intrinsic-size: auto 1199px; }
  .integrations-section { contain-intrinsic-size: auto 730px; }
  .steps-section { contain-intrinsic-size: auto 545px; }
  .pricing-section { contain-intrinsic-size: auto 1216px; }
  .faq-section { contain-intrinsic-size: auto 609px; }
  .closing-section { contain-intrinsic-size: auto 436px; }

  .closing-card {
    max-width: var(--landing-max);
    min-height: 436px;
    margin: 0 auto;
  }

  .landing-footer {
    padding: 80px 40px 28px;
  }

  .landing-footer__grid {
    grid-template-columns: 1.35fr 0.7fr 0.7fr 1.45fr;
    gap: 44px;
  }

  .landing-footer__newsletter form {
    grid-template-columns: minmax(0, 1fr) 195px;
    gap: 0;
    border: 1px solid var(--landing-border);
    border-radius: 12px;
    padding: 7px;
  }

  .landing-footer__newsletter input {
    border: 0;
  }

  .landing-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .landing-header {
    max-width: none;
  }

  .feature-card h3,
  .integration-card h3,
  .steps-list h3,
  .capability-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 809px) {
  .landing-header__bar {
    min-height: 44.5px;
    padding: 3.25px 8px;
  }

  .landing-logo img {
    width: 86px;
    height: auto;
  }

  .grid-surface {
    background-size: 64px 64px;
  }

  .section-intro h2,
  .faq-section h2,
  .closing-card h2 {
    margin-top: 18px;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 1.13;
  }

  .section-intro--center > p:last-child,
  .section-intro--split .section-intro__text,
  .faq-section__intro > p:last-child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }

  .capabilities-panel {
    padding: 13px 20px 0;
  }

  .capabilities-section {
    height: 2147px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .capabilities-panel {
    height: 100%;
    min-height: 0;
  }

  .capabilities-panel .section-intro h2 {
    width: 100%;
    margin-top: 18px;
    font-size: 30px;
    line-height: 1.13;
  }

  .capability-grid {
    gap: 24px;
    margin-top: 0;
  }

  .capability-card {
    min-height: 0;
    padding: 24px;
  }

  .capability-card h3,
  .feature-card h3,
  .integration-card h3,
  .steps-list h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .capability-card h3 {
    margin-top: 24px;
  }

  .capability-card p,
  .feature-card p,
  .integration-card p,
  .steps-list p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.7;
  }

  .features-section,
  .integrations-section,
  .steps-section,
  .pricing-section,
  .faq-section {
    padding-top: 53px;
  }

  .features-section {
    padding-bottom: 0;
  }

  .feature-showcase {
    gap: 16px;
    margin-top: 40px;
  }

  .feature-card:nth-child(2) {
    margin-top: 59px;
  }

  .feature-card:nth-child(3) {
    min-height: 389px;
  }

  .feature-card:nth-child(4) {
    min-height: 417px;
  }

  .feature-card:nth-child(5) {
    min-height: 389px;
  }

  .feature-card__visual {
    height: 187px;
  }

  .feature-card__copy {
    padding: 16px 24px 24px;
  }

  .integrations-section {
    padding-bottom: 0;
  }

  .integration-grid {
    gap: 24px;
    margin-top: 40px;
  }

  .integrations-section h2 br {
    display: none;
  }

  .integration-card {
    min-height: 0;
    height: 220px;
  }

  .integration-card:nth-child(3) {
    margin-top: 60px;
  }

  .integration-card h3 {
    margin-top: 14px;
  }

  .integration-card p {
    margin-top: 8px;
  }

  .steps-section {
    padding-bottom: 60px;
  }

  .steps-list {
    gap: 30px;
    margin-top: 40px;
  }

  .steps-list li {
    padding: 0;
    border-bottom: 0;
  }

  .steps-list h3 {
    margin-top: 27px;
  }

  .steps-list .line-icon {
    width: 44px;
    height: 44px;
  }

  .steps-list p {
    margin-top: 8px;
  }

  .pricing-section {
    padding-bottom: 0;
  }

  .pricing-grid {
    gap: 20px;
    margin-top: 40px;
  }

  .price-card:nth-child(2) {
    margin-top: 60px;
  }

  .price-card:nth-child(1) {
    height: 675px;
  }

  .price-card:nth-child(2) {
    height: 939px;
  }

  .price-card:nth-child(3) {
    height: 730px;
  }

  .price-card__price strong {
    font-size: 32px;
    line-height: 1.3;
  }

  .faq-section {
    padding-bottom: 60px;
  }

  .faq-list {
    margin-top: 40px;
  }

  .closing-card {
    min-height: 0;
    height: 389px;
    overflow: hidden;
  }
}

@media (max-width: 389px) {
  .landing-header {
    width: calc(100% - 24px);
  }

  .landing-hero__copy,
  .capabilities-section,
  .features-section,
  .integrations-section,
  .steps-section,
  .pricing-section,
  .faq-section,
  .closing-section,
  .landing-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-pill {
    padding: 0 15px;
    font-size: 14px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .will-reveal {
    opacity: 1;
    translate: none;
    transform: none;
    filter: none;
  }
}
