:root {
  --blue: #0d6eee;
  --black: #121212;
  --text: #121212;
  --muted: #595959;
  --line: #e1e4ed;
  --panel: #f6f6f6;
  --soft: #f6f6f6;
  --star: #ffd947;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

.page {
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: visible;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 76px;
  margin: 0 auto;
  padding: 40px max(167px, calc((100vw - 1106px) / 2)) 10px;
  background: #f9f9fa;
}

.logo {
  display: block;
  width: 60px;
  height: 26px;
  overflow: hidden;
}

.logo img {
  display: block;
  width: 60px;
  height: auto;
}

.nav {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 22px;
}

.nav a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition:
    color 220ms ease,
    font-weight 220ms ease;
}

.nav a:hover {
  color: #1d6fe8;
  font-weight: 500;
}

.mobile-menu-toggle,
.mobile-menu-panel-toggle,
.mobile-menu-backdrop,
.mobile-menu-blur-surface,
.mobile-menu-panel {
  display: none;
}

.hero {
  min-height: 846px;
  padding-top: 120px;
  background: #f9f9fa;
  text-align: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-copy h1,
section h2 {
  margin: 0;
  color: #111111;
  font-weight: 700;
  letter-spacing: -1.08px;
  line-height: 1.3889;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.hero-copy h1 {
  width: 526px;
  min-height: 94px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 54px;
}

.hero-copy h1 span,
.final-cta h2 .accent-word {
  color: var(--blue);
}

.hero-copy p {
  width: 538px;
  margin: 20px 0 24px;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  border-radius: 999px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 20px;
  white-space: nowrap;
}

.button span {
  display: block;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.button-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.primary {
  background: var(--blue);
  color: #ffffff;
}

.ghost {
  border: 1px solid #e1e4ed;
  background: #f6f6f6;
  color: #595959;
}

.light {
  background: #ffffff;
  color: #151515;
}

.dark {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.black {
  background: #121212;
  color: #ffffff;
}

.small {
  height: 48px;
  min-width: 0;
  padding: 14px 20px;
  font-size: 15px;
}

.pill-graphic {
  width: 748px;
  height: 229.346px;
  margin: 120px auto 0;
}

.pill-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

section h2 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -1.08px;
  text-align: center;
}

.problem {
  position: relative;
  height: 933px;
  padding: 160px 0;
  background: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.problem::before {
  position: absolute;
  top: 220px;
  left: 50%;
  z-index: 0;
  width: 1060px;
  height: 500px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(18, 18, 18, 0.075) 0%, rgba(18, 18, 18, 0.048) 42%, rgba(18, 18, 18, 0) 78%);
  content: "";
  filter: blur(28px);
  transform: translateX(-50%);
  pointer-events: none;
}

.problem h2,
.compare-grid,
.problem-story-stack {
  position: relative;
  z-index: 1;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 541px);
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}

.compare-card,
.feature-grid article,
.review-track article {
  border: 0;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
}

.compare-card {
  position: relative;
  width: 541px;
  height: 478px;
  overflow: hidden;
  border-radius: 20px;
}

.compare-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.18));
  content: "";
  opacity: 0;
  pointer-events: none;
}

.paper-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 289px;
  background: #f7f7f7;
  overflow: hidden;
}

.compare-preview {
  display: block;
  width: 541px;
  height: 289px;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1);
}

.paper {
  width: 282px;
  height: 150px;
  padding: 25px 36px;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.paper strong,
.paper span,
.paper i {
  display: block;
}

.paper strong {
  margin-bottom: 8px;
  font-size: 8px;
}

.paper span {
  margin: 5px 0;
  color: #242424;
  font-size: 6px;
  font-weight: 700;
}

.paper i {
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background: #e5e7ea;
}

.paper.landscape {
  width: 250px;
  height: 130px;
  padding: 18px;
}

.line-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 12px 0;
}

.box-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.box-row span {
  height: 36px;
  border: 1px solid #e8ebef;
}

.badge {
  position: absolute;
  left: 50%;
  top: 28px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  transform: translateX(96px);
}

.good {
  background: #50bc81;
}

.bad {
  background: #f1535a;
}

.card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 461px;
  margin: 40px auto 0;
  padding: 0 0 40px;
}

h3 {
  margin: 0;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 32px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.card-copy h3,
.feature-grid h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 32px;
}

.card-copy p,
.feature-grid p,
.review-track p,
.final-cta p {
  margin: 24px 0 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  word-break: break-word;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.card-copy p {
  margin-top: 20px;
}

.copy-mobile {
  display: none;
}

.copy-desktop {
  display: inline;
}

.portfolio {
  height: 1016px;
  padding: 80px 0 160px;
  background: #ffffff;
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  gap: 22px;
  justify-content: center;
  margin: 60px 0 48px;
}

.portfolio-grid > * {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 20px;
  background: #f6f6f6;
  overflow: hidden;
}

.portfolio-grid > a {
  color: inherit;
  text-decoration: none;
}

.portfolio-grid > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio > .button.primary {
  background: #121212;
}

.features {
  position: relative;
  height: 3700px;
  padding: 0;
  background: #f9f9fa;
  overflow: visible;
}

.features-stack {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 760px;
  padding: 96px 0 88px;
}

.features.is-feature-sequencing .features-stack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-width: 0;
  background: #f9f9fa;
}

.features.is-feature-after .features-stack {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 0;
}

.feature-grid {
  --feature-track-x: 177px;
  position: relative;
  left: 50vw;
  display: flex;
  width: max-content;
  gap: 22px;
  margin: 64px 0 0;
  transform: translate3d(calc(-1 * var(--feature-track-x)), 0, 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.feature-grid article {
  width: 354px;
  height: 286px;
  flex: 0 0 354px;
  min-height: 220px;
  border: 0;
  border-radius: 20px;
  padding: 28px 35px;
  opacity: var(--business-stack-opacity, 1);
  transform: translate3d(0, 0, 0) scale(1);
}

.features.is-feature-sequencing .feature-grid article {
  opacity: 0.46;
  transform: translate3d(0, 8px, 0) scale(0.94);
}

.features.is-feature-sequencing .feature-grid article.is-feature-focus {
  opacity: 1;
  box-shadow:
    0 1px 4px rgba(25, 33, 61, 0.06),
    0 18px 42px rgba(25, 33, 61, 0.09);
  transform: translate3d(0, -6px, 0) scale(1);
}

.feature-grid p {
  margin-top: 20px;
}

.feature-icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
  transform-origin: 45% 55%;
}

.proof {
  position: relative;
  height: 670px;
  padding: 140px 0 150px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}

.logo-cloud {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1106px;
  height: 250px;
  margin: 55px auto 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 6%, #000 16%, #000 84%, rgba(0, 0, 0, 0.18) 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 6%, #000 16%, #000 84%, rgba(0, 0, 0, 0.18) 94%, transparent 100%);
}

.logo-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  height: 70px;
  will-change: transform;
}

.logo-row + .logo-row {
  margin-top: 20px;
}

.logo-row-left.is-logo-ready {
  animation: proof-logo-marquee-left 36s linear infinite;
}

.logo-row-right {
  transform: translate3d(calc(var(--logo-cycle, 1122px) * -1), 0, 0);
}

.logo-row-right.is-logo-ready {
  animation: proof-logo-marquee-right 38s linear infinite;
}

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 187px;
  width: 187px;
  height: 70px;
  opacity: 1;
}

.client-logo {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: grayscale(1);
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.page.business-page {
  background: #ffffff;
  overflow: visible;
}

.motion-ready .page.business-page,
.motion-ready.page-transition-prep .page.business-page,
.motion-ready.is-page-leaving .page.business-page {
  transform: none;
}

.business-page .site-header {
  background: #f9f9fa;
}

.business-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 541px;
  padding-top: 120px;
  background: #f9f9fa;
  text-align: center;
}

.business-hero-inner,
.business-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 86px;
  height: 20px;
  margin: 0 0 26px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 20px;
}

.business-kicker span {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 0;
  border-radius: 50%;
  background: var(--blue);
}

.business-hero h1,
.business-section-heading h2 {
  margin: 0;
  color: #111111;
  font-weight: 700;
  letter-spacing: -1.44px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-hero h1 {
  font-size: 42px;
  line-height: 54px;
}

.business-section-heading h2 {
  font-size: 48px;
  line-height: 60px;
}

.business-hero h1 span,
.business-contact-heading h2 span {
  color: var(--blue);
}

.business-hero p:not(.business-kicker),
.business-section-heading p {
  margin: 32px 0 30px;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-hero p:not(.business-kicker) {
  margin: 28px 0 26px;
}

.business-clients {
  position: relative;
  min-height: auto;
  padding: 160px 0 80px;
  background: #ffffff;
  overflow: visible;
}

.business-clients .business-section-heading h2,
.business-faq .business-section-heading h2,
.business-contact-heading h2 {
  font-size: 36px;
  letter-spacing: -1.08px;
  line-height: 50px;
}

.business-clients .business-section-heading p,
.business-faq .business-section-heading p,
.business-contact-heading p {
  width: 419px;
  margin: 28px 0 0;
}

.business-logo-stack {
  position: relative;
  width: 717px;
  height: auto;
  margin: 70px auto 0;
}

.business-stack-stage {
  position: relative;
  display: grid;
  gap: 24px;
  width: 717px;
  height: auto;
  padding-bottom: 0;
}

.business-case-progress {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  gap: 12px;
  color: #8d96a8;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 20px;
}

.business-case-progress i {
  display: block;
  width: 54px;
  height: 1px;
  background: #d9dde6;
}

.business-case-progress span:first-child {
  color: var(--blue);
}

.business-client-card {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 25px;
  width: 717px;
  height: 295px;
  margin: 0;
  border: 1px solid rgba(225, 228, 237, 0.82);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  padding: 30px;
  opacity: var(--business-card-opacity, 1);
  pointer-events: auto;
  transform: translate3d(0, var(--business-card-y, 0px), 0) scale(var(--business-card-scale, 1));
  transform-origin: center top;
  transition:
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.business-client-card:nth-child(1) {
  --business-card-y: 0px;
  --business-card-opacity: 1;
  z-index: 1;
}

.business-client-card:nth-child(2) {
  --business-card-y: 0px;
  z-index: 2;
}

.business-client-card:nth-child(3) {
  --business-card-y: 0px;
  z-index: 3;
}

.business-client-card:nth-child(4) {
  --business-card-y: 0px;
  z-index: 4;
}

.business-client-card:nth-child(5) {
  --business-card-y: 0px;
  z-index: 5;
}

.business-client-card:nth-child(6) {
  --business-card-y: 0px;
  z-index: 6;
}

.business-client-card.is-business-current {
  --business-card-opacity: 1;
  --business-card-scale: 1;
  border-color: rgba(225, 228, 237, 0.82);
  box-shadow:
    0 1px 4px rgba(25, 33, 61, 0.08),
    0 34px 80px rgba(25, 33, 61, 0.16);
}

.business-client-card.is-business-before {
  --business-card-opacity: 1;
  --business-card-scale: 1;
}

.motion-ready .business-client-card.reveal,
.motion-ready .business-client-card.reveal.is-visible,
.motion-ready .business-client-card.reveal.is-visible:hover {
  opacity: var(--business-card-opacity, 0);
  transform: translate3d(0, var(--business-card-y, 0px), 0) scale(var(--business-card-scale, 1));
  transition:
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.business-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 235px;
  border-radius: 12px;
  background: #f8f8f8;
  overflow: hidden;
}

.business-logo-box img {
  display: block;
  width: var(--business-logo-width, auto);
  max-width: var(--business-logo-width, 216px);
  max-height: var(--business-logo-max-height, 92px);
  height: auto;
  object-fit: contain;
}

.business-client-card:nth-of-type(1) .business-logo-box img {
  --business-logo-width: 188px;
}

.business-client-card:nth-of-type(2) .business-logo-box img {
  --business-logo-width: 102px;
}

.business-client-card:nth-of-type(3) .business-logo-box img {
  --business-logo-width: 122px;
}

.business-client-card:nth-of-type(4) .business-logo-box img {
  --business-logo-width: 192px;
}

.business-client-card:nth-of-type(5) .business-logo-box img {
  --business-logo-width: 158px;
}

.business-client-card:nth-of-type(6) .business-logo-box img {
  --business-logo-width: 154px;
  --business-logo-max-height: 78px;
}

.business-client-copy {
  width: 332px;
  padding: 20px 10px 0;
}

.business-client-copy > span {
  display: block;
  margin-bottom: 20px;
  color: #b4b9c9;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-client-copy .copy-desktop {
  display: inline;
}

.business-client-copy .copy-mobile {
  display: none;
}

.business-client-copy h3 .copy-desktop {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.business-client-copy p .copy-desktop {
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-client-copy h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 32px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-client-copy p {
  margin: 20px 0 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  word-break: keep-all;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-faq {
  min-height: 0;
  padding: 160px 0;
  background: #ffffff;
}

.business-faq .business-section-heading .button {
  margin-top: 24px;
}

.business-accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 800px;
  margin: 56px auto 0;
}

.business-accordion article {
  height: 66px;
  min-height: 0;
  border: 1px solid rgba(225, 228, 237, 0.5);
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  padding: 17px 30px;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    border-radius 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    background-color 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    box-shadow 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    padding 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    transform 0.45s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.business-accordion article:not(.is-collapsed) {
  height: auto;
  min-height: 0;
  border-color: transparent;
  border-radius: 20px;
  background: #f9f9fa;
  box-shadow: none;
  padding: 17px 30px 22px;
}

.business-accordion article:focus-within {
  border-color: rgba(13, 110, 238, 0.24);
  box-shadow:
    0 1px 4px rgba(25, 33, 61, 0.08),
    0 0 0 3px rgba(13, 110, 238, 0.1);
}

.business-accordion article:not(.is-collapsed):focus-within {
  border-color: transparent;
  box-shadow: none;
}

.business-accordion button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: #121212;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: left;
  cursor: inherit;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  transition:
    border-color 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    padding 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.business-accordion button:focus {
  outline: none;
}

.business-accordion article:not(.is-collapsed) button {
  border-bottom: 0;
  padding-bottom: 0;
}

.business-accordion button > span:last-child {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  color: #b4b9c9;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transform: translateY(1px);
  transition:
    color 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    transform 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    opacity 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.business-accordion button:hover > span:last-child {
  color: #6d758f;
  transform: translateY(1px) rotate(90deg);
}

.business-accordion p {
  max-height: 220px;
  margin: 14px 0 0;
  border-top: 1px solid #e1e4ed;
  padding-top: 22px;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  word-break: keep-all;
  overflow: hidden;
  transition:
    max-height 0.58s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    margin 0.58s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    opacity 0.34s ease;
}

.business-accordion .is-collapsed {
  height: 66px;
}

.business-accordion .is-collapsed p {
  max-height: 0;
  margin: 0;
  border-top: 0;
  padding-top: 0;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.business-contact {
  min-height: 1109px;
  padding: 160px 0;
  background: #111111;
}

.business-contact-inner {
  width: 1106px;
  margin: 0 auto;
}

.business-contact-heading h2 {
  color: #ffffff;
}

.business-contact-heading p {
  color: #9a9a9a;
}

.business-form {
  display: grid;
  gap: 20px;
  width: 523px;
  margin: 72px auto 0;
  border-radius: 20px;
  background: #2d2d2d;
  padding: 32px 30px 30px;
}

.business-form label {
  display: grid;
  gap: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 20px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-form input,
.business-form textarea {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 23px;
  background: #474747;
  color: #ffffff;
  padding: 0 20px;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.business-form textarea {
  height: 70px;
  border-radius: 20px;
  padding: 13px 20px;
  line-height: 22px;
  resize: none;
}

.business-form input:focus,
.business-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(13, 110, 238, 0.72);
}

.business-form button {
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.business-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.business-form-status {
  min-height: 20px;
  margin: -8px 0 0;
  color: #b9c9dd;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 20px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.business-form-status.is-error {
  color: #ffb6b6;
}

@keyframes proof-logo-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--logo-cycle, 1122px) * -1), 0, 0);
  }
}

@keyframes proof-logo-marquee-right {
  from {
    transform: translate3d(calc(var(--logo-cycle, 1122px) * -1), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-row.is-logo-ready {
    animation: none;
  }
}

.reviews {
  height: 843px;
  padding: 80px 0 160px;
  background: #ffffff;
}

.review-rail-stage {
  width: 100%;
}

.review-board {
  width: min(1106px, calc(100% - 70px));
  overflow: visible;
  height: auto;
  margin: 60px auto 0;
  padding: 0;
  cursor: default;
  user-select: none;
  display: grid;
  gap: 22px;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(3, 354px);
  gap: 22px;
  width: 100%;
  padding: 0;
  cursor: default;
  opacity: 1;
  will-change: opacity, transform;
}

.review-track-top {
  transform: none;
}

.review-track-bottom {
  margin-top: 0;
  transform: none;
}

.review-track article {
  width: 354px;
  height: 210px;
  border: 1px solid rgba(225, 228, 237, 0.5);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  padding: 0;
  flex: 0 0 354px;
  cursor: default;
  overflow: hidden;
  position: relative;
}

.review-stars {
  display: block;
  width: 99px;
  height: 20px;
  object-fit: cover;
  position: absolute;
  left: 35px;
  top: 30px;
}

.review-track h3 {
  position: absolute;
  left: 35px;
  top: 67px;
  width: 284px;
  margin: 0;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.review-track p {
  position: absolute;
  left: 35px;
  top: 100px;
  width: 284px;
  margin: 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
  word-break: keep-all;
}

.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 524px;
  margin: 0 auto;
  border-radius: 0;
  background: #121212;
  color: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2));
  text-align: center;
}

.final-cta h2 {
  width: 423px;
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.final-cta p {
  width: 419px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.final-cta .hero-actions {
  margin-top: 26px;
}

.final-cta .button {
  padding: 18px 20px;
}

.final-cta .dark {
  border-color: #b4b9c9;
}

.request-page {
  background: #ffffff;
}

.request-page .site-header {
  background: #f9f9fa;
}

.nav a[aria-current="page"] {
  color: #0d6eee;
  font-weight: 600;
}

.process-hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  background: #f9f9fa;
  padding: 116px max(167px, calc((100vw - 1106px) / 2)) 0;
  isolation: isolate;
}

.process-hero::before {
  position: absolute;
  left: 50%;
  top: 235px;
  z-index: -1;
  width: min(1420px, 88vw);
  height: 560px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, rgba(180, 185, 201, 0.32), rgba(180, 185, 201, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
  content: "";
  filter: blur(30px);
  transform: translateX(-50%);
}

.process-hero-copy {
  position: relative;
  z-index: 2;
  width: 1106px;
  margin: 0 auto;
  text-align: center;
}

.process-eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.56px;
  line-height: 18px;
}

.process-hero h1 {
  margin: 0;
  color: #111111;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -2.56px;
  line-height: 78px;
}

.process-lead {
  margin: 28px 0 34px;
  color: #595959;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.57px;
  line-height: 32px;
}

.process-hero-visual {
  position: absolute;
  left: 50%;
  bottom: -82px;
  z-index: 1;
  width: min(2323px, 132vw);
  transform: translateX(-50%);
  pointer-events: none;
}

.process-hero-visual::before,
.process-hero-visual::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 19%;
  height: 100%;
  content: "";
  pointer-events: none;
}

.process-hero-visual::before {
  left: 0;
  background: linear-gradient(90deg, #f9f9fa 0%, rgba(249, 249, 250, 0) 100%);
}

.process-hero-visual::after {
  right: 0;
  background: linear-gradient(270deg, #f9f9fa 0%, rgba(249, 249, 250, 0) 100%);
}

.process-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.92;
}

.process-overview {
  padding: 170px max(167px, calc((100vw - 1106px) / 2)) 160px;
  background: #ffffff;
}

.process-section-heading {
  width: 1106px;
  margin: 0 auto;
  text-align: center;
}

.process-section-heading h2,
.process-contact h2 {
  margin: 0;
  color: #111111;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.68px;
  line-height: 58px;
}

.process-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 1106px;
  margin: 64px auto 0;
}

.process-card {
  min-height: 270px;
  border: 1px solid rgba(225, 228, 237, 0.78);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(25, 33, 61, 0.06);
  padding: 32px 28px;
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 30px;
  border-radius: 999px;
  background: rgba(13, 110, 238, 0.1);
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.process-card h3 {
  margin: 36px 0 16px;
  color: #121212;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.66px;
  line-height: 30px;
}

.process-card p {
  margin: 0;
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 28px;
}

.process-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1106px;
  min-height: 360px;
  margin: 0 auto 120px;
  border-radius: 28px;
  background: #121212;
  color: #ffffff;
  padding: 76px 82px;
}

.process-contact h2 {
  color: #ffffff;
  text-align: left;
}

.process-contact .process-eyebrow {
  margin-bottom: 20px;
}

.process-contact p:last-child {
  width: 470px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.51px;
  line-height: 30px;
}

.process-contact-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.process-contact .ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.request-page {
  background: #ffffff;
}

.request-page .site-header {
  background: #f9f9fa;
}

.request-page .nav a[aria-current="page"] {
  color: #0d6eee;
  font-weight: 600;
}

.request-hero {
  height: 541px;
  background: #f9f9fa;
  padding: 120px max(167px, calc((100vw - 1106px) / 2)) 0;
  text-align: center;
}

.request-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 538px;
  margin: 0 auto;
}

.request-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 26px;
  color: #0d6eee;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 20px;
  text-align: center;
}

.request-kicker span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d6eee;
}

.request-hero h1 {
  width: 526px;
  height: 94px;
  margin: 0;
  color: #121212;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 54px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.request-hero h1 span,
.request-cta h2 span {
  color: #0d6eee;
}

.request-hero p:not(.request-kicker),
.request-heading p,
.request-cta p {
  margin: 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.request-hero p:not(.request-kicker) {
  width: 538px;
  margin-top: 28px;
}

.request-hero .button {
  margin-top: 26px;
}

.draft-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 966px;
  background: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 80px;
}

.request-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request-heading h2 {
  margin: 0 0 28px;
  color: #121212;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.08px;
  line-height: 50px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.draft-guide .button {
  margin-top: 24px;
}

.draft-mockup {
  position: relative;
  width: 916px;
  height: 452px;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 20px;
}

.draft-mockup::before,
.draft-mockup::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.draft-mockup::before {
  inset: 0;
  background: radial-gradient(circle at center, rgba(180, 185, 201, 0.09), rgba(255, 255, 255, 0) 62%);
}

.draft-mockup::after {
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.draft-mockup img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 916px;
  height: auto;
  opacity: 0.58;
  transform: translate(-50%, -50%);
}

.request-pricing {
  height: 630px;
  background: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 80px;
}

.pricing-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1106px;
  height: 200px;
  margin: 48px auto 0;
  padding: 0 66px 20px;
}

.pricing-stats article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22px;
  text-align: center;
}

.pricing-stats article:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 180px;
  background: #e1e4ed;
  content: "";
}

.pricing-stats span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  border: 1px solid #e1e4ed;
  border-radius: 30px;
  background: #f9f9fa;
  color: #595959;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 20px;
}

.pricing-stats strong {
  display: flex;
  gap: 6px;
  align-items: baseline;
  justify-content: center;
  margin-top: 12px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: 42px;
}

.pricing-stats small {
  color: #b4b9c9;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 30px;
}

.pricing-stats p {
  margin: 10px 0 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
}

.request-process {
  height: 842px;
  background: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 80px;
}

.request-process-content {
  display: grid;
  grid-template-columns: 600px 400px;
  gap: 48px;
  align-items: start;
  width: 1048px;
  margin: 60px auto 0;
}

.request-process-visual {
  width: 600px;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  background: #f6f6f6;
}

.request-process-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-steps {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 1px 0 0;
}

.process-steps article {
  width: 400px;
  min-height: 67px;
  border: 0;
  border-bottom: 1px solid #e1e4ed;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition:
    background-color 220ms ease,
    border-color 220ms ease;
}

.process-steps article:nth-child(4) {
  grid-column: auto;
}

.process-steps article:nth-child(5) {
  grid-column: auto;
}

.process-step-toggle {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 17px;
  gap: 0;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  padding: 0 0 0 10px;
  cursor: pointer;
}

.process-step-number {
  color: #0d6eee;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.51px;
  line-height: 18px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.process-step-title {
  color: #121212;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.51px;
  line-height: 24px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.process-step-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8dde7;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  transform-origin: center;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.process-step-toggle:focus-visible {
  outline: 2px solid rgba(13, 110, 238, 0.72);
  outline-offset: 4px;
}

.process-steps article.is-open .process-step-arrow {
  color: #c3c9d5;
  transform: rotate(90deg);
}

@keyframes process-arrow-nudge {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.62;
  }

  45% {
    transform: translate3d(5px, 0, 0);
    opacity: 1;
  }
}

.process-step-title-mobile {
  display: none;
}

.process-steps h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 32px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.process-steps p {
  max-height: 0;
  width: 240px;
  margin: -11px 0 0 53px;
  overflow: hidden;
  padding: 0;
  color: #595959;
  opacity: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.51px;
  line-height: 30px;
  word-break: keep-all;
  overflow-wrap: normal;
  transition:
    max-height 260ms ease,
    opacity 220ms ease,
    padding 260ms ease,
    margin-bottom 260ms ease;
}

.process-steps article.is-open p {
  max-height: 150px;
  margin-bottom: 19px;
  padding: 3px 0 4px;
  opacity: 1;
}

.process-steps article:last-child {
  border-bottom: 0;
}

.process-steps article:hover {
  box-shadow: none;
  transform: none;
}

.request-notice {
  min-height: 0;
  background: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2));
}

.notice-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 800px;
  margin: 56px auto 0;
}

.notice-list article {
  height: 66px;
  border: 1px solid rgba(225, 228, 237, 0.5);
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  padding: 25px 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    border-radius 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    background-color 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    box-shadow 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    padding 0.48s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    transform 0.45s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.notice-list article:focus {
  outline: none;
}

.notice-list article:focus-visible {
  border-color: rgba(13, 110, 238, 0.24);
  box-shadow:
    0 1px 4px rgba(25, 33, 61, 0.08),
    0 0 0 3px rgba(13, 110, 238, 0.1);
}

.notice-list article.is-open {
  height: auto;
  min-height: 190px;
  border-color: transparent;
  border-radius: 20px;
  background: #f9f9fa;
  box-shadow: none;
  padding: 30px;
}

.notice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    padding 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.notice-title h3 {
  margin: 0;
  color: #121212;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.notice-title button {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 0;
  background: transparent;
  color: #b4b9c9;
  padding: 0;
  font: inherit;
  font-size: 14px;
  line-height: 14px;
  cursor: inherit;
  transform: translateY(1px);
  transition:
    color 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    transform 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    opacity 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.notice-title button:hover {
  color: #6d758f;
  transform: translateY(1px) rotate(90deg);
}

.notice-list article.is-open .notice-title {
  border-bottom: 1px solid #e1e4ed;
  padding-bottom: 18px;
}

.notice-panel {
  max-height: 0;
  margin: 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  transition:
    max-height 0.58s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    margin 0.58s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    opacity 0.34s ease;
}

.notice-panel li {
  margin: 0;
  padding-left: 14px;
  position: relative;
}

.notice-panel li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 4px;
}

.notice-list article.is-open .notice-panel {
  max-height: 260px;
  margin: 26px 0 0;
  opacity: 1;
}

.request-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 524px;
  background: #121212;
  color: #ffffff;
  padding: 160px max(167px, calc((100vw - 1106px) / 2));
  text-align: center;
}

.request-cta h2 {
  width: 423px;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.08px;
  line-height: 50px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.request-cta p {
  width: 419px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.request-cta .button {
  margin-top: 26px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 228px;
  margin: 0 auto;
  border-top: 1px solid #f1f3f7;
  background: #ffffff;
  color: #b4b9c9;
  overflow: hidden;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 44px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.32px;
  text-align: center;
}

.footer p {
  margin: 0;
  color: #b4b9c9;
  white-space: nowrap;
}

.footer i {
  color: #e1e4ed;
  font-style: normal;
}

.socials {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  width: 192px;
  height: 34px;
}

.socials a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

.socials img {
  display: block;
  width: 100%;
  height: 100%;
}

.social-circle {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #b4b9c9;
  overflow: hidden;
}

.social-circle img {
  position: absolute;
  left: 8.5px;
  top: 8.5px;
  width: 17px;
  height: 17px;
}

.social-circle.email img {
  left: 8px;
  top: 10px;
  width: 17px;
  height: 14px;
}

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

.portfolio-page {
  min-width: 0;
  background: #ffffff;
}

.portfolio-page .site-header {
  flex: 0 0 auto;
  background: transparent;
}

.portfolio-page .nav a[aria-current="page"] {
  color: #0d6eee;
  font-weight: 600;
}

.portfolio-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 617px;
  margin: 0 auto;
  background: #f9f9fa;
}

.portfolio-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  text-align: center;
}

.portfolio-kicker {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px;
  color: #0d6eee;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 20px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d6eee;
}

.portfolio-hero h1 {
  width: 526px;
  height: 94px;
  margin: 0;
  color: #121212;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 54px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-hero h1 span {
  color: #0d6eee;
}

.portfolio-hero-copy > p:not(.portfolio-kicker) {
  width: 538px;
  margin: 20px 0 26px;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-copy-mobile {
  display: none;
}

.portfolio-gallery {
  --portfolio-feed-width: min(1106px, calc(100vw - 80px));
  --portfolio-feed-gap: clamp(12px, 1.53vw, 22px);
  width: min(100%, 1440px);
  min-height: 0;
  margin: 0 auto;
  padding: 160px 0 0;
  background: #ffffff;
}

.portfolio-tabs {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 56px;
  margin: 0 auto;
  border: 1px solid #e1e4ed;
  border-radius: 30px;
  background: #f9f9fa;
  padding: 8px 14px;
  isolation: isolate;
}

.portfolio-tab-indicator {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 0;
  width: var(--portfolio-tab-width, 48px);
  height: 40px;
  border-radius: 30px;
  background: #121212;
  transform-origin: center;
  transform: translate3d(var(--portfolio-tab-x, 10px), var(--portfolio-tab-y, 0), 0);
  transition:
    width 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, width, scale;
}

.portfolio-tabs:not(.is-ready) .portfolio-tab-indicator {
  transition: none;
}

.portfolio-tabs.is-pressing .portfolio-tab-indicator {
  animation: portfolio-tab-indicator-press 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-tabs button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #939393;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 20px;
  padding: 10px 8px;
  text-align: center;
  transform-origin: center;
  white-space: nowrap;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  transition: color 180ms ease;
  will-change: transform;
}

.portfolio-tabs .is-active {
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
}

.portfolio-tabs button.is-pressing {
  animation: portfolio-tab-text-press 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes portfolio-tab-indicator-press {
  0% {
    scale: 1;
  }

  38% {
    scale: 0.96 0.9;
  }

  72% {
    scale: 1.035 1.02;
  }

  100% {
    scale: 1;
  }
}

@keyframes portfolio-tab-text-press {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  45% {
    transform: translate3d(0, 1px, 0) scale(0.94);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-tabs.is-pressing .portfolio-tab-indicator,
  .portfolio-tabs button.is-pressing {
    animation: none;
  }
}

.portfolio-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--portfolio-feed-gap);
  width: var(--portfolio-feed-width);
  margin: 60px auto 0;
}

.template-share-page .portfolio-feed {
  margin-top: 0;
}

.portfolio-card {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9fa;
  text-decoration: none;
  isolation: isolate;
  --portfolio-card-pointer-x: 50%;
  --portfolio-card-pointer-y: 50%;
}

.portfolio-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-card-cta {
  position: absolute;
  z-index: 2;
  top: var(--portfolio-card-pointer-y);
  left: var(--portfolio-card-pointer-x);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #121212;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 4px, 0) scale(0.96);
  white-space: nowrap;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-card-cta::after {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url("./assets/arrow-right-white.svg") center / 12px 12px no-repeat;
  content: "";
}

.portfolio-card:hover,
.portfolio-card.is-pointer-active,
.portfolio-card:focus-visible {
  box-shadow: 0 18px 38px rgba(25, 33, 61, 0.13);
  transform: translate3d(0, -6px, 0);
}

.portfolio-card:hover img,
.portfolio-card.is-pointer-active img,
.portfolio-card:focus-visible img {
  transform: scale(1.045);
}

.portfolio-card:hover .portfolio-card-cta,
.portfolio-card.is-pointer-active .portfolio-card-cta,
.portfolio-card:focus-visible .portfolio-card-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.portfolio-card:focus-visible {
  outline: 3px solid rgba(13, 110, 238, 0.35);
  outline-offset: 4px;
}

.portfolio-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--portfolio-feed-width);
  height: 354px;
  max-height: calc((var(--portfolio-feed-width) - (var(--portfolio-feed-gap) * 2)) / 3);
  border-radius: 20px;
  background: #f9f9fa;
  color: #939393;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.portfolio-pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 60px auto 0;
}

.portfolio-pagination a,
.portfolio-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  border: 0;
  background: transparent;
  color: #b4b9c9;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-pagination .is-current {
  color: #121212;
  font-weight: 600;
}

.portfolio-pagination button:not(.portfolio-page-arrow):not(.is-current):hover {
  color: #747b8e;
}

.portfolio-pagination button:disabled {
  cursor: default;
  opacity: 0.45;
}

.portfolio-page-arrow {
  position: relative;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #f9f9fa;
}

.portfolio-pagination .portfolio-page-arrow {
  background: #f9f9fa;
}

.portfolio-page-arrow img {
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.portfolio-page-arrow:first-child img {
  transform: rotate(180deg);
}

.portfolio-page .footer {
  width: min(100%, 1440px);
  height: 228px;
  margin-top: -9px;
  border-top: 0;
}

.portfolio-detail-page {
  width: 100%;
  min-width: 0;
  background: #ffffff;
}

.portfolio-detail-page .site-header {
  flex: 0 0 auto;
  background: transparent;
  padding-right: clamp(40px, 11.6vw, 167px);
  padding-left: clamp(40px, 11.6vw, 167px);
}

.portfolio-detail-page .nav a[aria-current="page"] {
  color: #0d6eee;
  font-weight: 600;
}

.portfolio-detail-gallery {
  width: min(100%, 1440px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(100px, 9.03vw, 130px) clamp(40px, 10.42vw, 150px) 0;
  background: #ffffff;
}

.portfolio-detail-divider {
  width: 100%;
  max-width: 1140px;
  height: 1px;
  margin: 0 auto clamp(100px, 9.03vw, 130px);
  background: #e1e4ed;
}

.portfolio-detail-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(918px, 100%);
  margin: 0 auto;
}

.portfolio-detail-images img {
  display: block;
  width: 100%;
  max-width: 918px;
  height: auto;
  border-radius: 16px;
  background: transparent;
}

.portfolio-template-fonts {
  width: min(918px, 100%);
  margin: clamp(100px, 9.03vw, 130px) auto 0;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-detail-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0;
}

.portfolio-detail-more,
.portfolio-template-download {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.portfolio-detail-more {
  width: 122px;
  background: #121212;
}

.portfolio-template-download {
  width: auto;
  padding: 0 22px;
  background: #0d6eee;
}

.portfolio-template-download[hidden] {
  display: none;
}

.portfolio-detail-more img {
  width: 12px;
  height: 12px;
}

.portfolio-detail-more img {
  transform: rotate(180deg);
}

.portfolio-detail-divider.is-bottom {
  margin-top: clamp(100px, 9.03vw, 130px);
  margin-bottom: 0;
}

.portfolio-detail-page .footer {
  width: min(100%, 1440px);
  height: 244px;
  border-top: 0;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 100;
  max-width: min(360px, calc(100vw - 40px));
  border: 1px solid rgba(225, 228, 237, 0.78);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.92);
  color: #ffffff;
  box-shadow: 0 16px 42px rgba(18, 18, 18, 0.16);
  opacity: 0;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  pointer-events: none;
  text-align: center;
  transform: translate3d(-50%, 12px, 0);
  transition:
    opacity 0.28s var(--ease-out-expo, ease),
    transform 0.28s var(--ease-out-expo, ease);
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.site-header,
.site-header *,
.footer,
.footer * {
  animation: none;
  transition: none;
}

.class-page {
  background: #ffffff;
}

.class-page .site-header {
  background: #f9f9fa;
}

.class-hero {
  display: flex;
  justify-content: center;
  height: 541px;
  background: #f9f9fa;
  padding: 120px max(167px, calc((100vw - 1106px) / 2)) 0;
  text-align: center;
}

.class-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 538px;
}

.class-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 26px;
  color: #0d6eee;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 20px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-kicker span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d6eee;
}

.class-hero h1 {
  width: 526px;
  height: 94px;
  margin: 0;
  color: #121212;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 54px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-hero h1 span,
.class-cta h2 span {
  color: #0d6eee;
}

.class-copy-mobile {
  display: none;
}

.class-hero p:not(.class-kicker),
.class-section-heading p,
.class-cta p {
  margin: 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-hero p:not(.class-kicker) {
  width: 538px;
  margin-top: 28px;
}

.class-hero .button {
  margin-top: 26px;
}

.class-intro,
.class-curriculum,
.class-reviews,
.class-template {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.class-intro {
  height: 705px;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 80px;
}

.class-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.class-section-heading h2,
.class-cta h2 {
  margin: 0;
  color: #121212;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.08px;
  line-height: 50px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-section-heading p {
  margin-top: 28px;
}

.class-skill-cards {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}

.class-skill-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 450px;
  box-sizing: border-box;
  border: 1px solid rgba(225, 228, 237, 0.5);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  overflow: hidden;
  padding: 35px;
}

.class-skill-card > img {
  display: block;
  width: 50px;
  height: 50px;
}

.class-skill-card h3,
.class-review-card h3,
.class-curriculum-stat h3,
.class-template-copy h3 {
  margin: 0;
  color: #121212;
  font-weight: 700;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-skill-card h3 {
  font-size: 20px;
  letter-spacing: -0.44px;
  line-height: 32px;
}

.class-skill-card p,
.class-review-card p,
.class-curriculum-stat p,
.class-template-copy p {
  margin: 20px 0 0;
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-skill-card p {
  max-width: 350px;
  word-break: keep-all;
  overflow-wrap: normal;
}

.class-skill-card:nth-child(2) p {
  max-width: 335px;
}

.class-curriculum {
  height: 1068px;
  padding: 160px max(167px, calc((100vw - 1106px) / 2)) 80px;
}

.class-curriculum-visual {
  width: 916px;
  height: 452px;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
}

.class-curriculum-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-curriculum-stats {
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  column-gap: 50px;
  width: 1000px;
  margin-top: 60px;
  padding: 0 40px 20px;
  box-sizing: border-box;
}

.class-curriculum-stats i {
  display: block;
  width: 1px;
  height: 144px;
  background: #e1e4ed;
}

.class-curriculum-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.class-curriculum-stat span {
  color: #0d6eee;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.51px;
  line-height: 30px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-curriculum-stat h3 {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: -0.44px;
  line-height: 32px;
}

.class-curriculum-stat p {
  margin-top: 20px;
}

.class-reviews {
  height: 972px;
  overflow: hidden;
  padding: 160px 0 80px;
}

.class-reviews .class-section-heading p {
  width: 383px;
}

.class-review-board {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}

.class-review-track {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: max-content;
  will-change: transform;
}

.class-review-track-top {
  padding-left: 200px;
}

.class-review-track-bottom {
  padding-right: 200px;
}

.class-review-track-top.is-class-review-marquee-ready {
  animation: class-review-marquee-left 42s linear infinite;
}

.class-review-track-bottom.is-class-review-marquee-ready {
  animation: class-review-marquee-right 44s linear infinite;
  transform: translate3d(calc(var(--class-review-cycle, 2260px) * -1), 0, 0);
}

@keyframes class-review-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--class-review-cycle, 2260px) * -1), 0, 0);
  }
}

@keyframes class-review-marquee-right {
  from {
    transform: translate3d(calc(var(--class-review-cycle, 2260px) * -1), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .class-review-track.is-class-review-marquee-ready {
    animation: none;
    transform: none;
  }
}

.class-review-card {
  flex: 0 0 410px;
  width: 410px;
  height: auto;
  border: 1px solid rgba(225, 228, 237, 0.5);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  overflow: hidden;
  padding: 31px 35px;
  transition:
    transform 0.45s var(--ease-out-expo),
    border-color 0.45s var(--ease-out-expo),
    box-shadow 0.45s var(--ease-out-expo),
    background-color 0.45s var(--ease-out-expo);
}

.class-review-card:hover,
.class-review-card:focus-within {
  box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
  transform: translate3d(0, -4px, 0);
}

.motion-ready .class-review-card.is-mobile-review-visible:hover,
.motion-ready .class-review-card.is-mobile-review-visible:focus-within {
  box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
  transform: translate3d(0, -4px, 0);
}

.class-review-card:active {
  transform: translate3d(0, -2px, 0) scale(0.995);
}

.class-review-card-wide {
  flex-basis: 420px;
  width: 420px;
}

.class-review-card > img {
  display: block;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 50%;
  background: #f9f9fa;
}

.class-review-card h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 32px;
}

.class-review-card p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 30px;
}

.class-template {
  height: 855px;
  gap: 60px;
  justify-content: center;
  padding: 160px max(167px, calc((100vw - 1106px) / 2));
}

.class-template-content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.class-template-visual {
  width: 700px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.class-template-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-template-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.class-template-copy h3 {
  font-size: 24px;
  letter-spacing: -0.72px;
  line-height: 32px;
}

.class-template-copy p {
  width: min(350px, 100%);
  margin-top: 24px;
  word-break: keep-all;
  overflow-wrap: normal;
}

.class-template-copy .button {
  margin-top: 24px;
}

.class-cta {
  display: flex;
  justify-content: center;
  height: 1008px;
  background: #121212;
  padding: 160px max(167px, calc((100vw - 1106px) / 2));
  text-align: center;
}

.class-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.class-cta h2 {
  color: #ffffff;
}

.class-cta p {
  width: 419px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.class-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}

.class-detail-pill {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 600px;
  height: 63px;
  border: 1px solid rgba(225, 228, 237, 0.2);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  padding: 25px 30px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: -0.54px;
  line-height: 30px;
  text-align: left;
}

.class-detail-pill b {
  flex: 0 0 68px;
  font-weight: 600;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-detail-pill span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.class-cta .button {
  margin-top: 45px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  }

  .motion-ready {
    scroll-behavior: auto;
  }

  .motion-ready.page-transition-prep .page {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
  }

  .motion-ready .page {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
      opacity 0.26s var(--ease-out-expo),
      transform 0.26s var(--ease-out-expo);
  }

  .motion-ready.is-page-leaving .page {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
  }

  .button,
  .portfolio-detail-more,
  .portfolio-template-download,
  .portfolio-card,
  .portfolio-card-cta,
  .portfolio-grid > *,
  .compare-card,
  .compare-preview,
  .compare-card::after,
  .draft-mockup,
  .pricing-stats span,
  .pricing-stats strong,
  .pricing-stats p,
  .process-card,
  .process-steps article,
  .notice-list article,
  .business-accordion article,
  .process-hero-visual img,
  .class-skill-card,
  .feature-grid article,
  .review-track article {
    transition:
      transform 0.45s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      box-shadow 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo),
      opacity 0.45s var(--ease-out-expo);
  }

  .button:hover {
    transform: translate3d(0, -2px, 0);
  }

  .portfolio-detail-more:hover,
  .portfolio-template-download:hover {
    transform: translate3d(0, -2px, 0);
  }

  .portfolio-detail-more:active,
  .portfolio-template-download:active {
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  .button:hover .button-icon {
    transform: translate3d(3px, 0, 0);
  }

  .portfolio-detail-more:hover img {
    transform: translate3d(-3px, 0, 0) rotate(180deg);
  }

  .button-icon,
  .portfolio-detail-more img {
    transition: transform 0.35s var(--ease-out-expo);
  }

  .portfolio-card:active {
    transform: translate3d(0, -2px, 0) scale(0.99);
  }

  .portfolio-grid > *:hover,
  .compare-card:hover,
  .process-card:hover,
  .notice-list article:hover,
  .business-accordion article:hover,
  .review-track article:hover {
    box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
    transform: translate3d(0, -4px, 0);
  }

  .feature-grid {
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .feature-grid article:hover,
  .feature-grid article.is-feature-focus:hover {
    box-shadow:
      0 1px 4px rgba(25, 33, 61, 0.06),
      0 24px 56px rgba(25, 33, 61, 0.105);
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1);
  }

  .feature-grid article:hover .feature-icon {
    transform: translate3d(0, -2px, 0) rotate(-2deg);
  }

  .feature-icon {
    transition: transform 0.45s var(--ease-out-expo);
  }

  .compare-card.is-muted {
    opacity: 0.56;
    transform: translate3d(0, 3px, 0) scale(0.985);
  }

  .compare-card.is-spotlight {
    border-color: var(--line);
    box-shadow:
      0 22px 50px rgba(18, 18, 18, 0.13),
      0 1px 4px rgba(25, 33, 61, 0.08);
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1.018);
  }

  .compare-card.is-muted::after {
    opacity: 0;
  }

  .compare-card.is-muted .compare-preview {
    filter: none;
  }

  .compare-card:hover .compare-preview {
    transform: translate3d(0, -3px, 0) scale(1.025);
  }

  .class-skill-card.is-muted {
    opacity: 0.56;
    transform: translate3d(0, 3px, 0) scale(0.985);
  }

  .class-skill-card.is-spotlight {
    border-color: rgba(225, 228, 237, 0.5);
    box-shadow:
      0 22px 50px rgba(18, 18, 18, 0.13),
      0 1px 4px rgba(25, 33, 61, 0.08);
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1.018);
  }

  .process-card:hover {
    border-color: rgba(13, 110, 238, 0.18);
  }

  .pricing-stats article:hover span {
    border-color: rgba(180, 185, 201, 0.72);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(25, 33, 61, 0.06);
  }

  .pricing-stats article:hover p {
    color: #595959;
  }

  .process-hero-visual.reveal {
    transform: translate3d(-50%, 22px, 0) scale(0.98);
  }

  .process-hero-visual.reveal.is-visible {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .client-logo {
    transition:
      opacity 0.32s var(--ease-out-expo),
      filter 0.32s var(--ease-out-expo);
  }

  .client-logo:hover {
    opacity: 0.82;
    filter: grayscale(0);
  }

  .motion-ready .reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      opacity 0.82s var(--ease-out-expo),
      transform 0.82s var(--ease-out-expo);
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-ready .reveal.fade-down {
    transform: translate3d(0, -14px, 0);
  }

  .motion-ready .reveal.fade-left {
    transform: translate3d(-24px, 0, 0);
  }

  .motion-ready .reveal.fade-right {
    transform: translate3d(24px, 0, 0);
  }

  .motion-ready .reveal.pop-in {
    transform: translate3d(0, 18px, 0) scale(0.96);
  }

  .motion-ready .reveal.process-rise {
    transform: translate3d(0, 18px, 0) scale(0.985);
  }

  .motion-ready .reveal.logo-sweep {
    transform: translate3d(0, 18px, 0) scale(0.98);
  }

  .motion-ready .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .button.reveal.is-visible:hover {
    transform: translate3d(0, -2px, 0) scale(1);
  }

  .motion-ready .compare-card.reveal.is-visible:hover,
  .motion-ready .notice-list article.reveal.is-visible:hover,
  .motion-ready .business-accordion article.reveal.is-visible:hover,
  .motion-ready .review-track article.reveal.is-visible:hover,
  .motion-ready .class-skill-card.reveal.is-visible:hover,
  .motion-ready .class-detail-pill.reveal.is-visible:hover,
  .motion-ready .portfolio-grid > *.reveal.is-visible:hover {
    transform: translate3d(0, -4px, 0) scale(1);
  }

  .notice-list article.is-open:hover,
  .motion-ready .notice-list article.is-open.reveal:hover,
  .motion-ready .notice-list article.is-open.reveal.is-visible:hover {
    box-shadow: none;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .business-accordion article:not(.is-collapsed):hover,
  .motion-ready .business-accordion article:not(.is-collapsed).reveal:hover,
  .motion-ready .business-accordion article:not(.is-collapsed).reveal.is-visible:hover {
    box-shadow: none;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .features.is-feature-sequencing .feature-grid article.reveal.is-visible {
    opacity: 0.46;
    transform: translate3d(0, 8px, 0) scale(0.94);
  }

  .motion-ready .features.is-feature-sequencing .feature-grid article.reveal.is-visible.is-feature-focus {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1);
  }

  .motion-ready .feature-grid article.reveal.is-visible:hover,
  .motion-ready .feature-grid article.reveal.is-visible.is-feature-focus:hover {
    transform: translate3d(0, -8px, 0) scale(1);
  }

  .motion-ready .compare-card.reveal.is-visible.is-muted {
    opacity: 0.56;
    transform: translate3d(0, 3px, 0) scale(0.985);
  }

  .motion-ready .compare-card.reveal.is-visible.is-spotlight,
  .motion-ready .compare-card.reveal.is-visible.is-spotlight:hover {
    transform: translate3d(0, -8px, 0) scale(1.018);
  }

  .motion-ready .class-skill-card.reveal.is-visible.is-muted {
    opacity: 0.56;
    transform: translate3d(0, 3px, 0) scale(0.985);
  }

  .motion-ready .class-skill-card.reveal.is-visible.is-spotlight,
  .motion-ready .class-skill-card.reveal.is-visible.is-spotlight:hover {
    transform: translate3d(0, -8px, 0) scale(1.018);
  }

  .motion-ready .pill-graphic.reveal.is-visible img {
    animation: tag-float 6.8s ease-in-out 0.6s infinite;
  }

  .motion-ready .feature-grid article.reveal.is-visible .feature-icon {
    animation: icon-settle 0.72s var(--ease-out-expo) both;
  }

  @keyframes tag-float {
    0%,
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
      transform: translate3d(0, -18px, 0) rotate(-1.25deg) scale(1.012);
    }
  }

  @keyframes icon-settle {
    from {
      transform: scale(0.9) rotate(-6deg);
    }
    to {
      transform: scale(1) rotate(0deg);
    }
  }
}

@media (min-width: 768px) {
  :root {
    --desktop-page-gutter: clamp(40px, 8vw, 167px);
    --desktop-content-width: min(1106px, calc(100vw - (var(--desktop-page-gutter) * 2)));
    --desktop-compare-card-width: min(541px, calc((var(--desktop-content-width) - 30px) / 2));
    --desktop-feature-card-width: 354px;
    --desktop-review-card-pad: clamp(24px, 2.45vw, 35px);
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
  }

  .hero-copy h1,
  .hero-copy p {
    width: min(538px, var(--desktop-content-width));
  }

  .pill-graphic {
    width: min(748px, calc(100vw - (var(--desktop-page-gutter) * 2)));
    height: auto;
    aspect-ratio: 748 / 229.346;
  }

  .problem {
    min-height: 933px;
    height: auto;
    padding: clamp(120px, 11.11vw, 160px) var(--desktop-page-gutter);
  }

  .problem::before {
    width: min(1060px, calc(100vw - (var(--desktop-page-gutter) * 2)));
  }

  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, var(--desktop-compare-card-width)));
    width: var(--desktop-content-width);
    gap: 30px;
    align-items: start;
    margin-right: auto;
    margin-left: auto;
  }

  .compare-card {
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .paper-area {
    height: auto;
    aspect-ratio: 541 / 289;
  }

  .compare-preview {
    width: 100%;
    height: 100%;
  }

  .card-copy {
    width: calc(100% - clamp(64px, 7.4vw, 80px));
  }

  .portfolio {
    min-height: 1016px;
    height: auto;
  }

  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    width: var(--desktop-content-width);
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-grid > * {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .features-stack,
  .features.is-feature-sequencing .features-stack,
  .features.is-feature-after .features-stack {
    min-width: 0;
  }

  .features {
    min-height: 0;
    height: auto;
    padding: 160px 0;
    background: #f9f9fa;
    overflow: hidden;
  }

  .features-stack {
    position: relative;
    top: auto;
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
    isolation: auto;
    overflow: visible;
  }

  .features-stack::before {
    display: none;
  }

  .features-stack > * {
    position: relative;
    z-index: 1;
  }

  .features.is-feature-sequencing .features-stack,
  .features.is-feature-after .features-stack {
    background: transparent;
  }

  .feature-grid {
    position: relative;
    left: auto;
    display: flex;
    width: 100%;
    gap: 22px;
    margin: 8px 0 -36px;
    padding: 24px var(--desktop-page-gutter) 64px calc(var(--desktop-page-gutter) + clamp(96px, 14vw, 220px));
    overflow-x: hidden;
    overflow-y: visible;
    scroll-padding-left: calc(var(--desktop-page-gutter) + clamp(96px, 14vw, 220px));
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    transform: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .feature-grid::-webkit-scrollbar {
    display: none;
  }

  .feature-grid article {
    width: var(--desktop-feature-card-width);
    flex-basis: var(--desktop-feature-card-width);
    flex-shrink: 0;
    min-height: 286px;
    height: auto;
    padding-right: 35px;
    padding-left: 35px;
    scroll-snap-align: start;
  }

  .feature-controls {
    display: flex;
    justify-content: flex-end;
    width: var(--desktop-content-width);
    gap: 10px;
    margin: 28px auto 0;
  }

  .feature-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(225, 228, 237, 0.9);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    cursor: pointer;
    opacity: 1;
    transition:
      opacity 0.28s var(--ease-out-expo, ease),
      transform 0.28s var(--ease-out-expo, ease),
      box-shadow 0.28s var(--ease-out-expo, ease);
  }

  .feature-arrow:hover:not(:disabled) {
    box-shadow: 0 12px 28px rgba(25, 33, 61, 0.12);
    transform: translate3d(0, -2px, 0);
  }

  .feature-arrow:disabled {
    cursor: default;
    opacity: 0.34;
  }

  .feature-arrow img {
    display: block;
    width: 14px;
    height: 14px;
  }

  .feature-arrow-prev img {
    transform: rotate(180deg);
  }

  .proof {
    min-height: 670px;
    height: auto;
  }

  .logo-cloud {
    width: var(--desktop-content-width);
  }

  .reviews {
    min-height: 843px;
    height: auto;
  }

  .review-board {
    width: var(--desktop-content-width);
  }

  .review-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-track article {
    width: 100%;
    height: 210px;
    flex-basis: auto;
    padding: 0;
  }

  .review-stars {
    position: absolute;
    left: var(--desktop-review-card-pad);
    top: 30px;
  }

  .review-track h3 {
    position: absolute;
    left: var(--desktop-review-card-pad);
    top: 67px;
    width: calc(100% - (var(--desktop-review-card-pad) * 2));
    margin: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .review-track p {
    position: absolute;
    left: var(--desktop-review-card-pad);
    top: 100px;
    width: calc(100% - (var(--desktop-review-card-pad) * 2));
    margin: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .final-cta {
    min-height: 524px;
    height: auto;
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
  }

  .final-cta h2,
  .final-cta p {
    max-width: var(--desktop-content-width);
  }

  .footer {
    min-height: 228px;
    height: auto;
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
    gap: 32px;
  }

  .class-hero,
  .class-intro,
  .class-curriculum,
  .class-template,
  .class-cta {
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
  }

  .class-intro {
    min-height: 705px;
    height: auto;
  }

  .class-curriculum {
    min-height: 1068px;
    height: auto;
  }

  .class-reviews {
    height: auto;
    min-height: 0;
    padding-bottom: 80px;
  }

  .class-template {
    min-height: 0;
    height: auto;
    justify-content: flex-start;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .class-cta {
    min-height: 1008px;
    height: auto;
  }

  .class-hero-inner,
  .class-hero p:not(.class-kicker),
  .class-section-heading {
    width: min(538px, var(--desktop-content-width));
  }

  .class-hero h1 {
    width: min(526px, var(--desktop-content-width));
    height: auto;
  }

  .class-section-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .class-section-heading h2,
  .class-section-heading p {
    max-width: 100%;
  }

  .class-skill-cards {
    width: var(--desktop-content-width);
    gap: 50px;
  }

  .class-skill-card {
    flex: 0 1 450px;
    width: min(450px, calc((var(--desktop-content-width) - 50px) / 2));
    max-width: 450px;
    min-width: 0;
  }

  .class-curriculum-visual {
    width: min(916px, var(--desktop-content-width));
    height: auto;
    aspect-ratio: 916 / 452;
  }

  .class-curriculum-stats {
    width: min(1000px, var(--desktop-content-width));
  }

  .class-curriculum-stat {
    flex: 1 1 0;
    min-width: 0;
  }

  .class-curriculum-stats i {
    flex: 0 0 1px;
  }

  .class-review-track-top {
    padding-left: var(--desktop-page-gutter);
  }

  .class-review-track-bottom {
    padding-right: var(--desktop-page-gutter);
  }

  .class-template-content {
    width: var(--desktop-content-width);
    gap: 60px;
  }

  .class-template-visual {
    flex: 1 1 0;
    width: min(700px, calc(var(--desktop-content-width) - 360px));
    min-width: 0;
    height: 400px;
    aspect-ratio: auto;
  }

  .class-template-copy {
    flex: 0 0 auto;
  }

  .class-cta h2,
  .class-cta p,
  .class-cta-inner {
    max-width: var(--desktop-content-width);
  }

  .class-detail-pill {
    width: min(600px, var(--desktop-content-width));
  }

  .request-hero,
  .draft-guide,
  .request-pricing,
  .request-process,
  .request-notice,
  .request-cta {
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
  }

  .request-hero-inner,
  .request-hero p:not(.request-kicker) {
    width: min(538px, var(--desktop-content-width));
  }

  .request-hero h1 {
    width: min(526px, var(--desktop-content-width));
    height: auto;
  }

  .request-heading {
    width: min(538px, var(--desktop-content-width));
    margin-right: auto;
    margin-left: auto;
  }

  .request-heading h2,
  .request-heading p {
    max-width: 100%;
  }

  .draft-mockup {
    width: min(916px, var(--desktop-content-width));
    height: auto;
    aspect-ratio: 916 / 452;
  }

  .draft-mockup img {
    width: min(916px, calc(var(--desktop-content-width) * 1.06));
  }

  .pricing-stats {
    width: var(--desktop-content-width);
  }

  .request-process-content {
    grid-template-columns: minmax(0, 600px) minmax(320px, 400px);
    gap: clamp(32px, 4vw, 48px);
    width: min(1048px, var(--desktop-content-width));
  }

  .request-process-visual {
    width: 100%;
    height: 400px;
  }

  .process-steps {
    width: min(400px, 100%);
  }

  .process-steps article {
    width: 100%;
  }

  .request-page .process-steps p {
    max-width: calc(100% - 53px);
  }

  .notice-list {
    width: min(800px, var(--desktop-content-width));
  }

  .request-cta h2,
  .request-cta p {
    max-width: var(--desktop-content-width);
  }

  .business-hero,
  .business-clients,
  .business-faq,
  .business-contact {
    padding-right: var(--desktop-page-gutter);
    padding-left: var(--desktop-page-gutter);
  }

  .business-hero {
    height: auto;
    min-height: 541px;
  }

  .business-hero-inner,
  .business-section-heading {
    max-width: var(--desktop-content-width);
    margin-right: auto;
    margin-left: auto;
  }

  .business-hero h1,
  .business-hero p:not(.business-kicker),
  .business-section-heading h2,
  .business-section-heading p {
    max-width: 100%;
  }

  .business-clients .business-section-heading p,
  .business-faq .business-section-heading p,
  .business-contact-heading p {
    width: min(419px, var(--desktop-content-width));
  }

  .business-logo-stack,
  .business-stack-stage {
    width: min(717px, var(--desktop-content-width));
  }

  .business-client-card {
    grid-template-columns: minmax(0, 1fr) 332px;
    width: 100%;
    height: auto;
    min-height: 295px;
  }

  .business-logo-box {
    width: 100%;
    min-width: 0;
    height: 235px;
    aspect-ratio: auto;
  }

  .business-client-copy {
    width: 332px;
    min-width: 332px;
  }

  .business-accordion {
    width: min(800px, var(--desktop-content-width));
  }

  .business-contact-inner {
    width: var(--desktop-content-width);
  }

  .business-form {
    width: min(523px, 100%);
  }
}

@media (min-width: 1200px) {
  .business-logo-stack,
  .business-stack-stage {
    width: 717px;
  }

  .business-client-card {
    grid-template-columns: 300px 332px;
    gap: 25px;
    width: 717px;
    height: 295px;
    min-height: 295px;
    padding: 30px;
  }

  .business-logo-box {
    width: 300px;
    height: 235px;
    aspect-ratio: auto;
  }

  .business-client-copy {
    width: 332px;
    min-width: 332px;
    padding: 20px 10px 0;
  }

  .class-template-content {
    width: 1106px;
  }

  .class-template-visual {
    flex: 0 0 700px;
    width: 700px;
    height: 400px;
    aspect-ratio: auto;
  }
}

@media (min-width: 1080px) and (max-width: 1199px) {
  .class-template-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 60px;
    align-items: center;
    width: var(--desktop-content-width);
  }

  .class-template-visual {
    width: 100%;
    min-width: 0;
    height: 400px;
    aspect-ratio: auto;
  }

  .class-template-copy {
    width: 100%;
  }

  .request-pricing {
    height: auto;
    min-height: 0;
    padding-bottom: 80px;
  }

  .pricing-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(560px, var(--desktop-content-width));
    height: auto;
    margin-top: 56px;
    padding: 0;
    gap: 0;
  }

  .pricing-stats article {
    width: 100%;
    min-height: 0;
    padding: 0 0 32px;
    justify-content: flex-start;
  }

  .pricing-stats article:not(:last-child) {
    margin-bottom: 34px;
  }

  .pricing-stats article:last-child {
    padding-bottom: 0;
  }

  .pricing-stats article:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1211px) {
  .review-board {
    width: min(730px, var(--desktop-content-width));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-track {
    display: contents;
  }

  .review-track article {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px 32px;
  }

  .review-stars,
  .review-track h3,
  .review-track p {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }

  .review-stars {
    width: 99px;
    height: 20px;
    flex: 0 0 auto;
  }

  .review-track h3 {
    margin-top: 22px;
  }

  .review-track p {
    margin-top: auto;
  }
}

@media (min-width: 768px) and (max-width: 875px) {
  .review-board {
    width: 354px;
    grid-template-columns: 354px;
  }
}

@media (min-width: 768px) and (max-width: 1126px) {
  .portfolio {
    min-height: 0;
  }

  .portfolio-grid > *:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .problem {
    min-height: 0;
  }

  .class-template-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 60px;
    align-items: center;
    width: var(--desktop-content-width);
  }

  .class-template-visual {
    width: 100%;
    min-width: 0;
    height: 400px;
    aspect-ratio: auto;
  }

  .class-template-copy {
    width: 100%;
    min-width: 0;
  }

  .compare-grid {
    grid-template-columns: minmax(0, min(541px, var(--desktop-content-width)));
    gap: 40px;
  }

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

  .portfolio-grid > * {
    grid-column: span 2;
  }

  .portfolio-grid > *:nth-child(7) {
    grid-column: 2 / span 2;
  }

  .portfolio-grid > *:nth-child(8) {
    grid-column: 4 / span 2;
  }

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

  .review-track {
    display: contents;
  }

  .review-track article {
    min-width: 0;
  }

  .request-hero {
    height: auto;
    min-height: 541px;
  }

  .draft-guide,
  .request-pricing,
  .request-process,
  .request-notice,
  .request-cta {
    height: auto;
  }

  .draft-guide {
    min-height: 0;
    padding-top: 140px;
  }

  .request-pricing {
    min-height: 0;
    padding-bottom: 80px;
  }

  .request-process {
    min-height: 0;
  }

  .pricing-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(560px, var(--desktop-content-width));
    height: auto;
    margin-top: 56px;
    padding: 0;
    gap: 0;
  }

  .pricing-stats article {
    width: 100%;
    min-height: 0;
    padding: 0 0 32px;
    justify-content: flex-start;
  }

  .pricing-stats article:not(:last-child) {
    margin-bottom: 34px;
  }

  .pricing-stats article:last-child {
    padding-bottom: 0;
  }

  .pricing-stats article:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .pricing-stats strong {
    font-size: 40px;
    letter-spacing: -1.36px;
    margin-top: 14px;
  }

  .pricing-stats p {
    font-size: 17px;
    letter-spacing: -0.48px;
    margin-top: 10px;
  }

  .request-process-content {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 360px);
  }

  .process-steps {
    width: 100%;
  }

  .process-step-toggle {
    grid-template-columns: 42px minmax(0, 1fr) 17px;
  }

  .request-page .process-steps p {
    width: 240px;
    max-width: calc(100% - 53px);
    font-size: 17px;
    letter-spacing: -0.51px;
    line-height: 30px;
  }

  .request-cta {
    min-height: 524px;
  }

}

@media (min-width: 768px) and (max-width: 875px) {
  .review-board {
    width: 354px;
    grid-template-columns: 354px;
  }
}

@media (min-width: 768px) and (max-width: 1155px) {
  .class-curriculum-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(560px, var(--desktop-content-width));
    margin: 56px auto 0;
    padding: 0;
  }

  .class-curriculum-stats i {
    width: 100%;
    height: 1px;
    margin: 38px 0;
  }

  .class-curriculum-stat {
    align-items: center;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1130px) {
  .class-skill-cards {
    flex-direction: column;
    align-items: center;
    width: 450px;
    max-width: var(--desktop-content-width);
    gap: 28.125px;
  }

  .class-skill-card {
    flex: 0 0 auto;
    width: 450px;
    max-width: 100%;
    transform-origin: center center;
  }

  .class-skill-card.is-muted,
  .motion-ready .class-skill-card.reveal.is-visible.is-muted {
    transform: scale(0.985);
  }

  .class-skill-card.is-spotlight,
  .motion-ready .class-skill-card.reveal.is-visible.is-spotlight,
  .motion-ready .class-skill-card.reveal.is-visible.is-spotlight:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  :root {
    --mobile-page-gutter: clamp(20px, 8.14vw, 35px);
    --mobile-content-width: min(360px, calc(100vw - (var(--mobile-page-gutter) * 2)));
    --mobile-card-width: min(354px, var(--mobile-content-width));
    --mobile-problem-card-width: min(358px, var(--mobile-content-width));
    --mobile-card-padding-x: clamp(24px, 6.52vw, 28px);
  }

  html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .site-header {
    position: relative;
    z-index: 1002;
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .logo img {
    width: 50px;
    height: 21px;
    object-fit: contain;
  }

  .logo {
    position: relative;
    z-index: 1003;
    width: 50px;
    height: 21px;
  }

  .nav {
    display: none;
  }

  .mobile-menu-toggle,
  .mobile-menu-panel-toggle {
    position: relative;
    z-index: 1003;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-panel-toggle {
    position: absolute;
    top: 22.5px;
    right: 28px;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-menu-toggle span,
  .mobile-menu-panel-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: #353e5c;
    transition:
      transform 220ms ease,
      opacity 180ms ease;
  }

  .mobile-menu-toggle span + span,
  .mobile-menu-panel-toggle span + span {
    margin-top: 5px;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: none;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 1;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: none;
  }

  .site-header::after {
    display: none;
  }

  .mobile-menu-backdrop {
    display: none;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 271px;
    padding: 87px 28px 0;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0.14) 100%),
      rgba(255, 255, 255, 0.04);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.54),
      inset 0 -1px 0 rgba(255, 255, 255, 0.18),
      0 18px 55px rgba(18, 18, 18, 0.1);
    -webkit-backdrop-filter: blur(16px) saturate(1.35) contrast(0.98) brightness(1.04);
    backdrop-filter: blur(16px) saturate(1.35) contrast(0.98) brightness(1.04);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -4px, 0);
    transition:
      opacity 320ms ease,
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu-panel::before {
    position: absolute;
    inset: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    background:
      linear-gradient(120deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.06) 38%, rgba(255, 255, 255, 0) 100%);
    content: "";
    pointer-events: none;
  }

  .mobile-menu-blur-surface {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 271px;
    overflow: hidden;
    pointer-events: none;
    contain: paint;
  }

  .mobile-menu-blur-page {
    width: 100%;
    min-height: 100vh;
    filter: blur(10px);
    transform: translate3d(0, var(--mobile-menu-blur-offset, 0px), 0) scale(1.025);
    transform-origin: top center;
  }

  .mobile-menu-panel-header {
    position: absolute;
    top: 24px;
    left: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 50px;
    height: 21px;
    pointer-events: auto;
  }

  .mobile-menu-logo {
    display: block;
    width: 50px;
    height: 21px;
    overflow: hidden;
  }

  .mobile-menu-logo img {
    display: block;
    width: 50px;
    height: 21px;
    object-fit: contain;
  }

  .mobile-menu-brand {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.48px;
  }

  .mobile-menu-brand::after {
    color: #0d6eee;
    content: ".";
  }

  .mobile-menu-label {
    color: #aab2c1;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 16px;
  }

  .mobile-menu-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    min-height: 0;
    border-top: 0;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.48px;
    text-decoration: none;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .mobile-menu-nav a::after {
    display: none;
  }

  .mobile-menu-nav a[aria-current="page"] {
    color: #595959;
  }

  .mobile-menu-note {
    display: none;
  }

  .is-mobile-menu-open {
    overflow: hidden;
  }

  .is-mobile-menu-open .page {
    padding-top: 70px;
  }

  .is-mobile-menu-open .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1004;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .is-mobile-menu-open .logo,
  .is-mobile-menu-open .mobile-menu-toggle {
    z-index: 1005;
  }

  .is-mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .is-mobile-menu-open .mobile-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .is-mobile-menu-open .mobile-menu-panel-toggle {
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    position: relative;
    height: 692px;
    min-height: 0;
    overflow: hidden;
    padding: 96px var(--mobile-page-gutter) 0;
  }

  .hero-copy h1 {
    width: var(--mobile-content-width);
    min-height: 0;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.6px;
  }

  .hero-copy p {
    width: var(--mobile-content-width);
    margin: 24px 0 24px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
  }

  .hero-actions {
    gap: 16px;
  }

  .button {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
  }

  .pill-graphic {
    position: absolute;
    top: 440px;
    left: 50%;
    width: min(533px, 124vw);
    height: 164px;
    margin: 0;
    transform: translateX(-50%);
  }

  .pill-graphic img {
    height: 100%;
    object-fit: cover;
  }

  section h2 {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -0.81px;
  }

  .problem,
  .portfolio,
  .features,
  .proof,
  .reviews,
  .final-cta,
  .footer {
    width: 100%;
  }

  .problem {
    height: auto;
    padding: 100px var(--mobile-page-gutter) 80px;
  }

  .problem::before {
    display: none;
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: var(--mobile-problem-card-width);
    margin: 48px auto 0;
  }

  .compare-card {
    width: var(--mobile-problem-card-width);
    min-height: 393px;
    height: auto;
    border-radius: 20px;
    opacity: 1;
    transform: none;
  }

  .compare-card::after {
    display: none;
  }

  .paper-area {
    height: 236px;
  }

  .compare-preview {
    width: 100%;
    height: 236px;
  }

  .card-copy {
    width: calc(100% - 32px);
    margin: 30px auto 0;
    padding: 0 13px 30px;
  }

  h3,
  .card-copy h3,
  .feature-grid h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  .card-copy p,
  .feature-grid p,
  .review-track p,
  .final-cta p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
  }

  .copy-desktop {
    display: none;
  }

  .copy-mobile {
    display: inline;
  }

  .portfolio {
    min-height: 894px;
    height: auto;
    padding: 80px var(--mobile-page-gutter) 100px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14.603px;
    justify-content: start;
    width: var(--mobile-content-width);
    margin: 48px auto 32px;
  }

  .portfolio-grid > * {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
  }

  .small {
    height: 48px;
    padding: 18px 20px;
  }

  .features {
    height: auto;
    position: relative;
    z-index: 2;
    padding: 100px var(--mobile-page-gutter) 80px;
    overflow: visible;
  }

  .features-stack {
    display: block;
    position: relative;
    top: auto;
    z-index: 20;
    width: var(--mobile-content-width);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  .features h2 {
    margin: 0;
  }

  .features h2::before {
    display: none;
  }

  .features.is-feature-mobile-stack .features-stack {
    position: relative;
    top: auto;
  }

  .features.is-feature-mobile-stack {
    height: auto;
  }

  .feature-grid {
    display: grid;
    gap: 20px;
    width: var(--mobile-card-width);
    height: auto;
    margin: 48px auto 0;
    position: relative;
    left: 0;
    transform: none;
    overflow: visible;
    --feature-card-2-y: 234px;
    --feature-card-3-y: 468px;
    --feature-card-4-y: 702px;
  }

  .feature-controls {
    display: none;
  }

  .feature-grid article {
    width: var(--mobile-card-width);
    min-height: 0;
    height: auto;
    border: 0;
    border-radius: 20px;
    padding: 28px var(--mobile-card-padding-x) calc(var(--mobile-card-padding-x) + 2px);
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    transform-origin: top center;
    overflow: visible;
  }

  .feature-grid article + article {
    margin-top: 0;
  }

  .feature-grid article:nth-child(1) {
    z-index: 1;
  }

  .feature-grid article:nth-child(2) {
    transform: none;
    z-index: 2;
  }

  .feature-grid article:nth-child(3) {
    transform: none;
    z-index: 3;
  }

  .feature-grid article:nth-child(4) {
    transform: none;
    z-index: 4;
  }

  .features.is-feature-mobile-stack .feature-grid article.is-feature-focus {
    box-shadow:
      0 1px 4px rgba(25, 33, 61, 0.08),
      0 18px 42px rgba(25, 33, 61, 0.08);
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
  }

  .feature-grid p {
    margin-top: 18px;
  }

  .proof {
    min-height: 483px;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px var(--mobile-page-gutter) 0;
  }

  .logo-cloud {
    position: relative;
    width: calc(100vw - 32px);
    height: 238px;
    margin: 55px auto 0;
  }

  .logo-row {
    height: 66px;
  }

  .logo-row + .logo-row {
    margin-top: 20px;
  }

  .logo-cell {
    flex-basis: 176px;
    width: 176px;
    height: 66px;
  }

  .client-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .reviews {
    position: relative;
    height: auto;
    overflow: visible;
    padding: 80px var(--mobile-page-gutter) 160px;
  }

  .review-rail-stage {
    position: relative;
    top: auto;
    z-index: 1;
    width: var(--mobile-content-width);
    height: auto;
    margin: 0 auto;
    overflow: visible;
    contain: layout;
  }

  .reviews h2 {
    position: static;
    top: auto;
    z-index: 2;
    width: var(--mobile-content-width);
    margin: 0 auto;
    text-box-edge: auto;
    text-box-trim: none;
    transform: none;
    will-change: auto;
  }

  .review-board {
    width: var(--mobile-card-width);
    height: auto;
    overflow: visible;
    margin: 48px auto 0;
    padding: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: grid;
    gap: 20px;
    transform: none;
    will-change: auto;
  }

  .review-track {
    display: contents;
    gap: 20px;
    padding: 0;
    opacity: 1;
  }

  .review-track-top {
    transform: none;
  }

  .review-track-bottom {
    margin-top: 0;
    transform: none;
  }

  .review-track-top article:first-child {
    display: none;
  }

  .review-track article {
    width: var(--mobile-card-width);
    min-height: 189px;
    height: auto;
    flex: 0 0 auto;
    border: 1px solid rgba(225, 228, 237, 0.5);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    padding: 27px var(--mobile-card-padding-x) 30px;
    position: relative;
    opacity: var(--review-card-opacity, 1);
    transform: none;
    transform-origin: center center;
    overflow: hidden;
    will-change: opacity, transform;
  }

  .review-track-bottom article {
    width: var(--mobile-card-width);
    min-height: 189px;
    height: auto;
    padding: 27px var(--mobile-card-padding-x) 30px;
  }

  .review-track article.is-review-rail-active {
    box-shadow:
      0 1px 4px rgba(25, 33, 61, 0.08),
      0 18px 42px rgba(25, 33, 61, 0.08);
  }

  .review-stars {
    position: static;
    width: 99px;
    height: 20px;
    transform-origin: 12% 50%;
  }

  .review-track p {
    position: static;
    width: 100%;
    margin: 19px 0 0;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .review-track h3 {
    position: static;
    width: 100%;
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .final-cta {
    min-height: 519px;
    height: auto;
    padding: 160px var(--mobile-page-gutter);
  }

  .final-cta h2,
  .final-cta p {
    width: var(--mobile-content-width);
  }

  .final-cta h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.28px;
  }

  .final-cta p {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
  }

  .final-cta .hero-actions {
    margin-top: 24px;
  }

  .final-cta .button {
    padding: 18px 20px;
  }

  .footer {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    min-height: 202px;
    height: auto;
    gap: 30px;
    padding: 36px var(--mobile-page-gutter) 57px;
    border-top: 0;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.28px;
  }

  .footer p {
    width: var(--mobile-content-width);
    margin: 0;
    border-top: 1px solid #e1e4ed;
    padding-top: 35px;
    text-align: center;
    white-space: normal;
  }

  .socials {
    justify-content: center;
    width: 192px;
    height: 34px;
    gap: 16px;
  }

  .socials a,
  .social-circle {
    width: 34px;
    height: 34px;
  }

  .portfolio-copy-desktop {
    display: none;
  }

  .portfolio-copy-mobile {
    display: inline;
  }

  .portfolio-page {
    width: 100%;
    min-width: 0;
  }

  .portfolio-page .site-header {
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .portfolio-page .site-header::after {
    right: 28px;
    width: 24px;
    height: 24px;
  }

  .portfolio-hero {
    width: 100%;
    height: 519px;
    overflow: hidden;
    background: #f9f9fa;
  }

  .portfolio-hero-copy {
    width: var(--mobile-content-width);
    margin-top: 96px;
  }

  .portfolio-kicker {
    gap: 8px;
    margin: 0 0 21px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.34px;
  }

  .portfolio-kicker span {
    width: 6px;
    height: 6px;
  }

  .portfolio-hero h1 {
    width: var(--mobile-content-width);
    height: auto;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.6px;
  }

  .portfolio-hero-copy > p:not(.portfolio-kicker) {
    width: var(--mobile-content-width);
    margin: 24px 0 24px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
  }

  .portfolio-gallery {
    --portfolio-feed-width: var(--mobile-content-width);
    --portfolio-feed-gap: clamp(12px, 3.4vw, 14.603px);
    width: 100%;
    padding: 100px var(--mobile-page-gutter) 80px;
  }

  .portfolio-tabs {
    gap: 10px;
    width: max-content;
    max-width: var(--mobile-content-width);
    height: 54px;
    padding: 8px 13px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .portfolio-tabs::-webkit-scrollbar {
    display: none;
  }

  .portfolio-tabs.is-overflowing {
    background:
      linear-gradient(90deg, #f9f9fa 0%, rgba(249, 249, 250, 0) 18px) left center / 32px 100% no-repeat,
      linear-gradient(270deg, #f9f9fa 0%, rgba(249, 249, 250, 0) 18px) right center / 32px 100% no-repeat,
      #f9f9fa;
  }

  .portfolio-tab-indicator {
    top: 7px;
    height: 38px;
  }

  .portfolio-tabs button {
    height: 38px;
    padding: 9px 7px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
  }

  .portfolio-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--portfolio-feed-gap);
    width: var(--portfolio-feed-width);
    margin-top: 48px;
  }

  .portfolio-card {
    border-radius: 20px;
    transform: none;
  }

  .portfolio-card:hover,
  .portfolio-card.is-pointer-active,
  .portfolio-card:focus-visible {
    box-shadow: none;
    transform: none;
  }

  .portfolio-card:hover img,
  .portfolio-card.is-pointer-active img,
  .portfolio-card:focus-visible img {
    transform: none;
  }

  .portfolio-card-cta {
    display: none;
  }

  .portfolio-empty {
    width: var(--portfolio-feed-width);
    height: auto;
    min-height: calc((var(--portfolio-feed-width) - var(--portfolio-feed-gap)) / 2);
    max-height: none;
    font-size: 16px;
    line-height: 27px;
  }

  .portfolio-pagination {
    gap: 12px;
    height: 40px;
    margin-top: 48px;
  }

  .portfolio-pagination a,
  .portfolio-pagination button {
    min-width: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
  }

  .portfolio-pagination > .portfolio-page-arrow {
    display: none !important;
    width: 0;
    min-width: 0;
    height: 0;
    flex-basis: 0;
    overflow: hidden;
  }

  .portfolio-page .footer {
    width: 100%;
    min-height: 202px;
    height: auto;
    margin-top: 0;
    padding: 36px var(--mobile-page-gutter) 57px;
  }

  .portfolio-detail-page {
    width: 100%;
    min-width: 0;
  }

  .portfolio-detail-page .site-header {
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .portfolio-detail-page .site-header::after {
    right: 28px;
    width: 24px;
    height: 24px;
  }

  .portfolio-detail-gallery {
    width: 100%;
    min-height: 0;
    padding: 113px var(--mobile-page-gutter) 80px;
    background: #ffffff;
  }

  .portfolio-detail-divider {
    display: none;
  }

  .portfolio-detail-images {
    gap: 20px;
    width: var(--mobile-content-width);
    margin: 0 auto;
  }

  .portfolio-detail-images img {
    width: 100%;
    max-width: var(--mobile-content-width);
    height: auto;
    border-radius: 16px;
    background: transparent;
  }

  .portfolio-template-fonts {
    width: var(--mobile-content-width);
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 22px;
  }

  .portfolio-detail-actions {
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .portfolio-detail-more,
  .portfolio-template-download {
    height: 48px;
    font-size: 15px;
    line-height: 20px;
  }

  .portfolio-detail-more {
    width: 122px;
  }

  .portfolio-detail-gallery > .portfolio-detail-more {
    margin: 40px auto 0;
  }

  .portfolio-template-download {
    width: auto;
    padding: 0 22px;
  }

  .portfolio-detail-divider.is-bottom {
    display: none;
  }

  .portfolio-detail-page .footer {
    width: 100%;
    min-height: 202px;
    height: auto;
    padding: 36px var(--mobile-page-gutter) 57px;
  }

  .request-page .site-header {
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .request-page .request-hero {
    height: 449px;
    padding: 96px var(--mobile-page-gutter) 0;
  }

  .request-page .request-hero-inner {
    width: var(--mobile-content-width);
  }

  .request-page .request-kicker {
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.34px;
  }

  .request-page .request-kicker span {
    width: 6px;
    height: 6px;
  }

  .request-page .request-hero h1 {
    width: var(--mobile-content-width);
    height: auto;
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 42px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .request-hero p:not(.request-kicker),
  .request-page .request-heading p,
  .request-page .request-cta p {
    width: var(--mobile-content-width);
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
    word-break: keep-all;
    overflow-wrap: normal;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .request-hero p:not(.request-kicker) {
    margin-top: 24px;
  }

  .request-page .request-hero .button {
    margin-top: 24px;
  }

  .request-page .draft-guide {
    height: 726px;
    padding: 100px 0 0;
    overflow: hidden;
  }

  .request-page .request-heading {
    width: var(--mobile-content-width);
    margin: 0 auto;
  }

  .request-page .request-pricing .request-heading {
    width: 100%;
    max-width: 346px;
    align-items: center;
    text-align: center;
  }

  .request-page .request-pricing .request-heading h2,
  .request-page .request-pricing .request-heading p {
    width: 100%;
  }

  .request-page .request-heading h2 {
    margin-bottom: 24px;
    font-size: 26px;
    letter-spacing: -0.84px;
    line-height: 39px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .draft-guide .button {
    margin-top: 24px;
  }

  .request-page .draft-mockup {
    width: 100vw;
    height: 397px;
    margin-top: 60px;
    border-radius: 0;
  }

  .request-page .draft-mockup img {
    top: 0;
    width: 520px;
    max-width: none;
    opacity: 0.5;
    transform: translateX(-50%);
  }

  .request-page .draft-mockup::after {
    height: 150px;
  }

  .request-page .request-pricing {
    height: 830px;
    padding: 100px var(--mobile-page-gutter) 80px;
  }

  .request-page .pricing-stats {
    display: flex;
    flex-direction: column;
    width: var(--mobile-content-width);
    height: 540px;
    margin: 48px auto 0;
    padding: 0;
  }

  .request-page .pricing-stats article {
    height: 180px;
    padding: 0;
    justify-content: flex-start;
  }

  .request-page .pricing-stats article:last-child {
    height: 180px;
  }

  .request-page .pricing-stats article:not(:last-child)::after {
    top: 156px;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .request-page .pricing-stats span {
    height: 45px;
    padding: 17px 20px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .request-page .pricing-stats article:not(:first-child) span {
    margin-top: 12px;
  }

  .request-page .pricing-stats strong {
    margin-top: 10px;
    font-size: 34px;
    letter-spacing: -1.36px;
    line-height: 34px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .pricing-stats small {
    font-size: 16px;
    line-height: 27px;
  }

  .request-page .pricing-stats p {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .request-process {
    min-height: 1232px;
    height: auto;
    background: #ffffff;
    padding: 100px 0 80px;
  }

  .request-page .request-process-content {
    display: block;
    width: 100%;
    margin: 48px auto 0;
  }

  .request-page .request-process-visual {
    display: none;
  }

  .request-page .process-steps {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: var(--mobile-card-width);
    margin: 0 auto;
  }

  .request-page .process-steps article,
  .request-page .process-steps article:nth-child(4),
  .request-page .process-steps article:nth-child(5) {
    grid-column: auto;
    width: var(--mobile-card-width);
    height: auto;
    min-height: 0;
    border: 1px solid rgba(225, 228, 237, 0.5);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    padding: 30px 30px 7px 28px;
    overflow: visible;
    transition:
      transform 0.45s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      box-shadow 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo);
  }

  .request-page .process-step-toggle {
    position: relative;
    display: block;
    height: 11px;
    min-height: 11px;
    padding: 0;
    cursor: default;
    pointer-events: none;
    user-select: none;
  }

  .request-page .process-step-number {
    display: block;
    height: 11px;
    font-size: 15px;
    letter-spacing: -0.45px;
    line-height: 27px;
    overflow: visible;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .process-step-title {
    display: none;
  }

  .request-page .process-step-arrow {
    display: none;
  }

  .request-page .process-steps article.is-open .process-step-arrow {
    transform: none;
  }

  .motion-ready .request-page .process-steps article.reveal.is-visible .process-step-arrow {
    animation: none;
  }

  .request-page .process-steps article:hover,
  .request-page .process-steps article:focus-within,
  .motion-ready .request-page .process-steps article.reveal.is-visible:hover,
  .motion-ready .request-page .process-steps article.reveal.is-visible:focus-within {
    box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
    transform: translate3d(0, -4px, 0);
  }

  .request-page .process-steps article:active,
  .motion-ready .request-page .process-steps article.reveal.is-visible:active {
    transform: translate3d(0, -2px, 0) scale(0.995);
  }

  .request-page .process-step-title-mobile {
    display: block;
    height: 14px;
    margin: 15px 0 14px;
    overflow: visible;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 32px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .process-steps p {
    max-height: none;
    width: min(210px, 100%);
    max-width: none;
    margin: 0;
    overflow: visible;
    opacity: 1;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .request-notice {
    height: auto;
    min-height: 0;
    padding: 100px var(--mobile-page-gutter) 160px;
  }

  .request-page .notice-list {
    gap: 16px;
    width: var(--mobile-card-width);
    margin: 48px auto 0;
  }

  .request-page .notice-list article {
    display: block;
    height: 56px;
    overflow: hidden;
    border-radius: 100px;
    padding: 0 24px;
    transition:
      border-color 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      border-radius 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      background-color 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      box-shadow 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      transform 0.42s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
  }

  .request-page .notice-list article.is-open {
    height: auto;
    min-height: 0;
    border-radius: 20px;
    padding: 0 24px 24px;
  }

  .request-page .notice-title h3 {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 20px;
    text-box-edge: auto;
    text-box-trim: none;
  }

  .request-page .notice-title {
    height: 56px;
  }

  .request-page .notice-title button {
    width: 12.5px;
    height: 12.5px;
    font-size: 12.5px;
    line-height: 12.5px;
    transform: translateY(1px);
  }

  .request-page .notice-list article.is-open .notice-title {
    height: 56px;
    padding-bottom: 0;
  }

  .request-page .notice-panel {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
    list-style: none;
    padding-left: 6px;
    transform: none;
    transition:
      max-height 0.5s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      margin 0.5s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      opacity 0.08s ease;
  }

  .request-page .notice-panel li {
    padding-left: 12px;
  }

  .request-page .notice-panel li::before {
    height: 4px;
    top: 11.5px;
    width: 4px;
  }

  .request-page .notice-list article.is-open .notice-panel {
    max-height: 340px;
    margin-top: 20px;
    transform: none;
  }

  .request-page .request-cta {
    height: 519px;
    padding: 160px var(--mobile-page-gutter) 0;
  }

  .request-page .request-cta h2 {
    width: var(--mobile-content-width);
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 42px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .request-page .request-cta p {
    margin-top: 24px;
  }

  .request-page .request-cta .button {
    width: 106px;
    margin-top: 22px;
  }

  .request-page .footer {
    height: 181px;
    min-height: 181px;
    padding: 36px var(--mobile-page-gutter) 36px;
  }

  .request-page .footer p {
    padding-top: 35px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 10px;
  }

  .business-page .site-header {
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .business-page .site-header::after {
    right: 28px;
    width: 24px;
    height: 24px;
  }

  .business-hero {
    height: 449px;
    padding: 96px var(--mobile-page-gutter) 0;
  }

  .business-hero-inner,
  .business-section-heading {
    width: var(--mobile-content-width);
    max-width: var(--mobile-content-width);
    margin: 0 auto;
  }

  .business-kicker {
    width: 76px;
    height: 20px;
    margin: 0 0 21px;
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 20px;
  }

  .business-hero h1 {
    width: var(--mobile-content-width);
    font-size: 32px;
    letter-spacing: -1.6px;
    line-height: 42px;
  }

  .business-hero p:not(.business-kicker),
  .business-section-heading p {
    width: var(--mobile-content-width);
    margin: 24px 0 0;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .business-hero .button {
    margin-top: 24px;
  }

  .business-clients {
    min-height: 0;
    padding: 100px var(--mobile-page-gutter) 80px;
    overflow: visible;
  }

  .business-clients .business-section-heading h2,
  .business-faq .business-section-heading h2 {
    width: var(--mobile-content-width);
    font-size: 26px;
    letter-spacing: -0.84px;
    line-height: 39px;
  }

  .business-clients .business-section-heading p,
  .business-faq .business-section-heading p {
    width: var(--mobile-content-width);
    margin-top: 24px;
  }

  .business-logo-stack,
  .business-stack-stage {
    width: var(--mobile-card-width);
  }

  .business-logo-stack {
    margin: 48px auto 0;
  }

  .business-stack-stage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }

  .business-case-progress {
    display: none;
  }

  .business-client-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: var(--mobile-card-width);
    min-height: 0;
    height: auto;
    border-color: rgba(225, 228, 237, 0.5);
    border-radius: 20px;
    background: #ffffff;
    padding: 30px var(--mobile-card-padding-x);
    opacity: 1;
    transform: none;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    transition:
      transform 0.45s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      box-shadow 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo);
  }

  .business-client-card:hover,
  .business-client-card:focus-within,
  .motion-ready .business-client-card.reveal.is-visible:hover,
  .motion-ready .business-client-card.reveal.is-visible:focus-within {
    box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
    transform: translate3d(0, -4px, 0);
  }

  .business-client-card:active,
  .motion-ready .business-client-card.reveal.is-visible:active {
    transform: translate3d(0, -2px, 0) scale(0.995);
  }

  .business-client-card:nth-of-type(1) {
    order: 1;
  }

  .business-client-card:nth-of-type(2) {
    order: 4;
  }

  .business-client-card:nth-of-type(3) {
    order: 2;
  }

  .business-client-card:nth-of-type(4) {
    order: 3;
  }

  .business-client-card:nth-of-type(5) {
    display: none;
  }

  .motion-ready .business-client-card:nth-of-type(5).reveal,
  .motion-ready .business-client-card:nth-of-type(5).reveal.is-visible {
    display: none;
  }

  .business-client-card:nth-of-type(6) {
    order: 5;
  }

  .business-logo-box {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    aspect-ratio: auto;
  }

  .business-client-card:nth-of-type(1) .business-logo-box img {
    --business-logo-width: 136px;
  }

  .business-client-card:nth-of-type(2) .business-logo-box img {
    --business-logo-width: 57px;
    --business-logo-max-height: 30px;
  }

  .business-client-card:nth-of-type(3) .business-logo-box img {
    --business-logo-width: 78px;
  }

  .business-client-card:nth-of-type(4) .business-logo-box img {
    --business-logo-width: 144px;
  }

  .business-client-card:nth-of-type(6) .business-logo-box img {
    --business-logo-width: 78px;
    --business-logo-max-height: 36px;
  }

  .business-client-copy {
    width: 100%;
    padding: 0;
  }

  .business-client-copy > span {
    display: none;
  }

  .business-client-copy .copy-desktop {
    display: none;
  }

  .business-client-copy .copy-mobile {
    display: inline;
    margin: 0;
    text-box-edge: inherit;
    text-box-trim: inherit;
  }

  .business-client-copy h3 .copy-mobile {
    color: #121212;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-box-edge: inherit;
    text-box-trim: inherit;
  }

  .business-client-copy p .copy-mobile {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 27px;
    text-box-edge: inherit;
    text-box-trim: inherit;
  }

  .business-client-copy h3 {
    margin: 0 0 20px;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    line-height: 30px;
    white-space: normal;
    word-break: break-word;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .business-client-copy p {
    margin: 0;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 27px;
    word-break: break-word;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .business-faq {
    min-height: 0;
    padding: 100px var(--mobile-page-gutter) 160px;
  }

  .business-faq .business-section-heading .button {
    margin-top: 24px;
  }

  .business-accordion {
    gap: 16px;
    width: min(357px, var(--mobile-content-width));
    margin: 48px auto 0;
  }

  .business-accordion article {
    display: block;
    width: 100%;
    height: 56px;
    border-color: rgba(225, 228, 237, 0.5);
    border-radius: 100px;
    padding: 0 20px 0 24px;
    transition:
      border-color 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      border-radius 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      background-color 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      box-shadow 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
      transform 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
  }

  .business-accordion article.is-collapsed {
    display: block;
    height: 56px;
    padding: 0 20px 0 24px;
  }

  .business-accordion article:not(.is-collapsed) {
    display: block;
    height: auto;
    min-height: 0;
    border-radius: 20px;
    padding: 0 20px 24px 24px;
  }

  .business-accordion button {
    align-items: center;
    min-height: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .business-accordion article.is-collapsed button {
    height: 56px;
  }

  .business-accordion article:not(.is-collapsed) button {
    height: 56px;
  }

  .business-accordion button > span:last-child {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    transform: translateY(0);
  }

  .business-accordion button:hover > span:last-child {
    transform: translateY(0);
  }

  .business-accordion p {
    max-height: 260px;
    margin: 0;
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .business-accordion p .faq-mobile-flow {
    display: none;
  }

  .business-accordion .is-collapsed {
    height: 56px;
  }

  .business-accordion .is-collapsed p {
    transform: none;
  }

  .business-contact {
    min-height: 0;
    padding: 160px var(--mobile-page-gutter);
  }

  .business-contact-inner {
    width: var(--mobile-content-width);
  }

  .business-contact-heading h2 {
    width: var(--mobile-content-width);
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 42px;
  }

  .business-contact-heading p {
    width: var(--mobile-content-width);
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .business-form {
    gap: 18px;
    width: var(--mobile-content-width);
    margin: 40px auto 0;
    border: 1px solid rgba(225, 228, 237, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 26px clamp(22px, 5.35vw, 23px) 20px;
  }

  .business-form label {
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 20px;
  }

  .business-form input,
  .business-form textarea {
    height: 46px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 16px;
    font-size: 15px;
  }

  .business-form textarea {
    height: 92px;
    border-radius: 20px;
    padding: 13px 16px;
    line-height: 20px;
  }

  .business-form button {
    height: 39px;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 20px;
  }

  .business-form-status {
    min-height: 18px;
    margin: -12px 0 0;
    font-size: 13px;
    line-height: 18px;
  }

  .business-form-status:empty {
    display: none;
  }

  .business-page .footer {
    min-height: 181px;
    height: auto;
    padding: 36px var(--mobile-page-gutter);
  }

  .business-page .footer p {
    width: var(--mobile-content-width);
    padding-top: 35px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 10px;
  }

  .class-copy-mobile {
    display: inline;
  }

  .class-copy-desktop {
    display: none;
  }

  .class-page .site-header {
    height: 70px;
    padding: 24px 28px 25px;
    background: #f9f9fa;
  }

  .class-page .site-header::after {
    right: 28px;
  }

  .class-page .class-hero {
    height: 449px;
    padding: 96px var(--mobile-page-gutter) 0;
    background: #f9f9fa;
  }

  .class-page .class-hero-inner {
    width: var(--mobile-content-width);
  }

  .class-page .class-kicker {
    margin-bottom: 21px;
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 20px;
  }

  .class-page .class-hero h1 {
    width: var(--mobile-content-width);
    height: auto;
    font-size: 32px;
    letter-spacing: -1.6px;
    line-height: 42px;
  }

  .class-page .class-hero p:not(.class-kicker) {
    width: var(--mobile-content-width);
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-hero .button {
    margin-top: 24px;
  }

  .class-page .class-intro {
    height: auto;
    padding: 100px var(--mobile-page-gutter) 80px;
  }

  .class-page .class-section-heading {
    width: var(--mobile-content-width);
    margin: 0 auto;
  }

  .class-page .class-section-heading h2 {
    width: var(--mobile-content-width);
    font-size: 26px;
    letter-spacing: -0.84px;
    line-height: 39px;
  }

  .class-page .class-section-heading p {
    width: var(--mobile-content-width);
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-skill-cards {
    flex-direction: column;
    gap: 20px;
    width: var(--mobile-card-width);
    margin: 48px auto 0;
  }

  .class-page .class-skill-card {
    width: var(--mobile-card-width);
    gap: 18px;
    border-radius: 20px;
    padding: 28px var(--mobile-card-padding-x) 30px;
  }

  .class-page .class-skill-card > img {
    width: 45px;
    height: 45px;
  }

  .class-page .class-skill-card h3,
  .class-page .class-review-card h3,
  .class-page .class-template-copy h3 {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
  }

  .class-page .class-skill-card p,
  .class-page .class-review-card p,
  .class-page .class-template-copy p {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-skill-card p {
    max-width: 100%;
  }

  .class-page .class-skill-card.is-muted,
  .motion-ready .class-page .class-skill-card.reveal.is-visible.is-muted {
    border-color: rgba(225, 228, 237, 0.5);
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    opacity: 0.56;
    transform: scale(0.985);
  }

  .class-page .class-skill-card.is-spotlight,
  .motion-ready .class-page .class-skill-card.reveal.is-visible.is-spotlight,
  .motion-ready .class-page .class-skill-card.reveal.is-visible.is-spotlight:hover {
    border-color: rgba(225, 228, 237, 0.5);
    box-shadow:
      0 18px 42px rgba(18, 18, 18, 0.12),
      0 1px 4px rgba(25, 33, 61, 0.08);
    opacity: 1;
    transform: none;
  }

  .class-page .class-curriculum {
    height: auto;
    padding: 100px var(--mobile-page-gutter) 80px;
  }

  .class-page .class-curriculum .class-section-heading {
    width: min(346px, var(--mobile-content-width));
  }

  .class-page .class-curriculum .class-section-heading h2,
  .class-page .class-curriculum .class-section-heading p {
    width: 100%;
  }

  .class-page .class-curriculum-visual {
    width: min(434px, 100vw);
    height: 214px;
    margin-top: 48px;
    border-radius: 0;
  }

  .class-page .class-curriculum-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .class-page .class-curriculum-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--mobile-content-width);
    margin: 48px auto 0;
    padding: 0;
  }

  .class-page .class-curriculum-stats i {
    width: 100%;
    height: 1px;
    margin: 39px 0;
  }

  .class-page .class-curriculum-stat {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .class-page .class-curriculum-stat span {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-curriculum-stat h3 {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
  }

  .class-page .class-curriculum-stat p {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-reviews {
    height: auto;
    overflow: visible;
    padding: 100px 0 80px;
  }

  .class-page .class-reviews .class-section-heading p {
    width: var(--mobile-content-width);
  }

  .class-page .class-review-board {
    width: var(--mobile-card-width);
    margin: 48px auto 0;
    gap: 20px;
    overflow: visible;
  }

  .class-page .class-review-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: var(--mobile-card-width);
    padding: 0;
    animation: none !important;
    transform: none !important;
  }

  .class-page .class-review-track [data-class-review-clone="true"] {
    display: none;
  }

  .class-page .class-review-mobile-hidden {
    display: none;
  }

  .class-page .class-review-card,
  .class-page .class-review-card-wide {
    flex: 0 0 auto;
    width: var(--mobile-card-width);
    min-height: 0;
    padding: 28px var(--mobile-card-padding-x) 30px;
    border-radius: 20px;
  }

  .motion-ready .class-page .class-review-card:not(.class-review-mobile-hidden):not([data-class-review-clone="true"]) {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    transition:
      opacity 0.68s var(--ease-out-expo),
      transform 0.68s var(--ease-out-expo),
      box-shadow 0.36s var(--ease-out-expo);
    transition-delay: var(--class-review-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-ready .class-page .class-review-card:not(.class-review-mobile-hidden):not([data-class-review-clone="true"]).is-mobile-review-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
  }

  .motion-ready .class-page .class-review-card:not(.class-review-mobile-hidden):not([data-class-review-clone="true"]).is-mobile-review-visible:hover,
  .motion-ready .class-page .class-review-card:not(.class-review-mobile-hidden):not([data-class-review-clone="true"]).is-mobile-review-visible:focus-within {
    box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
    transform: translate3d(0, -4px, 0);
  }

  .class-page .class-review-card > img {
    width: 45px;
    height: 45px;
    margin-bottom: 18px;
    padding: 10px;
  }

  .class-page .class-template {
    height: auto;
    gap: 48px;
    overflow: hidden;
    padding: 100px 0 160px;
  }

  .class-page .class-template-content {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .class-page .class-template-visual {
    width: 100vw;
    height: 314px;
    margin-bottom: -60px;
    border-radius: 0;
  }

  .class-page .class-template-visual img {
    position: relative;
    left: 50%;
    width: 541px;
    max-width: none;
    height: 369px;
    object-fit: cover;
    transform: translateX(-50%);
  }

  .class-page .class-template-copy {
    position: relative;
    z-index: 1;
    align-items: center;
    width: min(326px, calc(100vw - 70px));
    border: 1px solid rgba(225, 228, 237, 0.5);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
    padding: 35px 30px 30px;
    text-align: center;
  }

  .class-page .class-template-copy .button {
    margin-top: 24px;
  }

  .class-page .class-cta {
    height: auto;
    padding: 160px var(--mobile-page-gutter);
  }

  .class-page .class-cta-inner {
    width: var(--mobile-content-width);
  }

  .class-page .class-cta h2 {
    width: var(--mobile-content-width);
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 42px;
  }

  .class-page .class-cta p {
    width: var(--mobile-content-width);
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-details {
    width: min(346px, var(--mobile-content-width));
    gap: 16px;
    margin-top: 40px;
  }

  .class-page .class-detail-pill {
    width: 100%;
    height: auto;
    min-height: 60px;
    gap: 6px;
    padding: 25px 30px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 27px;
  }

  .class-page .class-detail-pill b {
    flex-basis: 60px;
  }

  .class-page .class-cta .button {
    margin-top: 40px;
  }

  .class-page .footer {
    flex-direction: column-reverse;
    min-height: 202px;
    height: auto;
    gap: 30px;
    padding: 36px var(--mobile-page-gutter);
  }

  .class-page .footer p {
    width: var(--mobile-content-width);
    padding-top: 35px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 30px;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .motion-ready .pill-graphic.reveal {
    transform:
      translateX(-50%)
      translate3d(0, 18px, 0)
      scale(0.96);
  }

  .motion-ready .pill-graphic.reveal.is-visible {
    transform:
      translateX(-50%)
      translate3d(0, 0, 0)
      scale(1);
  }

  .motion-ready .problem .compare-card:nth-child(1).reveal {
    transform: translate3d(0, 26px, 0) scale(0.985);
  }

  .motion-ready .problem .compare-card:nth-child(2).reveal {
    transform: translate3d(0, 20px, 0) scale(0.94);
  }

  .motion-ready .problem .compare-card.reveal.is-visible,
  .motion-ready .problem .compare-card.reveal.is-visible:hover {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .business-page .business-client-card {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    transition:
      opacity 0.68s var(--ease-out-expo),
      transform 0.68s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      box-shadow 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo);
    transition-delay: var(--business-mobile-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-ready .business-page .business-client-card.is-mobile-business-visible,
  .motion-ready .business-page .business-client-card.is-mobile-business-visible.reveal,
  .motion-ready .business-page .business-client-card.is-mobile-business-visible.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
  }

  .motion-ready .business-page .business-client-card.is-mobile-business-visible:hover,
  .motion-ready .business-page .business-client-card.is-mobile-business-visible:focus-within,
  .motion-ready .business-page .business-client-card.is-mobile-business-visible.reveal.is-visible:hover,
  .motion-ready .business-page .business-client-card.is-mobile-business-visible.reveal.is-visible:focus-within {
    box-shadow: 0 16px 34px rgba(25, 33, 61, 0.11);
    transform: translate3d(0, -4px, 0);
  }

  .problem.is-problem-story {
    --problem-gallery-gap: 160px;
    height: 1103px;
    padding: 92px var(--mobile-page-gutter) 104px;
    overflow: visible;
  }

  .problem.is-problem-story + .portfolio {
    margin-top: 0;
  }

  .problem.is-problem-story .problem-story-stack {
    position: relative;
    top: auto;
    z-index: 5;
    will-change: auto;
  }

  .problem.is-problem-story .compare-grid {
    position: relative;
    display: block;
    width: var(--mobile-problem-card-width);
    height: 540px;
    margin: 89px auto 0;
    overflow: visible;
    perspective: 1100px;
  }

  .problem.is-problem-story .compare-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
      0 26px 60px rgba(20, 42, 80, 0.16),
      0 2px 8px rgba(20, 42, 80, 0.08);
    transform-origin: center top;
    will-change: opacity, transform;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .problem.is-problem-story .compare-card::after {
    display: block;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
      linear-gradient(180deg, rgba(25, 118, 255, 0.12), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.35s var(--ease-out-expo);
  }

  .problem.is-problem-story .compare-card.is-problem-front::after {
    opacity: 0.06;
  }

  .problem.is-problem-story .compare-card.is-problem-front {
    border-color: rgba(255, 255, 255, 0.92);
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .problem.is-problem-story .paper-area {
    background: #f7f7f7;
  }

  .problem.is-problem-story .compare-preview {
    width: calc(100% - 36px);
    height: auto;
    max-height: 206px;
    object-fit: contain;
  }

  .problem.is-problem-story .card-copy {
    opacity: var(--problem-copy-opacity, 1);
    transform: translate3d(0, var(--problem-copy-y, 0), 0);
    transition: none;
    will-change: opacity, transform;
  }

  .motion-ready .problem.is-problem-story h2.reveal,
  .motion-ready .problem.is-problem-story h2.reveal.is-visible {
    transform: none;
  }

  .motion-ready .problem.is-problem-story .compare-card.reveal,
  .motion-ready .problem.is-problem-story .compare-card.reveal.is-visible,
  .motion-ready .problem.is-problem-story .compare-card.reveal.is-visible:hover {
    transition:
      box-shadow 0.36s var(--ease-out-expo),
      border-color 0.36s var(--ease-out-expo),
      background-color 0.36s var(--ease-out-expo);
  }

  .motion-ready .problem.is-problem-story .compare-card:nth-child(1).reveal,
  .motion-ready .problem.is-problem-story .compare-card:nth-child(1).reveal.is-visible,
  .motion-ready .problem.is-problem-story .compare-card:nth-child(1).reveal.is-visible:hover {
    opacity: var(--problem-card-1-opacity, 1);
    transform:
      translate3d(0, var(--problem-card-1-y, 0), 0)
      scale(var(--problem-card-1-scale, 1))
      rotate(var(--problem-card-1-rotate, 0deg));
  }

  .motion-ready .problem.is-problem-story .compare-card:nth-child(2).reveal,
  .motion-ready .problem.is-problem-story .compare-card:nth-child(2).reveal.is-visible,
  .motion-ready .problem.is-problem-story .compare-card:nth-child(2).reveal.is-visible:hover {
    opacity: var(--problem-card-2-opacity, 0.5);
    transform:
      translate3d(0, var(--problem-card-2-y, 246px), 0)
      scale(var(--problem-card-2-scale, 0.935))
      rotate(var(--problem-card-2-rotate, 2.2deg));
  }

  .portfolio.is-portfolio-flow .portfolio-grid {
    perspective: 900px;
  }

  .portfolio.is-portfolio-flow .portfolio-grid > * {
    position: relative;
    overflow: hidden;
    opacity: var(--portfolio-card-opacity, 0.38);
    transform:
      translate3d(0, var(--portfolio-card-y, 52px), 0)
      scale(var(--portfolio-card-scale, 0.92))
      rotate(var(--portfolio-card-rotate, 0deg));
    transform-origin: center 78%;
    will-change: opacity, transform;
  }

  .portfolio.is-portfolio-flow .portfolio-grid > *::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 48%),
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 62%);
    content: "";
    opacity: 0.24;
    pointer-events: none;
  }

  .motion-ready .portfolio.is-portfolio-flow .portfolio-grid > *.reveal,
  .motion-ready .portfolio.is-portfolio-flow .portfolio-grid > *.reveal.is-visible,
  .motion-ready .portfolio.is-portfolio-flow .portfolio-grid > *.reveal.is-visible:hover {
    opacity: var(--portfolio-card-opacity, 0.38);
    transform:
      translate3d(0, var(--portfolio-card-y, 52px), 0)
      scale(var(--portfolio-card-scale, 0.92))
      rotate(var(--portfolio-card-rotate, 0deg));
    box-shadow: none;
    transition:
      background-color 0.4s var(--ease-out-expo);
  }

  .motion-ready .features h2.reveal,
  .motion-ready .features h2.reveal.is-visible {
    transform: none;
    transition: none;
  }

  .motion-ready .logo-cloud.reveal {
    filter: blur(6px) grayscale(1);
    transition:
      opacity 0.86s var(--ease-out-expo),
      transform 0.86s var(--ease-out-expo),
      filter 0.86s var(--ease-out-expo);
  }

  .motion-ready .logo-cloud.reveal.is-visible {
    filter: blur(0) grayscale(0.34);
  }

  .motion-ready .reviews h2.reveal,
  .motion-ready .reviews h2.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-ready .review-track article.reveal {
    transform: translate3d(0, 24px, 0) scale(0.98);
  }

  .motion-ready .review-track article.reveal.is-visible,
  .motion-ready .review-track article.reveal.is-visible:hover {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .review-track article.reveal.is-visible .review-stars {
    animation: review-star-pop 0.66s var(--ease-out-expo) both;
  }

  .motion-ready .review-track article:nth-child(2).reveal.is-visible .review-stars {
    animation-delay: 0.08s;
  }

  .motion-ready .review-track article:nth-child(3).reveal.is-visible .review-stars {
    animation-delay: 0.16s;
  }

  .motion-ready .reviews.is-review-rail .review-track article.reveal,
  .motion-ready .reviews.is-review-rail .review-track article.reveal.is-visible,
  .motion-ready .reviews.is-review-rail .review-track article.reveal.is-visible:hover {
    opacity: var(--review-card-opacity, 0.54);
    transform: scale(var(--review-card-scale, 0.94));
    transition:
      box-shadow 0.36s var(--ease-out-expo);
  }

  .motion-ready .reviews.is-review-rail .review-stars.is-review-star-pop {
    animation: review-star-pop 0.66s var(--ease-out-expo) both;
  }

  .motion-ready .feature-grid article.reveal,
  .motion-ready .feature-grid article.reveal.is-visible:hover {
    transition:
      opacity 0.96s var(--ease-out-expo),
      transform 0.96s var(--ease-out-expo),
      box-shadow 0.45s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo);
  }

  .motion-ready .feature-grid article.reveal {
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.98);
  }

  .motion-ready .feature-grid article.reveal.is-visible,
  .motion-ready .feature-grid article.reveal.is-visible:hover {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .feature-grid article.reveal.is-visible .feature-icon {
    animation:
      icon-settle 0.72s var(--ease-out-expo) both,
      feature-icon-float 4.8s ease-in-out 0.85s infinite;
  }

  .motion-ready .feature-grid article:nth-child(2).reveal.is-visible .feature-icon {
    animation-delay: 0ms, 1.05s;
  }

  .motion-ready .feature-grid article:nth-child(3).reveal.is-visible .feature-icon {
    animation-delay: 0ms, 1.25s;
  }

  .motion-ready .feature-grid article:nth-child(4).reveal.is-visible .feature-icon {
    animation-delay: 0ms, 1.45s;
  }

  .feature-grid article {
    transition:
      box-shadow 0.45s var(--ease-out-expo),
      border-color 0.45s var(--ease-out-expo),
      background-color 0.45s var(--ease-out-expo);
  }

  .motion-ready .final-cta h2.reveal.is-visible .accent-word {
    animation: cta-word-glow 1.1s var(--ease-out-expo) 0.22s both;
  }

  @keyframes feature-icon-float {
    0%,
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
      transform: translate3d(0, -5px, 0) rotate(-2deg);
    }
  }

  @keyframes review-star-pop {
    0% {
      filter: saturate(0.82);
      transform: translate3d(-6px, 0, 0) scale(0.92);
    }

    58% {
      filter: saturate(1.18);
      transform: translate3d(0, 0, 0) scale(1.08);
    }

    100% {
      filter: saturate(1);
      transform: translate3d(0, 0, 0) scale(1);
    }
  }

  @keyframes cta-word-glow {
    0% {
      text-shadow: 0 0 0 rgba(13, 110, 238, 0);
    }

    52% {
      text-shadow: 0 0 18px rgba(13, 110, 238, 0.4);
    }

    100% {
      text-shadow: 0 0 0 rgba(13, 110, 238, 0);
    }
  }

}

@media (max-width: 767px) {
  .is-mobile-menu-open .site-header {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
