.scale-page {
  background:
    radial-gradient(circle at 15% 15%, rgba(204, 255, 0, 0.035), transparent 24%),
    var(--black);
}

.scale-page h2 {
  text-wrap: balance;
}

.scale-page :is(a, summary):focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}

.scale-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.scale-hero::before,
.scale-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.scale-hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.76) 55%, rgba(5, 5, 5, 0.56) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.72)),
    linear-gradient(rgba(204, 255, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204, 255, 0, 0.045) 1px, transparent 1px);
  background-size: cover, cover, 72px 72px, 72px 72px;
}

.scale-hero::after {
  z-index: 1;
  width: 560px;
  height: 560px;
  top: 24%;
  right: -180px;
  border: 1px solid rgba(204, 255, 0, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(204, 255, 0, 0.025), 0 0 0 180px rgba(204, 255, 0, 0.018);
}

.scale-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.scale-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.scale-hero .site-header,
.scale-hero__content,
.scale-hero__marker {
  position: relative;
  z-index: 2;
}

.scale-hero__content {
  display: flex;
  min-height: calc(100svh - 150px);
  max-width: 1160px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 120px;
}

.scale-hero h1 {
  max-width: 1000px;
  font-size: clamp(3.4rem, 6.6vw, 5.8rem);
  letter-spacing: -0.045em;
}

.scale-hero p {
  max-width: 680px;
  margin-top: 28px;
  color: #d5d8ce;
  font-size: 1.08rem;
}

.scale-text-link {
  color: #e9ecdf;
  font-size: 0.84rem;
  font-weight: 800;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.scale-text-link:hover {
  color: var(--primary);
}

.scale-hero__marker {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scale-split,
.scale-investment__grid,
.scale-assurance__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.scale-sticky-title {
  position: sticky;
  top: 36px;
  margin: 0;
}

.scale-problem {
  padding: 96px 0;
}

.scale-problem .scale-split {
  align-items: center;
}

.scale-problem .scale-sticky-title {
  position: relative;
  top: auto;
}

.scale-problem__content {
  display: grid;
  gap: 28px;
  color: #c8ccc0;
  font-size: 1.02rem;
}

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

.scale-check-list li {
  position: relative;
  padding-left: 26px;
  color: #e2e5db;
}

.scale-check-list li::before {
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 12px rgba(204, 255, 0, 0.3);
  content: "";
}

.scale-check-list--muted {
  margin: 0;
}

.scale-check-list--muted li::before {
  border: 1px solid rgba(204, 255, 0, 0.5);
  background: transparent;
}

.scale-emphasis {
  padding: 28px;
  border-left: 3px solid var(--primary);
  color: #fff;
  background: linear-gradient(90deg, var(--primary-soft), transparent);
  font-size: 1.22rem;
}

.scale-statement {
  padding: 118px 0;
  border-block: 1px solid var(--line);
  background: var(--primary);
  color: #050505;
}

.scale-statement__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  column-gap: clamp(60px, 9vw, 150px);
  row-gap: 24px;
  align-items: center;
}

.scale-statement__inner > .eyebrow {
  grid-column: 1 / -1;
}

.scale-statement .eyebrow,
.scale-statement h2 {
  color: #050505;
}

.scale-statement .eyebrow::before {
  background: #050505;
}

.scale-statement h2 {
  grid-column: 1;
  max-width: 780px;
  margin-top: 8px;
  font-size: clamp(3.7rem, 6.2vw, 6rem);
  letter-spacing: -0.05em;
}

.scale-statement__copy {
  grid-column: 2;
  display: grid;
  max-width: 700px;
  gap: 17px;
  margin: 0;
  font-size: 1.08rem;
}

.scale-statement__copy strong {
  font-size: 1.32rem;
}

.scale-header-wide {
  max-width: 900px;
}

.scale-solution,
.scale-deliverables,
.scale-process,
.scale-faq {
  padding: 120px 0;
}

.scale-solution__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.scale-solution__copy {
  display: grid;
  gap: 22px;
  color: #c8ccc0;
  font-size: 1.04rem;
}

.scale-solution__copy strong {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.45rem;
}

.scale-solution__copy .btn {
  width: fit-content;
  margin-top: 10px;
}

.scale-orbit {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(204, 255, 0, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 255, 0, 0.16), transparent 58%);
  box-shadow: inset 0 0 70px rgba(204, 255, 0, 0.04);
}

.scale-orbit::before,
.scale-orbit::after {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(204, 255, 0, 0.22);
  border-radius: 50%;
  content: "";
}

.scale-orbit::after {
  inset: 34%;
  border-style: solid;
}

.scale-orbit strong {
  z-index: 2;
  color: var(--primary);
  font-family: "Ubuntu", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.scale-orbit span {
  position: absolute;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #ecf0e5;
  background: #0c0d0c;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scale-orbit span:nth-child(1) { top: 8%; }
.scale-orbit span:nth-child(2) { right: -2%; }
.scale-orbit span:nth-child(3) { bottom: 8%; }
.scale-orbit span:nth-child(4) { left: -2%; }

.scale-method {
  border-block: 1px solid var(--line);
  background: #0b0c0b;
}

.scale-method__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.scale-method__grid article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.scale-method__grid article:last-child {
  border-right: 0;
}

.scale-method__grid span,
.scale-deliverables__grid article > span,
.scale-compare article > span,
.scale-offer-card > span {
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scale-method__grid h3 {
  margin-top: 88px;
  font-size: 1.35rem;
}

.scale-method__grid p {
  margin-top: 14px;
  color: var(--muted);
}

.scale-method__note {
  max-width: 780px;
  margin: 42px auto 0;
  color: #daddd2;
  text-align: center;
}

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

.scale-deliverables__grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #171917, #0d0e0d);
  box-shadow: var(--shadow);
}

.scale-deliverables__grid h3 {
  position: relative;
  padding-top: 24px;
  font-size: 1.95rem;
  letter-spacing: -0.025em;
}

.scale-deliverables__grid h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(204, 255, 0, 0.24);
  content: "";
}

.scale-deliverables__grid ul,
.scale-compare ul,
.scale-assurance ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  color: #c4c8bc;
  list-style: none;
}

.scale-deliverables__grid li::before,
.scale-compare li::before {
  margin-right: 10px;
  color: var(--primary);
  content: "—";
}

.scale-deliverables__featured {
  grid-column: 1 / -1;
}

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

.scale-deliverables__featured p {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
}

.scale-transformation {
  background: #0d0f0d;
}

.scale-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: stretch;
}

.scale-compare article {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #131513;
}

.scale-compare__after {
  border-color: rgba(204, 255, 0, 0.34) !important;
  background: linear-gradient(145deg, rgba(204, 255, 0, 0.1), #111311) !important;
}

.scale-compare__arrow {
  align-self: center;
  color: var(--primary);
  font-size: 2.5rem;
}

.scale-fit {
  background: #202320;
}

.scale-fit__inner {
  max-width: 1080px;
}

.scale-fit__header {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.scale-fit__header .eyebrow {
  justify-content: center;
}

.scale-fit__header h2 {
  font-size: clamp(2.7rem, 5.3vw, 4.5rem);
}

.scale-fit__header p {
  max-width: 690px;
  margin-inline: auto;
}

.scale-fit__map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.scale-fit__map article {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #282b28, #1a1c1a);
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.scale-fit__map article:hover {
  border-color: rgba(204, 255, 0, 0.52);
  background: linear-gradient(145deg, rgba(204, 255, 0, 0.08), #1a1c1a 60%);
  transform: translateY(-3px);
}

.scale-fit__number {
  position: absolute;
  right: 28px;
  top: 22px;
  color: rgba(204, 255, 0, 0.18);
  font-family: "Ubuntu", sans-serif;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
}

.scale-fit__plan {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #050505;
  background: var(--primary);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scale-fit__map h3 {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin-top: 52px;
  font-size: 1.55rem;
}

.scale-fit__map article p {
  margin-top: 16px;
  color: #c9cdc1;
}

.scale-fit__map article > a {
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.scale-fit__map article > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.scale-fit__diagnosis {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 2px;
  padding: 30px 34px;
  border: 1px solid rgba(204, 255, 0, 0.46);
  border-radius: 18px;
  background: #171917;
}

.scale-fit__diagnosis span {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.scale-fit__diagnosis p {
  margin-top: 5px;
  color: var(--muted);
}

.scale-timeline {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scale-timeline::before {
  position: absolute;
  left: 34px;
  top: 35px;
  bottom: 35px;
  width: 1px;
  background: var(--line);
  content: "";
}

.scale-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding: 24px 0;
}

.scale-timeline li > span {
  z-index: 1;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);
  background: var(--black);
  font-weight: 800;
}

.scale-timeline h3 {
  font-size: 1.45rem;
}

.scale-timeline p {
  max-width: 680px;
  margin-top: 8px;
  color: var(--muted);
}

.scale-process__note {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 30px;
  margin-top: 45px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--primary-soft);
}

.scale-process__note strong {
  color: var(--primary);
  font-family: "Ubuntu", sans-serif;
  font-size: 1.3rem;
}

.scale-process__note p {
  color: #d1d5ca;
}

.scale-investment {
  border-block: 1px solid var(--line);
  background: #0d0f0d;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(150deg, #1a1c1a, #101110);
  box-shadow: var(--shadow);
}

.plan-card--featured {
  border-color: rgba(204, 255, 0, 0.72);
  background: linear-gradient(150deg, rgba(204, 255, 0, 0.14), #121411 58%);
}

.plan-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #050505;
  background: var(--primary);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-card__tag {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-card h3 {
  min-height: 112px;
  margin-top: 26px;
  font-size: 1.42rem;
}

.plan-card__price {
  display: grid;
  gap: 4px;
  margin-top: 26px;
}

.plan-card__price small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-card__price strong {
  color: var(--primary);
  font-family: "Ubuntu", sans-serif;
  font-size: 2.35rem;
  line-height: 1;
}

.plan-card__price--custom strong {
  font-size: 2rem;
}

.plan-card > p {
  margin-top: 24px;
  color: #c5c9bd;
}

.plan-card > ul,
.enterprise-plan__scope ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  color: #d2d5cc;
  font-size: 0.88rem;
  list-style: none;
}

.plan-card > ul li::before,
.enterprise-plan__scope li::before {
  margin-right: 9px;
  color: var(--primary);
  content: "✓";
}

.plan-card .btn {
  width: 100%;
  margin-top: auto;
  padding-inline: 16px;
  text-align: center;
}

.enterprise-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  margin-top: 18px;
  padding: 42px;
  border: 1px solid rgba(204, 255, 0, 0.58);
  border-radius: 20px;
  background:
    linear-gradient(120deg, rgba(204, 255, 0, 0.13), transparent 45%),
    #151715;
  box-shadow: var(--shadow);
}

.enterprise-plan h3 {
  max-width: 670px;
  margin-top: 20px;
  font-size: 2.1rem;
}

.enterprise-plan__copy > p {
  max-width: 650px;
  margin-top: 18px;
  color: #c7cbbf;
}

.enterprise-plan__copy .btn {
  margin-top: 30px;
}

.enterprise-plan__scope {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.36);
}

.enterprise-plan__scope > strong {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.12rem;
}

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

.enterprise-plan__scope small {
  display: block;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.5;
}

.scale-investment__grid {
  align-items: center;
}

.scale-investment__grid > div > p {
  margin-top: 22px;
  color: var(--muted);
}

.scale-offer-card {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border: 1px solid rgba(204, 255, 0, 0.5);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(204, 255, 0, 0.12), #111311 48%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.scale-offer-card::after {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -130px;
  right: -90px;
  border-radius: 50%;
  background: var(--primary);
  filter: blur(80px);
  opacity: 0.16;
  content: "";
}

.scale-offer-card > p {
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.scale-offer-card > strong {
  display: block;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
}

.scale-offer-card ol {
  display: grid;
  gap: 12px;
  margin: 34px 0;
  padding: 24px 0;
  border-block: 1px solid var(--line);
  color: #d6d9cf;
  list-style: none;
}

.scale-offer-card ol b {
  display: inline-block;
  width: 42px;
  color: var(--primary);
}

.scale-offer-card .btn {
  width: 100%;
}

.scale-offer-card small {
  display: block;
  margin-top: 20px;
  color: #8f938a;
  line-height: 1.5;
}

.scale-assurance__grid ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.scale-assurance__grid li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.scale-assurance__grid li::before {
  margin-right: 10px;
  color: var(--primary);
  content: "✓";
}

.scale-faq {
  background: #0d0f0d;
}

.scale-faq__visual {
  position: sticky;
  display: flex;
  min-height: 640px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #080908;
}

.scale-faq__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0%, rgba(5, 5, 5, 0.12) 42%, rgba(5, 5, 5, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.7) 0%, rgba(5, 5, 5, 0.16) 72%, transparent 100%);
  content: "";
  pointer-events: none;
}

.scale-faq__video {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.scale-faq__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scale-faq__visual > .eyebrow,
.scale-faq__visual > h2 {
  position: relative;
  z-index: 2;
}

.scale-faq__visual h2 {
  max-width: 430px;
  margin-top: 18px;
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  line-height: 1.02;
  text-align: left;
}

.scale-faq__visual .eyebrow {
  justify-content: flex-start;
  text-align: left;
}

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

.scale-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #131513;
}

.scale-faq summary {
  padding: 22px 54px 22px 24px;
  cursor: pointer;
}

.scale-faq details p {
  padding: 0 24px 24px;
  color: var(--muted);
}

.scale-portfolio__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
}

.scale-portfolio__grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  aspect-ratio: 4 / 5;
  background: var(--panel);
}

.scale-portfolio__grid figure:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}

.scale-portfolio__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.scale-portfolio__grid figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.scale-final {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 100%, rgba(204, 255, 0, 0.18), transparent 38%),
    #080908;
  text-align: center;
}

.scale-final__inner {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
}

.scale-final h2 {
  margin-top: 22px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.scale-final p {
  max-width: 730px;
  margin-top: 22px;
  color: #c3c7bb;
}

.scale-final .actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .scale-solution__grid,
  .scale-split,
  .scale-investment__grid,
  .scale-assurance__grid {
    grid-template-columns: 1fr;
  }

  .scale-sticky-title {
    position: static;
  }

  .scale-faq__visual {
    min-height: 430px;
    padding: 32px;
  }

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

  .scale-method__grid article:nth-child(2) {
    border-right: 0;
  }

  .scale-method__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .scale-orbit {
    width: min(100%, 520px);
    margin: 20px auto;
  }

  .scale-assurance__grid ul {
    margin-top: -20px;
  }

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

  .plan-card:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .enterprise-plan {
    grid-template-columns: 1fr;
  }

  .scale-statement__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    column-gap: 48px;
  }
}

@media (max-width: 640px) {
  .scale-nav .site-nav__link:nth-child(3),
  .scale-nav .site-nav__link:nth-child(4) {
    display: none;
  }

  .scale-hero__content {
    min-height: 650px;
    padding-top: 55px;
    padding-bottom: 90px;
  }

  .scale-hero h1 {
    font-size: 2.58rem;
    line-height: 1.02;
  }

  .scale-hero p {
    font-size: 0.98rem;
  }

  .scale-hero__marker {
    display: none;
  }

  .scale-hero .actions,
  .scale-solution__copy .btn {
    width: 100%;
  }

  .scale-text-link {
    width: 100%;
    text-align: center;
  }

  .scale-problem,
  .scale-solution,
  .scale-deliverables,
  .scale-process,
  .scale-faq {
    padding: 72px 0;
  }

  .scale-statement {
    padding: 78px 0;
  }

  .scale-statement h2 {
    font-size: 3.15rem;
  }

  .scale-statement__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scale-statement__inner > .eyebrow,
  .scale-statement h2,
  .scale-statement__copy {
    grid-column: 1;
  }

  .scale-faq__visual {
    min-height: 350px;
    padding: 26px;
  }

  .scale-faq__visual h2 {
    max-width: 290px;
    font-size: 2.35rem;
  }

  .scale-statement__copy {
    max-width: none;
    margin-top: 10px;
  }

  .scale-emphasis {
    padding: 22px;
    font-size: 1.05rem;
  }

  .scale-solution__grid {
    gap: 30px;
  }

  .scale-orbit {
    width: 88%;
  }

  .scale-orbit strong {
    font-size: 1.45rem;
  }

  .scale-orbit span {
    font-size: 0.58rem;
  }

  .scale-method__grid,
  .scale-deliverables__grid,
  .scale-deliverables__featured ul,
  .scale-assurance__grid ul,
  .scale-process__note {
    grid-template-columns: 1fr;
  }

  .plans-grid,
  .enterprise-plan__scope ul {
    grid-template-columns: 1fr;
  }

  .plan-card,
  .plan-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 26px;
  }

  .plan-card h3 {
    min-height: 0;
  }

  .plan-card .btn {
    margin-top: 12px;
  }

  .plan-card__badge {
    position: static;
    width: fit-content;
    margin-bottom: 18px;
  }

  .enterprise-plan {
    padding: 26px;
  }

  .enterprise-plan h3 {
    font-size: 1.7rem;
  }

  .enterprise-plan__scope {
    padding: 22px;
  }

  .scale-method__grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .scale-method__grid article:last-child {
    border-bottom: 0;
  }

  .scale-method__grid h3 {
    margin-top: 42px;
  }

  .scale-deliverables__featured {
    grid-column: auto;
  }

  .scale-deliverables__grid article,
  .scale-compare article,
  .scale-offer-card {
    padding: 26px;
  }

  .scale-compare {
    grid-template-columns: 1fr;
  }

  .scale-compare__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .scale-fit__header h2 {
    font-size: 2.35rem;
  }

  .scale-fit__map {
    grid-template-columns: 1fr;
  }

  .scale-fit__map article {
    min-height: 310px;
    padding: 26px;
  }

  .scale-fit__map h3 {
    margin-top: 42px;
    font-size: 1.4rem;
  }

  .scale-fit__number {
    right: 22px;
    font-size: 4rem;
  }

  .scale-fit__diagnosis {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
    padding: 26px;
  }

  .scale-fit__diagnosis .btn {
    width: 100%;
  }

  .scale-timeline::before {
    left: 23px;
  }

  .scale-timeline li {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .scale-timeline li > span {
    width: 48px;
    height: 48px;
    font-size: 0.72rem;
  }

  .scale-process__note {
    gap: 12px;
  }

  .scale-offer-card > strong {
    font-size: 2.75rem;
  }

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

  .scale-portfolio__grid figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .scale-final {
    padding: 90px 0;
  }

  .scale-final h2 {
    font-size: 2.45rem;
  }

  .scale-final .actions,
  .scale-final .btn {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .scale-hero h1 {
    font-size: 2.25rem;
  }

  .scale-orbit span:nth-child(2) { right: -8%; }
  .scale-orbit span:nth-child(4) { left: -8%; }
}

/* Interações premium dos cards */
.scale-interactive-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0);
  transform-style: preserve-3d;
  transition:
    transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
  will-change: transform;
}

.scale-interactive-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    360px circle at var(--pointer-x) var(--pointer-y),
    rgba(204, 255, 0, 0.14),
    rgba(204, 255, 0, 0.035) 36%,
    transparent 68%
  );
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 260ms ease;
}

.scale-interactive-card:hover,
.scale-interactive-card:focus-within {
  border-color: rgba(204, 255, 0, 0.58);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(204, 255, 0, 0.08),
    0 0 34px rgba(204, 255, 0, 0.07);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);
}

.scale-interactive-card:hover::before,
.scale-interactive-card:focus-within::before {
  opacity: 1;
}

.scale-interactive-card > * {
  position: relative;
  z-index: 1;
}

.scale-fit__map .scale-interactive-card:hover {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);
}

.scale-interactive-card a span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 220ms ease;
}

.scale-interactive-card:hover a span[aria-hidden="true"],
.scale-interactive-card:focus-within a span[aria-hidden="true"] {
  transform: translateX(5px);
}

.scale-method__grid .scale-interactive-card span:first-child,
.scale-deliverables__grid .scale-interactive-card > span:first-child,
.scale-fit__map .scale-interactive-card .scale-fit__number {
  transition: color 240ms ease, text-shadow 240ms ease, transform 240ms ease;
}

.scale-method__grid .scale-interactive-card:hover span:first-child,
.scale-deliverables__grid .scale-interactive-card:hover > span:first-child {
  text-shadow: 0 0 22px rgba(204, 255, 0, 0.36);
}

.scale-fit__map .scale-interactive-card:hover .scale-fit__number {
  color: rgba(204, 255, 0, 0.34);
  transform: translateY(-4px);
}

.plan-card.scale-interactive-card:hover .plan-card__tag,
.enterprise-plan.scale-interactive-card:hover .plan-card__tag {
  text-shadow: 0 0 18px rgba(204, 255, 0, 0.4);
}

.scale-faq details,
.scale-fit__diagnosis {
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.scale-faq details:hover,
.scale-faq details:focus-within,
.scale-fit__diagnosis:hover,
.scale-fit__diagnosis:focus-within {
  border-color: rgba(204, 255, 0, 0.58);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26), 0 0 28px rgba(204, 255, 0, 0.055);
}

.scale-faq summary {
  transition: background 220ms ease, color 220ms ease, padding-left 220ms ease;
}

.scale-faq summary:hover {
  padding-left: 30px;
  background: rgba(204, 255, 0, 0.92);
}

@media (hover: none), (pointer: coarse) {
  .scale-interactive-card,
  .scale-interactive-card:hover,
  .scale-interactive-card:focus-within {
    transform: none;
    will-change: auto;
  }

  .scale-interactive-card:active {
    transform: scale(0.99);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scale-interactive-card,
  .scale-interactive-card:hover,
  .scale-interactive-card:focus-within,
  .scale-interactive-card::before {
    transform: none;
    transition: none;
    will-change: auto;
  }
}
