/*
Copyright (C) 2023-2026 QuantumNous

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

For commercial licensing, please contact support@quantumnous.com
*/
.getapi-landing {
  --landing-ink: #f7f8ff;
  --landing-muted: #9ba2b8;
  --landing-border: rgb(136 149 199 / 18%);
  --landing-panel: rgb(13 16 34 / 72%);
  position: relative;
  overflow: clip;
  color: var(--landing-ink);
  background: #05050d var(--landing-page-background) center top / 1920px 5059px
    no-repeat;
}

.getapi-landing .landing-section-inner {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.getapi-landing .landing-hero {
  position: relative;
  min-height: 950px;
  padding: 168px 20px 72px;
  isolation: isolate;
  background: var(--landing-hero-glow) center top / cover no-repeat;
}

.getapi-landing .landing-hero-glow {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 50%;
  width: min(900px, 90vw);
  height: 500px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgb(79 75 246 / 15%),
    transparent 67%
  );
  transform: translateX(-50%);
  animation: getapi-landing-hero-drift 8s ease-in-out infinite alternate;
}

.getapi-landing .landing-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.getapi-landing .landing-hero h1,
.getapi-landing .landing-hero h2 {
  margin: 0;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.getapi-landing .landing-hero h2 {
  color: transparent;
  font-weight: 650;
  background: linear-gradient(92deg, #6997ff 4%, #976dff 51%, #d76de3 96%);
  background-clip: text;
  -webkit-background-clip: text;
}

.getapi-landing .landing-hero-description {
  max-width: 800px;
  margin: 34px 0 0;
  color: #bdc2d4;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.55;
}

.getapi-landing .landing-capability-links {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.getapi-landing .landing-capability-link {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgb(139 147 188 / 22%);
  border-radius: 999px;
  color: #d8daea;
  background: linear-gradient(180deg, rgb(27 31 57 / 74%), rgb(13 16 34 / 66%));
  box-shadow:
    inset 0 1px rgb(255 255 255 / 8%),
    0 15px 40px rgb(1 3 18 / 24%);
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
  backdrop-filter: blur(15px);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-capability-link span {
  color: #9e89ff;
  font-size: 17px;
}

.getapi-landing .landing-capability-link:hover {
  border-color: rgb(145 126 255 / 60%);
  color: #fff;
  transform: translateY(-2px);
}

.getapi-landing .landing-partner-label {
  margin: 105px 0 28px;
  color: #777e96;
  font-size: 14px;
}

.getapi-landing .landing-partner-marquee {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.getapi-landing .landing-partner-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: getapi-landing-marquee 34s linear infinite;
}

.getapi-landing .landing-partner-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 58px;
  padding-right: 58px;
}

.getapi-landing .landing-partner-logo {
  width: 112px;
  height: 48px;
  flex: none;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) brightness(1.8);
}

.getapi-landing .landing-stats {
  padding: 24px 0 90px;
}

.getapi-landing .landing-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.getapi-landing .landing-stat {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
}

.getapi-landing .landing-stat:not(:last-child) {
  border-right: 1px solid rgb(151 158 194 / 14%);
}

.getapi-landing .landing-stat strong {
  color: #fff;
  font-size: clamp(36px, 3.6vw, 54px);
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: 0 0 35px rgb(112 100 255 / 30%);
}

.getapi-landing .landing-stat span {
  color: #777f97;
  font-size: 14px;
}

.getapi-landing .landing-model-intro,
.getapi-landing .landing-features,
.getapi-landing .landing-cta {
  content-visibility: auto;
}

.getapi-landing .landing-model-intro {
  min-height: 832px;
  overflow: hidden;
  padding: 64px 0 48px;
  text-align: center;
  contain-intrinsic-size: 832px;
}

.getapi-landing .landing-model-heading h2,
.getapi-landing .landing-features h2,
.getapi-landing .landing-cta h2 {
  margin: 0;
  color: #f5f6ff;
  font-size: clamp(34px, 3.75vw, 52px);
  font-weight: 560;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.getapi-landing .landing-model-orbit-stage {
  position: relative;
  width: 100%;
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.getapi-landing .landing-model-heading {
  display: flex;
  position: relative;
  z-index: 3;
  width: min(900px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.getapi-landing .landing-model-orbit-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.getapi-landing .landing-model-orbit-track {
  --landing-orbit-radius: 22rem;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(0) rotate(-360deg);
  animation: getapi-landing-orbit-entrance 2.5s cubic-bezier(0.16, 1, 0.3, 1)
    forwards;
}

.getapi-landing .landing-model-orbit-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  animation: getapi-landing-orbit-rotate 80s linear infinite;
}

.getapi-landing .landing-model-orbit-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: rotate(var(--orbit-angle))
    translateY(calc(var(--landing-orbit-radius) * -1));
}

.getapi-landing .landing-model-orbit-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  opacity: 0.5;
  transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  transition: opacity 1.5s;
  animation: getapi-landing-orbit-counter-rotate 80s linear infinite;
}

.getapi-landing .landing-model-orbit-node:hover {
  opacity: 1;
  transition: opacity 300ms;
}

.getapi-landing .landing-model-orbit-icon {
  display: grid;
  width: 1.79rem;
  height: 1.79rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0.48rem;
  padding: 0.24rem;
  background: #1a1a22;
  filter: drop-shadow(0 0 0.48rem rgb(0 202 224 / 12%));
  transition:
    filter 300ms,
    border-color 300ms;
}

.getapi-landing .landing-model-orbit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.getapi-landing .landing-model-orbit-name {
  max-width: 3.81rem;
  overflow: hidden;
  color: rgb(255 255 255 / 35%);
  font-size: 0.55rem;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 300ms;
}

.getapi-landing .landing-model-orbit-node:hover .landing-model-orbit-icon {
  border-color: rgb(0 202 224 / 30%);
  filter: drop-shadow(0 0 0.71rem rgb(0 202 224 / 30%));
}

.getapi-landing .landing-model-orbit-node:hover .landing-model-orbit-name {
  color: rgb(0 202 224 / 80%);
}

.getapi-landing .landing-model-orbit-item-dim .landing-model-orbit-node {
  opacity: 0;
}

.getapi-landing .landing-model-orbit-item-featured .landing-model-orbit-node {
  opacity: 1;
}

.getapi-landing .landing-model-orbit-item-featured .landing-model-orbit-icon {
  border-color: rgb(0 202 224 / 52%);
  filter: drop-shadow(0 0 0.9rem rgb(0 202 224 / 42%));
  transform: scale(1.16);
}

.getapi-landing .landing-model-spotlight {
  position: absolute;
  z-index: 4;
  width: min(232px, 19vw);
  margin: 0;
  color: rgb(235 239 246 / 70%);
  text-align: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.getapi-landing .landing-model-spotlight-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 8px 4px;
}

.getapi-landing .landing-model-spotlight-1 .landing-model-spotlight-inner,
.getapi-landing .landing-model-spotlight-3 .landing-model-spotlight-inner {
  animation: getapi-landing-spotlight-spring-left 4.8s both;
  animation-delay: var(--spotlight-delay);
}

.getapi-landing .landing-model-spotlight-2 .landing-model-spotlight-inner,
.getapi-landing .landing-model-spotlight-4 .landing-model-spotlight-inner {
  animation: getapi-landing-spotlight-spring-right 4.8s both;
  animation-delay: var(--spotlight-delay);
}

.getapi-landing .landing-model-spotlight-inner img {
  width: 54px;
  height: 54px;
  border: 1px solid rgb(0 202 224 / 30%);
  border-radius: 14px;
  padding: 8px;
  object-fit: contain;
  background: #1a1a22;
  filter: drop-shadow(0 0 14px rgb(0 202 224 / 26%));
}

.getapi-landing .landing-model-spotlight h3 {
  max-width: 220px;
  margin: 1px 0 3px;
  overflow: hidden;
  color: #21d8e7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.getapi-landing .landing-model-spotlight p {
  display: -webkit-box;
  max-width: 230px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.getapi-landing .landing-model-typing-caret {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -0.12em;
  background: currentcolor;
  animation: getapi-landing-typing-caret 700ms steps(1, end) infinite;
}

.getapi-landing .landing-model-spotlight-1,
.getapi-landing .landing-model-spotlight-3 {
  left: 28px;
}

.getapi-landing .landing-model-spotlight-2,
.getapi-landing .landing-model-spotlight-4 {
  right: 28px;
}

.getapi-landing .landing-model-spotlight-1 {
  top: 31%;
}

.getapi-landing .landing-model-spotlight-2 {
  top: 38%;
}

.getapi-landing .landing-model-spotlight-3 {
  top: 67%;
}

.getapi-landing .landing-model-spotlight-4 {
  top: 62%;
}

.getapi-landing .landing-features {
  padding: 105px 0 150px;
  contain-intrinsic-size: 960px;
}

.getapi-landing .landing-features h2 {
  text-align: center;
}

.getapi-landing .landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.getapi-landing .landing-feature-card {
  display: flex;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 22px;
  padding: 34px;
  background:
    radial-gradient(circle at 70% 115%, rgb(93 86 227 / 22%), transparent 48%),
    linear-gradient(145deg, rgb(19 23 48 / 92%), var(--landing-panel));
  box-shadow: inset 0 1px rgb(255 255 255 / 6%);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-feature-card:hover {
  border-color: rgb(128 119 244 / 48%);
  transform: translateY(-4px);
}

.getapi-landing .landing-feature-card-1,
.getapi-landing .landing-feature-card-4 {
  grid-column: span 8;
}

.getapi-landing .landing-feature-card-2,
.getapi-landing .landing-feature-card-3 {
  grid-column: span 4;
}

.getapi-landing .landing-feature-copy {
  display: flex;
  z-index: 1;
  max-width: 310px;
  flex-direction: column;
  align-items: flex-start;
}

.getapi-landing .landing-feature-icon {
  width: 32px;
  height: 32px;
  color: #8f85ff;
}

.getapi-landing .landing-feature-card h3 {
  margin: auto 0 0;
  color: #f4f5ff;
  font-size: 24px;
  font-weight: 580;
}

.getapi-landing .landing-feature-card p {
  margin: 12px 0 0;
  color: #8d94aa;
  font-size: 14px;
  line-height: 1.65;
}

.getapi-landing .landing-feature-visual {
  display: flex;
  position: absolute;
  top: 30px;
  right: 28px;
  width: 48%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.getapi-landing .landing-feature-visual span {
  border: 1px solid rgb(145 151 196 / 20%);
  border-radius: 12px;
  padding: 10px 13px;
  color: #aeb4c9;
  background: rgb(7 10 26 / 58%);
  font-size: 12px;
  box-shadow: inset 0 1px rgb(255 255 255 / 5%);
}

.getapi-landing .landing-feature-card-2 .landing-feature-visual,
.getapi-landing .landing-feature-card-3 .landing-feature-visual {
  top: 78px;
  right: 24px;
  left: 24px;
  width: auto;
  justify-content: flex-start;
}

.getapi-landing .landing-feature-card-2 .landing-feature-copy,
.getapi-landing .landing-feature-card-3 .landing-feature-copy {
  width: 100%;
}

.getapi-landing .landing-cta {
  padding: 35px 0 170px;
  contain-intrinsic-size: 790px;
}

.getapi-landing .landing-cta-panel {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(144 147 194 / 20%);
  border-radius: 28px;
  padding: 90px 36px 58px;
  text-align: center;
  background:
    linear-gradient(180deg, transparent 42%, rgb(8 10 25 / 45%)),
    var(--landing-cta-background) center / cover no-repeat;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 8%),
    0 35px 90px rgb(1 3 15 / 35%);
}

.getapi-landing .landing-cta-panel h2 {
  font-size: clamp(40px, 5.2vw, 66px);
}

.getapi-landing .landing-cta-panel h3 {
  margin: 20px 0 0;
  color: #d8daea;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 520;
}

.getapi-landing .landing-cta-panel > p {
  max-width: 650px;
  margin: 20px auto 0;
  color: #949bb0;
  font-size: 15px;
  line-height: 1.7;
}

.getapi-landing .landing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.getapi-landing .landing-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(143 151 195 / 25%);
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-pill-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, #5a72f4, #8974f4);
  box-shadow: 0 12px 32px rgb(92 80 236 / 28%);
}

.getapi-landing .landing-pill-secondary {
  color: #d9dbea;
  background: rgb(18 22 43 / 65%);
  backdrop-filter: blur(12px);
}

.getapi-landing .landing-pill:hover {
  border-color: rgb(152 137 255 / 65%);
  transform: translateY(-2px);
}

.getapi-landing .landing-cta-assurances {
  display: grid;
  width: min(100%, 750px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: auto 0 0;
  padding: 38px 0 0;
  border-top: 1px solid rgb(155 160 197 / 13%);
  list-style: none;
}

.getapi-landing .landing-cta-assurances li {
  color: #8e95aa;
  font-size: 11px;
}

.getapi-landing .landing-cta-assurances span {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  place-items: center;
  border: 1px solid rgb(133 124 250 / 38%);
  border-radius: 50%;
  color: #a89fff;
  font-size: 10px;
}

.getapi-landing footer {
  border-color: rgb(139 147 188 / 13%);
  background: rgb(3 4 11 / 48%);
}

.getapi-landing .landing-entrance {
  animation: getapi-landing-entrance 650ms both;
}

.getapi-landing .landing-entrance:nth-child(2) {
  animation-delay: 80ms;
}

.getapi-landing .landing-entrance:nth-child(3) {
  animation-delay: 140ms;
}

.getapi-landing .landing-entrance:nth-child(4) {
  animation-delay: 200ms;
}

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

@keyframes getapi-landing-hero-drift {
  to {
    transform: translateX(-50%) translateY(14px) scale(1.04);
  }
}

@keyframes getapi-landing-entrance {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes getapi-landing-orbit-entrance {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-360deg);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(0.84) rotate(0deg);
  }
}

@keyframes getapi-landing-orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes getapi-landing-orbit-counter-rotate {
  from {
    transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  }
  to {
    transform: rotate(calc(var(--orbit-counter-angle) - 360deg)) translate(-50%);
  }
}

@keyframes getapi-landing-spotlight-spring-left {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(104px) scale(0.72);
  }
  13% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-18px) scale(1.08);
  }
  21% {
    transform: translateX(10px) scale(0.96);
  }
  29% {
    transform: translateX(-6px) scale(1.025);
  }
  37%,
  76% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
  90%,
  100% {
    opacity: 0;
    filter: blur(2px);
    transform: translateX(-20px) scale(0.95);
  }
}

@keyframes getapi-landing-spotlight-spring-right {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-104px) scale(0.72);
  }
  13% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(18px) scale(1.08);
  }
  21% {
    transform: translateX(-10px) scale(0.96);
  }
  29% {
    transform: translateX(6px) scale(1.025);
  }
  37%,
  76% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
  90%,
  100% {
    opacity: 0;
    filter: blur(2px);
    transform: translateX(20px) scale(0.95);
  }
}

@keyframes getapi-landing-typing-caret {
  50% {
    opacity: 0;
  }
}

@media (max-width: 63.99rem) {
  .getapi-landing .landing-feature-card-1,
  .getapi-landing .landing-feature-card-2,
  .getapi-landing .landing-feature-card-3,
  .getapi-landing .landing-feature-card-4 {
    grid-column: span 6;
  }

  .getapi-landing .landing-feature-visual {
    top: 74px;
    right: 24px;
    left: 24px;
    width: auto;
    justify-content: flex-start;
  }

  .getapi-landing .landing-feature-copy {
    max-width: none;
  }
}

@media (max-width: 47.99rem) {
  .getapi-landing {
    background-size: auto 3900px;
  }

  .getapi-landing .landing-section-inner {
    width: min(calc(100% - 32px), 1200px);
  }

  .getapi-landing .landing-hero {
    min-height: 780px;
    padding: 120px 0 50px;
    background-position: 54% top;
  }

  .getapi-landing .landing-hero h1,
  .getapi-landing .landing-hero h2 {
    font-size: clamp(30px, 8.7vw, 34px);
    line-height: 1.2;
    word-break: keep-all;
  }

  .getapi-landing .landing-hero-description {
    margin-top: 24px;
    font-size: 16px;
  }

  .getapi-landing .landing-capability-links {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .getapi-landing .landing-capability-link {
    min-height: 50px;
  }

  .getapi-landing .landing-partner-label {
    margin-top: 58px;
  }

  .getapi-landing .landing-partner-group {
    gap: 34px;
    padding-right: 34px;
  }

  .getapi-landing .landing-partner-logo {
    width: 88px;
    height: 40px;
  }

  .getapi-landing .landing-stats {
    padding-bottom: 58px;
  }

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

  .getapi-landing .landing-stat {
    min-height: 112px;
  }

  .getapi-landing .landing-stat:nth-child(odd) {
    border-right: 1px solid rgb(151 158 194 / 14%);
  }

  .getapi-landing .landing-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(151 158 194 / 14%);
  }

  .getapi-landing .landing-stat:nth-child(2) {
    border-right: 0;
  }

  .getapi-landing .landing-model-intro {
    min-height: 622px;
    padding: 34px 0 28px;
    contain-intrinsic-size: 622px;
  }

  .getapi-landing .landing-model-heading h2,
  .getapi-landing .landing-features h2 {
    font-size: 31px;
  }

  .getapi-landing .landing-model-orbit-stage {
    min-height: 560px;
  }

  .getapi-landing .landing-model-heading {
    width: calc(100% - 36px);
    min-height: 560px;
  }

  .getapi-landing .landing-model-orbit-track {
    --landing-orbit-radius: 14rem;
  }

  .getapi-landing .landing-model-orbit-node {
    gap: 0.18rem;
  }

  .getapi-landing .landing-model-orbit-icon {
    width: 1.31rem;
    height: 1.31rem;
    padding: 0.18rem;
  }

  .getapi-landing .landing-model-orbit-name {
    max-width: 2.98rem;
    font-size: 0.48rem;
  }

  .getapi-landing .landing-model-spotlight {
    display: none;
  }

  .getapi-landing .landing-features {
    padding: 70px 0 100px;
    contain-intrinsic-size: 1420px;
  }

  .getapi-landing .landing-feature-grid {
    margin-top: 36px;
  }

  .getapi-landing .landing-feature-card-1,
  .getapi-landing .landing-feature-card-2,
  .getapi-landing .landing-feature-card-3,
  .getapi-landing .landing-feature-card-4 {
    grid-column: 1 / -1;
  }

  .getapi-landing .landing-feature-card {
    min-height: 280px;
    padding: 26px;
  }

  .getapi-landing .landing-feature-card h3 {
    font-size: 21px;
  }

  .getapi-landing .landing-feature-visual,
  .getapi-landing .landing-feature-card-2 .landing-feature-visual,
  .getapi-landing .landing-feature-card-3 .landing-feature-visual {
    top: 76px;
    right: 24px;
    left: 24px;
  }

  .getapi-landing .landing-cta {
    padding: 0 0 100px;
    contain-intrinsic-size: 680px;
  }

  .getapi-landing .landing-cta-panel {
    min-height: 610px;
    border-radius: 20px;
    padding: 65px 24px 36px;
  }

  .getapi-landing .landing-cta-panel h2 {
    font-size: 38px;
  }

  .getapi-landing .landing-cta-panel h3 {
    font-size: 20px;
  }

  .getapi-landing .landing-cta-actions {
    width: 100%;
  }

  .getapi-landing .landing-pill {
    width: 100%;
  }

  .getapi-landing .landing-cta-assurances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .getapi-landing .landing-partner-track,
  .getapi-landing .landing-hero-glow,
  .getapi-landing .landing-entrance,
  .getapi-landing .landing-model-orbit-list,
  .getapi-landing .landing-model-orbit-track,
  .getapi-landing .landing-model-orbit-node,
  .getapi-landing .landing-model-spotlight-inner {
    animation: none;
  }

  .getapi-landing .landing-entrance {
    opacity: 1;
    transform: none;
  }

  .getapi-landing .landing-model-orbit-track {
    opacity: 1;
    transform: scale(0.84);
  }

  .getapi-landing .landing-model-orbit-node {
    transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  }

  .getapi-landing .landing-model-spotlight-inner {
    opacity: 1;
  }

  .getapi-landing .landing-model-typing-caret {
    display: none;
  }

  .getapi-landing .landing-capability-link:hover,
  .getapi-landing .landing-feature-card:hover,
  .getapi-landing .landing-pill:hover {
    transform: none;
  }
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./public-sans.woff2') format('woff2');
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: #05050d;
  color: #f7f8ff;
  font-family: 'Public Sans', system-ui, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
img,
svg {
  vertical-align: middle;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #a794ff;
  outline-offset: 6px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.public-home {
  --landing-page-background: url('/__public/images/page-background.webp');
  --landing-hero-glow: url('/__public/images/hero-glow.webp');
  --landing-cta-background: url('/__public/images/cta-background.webp');
}
.public-home .landing-model-spotlight-inner {
  animation: none;
  opacity: 1;
  transform: none;
}
.public-home .landing-stat strong {
  font-size: clamp(28px, 4vw, 48px);
}
.public-model-link {
  text-align: center;
  color: #bdc2d4;
  line-height: 1.7;
  padding: 0 0 48px;
}
.public-model-link a {
  display: inline-block;
  color: #b4a4ff;
  margin-top: 14px;
}
.public-guide {
  padding-block: 64px 80px;
  color: #bdc2d4;
  line-height: 1.8;
}
.public-guide h2 {
  color: #f7f8ff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
.public-guide > p {
  max-width: 850px;
  font-size: 18px;
}
.public-guide ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 36px 0 64px;
}
.public-guide li {
  padding: 28px;
  border: 1px solid #8895c72e;
  border-radius: 24px;
  background: #0d1022b8;
}
.public-guide h3 {
  font-size: 20px;
  color: #f7f8ff;
  margin-bottom: 16px;
}
.public-guide a {
  color: #c0b4ff;
}
.public-faq {
  max-width: 960px;
  margin: auto;
}
.public-faq details {
  border-bottom: 1px solid #8895c72e;
  padding: 22px 0;
}
.public-faq summary {
  cursor: pointer;
  color: #f7f8ff;
  font-size: 18px;
}
.public-faq details p {
  margin: 16px 0 0;
}
.public-footer {
  padding: 64px 0 24px;
  border-top: 1px solid #ffffff18;
  background: #080911;
  color: #b5bacb;
  font-size: 14px;
  line-height: 1.7;
}
.public-footer .landing-section-inner > div {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
}
.public-footer h2 {
  color: #f7f8ff;
  font-size: 16px;
  margin-bottom: 12px;
}
.public-footer ul {
  display: grid;
  gap: 10px;
}
.public-footer .landing-section-inner > div > div:last-child {
  display: flex;
  gap: 16px;
}
.public-footer img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.public-footer dl {
  display: grid;
  gap: 8px;
}
.public-footer dt {
  font-size: 12px;
  color: #9299b0;
}
.public-footer nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ffffff18;
}
.public-footer .landing-section-inner > p {
  margin-top: 24px;
  font-size: 12px;
}
.public-paused,
.public-paused *,
.public-paused::before,
.public-paused::after,
.public-paused *::before,
.public-paused *::after {
  animation-play-state: paused !important;
}
@media (max-width: 767px) {
  .public-guide ol {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .public-guide {
    padding-block: 32px 48px;
  }
  .public-guide li {
    padding: 24px;
  }
  .public-footer .landing-section-inner > div {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .public-footer nav {
    gap: 16px;
  }
  .public-model-link {
    font-size: 14px;
  }
}

.public-site-skip {
  position: fixed;
  z-index: 120;
  inset: -100px auto auto 16px;
  padding: 12px;
  border-radius: 8px;
  background: #292347;
  color: #f7f8ff;
}

.public-site-skip:focus {
  top: 12px;
}

.public-site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 64px;
  padding: 12px 32px;
  color: #f7f8ff;
  font-family: 'Public Sans', system-ui, sans-serif;
  font-size: 14px;
}

.public-site-header--compact {
  position: relative;
  border-bottom: 1px solid #ffffff18;
  background: #080911;
}

.public-site-brand,
.public-site-desktop-nav,
.public-site-actions {
  display: flex;
  align-items: center;
}

.public-site-brand {
  gap: 10px;
  font-size: 14px;
  font-weight: 650;
}

.public-site-desktop-nav,
.public-site-actions {
  gap: 22px;
}

.public-site-desktop-nav {
  margin-inline-start: auto;
}

.public-locale {
  position: relative;
}

#public-main
  input:is([autocomplete='current-password'], [autocomplete='new-password']) {
  direction: ltr;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
[dir='rtl'] #public-main input::placeholder {
  text-align: right;
}
#public-main .cn-input-otp {
  direction: ltr;
}
.public-locale summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.public-locale summary::-webkit-details-marker {
  display: none;
}
.public-locale-short {
  display: none;
}
.public-locale-options {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 14px);
  display: grid;
  width: 224px;
  max-height: min(420px, calc(100dvh - 100px));
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #101020;
  box-shadow: 0 20px 50px #0000005c;
  z-index: 40;
}
.public-locale-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 6px;
  min-height: 40px;
}
.public-locale-options a:hover,
.public-locale-options a[aria-current] {
  background: #ffffff18;
}
.public-locale-options [aria-disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.public-locale-options p {
  margin: 8px;
  font-size: 12px;
  color: #ffb4b4;
}
@media (max-width: 1100px) {
  .public-locale-name {
    display: none;
  }
  .public-locale-short {
    display: inline;
  }
}

.public-site-login {
  padding: 8px 16px;
  border: 1px solid #ffffff30;
  border-radius: 999px;
  background: #086fb4;
}

.public-site-mobile-nav {
  display: none;
}

.public-site-mobile-nav summary {
  cursor: pointer;
}

.public-site-mobile-nav nav {
  position: absolute;
  top: 64px;
  right: 16px;
  display: grid;
  gap: 18px;
  min-width: 190px;
  padding: 22px;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #101020;
  box-shadow: 0 20px 50px #0000005c;
}

.public-site-header a:focus-visible,
.public-site-header summary:focus-visible,
.public-site-support a:focus-visible,
.public-site-support button:focus-visible {
  outline: 2px solid #a794ff;
  outline-offset: 4px;
}

[dir='rtl'] #public-main :is(.text-left, .sm\:text-left) {
  text-align: start;
}
#public-main
  :is(
    input[type='email'],
    input[type='password'],
    input[autocomplete='one-time-code']
  ) {
  direction: ltr;
}
[dir='rtl'] .public-site-mobile-nav nav {
  right: auto;
  left: 16px;
}

.public-site-support {
  --public-site-safe-bottom: max(18px, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: var(--public-site-safe-bottom);
  color: #f7f8ff;
  font-family: 'Public Sans', system-ui, sans-serif;
}

.public-site-support__launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  background: #6955d9;
  box-shadow: 0 12px 32px #00000052;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.public-site-support__panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(420px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 104px - env(safe-area-inset-bottom)));
  overflow: auto;
  padding: 22px;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  background: #0d1022f7;
  box-shadow: 0 24px 72px #0000008a;
}

.public-site-support__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff18;
}

.public-site-support__header h2,
.public-site-support-channel h3,
.public-site-support__header p,
.public-site-support-channel p,
.public-site-support__note p {
  margin: 0;
}

.public-site-support__header h2 {
  font-size: 20px;
  line-height: 1.3;
}

.public-site-support__header p,
.public-site-support-channel p,
.public-site-support__note p {
  color: #bdc2d4;
  font-size: 13px;
  line-height: 1.55;
}

.public-site-support__close {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  background: #ffffff0d;
  color: #f7f8ff;
  cursor: pointer;
  font: inherit;
}

.public-site-support-channel {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff18;
}

.public-site-support-channel__qr {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  background: #fff;
}

.public-site-support-channel__body {
  min-width: 0;
}

.public-site-support-channel h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.public-site-support-channel__identity {
  margin-top: 8px !important;
  color: #f7f8ff !important;
  overflow-wrap: anywhere;
}

.public-site-support-channel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.public-site-support-channel__actions a,
.public-site-support-channel__actions button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #ffffff2b;
  border-radius: 8px;
  background: #ffffff0d;
  color: #f7f8ff;
  cursor: pointer;
  font:
    600 12px/1.3 'Public Sans',
    system-ui,
    sans-serif;
  text-decoration: none;
}

.public-site-support-channel__actions a {
  background: #086fb4;
}

.public-site-support-channel__status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: #b4a4ff;
  font-size: 12px;
}

.public-site-support__note {
  padding-top: 18px;
}

.public-site-support__note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.public-site-support__note a {
  display: inline-block;
  margin-top: 10px;
  color: #c0b4ff;
  font-size: 13px;
}

@media (max-width: 920px) {
  .public-site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .public-site-desktop-nav,
  .public-site-login {
    display: none;
  }

  .public-site-actions {
    margin-left: auto;
    gap: 12px;
    font-size: 12px;
  }

  .public-site-mobile-nav {
    display: block;
  }
}

@media (max-width: 520px) {
  .public-site-brand {
    font-size: 18px;
  }

  .public-site-support {
    right: 12px;
  }

  .public-site-support__panel {
    position: fixed;
    inset: auto 0 calc(var(--public-site-safe-bottom) + 64px);
    width: 100%;
    max-height: calc(100dvh - 136px - var(--public-site-safe-bottom));
    padding: 20px 16px;
    border-width: 1px;
    border-radius: 20px;
  }

  .public-site-support-channel {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .public-site-support-channel__qr {
    width: 88px;
    height: 88px;
  }
}
