:root {
  color-scheme: dark;
  --ol-bg: #030304;
  --ol-panel: rgba(8, 8, 10, 0.88);
  --ol-panel-strong: rgba(4, 4, 5, 0.96);
  --ol-line: rgba(235, 241, 249, 0.28);
  --ol-line-soft: rgba(235, 241, 249, 0.14);
  --ol-text: #f6f7fb;
  --ol-muted: #b4bbc7;
  --ol-soft: #e3e7ef;
  --ol-pink: #ff4f9e;
  --ol-blue: #56bdff;
  --ol-max: 1460px;
  --ol-body: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  --ol-display: Impact, "Arial Black", Inter, "Avenir Next", Arial, sans-serif;
  --ol-shadow: 0 32px 90px rgba(0, 0, 0, 0.66);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--ol-text);
  background:
    radial-gradient(circle at 31% 27%, rgba(255, 79, 158, 0.12), transparent 16rem),
    radial-gradient(circle at 76% 18%, rgba(86, 189, 255, 0.11), transparent 18rem),
    linear-gradient(180deg, #040405 0%, #000 100%);
  font-family: var(--ol-body);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 31px, rgba(255, 255, 255, 0.025) 32px, transparent 33px),
    linear-gradient(180deg, transparent 0 31px, rgba(255, 255, 255, 0.022) 32px, transparent 33px);
  background-size: 64px 64px;
  opacity: 0.3;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.08), transparent 38rem),
    radial-gradient(ellipse at 50% 100%, rgba(255, 79, 158, 0.08), transparent 34rem);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 16px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #050609;
  font-weight: 900;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(18px);
}

.nav-shell,
main,
.site-footer {
  width: min(var(--ol-max), calc(100% - 48px));
  min-width: 0;
  margin: 0 auto;
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(360px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 84px;
}

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

.brand-word,
.chrome-title,
.chrome-icon {
  color: #f9fbff;
  text-shadow:
    0 1px 0 #fff,
    0 3px 0 #7f8791,
    0 0 18px rgba(255, 255, 255, 0.38);
}

.brand-word {
  font-family: var(--ol-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.86;
  letter-spacing: 0;
  background: linear-gradient(180deg, #fff 0%, #bfc8d3 36%, #565d68 56%, #fff 78%, #858d98 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-word::after {
  content: "♥";
  display: inline-block;
  margin-left: 0.02em;
  color: var(--ol-pink);
  -webkit-text-fill-color: var(--ol-pink);
  font-size: 0.62em;
  text-shadow: 0 0 16px rgba(255, 79, 158, 0.8);
}

.brand-divider {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.86), transparent);
}

.brand-platform {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.56rem;
  font-weight: 900;
}

.brand-platform img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.nav-menu,
.nav-actions {
  display: flex;
  align-items: center;
  min-width: 0;
}

.nav-menu {
  justify-content: center;
  gap: 32px;
}

.nav-menu a {
  color: var(--ol-soft);
  font-size: 1rem;
  font-weight: 700;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: #fff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55);
}

.nav-actions {
  justify-content: flex-end;
  gap: 12px;
}

.nav-cta,
.language-pill,
.btn {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(3, 3, 4, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -1px 0 rgba(0, 0, 0, 0.86),
    0 0 20px rgba(255, 255, 255, 0.08);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 900;
}

.nav-host {
  border-color: rgba(255, 79, 158, 0.9);
  color: #ff6bad;
}

.language-pill {
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  font: inherit;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

main {
  padding: 18px 0 0;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 505px;
  padding: 18px 0 0;
}

.hero::before {
  position: absolute;
  inset: -30px -4vw auto;
  z-index: -1;
  height: 520px;
  content: "";
  background:
    radial-gradient(circle at 28% 48%, rgba(255, 79, 158, 0.12), transparent 18rem),
    radial-gradient(circle at 74% 45%, rgba(86, 189, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  opacity: 0.9;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(410px, 0.82fr) minmax(600px, 1.38fr);
  align-items: start;
  gap: 38px;
}

.hero-copy {
  min-width: 0;
  padding: 42px 0 12px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ff79b9;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--ol-pink));
}

.eyebrow::after {
  background: linear-gradient(90deg, var(--ol-pink), transparent);
}

.hero h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 4.9vw, 4.95rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  background: linear-gradient(180deg, #fff 0%, #dce3ed 28%, #656d78 48%, #fff 72%, #a2acb7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35),
    0 0 30px rgba(255, 255, 255, 0.22);
}

.hero h1 em {
  color: var(--ol-pink);
  font-style: normal;
  background: linear-gradient(180deg, #ffd4e8, #ff4f9e 55%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text {
  max-width: 580px;
  margin-bottom: 18px;
  color: #d7dce5;
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
}

.support-line {
  position: relative;
  max-width: 500px;
  margin-bottom: 26px;
  padding-left: 20px;
  color: var(--ol-soft);
  font-size: 1.05rem;
}

.support-line::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  content: "";
  background: var(--ol-pink);
  box-shadow: 0 0 18px rgba(255, 79, 158, 0.7);
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  min-width: 218px;
  padding: 0 24px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.btn-primary {
  border-color: rgba(255, 79, 158, 0.94);
  background:
    linear-gradient(180deg, #ff7ebc, #f11675 58%, #ff4f9e),
    #ff4f9e;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -2px 0 rgba(84, 0, 35, 0.66),
    0 0 26px rgba(255, 79, 158, 0.36);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.btn:hover,
.btn:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.card-arrow:hover,
.card-arrow:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 560px;
  margin-top: 24px;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background: rgba(6, 6, 8, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-proof span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid var(--ol-line-soft);
}

.hero-proof span:last-child {
  border-right: 0;
}

.hero-proof b {
  color: #ff77b6;
  font-size: 1.3rem;
  line-height: 1;
}

.hero-proof small {
  color: #dce2ec;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  min-width: 0;
  padding-top: 28px;
}

.hero-panel img,
.hero-panel picture {
  display: block;
}

.hero-panel img {
  width: 100%;
  border-radius: 34px;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.72));
}

.path-section,
.room-section,
.support-section,
.faq-section,
.final-cta {
  margin-top: 28px;
}

.path-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.path-card,
.room-section,
.support-section,
.faq-section,
.final-cta,
.room-console article,
.support-grid article,
.faq-grid details,
.faq-note {
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 7, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 55px rgba(0, 0, 0, 0.38);
}

.path-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 22px;
}

.chrome-icon {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.7), transparent 17%),
    linear-gradient(145deg, #1a1b1f, #030304 55%, #7c858f);
  color: #f6f8fb;
  font-size: 1.65rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0 22px rgba(255, 255, 255, 0.16);
}

.path-card h2,
.section-copy h2,
.support-section h2,
.faq-section h2,
.final-cta h2 {
  margin-bottom: 8px;
  color: var(--ol-text);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.path-card p,
.section-copy p,
.room-console p,
.faq-section p,
.final-cta p,
.site-footer {
  color: var(--ol-muted);
}

.card-arrow {
  color: var(--ol-pink);
  font-size: 2.2rem;
  line-height: 1;
}

.room-section {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px;
}

.room-console,
.support-grid,
.faq-grid {
  display: grid;
  min-width: 0;
}

.room-console {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.room-console article,
.support-grid article,
.faq-grid details {
  min-width: 0;
  padding: 22px;
}

.room-console span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--ol-blue);
  background: rgba(86, 189, 255, 0.12);
  font-size: 0.75rem;
  font-weight: 950;
}

.room-console h3,
.support-grid h3 {
  margin-bottom: 10px;
  color: #fff;
}

.support-section,
.faq-section {
  padding: 34px;
}

.support-section .eyebrow,
.faq-section .eyebrow {
  justify-content: center;
}

.support-section h2,
.faq-section h2 {
  text-align: center;
}

.support-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.support-grid article {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 166px;
  text-align: center;
}

.support-grid .chrome-icon {
  width: 76px;
  height: 76px;
}

.faq-grid {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 920px;
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
}

.faq-grid details {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}

.faq-grid details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
}

details p {
  margin: 14px 0 0;
}

.faq-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 920px;
  margin: 18px auto 0;
  padding: 18px 22px;
}

.faq-note p {
  margin-bottom: 0;
  color: var(--ol-soft);
  font-size: 1.05rem;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 34px;
  font-size: 0.86rem;
}

.site-footer p {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav-actions {
    display: none;
  }

  .hero-grid,
  .room-section {
    grid-template-columns: 1fr;
  }

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

  .hero-panel {
    max-width: 860px;
  }

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

@media (max-width: 760px) {
  .nav-shell,
  main,
  .site-footer {
    width: min(100% - 28px, var(--ol-max));
  }

  .nav-shell {
    min-height: 76px;
  }

  .brand {
    gap: 12px;
  }

  .brand-word {
    font-size: 1.9rem;
  }

  .brand-divider {
    height: 34px;
  }

  .brand-platform img {
    width: 34px;
    height: 34px;
  }

  .brand-platform span {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    grid-template-columns: 1fr;
    padding: 10px;
    border: 1px solid var(--ol-line);
    border-radius: 8px;
    background: rgba(5, 5, 6, 0.98);
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-menu a {
    padding: 12px;
  }

  main {
    padding-top: 12px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .eyebrow {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.53rem;
    letter-spacing: 0.1em;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 24px;
  }

  .hero h1 {
    margin-bottom: 12px;
    font-size: 3.08rem;
    line-height: 0.96;
  }

  .hero-text {
    margin-bottom: 10px;
    max-width: 340px;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .support-line {
    margin-bottom: 12px;
    padding-left: 12px;
    max-width: 326px;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
  }

  .hero-proof span:nth-child(2) {
    border-right: 0;
  }

  .hero-proof span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ol-line-soft);
  }

  .hero-proof span {
    padding: 9px 7px;
  }

  .hero-proof b {
    font-size: 1rem;
  }

  .hero-proof small {
    font-size: 0.58rem;
  }

  .hero-panel {
    max-height: 250px;
    overflow: hidden;
    padding-top: 0;
    border: 1px solid var(--ol-line);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 18px 48px rgba(0, 0, 0, 0.48);
  }

  .hero-panel img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center 7%;
    border-radius: 18px;
  }

  .path-section,
  .room-console,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .path-card,
  .room-section,
  .support-section,
  .faq-section,
  .final-cta {
    padding: 20px;
  }

  .path-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .chrome-icon {
    width: 58px;
    height: 58px;
  }

  .room-section {
    gap: 18px;
  }

  .final-cta,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.72rem;
  }

  .hero-panel img {
    height: 236px;
    margin: 0;
    transform: none;
  }

  .hero-panel {
    max-height: 236px;
  }

  .path-card {
    gap: 14px;
  }

  .path-card h2 {
    font-size: 1.45rem;
  }
}
