:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #13201b;
  background: #f3f0e8;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #f3f0e8;
}
.marketing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.marketing::before,
.marketing::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}
.marketing::before {
  top: 120px;
  right: -210px;
  background: radial-gradient(circle, rgba(80, 202, 139, 0.18), rgba(80, 202, 139, 0) 68%);
  animation: ambient-one 16s ease-in-out infinite alternate;
}
.marketing::after {
  top: 930px;
  left: -300px;
  background: radial-gradient(circle, rgba(224, 190, 101, 0.16), rgba(224, 190, 101, 0) 68%);
  animation: ambient-two 19s ease-in-out infinite alternate;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.hidden {
  display: none !important;
}
.site-nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: #12613e;
  font-weight: 900;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 1.08rem;
}
.brand small {
  color: #68776f;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.83rem;
  font-weight: 700;
}
.nav-links > a:not(.button):hover {
  color: #168653;
}
.text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  padding: 15px 20px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #12613e;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(18, 97, 62, 0.16);
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  background: #0b4d30;
}
.button.small {
  padding: 11px 15px;
}
.hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: center;
  min-height: 720px;
  padding-block: 55px 90px;
}
.eyebrow {
  color: #168653;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 610px;
  margin: 16px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 5.2vw, 5.65rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}
.hero h1 em {
  color: #168653;
  font-weight: 500;
}
.lead {
  max-width: 570px;
  color: #4d5c54;
  font-size: 1.1rem;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}
.watch-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 800;
}
.play {
  display: grid;
  place-items: center;
  width: 31px;
  aspect-ratio: 1;
  border: 1px solid #9bac9f;
  border-radius: 50%;
  color: #12613e;
  font-size: 0.62rem;
}
.proof-line {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 45px;
  color: #637169;
  font-size: 0.72rem;
}
.proof-line > span:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #12613e;
  font-weight: 800;
  text-transform: uppercase;
}
.proof-line strong {
  color: #1f2d26;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28bb72;
  box-shadow: 0 0 0 5px rgba(40, 187, 114, 0.12);
}
.product-stage {
  position: relative;
  min-height: 590px;
  perspective: 1200px;
}
.product-stage::before,
.product-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(18, 97, 62, 0.12);
  border-radius: 50%;
  animation: stage-orbit 18s linear infinite;
}
.product-stage::before {
  width: 520px;
  aspect-ratio: 1;
  left: 2%;
  top: 4%;
}
.product-stage::after {
  width: 390px;
  aspect-ratio: 1;
  right: -8%;
  bottom: 2%;
  animation-direction: reverse;
  animation-duration: 13s;
}
.stage-glow {
  position: absolute;
  inset: 5% -25% 0 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 190, 120, 0.2), rgba(55, 190, 120, 0) 65%);
  filter: blur(20px);
}
.browser-demo {
  position: absolute;
  inset: 38px -70px 50px 8px;
  overflow: hidden;
  border: 1px solid #bdc8c0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 38px 90px rgba(37, 64, 51, 0.2);
  transform: rotateY(-5deg) rotateX(2deg);
  animation: demo-breathe 7s ease-in-out infinite;
}
.browser-bar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 17px;
  color: #7a8880;
  background: #f4f5f2;
  border-bottom: 1px solid #dde3de;
  font-size: 0.63rem;
}
.browser-dots {
  display: flex;
  gap: 5px;
}
.browser-dots i {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #bec8c1;
}
.address {
  flex: 1;
  padding: 7px 15px;
  border-radius: 5px;
  background: #fff;
}
.genesis-active {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #12613e;
  font-weight: 800;
}
.genesis-active i {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #23bd70;
  animation: pulse 2s infinite;
}
.demo-page {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 26, 18, 0.8), rgba(5, 26, 18, 0.35)),
    url("/assets/images/northstar-festival.webp?v=northstar-1") center / cover;
  animation: demo-pan 16s ease-in-out infinite alternate;
}
.demo-nav {
  position: relative;
  z-index: 2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding: 0 30px;
  font-size: 0.58rem;
}
.translatable {
  position: relative;
  display: inline-grid;
}
.translatable > i {
  grid-area: 1 / 1;
  opacity: 0;
  font-style: normal;
  animation: language-one 20s infinite;
}
.translatable > i:nth-child(2) {
  animation-name: language-two;
}
.translatable > i:nth-child(3) {
  animation-name: language-three;
}
.translatable > i:nth-child(4) {
  animation-name: language-four;
}
.translatable > i:nth-child(5) {
  animation-name: language-five;
}
.demo-logo {
  margin-right: auto;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.demo-content {
  position: relative;
  z-index: 2;
  width: 78%;
  padding: 52px 38px;
}
.demo-kicker {
  color: #8ff0bc;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  font-weight: 900;
}
.translation-stack {
  position: relative;
  height: 178px;
  margin: 12px 0;
}
.phrase {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 3.4vw, 3.5rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.phrase > i[dir="rtl"] {
  width: 100%;
  text-align: right;
}
.demo-content p {
  max-width: 390px;
  color: #d5e0da;
  font-size: 0.8rem;
  line-height: 1.5;
}
.demo-content p.translatable {
  display: grid;
  min-height: 40px;
}
.demo-content button {
  margin-top: 10px;
  padding: 11px 17px;
  border: 0;
  border-radius: 4px;
  color: #10271d;
  background: #8ff0bc;
  font-weight: 800;
  font-size: 0.7rem;
}
.language-chip {
  position: absolute;
  z-index: 4;
  right: 22px;
  top: 85px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(4, 30, 19, 0.76);
  backdrop-filter: blur(12px);
  font-size: 0.65rem;
}
.language-chip span {
  color: #8ff0bc;
}
.language-chip b {
  color: #8ff0bc;
}
.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 9px;
  color: #12221a;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(27, 57, 42, 0.18);
  backdrop-filter: blur(14px);
  animation: float 5s ease-in-out infinite;
}
.floating-card small,
.floating-card strong {
  display: block;
}
.floating-card small {
  color: #168653;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.floating-card strong {
  margin-top: 3px;
  font-size: 0.72rem;
}
.voice-card {
  left: -12px;
  bottom: 25px;
}
.wave {
  color: #168653;
  letter-spacing: -2px;
}
.intent-card {
  right: -45px;
  top: 5px;
  animation-delay: -2.5s;
}
.intent-card > span {
  color: #168653;
  font-size: 1.4rem;
}
.progression {
  padding-block: 115px 130px;
}
.section-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6cec8;
  color: #66756d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.progression > h2 {
  max-width: 850px;
  margin: 35px 0 60px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.progress-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #c8d0ca;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.progress-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 60px rgba(44, 70, 56, 0.1);
}
.progress-card.active {
  color: #fff;
  background: #12613e;
  border-color: #12613e;
}
.card-number {
  display: flex;
  justify-content: space-between;
  color: #6b7b72;
  font-size: 0.7rem;
  font-weight: 900;
}
.active .card-number {
  color: #a2d7ba;
}
.card-number span {
  padding: 5px 8px;
  border-radius: 99px;
  color: #12613e;
  background: #d5eddf;
  font-size: 0.55rem;
  text-transform: uppercase;
}
.next .card-number span {
  color: #755517;
  background: #f2e4bd;
}
.future .card-number span {
  color: #58665f;
  background: #dde3df;
}
.capability-icon {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  margin: 68px 0 36px;
  border-radius: 50%;
  color: #12613e;
  background: #d8ebe0;
  font-family: Georgia, serif;
  font-size: 1.35rem;
}
.language-icon span {
  margin-left: -3px;
  font-size: 0.8rem;
}
.voice-icon {
  letter-spacing: -3px;
  font-family: inherit;
  font-size: 0.9rem;
}
.action-icon {
  font-size: 2rem;
}
.progress-card h3 {
  margin: 0 0 11px;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}
.progress-card p {
  margin: 0;
  color: #627169;
  line-height: 1.55;
}
.active p {
  color: #c4dfd0;
}
.progress-card > small {
  margin-top: auto;
  color: #7a8880;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pricing {
  padding-block: 40px 130px;
}
.pricing-intro {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: end;
  margin: 50px 0 45px;
}
.pricing-intro h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.pricing-intro > p {
  margin: 0;
  color: #66756d;
  line-height: 1.65;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.price-card {
  position: relative;
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #c8d0ca;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.48);
}
.price-card.featured {
  border-color: #12613e;
  box-shadow: 0 22px 60px rgba(18, 97, 62, 0.12);
}
.plan-name {
  color: #12613e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.popular {
  position: absolute;
  top: -12px;
  right: 16px;
  padding: 6px 9px;
  border-radius: 99px;
  color: #fff;
  background: #12613e;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 25px 0 15px;
}
.price strong {
  font-family: Georgia, serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.price span,
.price-card > p,
.price-card li {
  color: #68776f;
  font-size: 0.78rem;
}
.price-card > p {
  min-height: 42px;
  line-height: 1.5;
}
.price-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid #d7ded9;
  list-style: none;
}
.price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #168653;
  font-weight: 900;
}
.price-card > button {
  width: 100%;
  margin-top: auto;
}
.enterprise-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  padding: 22px 25px;
  border: 1px solid #c8d0ca;
  border-radius: 10px;
}
.enterprise-row strong,
.enterprise-row span {
  display: block;
}
.enterprise-row span {
  margin-top: 4px;
  color: #68776f;
  font-size: 0.76rem;
}
.enterprise-row a {
  color: #12613e;
  font-size: 0.78rem;
  font-weight: 900;
}
.form-note {
  margin: 0;
  color: #74827a;
  font-size: 0.72rem;
  line-height: 1.4;
}
.active > small {
  color: #8fc5a9;
}
.dark-story {
  overflow: hidden;
  color: #eef6f1;
  background: #07140e;
}
.dark-grid {
  min-height: 790px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 55px;
}
.dark-copy {
  position: relative;
  z-index: 2;
  padding-block: 90px;
}
.dark-copy h2 {
  margin: 18px 0 25px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.dark-copy > p {
  color: #9fb2a7;
  line-height: 1.65;
}
.dark-copy ol {
  display: grid;
  gap: 22px;
  padding: 25px 0 0;
  list-style: none;
}
.dark-copy li {
  display: flex;
  gap: 18px;
  padding-top: 17px;
  border-top: 1px solid #24392e;
}
.dark-copy li > span {
  color: #65d99b;
  font-size: 0.65rem;
  font-weight: 900;
}
.dark-copy li strong,
.dark-copy li small {
  display: block;
}
.dark-copy li small {
  margin-top: 5px;
  color: #869a8f;
}
.engine-visual {
  position: relative;
  height: 700px;
  margin-right: -28vw;
  background:
    linear-gradient(90deg, #07140e 0%, transparent 40%),
    url("/assets/images/genesis-context-engine.webp?v=editorial-1") center / cover;
}
.engine-visual span {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(101, 217, 155, 0.4);
  border-radius: 5px;
  color: #8ff0bc;
  background: rgba(4, 22, 14, 0.72);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  animation: float 5s ease-in-out infinite;
}
.engine-visual span:nth-child(1) {
  left: 28%;
  top: 25%;
}
.engine-visual span:nth-child(2) {
  left: 56%;
  top: 47%;
  animation-delay: -2s;
}
.engine-visual span:nth-child(3) {
  left: 35%;
  bottom: 20%;
  animation-delay: -3.5s;
}
.final-cta {
  padding-block: 140px;
  text-align: center;
}
.final-cta h2 {
  max-width: 900px;
  margin: 20px auto;
  font-family: Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.final-cta p {
  color: #68776f;
}
.final-cta .button {
  margin: 25px auto 0;
}
footer {
  display: flex;
  justify-content: space-between;
  padding-block: 25px 40px;
  border-top: 1px solid #c6cec8;
  color: #718078;
  font-size: 0.7rem;
}
.modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 16, 10, 0.64);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.login-panel {
  position: relative;
  z-index: 2;
  width: min(460px, 100%);
  padding: 38px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
}
.login-panel h2 {
  margin: 12px 0 7px;
  font-family: Georgia, serif;
  font-size: 2.7rem;
  font-weight: 500;
}
.login-panel > p {
  color: #68776f;
  line-height: 1.5;
}
.close-button {
  position: absolute;
  top: 14px;
  right: 17px;
  border: 0;
  background: none;
  font-size: 1.8rem;
  cursor: pointer;
}
.login-panel form,
.dashboard-shell form {
  display: grid;
  gap: 15px;
}
.login-panel label,
.dashboard-shell label {
  display: grid;
  gap: 6px;
  color: #48574f;
  font-size: 0.78rem;
  font-weight: 800;
}
.login-panel input,
.dashboard-shell input,
.dashboard-shell select {
  width: 100%;
  padding: 12px;
  border: 1px solid #bdc8c0;
  border-radius: 6px;
  background: #fff;
  color: #15221b;
}
.login-panel form > button:not(.quiet),
.dashboard-shell form > button {
  padding: 13px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #12613e;
  font-weight: 800;
  cursor: pointer;
}
.quiet {
  padding: 10px 14px;
  border: 1px solid #bcc7c0;
  border-radius: 6px;
  background: transparent;
  color: #526158;
  font-weight: 800;
  cursor: pointer;
}
.message {
  min-height: 1.2em;
  margin: 0;
  color: #a76523;
  font-size: 0.78rem;
}
.dashboard-shell {
  padding-block: 30px 80px;
}
.dashboard-shell header,
.dashboard-hero,
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-shell header h1 {
  margin: 0;
}
.dashboard-hero {
  margin: 60px 0 25px;
}
.dashboard-hero h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  font-weight: 500;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.grid:has(> .hidden) {
  grid-template-columns: 1fr;
}
.card {
  padding: 24px;
  border: 1px solid #c7d0ca;
  border-radius: 10px;
  background: #fff;
}
.table-card,
#dns-result {
  margin-top: 18px;
}
.customers {
  display: grid;
}
.customer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #dde3df;
}
.customer strong,
.customer small {
  display: block;
}
.customer small {
  color: #75847c;
}
.pill {
  padding: 5px 8px;
  border-radius: 99px;
  color: #12613e;
  background: #d8ebe0;
  font-size: 0.7rem;
}
code {
  display: block;
  padding: 9px;
  border-radius: 5px;
  background: #edf2ee;
  overflow-wrap: anywhere;
}
@keyframes demo-breathe {
  50% {
    transform: rotateY(-3deg) rotateX(1deg) translateY(-7px);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 6px rgba(35, 189, 112, 0.18);
  }
}
@keyframes language-one {
  0%,
  16% {
    opacity: 1;
    transform: translateY(0);
  }
  19%,
  97% {
    opacity: 0;
    transform: translateY(-7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes language-two {
  0%,
  17% {
    opacity: 0;
    transform: translateY(7px);
  }
  20%,
  36% {
    opacity: 1;
    transform: translateY(0);
  }
  39%,
  100% {
    opacity: 0;
    transform: translateY(-7px);
  }
}
@keyframes language-three {
  0%,
  37% {
    opacity: 0;
    transform: translateY(7px);
  }
  40%,
  56% {
    opacity: 1;
    transform: translateY(0);
  }
  59%,
  100% {
    opacity: 0;
    transform: translateY(-7px);
  }
}
@keyframes language-four {
  0%,
  57% {
    opacity: 0;
    transform: translateY(7px);
  }
  60%,
  76% {
    opacity: 1;
    transform: translateY(0);
  }
  79%,
  100% {
    opacity: 0;
    transform: translateY(-7px);
  }
}
@keyframes language-five {
  0%,
  77% {
    opacity: 0;
    transform: translateY(7px);
  }
  80%,
  96% {
    opacity: 1;
    transform: translateY(0);
  }
  99%,
  100% {
    opacity: 0;
    transform: translateY(-7px);
  }
}
@keyframes demo-pan {
  to {
    background-position: 57% center;
  }
}
@keyframes stage-orbit {
  to {
    transform: rotate(360deg) scale(1.05);
  }
}
@keyframes ambient-one {
  to {
    transform: translate(-180px, 160px) scale(1.3);
  }
}
@keyframes ambient-two {
  to {
    transform: translate(230px, 250px) scale(0.72);
  }
}
@media (max-width: 900px) {
  .nav-links > a:not(.button),
  .text-button {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .product-stage {
    min-height: 540px;
  }
  .browser-demo {
    inset: 25px 0 45px;
  }
  .progress-grid {
    grid-template-columns: 1fr;
  }
  .pricing-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .progress-card {
    min-height: 320px;
  }
  .capability-icon {
    margin: 40px 0 25px;
  }
  .dark-grid {
    grid-template-columns: 1fr;
  }
  .engine-visual {
    height: 450px;
    margin: 0 -24px;
  }
  .dark-copy {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }
  .site-nav {
    height: 74px;
  }
  .nav-links {
    gap: 10px;
  }
  .button.small {
    padding: 10px 11px;
    font-size: 0.69rem;
  }
  .hero {
    min-height: auto;
    padding-block: 55px 60px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .proof-line {
    flex-wrap: wrap;
  }
  .product-stage {
    min-height: 400px;
    margin-top: 15px;
  }
  .browser-demo {
    inset: 20px -60px 20px 0;
    transform: rotateY(-3deg);
  }
  .demo-content {
    padding: 45px 22px;
  }
  .phrase {
    font-size: 2rem;
  }
  .floating-card {
    transform: scale(0.85);
  }
  .voice-card {
    left: -10px;
    bottom: 0;
  }
  .intent-card {
    right: -8px;
  }
  .progression {
    padding-block: 85px;
  }
  .pricing {
    padding-bottom: 90px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    min-height: 400px;
  }
  .enterprise-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .progression > h2 {
    margin-bottom: 35px;
  }
  .final-cta {
    padding-block: 90px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  footer {
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
