:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07050d;
  color: #f8f7fb;
  --page: min(1180px, calc(100% - 48px));
  --ink: #f8f7fb;
  --muted: #b4b1be;
  --line: rgba(248, 247, 251, 0.18);
  --pink: #fc3cdd;
  --violet: #8451ff;
  --blue: #37bcff;
  --night: #07050d;
  --panel: #11101a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--night); color: var(--ink); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }

.page-width { width: var(--page); margin-inline: auto; }
.site-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--page);
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(248, 247, 251, 0.14);
  transform: translateX(-50%);
}
.wordmark { font-size: 18px; font-weight: 760; letter-spacing: 0; }
.wordmark span { color: var(--pink); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #c8c5d0; font-size: 14px; }
.site-nav > a:not(.nav-studio-link):hover, .site-nav > a:not(.nav-studio-link):focus-visible { color: #fff; }
.nav-studio-link { padding: 10px 14px; border: 1px solid #f6f3fb; border-radius: 999px; color: #fff; }
.nav-studio-link span { margin-left: 6px; color: var(--pink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(860px, 100svh); overflow: hidden; background: #07050d; isolation: isolate; }
.hero-art { position: absolute; z-index: -3; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: rgba(7, 5, 13, 0.3); }
.hero-content { display: flex; min-height: min(760px, calc(100svh - 44px)); padding-top: 190px; flex-direction: column; align-items: center; text-align: center; }
.overline { color: #d7d3df; font-size: 12px; font-weight: 720; letter-spacing: 0; text-transform: uppercase; }
.hero .overline { margin-bottom: 22px; }
.hero h1 { max-width: 1020px; font-size: clamp(54px, 7.25vw, 108px); font-weight: 760; letter-spacing: 0; line-height: 0.94; }
.pink-word { color: var(--pink); }
.blue-word { color: var(--blue); }
.hero-copy { max-width: 610px; margin-top: 28px; color: #ddd9e3; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid #fff; border-radius: 999px; font-weight: 720; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { border-color: var(--pink); background: var(--pink); color: #17051d; }
.button-primary:hover, .button-primary:focus-visible { background: #ff79e8; }
.button-secondary { background: rgba(7, 5, 13, 0.48); color: #fff; }
.button-secondary:hover, .button-secondary:focus-visible { background: #fff; color: #090611; }
.hero-foot { position: absolute; right: 0; bottom: 26px; left: 0; display: flex; align-items: center; justify-content: center; gap: 13px; color: #e8e3ee; font-size: 12px; }
.hero-foot i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.intro-band { padding: 130px 0; background: #f3f1f5; color: #14111b; }
.section-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 70px; }
.intro-band .overline, .use-cases .overline { color: #6a6473; }
h2 { max-width: 720px; margin-top: 13px; font-size: clamp(34px, 4vw, 58px); font-weight: 760; letter-spacing: 0; line-height: 1.02; }
.steps-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid #cfcbd4; }
.steps-list li:last-child { border-bottom: 1px solid #cfcbd4; }
.steps-list span, .case-index, .audience-number { color: #a02bce; font-size: 13px; font-weight: 760; }
.steps-list h3, .use-case h3, .audience-grid h3 { font-size: 19px; letter-spacing: 0; }
.steps-list p, .use-case p, .audience-grid article > p:last-child { margin-top: 8px; color: #686270; font-size: 15px; line-height: 1.55; }

.use-cases { padding: 134px 0 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.text-link { display: inline-flex; gap: 8px; flex: 0 0 auto; padding-bottom: 7px; border-bottom: 1px solid #fff; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--pink); }
.use-case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case { position: relative; min-height: 330px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0b14; }
.use-case:nth-child(even) { background: #11101a; }
.case-index { color: #938d9e; }
.case-mark { display: flex; width: 90px; height: 68px; align-items: end; gap: 5px; margin: 48px 0 35px; }
.case-mark b { display: block; border: 1px solid rgba(255, 255, 255, 0.34); background: #2e273c; }
.case-mark b:nth-child(1) { width: 24px; height: 24px; background: var(--pink); }
.case-mark b:nth-child(2) { width: 41px; height: 46px; background: var(--violet); }
.case-mark b:nth-child(3) { width: 24px; height: 34px; background: var(--blue); }
.case-support .case-mark b:nth-child(1), .case-language .case-mark b:nth-child(3) { background: var(--blue); }
.case-support .case-mark b:nth-child(2), .case-launch .case-mark b:nth-child(3) { background: var(--pink); }
.use-case h3 { max-width: 210px; font-size: 19px; line-height: 1.2; }
.use-case p { max-width: 245px; color: #b7b1c0; }

.audiences { padding: 130px 0; background: #15111f; }
.audience-heading { margin-bottom: 48px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.audience-grid article { min-height: 250px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.32); }
.audience-number { margin-bottom: 65px; color: var(--blue); }
.audience-grid h3 { max-width: 210px; line-height: 1.18; }
.audience-grid article > p:last-child { max-width: 245px; color: #c0bac8; }

.final-cta { position: relative; overflow: hidden; padding: 150px 0; background: #090710; }
.final-cta::before, .final-cta::after { position: absolute; z-index: 0; width: 280px; height: 280px; border: 1px solid rgba(252, 60, 221, 0.75); border-radius: 50%; content: ""; }
.final-cta::before { top: -135px; right: -100px; }
.final-cta::after { bottom: -175px; left: -90px; border-color: rgba(55, 188, 255, 0.72); }
.final-cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-cta h2 { max-width: 700px; margin-bottom: 33px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; min-height: 100px; color: #c4becb; font-size: 13px; }
.site-footer p { text-align: center; }
.site-footer > a:last-child { color: #fff; }

@media (max-width: 880px) {
  :root { --page: min(100% - 36px, 640px); }
  .site-header { min-height: 74px; }
  .menu-toggle { display: grid; width: 38px; height: 38px; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; }
  .menu-toggle span { display: block; width: 15px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 66px; right: 0; display: none; width: min(280px, 100vw - 36px); padding: 15px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); background: #100d18; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; }
  .nav-studio-link { text-align: center; }
  .hero { min-height: 760px; }
  .hero-art { width: auto; min-width: 100%; object-position: 56% bottom; }
  .hero-content { min-height: 700px; padding-top: 150px; }
  .hero h1 { font-size: clamp(44px, 11vw, 68px); line-height: 0.98; }
  .hero-copy { max-width: 520px; font-size: 16px; }
  .section-grid { grid-template-columns: 1fr; gap: 42px; }
  .use-case-grid, .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 32px); }
  .hero { min-height: 735px; }
  .hero-content { min-height: 670px; padding-top: 125px; }
  .hero-copy { line-height: 1.5; }
  .hero-actions { width: 100%; flex-direction: column; }
  .button { width: 100%; }
  .hero-foot { display: none; }
  .intro-band, .use-cases, .audiences { padding: 88px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .use-case-grid, .audience-grid { grid-template-columns: 1fr; }
  .use-case { min-height: 260px; }
  .case-mark { margin: 30px 0; }
  .audience-number { margin-bottom: 42px; }
  .audience-grid article { min-height: 210px; }
  .final-cta { padding: 100px 0; }
}
