:root {
  color-scheme: dark;
  --bg: #06100f;
  --bg-2: #0a1717;
  --ink: #f4fbf8;
  --muted: #a5b8b3;
  --muted-2: #758983;
  --line: rgba(213, 236, 226, 0.16);
  --line-strong: rgba(213, 236, 226, 0.28);
  --surface: rgba(13, 29, 29, 0.72);
  --surface-2: rgba(19, 40, 39, 0.62);
  --surface-3: rgba(27, 47, 50, 0.84);
  --teal: #42d6b0;
  --teal-2: #1ea98e;
  --violet: #a9a2ff;
  --amber: #f1c27d;
  --danger: #ff8c87;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --container: 1160px;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 0%, rgba(66, 214, 176, 0.19), transparent 34rem),
    radial-gradient(circle at 82% 12%, rgba(169, 162, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 48% 56%, rgba(30, 169, 142, 0.08), transparent 38rem),
    linear-gradient(180deg, #050b0c 0%, var(--bg) 44%, #070d10 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(66, 214, 176, 0.75);
  outline-offset: 3px;
}

img,
object {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #06100f;
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(213, 236, 226, 0.12);
  background: rgba(5, 12, 13, 0.74);
  backdrop-filter: blur(24px);
}

.header-inner,
.hero-shell,
.section,
.site-footer {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand,
.nav,
.header-actions,
.language-switcher,
.hero-actions,
.panel-topline,
.traffic-lights,
.product-toolbar,
.platform-topline,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  min-width: max-content;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(66, 214, 176, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(66, 214, 176, 0.24), rgba(169, 162, 255, 0.12)),
    rgba(10, 25, 25, 0.82);
  color: #dffdf3;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-name {
  color: var(--ink);
  line-height: 1.1;
}

.nav {
  justify-content: center;
  gap: clamp(12px, 2.4vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.language-switcher {
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.language-switcher a {
  display: inline-grid;
  min-width: 34px;
  min-height: 32px;
  place-items: center;
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.language-switcher a:hover,
.language-switcher a[aria-current="page"] {
  background: rgba(66, 214, 176, 0.13);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav a,
.footer-links a,
.text-link {
  transition: color 160ms ease;
}

.nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--teal);
}

.header-actions,
.hero-actions {
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(66, 214, 176, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.button-primary {
  border-color: rgba(66, 214, 176, 0.7);
  background: linear-gradient(135deg, #43d9b3, #1a9c88);
  color: #031110;
  box-shadow:
    0 14px 32px rgba(30, 169, 142, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.button-primary:hover {
  border-color: rgba(169, 255, 230, 0.9);
  background: linear-gradient(135deg, #5de7c3, #22b39a);
}

.button-secondary {
  border-color: rgba(169, 162, 255, 0.34);
  background: rgba(169, 162, 255, 0.1);
}

.button-ghost {
  background: transparent;
  box-shadow: none;
}

.button-large {
  min-height: 50px;
  padding: 0 20px;
  font-size: 15px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 8vw, 110px) 0 clamp(58px, 8vw, 96px);
  border-bottom: 1px solid rgba(213, 236, 226, 0.1);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(66, 214, 176, 0.52), transparent);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.availability,
.section-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 28px;
  color: #c8d9d4;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.7;
}

.hero-product {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.hero-panel,
.hero-note,
.feature-card,
.platform-card,
.download-card,
.doc-panel,
.docs-nav,
.support-card,
.boundary-panel,
.faq-grid article,
.preview-cards article,
.product-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(66, 214, 176, 0.18), transparent 42%),
    linear-gradient(315deg, rgba(169, 162, 255, 0.14), transparent 36%);
  pointer-events: none;
}

.panel-topline,
.status-grid {
  position: relative;
}

.panel-topline {
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #d7e7e2;
  font-size: 13px;
  font-weight: 800;
}

.traffic-lights {
  gap: 6px;
}

.traffic-lights i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6d66;
}

.traffic-lights i:nth-child(2) {
  background: #f1b85d;
}

.traffic-lights i:nth-child(3) {
  background: #55d98d;
}

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

.status-grid div {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(213, 236, 226, 0.12);
  border-radius: var(--radius);
  background: rgba(4, 13, 14, 0.44);
}

.status-grid span,
.platform-topline span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-grid strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.hero-note {
  padding: 18px;
  background: rgba(8, 26, 25, 0.72);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  margin-bottom: 6px;
}

.hero-note span {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.page-hero {
  padding: clamp(62px, 8vw, 104px) 0 clamp(34px, 6vw, 70px);
  border-bottom: 1px solid rgba(213, 236, 226, 0.1);
}

.page-hero-inner {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
}

.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #c8d9d4;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.7;
}

.content-section {
  width: min(var(--container), calc(100% - 40px));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 18px;
}

.preview-section,
.install-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--container)) / 2));
  padding-left: max(20px, calc((100% - var(--container)) / 2));
  background:
    linear-gradient(180deg, rgba(9, 22, 23, 0.48), rgba(7, 15, 17, 0.18)),
    radial-gradient(circle at 50% 0%, rgba(66, 214, 176, 0.09), transparent 44rem);
}

.preview-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.68fr) minmax(0, 1.5fr) minmax(190px, 0.68fr);
  gap: 16px;
  align-items: center;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.preview-cards {
  display: grid;
  gap: 16px;
}

.preview-cards article,
.feature-card,
.platform-card,
.faq-grid article {
  padding: 22px;
}

.preview-cards article {
  min-height: 194px;
}

.preview-cards h3,
.feature-card h3,
.platform-card h3,
.faq-grid h3 {
  color: var(--ink);
}

.preview-cards p,
.feature-card p,
.platform-card p,
.faq-grid p {
  margin-bottom: 0;
}

.card-icon,
.feature-symbol {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border: 1px solid rgba(66, 214, 176, 0.24);
  border-radius: var(--radius);
  background: rgba(66, 214, 176, 0.09);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.product-frame {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(213, 236, 226, 0.11), rgba(213, 236, 226, 0.035)),
    rgba(8, 17, 18, 0.76);
}

.product-toolbar {
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.product-image {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 1586 / 992;
  border: 0;
  object-fit: contain;
  background:
    radial-gradient(circle at 48% 36%, rgba(66, 214, 176, 0.14), transparent 24rem),
    rgba(3, 9, 10, 0.45);
}

.preview-fallback {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 28px;
  text-align: center;
}

.preview-fallback strong,
.preview-fallback span {
  display: block;
}

.preview-fallback strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 22px;
}

.preview-fallback span {
  max-width: 340px;
  color: var(--muted);
}

.features-section {
  border-top: 1px solid rgba(213, 236, 226, 0.08);
}

.feature-grid,
.platform-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.feature-card {
  min-height: 250px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.feature-card:hover,
.platform-card:hover,
.faq-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 214, 176, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04));
}

.install-section {
  border-top: 1px solid rgba(213, 236, 226, 0.1);
  border-bottom: 1px solid rgba(213, 236, 226, 0.1);
}

.platform-grid {
  grid-template-columns: 1.05fr 1fr 0.95fr;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.platform-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.platform-card.highlighted {
  border-color: rgba(66, 214, 176, 0.5);
  background:
    linear-gradient(150deg, rgba(66, 214, 176, 0.18), rgba(255, 255, 255, 0.045) 48%),
    rgba(9, 28, 27, 0.82);
}

.platform-card.planned {
  background:
    linear-gradient(150deg, rgba(169, 162, 255, 0.11), rgba(255, 255, 255, 0.035) 50%),
    rgba(13, 24, 28, 0.72);
}

.platform-topline {
  display: block;
  margin-bottom: 18px;
}

.platform-topline strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.platform-card p {
  margin-bottom: 24px;
}

.platform-card .button,
.platform-card .text-link {
  margin-top: auto;
}

.download-grid,
.support-grid,
.two-column {
  display: grid;
  gap: 16px;
}

.download-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.download-card,
.doc-panel,
.support-card,
.docs-nav {
  padding: 24px;
}

.download-card.highlighted {
  border-color: rgba(66, 214, 176, 0.5);
  background:
    linear-gradient(150deg, rgba(66, 214, 176, 0.17), rgba(255, 255, 255, 0.045) 48%),
    rgba(9, 28, 27, 0.82);
}

.download-card .button {
  margin-bottom: 22px;
}

.download-card p:last-child,
.doc-panel p:last-child,
.support-card p:last-child {
  margin-bottom: 0;
}

.meta-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.meta-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(213, 236, 226, 0.12);
}

.meta-list dt {
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.meta-list dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 760;
}

.checksum,
.code-block code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.code-block {
  overflow-x: auto;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(213, 236, 226, 0.14);
  border-radius: var(--radius);
  background: rgba(2, 8, 9, 0.66);
  color: #dffdf3;
  font-size: 13px;
  line-height: 1.65;
}

.note {
  margin-top: 16px;
  color: var(--muted-2);
  font-size: 14px;
}

.docs-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.docs-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  background: rgba(9, 24, 25, 0.72);
}

.docs-nav a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(213, 236, 226, 0.1);
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.docs-nav a:hover {
  color: var(--teal);
}

.docs-content {
  display: grid;
  gap: 18px;
}

.docs-content.wide {
  max-width: 920px;
  margin: 0 auto;
}

.doc-panel {
  background:
    linear-gradient(150deg, rgba(169, 162, 255, 0.09), rgba(255, 255, 255, 0.035) 52%),
    rgba(9, 22, 24, 0.78);
}

.doc-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.steps-list,
.release-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.steps-list li::marker,
.release-list li::marker {
  color: var(--teal);
  font-weight: 900;
}

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

.support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.support-card {
  min-height: 150px;
}

.support-columns {
  margin-bottom: 16px;
}

.support-template {
  min-height: 270px;
}

.reserved-form,
.reserved-form label,
.search-label {
  display: grid;
  gap: 8px;
}

.reserved-form {
  gap: 12px;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(3, 10, 11, 0.7);
  color: var(--ink);
  font: inherit;
}

input {
  min-height: 42px;
  padding: 0 12px;
}

textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
}

input:disabled,
textarea:disabled {
  opacity: 0.62;
}

.search-label {
  margin: 0 0 18px;
  color: var(--muted);
  font-weight: 850;
}

.copy-button.copied {
  border-color: rgba(66, 214, 176, 0.65);
  background: rgba(66, 214, 176, 0.14);
}

.text-link {
  color: var(--violet);
  font-size: 14px;
  font-weight: 900;
}

.security-section {
  position: relative;
}

.security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.boundary-panel {
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(150deg, rgba(169, 162, 255, 0.12), transparent 42%),
    rgba(10, 22, 24, 0.78);
}

.boundary-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.boundary-list li {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(213, 236, 226, 0.12);
  border-radius: var(--radius);
  background: rgba(4, 11, 12, 0.34);
}

.boundary-list strong {
  color: var(--ink);
}

.boundary-list span {
  color: var(--muted);
}

.faq-section {
  border-top: 1px solid rgba(213, 236, 226, 0.08);
}

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

.faq-grid article {
  min-height: 190px;
}

.site-footer {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 0 42px;
  border-top: 1px solid rgba(213, 236, 226, 0.12);
}

.footer-main {
  max-width: 520px;
}

.footer-main .brand {
  margin-bottom: 12px;
}

.footer-main p {
  margin-bottom: 0;
  color: var(--muted-2);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .nav {
    order: 3;
    flex: 1 1 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .language-switcher {
    margin-left: auto;
  }

  .hero-shell,
  .security-layout {
    grid-template-columns: 1fr;
  }

  .hero-product {
    max-width: 720px;
  }

  .preview-layout {
    grid-template-columns: 1fr;
  }

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

  .preview-cards.left,
  .preview-cards.right {
    order: initial;
  }

  .product-frame {
    order: -1;
  }

  .feature-grid,
  .platform-grid,
  .download-grid,
  .support-grid,
  .two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-card.highlighted {
    grid-column: 1 / -1;
  }

  .docs-layout {
    grid-template-columns: 1fr;
  }

  .docs-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner,
  .hero-shell,
  .section,
  .site-footer,
  .page-hero-inner,
  .content-section {
    width: min(var(--container), calc(100% - 28px));
  }

  .header-inner {
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    margin-left: auto;
  }

  body.js-enabled .site-header:not(.nav-open) .nav {
    display: none;
  }

  body.js-enabled .site-header.nav-open .nav {
    display: flex;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .button {
    flex: 1;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .hero {
    padding-top: 46px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero-subtitle,
  .section-heading p {
    font-size: 16px;
  }

  .hero-actions,
  .header-actions {
    flex-wrap: wrap;
  }

  .hero-actions .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .status-grid,
  .preview-cards,
  .feature-grid,
  .platform-grid,
  .faq-grid,
  .download-grid,
  .support-grid,
  .two-column,
  .docs-nav {
    grid-template-columns: 1fr;
  }

  .meta-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-image,
  .preview-fallback {
    min-height: 220px;
  }

  .feature-card,
  .platform-card,
  .faq-grid article,
  .preview-cards article {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .nav {
    gap: 18px;
    font-size: 13px;
  }

  .language-switcher {
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher a {
    flex: 1;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .platform-topline strong {
    font-size: 21px;
  }
}
