:root {
  --bg0: #12060b;
  --bg1: #2a0a12;
  --bg2: #3b0f1b;
  --cardA: rgba(18, 6, 11, 0.72);
  --cardB: rgba(38, 10, 20, 0.74);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.74);
  --muted2: rgba(255, 255, 255, 0.62);
  --gold: #f6c55a;
  --gold2: #d39b39;
  --teal: #2bd9c6;
  --violet: #b073ff;
  --rose: #ff5fb8;
  --line: rgba(246, 197, 90, 0.25);
  --line2: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --radius2: 16px;
  --side: clamp(16px, 3vw, 44px);
  --gap: clamp(14px, 2.2vw, 26px);
  --vpad: clamp(16px, 2vw, 28px);
  --max: 1520px;
}

* {
  box-sizing: border-box
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--disclosure-h, 0px) + var(--header-h, 0px) + 16px)
}

body {
  margin: 0;
  padding-top: calc(var(--disclosure-h, 0px) + var(--header-h, 0px));
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
  background-color: var(--bg0);
  background-image:
    radial-gradient(900px 600px at 18% 8%, rgba(246, 197, 90, 0.32), transparent 60%),
    radial-gradient(800px 520px at 82% 14%, rgba(176, 115, 255, 0.24), transparent 62%),
    radial-gradient(720px 520px at 78% 84%, rgba(43, 217, 198, 0.18), transparent 62%),
    radial-gradient(860px 620px at 12% 88%, rgba(255, 95, 184, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(18, 6, 11, 0.16), rgba(18, 6, 11, 0.38)),
    url("../pics/bg.webp");
  background-size: auto, auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center, top center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  body {
    background-attachment: scroll, scroll, scroll, scroll, scroll, fixed;
  }
}

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

a:hover {
  text-decoration: underline
}

.container {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side);
  padding-right: var(--side);
}

@media (max-width: 900px) and (orientation: landscape) {
  :root {
    --side: 24px;
    --vpad: 14px;
    --gap: 16px;
  }
}

.top-disclosure {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: linear-gradient(90deg, rgba(246, 197, 90, 0.16), rgba(18, 6, 11, 0.88));
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(246, 197, 90, 0.28);
  backdrop-filter: blur(10px);

  overflow: hidden;
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.top-disclosure.is-hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(-14px);
  pointer-events: none;
  border-bottom-color: transparent;
}

.top-disclosure .inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}

.top-disclosure p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: var(--muted);
}

.icon-btn {
  appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.35);
  background: rgba(18, 6, 11, 0.55);
  color: var(--text);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.icon-btn:hover {
  border-color: rgba(246, 197, 90, 0.65);
}

.site-header {
  position: fixed;
  top: var(--disclosure-h, 0px);
  left: 0;
  right: 0;
  z-index: 1500;



  background: linear-gradient(180deg, rgba(70, 18, 32, 0.88), rgba(26, 8, 16, 0.72));
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(246, 197, 90, 0.18);
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  padding-top: 2px;
  padding-bottom: 3px;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 0 0 auto;
}

.brand {
  height: 70px
}

.brand img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 820px) {
  .site-header .inner {
    height: 75px;
    padding-top: 2px;
    padding-bottom: 3px;
  }

  .brand {
    height: 70px;
  }

  .brand img {
    height: 100%;
    max-width: none;
  }

  .header-actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .btn {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.35);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(18, 6, 11, 0.55);
  color: var(--text);
}

.btn:hover {
  border-color: rgba(246, 197, 90, 0.7);
}

.btn-primary {
  border-color: rgba(246, 197, 90, 0.95);
  background: linear-gradient(135deg, rgba(255, 214, 110, 1), rgba(211, 155, 57, 0.94));
  color: #1b0b10;
  box-shadow: 0 18px 46px rgba(246, 197, 90, 0.42), 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-primary:hover {
  filter: brightness(1.07) saturate(1.03);
  text-decoration: none;
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-ghost {
  background: rgba(18, 6, 11, 0.45);
}

.main {
  padding-top: var(--vpad);
  padding-bottom: calc(var(--vpad) + 20px);
}

.card {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 6, 11, 0.68), rgba(18, 6, 11, 0.42));
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.14);
  box-shadow: var(--shadow);
}

.card-inner {
  padding-top: var(--vpad);
  padding-right: var(--vpad);
  padding-bottom: var(--vpad);
  padding-left: var(--vpad);
}

.hero {
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--gap);
  align-items: stretch;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.h1 {
  font-size: 28px;
  line-height: 1.15;
  color: rgba(246, 197, 90, 0.95);
  margin: 0 0 14px
}

.lead {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 68ch;
}

.about-mini {
  margin-top: 18px;
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(10, 4, 8, 0.30);
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
}

.about-mini ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.quickfacts {
  margin-top: 16px;
}

.quickfacts-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.quickfacts h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.2px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(43, 217, 198, 0.32);
  background: rgba(43, 217, 198, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.facts-scroll {
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.16);
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  max-height: 320px;
  overflow: auto;
}

.facts-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 700px) {
  .facts-cols {
    grid-template-columns: 1fr;
  }

  .facts-scroll {
    max-height: none;
  }
}

.facts-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
}

.facts-table tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.facts-table th,
.facts-table td {
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.facts-table th {
  width: 46%;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.facts-table td {
  color: var(--muted);
}

.hero-media {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100%;
}

.hero-media figure {
  margin: 0;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.16);
  background: rgba(0, 0, 0, 0.16);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 16px;
}

.hero-media figcaption {
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted2);
}

.section {
  margin-top: 18px;
}

.section .card-inner {
  padding-top: var(--vpad);
  padding-right: var(--vpad);
  padding-bottom: var(--vpad);
  padding-left: var(--vpad);
}

.section h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.15;
}

.section p {
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section ul {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
  display: grid;
  gap: 8px;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--gap);
  align-items: start;
}

.section-pair {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
  align-items: stretch;
}

.section-pair>.section {
  margin-top: 0;
}

.section.paired .split {
  grid-template-columns: 1fr;
}

@media (max-width: 980px) {
  .section-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .split {
    grid-template-columns: 1fr;
  }
}

.media {
  margin: 0;
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.14);
  background: rgba(0, 0, 0, 0.14);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.media img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.media figcaption {
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted2);
}

.media-wide img {
  width: 100%;
  max-width: 600px;
}

.media-portrait img {
  width: 100%;
  max-width: 420px;
  max-height: 560px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.demo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: start;
}

@media (max-width: 980px) {
  .demo-split {
    grid-template-columns: 1fr;
  }
}

.demo-embed {
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.18);
  background: rgba(0, 0, 0, 0.16);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  height: 520px;
}

.demo-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

@media (max-width: 720px) {
  .demo-embed {
    height: min(72vh, 560px);
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .demo-embed {
    height: calc(100vh - 110px);
    max-height: 420px;
  }
}

.rtp-note {
  margin-top: 18px;
}

.rtp-note .note {
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(43, 217, 198, 0.22);
  background: linear-gradient(180deg, rgba(18, 6, 11, 0.68), rgba(18, 6, 11, 0.42));
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  color: var(--muted);
}

.rtp-note .note strong {
  color: rgba(255, 255, 255, 0.92);
}

.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

@media (max-width: 900px) {
  .proscons {
    grid-template-columns: 1fr;
  }
}

.pc-col {
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.14);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
}

.pc-col h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.pc-col ul {
  margin-top: 0;
}

.faq details {
  border-radius: var(--radius2);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
}

.faq details+details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

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

.faq summary::after {
  content: "+";
  float: right;
  color: rgba(246, 197, 90, 0.92);
}

.faq details[open] summary::after {
  content: "–";
}

.faq p {
  margin-top: 10px;
  color: var(--muted);
}

.footer {
  margin-top: 22px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  padding-bottom: 30px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.footer-brand img {
  height: 34px;
  width: auto;
  object-fit: contain;
  display: block
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links a {
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.32);
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.footer-links a:hover {
  border-color: rgba(246, 197, 90, 0.5);
  text-decoration: none;
}

.footer-note {
  display: block;
  margin-top: 14px;
  color: var(--muted2);
  line-height: 1.5;
}

.overlay {
  display: none;
  pointer-events: none;
}

.overlay.is-open {
  display: block;
  pointer-events: auto;
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.58);
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  overflow: auto;
}

.overlay-card {
  width: min(720px, 100%);
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.32);
  background: linear-gradient(180deg, rgba(18, 6, 11, 0.68), rgba(18, 6, 11, 0.42));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.56);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.overlay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.overlay-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.lang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lang-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
}

.lang-opt:hover {
  border-color: rgba(246, 197, 90, 0.40);
  text-decoration: none;
}

.lang-opt img {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  flex: 0 0 auto;
}

.lang-opt span {
  color: rgba(255, 255, 255, 0.90);
  font-weight: 650;
}

.menu-list {
  display: grid;
  gap: 10px;
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
}

.menu-link:hover {
  border-color: rgba(246, 197, 90, 0.42);
  text-decoration: none;
}

.menu-link b {
  font-weight: 750;
}

.menu-link i {
  font-style: normal;
  color: rgba(246, 197, 90, 0.92);
}

@media (max-width: 820px) {
  .overlay.is-open.menu-overlay {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.65);
  }

  .menu-overlay .overlay-card {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }
}

.body-lock {
  overflow: hidden;
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: none;
  pointer-events: none;
}

.to-top.is-visible {
  display: block;
  pointer-events: auto;
}

.to-top button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 197, 90, 0.35);
  background: rgba(18, 6, 11, 0.62);
  color: rgba(255, 255, 255, 0.90);
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.to-top button:hover {
  border-color: rgba(246, 197, 90, 0.65);
}

.form {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.field {
  display: grid;
  gap: 6px;
}

label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

input,
textarea {
  width: 100%;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.92);
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 14px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(246, 197, 90, 0.55);
}

.form-note {
  font-size: 13px;
  color: var(--muted2);
  line-height: 1.5;
}

.form-msg {
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.12);
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  color: var(--muted);
  display: none;
}

.form-msg.is-visible {
  display: block;
}

@media (max-width: 900px) and (orientation: landscape) {
  .site-header .inner {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand img {
    height: 76px;
    max-width: 320px;
  }

  .header-actions {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    background: transparent;
    justify-content: flex-end;
  }
}

.btn-lang {
  gap: 10px;
}

.btn-lang .lang-flag {
  width: 18px;
  height: 13px;
  border-radius: 3px;
  flex: 0 0 auto;
}

.btn-lang .lang-label {
  font-weight: 750;
}

.about-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.35;
}

.about-line span {
  white-space: nowrap
}

.about-line a {
  color: rgba(246, 197, 90, 0.92)
}

.about-line a:hover {
  text-decoration: underline
}

.about-line .about-contact-link {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(246, 197, 90, 0.32);
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.about-line .about-contact-link:hover {
  border-color: rgba(246, 197, 90, 0.5);
  text-decoration: none;
}

.rtp-inline {
  margin: 10px 0 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.quickfacts .facts-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 980px) and (orientation: portrait) {
  .quickfacts .facts-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .quickfacts .facts-cols {
    grid-template-columns: 1fr 1fr;
  }
}

.quickfacts-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.quickfacts .facts-table th,
.quickfacts .facts-table td {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.side-towers {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.side-towers .tower {
  position: fixed;
  bottom: 0;
  height: 92vh;
  max-width: 24vw;
  opacity: 0.55;
  filter: saturate(1.12) contrast(1.06);
}

.side-towers .tower-left {
  left: 0
}

.side-towers .tower-right {
  right: 0;
  transform: scaleX(-1)
}

.main,
.top-disclosure,
footer {
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .side-towers {
    display: none
  }
}

.split figure {
  max-width: 520px
}

.split figure img {
  max-width: 100%;
  height: auto
}

@media (min-width: 981px) {
  .split {
    grid-template-columns: 1.15fr 0.85fr
  }
}

@media (max-width: 980px) {
  .demo-split {
    display: flex;
    flex-direction: column;
  }

  .demo-split .demo-embed {
    order: 2
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(240px 240px at 6% 92%, rgba(18, 6, 11, 0.58), rgba(18, 6, 11, 0) 65%),
    radial-gradient(240px 240px at 94% 92%, rgba(18, 6, 11, 0.58), rgba(18, 6, 11, 0) 65%);
}

.side-towers {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1
}

.tower {
  position: fixed;
  bottom: -12vh;
  top: auto;
  height: 96vh;
  max-width: 26vw;
  opacity: .58;
  filter: saturate(1.12) contrast(1.06)
}

.tower-left {
  left: -2vw
}

.tower-right {
  right: -2vw;
  transform: scaleX(-1)
}

@media (max-width: 1024px) {
  .tower {
    display: none
  }
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 14% 48%, rgba(246, 197, 90, 0.26), rgba(0, 0, 0, 0) 72%),
    radial-gradient(420px 260px at 72% 38%, rgba(255, 95, 184, 0.18), rgba(0, 0, 0, 0) 74%),
    linear-gradient(180deg, rgba(255, 214, 110, 0.07), rgba(0, 0, 0, 0));
  opacity: 1;
}

@media (max-width: 820px) {
  .site-header::before {
    opacity: 1
  }
}

.hero-subtitle {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  color: rgba(246, 197, 90, 0.95);
}

.hero-embed iframe {
  border-radius: 18px
}

.hero-demo .demo-copy p {
  margin-top: 10px
}

@media (max-height: 420px) and (max-width: 980px) {

  .site-header .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

h1,
h2 {
  color: rgba(246, 197, 90, 0.95);
  font-size: 28px;
  line-height: 1.15;
}

@media (max-width: 560px) {

  .site-header .inner {
    height: 75px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 2px 10px 3px;
  }

  .header-actions {
    width: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .btn {
    font-size: 12px;
    padding: 8px 10px;
  }

  .btn.btn-primary {
    padding: 9px 12px;
  }
}

@media (max-width: 420px) {
  .site-header .inner {
    padding: 2px 4px 3px;
    gap: 4px;
  }

  .header-actions {
    gap: 4px;
  }

  .btn {
    font-size: 11px;
    padding: 8px 8px;
  }

  .btn.btn-primary {
    padding: 9px 10px;
  }

  .btn-lang {
    gap: 6px;
  }
}

.facts-wrap {
  background: rgba(10, 3, 6, 0.38);
  border: 1px solid rgba(246, 197, 90, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
}

.facts-table thead {
  display: none;
}

@media (max-width: 820px) and (orientation: portrait) {
  .brand img {
    height: 90%;
  }
}

.overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
}

.overlay.is-open,
.overlay.open,
.overlay.active,
.overlay[aria-hidden="false"] {
  display: flex !important;
}

.overlay,
.overlay * {
  pointer-events: auto !important;
}

iframe {
  position: relative;
  z-index: 1 !important;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #f6c55a;
  color: #000;
  padding: 8px 16px;
  z-index: 2000;
  font-weight: bold;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

.h1,
h1,
h2,
h3,
p,
li,
th,
td,
summary,
.lead,
.footer-note,
.menu-link b,
.menu-link,
.btn,
.lang-label {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.footer {
  padding-left: var(--side);
  padding-right: var(--side);
}

.footer-top {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.footer-note {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 820px) and (orientation: portrait) {
  .site-header .inner {
    height: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
  }

  .brand {
    height: 56px !important;
    justify-content: center !important;
  }

  .brand img {
    height: 100% !important;
    width: auto !important;
    max-width: min(420px, 100%) !important;
  }

  .header-actions {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    max-width: 100% !important;
  }

  .btn {
    font-size: 13px !important;
    padding: 9px 12px !important;
  }

  .btn.btn-primary {
    padding: 10px 14px !important;
  }
}

@media (max-width: 380px) and (orientation: portrait) {
  .btn {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }

  .btn.btn-primary {
    padding: 9px 12px !important;
  }
}

@media (max-width: 820px) and (orientation: portrait) {
  .demo-embed {
    height: min(62vh, 520px) !important;
  }
}

.top-disclosure {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
}

.site-header {
  position: fixed !important;
  top: var(--disclosure-h, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 90000 !important;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.container {
  max-width: 100% !important;
}

.card {
  max-width: 100% !important;
}

.card-inner {
  min-width: 0 !important;
}

.split,
.hero-grid,
.section-pair {
  min-width: 0 !important;
}

.split>div {
  min-width: 0 !important;
}

.h1,
h1,
h2,
h3,
p,
li,
th,
td,
summary,
.lead,
.footer-note,
.menu-link b,
.menu-link,
.btn,
.lang-label {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

.footer {
  padding-left: var(--side) !important;
  padding-right: var(--side) !important;
}

.footer-top,
.footer-note {
  max-width: var(--max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  .about-line span {
    white-space: normal !important;
  }

  .about-line {
    gap: 6px 10px !important;
  }
}

@media (max-width: 820px) and (orientation: portrait) {
  .brand img {
    height: 150% !important;
  }
}

.facts-table {
  table-layout: fixed;
}

.facts-table th,
.facts-table td {
  min-width: 0;
}

@media (max-width: 900px) and (orientation: landscape) {
  .facts-cols {
    grid-template-columns: 1fr !important;
  }
}

.card {
  border-radius: 28px !important;
}

.media,
.about-mini,
.pc-col,
.facts-table {
  border-radius: 20px !important;
}

@media (max-width: 1024px) {

  .side-towers,
  .side-towers .tower,
  .tower {
    display: none !important;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .quickfacts .facts-cols {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .quickfacts .facts-table th,
  .quickfacts .facts-table td {
    padding: 6px 8px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .quickfacts .facts-table th {
    width: 40% !important;
  }
}

@media (max-width: 1024px) {
  .container {
    padding-left: var(--side) !important;
    padding-right: var(--side) !important;
  }

  main.main>.container {
    padding-left: var(--side) !important;
    padding-right: var(--side) !important;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  main.main>.container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}