@font-face {
  font-family: Manrope;
  src: url(../../assets/media/manrope-cyrillic.26b5a940.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  src: url(../../assets/media/manrope-latin.c5d858e9.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #f4f4f5;
  --muted: #a1a1aa;
  --line: #29292d;
  --soft: #111113;
  --surface: #0d0d0f;
  --surface-raised: #161619;
  --green: #2ed47f;
  --green-dark: #86edb5;
  --green-pale: #15291d;
  --white: #08080a;
  --radius: 16px;
  --shell: 1160px;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #08080a;
  color: var(--ink);
  font:
    400 16px/1.6 Manrope,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 30;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.header {
  position: sticky;
  z-index: 10;
  top: 0;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(226, 231, 228, 0.8);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand {
  width: 174px;
  display: flex;
  flex: none;
}
.brand img {
  width: 100%;
  height: auto;
}
.header nav {
  display: flex;
  gap: 28px;
  margin: auto;
}
.header nav a,
.login {
  font-size: 14px;
  text-decoration: none;
  color: #454c48;
}
.header nav a:hover,
.login:hover {
  color: var(--green);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s, background-color 0.2s, color 0.2s;
}
.button:hover {
  transform: translateY(-1px);
}
.button:active {
  transform: translateY(1px);
}
.button-primary {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.button-primary:hover {
  border-color: var(--green-dark);
  background: var(--green-dark);
}
.button-secondary {
  background: #fff;
  border-color: #b8c2bc;
  color: var(--ink);
}
.button-secondary:hover {
  border-color: var(--ink);
  background: var(--soft);
}
.button-small {
  min-height: 42px;
  padding-inline: 18px;
}
.button-arrow {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-primary .button-arrow {
  filter: brightness(0) invert(1);
}
.button:hover .button-arrow {
  transform: translateX(2px);
}
.menu-button,
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
}
.magic-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to right,
      rgba(22, 44, 32, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(22, 44, 32, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(
    ellipse 60% 52% at var(--mx, 50%) var(--my, 35%),
    #000 10%,
    transparent 76%
  );
}
.hero-glow {
  position: absolute;
  width: 680px;
  height: 380px;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse,
    rgba(23, 174, 98, 0.13),
    transparent 68%
  );
  pointer-events: none;
}
.hero-content {
  position: relative;
  text-align: center;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 23px;
  color: #36634a;
  font-size: 13px;
  font-weight: 600;
}
.hero-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.hero h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(40px, 4.6vw, 56px);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.044em;
}
.hero-copy {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 31px;
}
.product-frame {
  position: relative;
  width: min(100%, 1030px);
  height: 545px;
  margin: 72px auto 0;
  overflow: hidden;
  border: 1px solid #d4dbd7;
  border-radius: 20px 20px 0 0;
  background: #0a0b0a;
  box-shadow: 0 30px 80px rgba(20, 55, 35, 0.14);
}
.product-toolbar {
  height: 46px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #8d9690;
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  font-size: 11px;
}
.product-toolbar > div {
  display: flex;
  gap: 6px;
}
.product-toolbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7dcd9;
}
.product-toolbar b {
  justify-self: end;
  color: #43805f;
  font-weight: 600;
}
.product-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.metrics {
  border-block: 1px solid var(--line);
  background: #fff;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metrics-grid > div {
  padding: 28px 28px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.metrics-grid > div:first-child {
  border-left: 1px solid var(--line);
}
.metrics strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.metrics p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.locations {
  padding-bottom: 88px;
}
.location-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.location-chip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.2s, background-color 0.2s;
}
.location-chip:hover {
  border-color: #c4d8cd;
  background: #fbfdfc;
}
.location-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: var(--green-pale);
  color: var(--green-dark);
}
.location-icon img {
  width: 22px;
  height: 22px;
  font-size: 22px;
  filter: invert(34%) sepia(45%) saturate(1200%) hue-rotate(105deg) brightness(82%);
}
.location-chip h3,
.location-chip p {
  margin: 0;
}
.location-chip h3 {
  font-size: 15px;
  font-weight: 620;
}
.location-chip p {
  color: var(--muted);
  font-size: 12px;
}
.network-chip,
.security-chip {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}
.network-chip img {
  width: 15px;
  height: 15px;
  filter: invert(34%) sepia(45%) saturate(1200%) hue-rotate(105deg) brightness(82%);
}
.os-section {
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 92px;
  border-block: 1px solid var(--line);
  background: var(--soft);
}
.os-section .center-heading {
  margin-bottom: 42px;
}
.os-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.os-chip {
  display: flex;
  min-width: 0;
  height: 64px;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.os-chip img {
  width: 34px;
  height: 34px;
  flex: none;
  object-fit: contain;
  filter: saturate(0.72);
}
.os-chip b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section {
  padding-top: 112px;
  padding-bottom: 112px;
}
.center-heading {
  max-width: 680px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-label {
  margin: 0 0 13px;
  color: var(--green);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.center-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(32px, 3.7vw, 45px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.042em;
}
.center-heading > p:last-child {
  max-width: 600px;
  margin: 17px auto 0;
  color: var(--muted);
}
.platform-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 4px;
  gap: 3px;
  overflow-x: auto;
  border-radius: 12px;
  background: var(--soft);
}
.platform-tabs button {
  border: 0;
  border-radius: 9px;
  padding: 10px 16px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.platform-tabs button[aria-selected="true"] {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(22, 40, 30, 0.08);
}
.showcase-window {
  height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #090a09;
  box-shadow: 0 22px 64px rgba(19, 47, 31, 0.1);
}
.showcase-window img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.showcase-window img.changing {
  opacity: 0.3;
  transform: scale(0.995);
}
.benefits {
  padding-top: 86px;
}
.security {
  padding-bottom: 88px;
}
.security-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.security-visual {
  min-height: 520px;
  background: var(--soft);
}
.security-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.security-points {
  display: grid;
  align-content: center;
  padding: 20px 34px;
}
.security-points article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.security-points article:last-child {
  border-bottom: 0;
}
.security-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--green-pale);
  color: var(--green-dark);
}
.security-icon img {
  width: 24px;
  height: 24px;
  filter: invert(34%) sepia(45%) saturate(1200%) hue-rotate(105deg) brightness(82%);
}
.security-points h3,
.security-points p {
  margin: 0;
}
.security-points h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 580;
  letter-spacing: -0.025em;
}
.security-points p {
  max-width: 52ch;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}
.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.bento-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}
.spotlight:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(
    340px circle at var(--x, 50%) var(--y, 50%),
    rgba(7, 136, 77, 0.1),
    transparent 56%
  );
  transition: opacity 0.2s;
  pointer-events: none;
}
.spotlight:hover:before {
  opacity: 1;
}
.bento-card > * {
  position: relative;
}
.bento-wide {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 40px;
  align-items: center;
}
.feature-index {
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bento h3 {
  max-width: 460px;
  margin: 0;
  font-size: 25px;
  font-weight: 570;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.bento p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.bento-green {
  background: var(--green-pale);
  border-color: #cce9d9;
}
.resource-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  transform: rotate(-3deg);
}
.resource-map i {
  aspect-ratio: 1;
  border: 1px solid #bfd9ca;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 76, 46, 0.06);
}
.resource-map i:nth-child(2),
.resource-map i:nth-child(5) {
  background: #ccebd9;
}
.control-list {
  border: 1px solid #d6ded9;
  border-radius: 13px;
  background: #fff;
}
.control-list span {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.control-list b {
  color: var(--green);
  font-weight: 650;
}
.pricing {
  background: var(--soft);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 14px;
  max-width: 990px;
  margin: 0 auto;
}
.price-card {
  display: flex;
  min-height: 392px;
  padding: 27px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.price-card-main {
  border-color: #8bc8a8;
  box-shadow: 0 18px 45px rgba(15, 100, 58, 0.08);
}
.recommendation {
  width: max-content;
  margin: -4px 0 15px;
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.price-card h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 650;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}
.price strong {
  font-size: 30px;
  font-weight: 610;
  letter-spacing: -0.04em;
}
.price span,
.price-card small {
  color: var(--muted);
  font-size: 12px;
}
.price-card small {
  display: block;
  margin-top: 2px;
}
.price-card dl {
  margin: 24px 0;
}
.price-card dl div {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 13px;
}
.price-card dt {
  color: var(--muted);
}
.price-card dd {
  margin: 0;
  font-weight: 600;
}
.price-card .button {
  width: 100%;
  margin-top: auto;
}
.custom-config {
  display: flex;
  max-width: 990px;
  margin: 14px auto 0;
  padding: 24px 27px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #cfe5d8;
  border-radius: var(--radius);
  background: var(--green-pale);
}
.custom-config h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.custom-config p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.text-link {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.text-link img {
  width: 17px;
  height: 17px;
  margin-left: 6px;
  vertical-align: -3px;
  filter: invert(34%) sepia(45%) saturate(1200%) hue-rotate(105deg) brightness(82%);
}
.faq {
  max-width: 850px;
}
.faq .center-heading {
  margin-bottom: 31px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  padding: 21px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
}
.faq-list summary span:before,
.faq-list summary span:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: var(--ink);
}
.faq-list summary span:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.faq-list details[open] summary span:after {
  transform: none;
}
.faq-list details p {
  max-width: 690px;
  margin: 0 35px 21px 0;
  color: var(--muted);
  font-size: 14px;
}
.final-cta {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  padding: 58px 62px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  border: 1px solid #cbe4d6;
  border-radius: 22px;
  background: #f1faf5;
}
.final-cta > *:not(.magic-grid) {
  position: relative;
}
.final-cta h2 {
  font-size: 36px;
}
.final-cta p {
  margin: 10px 0 0;
  color: var(--muted);
}
.magic-grid-cta {
  mask-image: linear-gradient(to right, #000, transparent 72%);
  opacity: 0.7;
}
.footer {
  border-top: 1px solid var(--line);
}
.footer-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
}
.footer img {
  width: 160px;
}
.footer p {
  margin: 0;
}
.footer div div {
  display: flex;
  gap: 22px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: var(--green);
}
@media (max-width: 900px) {
  .header nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-button {
    display: flex;
    width: 41px;
    height: 39px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .menu-button span {
    width: 100%;
    height: 1px;
    background: var(--ink);
  }
  .menu-button b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .mobile-menu:not([hidden]) {
    display: grid;
    padding: 18px 24px 24px;
    gap: 14px;
    border-top: 1px solid var(--line);
    background: #fff;
  }
  .mobile-menu a {
    text-decoration: none;
  }
  .product-frame {
    height: 460px;
  }
  .showcase-window {
    height: 500px;
  }
  .bento-wide {
    grid-template-columns: 1fr;
  }
  .resource-map,
  .control-list {
    max-width: 370px;
  }
  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metrics-grid > div:nth-child(2) {
    border-right: 0;
  }
  .metrics-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .security-panel {
    grid-template-columns: 1fr;
  }
  .security-visual {
    min-height: 360px;
    max-height: 420px;
  }
  .security-points {
    padding: 14px 32px;
  }
  .os-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .shell {
    width: 100%;
    padding-inline: 16px;
  }
  .header-inner {
    height: 63px;
  }
  .brand {
    width: 151px;
  }
  .header-actions {
    display: none;
  }
  .hero {
    padding-top: 64px;
  }
  .hero-kicker {
    margin-bottom: 19px;
    font-size: 11px;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.04em;
  }
  .hero h1 br {
    display: none;
  }
  .hero-copy {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .product-frame {
    height: 295px;
    margin-top: 48px;
    border-radius: 15px 15px 0 0;
  }
  .product-toolbar {
    height: 38px;
  }
  .product-toolbar span {
    display: none;
  }
  .product-frame img {
    width: 132%;
    max-width: none;
    transform: translateX(-8%);
  }
  .metrics-grid {
    padding: 0;
  }
  .metrics-grid > div {
    padding: 21px 12px;
  }
  .metrics strong {
    font-size: 18px;
  }
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .center-heading {
    margin-bottom: 32px;
  }
  .center-heading h2 {
    font-size: 31px;
  }
  .center-heading > p:last-child {
    font-size: 14px;
  }
  .location-chips {
    grid-template-columns: 1fr;
  }
  .location-chip {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 13px;
  }
  .os-grid {
    width: 100%;
    padding-inline: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .os-chip {
    height: 58px;
    padding: 10px 12px;
  }
  .os-chip img {
    width: 30px;
    height: 30px;
  }
  .platform-tabs {
    width: calc(100% + 16px);
    margin-left: 0;
    border-radius: 10px;
  }
  .showcase-window {
    height: 290px;
    border-radius: 14px;
  }
  .showcase-window img {
    width: 135%;
    max-width: none;
    transform: translateX(-8%);
  }
  .bento {
    grid-template-columns: 1fr;
  }
  .bento-card {
    min-height: 230px;
    padding: 24px;
  }
  .bento-wide {
    gap: 28px;
  }
  .feature-index {
    margin-bottom: 22px;
  }
  .bento h3 {
    font-size: 22px;
  }
  .security-panel {
    border-radius: 14px;
  }
  .security-visual {
    min-height: 240px;
    max-height: 260px;
  }
  .security-points {
    padding: 8px 20px;
  }
  .security-points article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }
  .security-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .pricing-grid {
    display: flex;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .price-card {
    min-width: 82vw;
    scroll-snap-align: start;
  }
  .custom-config {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq {
    padding-inline: 16px;
  }
  .final-cta {
    width: calc(100% - 32px);
    padding: 38px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta h2 {
    font-size: 29px;
  }
  .final-cta .button {
    width: 100%;
  }
  .footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer div div {
    flex-direction: column;
    gap: 8px;
  }
}

/* Final alignment and interaction pass */
.button:hover,
.button:active {
  transform: none;
}
.product-frame {
  width: min(100%, 1160px);
  border-bottom: 0;
}
.product-toolbar i:nth-child(1) { background: #ff5f57; }
.product-toolbar i:nth-child(2) { background: #febc2e; }
.product-toolbar i:nth-child(3) { background: #28c840; }
.showcase-window {
  box-shadow: none;
}

/* New-customer offer: visible enough to convert, quiet enough to belong to the system. */
.header-offer {
  display: inline-flex;
  margin-right: auto;
  gap: 7px;
  align-items: center;
  color: #c6d2cb;
  text-decoration: none;
  white-space: nowrap;
}
.header-offer span {
  color: #8fe9b5;
}
.header-offer strong {
  color: var(--ink);
  font-weight: 500;
}
.header-offer .ion-icon {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.8;
}
.first-vm-offer {
  display: grid;
  margin-top: 42px;
  margin-bottom: 22px;
  padding: 34px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  border-block: 1px solid var(--line);
}
.offer-copy {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
}
.offer-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #1a2b20;
}
.offer-icon .ion-icon {
  width: 21px;
  height: 21px;
}
.offer-copy p {
  margin: 0 0 7px;
  color: #8fe9b5;
  font-size: 0.8125rem;
}
.offer-copy h2 {
  max-width: 28ch;
  margin: 0;
  color: var(--ink);
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-wrap: balance;
}
.offer-copy h2 + span {
  display: block;
  max-width: 58ch;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.55;
}
.offer-action {
  display: grid;
  justify-items: end;
  gap: 11px;
}
.offer-action > span {
  color: #aeb9b1;
  font-size: 0.75rem;
}
.offer-action .button {
  gap: 9px;
  min-width: 207px;
}
.offer-action .ion-icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 700px) {
  .first-vm-offer {
    margin: 30px 16px 0;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .offer-copy {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }
  .offer-icon {
    width: 40px;
    height: 40px;
  }
  .offer-copy h2 {
    font-size: 1.375rem;
  }
  .offer-action {
    justify-items: stretch;
  }
  .offer-action .button {
    width: 100%;
  }
}

/* Keep the header quiet; reserve the contrast for the offer itself. */
.header-offer-bar {
  border-color: #303035;
  background: #17171b;
}
.header-offer-bar-inner {
  color: #c4cdc7;
}
.header-offer-bar-inner > span .ion-icon {
  filter: brightness(0) saturate(100%) invert(78%) sepia(48%) saturate(611%) hue-rotate(89deg) brightness(96%) contrast(91%);
}
body .header-offer-bar-inner > strong {
  color: #9ef2c1;
}
.header-offer-bar-inner > small {
  color: #8e9a92;
}
body .header-offer-bar-inner > b {
  color: #e5e9e6;
}
.header-offer-bar-inner > b .ion-icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(5%) saturate(253%) hue-rotate(89deg) brightness(104%) contrast(89%);
}
.header-offer-bar:hover .header-offer-bar-inner > b {
  color: #9ef2c1;
}
.first-vm-offer {
  padding: 40px;
  border: 0;
  border-radius: 16px;
  background: #f2f3f3;
}
.offer-icon {
  background: #d7f2e1;
}
.offer-icon .ion-icon {
  filter: brightness(0) saturate(100%) invert(27%) sepia(41%) saturate(984%) hue-rotate(94deg) brightness(92%) contrast(91%);
}
.offer-copy p {
  color: #267447;
}
.offer-copy h2 {
  color: #17191a;
}
.offer-copy h2 + span {
  color: #56605a;
}
.offer-action > span {
  color: #647068;
}
.first-vm-offer .button-primary {
  border-color: #181a1b;
  background: #181a1b;
  color: #f6f7f7;
}
.first-vm-offer .button-primary:hover {
  border-color: #2c7650;
  background: #2c7650;
}
.first-vm-offer .button-primary .ion-icon {
  filter: brightness(0) saturate(100%) invert(100%);
}
@media (max-width: 700px) {
  .first-vm-offer {
    padding: 28px 22px;
  }
}

/* One promotion in the place where the decision starts: above the hero message. */
.hero-kicker {
  margin-bottom: 14px;
}
.hero-offer {
  display: grid;
  width: min(100%, 610px);
  min-height: 62px;
  margin: 0 auto 24px;
  padding: 9px 10px 9px 12px;
  grid-template-columns: 38px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  border-radius: 14px;
  background: #f1f2f2;
  color: #151819;
  text-align: left;
  text-decoration: none;
}
.hero-offer-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #d9f2e2;
}
.hero-offer-icon .ion-icon {
  width: 19px;
  height: 19px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(41%) saturate(900%) hue-rotate(94deg) brightness(88%) contrast(93%);
}
.hero-offer-title,
.hero-offer-title small,
.hero-offer-title strong {
  display: block;
}
.hero-offer-title small {
  margin-bottom: 1px;
  color: #607066;
  font-size: 0.6875rem;
  line-height: 1.2;
}
body .hero-offer-title strong {
  color: #15291d;
  font-size: 1.125rem;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.hero-offer-title strong i {
  color: #58665d;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0;
}
.hero-offer-note {
  color: #5f6c64;
  font-size: 0.6875rem;
  white-space: nowrap;
}
.hero-offer-link {
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #181a1b;
  color: #f6f7f7;
  font-size: 0.75rem;
  white-space: nowrap;
}
.hero-offer-link .ion-icon {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) saturate(100%) invert(100%);
}
.hero-offer:hover .hero-offer-link {
  background: #2b7650;
}

/* Header reduced by 30px in total: compact information, unchanged hierarchy. */
.header-utility-inner {
  min-height: 22px;
  font-size: 0.625rem;
}
.header-utility-inner .ion-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.header-inner {
  height: 56px;
  gap: 22px;
}
.brand {
  width: 170px;
}
.header nav {
  gap: 18px;
}
.header nav a,
.login {
  font-size: 0.8125rem;
}
.header .button-small {
  min-height: 36px;
  padding-inline: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 700px) {
  .header-inner {
    height: 54px;
  }
  .brand {
    width: 158px;
  }
  .menu-button {
    width: 36px;
    height: 34px;
  }
  .hero-offer {
    min-height: 0;
    margin-bottom: 20px;
    padding: 9px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 9px;
  }
  .hero-offer-icon {
    width: 36px;
    height: 36px;
  }
  .hero-offer-note {
    display: none;
  }
  .hero-offer-link {
    min-height: 36px;
    width: 36px;
    padding: 0;
    font-size: 0;
  }
}

/* Hero hint stays quiet; the full offer earns the contrast below the configurator. */
.hero-offer {
  background: #202024;
  color: var(--ink);
}
.hero-offer-icon {
  background: #2a2a30;
}
.hero-offer-title small {
  color: #aebbb2;
}
body .hero-offer-title strong {
  color: #e6eee9;
}
.hero-offer-title strong i,
.hero-offer-note {
  color: #9aa89f;
}
.hero-offer-link {
  background: #303036;
  color: #e5e7e6;
}
.hero-offer-link .ion-icon {
  filter: brightness(0) saturate(100%) invert(94%) sepia(3%) saturate(137%) hue-rotate(89deg) brightness(104%) contrast(89%);
}
.hero-offer:hover .hero-offer-link {
  background: #3a3a42;
}

.pricing .first-vm-offer {
  display: grid;
  margin: 40px 0 0;
  padding: 34px 36px;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.34fr) auto;
  gap: 34px;
  align-items: center;
  border: 0;
  border-radius: 16px;
  background: #f0f2f1;
}
.pricing .offer-copy {
  grid-template-columns: 46px minmax(0, 1fr);
}
.pricing .offer-copy p {
  margin: 0 0 7px;
  color: #267447;
  font-size: 0.75rem;
}
.pricing .offer-copy h3 {
  max-width: 31ch;
  margin: 0;
  color: #17191a;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.pricing .offer-copy h3 + span {
  display: block;
  max-width: 54ch;
  margin-top: 9px;
  color: #5c675f;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.offer-price {
  display: grid;
  gap: 1px;
  align-content: center;
}
body .offer-price strong {
  color: #1a2b20;
  font-size: 2rem;
  font-weight: 500 !important;
  letter-spacing: -0.05em;
  line-height: 1;
}
.offer-price span {
  color: #657169;
  font-size: 0.75rem;
}
.pricing .offer-action {
  min-width: 204px;
}
.pricing .offer-action > span {
  color: #657169;
}
.pricing .offer-action .button-primary {
  border-color: #181a1b;
  background: #181a1b;
  color: #f6f7f7;
}
.pricing .offer-action .button-primary:hover {
  border-color: #2d7650;
  background: #2d7650;
}
.pricing .offer-action .button-primary .ion-icon {
  filter: brightness(0) saturate(100%) invert(100%);
}
@media (max-width: 850px) {
  .pricing .first-vm-offer {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .pricing .offer-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .pricing .offer-action .button {
    width: auto;
  }
}
@media (max-width: 600px) {
  .pricing .first-vm-offer {
    margin-top: 28px;
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pricing .offer-action {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .pricing .offer-action .button {
    width: 100%;
  }
}

/* Final adjustment: static hero grid and surfaced promotional blocks. */
.hero .magic-grid {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
  background-position: 0 0 !important;
}
.hero-offer {
  width: min(100%, 520px) !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: #202024 !important;
}
.pricing .first-vm-offer {
  padding: 34px 36px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #17171b !important;
}
.hero-offer-icon .ion-icon {
  opacity: 1 !important;
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(578%) hue-rotate(88deg) brightness(108%) contrast(96%) !important;
}
body .hero-offer-title strong {
  color: #9ef2c1 !important;
}
.pricing .offer-action .button-primary {
  border-color: #f1f1f2 !important;
  background: #f1f1f2 !important;
  color: #0a0a0c !important;
  font-weight: 600 !important;
}
.pricing .offer-action .button-primary:hover {
  border-color: #d9d9dc !important;
  background: #d9d9dc !important;
  color: #0a0a0c !important;
}
@media (max-width: 600px) {
  .hero-offer {
    padding: 9px !important;
  }
  .pricing .first-vm-offer {
    padding: 28px 22px !important;
  }
}

/* Hero grid: keep the full field visible; pointer movement only adds light. */
.hero .magic-grid {
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image:
    radial-gradient(
      260px circle at var(--mx, -300px) var(--my, -300px),
      rgba(158, 242, 193, 0.2),
      rgba(158, 242, 193, 0.075) 38%,
      transparent 72%
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  background-position: center, 0 0, 0 0;
}

/* First VDS: follow the configurator's quiet, divider-led language. */
.hero-offer {
  width: min(100%, 610px);
  min-height: 0;
  margin-bottom: 24px;
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 11px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.hero-offer::after {
  display: none;
}
.hero-offer-icon,
.pricing .offer-icon {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
}
.hero-offer-icon .ion-icon,
.pricing .offer-icon .ion-icon {
  width: 22px;
  height: 22px;
}
.hero-offer-title small {
  margin-bottom: 1px;
  color: #aeb8b1;
  font-size: 0.6875rem;
  font-weight: 400;
}
body .hero-offer-title strong {
  color: #e9efeb;
  font-size: 1.0625rem;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
}
.hero-offer-title strong i {
  margin-left: 0;
  color: #9ea9a2;
  font-size: 0.75rem;
  font-weight: 400;
}
.hero-offer-note {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #9ea9a2;
  font-size: 0.6875rem;
  font-weight: 400;
}
.hero-offer-link {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #9ef2c1;
  font-size: 0.75rem;
  font-weight: 500;
}
.hero-offer-link .ion-icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(578%) hue-rotate(88deg) brightness(97%) contrast(92%);
}
.hero-offer:hover,
.hero-offer:hover .hero-offer-link,
.hero-offer:active {
  background: transparent;
  border-color: transparent;
  transform: none;
}
.hero-offer:hover .hero-offer-link {
  color: #c0f7d5;
}

.pricing .first-vm-offer {
  margin-top: 42px;
  padding: 34px 0;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 36px;
  overflow: visible;
  border: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.pricing .offer-copy {
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
}
.pricing .offer-copy p {
  margin-bottom: 7px;
  color: #91e7b5;
  font-size: 0.75rem;
  font-weight: 400;
}
.pricing .offer-copy h3 {
  max-width: 31ch;
  color: #eceeed;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.pricing .offer-copy h3 + span {
  max-width: 54ch;
  margin-top: 9px;
  color: #a4afa8;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.pricing .offer-price {
  align-self: auto;
  padding: 0;
  align-content: center;
  border: 0;
  background: transparent;
}
body .offer-price strong {
  color: #9ef2c1;
  font-size: 2rem;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
}
.offer-price span {
  margin-top: 0;
  color: #a4afa8;
  font-size: 0.75rem;
  font-weight: 400;
}
.pricing .offer-action {
  min-width: 204px;
  padding: 0;
  justify-items: end;
  align-content: normal;
}
.pricing .offer-action > span {
  color: #a4afa8;
  font-size: 0.75rem;
  text-align: right;
}
.pricing .offer-action .button-primary {
  width: auto;
  min-width: 207px;
  border-color: #edf1ef;
  background: #edf1ef;
  color: #1a1c1b;
  font-weight: 500;
}
.pricing .offer-action .button-primary:hover {
  border-color: #9ef2c1;
  background: #9ef2c1;
  color: #142018;
  transform: none;
}
.pricing .offer-action .button-primary:active {
  transform: none;
}
@media (max-width: 850px) {
  .pricing .first-vm-offer {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .pricing .offer-action {
    grid-column: 1 / -1;
    padding: 0;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .hero-offer {
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }
  .hero-offer-icon {
    width: 22px;
    height: 22px;
  }
  .hero-offer-note {
    display: none;
  }
  .hero-offer-link {
    width: auto;
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .pricing .first-vm-offer {
    margin-top: 30px;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pricing .offer-copy {
    padding: 0;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 13px;
  }
  .pricing .offer-icon {
    width: 22px;
    height: 22px;
  }
  .pricing .offer-copy h3 {
    font-size: 1.375rem;
  }
  .pricing .offer-price {
    min-height: 0;
    padding: 0;
  }
  .pricing .offer-action {
    grid-column: auto;
    padding: 0;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .pricing .offer-action > span {
    text-align: left;
  }
  .pricing .offer-action .button {
    width: 100%;
  }
}

/* Surface correction — must remain last in the cascade. */
.hero .magic-grid {
  -webkit-mask-image: none;
  mask-image: none;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: 0 0;
}
.hero-offer {
  padding: 10px 12px;
  border-radius: 14px;
  background: #202024;
}
.pricing .first-vm-offer {
  padding: 34px 36px;
  border: 0;
  border-radius: 16px;
  background: #17171b;
}
@media (max-width: 600px) {
  .hero-offer {
    padding: 9px;
  }
  .pricing .first-vm-offer {
    padding: 28px 22px;
  }
}

/* The expanded offer belongs to the dark product surface, not a white promo card. */
.pricing .first-vm-offer {
  border: 1px solid #34343a;
  background: #17171b;
}
.pricing .offer-icon {
  background: #26262c;
}
.pricing .offer-icon .ion-icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(578%) hue-rotate(88deg) brightness(97%) contrast(92%);
}
.pricing .offer-copy p {
  color: #91e7b5;
}
.pricing .offer-copy h3 {
  color: #eceeed;
}
.pricing .offer-copy h3 + span,
.pricing .offer-action > span,
.offer-price span {
  color: #a4afa8;
}
body .offer-price strong {
  color: #9ef2c1;
}
.pricing .offer-action .button-primary {
  border-color: #edf1ef;
  background: #edf1ef;
  color: #1a1c1b;
}
.pricing .offer-action .button-primary:hover {
  border-color: #9ef2c1;
  background: #9ef2c1;
  color: #142018;
}
.pricing .offer-action .button-primary .ion-icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(1017%) hue-rotate(81deg) brightness(95%) contrast(94%);
}
.ion-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.location-icon,
.step-icon,
.security-icon,
.contact-icon {
  background: #173421;
  color: #5be495;
}
.location-icon img {
  width: 30px;
  height: 22px;
  border: 0;
  border-radius: 4px;
  object-fit: cover;
  filter: none;
}
.network-chip .ion-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.step-icon {
  width: 50px;
  height: 50px;
}
.step-icon .ion-icon,
.security-icon .ion-icon {
  width: 1.625rem;
  height: 1.625rem;
}
.os-grid {
  gap: 12px;
}
.os-chip {
  height: 84px;
  padding: 16px 20px;
  gap: 15px;
}
.os-chip img {
  width: 46px;
  height: 46px;
}
.os-chip b {
  font-size: 0.9375rem;
}
.access-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: radial-gradient(circle at 75% 50%, rgba(46, 212, 127, 0.08), transparent 52%);
}
.access-visual img {
  width: 110%;
  height: auto;
  max-height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}
.bento-card {
  min-height: 310px;
}
.bento-wide {
  min-height: 310px;
}
.bento-card:not(.bento-wide) h3 {
  max-width: 20ch;
  min-height: 2.4em;
}
.bento-card:not(.bento-wide) > p {
  min-height: 3.2em;
}
.traffic-visual,
.uptime-visual {
  min-height: 94px;
}
.price-card {
  min-height: 492px;
}
.price-card dl {
  margin-block: 26px;
}
.price-card dl div {
  padding-block: 6px;
}

.contacts {
  padding-top: 104px;
  padding-bottom: 104px;
}
.contact-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.contact-panel > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  gap: 15px;
  align-items: center;
  min-width: 0;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 0.2s;
}
.contact-panel > a:last-child {
  border-right: 0;
}
.contact-panel > a:hover {
  background: #111113;
}
.contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
}
.contact-icon .ion-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-panel a > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.contact-panel small {
  color: var(--muted);
  font-size: 0.75rem;
}
.contact-panel strong {
  overflow: hidden;
  font-size: 0.9375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-arrow {
  width: 1.125rem;
  height: 1.125rem;
  color: #777780;
  transition: color 0.2s;
}
.contact-panel a:hover .contact-arrow {
  color: var(--green);
}

body :where(*:not(h1):not(h2):not(h3)) {
  font-weight: 400 !important;
}
body .button,
body .metrics strong,
body .network-chip,
body .security-chip,
body .access-chip,
body .feature-index,
body .recommendation,
body .os-chip b,
body .price strong,
body .price-card dd,
body .control-list b,
body .text-link,
body .uptime-visual strong,
body .contact-panel strong {
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
  }
  .contact-panel > a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .contact-panel > a:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 680px) {
  .product-frame {
    border-bottom: 0;
  }
  .os-chip {
    height: 72px;
    padding: 13px 14px;
  }
  .os-chip img {
    width: 38px;
    height: 38px;
  }
  .access-visual {
    height: 300px;
    padding: 0 0 16px 12px;
  }
  .access-visual img {
    width: 118%;
  }
  .bento-card,
  .bento-wide {
    min-height: 280px;
  }
  .contact-panel > a {
    padding: 20px 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Dark OpenSaga system */
body {
  font-optical-sizing: auto;
  font-kerning: normal;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
.ion-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(78%) sepia(48%) saturate(611%) hue-rotate(89deg) brightness(96%) contrast(91%);
}
.header {
  background: rgba(8, 8, 10, 0.9);
  border-color: rgba(41, 41, 45, 0.9);
}
.brand img,
.footer img {
  filter: brightness(0) invert(1);
}
.header nav a,
.login {
  color: #bdc7c0;
  font-size: 0.875rem;
}
.button {
  min-height: 46px;
  padding-inline: 18px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
}
.button-primary {
  border-color: #f1f1f2;
  background: #f1f1f2;
  color: #0a0a0c;
}
.button-primary:hover {
  border-color: #d9d9dc;
  background: #d9d9dc;
}
.button-primary .button-arrow {
  filter: none;
  color: #087b48;
}
.button-small {
  min-height: 40px;
  padding-inline: 15px;
  font-size: 0.8125rem;
}
.button-secondary {
  border-color: #3c4940;
  background: transparent;
  color: var(--ink);
}
.button-secondary:hover {
  border-color: #738078;
  background: #151518;
}
.button:focus-visible,
.platform-tabs button:focus-visible,
.menu-button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.button-arrow {
  width: 1.125rem;
  height: 1.125rem;
  color: currentColor;
}
.magic-grid {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
}
.hero-glow {
  background: radial-gradient(ellipse, rgba(46, 212, 127, 0.18), transparent 68%);
}
.hero-kicker {
  color: #91b7a0;
  font-size: 0.8125rem;
}
.hero h1 {
  font-weight: 600;
  letter-spacing: -0.035em;
}
.hero-copy {
  color: #b9c4bd;
  font-size: 1.0625rem;
  line-height: 1.65;
}
.product-frame {
  border-color: #334038;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}
.product-toolbar {
  background: #111113;
  border-color: var(--line);
  color: #87928b;
}
.product-toolbar b {
  color: #7ee2ac;
}
.metrics {
  border-color: var(--line);
  background: var(--surface);
}
.metrics strong {
  font-weight: 600;
}
.metrics p {
  color: #9eaaa3;
  font-size: 0.8125rem;
}
.location-chip,
.os-chip {
  border-color: var(--line);
  background: var(--surface);
}
.location-chip:hover,
.os-chip:hover {
  border-color: #45454b;
  background: var(--surface-raised);
}
.location-icon,
.step-icon,
.security-icon {
  background: var(--green-pale);
  color: var(--green);
}
.location-icon .ion-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.location-chip h3 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.location-chip p {
  color: var(--muted);
  font-size: 0.8125rem;
}
.network-chip,
.security-chip,
.access-chip {
  background: var(--green-pale);
  color: #72e3a4;
  font-size: 0.8125rem;
  font-weight: 600;
}
.network-chip .ion-icon {
  width: 1rem;
  height: 1rem;
}
.os-section,
.pricing {
  border-color: var(--line);
  background: #0a0a0c;
}
.os-chip {
  transition: border-color 0.2s, background-color 0.2s;
}
.os-chip b {
  color: #dce3df;
  font-size: 0.875rem;
  font-weight: 500;
}
.section-label {
  color: #69dd9d;
  font-size: 0.75rem;
  font-weight: 600;
}
.center-heading h2,
.final-cta h2 {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.center-heading > p:last-child,
.final-cta p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.platform-tabs {
  background: var(--surface-raised);
}
.platform-tabs button {
  color: #9ba79f;
  font-size: 0.875rem;
}
.platform-tabs button[aria-selected="true"] {
  background: #202a23;
  color: var(--ink);
  box-shadow: none;
}
.showcase-window {
  border-color: #334038;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.launch {
  padding-top: 94px;
  padding-bottom: 94px;
}
.launch-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}
.launch-flow li {
  position: relative;
  min-width: 0;
  padding: 34px 30px 36px;
  border-right: 1px solid var(--line);
}
.launch-flow li:last-child {
  border-right: 0;
}
.step-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 13px;
}
.step-icon .ion-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.launch-flow h3,
.launch-flow p {
  margin: 0;
}
.launch-flow h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.launch-flow p {
  max-width: 31ch;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.access-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #303036;
  border-radius: 16px;
  background: var(--surface);
}
.access-copy {
  display: flex;
  padding: 54px 46px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.access-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
}
.access-chip .ion-icon {
  width: 1rem;
  height: 1rem;
}
.access-copy h2 {
  max-width: 12ch;
  margin: 22px 0 0;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.access-copy > p {
  max-width: 43ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.access-facts {
  display: grid;
  margin-top: 30px;
  gap: 11px;
}
.access-facts > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c8d1cb;
  font-size: 0.875rem;
}
.access-facts .ion-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--green);
}
.access-visual {
  min-width: 0;
  height: 440px;
  margin-block: auto;
  overflow: hidden;
  padding: 24px 0 24px 24px;
  align-self: center;
}
.access-visual img {
  display: block;
  width: 118%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left top;
  border: 1px solid #313b35;
  border-radius: 14px 0 0 14px;
}

.security-panel,
.bento-card,
.price-card {
  border-color: var(--line);
  background: var(--surface);
}
.security-points h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.security-points p,
.bento p,
.faq-list details p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}
.security-icon .ion-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.bento h3 {
  font-weight: 600;
}
.bento-card:not(.bento-wide) {
  display: flex;
  flex-direction: column;
}
.bento-card:not(.bento-wide) h3 {
  max-width: 18ch;
  min-height: 2.4em;
}
.bento-card:not(.bento-wide) > p {
  max-width: 48ch;
  min-height: 3.2em;
}
.resource-map {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:hover .resource-map {
  transform: rotate(0deg) translateY(-3px);
}
.traffic-visual,
.uptime-visual {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.traffic-visual {
  display: grid;
  height: 92px;
  grid-template-columns: auto repeat(6, 1fr);
  align-items: end;
  gap: 7px;
}
.traffic-visual span {
  align-self: start;
  color: var(--muted);
  font-size: 0.75rem;
}
.traffic-visual i {
  height: 34px;
  border-radius: 4px 4px 2px 2px;
  background: #246a45;
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.traffic-visual i:nth-of-type(2) { height: 47px; }
.traffic-visual i:nth-of-type(3) { height: 27px; }
.traffic-visual i:nth-of-type(4) { height: 53px; }
.traffic-visual i:nth-of-type(5) { height: 39px; }
.traffic-visual i.blocked {
  height: 18px;
  background: #424248;
}
.bento-card:hover .traffic-visual i {
  transform: scaleY(1.12);
}
.uptime-visual {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 5px 12px;
}
.uptime-visual strong {
  color: var(--ink);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.uptime-visual > span {
  color: var(--muted);
  font-size: 0.75rem;
}
.uptime-visual div {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  margin-top: 12px;
}
.uptime-visual i {
  height: 6px;
  border-radius: 999px;
  background: #246a45;
  transition: background-color 0.2s, transform 0.2s;
}
.bento-card:hover .uptime-visual i {
  background: var(--green);
  transform: translateY(-2px);
}
.bento-green {
  border-color: #333338;
  background: #121215;
}
.resource-map i,
.control-list {
  border-color: #343439;
  background: #141417;
  box-shadow: none;
}
.resource-map i:nth-child(2),
.resource-map i:nth-child(5) {
  background: #173322;
}
.control-list span {
  border-color: var(--line);
  color: var(--muted);
  font-size: 0.875rem;
}
.control-list b {
  color: var(--green);
  font-weight: 600;
}
.price-card-main {
  border-color: #3d8d5f;
  box-shadow: none;
}
.recommendation {
  border-radius: 999px;
  background: var(--green-pale);
  color: #72e3a4;
  font-size: 0.75rem;
}
.price-card h3 {
  font-size: 1rem;
  font-weight: 600;
}
.price strong {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.price span,
.price-card small,
.price-card dl div {
  font-size: 0.875rem;
}
.custom-config {
  border-color: #34343a;
  background: #141417;
}
.custom-config p,
.text-link {
  font-size: 0.9375rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  color: #72e3a4;
  font-weight: 600;
}
.text-link .ion-icon {
  width: 1.05rem;
  height: 1.05rem;
  margin-left: 6px;
}
.faq-list summary {
  font-size: 1rem;
}
.faq-list details p {
  max-width: 65ch;
}
.final-cta {
  border-color: #36363b;
  background: #141417;
}
.footer-inner {
  font-size: 0.875rem;
}
.menu-button,
.mobile-menu:not([hidden]) {
  border-color: var(--line);
  background: var(--surface);
}
.menu-button span {
  background: var(--ink);
}

@media (max-width: 900px) {
  .access-panel {
    grid-template-columns: 1fr;
  }
  .access-copy {
    padding: 44px 38px;
  }
  .access-copy h2 {
    max-width: 18ch;
  }
  .access-visual {
    height: 360px;
    padding: 0 0 28px 28px;
  }
}
@media (max-width: 680px) {
  .hero-copy,
  .center-heading > p:last-child {
    font-size: 0.9375rem;
  }
  .launch-flow {
    grid-template-columns: 1fr;
  }
  .launch-flow li {
    padding: 26px 8px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .launch-flow li:last-child {
    border-bottom: 0;
  }
  .access-copy {
    padding: 34px 24px;
  }
  .access-copy h2 {
    font-size: 2rem;
  }
  .access-visual {
    height: 270px;
    padding: 0 0 20px 20px;
  }
  .access-visual img {
    width: 135%;
  }
  .security-points p,
  .bento p,
  .faq-list details p {
    font-size: 0.9375rem;
  }
}

/* Filled Ionicons and aligned feature-card system */
.ion-icon {
  filter: brightness(0) saturate(100%) invert(91%) sepia(20%) saturate(903%) hue-rotate(82deg) brightness(103%) contrast(94%);
}
.network-chip .ion-icon,
.access-chip .ion-icon,
.access-facts .ion-icon {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(94%) sepia(18%) saturate(938%) hue-rotate(79deg) brightness(103%) contrast(95%);
}

.access-visual {
  display: grid;
  height: 440px;
  overflow: hidden;
  padding: 28px;
  place-items: center;
  background: #0b0b0d;
}
.access-visual img {
  display: block;
  width: min(100%, 604px);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid #303036;
  border-radius: 12px;
}

.bento-card,
.bento-wide,
.bento-card:not(.bento-wide) {
  display: flex;
  min-height: 366px;
  padding: 32px;
  align-items: stretch;
  flex-direction: column;
}
.bento-copy {
  display: block;
}
.feature-index {
  display: inline-flex;
  height: 28px;
  margin: 0 0 24px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  background: #173421;
  color: #8ef0b4;
  letter-spacing: 0;
  text-transform: none;
}
.bento-card h3,
.bento-card:not(.bento-wide) h3 {
  max-width: 22ch;
  min-height: 2.4em;
}
.bento-card p,
.bento-card:not(.bento-wide) > p,
.bento-copy p {
  max-width: 48ch;
  min-height: 3.2em;
}
.bento-visual {
  width: 100%;
  min-height: 112px;
  margin-top: auto;
}
.resource-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  transform: none;
  transition: none;
}
.resource-map i {
  height: 62px;
  aspect-ratio: auto;
  border-radius: 7px;
}
.resource-map i:nth-child(2),
.resource-map i:nth-child(5) {
  height: 82px;
}
.bento-card:hover .resource-map,
.bento-card:hover .traffic-visual i,
.bento-card:hover .uptime-visual i {
  transform: none;
}
.traffic-visual,
.uptime-visual {
  height: 112px;
  min-height: 112px;
  padding-top: 24px;
}
.control-list {
  min-height: 112px;
  border-radius: 10px;
}
.control-list span {
  min-height: 37px;
  padding: 9px 13px;
  align-items: center;
}

@media (max-width: 900px) {
  .access-visual {
    height: 360px;
    padding: 28px;
  }
}
@media (max-width: 680px) {
  .access-visual {
    height: 270px;
    padding: 20px;
  }
  .access-visual img {
    width: min(100%, 316px);
  }
  .bento-card,
  .bento-wide,
  .bento-card:not(.bento-wide) {
    min-height: 340px;
    padding: 26px 24px;
  }
}

/* Each feature uses a distinct, full-width product artifact. */
.resource-map {
  grid-template-columns: 1fr;
  gap: 9px;
  align-content: center;
  padding-top: 24px;
}
.resource-map span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}
.resource-map small,
.resource-map b {
  font-size: 0.75rem;
  line-height: 1;
}
.resource-map small {
  color: var(--muted);
}
.resource-map b {
  color: #8ef0b4;
}
.resource-map i,
.resource-map i:nth-child(2),
.resource-map i:nth-child(5) {
  width: auto;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #287148;
}
.resource-map span:nth-child(2) i {
  background: #3e9965;
}
.resource-map span:nth-child(3) i {
  background: #215b3a;
}

.traffic-visual {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  column-gap: 7px;
  row-gap: 7px;
}
.traffic-visual span {
  grid-column: 1 / -1;
  width: 100%;
}
.traffic-visual i {
  min-width: 0;
}

.control-list {
  position: relative;
  padding-top: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.control-list::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}
.control-list span {
  border-right: 1px solid #343439;
  border-left: 1px solid #343439;
  background: #141417;
}
.control-list span:first-child {
  border-top: 1px solid #343439;
  border-radius: 10px 10px 0 0;
}
.control-list span:last-child {
  border-bottom: 1px solid #343439;
  border-radius: 0 0 10px 10px;
}
.control-list span {
  height: 36px;
  min-height: 0;
  padding-block: 8px;
  box-sizing: border-box;
}

/* A fixed visual zone keeps every divider on the same baseline. */
.bento-visual,
.traffic-visual,
.uptime-visual,
.control-list {
  height: 136px;
  min-height: 136px;
  box-sizing: border-box;
}

/* Quiet chip surfaces and a clearer hierarchy for browser access. */
.network-chip,
.security-chip,
.access-chip {
  border: 1px solid #2a332d;
  background: #151a17;
  color: #b7f3ce;
}
.location-chip {
  min-height: 96px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 20px;
}
.location-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #2b302d;
  border-radius: 50%;
  background: #121416;
}
.location-icon img {
  width: 34px;
  height: 24px;
  border-radius: 3px;
}
.location-chip h3 {
  font-size: 1rem;
}
.location-chip p {
  margin-top: 3px;
  font-size: 0.875rem;
}
.network-chip {
  padding: 8px 11px;
}

.console-frame {
  display: grid;
  width: min(100%, 500px);
  height: 100%;
  max-height: 100%;
  grid-template-rows: 36px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #34363a;
  border-radius: 12px;
  background: #111214;
}
.console-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #2b2d30;
  color: #84918a;
  font-size: 0.6875rem;
}
.console-toolbar > span {
  display: inline-flex;
  gap: 5px;
}
.console-toolbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5a5d61;
}
.console-toolbar i:first-child { background: #ff5f57; }
.console-toolbar i:nth-child(2) { background: #febc2e; }
.console-toolbar i:nth-child(3) { background: #28c840; }
.console-toolbar b {
  justify-self: end;
  color: #91efb8;
  font-size: 0.6875rem;
}
.console-frame img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 680px) {
  .location-chip {
    min-height: 86px;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    padding: 15px 16px;
  }
  .location-icon {
    width: 50px;
    height: 50px;
  }
  .location-icon img {
    width: 30px;
    height: 21px;
  }
  .console-toolbar {
    padding: 0 10px;
  }
}

/* Final system pass: one quiet surface language, one motion vocabulary. */
.hero-glow {
  display: none;
}
.security-icon,
.step-icon,
.contact-icon {
  border: 1px solid #2a332d;
  background: #151a17;
}
.security-chip,
.access-chip,
.network-chip,
.feature-index {
  background: #151a17;
  border-color: #2a332d;
}
.product-frame {
  margin-top: 68px;
}
.hero-kicker,
.hero h1,
.hero-copy,
.hero-actions,
.product-frame {
  animation: hero-enter 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero h1 { animation-delay: 0.06s; }
.hero-copy { animation-delay: 0.12s; }
.hero-actions { animation-delay: 0.18s; }
.product-frame { animation-delay: 0.28s; }
@keyframes hero-enter {
  from { transform: translateY(14px); }
  to { transform: translateY(0); }
}
@supports (animation-timeline: view()) {
  main > .section:not(.hero) {
    animation: section-enter linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 22%;
  }
  @keyframes section-enter {
    from { transform: translateY(22px); }
    to { transform: translateY(0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-kicker,
  .hero h1,
  .hero-copy,
  .hero-actions,
  .product-frame,
  main > .section:not(.hero) {
    animation: none;
  }
}
@media (max-width: 680px) {
  .product-frame {
    margin-top: 52px;
  }
}

/* Quiet surfaces, a stronger console hierarchy, no scroll-time raster blur. */
.network-chip,
.security-chip,
.access-chip,
.feature-index,
.hero-kicker,
.location-icon,
.step-icon,
.security-icon,
.contact-icon {
  border: 0;
}
.hero-kicker {
  padding: 8px 12px;
  border-radius: 999px;
  background: #151a17;
  color: #b7f3ce;
}
.hero-kicker span {
  background: #83e8ac;
}
.hero {
  padding-top: 120px;
}
.product-frame {
  height: 480px;
  margin-top: 92px;
}
.access-visual {
  padding: 20px;
  background: #0d0f0e;
}
.console-frame {
  width: 100%;
  grid-template-rows: 44px minmax(0, 1fr);
  border-radius: 14px;
}
.console-toolbar {
  padding: 0 16px;
  font-size: 0.75rem;
}
.console-toolbar b {
  font-size: 0.75rem;
}
.console-frame img {
  object-fit: cover;
  object-position: center top;
}
@supports (animation-timeline: view()) {
  main > .section:not(.hero) {
    animation: none;
    transform: none;
  }
}
@media (max-width: 900px) {
  .hero {
    padding-top: 92px;
  }
  .product-frame {
    height: 420px;
    margin-top: 76px;
  }
}
@media (max-width: 680px) {
  .hero {
    padding-top: 72px;
  }
  .product-frame {
    height: 295px;
    margin-top: 54px;
  }
}

/* Hero intro owns the first screen; the product panel begins below it. */
.hero {
  padding-top: 0;
}
.hero-content {
  display: flex;
  min-height: 70vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-platform {
  position: relative;
}
.product-frame {
  margin-top: 0;
}
.hero-kicker,
.hero h1,
.hero-copy,
.hero-actions,
.product-frame {
  animation: none !important;
}
.reveal {
  transition: none;
}
.has-scroll-reveal .reveal {
  opacity: 0;
  transition: opacity 0.64s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}
.has-scroll-reveal .reveal.is-visible {
  opacity: 1;
}
@media (max-width: 680px) {
  .hero-content {
    min-height: 560px;
    padding-top: 42px;
    padding-bottom: 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transition: none;
  }
}

/* Motion system: a composed first impression, then quiet section reveals. */
@media (prefers-reduced-motion: no-preference) {
  html.has-intro-motion .header-utility {
    animation: header-utility-in 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  html.has-intro-motion .header-inner > * {
    animation: header-item-in 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  html.has-intro-motion .header-inner > :nth-child(1) { animation-delay: 70ms; }
  html.has-intro-motion .header-inner > :nth-child(2) { animation-delay: 120ms; }
  html.has-intro-motion .header-inner > :nth-child(3) { animation-delay: 170ms; }
  html.has-intro-motion .header-inner > :nth-child(4) { animation-delay: 170ms; }

  html.has-intro-motion .hero-offer,
  html.has-intro-motion .hero h1,
  html.has-intro-motion .hero-copy,
  html.has-intro-motion .hero-actions,
  html.has-intro-motion .hero-platform .product-frame {
    animation: hero-materialize 780ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
  }

  html.has-intro-motion .hero-offer { animation-delay: 120ms !important; }
  html.has-intro-motion .hero h1 { animation-delay: 190ms !important; }
  html.has-intro-motion .hero-copy { animation-delay: 270ms !important; }
  html.has-intro-motion .hero-actions { animation-delay: 340ms !important; }
  html.has-intro-motion .hero-platform .product-frame {
    animation-delay: 430ms !important;
  }

  .has-scroll-reveal .reveal {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 18px, 0);
    transition:
      opacity 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
      transform 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
      filter 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
  }

  .has-scroll-reveal .reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header-utility-in {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes header-item-in {
  from { opacity: 0; filter: blur(4px); transform: translate3d(0, -10px, 0); }
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
}

@keyframes hero-materialize {
  from { opacity: 0; filter: blur(8px); transform: translate3d(0, 24px, 0); }
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
}

.security-points article {
  grid-template-columns: 1fr;
}

/* Restore the launch-flow grid and its separators. */
.launch-flow {
  border-block: 1px solid var(--line);
}
.launch-flow li {
  border-right: 1px solid var(--line);
}
.launch-flow li:last-child {
  border-right: 0;
}

/* Browser access follows the same two-level composition as the hero. */
.access-panel {
  grid-template-columns: 1fr;
  min-height: 0;
}
.access-copy {
  padding: 68px 32px 46px;
  align-items: center;
  text-align: center;
}
.access-copy h2 {
  max-width: none;
  margin-top: 20px;
}
.access-copy > p {
  max-width: 54ch;
  margin-top: 14px;
}
.access-facts {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.access-visual {
  width: 100%;
  height: 520px;
  padding: 28px;
  border-top: 1px solid var(--line);
}
.console-frame {
  max-width: 1120px;
}
@media (max-width: 900px) {
  .access-copy {
    padding: 52px 28px 38px;
  }
  .access-visual {
    height: 420px;
    padding: 22px;
  }
}
@media (max-width: 680px) {
  .access-copy {
    padding: 42px 22px 32px;
  }
  .access-facts {
    display: grid;
    justify-content: start;
  }
  .access-visual {
    height: 280px;
    padding: 14px;
  }
  .console-frame {
    grid-template-rows: 38px minmax(0, 1fr);
  }
}

/* Preserve the divider baseline while giving feature copy more breathing room. */
@media (min-width: 681px) {
  .bento-card,
  .bento-wide,
  .bento-card:not(.bento-wide) {
    min-height: 396px;
  }
  .access-visual {
    height: 680px;
  }
}

/* A tighter desktop header without compromising the primary action. */
.header-utility-inner {
  min-height: 26px;
  font-size: 0.6875rem;
}
.header-inner {
  height: 62px;
  gap: 26px;
}
.header nav {
  gap: 21px;
}
.brand {
  width: 184px;
}
.header-actions {
  gap: 14px;
}
.header .button-small {
  min-height: 40px;
  padding-inline: 15px;
}

.showcase-window {
  box-shadow: none;
}

.brand img,
.footer img {
  filter: none;
}

.access-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.console-frame {
  margin-inline: auto;
}

/* Two-level support header. */
.header {
  background: rgba(8, 8, 10, 0.92);
  border-color: var(--line);
}
.header-utility {
  border-bottom: 1px solid var(--line);
  background: #0d0f0e;
}
.header-utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  color: #8c978f;
  font-size: 0.75rem;
}
.header-utility-inner > span {
  margin-right: auto;
  color: #9ee8bd;
}
.header-utility-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b9c4bd;
  text-decoration: none;
  transition: color 0.2s;
}
.header-utility-inner a:hover {
  color: #9ee8bd;
}
.header-utility-inner .ion-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.header-inner {
  height: 76px;
}
.brand {
  width: 208px;
}
@media (max-width: 900px) {
  .header-utility {
    display: none;
  }
  .header-inner {
    height: 68px;
  }
  .brand {
    width: 198px;
  }
}

/* Shared browser-chrome scale for every product panel. */
.product-toolbar {
  height: 54px;
  padding-inline: 20px;
  font-size: 0.8125rem;
}
.product-toolbar > div,
.console-toolbar > span {
  gap: 8px;
}
.product-toolbar i,
.console-toolbar i {
  width: 11px;
  height: 11px;
}
.product-toolbar b {
  font-size: 0.8125rem;
}
.console-frame {
  grid-template-rows: 54px minmax(0, 1fr);
}
.console-toolbar {
  padding-inline: 20px;
  font-size: 0.8125rem;
}
.console-toolbar b {
  font-size: 0.8125rem;
}
@media (max-width: 680px) {
  .product-toolbar {
    height: 44px;
    padding-inline: 14px;
    font-size: 0.75rem;
  }
  .product-toolbar i,
  .console-toolbar i {
    width: 9px;
    height: 9px;
  }
  .console-frame {
    grid-template-rows: 44px minmax(0, 1fr);
  }
.console-toolbar,
.console-toolbar b {
  font-size: 0.75rem;
}
}

/* Benefits and conversion-first pricing. */
.bento-green {
  background: #101211;
  border-color: var(--line);
}
.bento-visual,
.traffic-visual,
.uptime-visual,
.control-list {
  height: 142px;
  min-height: 142px;
}
.configurator-panel {
  display: grid;
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr) minmax(200px, 0.55fr);
  gap: 42px;
  align-items: center;
  border: 1px solid #34343a;
  border-radius: 16px;
  background: #121215;
}
.configurator-intro h3 {
  margin: 0;
  font-size: 1.375rem;
}
.configurator-intro p {
  max-width: 38ch;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.configurator-intro ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: #c5d0c9;
  font-size: 0.875rem;
  list-style: none;
}
.configurator-intro li::before {
  margin-right: 8px;
  color: #8ef0b4;
  content: "•";
}
.server-config {
  display: grid;
  gap: 22px;
}
.server-config label {
  display: grid;
  gap: 11px;
}
.server-config label > span {
  display: flex;
  justify-content: space-between;
  color: #bfc9c2;
  font-size: 0.875rem;
}
.server-config output {
  color: #9ef2c1;
}
.server-config input[type="range"] {
  width: 100%;
  height: 5px;
  appearance: none;
  border-radius: 99px;
  outline: 0;
  background: #2b302d;
}
.server-config input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: #9ef2c1;
  cursor: pointer;
}
.server-config input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #9ef2c1;
  cursor: pointer;
}
.configurator-total {
  display: flex;
  min-height: 176px;
  height: 292px;
  padding-left: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #34343a;
}
.configurator-total > span,
.configurator-total small {
  color: var(--muted);
  font-size: 0.8125rem;
}
.configurator-total strong {
  margin: 5px 0 2px;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.configurator-total .button {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .configurator-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .configurator-total {
    min-height: 0;
    padding: 26px 0 0;
    border-top: 1px solid #34343a;
    border-left: 0;
  }
  .configurator-total .button {
    width: auto;
  }
}
@media (max-width: 680px) {
  .configurator-panel {
    margin-inline: 16px;
    padding: 26px 22px;
  }
  .configurator-intro h3 {
    font-size: 1.25rem;
  }
  .configurator-total .button {
    width: 100%;
  }
}

.pricing-presets {
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.preset-heading,
.preset-row {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.65fr auto;
  gap: 24px;
  align-items: center;
}
.preset-heading {
  min-height: 42px;
  color: var(--muted);
  font-size: 0.75rem;
}
.preset-row {
  min-height: 84px;
  border-top: 1px solid var(--line);
  color: #c6d0ca;
  font-size: 0.875rem;
}
.preset-row strong {
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 500;
}
.preset-row > span:nth-child(2) {
  color: var(--muted);
}
.preset-row > span:nth-child(3) {
  display: grid;
  gap: 3px;
}
.preset-row b {
  color: var(--ink);
  font-weight: 500;
}
.preset-row small {
  color: var(--muted);
  font-size: 0.75rem;
}
.preset-row a {
  color: #9ef2c1;
  font-size: 0.875rem;
  text-decoration: none;
}
.preset-row a:hover {
  color: var(--ink);
}
@media (max-width: 680px) {
  .preset-heading {
    display: none;
  }
  .preset-row {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 1fr auto;
    gap: 10px 18px;
  }
  .preset-row > span:nth-child(2) {
    grid-column: 1 / -1;
    order: 3;
  }
  .preset-row > span:nth-child(3) {
    grid-column: 1;
    order: 2;
  }
  .preset-row a {
    order: 2;
  }
}

/* A single refined pricing surface, not a stack of disconnected cards. */
.pricing-presets {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* Pricing is a guided decision, not a catalogue of interchangeable plans. */
.configurator-scenarios {
  max-width: 1120px;
  margin: 46px auto 0;
}
.configurator-scenarios > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.8125rem;
}
.scenario-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.config-scenario {
  display: grid;
  min-height: 118px;
  padding: 20px 24px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  transition: color 160ms ease, background-color 160ms ease;
}
.config-scenario:last-child {
  border-right: 0;
}
.config-scenario:hover,
.config-scenario:focus-visible {
  background: #141714;
  color: var(--ink);
  outline: 0;
}
.config-scenario:focus-visible {
  box-shadow: inset 0 0 0 1px #8ef0b4;
}
.config-scenario.is-selected {
  background: #151a17;
  color: var(--ink);
}
.scenario-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #222923;
}
.scenario-icon .ion-icon {
  width: 19px;
  height: 19px;
  opacity: 0.88;
}
.config-scenario strong,
.config-scenario small {
  display: block;
}
.config-scenario strong {
  color: currentColor;
  font-size: 1rem;
  font-weight: 500;
}
.config-scenario small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.configurator-panel {
  margin-top: 0;
  padding: 42px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.configurator-intro ul {
  gap: 10px;
}
.configurator-intro li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.configurator-intro li::before {
  display: none;
}
.configurator-intro li .ion-icon {
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
.server-config {
  padding-inline: 6px;
}
.configurator-total {
  min-height: 184px;
  padding-left: 38px;
}
.configurator-total > span::after {
  color: #8ef0b4;
  content: " за месяц";
}
@media (max-width: 900px) {
  .scenario-list {
    grid-template-columns: 1fr;
  }
  .config-scenario,
  .config-scenario:last-child {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .config-scenario:last-child {
    border-bottom: 0;
  }
  .configurator-panel {
    margin-inline: 0;
  }
}
@media (max-width: 680px) {
  .configurator-scenarios {
    margin: 30px 16px 0;
  }
  .config-scenario {
    padding: 16px 4px;
  }
  .configurator-panel {
    padding: 30px 0;
  }
}
.preset-heading,
.preset-row {
  grid-template-columns: minmax(0, 1.34fr) minmax(160px, 0.8fr) minmax(150px, 0.65fr) 96px;
  padding-inline: 0;
}
.preset-heading {
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.preset-row {
  min-height: 82px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s;
}
.preset-row:last-child {
  border-bottom: 1px solid var(--line);
}
.preset-row:hover {
  background: transparent;
}
.preset-row strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-variant-numeric: tabular-nums;
}
.preset-row strong i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #647168;
}
.preset-row em {
  margin-left: 4px;
  color: #9ef2c1;
  font-size: 0.6875rem;
  font-style: normal;
}
.preset-row-featured {
  background: transparent;
}
.preset-row-featured:hover {
  background: transparent;
}
.preset-row a {
  display: inline;
  min-height: 0;
  padding: 0;
  color: #9ef2c1;
}
.preset-row a:hover {
  color: var(--ink);
}
@media (max-width: 680px) {
  .pricing-presets {
    margin-inline: 16px;
  }
  .preset-row {
    padding: 20px;
    grid-template-columns: 1fr auto;
  }
  .preset-row strong {
    font-size: 0.875rem;
  }
  .preset-row > span:nth-child(2) {
    margin-top: 2px;
  }
}

/* Graphite navigation and direct-value configurator controls. */
.header {
  background: rgba(20, 20, 23, 0.96);
  border-color: #303035;
}
.header-utility {
  background: #17171b;
  border-color: #303035;
}

.server-config {
  gap: 29px;
}
.config-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.config-choice-group legend {
  display: flex;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  justify-content: space-between;
  color: #c7d0ca;
  font-size: 0.9375rem;
}
.config-choice-group output {
  color: #9ef2c1;
}
.config-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
  gap: 6px;
}
.config-options button {
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #202124;
  color: #aeb7b1;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease;
}
.config-options button:hover,
.config-options button:focus-visible {
  background: #2a2e2c;
  color: var(--ink);
  outline: 0;
}
.config-options button:focus-visible {
  box-shadow: inset 0 0 0 1px #8ef0b4;
}
.config-options button.is-selected {
  background: #9ef2c1;
  color: #102016;
}
@media (max-width: 680px) {
  .config-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Give the configuration brief the same visual weight as its controls. */
.configurator-intro .feature-index {
  height: 31px;
  margin-bottom: 15px;
  padding-inline: 12px;
  font-size: 0.8125rem;
}
.configurator-intro h3 {
  font-size: 1.5rem;
  line-height: 1.24;
}
.configurator-intro p {
  margin-top: 14px;
  font-size: 0.9375rem;
}
.configurator-intro ul {
  margin-top: 24px;
  font-size: 0.9375rem;
}
@media (min-width: 681px) {
  .config-choice-group:first-child .config-options {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .config-choice-group:first-child .config-options button {
    padding-inline: 2px;
  }
}

/* The promotion is deliberately a distinct, lightweight header layer. */
.header-offer-bar {
  border-bottom: 1px solid #c9ecd5;
  background: linear-gradient(100deg, #f4f4f5 0%, #edf7f0 58%, #dcf5e5 100%);
}
.header-offer-bar-inner {
  display: flex;
  min-height: 36px;
  gap: 9px;
  align-items: center;
  color: #17211a;
  text-decoration: none;
}
.header-offer-bar-inner > span,
.header-offer-bar-inner > b {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.header-offer-bar-inner > span {
  font-size: 0.75rem;
}
.header-offer-bar-inner > span .ion-icon {
  width: 0.875rem;
  height: 0.875rem;
  filter: brightness(0) saturate(100%) invert(35%) sepia(69%) saturate(671%) hue-rotate(94deg) brightness(89%) contrast(88%);
}
body .header-offer-bar-inner > strong {
  color: #176036;
  font-size: 0.875rem;
  font-weight: 500 !important;
}
.header-offer-bar-inner > small {
  color: #5b6a60;
  font-size: 0.6875rem;
}
body .header-offer-bar-inner > b {
  margin-left: auto;
  color: #17211a;
  font-size: 0.75rem;
  font-weight: 500 !important;
}
.header-offer-bar-inner > b .ion-icon {
  width: 0.875rem;
  height: 0.875rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(1174%) hue-rotate(86deg) brightness(96%) contrast(90%);
}
.header-offer-bar:hover .header-offer-bar-inner > b {
  color: #176036;
}
@media (max-width: 700px) {
  .header-offer-bar-inner {
    min-height: 34px;
    gap: 6px;
  }
  .header-offer-bar-inner > span {
    font-size: 0.6875rem;
  }
  .header-offer-bar-inner > small {
    display: none;
  }
  .header-offer-bar-inner > b {
    font-size: 0;
  }
  .header-offer-bar-inner > b .ion-icon {
    width: 1rem;
    height: 1rem;
  }
}

/* First VDS offer — a single conversion pattern in two densities. */
.hero-offer {
  position: relative;
  width: min(100%, 640px);
  min-height: 68px;
  margin-bottom: 28px;
  padding: 10px 10px 10px 12px;
  grid-template-columns: 42px minmax(0, 1fr) auto auto;
  gap: 14px;
  overflow: hidden;
  border: 1px solid #3a3a42;
  border-radius: 14px;
  background: #17171b;
  box-shadow: none;
  transition: border-color 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-offer::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 1px;
  background: #9ef2c1;
  content: "";
}
.hero-offer-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #203526;
}
.hero-offer-icon .ion-icon {
  width: 20px;
  height: 20px;
}
.hero-offer-title small {
  margin-bottom: 3px;
  color: #a9b4ad;
  font-size: 0.6875rem;
  font-weight: 600;
}
body .hero-offer-title strong {
  color: #f0f4f1;
  font-size: 1.1875rem;
  font-weight: 650 !important;
  letter-spacing: -0.03em;
}
.hero-offer-title strong i {
  margin-left: 3px;
  color: #a9b4ad;
  font-size: 0.75rem;
  font-weight: 500;
}
.hero-offer-note {
  padding: 5px 8px;
  border: 1px solid #343c36;
  border-radius: 999px;
  color: #b8c4bc;
  font-size: 0.625rem;
  font-weight: 600;
}
.hero-offer-link {
  min-height: 46px;
  padding-inline: 15px;
  border-radius: 10px;
  background: #9ef2c1;
  color: #102016;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background-color 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-offer-link .ion-icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(1322%) hue-rotate(88deg) brightness(96%) contrast(92%);
}
.hero-offer:hover {
  border-color: #6bbf8d;
  background: #1b1d1d;
  transform: translateY(-2px);
}
.hero-offer:hover .hero-offer-link {
  background: #c0f7d5;
}
.hero-offer:active {
  transform: translateY(0);
}

.pricing .first-vm-offer {
  position: relative;
  margin-top: 48px;
  padding: 0;
  grid-template-columns: minmax(0, 1fr) 176px minmax(218px, auto);
  gap: 0;
  overflow: hidden;
  border: 1px solid #363840;
  border-radius: 16px;
  background: #17171b;
}
.pricing .offer-copy {
  padding: 35px 34px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
}
.pricing .offer-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #213726;
}
.pricing .offer-copy p {
  margin-bottom: 8px;
  color: #9ef2c1;
  font-size: 0.75rem;
  font-weight: 600;
}
.pricing .offer-copy h3 {
  max-width: 24ch;
  color: #f0f4f1;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.13;
}
.pricing .offer-copy h3 + span {
  max-width: 52ch;
  margin-top: 11px;
  color: #aeb8b1;
  font-size: 0.8125rem;
  line-height: 1.55;
}
.pricing .offer-price {
  align-self: stretch;
  padding: 30px 24px;
  align-content: center;
  border-inline: 1px solid #363840;
  background: #1d3424;
}
body .offer-price strong {
  color: #b7f7cf;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 650 !important;
  letter-spacing: -0.04em;
}
.offer-price span {
  margin-top: 3px;
  color: #c2d2c7;
  font-size: 0.75rem;
  font-weight: 600;
}
.pricing .offer-action {
  min-width: 0;
  padding: 28px 30px;
  justify-items: stretch;
  align-content: center;
}
.pricing .offer-action > span {
  color: #aeb8b1;
  font-size: 0.6875rem;
  text-align: center;
}
.pricing .offer-action .button-primary {
  width: 100%;
  min-width: 0;
  border-color: #9ef2c1;
  background: #9ef2c1;
  color: #102016;
  font-weight: 700;
}
.pricing .offer-action .button-primary:hover {
  border-color: #c0f7d5;
  background: #c0f7d5;
  color: #102016;
  transform: translateY(-1px);
}
.pricing .offer-action .button-primary:active {
  transform: translateY(1px);
}

@media (max-width: 850px) {
  .pricing .first-vm-offer {
    grid-template-columns: minmax(0, 1fr) 164px;
  }
  .pricing .offer-action {
    grid-column: 1 / -1;
    padding: 18px 28px 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
  }
  .pricing .offer-action .button {
    width: auto;
  }
}
@media (max-width: 700px) {
  .hero-offer {
    margin-bottom: 22px;
    padding: 9px;
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    gap: 10px;
  }
  .hero-offer-icon {
    width: 38px;
    height: 38px;
  }
  .hero-offer-note {
    display: none;
  }
  .hero-offer-link {
    min-height: 40px;
    width: 40px;
    padding: 0;
    font-size: 0;
  }
}
@media (max-width: 600px) {
  .hero-offer {
    margin-bottom: 22px;
    padding: 9px;
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    gap: 10px;
  }
  .hero-offer-icon {
    width: 38px;
    height: 38px;
  }
  .hero-offer-title strong {
    font-size: 1.0625rem;
  }
  .hero-offer-note {
    display: none;
  }
  .hero-offer-link {
    min-height: 40px;
    width: 40px;
    padding: 0;
    font-size: 0;
  }
  .pricing .first-vm-offer {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
  .pricing .offer-copy {
    padding: 28px 22px 24px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }
  .pricing .offer-icon {
    width: 42px;
    height: 42px;
  }
  .pricing .offer-copy h3 {
    font-size: 1.4rem;
  }
  .pricing .offer-price {
    min-height: 106px;
    padding: 20px 22px;
    border-block: 1px solid #363840;
    border-inline: 0;
  }
  .pricing .offer-action {
    grid-column: auto;
    padding: 22px;
    grid-template-columns: 1fr;
  }
  .pricing .offer-action .button {
    width: 100%;
  }
}

/* Final override: preserve the established OpenSaga component language. */
.hero .magic-grid {
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  background-image:
    radial-gradient(
      260px circle at var(--mx, -300px) var(--my, -300px),
      rgba(158, 242, 193, 0.2),
      rgba(158, 242, 193, 0.075) 38%,
      transparent 72%
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  background-position: center, 0 0, 0 0;
}
.hero-offer {
  width: min(100%, 610px);
  min-height: 0;
  margin-bottom: 24px;
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 11px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.hero-offer::after {
  display: none;
}
.hero-offer-icon,
.pricing .offer-icon {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
}
.hero-offer-icon .ion-icon,
.pricing .offer-icon .ion-icon {
  width: 22px;
  height: 22px;
}
.hero-offer-title small {
  margin-bottom: 1px;
  color: #aeb8b1;
  font-size: 0.6875rem;
  font-weight: 400;
}
body .hero-offer-title strong {
  color: #e9efeb;
  font-size: 1.0625rem;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
}
.hero-offer-title strong i {
  margin-left: 0;
  color: #9ea9a2;
  font-size: 0.75rem;
  font-weight: 400;
}
.hero-offer-note {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #9ea9a2;
  font-size: 0.6875rem;
  font-weight: 400;
}
.hero-offer-link {
  width: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #9ef2c1;
  font-size: 0.75rem;
  font-weight: 500;
}
.hero-offer-link .ion-icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(578%) hue-rotate(88deg) brightness(97%) contrast(92%);
}
.hero-offer:hover,
.hero-offer:hover .hero-offer-link,
.hero-offer:active {
  background: transparent;
  border-color: transparent;
  transform: none;
}
.hero-offer:hover .hero-offer-link {
  color: #c0f7d5;
}
.pricing .first-vm-offer {
  margin-top: 42px;
  padding: 34px 0;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 36px;
  overflow: visible;
  border: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.pricing .offer-copy {
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
}
.pricing .offer-copy p {
  margin-bottom: 7px;
  color: #91e7b5;
  font-size: 0.75rem;
  font-weight: 400;
}
.pricing .offer-copy h3 {
  max-width: 31ch;
  color: #eceeed;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.pricing .offer-copy h3 + span {
  max-width: 54ch;
  margin-top: 9px;
  color: #a4afa8;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.pricing .offer-price {
  align-self: auto;
  padding: 0;
  align-content: center;
  border: 0;
  background: transparent;
}
body .offer-price strong {
  color: #9ef2c1;
  font-size: 2rem;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
}
.offer-price span {
  margin-top: 0;
  color: #a4afa8;
  font-size: 0.75rem;
  font-weight: 400;
}
.pricing .offer-action {
  min-width: 204px;
  padding: 0;
  justify-items: end;
  align-content: normal;
}
.pricing .offer-action > span {
  color: #a4afa8;
  font-size: 0.75rem;
  text-align: right;
}
.pricing .offer-action .button-primary {
  width: auto;
  min-width: 207px;
  border-color: #edf1ef;
  background: #edf1ef;
  color: #1a1c1b;
  font-weight: 500;
}
.pricing .offer-action .button-primary:hover {
  border-color: #9ef2c1;
  background: #9ef2c1;
  color: #142018;
  transform: none;
}
.pricing .offer-action .button-primary:active {
  transform: none;
}
@media (max-width: 850px) {
  .pricing .first-vm-offer {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .pricing .offer-action {
    grid-column: 1 / -1;
    padding: 0;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .hero-offer {
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }
  .hero-offer-icon {
    width: 22px;
    height: 22px;
  }
  .hero-offer-note {
    display: none;
  }
  .hero-offer-link {
    width: auto;
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .pricing .first-vm-offer {
    margin-top: 30px;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pricing .offer-copy {
    padding: 0;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 13px;
  }
  .pricing .offer-icon {
    width: 22px;
    height: 22px;
  }
  .pricing .offer-copy h3 {
    font-size: 1.375rem;
  }
  .pricing .offer-price {
    min-height: 0;
    padding: 0;
  }
  .pricing .offer-action {
    grid-column: auto;
    padding: 0;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .pricing .offer-action > span {
    text-align: left;
  }
  .pricing .offer-action .button {
    width: 100%;
  }
}

.hero-offer {
  width: min(100%, 430px) !important;
  min-height: 54px;
  margin-bottom: 24px !important;
  padding: 4px 14px 4px 4px !important;
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  border-radius: 999px !important;
  transition: background-color 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-glow {
  display: none !important;
}
.hero-platform::before { content: none; }

.product-frame,
.location-chip,
.os-chip,
.bento-card,
.showcase-window,
.access-panel,
.security-panel,
.contact-panel,
.pricing .first-vm-offer,
.offer-bottom.first-vm-offer,
.final-cta {
  border: 0 !important;
}
.product-frame {
  box-sizing: border-box;
  border-inline: 1px solid #2b2d30 !important;
}

/* Contact actions retain a clear horizontal boundary without restoring card outlines. */
.contact-panel > a {
  border-top: 1px solid #2b2d30;
  border-bottom: 1px solid #2b2d30;
}

.os-chip {
  display: grid;
  min-height: 96px;
  padding: 18px 20px !important;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 0 !important;
  background: #1a1a1e !important;
  text-decoration: none;
  transition: background-color 160ms ease;
}
.os-chip:hover,
.os-chip:focus-visible {
  background: #232328 !important;
  outline: 0;
}
.os-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #2b302d;
  background: #121416;
}
.os-icon img {
  width: 32px !important;
  height: 32px !important;
  filter: none !important;
}
.location-chip {
  text-decoration: none;
}
.header-utility .ion-icon {
  filter: brightness(0) invert(1) !important;
  opacity: 1;
}

/* A single, calm navigation island — not two bars squeezed into one pill. */
.header {
  top: 18px;
  width: min(calc(100% - 48px), 1120px);
  margin: 18px auto 0;
  overflow: visible;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.header-utility {
  display: none;
}
.header .shell {
  width: 100%;
  max-width: none;
}
.header-inner {
  height: 58px;
  padding: 0 7px 0 17px;
  gap: 14px;
  border-radius: 9999px;
  background: rgba(18, 19, 21, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}
.brand {
  width: 196px;
}
.header nav {
  margin: 0 auto 0 14px;
  gap: 4px;
}
.header nav a,
.login {
  padding: 8px 13px;
  border-radius: 9999px;
  color: #c4ccc7;
  transition: background-color 180ms ease, color 180ms ease;
}
.login {
  display: inline-flex;
  min-height: 42px;
  padding-inline: 18px;
  align-items: center;
}
.header nav a:hover,
.header nav a:focus-visible,
.login:hover,
.login:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #f2f5f3;
  outline: 0;
}
.header-actions {
  gap: 8px;
}
.header .button-small {
  min-height: 42px;
  padding-inline: 13px;
  border: 0;
  background: #edf1ef;
  color: #151716;
}
.header .button-small:hover {
  background: #edf1ef;
  color: #151716;
  transform: none;
}

@media (max-width: 900px) {
  .header {
    top: 14px;
    width: calc(100% - 32px);
    margin-top: 14px;
  }
  .header-inner {
    height: 58px;
    padding-inline: 15px 8px;
  }
  .mobile-menu:not([hidden]) {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 12px;
    gap: 3px;
    border: 0;
    border-radius: 16px;
    background: #17191a;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  }
  .mobile-menu a {
    padding: 12px 14px;
    border-radius: 10px;
    color: #dce3de;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #9ef2c1;
    outline: 0;
  }
  .menu-button {
    border: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.09);
  }
  .menu-button span {
    background: #f2f5f3;
  }
}

@media (max-width: 680px) {
  .header {
    top: 10px;
    width: calc(100% - 24px);
    margin-top: 10px;
  }
  .header-inner {
    height: 54px;
    padding-inline: 14px 7px;
  }
  .brand {
    width: 168px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
  }
}
.platform-tabs,
.platform-tabs button {
  border-radius: 10000px !important;
}
.showcase-window {
  display: block;
  box-sizing: border-box;
  border: 1px solid #2b2d30 !important;
}

@media (max-width: 680px) {
  .os-chip {
    min-height: 86px;
    padding: 15px 16px !important;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }
  .os-icon {
    width: 50px;
    height: 50px;
  }
  .os-icon img {
    width: 28px !important;
    height: 28px !important;
  }
}
.hero-offer:hover {
  background: #29292f !important;
}
.hero-offer:focus-visible {
  outline: 2px solid #9ef2c1;
  outline-offset: 3px;
}
.hero-offer-icon {
  width: 48px !important;
  height: 48px !important;
  padding: 7px !important;
  border-radius: 50% !important;
  background: #303a32 !important;
}
.hero-offer-icon .ion-icon {
  width: 21px !important;
  height: 21px !important;
}
.hero-offer-title small {
  margin-bottom: 2px;
  color: #c3cec7 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}
body .hero-offer-title strong {
  color: #f1f5f2 !important;
  font-size: 1.0625rem !important;
  font-weight: 650 !important;
  line-height: 1.15;
}
.hero-offer-title strong i {
  color: #b7c4bc !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}
.hero-offer-note {
  color: #c3cec7 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}

@media (max-width: 700px) {
  .hero-offer {
    width: min(100%, 360px) !important;
    min-height: 52px;
    padding: 7px 11px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
  }
  .hero-offer-note { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-offer {
    transition: background-color 120ms linear;
  }
}

.pricing .offer-icon {
  width: 40px !important;
  height: 40px !important;
  padding: 10px !important;
  border-radius: 50% !important;
  background: #303a32 !important;
}
.pricing .offer-icon .ion-icon {
  width: 20px !important;
  height: 20px !important;
}
.pricing .first-vm-offer {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: center;
  padding: 28px 32px !important;
}
.pricing .offer-copy {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: start;
}
.pricing .offer-copy p {
  margin-bottom: 5px;
  font-size: 0.875rem !important;
}
.pricing .offer-copy h3 {
  font-size: 1.5rem !important;
  line-height: 1.2;
}
.pricing .offer-copy h3 + span {
  margin-top: 7px;
  font-size: 0.9375rem !important;
}
.pricing .offer-action {
  min-width: 207px;
  justify-items: end;
}

.offer-bottom.first-vm-offer {
  margin-top: 48px;
  margin-bottom: 32px;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 40px !important;
  align-items: center;
  padding: 52px 56px !important;
  border-radius: 22px;
  background: #141417;
}
.offer-bottom .offer-icon {
  width: 40px !important;
  height: 40px !important;
  padding: 10px !important;
  border-radius: 50% !important;
  background: #303a32 !important;
}
.offer-bottom .offer-icon .ion-icon {
  width: 20px !important;
  height: 20px !important;
}
.offer-bottom .offer-copy {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: start;
}
.offer-bottom .offer-copy p {
  margin-bottom: 5px;
  color: #91e7b5;
  font-size: 0.875rem !important;
}
.offer-bottom .offer-copy h3 {
  margin: 0;
  color: #eceeed;
  font-size: 36px !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.offer-bottom .offer-copy h3 + span {
  display: block;
  margin-top: 7px;
  color: #a4afa8;
  font-size: 0.9375rem !important;
}
.offer-bottom .offer-action {
  min-width: 207px;
  justify-items: end;
}
.offer-bottom .button-primary {
  border-color: #edf1ef;
  background: #edf1ef;
  color: #1a1c1b;
}
.offer-bottom .button-primary .ion-icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(1017%) hue-rotate(81deg) brightness(95%) contrast(94%) !important;
}
.offer-bottom .button-primary:hover {
  border-color: #d9dcdc;
  background: #d9dcdc;
  color: #1a1c1b;
}

@media (max-width: 700px) {
  .pricing .first-vm-offer {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 24px 22px !important;
  }
  .pricing .offer-action {
    min-width: 0;
    justify-items: stretch;
  }
  .pricing .offer-action .button {
    width: 100%;
  }
  .offer-bottom.first-vm-offer {
    margin-top: 32px;
    margin-bottom: 20px;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 34px 24px !important;
  }
  .offer-bottom .offer-action {
    min-width: 0;
    justify-items: stretch;
  }
  .offer-bottom .offer-action .button {
    width: 100%;
  }
  .offer-bottom .offer-copy h3 {
    font-size: 29px !important;
  }
}

/* Hero atmosphere: a quiet signal field behind the launch message. */
body {
  background-color: #08080a;
  background-image: radial-gradient(ellipse 54% 38% at 100% 0%, rgba(44, 137, 86, 0.16), transparent 76%);
  background-repeat: no-repeat;
  background-size: 100% 760px;
}
.hero {
  isolation: isolate;
  background:
    radial-gradient(ellipse 76% 78% at 100% 0%, rgba(73, 218, 139, 0.22), transparent 64%),
    radial-gradient(ellipse 48% 52% at 7% 70%, rgba(37, 99, 67, 0.1), transparent 70%),
    linear-gradient(120deg, #08080a 0%, #08080a 38%, #0c1510 72%, #122219 100%);
}
.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}
.hero::before {
  width: clamp(560px, 72vw, 1100px);
  aspect-ratio: 1;
  top: clamp(-490px, -32vw, -250px);
  right: clamp(-560px, -33vw, -210px);
  border: 1px solid rgba(158, 242, 193, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 68px rgba(158, 242, 193, 0.035),
    0 0 0 170px rgba(158, 242, 193, 0.018);
  transform: rotate(-18deg);
}
.hero::after {
  width: min(48vw, 680px);
  height: 1px;
  top: 57%;
  right: -8%;
  background: linear-gradient(90deg, transparent, rgba(158, 242, 193, 0.08), transparent);
  transform: rotate(-28deg);
  transform-origin: right center;
}
.hero-glow {
  display: block !important;
  z-index: 0;
  width: min(78vw, 980px);
  height: min(56vw, 610px);
  top: -13%;
  left: 52%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(61, 207, 126, 0.13), rgba(27, 98, 61, 0.045) 38%, transparent 70%);
  filter: blur(8px);
}
.hero-content,
.hero-platform {
  z-index: 1;
}
@media (max-width: 680px) {
  .hero {
    background:
      radial-gradient(ellipse 112% 54% at 86% 0%, rgba(73, 218, 139, 0.18), transparent 65%),
      linear-gradient(120deg, #08080a 0%, #0b1510 100%);
  }
  .hero::before {
    width: 620px;
    top: -370px;
    right: -470px;
    box-shadow: 0 0 0 48px rgba(158, 242, 193, 0.032);
  }
  .hero::after {
    display: none;
  }
  .hero-glow {
    width: 680px;
    height: 420px;
    top: -70px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-glow {
    filter: none;
  }
}

/* The floating header must not reserve a black row above the hero. */
:root {
  --hero-header-offset: 46px;
}
.header {
  height: 0;
  margin: 0 auto;
}
.hero-content {
  min-height: calc(70vh + var(--hero-header-offset));
  padding-top: var(--hero-header-offset);
}
@media (max-width: 900px) {
  :root {
    --hero-header-offset: 42px;
  }
}
@media (max-width: 680px) {
  :root {
    --hero-header-offset: 34px;
  }
  .hero-content {
    min-height: calc(560px + var(--hero-header-offset));
    padding-top: calc(42px + var(--hero-header-offset));
    padding-bottom: 56px;
  }
  .hero-content > h1,
  .hero-content > .hero-copy,
  .hero-content > .hero-actions {
    width: 100%;
    min-width: 0;
  }
  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 10vw, 2.6rem);
    letter-spacing: -0.04em;
    text-wrap: balance;
  }
  .hero-copy {
    max-width: 34ch;
  }
  .hero-offer {
    width: min(100%, 360px) !important;
    max-width: 100%;
  }
}

/* The final offer resolves into one clear action at the lower-right corner. */
.offer-bottom.first-vm-offer {
  position: relative;
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 248px;
  padding-right: 310px !important;
}
.offer-bottom .offer-action {
  position: absolute;
  right: 56px;
  bottom: 52px;
}
.offer-bottom .button-primary {
  gap: 10px;
}
.offer-bottom .button-primary .ion-icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 700px) {
  .offer-bottom.first-vm-offer {
    min-height: 0;
    padding-right: 24px !important;
  }
  .offer-bottom .offer-action {
    position: static;
  }
}

/* Larger type and icons, without changing the existing preset surface. */
.config-scenario,
.config-scenario:last-child {
  min-height: 130px;
  padding: 23px 26px;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
}
.scenario-icon {
  width: 52px;
  height: 52px;
}
.scenario-icon .ion-icon {
  width: 24px;
  height: 24px;
}
.config-scenario strong {
  font-size: 1.125rem;
  line-height: 1.2;
}
.config-scenario small {
  margin-top: 3px;
  font-size: 0.9375rem;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .config-scenario,
  .config-scenario:last-child {
    min-height: 108px;
  }
}
@media (max-width: 680px) {
  .config-scenario,
  .config-scenario:last-child {
    min-height: 96px;
    padding: 18px 8px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }
  .scenario-icon {
    width: 46px;
    height: 46px;
  }
  .scenario-icon .ion-icon {
    width: 22px;
    height: 22px;
  }
  .config-scenario strong {
    font-size: 1rem;
  }
  .config-scenario small {
    font-size: 0.8125rem;
  }
}

/* Compact support island beneath the primary navigation. */
@media (min-width: 901px) {
  :root {
    --hero-header-offset: 102px;
  }

  .header {
    top: 18px;
  }

  .header-inner {
    position: relative;
    z-index: 1;
    transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .header-utility {
    display: block;
    position: absolute;
    right: 0;
    /* The header wrapper is intentionally zero-height; 58px is the nav
       island height and 8px keeps the two islands visually separate. */
    top: 66px;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 23, 27, 0.94);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    transform-origin: right top;
    z-index: 0;
    will-change: opacity, transform;
    transition:
      opacity 240ms ease,
      transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 0s;
  }

  /* Override the legacy header intro animation so scroll transitions retain
     control of opacity and transform after the first load. */
  html.has-intro-motion .header-utility {
    animation: none;
  }

  html.has-support-island-intro .header:not(.has-utility-hidden) .header-utility {
    animation: header-item-in 560ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
  }

  .header-utility-inner {
    min-height: 40px;
    padding: 0 16px;
    gap: 16px;
    font-size: 0.8125rem;
  }

  .header-utility-inner a {
    color: #c4ccc7;
  }

  .header-utility-inner .ion-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .header.has-utility-hidden .header-utility {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-28px) scale(0.94);
    transition-delay: 0s, 0s, 320ms;
  }
}

.hero-advantages {
  display: grid;
  width: min(100%, 430px);
  margin: 0 0 10px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.hero-advantages li {
  display: flex;
  min-height: 32px;
  padding: 6px 5px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 999px;
  background: #202024;
  color: #d9e5dc;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.hero-advantages .ion-icon {
  width: 0.6875rem;
  height: 0.6875rem;
  flex: none;
  filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(578%) hue-rotate(88deg) brightness(108%) contrast(96%);
}

@media (prefers-reduced-motion: no-preference) {
  html.has-intro-motion .hero-advantages {
    animation: hero-materialize 780ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
    animation-delay: 80ms !important;
  }
}

@media (max-width: 700px) {
  .hero-advantages {
    width: min(100%, 360px);
    gap: 6px;
  }

  .hero-advantages li {
    min-height: 30px;
    padding-inline: 3px;
    gap: 3px;
    font-size: 0.6875rem;
  }

  .hero-advantages .ion-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-inner,
  .header-utility {
    transition-duration: 1ms !important;
  }
}

/* Reuse the CTA grid as a contained background for the first-VM offer. */
.offer-bottom.first-vm-offer {
  overflow: hidden;
}

.offer-bottom > :not(.magic-grid) {
  position: relative;
  z-index: 1;
}

.offer-bottom .offer-action {
  position: absolute;
  right: 56px;
  bottom: 52px;
  z-index: 1;
}

.offer-bottom .magic-grid-cta {
  opacity: 0.45;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
  mask-image: linear-gradient(to right, #000, transparent 82%);
}

/* Match the compact support island beneath the header. */
.hero-offer {
  width: fit-content !important;
  min-height: 40px !important;
  margin-bottom: 24px !important;
  padding: 0 16px !important;
  grid-template-columns: 16px max-content max-content !important;
  gap: 8px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(23, 23, 27, 0.94) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-offer:hover {
  background: rgba(38, 39, 43, 0.96) !important;
  transform: translateY(-1px);
}

.hero-offer-icon {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.hero-offer-icon .ion-icon {
  width: 0.875rem !important;
  height: 0.875rem !important;
  filter: brightness(0) invert(1);
}

.hero-offer-title {
  display: flex;
  gap: 6px;
  align-items: baseline;
  white-space: nowrap;
}

.hero-offer-title small {
  margin: 0;
  color: #c4ccc7 !important;
  font-size: 0.8125rem !important;
}

body .hero-offer-title strong {
  color: #f2f5f3 !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
}

.hero-offer-title strong i {
  color: #c4ccc7 !important;
  font-size: inherit !important;
}

.hero-offer-note {
  color: #c4ccc7 !important;
  font-size: 0.8125rem !important;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .hero-offer {
    width: min(100%, 360px) !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
  }

  .hero-offer-title {
    min-width: 0;
  }
}

/* Footer: a clear close with service contacts and readable legal documents. */
.footer {
  margin-top: 8px;
  padding: 64px 0 22px;
  border-top-color: #2b2d30;
  background: #0b0b0d;
}

.footer-layout {
  display: grid !important;
  min-height: 0;
  padding-bottom: 52px;
  grid-template-columns: minmax(190px, 0.9fr) minmax(170px, 0.65fr) minmax(320px, 1.45fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.footer-brand {
  display: grid !important;
  gap: 18px;
}

.footer-brand img {
  width: 184px;
}

.footer-brand p {
  max-width: 26ch;
  color: #aab3ae;
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-group {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-group h2 {
  margin: 0 0 8px;
  color: #f0f3f1;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.footer-group > a:not(.footer-document) {
  width: fit-content;
  color: #aab3ae;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-group > a:not(.footer-document):hover,
.footer-group > a:not(.footer-document):focus-visible {
  color: #9ef2c1;
  outline: 0;
}

.footer-documents {
  gap: 0;
}

.footer-documents h2 {
  margin-bottom: 8px;
}

.footer-document {
  display: grid;
  padding: 14px 0;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  border-top: 1px solid #2b2d30;
  color: inherit;
  text-decoration: none;
}

.footer-document:last-child {
  border-bottom: 1px solid #2b2d30;
}

.document-badge {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #27272c;
  color: #d9e3dd;
  font-size: 0.625rem;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
}

.document-badge-shield {
  background: #1c3023;
}

.document-badge .ion-icon {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

.footer-document > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.footer-document strong {
  color: #e6ece8;
  font-size: 0.8125rem;
  font-weight: 550 !important;
  line-height: 1.35;
}

.footer-document small {
  color: #929c96;
  font-size: 0.75rem;
  line-height: 1.45;
}

.footer-document > .ion-icon {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.62;
  transition: opacity 160ms ease, transform 160ms ease;
}

.footer-document:hover strong,
.footer-document:focus-visible strong {
  color: #9ef2c1;
}

.footer-document:hover > .ion-icon,
.footer-document:focus-visible > .ion-icon {
  opacity: 1;
  transform: translate(2px, -2px);
}

.footer-document:focus-visible {
  outline: 1px solid #9ef2c1;
  outline-offset: 3px;
}

.footer-bottom {
  display: flex;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2b2d30;
  color: #7e8881;
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #aab3ae;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #9ef2c1;
  outline: 0;
}

.footer-bottom .ion-icon {
  width: 0.875rem;
  height: 0.875rem;
  filter: brightness(0) invert(1);
}

@media (max-width: 820px) {
  .footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-documents {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .footer {
    padding-top: 46px;
  }

  .footer-layout {
    padding-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-documents {
    grid-column: auto;
  }

  .footer-bottom {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .offer-bottom .offer-action {
    position: static;
  }
}

/* The closing offer is a focused conversion panel, not a generic dark block. */
.offer-bottom.first-vm-offer {
  border: 1px solid #354239 !important;
  border-radius: 16px;
  min-height: 274px;
  background-color: #111713;
  background-image: radial-gradient(580px circle at 94% 88%, rgba(66, 175, 108, 0.18), transparent 67%);
}

.offer-bottom .offer-copy p {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(158, 242, 193, 0.1);
  color: #9ef2c1;
  margin-bottom: 16px;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}

.offer-bottom .offer-copy h3 {
  max-width: 18ch;
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
  letter-spacing: -0.035em;
}

.offer-bottom .offer-title-name,
.offer-bottom .offer-price-inline {
  display: block;
}

.offer-bottom .offer-title-name {
  color: #f0f4f1;
}

.offer-bottom .offer-price-inline {
  margin-top: 12px;
  color: #c4cec7;
  font-size: 0.52em;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
}

.offer-bottom .offer-price-inline strong {
  margin-left: 3px;
  color: #9ef2c1;
  font-size: 1em;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}

.offer-bottom .offer-copy h3 + span {
  max-width: 47ch;
  margin-top: 20px;
  color: #b2bcb5;
}

.offer-bottom .button-primary {
  min-height: 46px;
  padding-inline: 18px;
}

.offer-bottom .magic-grid-cta {
  opacity: 0.26;
}

@media (max-width: 700px) {
  .offer-bottom.first-vm-offer {
    border-radius: 14px;
    min-height: 0;
    background-image: radial-gradient(360px circle at 100% 100%, rgba(87, 205, 131, 0.1), transparent 68%);
  }

}

