:root {
  --bg: #050505;
  --bg-soft: rgba(10, 10, 10, 0.96);
  --panel: #101010;
  --panel-weak: #0d0d0d;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.12);
  --text: #f2f2f2;
  --muted: #9a9a9a;
  --accent: #ffffff;
  --accent-2: #d9d9d9;
  --accent-glow: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

/* Final homepage overrides to match atlix.cloud lower section more closely */
.cta-section {
  margin-top: 112px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  min-height: 324px;
  padding: 74px 24px 64px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, transparent 49%, rgba(255, 255, 255, 0.12) 49.3%, transparent 49.6%) 38px 62px / 142px 92px no-repeat,
    linear-gradient(24deg, transparent 49%, rgba(255, 255, 255, 0.1) 49.3%, transparent 49.6%) calc(100% - 60px) calc(100% - 62px) / 126px 88px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) calc(100% - 214px) 42px / 11px 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) calc(100% - 209px) 37px / 1px 11px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 118px calc(100% - 98px) / 11px 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 123px calc(100% - 103px) / 1px 11px no-repeat,
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 2px, transparent 2.4px) 146px calc(100% - 44px) / 4px 4px no-repeat,
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 2px, transparent 2.4px) calc(100% - 190px) 89px / 4px 4px no-repeat,
    radial-gradient(circle at 12% 82%, rgba(255, 255, 255, 0.02), transparent 20%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.015), transparent 18%),
    #121212;
  text-align: center;
}

.cta-section {
  position: relative;
}

.cta-card::before,
.cta-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.cta-card::before {
  left: -96px;
  top: -28px;
  width: 300px;
  height: 300px;
}

.cta-card::after {
  right: -92px;
  bottom: -118px;
  width: 224px;
  height: 224px;
}


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

.cta-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.cta-decor-line-left {
  left: 44px;
  top: 88px;
  width: 82px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-34deg);
}

.cta-decor-line-right {
  right: 54px;
  bottom: 66px;
  width: 92px;
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
  transform: rotate(24deg);
}

.cta-decor-cross-left,
.cta-decor-cross-right {
  width: 10px;
  height: 10px;
}

.cta-decor-cross-left {
  left: 118px;
  bottom: 94px;
}

.cta-decor-cross-right {
  right: 176px;
  top: 42px;
}

.cta-decor-cross-left::before,
.cta-decor-cross-left::after,
.cta-decor-cross-right::before,
.cta-decor-cross-right::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.11);
}

.cta-decor-cross-left::before,
.cta-decor-cross-right::before {
  inset: 4px 0 4px 0;
}

.cta-decor-cross-left::after,
.cta-decor-cross-right::after {
  inset: 0 4px 0 4px;
}

.cta-decor-dot-left,
.cta-decor-dot-right {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.cta-decor-dot-left {
  left: 140px;
  bottom: 42px;
}

.cta-decor-dot-right {
  right: 200px;
  top: 86px;
}

.cta-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.1vw, 2.45rem);
  line-height: 1.02;
}

.cta-card > p {
  position: relative;
  z-index: 1;
  margin: 0 auto 34px;
  color: #959595;
  font-size: 0.95rem;
  line-height: 1.7;
  white-space: nowrap;
}

.cta-card .hero-actions {
  justify-content: center;
}

.cta-card .button {
  min-height: 56px;
  padding: 0 34px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: start;
  gap: 34px;
  margin-top: 26px;
  padding: 28px 4px 8px;
  border-top: 0;
}

.site-footer > div:first-child {
  max-width: 280px;
}

.site-footer > div:first-child p {
  margin-bottom: 0;
  color: #8e8e8e;
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
}

.footer-links > a:first-child {
  margin-bottom: 14px;
  color: #a1a1a1;
}

.footer-heading {
  margin-bottom: 8px;
  color: #f0f0f0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-links a {
  font-size: 0.92rem;
}

.footer-copy {
  margin: 0;
  color: #8d8d8d;
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: right;
}

@media (max-width: 820px) {
  .cta-section {
    margin-top: 84px;
  }

  .cta-card {
    min-height: auto;
    padding: 48px 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0 0;
  }

  .footer-links {
    justify-items: start;
  }

  .footer-copy {
    text-align: left;
  }
}

/* Final footer layout */
.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 44px;
  margin-top: 34px;
  padding: 38px 8px 0;
  border-top: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.footer-column {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
}

.footer-brand {
  max-width: 320px;
}

.brand-footer {
  margin-bottom: 6px;
}

.footer-brand p {
  margin: 0;
  color: #8f8f8f;
  font-size: 0.94rem;
  line-height: 1.7;
}

.footer-contact {
  color: #bcbcbc;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a,
.footer-docs a {
  color: #7f7f7f;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-nav a:hover,
.footer-docs a:hover,
.footer-contact:hover {
  color: #f3f3f3;
}

.footer-heading {
  margin: 0 0 6px;
  color: #f1f1f1;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
}

.footer-copy {
  margin: 0;
  color: #707070;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 820px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }

  .footer-bottom {
    margin-top: 6px;
  }
}

/* VPS page */
.vps-hero {
  padding: 132px 0 26px;
}

.vps-hero .section-heading {
  max-width: 760px;
  margin-bottom: 0;
}

.vps-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}

.vps-hero p {
  margin: 0 auto;
  max-width: 38ch;
  color: #8e8e8e;
  font-size: 0.92rem;
  line-height: 1.65;
}

.vps-pricing-section {
  padding: 16px 0 0;
}

.vps-region-switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  padding: 10px 20px;
  border-radius: 14px;
  background: #f3f3f3;
  color: #111;
  font-size: 0.92rem;
}

.vps-region-code {
  font-weight: 800;
}

.vps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 24px;
}

.vps-card {
  display: flex;
  flex-direction: column;
  min-height: 422px;
  padding: 28px 32px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #121212;
}

.vps-card h3 {
  margin: 0 0 18px;
  font-size: 0.98rem;
}

.vps-price {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.vps-price span {
  margin-left: 6px;
  color: #7f7f7f;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
}

.vps-specs {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.vps-specs li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.vps-specs span {
  color: #8d8d8d;
  font-size: 0.94rem;
}

.vps-specs strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: right;
}

.vps-card .button {
  margin-top: auto;
}

.vps-features-section {
  margin-top: 74px;
  padding: 44px 0 0;
  border-top: 1px solid var(--line);
}

.vps-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 46px;
}

.vps-feature-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 16px;
}

.vps-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #d8d8d8;
}

.vps-feature-icon svg {
  width: 18px;
  height: 18px;
  stroke: #d8d8d8;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vps-feature-item h3 {
  margin: 0 0 10px;
  font-size: 0.98rem;
}

.vps-feature-item p {
  margin: 0;
  color: #8d8d8d;
  font-size: 0.93rem;
  line-height: 1.65;
}

body[data-page="vps"] .brand-mark {
  width: 164px;
  height: 52px;
}

@media (max-width: 1080px) {
  .vps-grid,
  .vps-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .vps-hero {
    padding-top: 120px;
  }

  .vps-grid,
  .vps-features-grid {
    grid-template-columns: 1fr;
  }

  .vps-card {
    min-height: auto;
    padding: 24px;
  }

  .vps-region-switch {
    width: 100%;
    justify-content: center;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, #050505 0%, #060606 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 18%);
}
a { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
.page-shell {
  width: min(1170px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.site-header,
.site-footer,
.feature-section,
.plans-section,
.faq-section,
.cta-card,
.infra-card,
.content-shell,
.support-grid,
.pricing-shell,
.page-hero,
.spec-shell {
  border: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}
.brand-mark {
  width: 208px;
  height: 68px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("hermet_logo_transparent_clean.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  box-shadow: none;
}
.brand-mark::before,
.brand-mark::after,
.brand-text { display: none; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.site-nav a,
.ghost-link,
.footer-links a,
.text-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.94rem;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.site-nav a:hover,
.ghost-link:hover,
.footer-links a:hover,
.text-link:hover,
.site-nav a.is-active { color: var(--text); }
.site-nav a.is-active { position: relative; }
.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: #f1f1f1;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 18px;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.nav-dropdown-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.is-open .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--text);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
  transform: rotate(225deg);
  opacity: 1;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #111;
  z-index: 30;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
  gap: 6px;
}

.nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 10px;
}

.nav-dropdown-menu a:hover {
  background: #171717;
}

.ghost-link,
.nav-toggle,
.plan-tab,
.feature-pill { border-radius: 999px; }
.ghost-link,
.nav-toggle {
  padding: 11px 18px;
  border: 1px solid var(--line);
  background: #f4f4f4;
  color: #090909;
  font: inherit;
  cursor: pointer;
}
.ghost-link {
  min-height: 38px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 14px;
  font-weight: 700;
}
.nav-toggle { display: none; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-icon,
.header-lang {
  width: 42px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #151515;
  color: #a0a0a0;
  font: inherit;
}

.header-lang {
  width: 44px;
  color: #d7d7d7;
  font-size: 0.82rem;
}

.hero, .page-hero { position: relative; overflow: hidden; }
.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
  padding: 126px 8px 100px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #7f7f7f;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}
h1,
.page-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.05em;
}
h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.2vw, 3.45rem);
  font-weight: 700;
  line-height: 0.98;
}

h1 span {
  color: #8f8f8f;
  display: block;
  white-space: nowrap;
}
h2 {
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.hero-text,
.section-heading p,
.feature-card p,
.faq-item p,
.cta-card p,
.site-footer p,
.content-shell p,
.content-shell li,
.category-copy,
.infra-list li,
.price-card li,
.spec-card p,
.support-card p,
.support-card li,
.page-hero p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.hero-text {
  max-width: 42ch;
  margin-bottom: 24px;
  font-size: 0.9rem;
  color: #9e9e9e;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.96rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  color: #090909;
  background: #f3f3f3;
  box-shadow: none;
}
.button-secondary,
.button-card {
  border-color: var(--line);
  background: #171717;
  color: var(--text);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.hero-stats li,
.spec-card,
.support-card,
.category-card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.hero-stats li { min-width: auto; padding: 0; }
.hero-stats strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
}
.hero-stats span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-panel {
  position: relative;
  min-height: 420px;
}
.terminal-card,
.floating-note {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0f0f0f;
  box-shadow: none;
}
.terminal-card {
  inset: 12px 0 0 0;
  padding: 0;
  min-height: 220px;
  height: auto;
}
.terminal-top {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.terminal-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}
.terminal-top span:nth-child(2) {
  background: #febc2e;
}
.terminal-top span:nth-child(3) {
  background: #28c840;
}
.terminal-card p {
  margin: 0 0 10px;
  padding: 0;
  color: #cfcfcf;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  line-height: 1.18;
}
.terminal-title {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #5b5b5b;
  font-size: 0.74rem;
}

.terminal-body {
  padding: 16px 22px 14px;
  min-height: 0;
  height: auto;
  overflow: visible;
}

.terminal-line-static {
  margin-bottom: 16px;
  color: #dedede;
}

.terminal-line {
  margin-bottom: 8px;
  color: #bfbfbf;
}

.terminal-status {
  color: #f2f2f2;
}

.terminal-message {
  color: #909090;
}

.terminal-output {
  height: auto;
  overflow: visible;
}

.terminal-caret {
  color: #cfcfcf;
  animation: terminal-blink 0.9s steps(1, end) infinite;
}

@keyframes terminal-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.accent { color: #e9e9e9; }
.server-metrics span,
.floating-note p,
.tag,
.muted-label {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}
.server-metrics strong,
.floating-note strong { font-size: 1rem; }
.floating-note { display: none; }
.floating-badge,
.tag,
.feature-pill {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: #151515;
  color: #a8a8a8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-section,
.plans-section,
.faq-section,
.cta-card,
.content-shell,
.pricing-shell,
.page-hero,
.spec-shell,
.support-grid {
  padding: 20px 12px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}
.feature-grid,
.plan-panel,
.spec-grid,
.support-grid,
.split-grid {
  display: grid;
  gap: 18px;
}
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card,
.price-card,
.faq-item,
.doc-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0d0d0d;
}
.feature-card,
.spec-card,
.support-card,
.category-card,
.doc-card { padding: 24px; }
.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.feature-card::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.feature-card::before {
  content: "✦  •";
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 6px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 58px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #d8d8d8;
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

.feature-card:nth-child(5) .feature-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.75;
}
.feature-card h3,
.price-card .plan-name,
.faq-item summary,
.category-title,
.support-card h3,
.spec-card h3,
.doc-card h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.feature-card h3 {
  margin-bottom: 18px;
}

.faq-item summary {
  font-size: 1rem;
}
.plans-section,
.infra-section,
.faq-section,
.cta-section,
.content-section,
.pricing-section,
.spec-section,
.support-section { margin-top: 10px; }

.faq-section {
  margin-top: 80px;
}
.faq-section .section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.faq-section .section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(1.95rem, 3vw, 2.55rem);
}

.faq-section .section-heading p {
  font-size: 0.92rem;
}

.faq-list {
  width: min(700px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 0;
  border-radius: 14px;
  background: #111111;
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 700;
  color: #f0f0f0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 18px;
  color: #8d8d8d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  color: #f0f0f0;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: #909090;
  font-size: 0.9rem;
  line-height: 1.7;
}
.split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-card { display: flex; flex-direction: column; gap: 16px; }
.category-title { font-family: "Space Grotesk", sans-serif; }
.bullet-list,
.price-card ul,
.infra-list,
.support-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bullet-list,
.infra-list,
.support-card ul,
.price-card ul { display: grid; gap: 12px; }
.bullet-list li,
.price-card li,
.infra-list li,
.support-card li {
  position: relative;
  padding-left: 20px;
}
.bullet-list li::before,
.price-card li::before,
.infra-list li::before,
.support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.page-hero {
  margin-top: 22px;
  padding-top: 46px;
  padding-bottom: 34px;
}
.page-hero h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
}
.page-hero p { max-width: 64ch; margin-bottom: 26px; }
.feature-pill {
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid rgba(124, 247, 196, 0.18);
}
.pricing-shell { overflow: hidden; }
.plan-tabs {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}
.plan-tab {
  padding: 12px 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.plan-tab.is-active { color: #05100c; background: var(--accent); }
.plan-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.price-card.featured {
  border-color: var(--line-strong);
  background: #141414;
  transform: translateY(-4px);
}
.plan-price { margin-bottom: 18px; font-size: 2.2rem; font-weight: 800; }
.plan-price span { margin-left: 4px; color: var(--muted); font-size: 0.95rem; font-weight: 500; }
.price-card .button { margin-top: auto; }
.spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.infra-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  padding: 36px 12px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

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

.infra-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}

.infra-terminal {
  position: relative;
}

.terminal-card-infra {
  position: relative;
  inset: auto;
  min-height: auto;
}

.terminal-body-infra {
  height: auto;
  min-height: 250px;
  overflow: visible;
}

.terminal-success {
  color: #28d767;
  font-weight: 700;
}

.terminal-output-infra {
  min-height: 220px;
}
.faq-list {
  display: grid;
  gap: 14px;
  width: min(100%, 700px);
  margin: 0 auto;
}

.faq-item {
  padding: 0;
  border-radius: 14px;
  background: #121212;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: #8f8f8f;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
}

.cta-section {
  margin-top: 66px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 68px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #111111;
  text-align: center;
}

.cta-card::before,
.cta-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.cta-card::before {
  left: -58px;
  top: -30px;
  width: 210px;
  height: 210px;
}

.cta-card::after {
  right: -72px;
  bottom: -94px;
  width: 190px;
  height: 190px;
}

.cta-card .eyebrow {
  justify-content: center;
  margin-bottom: 22px;
  color: #8d8d8d;
}

.cta-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.cta-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  font-size: 0.94rem;
}

.cta-card .hero-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.9fr;
  align-items: start;
  gap: 28px;
  margin-top: 32px;
  padding: 28px 12px 20px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.brand-footer {
  margin-bottom: 14px;
}

.site-footer > div:first-child {
  max-width: 280px;
}

.site-footer > div:first-child p {
  margin-bottom: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  justify-items: start;
  align-content: start;
  column-gap: 44px;
  row-gap: 12px;
}

.footer-links > a:first-child {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: #d8d8d8;
}

.footer-heading {
  color: #f0f0f0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0;
  color: #8c8c8c;
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: right;
}
.content-shell { display: grid; gap: 18px; }
.content-shell h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.content-shell ul,
.content-shell ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}
.doc-card h3 { font-family: "Space Grotesk", sans-serif; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 28px 12px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.brand-footer { margin-bottom: 14px; }
.footer-links {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.eyebrow-badge {
  display: inline-flex;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #b08f67;
}

.eyebrow-badge::before {
  display: none;
}

@media (max-width: 1080px) {
  .hero,
  .infra-card,
  .feature-grid,
  .spec-grid,
  .support-grid,
  .split-grid,
  .plan-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-panel { min-height: 420px; }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 20px, 1170px);
    padding-top: 14px;
  }
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 12px;
  }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a.is-active::after { bottom: -4px; }
  .ghost-link { display: none; }
  .header-actions {
    display: none;
  }
  .hero,
  .site-footer,
  .infra-card,
  .feature-grid,
  .split-grid,
  .plan-panel,
  .spec-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .site-footer { flex-direction: column; }
  .footer-links {
    justify-items: start;
  }
  .hero {
    padding: 48px 0;
    gap: 28px;
  }
  h1 {
    max-width: none;
    font-size: clamp(2.7rem, 16vw, 4.2rem);
  }
  .hero-panel { min-height: auto; }
  .terminal-card,
  .floating-note {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .terminal-card { margin-bottom: 16px; }
  .feature-section,
  .plans-section,
  .faq-section,
  .cta-card,
  .content-shell,
  .pricing-shell,
  .page-hero,
  .spec-shell,
  .support-grid,
  .infra-card {
    padding: 24px;
    border-radius: 24px;
  }
  .plan-tabs {
    display: grid;
    width: 100%;
  }
}
