@font-face {
  font-family: Inter;
  src: url("/assets/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080b17;
  --surface: #101526;
  --raised: #171d32;
  --text: #f5f5fb;
  --heading: #fff;
  --muted: #a9b2ca;
  --line: #ffffff18;
  --accent: #c49aff;
  --pink: #f5b5e8;
  --radius: 22px;
  --font: Inter, "Segoe UI", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
select,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: var(--accent);
  text-decoration: none;
}
button {
  cursor: pointer;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
button {
  border: 0;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
  color: var(--heading);
}
h1 {
  font-size: clamp(3rem, 4.5vw, 4.7rem);
  font-weight: 620;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 570;
}
h3 {
  font-size: 1.35rem;
  font-weight: 560;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid #ded0ff;
  outline-offset: 5px;
}
::selection {
  background: #7044a7;
  color: white;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1800px;
  margin-inline: auto;
  padding-inline: clamp(40px, 3.2vw, 64px);
}
.section {
  padding-block: 106px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  background: white;
  color: #111;
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #080b17ed;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 48px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 740;
  font-size: 1.6rem;
  letter-spacing: -0.065em;
  color: var(--text);
  line-height: 1.3;
}
.brand-period {
  color: var(--accent);
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 30px;
  margin-right: 12px;
}
.brand-mark i {
  width: 4px;
  background: linear-gradient(#edc1ff, #8d6cfb);
  border-radius: 8px;
  height: 12px;
}
.brand-mark i:nth-child(2) {
  height: 24px;
}
.brand-mark i:nth-child(3) {
  height: 32px;
}
.brand-mark i:nth-child(4) {
  height: 21px;
}
.brand-mark i:nth-child(5) {
  height: 10px;
}
nav {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
}
nav > a {
  color: var(--accent);
  transition: color 0.2s;
}
nav > a:hover,
nav > a.active {
  color: white;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.language-control {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c3cbdd;
}
.language-control select {
  background: transparent;
  color: inherit;
  border: 0;
  width: 57px;
  min-height: 44px;
  font-size: 0.875rem;
  cursor: pointer;
}
.language-control option {
  color: white;
  background: var(--surface);
}
.login-link {
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px 25px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: linear-gradient(110deg, #c7a5ff, #ecb9ec);
  color: #211332;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  transition:
    transform 0.2s,
    filter 0.2s,
    background 0.2s;
  box-shadow: 0 5px 26px #a675ea0d;
}
.button:hover {
  filter: brightness(1.09);
  transform: translateY(-2px);
}
.button-small {
  padding: 12px 17px;
  min-height: 44px;
  font-size: 0.875rem;
}
.button-outline {
  background: #ffffff03;
  border-color: #ffffff26;
  color: var(--text);
  box-shadow: none;
}
.button-outline:hover {
  background: #ffffff0a;
}
.button-light {
  background: #fff;
  color: #282036;
}
.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  font-size: 1.8rem;
  border-radius: 8px;
  background: transparent;
}
.menu-toggle {
  display: none;
}
.hero-stage {
  background:
    radial-gradient(ellipse at 78% 32%, #603b812b, transparent 65%),
    radial-gradient(ellipse at 16% 48%, #21465a1c, transparent 60%);
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding-block: 72px 68px;
  position: relative;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 650;
  color: #c5a7ef;
  line-height: 1.5;
  margin-bottom: 22px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
}
.eyebrow-line {
  width: 22px;
  height: 1px;
  background: #c99ffa;
  flex-shrink: 0;
}
.hero h1 {
  margin-bottom: 26px;
  color: var(--accent);
}
.gradient-text {
  background: linear-gradient(110deg, #cba9ff 5%, #f1bfd8 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hero-description {
  font-size: 1.09rem;
  max-width: 560px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 33px;
  flex-wrap: wrap;
}
.hero-actions .button {
  padding-inline: 21px;
}
.tiny-spark {
  font-size: 1.35rem;
  line-height: 1;
}
.fine-print {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #9aa5c0;
}
.hero .fine-print {
  margin-top: 16px;
}
.hero-points {
  display: flex;
  gap: 24px;
  margin-top: 33px;
  font-size: 0.8125rem;
  color: #c0c7d9;
  flex-wrap: wrap;
}
.hero-points > span {
  display: flex;
  gap: 9px;
  align-items: center;
}
.hero-points b {
  color: #c7a5ff;
  font-weight: 500;
}
.hero-visual {
  position: relative;
  isolation: isolate;
  height: 545px;
  border-radius: 120px 24px 24px 24px;
  overflow: hidden;
  box-shadow: 0 25px 100px #01030b66;
  border: 1px solid #ffffff1c;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-position: 65% center;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #080b1730, transparent 42%, #080b17d9);
  z-index: 0;
  pointer-events: none;
}
.visual-topline {
  position: absolute;
  z-index: 1;
  inset: 25px 25px auto 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.pill {
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid #ffffff25;
  border-radius: 30px;
  padding: 6px 11px;
  background: #0e112850;
  font-size: 0.625rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  font-weight: 600;
  color: #e5d5fc;
}
.visual-orbit {
  font-size: 2.6rem;
  line-height: 1;
  color: #f1deff;
}
.idea-note {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 43px;
  left: 23px;
  right: 23px;
  z-index: 1;
  padding: 20px 18px;
  border: 1px solid #ffffff2b;
  border-radius: 14px;
  background: #1516279c;
  backdrop-filter: blur(18px);
}
.note-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 44px;
  background: #b499f921;
  color: #e2cbff;
  border: 1px solid #d9beff2b;
  border-radius: 10px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.micro-label {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #a9b2ca;
}
.idea-note .micro-label {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  color: #c7badf;
}
.idea-note p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 5px;
}
.image-caption {
  position: absolute;
  bottom: 13px;
  right: 22px;
  z-index: 1;
  font-size: 0.625rem;
  color: #c6c1cf;
}
.possibility-strip {
  border-block: 1px solid var(--line);
  padding-block: 26px;
}
.possibility-strip > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.possibility-strip > .wrap > span {
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  max-width: 130px;
  color: #7f8ca7;
  font-weight: 600;
}
.possibility-strip p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #c0c6d5;
  font-size: 0.875rem;
  font-weight: 500;
}
.possibility-strip i {
  color: #a486cf;
  font-style: normal;
  font-size: 1.25rem;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 40px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
.section-heading > p {
  max-width: 420px;
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-bottom: 3px;
}
.example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.example-card {
  overflow: hidden;
  border-radius: 17px;
  border: 1px solid var(--line);
  background: #0e1323;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.example-card:hover {
  transform: translateY(-5px);
  border-color: #c49aff55;
}
.example-image {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background: var(--surface);
  overflow: hidden;
  aspect-ratio: 1.35;
}
.example-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  transition: transform 0.6s;
}
.example-image:hover img {
  transform: scale(1.045);
}
.portrait-crop img {
  object-position: 67% center;
}
.image-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  border: 1px solid #ffffff2b;
  border-radius: 5px;
  background: #0a102176;
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 6px 9px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-weight: 550;
}
.round-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff60;
  border-radius: 50%;
  background: #111a2770;
  color: white;
  font-size: 1.3rem;
  backdrop-filter: blur(8px);
}
.example-content {
  padding: 25px;
}
.example-content .micro-label {
  color: #bf9ee7;
  margin-bottom: 13px;
}
.example-content h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
.example-content p {
  font-size: 0.875rem;
  line-height: 1.8;
  min-height: 52px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  padding: 0;
  min-height: 44px;
  color: #dcc5fc;
  font-size: 0.875rem;
  font-weight: 550;
  text-align: left;
}
.text-button:hover {
  color: white;
}
.example-content .text-button {
  margin-top: 14px;
}
.section-footnote {
  font-size: 0.8125rem;
  color: #8e9ab4;
  margin-top: 23px;
  line-height: 1.7;
}
.how-section {
  background: linear-gradient(150deg, #111529, #0d1423 65%, #14182c);
  border-block: 1px solid var(--line);
}
.center-heading {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 55px;
}
.center-heading .eyebrow {
  margin-bottom: 16px;
}
.center-heading p:last-child {
  margin: 20px auto 0;
  font-size: 0.9375rem;
  max-width: 590px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 52px);
}
.steps article {
  min-width: 0;
  border-top: 1px solid #c49aff30;
  padding-top: 28px;
}
.steps .step-publish {
  border-top-color: #dfaaff99;
}
.step-publish .text-button {
  margin-top: 16px;
  line-height: 1.5;
}
.step-number {
  display: block;
  font-size: 2.6rem;
  font-weight: 350;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #bf9aee;
  margin-bottom: 26px;
}
.steps h3 {
  margin-bottom: 17px;
  font-size: 1.25rem;
}
.steps p {
  font-size: 0.9375rem;
  line-height: 1.85;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.feature-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(140deg, #141b2a, #101525);
}
.feature-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse at 15% 15%, #46356980, transparent 85%),
    linear-gradient(130deg, #1b2035, #111a2c);
}
.feature-card:last-child {
  grid-column: 2 / 4;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #c99eff12;
  border: 1px solid #c99eff24;
  color: #d1b2ff;
  margin-bottom: 23px;
  font-size: 1.6rem;
  line-height: 1;
}
.feature-card h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 14px;
}
.feature-card p {
  font-size: 0.9rem;
  line-height: 1.85;
}
.feature-main h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.feature-main p {
  font-size: 0.9375rem;
}
.sound-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 35px;
}
.sound-tags span {
  padding: 7px 11px;
  font-size: 0.75rem;
  border: 1px solid #ffffff1c;
  border-radius: 7px;
  color: #d3cce7;
  background: #ffffff04;
}
.workspace-section {
  border-block: 1px solid var(--line);
  background: radial-gradient(ellipse at 12% 50%, #24334f36, transparent 66%);
}
.workspace-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.workspace-layout h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.section-lead {
  margin-top: 25px;
  font-size: 0.9375rem;
  line-height: 1.85;
}
.workspace-layout .text-button {
  margin-top: 23px;
}
.workspace-options article {
  display: flex;
  align-items: start;
  gap: 21px;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}
.workspace-options article:first-child {
  padding-top: 0;
}
.workspace-options article:last-child {
  border: 0;
  padding-bottom: 0;
}
.workspace-symbol {
  font-size: 0.8125rem;
  color: #c99ef3;
  background: #a57fec14;
  border: 1px solid #a57fec24;
  border-radius: 12px;
  min-width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
}
.workspace-options h3 {
  font-size: 1.125rem;
  margin-bottom: 12px;
  line-height: 1.4;
}
.workspace-options p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 925px;
  margin-inline: auto;
}
.plan-card {
  border: 1px solid #ffffff23;
  background: linear-gradient(145deg, #14192a, #101525);
  border-radius: var(--radius);
  padding: 34px;
  position: relative;
}
.plan-featured {
  border-color: #bb8af971;
  background:
    radial-gradient(ellipse at 100% 0, #78539b30, transparent 70%), #14182b;
  box-shadow: 0 10px 90px #813ec50c;
}
.plan-card > .micro-label,
.plan-top {
  margin-bottom: 22px;
  min-height: 27px;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.plan-top .micro-label {
  color: #cda6f6;
}
.plan-top .pill {
  padding: 5px 8px;
  font-size: 0.5625rem;
}
.plan-card h3 {
  font-size: 1.65rem;
  line-height: 1.25;
}
.plan-description {
  margin-top: 12px;
  font-size: 0.875rem;
  min-height: 48px;
}
.plan-price {
  font-size: 2.35rem;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
  min-height: 89px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.plan-price span {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.plan-announcement {
  font-size: 1.5rem;
  max-width: 310px;
  letter-spacing: -0.03em;
}
.plan-card .button {
  width: 100%;
  margin-bottom: 23px;
}
.plan-card ul {
  list-style: none;
  padding: 22px 0 0;
  margin: 0 0 22px;
  border-top: 1px solid var(--line);
}
.plan-card li {
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 0.875rem;
  color: #c6ccdc;
  line-height: 1.7;
}
.plan-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c4a1f2;
}
.centered {
  text-align: center;
  max-width: 840px;
  margin-inline: auto;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 100px;
  padding-top: 34px;
}
.faq-section > div > p:last-child {
  margin-top: 24px;
  max-width: 280px;
  font-size: 0.9375rem;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 23px 30px 23px 0;
  font-size: 0.9375rem;
  font-weight: 550;
  color: #e5e6f1;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 20px;
  font-size: 1.35rem;
  color: #bba6d5;
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
details[open] summary {
  color: #d6b6ff;
}
.faq-list p {
  padding: 0 20px 24px 0;
  font-size: 0.9rem;
  line-height: 1.9;
}
.final-section {
  position: relative;
  text-align: center;
  border: 1px solid #bda4dd24;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 50% 110%, #8460c41a, transparent 65%),
    linear-gradient(120deg, #67518526, #56608014 65%, #39758e21);
  padding: 65px 30px 69px;
  margin-bottom: 64px;
  overflow: hidden;
}
.closing-spark {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  color: #baa6d0;
  margin-bottom: 23px;
}
.final-section .eyebrow {
  font-size: 0.6875rem;
  margin-bottom: 18px;
}
.final-section h2 {
  font-size: clamp(2.9rem, 4.4vw, 4.4rem);
  margin-bottom: 20px;
}
.final-section p:not(.eyebrow) {
  color: #c6c5d9;
  font-size: 1rem;
}
.final-section .button {
  margin-top: 29px;
}
.site-footer {
  padding-bottom: 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding-block: 40px 64px;
}
.footer-brand p {
  max-width: 29ch;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.6;
  margin-top: 24px;
}
.footer-links {
  display: block;
  min-width: 0;
  font-weight: 400;
}
.footer-links h2 {
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 1rem;
  line-height: 1.5;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 32px;
  font-size: 0.875rem;
  color: #949eb5;
}
.footer-legal {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: inherit;
  font-weight: 400;
}
.footer-bottom a,
.footer-bottom .text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.footer-bottom .text-button {
  font-size: inherit;
  font-weight: inherit;
  color: #a7b3cd;
}
.footer-links a:hover,
.footer-bottom a:hover {
  color: #dfc5ff;
}
.cookie-banner {
  position: fixed;
  z-index: 30;
  bottom: 20px;
  left: 24px;
  right: 24px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  background: #171c2bf5;
  border: 1px solid #d2bdff40;
  box-shadow: 0 12px 70px #0008;
  border-radius: 15px;
  padding: 22px 26px;
  backdrop-filter: blur(20px);
}
.cookie-banner h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.cookie-banner p {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 7px;
  max-width: 640px;
}
.cookie-banner a {
  font-size: 0.8125rem;
  color: #d9bafd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 440px;
}
.cookie-actions .button {
  min-height: 44px;
  font-size: 0.8125rem;
  padding: 12px 14px;
  background: #ffffff06;
}
.cookie-actions .button:hover {
  background: #ffffff12;
}
dialog {
  border: 1px solid #b58cdf50;
  border-radius: 20px;
  background: var(--surface);
  color: var(--text);
  max-width: 580px;
  width: calc(100% - 32px);
  max-height: calc(100dvh - 40px);
  padding: 30px;
  box-shadow: 0 30px 150px #000c;
  overflow: auto;
}
dialog::backdrop {
  background: #030611bf;
  backdrop-filter: blur(8px);
}
.dialog-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 19px;
}
.dialog-heading .eyebrow {
  margin-block: 10px 0;
}
.dialog-heading h2,
dialog > h2 {
  font-size: 1.8rem;
  line-height: 1.25;
}
.dialog-heading .icon-button {
  flex-shrink: 0;
  margin: -10px -10px 0 0;
}
dialog > p {
  font-size: 0.9375rem;
}
.consent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.consent-row h3,
.consent-row strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
.consent-row p,
.consent-description {
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.7;
}
.consent-row input {
  appearance: none;
  width: 46px;
  height: 26px;
  border-radius: 20px;
  background: #495067;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.consent-row input:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.consent-row input:checked {
  background: #9270c2;
}
.consent-row input:checked:before {
  transform: translateX(20px);
}
dialog .fine-print {
  margin-top: 20px;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}
.brief-label {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: #c0a5e6;
  margin-top: 24px;
}
.brief-label + blockquote {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #e7def4;
  background: #ad86dc0a;
  border-left: 2px solid #bb8fe9;
  padding: 18px 21px;
  margin: 12px 0 0;
  border-radius: 0 10px 10px 0;
}
#exampleDialog > .button {
  margin-top: 25px;
}
.noscript-notice {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  font-size: 0.875rem;
}
.legal-main {
  max-width: 960px;
  padding-top: 72px;
  padding-bottom: 90px;
}
.legal-main h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 25px;
}
.legal-lead {
  font-size: 1.125rem;
  max-width: 700px;
}
.legal-meta {
  font-size: 0.8125rem;
  margin-top: 20px;
  color: #bd9ce9;
}
.legal-notice {
  padding: 22px;
  border: 1px solid #cfb3eb32;
  border-radius: 12px;
  background: #ac78d510;
  margin-top: 32px;
  color: #d4c6e2;
  font-size: 0.9375rem;
}
.legal-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 50px;
  margin-top: 48px;
}
.legal-toc {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  position: sticky;
  top: 120px;
  align-self: start;
}
.legal-toc a {
  font-size: 0.875rem;
  min-height: 40px;
  padding: 8px 0;
  color: #a9b2ca;
}
.legal-toc a[aria-current="page"] {
  color: #d3b0ff;
}
.legal-article section {
  margin-bottom: 32px;
  scroll-margin-top: 120px;
}
.legal-article h2 {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-bottom: 13px;
}
.legal-article p {
  font-size: 0.9375rem;
  line-height: 1.9;
  white-space: pre-line;
}
.legal-article a {
  color: #d8b8ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-article .storage-table {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  width: 100%;
  border-collapse: collapse;
}
.storage-table td,
.storage-table th {
  padding: 12px 8px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.storage-table th {
  color: #dfcff3;
}
@media (min-width: 1400px) {
  .hero {
    gap: clamp(55px, 4vw, 80px);
    padding-block: 88px;
  }
  .hero-visual {
    height: clamp(565px, 34vw, 640px);
  }
}
@media (max-width: 1100px) {
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-shell {
    gap: 30px;
  }
  nav {
    gap: 18px;
  }
  .nav-actions {
    gap: 14px;
  }
  .wrap {
    padding-inline: 30px;
  }
  .hero {
    gap: 25px;
  }
  .hero-visual {
    height: 530px;
  }
  .hero-actions .button {
    padding-inline: 16px;
    font-size: 0.875rem;
  }
  .hero-points {
    gap: 12px;
  }
  .possibility-strip p {
    gap: 23px;
  }
  .section-heading {
    gap: 45px;
  }
  .workspace-layout,
  .faq-section {
    gap: 55px;
  }
  .cookie-banner {
    align-items: start;
  }
  .cookie-actions {
    max-width: 165px;
    flex-direction: column;
    width: 165px;
  }
  .cookie-actions .button {
    width: 100%;
  }
  .feature-card {
    padding: 25px;
  }
  .final-section {
    margin-inline: 30px;
  }
  .plan-top .micro-label {
    font-size: 0.6rem;
  }
}
@media (max-width: 900px) {
  .menu-toggle {
    display: inline-grid;
    margin-left: auto;
  }
  .nav-shell {
    min-height: 76px;
    flex-wrap: wrap;
    gap: 0;
  }
  .site-header nav {
    display: none;
    flex-basis: 100%;
    padding: 15px 0 22px;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a {
    padding: 12px 0;
    font-size: 1rem;
  }
  .nav-actions {
    margin: 14px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    gap: 22px;
    justify-content: space-between;
  }
  .hero {
    padding-block: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-visual {
    height: 520px;
    border-top-left-radius: 85px;
  }
  h1 {
    font-size: 3.05rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    font-size: 0.9rem;
  }
  .hero-points {
    flex-direction: column;
    margin-top: 22px;
  }
  .visual-topline {
    left: 28px;
    right: 18px;
  }
  .visual-topline .pill {
    font-size: 0.5rem;
  }
  .visual-orbit {
    display: none;
  }
  .idea-note {
    left: 14px;
    right: 14px;
    padding: 14px;
    gap: 10px;
  }
  .idea-note .micro-label {
    font-size: 0.5rem;
  }
  .idea-note p {
    font-size: 0.8125rem;
  }
  .note-icon {
    width: 32px;
    height: 35px;
  }
  .possibility-strip > .wrap {
    flex-direction: column;
    gap: 13px;
  }
  .possibility-strip > .wrap > span {
    max-width: none;
  }
  .possibility-strip p {
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.8125rem;
  }
  .section {
    padding-block: 78px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading > p {
    max-width: 600px;
  }
  .example-grid {
    gap: 16px;
  }
  .example-content {
    padding: 20px;
  }
  .example-content h3 {
    font-size: 1.15rem;
  }
  .example-content p {
    font-size: 0.875rem;
  }
  .example-content .micro-label {
    font-size: 0.5625rem;
  }
  .steps {
    gap: 30px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-main {
    grid-row: auto;
  }
  .feature-card:last-child {
    grid-column: auto;
  }
  .feature-main h3 {
    font-size: 1.5rem;
  }
  .workspace-layout {
    gap: 40px;
  }
  .plan-card {
    padding: 28px;
  }
  .plan-top {
    min-height: 52px;
  }
  .plan-card > .micro-label {
    min-height: 52px;
  }
  .plan-description {
    min-height: 60px;
  }
  .faq-section {
    gap: 40px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .footer-bottom {
    align-items: start;
  }
  .footer-legal {
    gap: 0 20px;
  }
  .cookie-banner {
    gap: 25px;
  }
  .cookie-banner p {
    font-size: 0.8rem;
  }
  .cookie-banner h2 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 650px) {
  .wrap {
    padding-inline: 22px;
  }
  .brand {
    font-size: 1.5rem;
  }
  .nav-shell {
    min-height: 72px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 43px 35px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
    max-width: 550px;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .hero-description {
    max-width: 520px;
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: row;
    margin-top: 26px;
    gap: 10px;
  }
  .hero-actions .button {
    flex: 1;
    padding: 14px 13px;
    font-size: 0.875rem;
    min-height: 55px;
  }
  .hero-actions .button > span[aria-hidden] {
    display: none;
  }
  .hero .fine-print {
    font-size: 0.75rem;
  }
  .hero-points {
    flex-direction: row;
    gap: 13px;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-top: 24px;
  }
  .hero-visual {
    height: 400px;
    border-radius: 80px 20px 20px 20px;
  }
  .hero-image {
    object-position: 65% 42%;
  }
  .visual-topline {
    top: 23px;
    left: 50px;
  }
  .visual-topline .pill {
    font-size: 0.6rem;
  }
  .visual-orbit {
    display: block;
    font-size: 2rem;
  }
  .idea-note {
    bottom: 39px;
    left: 17px;
    right: 17px;
    padding: 17px;
    gap: 14px;
  }
  .idea-note .micro-label {
    font-size: 0.56rem;
  }
  .idea-note p {
    font-size: 0.9375rem;
  }
  .note-icon {
    width: 40px;
    height: 42px;
  }
  .possibility-strip {
    padding-block: 22px;
  }
  .possibility-strip p {
    gap: 12px 15px;
    font-size: 0.75rem;
  }
  .possibility-strip i {
    font-size: 1rem;
  }
  .possibility-strip i:nth-of-type(2) {
    display: none;
  }
  .section {
    padding-block: 64px;
  }
  .section-heading {
    margin-bottom: 30px;
    gap: 19px;
  }
  h2 {
    font-size: 2.15rem;
  }
  .eyebrow {
    font-size: 0.625rem;
    margin-bottom: 16px;
  }
  .example-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .example-image {
    aspect-ratio: 1.6;
  }
  .example-content {
    padding: 24px;
  }
  .example-content .micro-label {
    font-size: 0.6875rem;
  }
  .example-content h3 {
    font-size: 1.4rem;
  }
  .example-content p {
    min-height: 0;
    font-size: 0.9375rem;
  }
  .example-content .text-button {
    font-size: 0.9375rem;
  }
  .section-footnote {
    font-size: 0.75rem;
  }
  .center-heading {
    margin-bottom: 35px;
    text-align: left;
  }
  .center-heading p:last-child {
    font-size: 0.9375rem;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps article {
    padding-left: 57px;
    padding-top: 22px;
    position: relative;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 1.85rem;
  }
  .steps h3 {
    margin-bottom: 12px;
  }
  .steps p {
    font-size: 0.9375rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 27px;
  }
  .feature-main h3 {
    font-size: 1.7rem;
  }
  .feature-card p {
    font-size: 0.9375rem;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .sound-tags {
    padding-top: 30px;
  }
  .workspace-layout {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .workspace-layout h2 {
    font-size: 2.2rem;
  }
  .workspace-options p {
    font-size: 0.9375rem;
  }
  .workspace-options article {
    gap: 16px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .plan-card {
    padding: 28px;
  }
  .plan-top {
    min-height: 27px;
  }
  .plan-card > .micro-label {
    min-height: 27px;
  }
  .plan-description {
    min-height: 0;
  }
  .plan-price {
    min-height: 92px;
  }
  .plan-card li {
    font-size: 0.9375rem;
  }
  .centered {
    text-align: left;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-section > div > p:last-child {
    max-width: none;
  }
  .faq-list summary {
    font-size: 1rem;
    line-height: 1.6;
  }
  .faq-list p {
    font-size: 0.9375rem;
  }
  .final-section {
    margin: 0 16px 54px;
    padding: 45px 22px;
  }
  .final-section h2 {
    font-size: 3rem;
  }
  .final-section .eyebrow {
    font-size: 0.58rem;
  }
  .final-section p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .final-section .button {
    font-size: 0.875rem;
    width: 100%;
  }
  .footer-top {
    gap: 36px 24px;
    padding-block: 24px 48px;
  }
  .footer-brand p {
    margin-top: 20px;
  }
  .footer-links h2 {
    margin-bottom: 14px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding-top: 24px;
  }
  .footer-legal {
    justify-content: start;
    gap: 0 24px;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 13px;
    padding: 18px;
    flex-direction: column;
    gap: 14px;
    max-height: calc(100dvh - 100px);
    overflow: auto;
  }
  .cookie-actions {
    max-width: none;
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }
  .cookie-actions .button {
    width: auto;
    flex: 1;
    font-size: 0.75rem;
    padding: 11px 7px;
    min-height: 44px;
  }
  .cookie-banner p {
    font-size: 0.8125rem;
  }
  .cookie-banner a {
    display: inline-block;
    margin-top: 5px;
  }
  .dialog-actions {
    flex-wrap: wrap;
  }
  .dialog-actions .button {
    flex: 1;
    font-size: 0.875rem;
  }
  dialog {
    padding: 25px;
  }
  .dialog-heading h2,
  dialog > h2 {
    font-size: 1.65rem;
  }
  .consent-row {
    gap: 17px;
  }
  .consent-row .pill {
    font-size: 0.55rem;
  }
  .legal-main {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .legal-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px 23px;
    border-block: 1px solid var(--line);
    padding-block: 10px;
  }
  .legal-notice {
    padding: 18px;
  }
  .legal-main h1 {
    font-size: 2.7rem;
  }
  .legal-lead {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .example-card:hover {
    transform: none;
  }
  .example-image:hover img {
    transform: none;
  }
}
@media (forced-colors: active) {
  .hero h1 {
    color: CanvasText;
  }
  .gradient-text {
    background: none;
    color: CanvasText;
  }
  .brand-mark i {
    background: CanvasText;
  }
  .button,
  .feature-card,
  .plan-card {
    border: 1px solid ButtonText;
  }
  .consent-row input {
    appearance: auto;
  }
}
@media print {
  :root {
    --heading: #000;
  }
  .hero h1 {
    color: black;
  }
  .site-header,
  .cookie-banner,
  .site-footer,
  dialog,
  .hero-actions,
  .button {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .gradient-text {
    color: black;
    background: none;
  }
  p {
    color: #222;
  }
  .section {
    padding-block: 25px;
  }
  .legal-main {
    max-width: none;
    padding: 0;
  }
  .legal-layout {
    display: block;
  }
  .legal-toc {
    display: none;
  }
  .legal-notice {
    border: 1px solid #888;
    color: #333;
  }
  .legal-article section {
    break-inside: avoid;
  }
}
/* Reading rhythm, restrained motion and the creator release paths. */
main p:not(.eyebrow):not(.micro-label):not(.plan-price),
.plan-card li,
.faq-list p,
.legal-article p {
  font-weight: 300;
}
.legal-toc a,
.footer-bottom .text-button {
  color: var(--accent);
}
.site-language {
  order: 2;
  margin-left: auto;
}
.nav-shell > nav {
  order: 1;
}
.nav-shell > .menu-toggle {
  order: 3;
}
.nav-shell {
  gap: 28px;
}
.nav-actions {
  gap: 18px;
}
.site-header nav > a,
.login-link,
.text-button,
.site-footer a:not(.brand),
.release-destinations a {
  color: var(--accent);
  position: relative;
  transition:
    color 0.25s ease,
    background-size 0.25s ease,
    transform 0.25s ease;
  background-image: linear-gradient(90deg, #9b79e8, #e4b4ed);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
}
.text-button {
  font-weight: 450;
}
.button {
  font-weight: 600;
  background-size: 200% 100%;
  transition:
    background-position 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.button:not(.button-outline):not(.button-light) {
  background-image: linear-gradient(110deg, #c7a5ff, #ecb9ec, #baa5ff);
}
.button-outline {
  color: var(--accent);
}
.button > span[aria-hidden],
.text-button > span[aria-hidden],
.release-destinations a > span[aria-hidden] {
  transition: transform 0.25s ease;
}
.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.opportunity-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ac7deb09, transparent 65%), var(--surface);
}
.opportunity-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 18px;
  margin-bottom: 36px;
}
.opportunity-number {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.opportunity-status {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 450;
  color: var(--accent);
  border: 1px solid #c49aff36;
  border-radius: 30px;
  padding: 5px 12px;
}
.opportunity-card h3 {
  max-width: 320px;
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 1.25;
}
.opportunity-card p {
  line-height: 1.85;
  margin-bottom: 24px;
}
.opportunity-card .text-button {
  margin-top: auto;
}
.release-path {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  margin-top: 24px;
  padding: 44px;
  border: 1px solid #c49aff2b;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse at 8% 0, #8252b71c, transparent 70%), var(--surface);
}
.release-path h3 {
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  line-height: 1.2;
  margin: 20px 0 16px;
}
.release-path p {
  line-height: 1.85;
}
.release-path .release-note {
  margin-top: 18px;
  color: var(--muted);
}
.release-destinations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.release-destinations .micro-label {
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 450;
  letter-spacing: 0.08em;
}
.release-destinations a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.2rem;
  font-weight: 450;
}
.release-destinations small {
  display: block;
  font-weight: 350;
  font-size: 0.75rem;
  color: var(--muted);
}
.opportunity-card,
.feature-card,
.plan-card {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
@media (hover: hover) {
  .site-header nav > a:hover,
  .login-link:hover,
  .text-button:hover,
  .site-footer a:not(.brand):hover,
  .release-destinations a:hover {
    background-size: 100% 1px;
    color: #dcc5ff;
  }
  .button:hover {
    background-position: 100% 50%;
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 10px 30px #a675ea24;
  }
  .button-outline:hover {
    background: linear-gradient(115deg, #c49aff1c, #efbaff0b);
  }
  .button > span[aria-hidden],
  .text-button > span[aria-hidden] {
    transform: translate(0);
  }
  .button:hover > span[aria-hidden],
  .text-button:hover > span[aria-hidden],
  .release-destinations a:hover > span[aria-hidden] {
    transform: translate(3px, -2px);
  }
  .opportunity-card:hover,
  .feature-card:hover,
  .plan-card:hover {
    transform: translateY(-4px);
    border-color: #c49aff59;
    box-shadow: 0 16px 44px #0002;
  }
}
@media (max-width: 1100px) {
  .nav-shell {
    gap: 0;
  }
  .site-language {
    order: 1;
    margin-left: auto;
    margin-right: 20px;
  }
  .nav-shell > .menu-toggle {
    order: 2;
    margin-left: 0;
  }
  .nav-shell > nav {
    order: 3;
  }
}
@media (max-width: 650px) {
  .site-language {
    margin-right: 14px;
  }
  .site-header .language-link {
    font-size: 0.8125rem;
    gap: 6px;
  }
  .site-header .language-link__arrow {
    display: none;
  }
  .opportunity-grid,
  .release-path {
    grid-template-columns: 1fr;
  }
  .opportunity-card,
  .release-path {
    padding: 26px;
  }
  .opportunity-top {
    margin-bottom: 26px;
  }
  .release-path {
    gap: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .opportunity-card,
  .feature-card,
  .plan-card,
  .button,
  .text-button,
  .release-destinations a,
  .site-footer a,
  .site-header a {
    transition: none;
  }
  .button:hover,
  .opportunity-card:hover,
  .feature-card:hover,
  .plan-card:hover {
    transform: none;
  }
  .button > span[aria-hidden],
  .text-button > span[aria-hidden],
  .release-destinations a > span[aria-hidden] {
    transition: none;
    transform: none !important;
  }
}
/* Readable body copy and metadata at every viewport. */
main
  p:not(.eyebrow):not(.fine-print):not(.section-footnote):not(.micro-label):not(
    .plan-price
  ):not(.brief-label):not(.legal-meta) {
  font-size: 1rem;
}
.eyebrow,
.micro-label,
.pill,
.image-tag,
.image-caption,
.idea-note .micro-label,
.hero .eyebrow,
.visual-topline .pill,
.plan-top .pill,
.plan-top .micro-label,
.final-section .eyebrow,
.possibility-strip > .wrap > span {
  font-size: 0.75rem;
}
.idea-note .micro-label {
  letter-spacing: 0.06em;
}
.visual-topline .pill {
  white-space: normal;
  flex-shrink: 1;
}
.plan-top {
  align-items: start;
}
.plan-card > .micro-label,
.plan-top {
  min-height: 36px;
}
.plan-top .pill {
  letter-spacing: 0.025em;
}
.cookie-banner p,
.cookie-banner a,
.cookie-actions .button {
  font-size: 0.875rem;
}
.site-footer a:not(.brand),
.footer-bottom .text-button {
  color: #b1b9cd;
}
.footer-links a,
.footer-bottom a,
.footer-bottom .text-button {
  background-position: left calc(50% + 0.75em);
}
.site-footer a:not(.brand):hover,
.footer-bottom .text-button:hover {
  color: #fff;
}
.hero-points,
.text-button,
nav,
.button-small {
  font-size: 0.875rem;
}
dialog > p,
.consent-description,
.consent-row p {
  font-size: 1rem;
}
.legal-article p {
  font-size: 1rem;
}
.legal-main .legal-meta {
  font-size: 0.875rem;
}
@media (max-width: 1100px) {
  .cookie-actions {
    max-width: 190px;
    width: 190px;
  }
}
@media (max-width: 650px) {
  .cookie-actions {
    max-width: none;
    width: 100%;
  }
  .cookie-actions .button {
    font-size: 0.8125rem;
  }
  .hero-points {
    font-size: 0.8125rem;
  }
  .hero-visual {
    height: 420px;
  }
  .idea-note .micro-label {
    font-size: 0.75rem;
  }
  .cookie-banner {
    padding: 16px;
  }
  .cookie-banner p {
    line-height: 1.6;
  }
  .cookie-actions {
    gap: 6px;
  }
  .cookie-actions .button {
    padding-inline: 8px;
  }
  .plan-top {
    gap: 12px;
  }
  .final-section .eyebrow {
    letter-spacing: 0.08em;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .menu-toggle {
    display: inline-grid;
    margin-left: auto;
  }
  .nav-shell {
    min-height: 76px;
    flex-wrap: wrap;
    gap: 0;
  }
  .site-header nav {
    display: none;
    flex-basis: 100%;
    padding: 15px 0 22px;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a {
    padding: 12px 0;
    font-size: 1rem;
  }
  .nav-actions {
    margin: 14px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    gap: 22px;
    justify-content: space-between;
  }
}
