:root {
  --obsidian: #0b0b12;
  --ink: #141420;
  --carbon: #1f1f2e;
  --graphite: #2a2a3b;
  --slate-50: #f8f9fb;
  --slate-100: #eef0f5;
  --slate-600: #4c5163;
  --slate-900: #1a1c24;
  --ember: #ff4d3a;
  --ember-deep: #e23a28;
  --violet: #7c5cff;
  --gold: #f9c66a;
  --sunrise: linear-gradient(135deg, #ff4d3a 0%, #ff6b5b 45%, #7c5cff 100%);
  --shadow: 0 18px 48px rgba(10, 11, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--obsidian);
  color: #fff;
}

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

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

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 28px 40px 96px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 18, 0.9) 0%, rgba(11, 11, 18, 0.5) 42%, rgba(11, 11, 18, 0.82) 100%),
    url('assets/landing-preview-1.jpg') center center / cover no-repeat;
  transform: scale(1.03);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 77, 58, 0.24), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(124, 92, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(11, 11, 18, 0.1) 0%, rgba(11, 11, 18, 0.86) 88%);
}

.nav,
.hero-copy,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img {
  height: 34px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.language-selector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.language-selector select {
  min-height: 34px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) right 16px center / 6px 6px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) right 12px center / 6px 6px no-repeat,
    rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.language-selector select:hover {
  border-color: rgba(255, 255, 255, 0.42);
}

.language-selector option {
  background: #fff;
  color: var(--obsidian);
}

.hero-copy {
  max-width: 720px;
  padding-top: 17vh;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffb5a8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ember);
  box-shadow: 0 0 18px rgba(255, 77, 58, 0.55);
}

.eyebrow-light {
  color: var(--ember);
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(3.6rem, 8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero h1 span {
  display: block;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  background: var(--sunrise);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero-actions,
.hero-meta,
.plans,
.steps,
.showcase-images,
.footer {
  display: flex;
}

.hero-actions {
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 56px;
  min-width: 174px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(11, 11, 18, 0.58);
  color: #fff;
  box-shadow: 0 14px 32px rgba(10, 11, 18, 0.26);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.store-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(11, 11, 18, 0.74);
}

.store-icon {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
}

.store-icon-play::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  filter: drop-shadow(8px 0 0 rgba(255, 77, 58, 0.78));
}

.store-icon-app {
  border-radius: 8px;
  background: var(--sunrise);
}

.store-icon-app::before,
.store-icon-app::after {
  content: '';
  position: absolute;
  background: #fff;
}

.store-icon-app::before {
  width: 4px;
  height: 18px;
  border-radius: 999px;
  transform: rotate(28deg);
}

.store-icon-app::after {
  width: 16px;
  height: 4px;
  border-radius: 999px;
  bottom: 7px;
}

.store-kicker,
.store-name {
  display: block;
  line-height: 1.05;
}

.store-kicker {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
}

.store-name {
  margin-top: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.store-link-disabled,
.store-link-disabled:hover {
  color: rgba(255, 255, 255, 0.58);
  cursor: default;
  transform: none;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.store-link-disabled .store-name {
  color: rgba(255, 255, 255, 0.66);
}

.store-link-disabled .store-icon {
  opacity: 0.62;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.button-primary {
  background: var(--ember);
}

.button-primary:hover {
  background: var(--ember-deep);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
}

.hero-meta {
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.section {
  padding: 88px 40px;
}

.section-dark {
  background: var(--obsidian);
  color: #fff;
}

.section-light {
  background: var(--slate-50);
  color: var(--slate-900);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.showcase-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.steps,
.plans {
  max-width: 1240px;
  margin: 0 auto;
  gap: 20px;
  flex-wrap: wrap;
}

.plans-loading,
.plans-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
}

.plans-loader {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.plans-empty .billing-note {
  margin: 0;
}

.loader-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--ember);
  box-shadow: 0 0 0 0 rgba(255, 77, 58, 0.52);
  animation: loader-pulse 1.2s ease-in-out infinite;
}

@keyframes loader-pulse {
  0% {
    transform: scale(0.86);
    box-shadow: 0 0 0 0 rgba(255, 77, 58, 0.5);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 77, 58, 0);
  }

  100% {
    transform: scale(0.86);
    box-shadow: 0 0 0 0 rgba(255, 77, 58, 0);
  }
}

.billing-toolbar {
  max-width: 1240px;
  margin: 0 auto 24px;
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.billing-toggle {
  display: inline-flex;
  padding: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.billing-toggle-button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.billing-toggle-button.is-active {
  background: #fff;
  color: var(--obsidian);
}

.step,
.plan {
  flex: 1 1 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--carbon);
  padding: 28px;
  box-shadow: var(--shadow);
}

.plan-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffb5a8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.step strong {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--sunrise);
  margin-bottom: 18px;
}

.step h3,
.plan h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.step p,
.plan p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.plan-savings {
  margin-top: 10px;
  color: #ffb5a8;
  font-weight: 700;
}

.plan-features {
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.plan-actions {
  margin-top: 18px;
}

.plan-actions .button {
  width: 100%;
}

.billing-note {
  max-width: 1240px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.showcase {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.showcase-copy,
.showcase-images {
  min-width: 0;
}

.showcase-copy p {
  margin: 18px 0 0;
  color: var(--slate-600);
  line-height: 1.7;
  font-size: 1rem;
}

.showcase-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.showcase-images img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #dfe3ed;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.section-seo {
  padding-top: 28px;
}

.seo-copy,
.seo-grid {
  max-width: 1240px;
  margin: 0 auto;
}

.seo-copy {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.seo-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.seo-text p {
  margin: 0;
  color: var(--slate-600);
  font-size: 1rem;
  line-height: 1.75;
}

.seo-text p + p {
  margin-top: 16px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.seo-card {
  border: 1px solid #dfe3ed;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 14px 36px rgba(10, 11, 18, 0.08);
}

.seo-card h3 {
  margin: 0 0 10px;
  color: var(--slate-900);
  font-size: 1.1rem;
  line-height: 1.25;
}

.seo-card p {
  margin: 0;
  color: var(--slate-600);
  line-height: 1.65;
}

.plan {
  border-color: rgba(255, 255, 255, 0.08);
}

.plan-featured {
  background:
    linear-gradient(180deg, rgba(255, 77, 58, 0.14) 0%, rgba(31, 31, 46, 1) 100%),
    var(--carbon);
  border-color: rgba(255, 77, 58, 0.28);
}

.price {
  margin: 0 0 12px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.price span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
}

.footer {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 40px 36px;
  background: #ffffff;
  border-top: 1px solid #eef0f5;
}

.footer img {
  height: 26px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--slate-600);
  font-size: 14px;
  font-weight: 600;
}

.footer-disabled {
  color: #8b90a1;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #dfe3ed;
  border-radius: 8px;
  background: #fff;
  color: var(--slate-900);
  box-shadow: 0 18px 48px rgba(10, 11, 18, 0.2);
}

.cookie-banner-copy {
  min-width: 0;
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.cookie-banner-copy p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-banner-copy a {
  color: var(--ember-deep);
  font-weight: 700;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.cookie-button-primary {
  background: var(--ember);
  color: #fff;
}

.cookie-button-primary:hover {
  background: var(--ember-deep);
}

.cookie-button-secondary {
  border: 1px solid #dfe3ed;
  background: #fff;
  color: var(--slate-900);
}

.legal-page {
  background: var(--slate-50);
  color: var(--slate-900);
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 40px 92px;
  background:
    linear-gradient(105deg, rgba(11, 11, 18, 0.96) 0%, rgba(11, 11, 18, 0.88) 52%, rgba(255, 77, 58, 0.28) 100%),
    var(--obsidian);
  color: #fff;
}

.legal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
  padding-top: 108px;
}

.legal-hero-copy h1 {
  margin: 18px 0;
  max-width: 780px;
  font-size: 5.4rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.legal-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}

.legal-hero-copy .legal-updated {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.legal-main {
  background: var(--slate-50);
}

.legal-section {
  padding: 72px 40px 88px;
}

.legal-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 10px;
  padding-left: 16px;
  border-left: 2px solid #dfe3ed;
  color: var(--slate-600);
  font-size: 14px;
  font-weight: 700;
}

.legal-toc a {
  padding: 6px 0;
}

.legal-toc a:hover,
.legal-content a {
  color: var(--ember-deep);
}

.legal-content {
  max-width: 820px;
}

.legal-content section + section {
  margin-top: 42px;
}

.legal-content h2 {
  margin: 0 0 14px;
  color: var(--slate-900);
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-content p,
.legal-content li {
  color: var(--slate-600);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-content p {
  margin: 0;
}

.legal-content p + p {
  margin-top: 14px;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.business-page {
  background: var(--slate-50);
  color: var(--slate-900);
}

.business-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.business-main {
  background: var(--slate-50);
}

.business-section {
  padding: 72px 40px 88px;
}

.business-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.business-summary h2,
.business-contact h2 {
  margin: 16px 0 0;
  color: var(--slate-900);
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.business-summary p,
.business-card p,
.business-contact p {
  color: var(--slate-600);
  line-height: 1.75;
}

.business-summary p {
  margin: 18px 0 0;
}

.business-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.business-card,
.business-contact {
  border: 1px solid #dfe3ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 11, 18, 0.08);
}

.business-card {
  padding: 24px;
}

.business-card h3 {
  margin: 0 0 10px;
  color: var(--slate-900);
  font-size: 1.1rem;
  line-height: 1.25;
}

.business-card p,
.business-contact p {
  margin: 0;
}

.business-contact {
  grid-column: 2;
  display: grid;
  gap: 18px;
  padding: 28px;
}

.business-contact h2 {
  margin: 0;
  font-size: 1.8rem;
}

.business-contact .button {
  width: fit-content;
  color: var(--slate-900);
  border-color: #dfe3ed;
  background: #fff;
}

@media (max-width: 980px) {
  .hero,
  .legal-hero,
  .section,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .showcase {
    grid-template-columns: 1fr;
  }

  .showcase-images {
    grid-template-columns: 1fr;
  }

  .seo-copy,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .billing-toolbar {
    align-items: stretch;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .business-layout,
  .business-cards {
    grid-template-columns: 1fr;
  }

  .business-contact {
    grid-column: auto;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-hero-copy h1 {
    font-size: 4.2rem;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

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

  .hero h1 {
    font-size: 3.2rem;
  }

  .button {
    width: 100%;
  }

  .store-links,
  .store-link {
    width: 100%;
  }

  .language-selector,
  .language-selector select {
    width: 100%;
  }

  .footer,
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-hero {
    padding-bottom: 64px;
  }

  .legal-hero-copy {
    padding-top: 76px;
  }

  .legal-hero-copy h1 {
    font-size: 3rem;
  }

  .legal-section {
    padding: 52px 20px 68px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .cookie-banner-actions,
  .cookie-button {
    width: 100%;
  }
}
