:root {
  color-scheme: light;
  --background: #f2ead3;
  --surface: #f8f1dc;
  --paper: #fbf6e7;
  --line: #e0d4b4;
  --line-strong: #cdbf9d;
  --ink: #1f1a14;
  --ink-2: #3a2f23;
  --muted: #7a6b55;
  --faint: #b5a88b;
  --primary: #e54a28;
  --primary-dark: #b6371b;
  --primary-soft: #f4ddd2;
  --green: #1f4a24;
  --gold: #e0a92e;
  --silver: #b5aa98;
  --bronze: #c2814f;
  --movies: #f6d7c9;
  --series: #f4e2b8;
  --books: #cde6cc;
  --music: #d8d2ee;
  --podcasts: #f4d2d8;
  --paintings: #ccd9f0;
  --games: #cce2ec;
  --mangas: #f2c9d6;
  --shadow: 0 22px 60px rgba(31, 26, 20, 0.14);
  --max: 1160px;
  --radius: 18px;
  --radius-sm: 12px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  border-radius: 10px;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(224, 212, 180, 0.9);
  background: rgba(242, 234, 211, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

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

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(229, 74, 40, 0.22);
}

.brand-name {
  display: grid;
  gap: 1px;
}

.brand-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.brand-url,
.eyebrow,
.meta-line,
.mini-label {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-url {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.nav-links a {
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 12px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  background: var(--surface);
  outline: 1px solid var(--line);
}

.store-link,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
  padding: 12px 18px;
  box-shadow: 0 12px 28px rgba(31, 26, 20, 0.16);
  max-width: 100%;
  text-align: center;
}

.store-link:hover,
.store-link:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid rgba(229, 74, 40, 0.28);
  outline-offset: 3px;
}

.store-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.82;
}

.nav-links .store-link {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--paper);
  box-shadow: 0 10px 22px rgba(229, 74, 40, 0.24);
}

.nav-links .store-link:hover,
.nav-links .store-link:focus-visible {
  border-color: var(--primary-dark);
  background: var(--primary-dark);
}

.button-link.secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
}

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--background);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242, 234, 211, 0.98) 0%, rgba(242, 234, 211, 0.86) 48%, rgba(244, 221, 210, 0.7) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  min-height: min(700px, calc(100svh - 92px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
  padding: clamp(58px, 8vw, 104px) 0 clamp(42px, 6vw, 74px);
}

.hero-content {
  max-width: 720px;
  min-width: 0;
}

.phone-mock {
  position: relative;
  width: min(340px, 100%);
  min-height: 560px;
  margin: 0 auto;
  border-radius: 42px;
  border: 12px solid var(--ink);
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(31, 26, 20, 0.22);
}

.phone-bar {
  height: 68px;
  border-bottom: 1px solid var(--line);
  padding: 20px 18px 16px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 800;
}

.phone-podium {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  min-height: 170px;
  padding: 24px 20px 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--paper));
}

.phone-feed {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.phone-row {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 12px;
}

.phone-row strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.phone-posters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.poster {
  aspect-ratio: 0.68;
  border-radius: 8px;
}

.poster:nth-child(1) {
  background: var(--movies);
}

.poster:nth-child(2) {
  background: var(--series);
}

.poster:nth-child(3) {
  background: var(--books);
}

.podium-step {
  display: grid;
  place-items: center;
  width: 64px;
  border-radius: 12px 12px 6px 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 900;
}

.podium-step.one {
  height: 104px;
  background: var(--primary);
}

.podium-step.two {
  height: 78px;
  background: var(--green);
}

.podium-step.three {
  height: 58px;
  background: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 590px;
  min-width: 0;
}

.hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-2);
  border: 1px solid rgba(31, 26, 20, 0.1);
  box-shadow: var(--shadow);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  padding: 10px 14px;
}

.top-badge {
  top: 70px;
  right: 0;
  background: var(--movies);
}

.social-badge {
  left: 0;
  bottom: 96px;
  background: var(--books);
}

.app-icon-large {
  width: 84px;
  height: 84px;
  margin: 0 0 20px;
  border-radius: 22px;
  box-shadow: 0 24px 48px rgba(229, 74, 40, 0.25);
}

.eyebrow {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 0.98;
}

h1 {
  max-width: 880px;
  margin: 14px 0 20px;
  font-size: clamp(48px, 8vw, 92px);
  font-weight: 900;
}

.hero-lede {
  max-width: 720px;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 650;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  min-width: 0;
}

.hero-actions {
  justify-content: flex-start;
}

.section-actions {
  justify-content: center;
}

.review-note {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.quick-strip {
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.quick-strip-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.quick-stat {
  padding: 22px 18px;
}

.quick-stat strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
}

.quick-stat span {
  color: rgba(251, 246, 231, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section.alt {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-width: 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(36px, 5vw, 62px);
}

.section-heading p {
  margin: 0;
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 600;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.category-card {
  min-height: 132px;
  border: 1px solid rgba(31, 26, 20, 0.11);
  border-radius: var(--radius);
  padding: 16px;
}

.category-card .icon {
  font-size: 26px;
}

.category-card strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}

.category-card span {
  display: block;
  margin-top: 4px;
  color: rgba(31, 26, 20, 0.62);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.feature-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.feature-panel h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.feature-panel p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 600;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-2);
  font-weight: 700;
}

.feature-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 3px;
  background: var(--primary);
}

.podium-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.rank-preview {
  display: grid;
  gap: 10px;
  align-content: end;
  text-align: center;
}

.rank-cover {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 0.72;
  margin: 0 auto;
  border-radius: 14px;
  color: var(--ink);
  font-size: 34px;
  box-shadow: 0 16px 26px rgba(31, 26, 20, 0.12);
}

.rank-base {
  display: grid;
  place-items: center;
  border-radius: 12px 12px 6px 6px;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 900;
}

.rank-preview:nth-child(1) .rank-base {
  height: 88px;
  background: var(--green);
}

.rank-preview:nth-child(2) .rank-base {
  height: 132px;
  background: var(--primary);
}

.rank-preview:nth-child(3) .rank-base {
  height: 64px;
  background: var(--ink);
}

.how-section {
  background: var(--paper);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.step-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 900;
}

.step-card h3 {
  margin-top: 22px;
  font-size: 28px;
}

.step-card p {
  margin: 12px 0 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 650;
}

.step-card:nth-child(1) {
  background: var(--movies);
}

.step-card:nth-child(2) {
  background: var(--books);
}

.step-card:nth-child(3) {
  background: var(--music);
}

.pricing-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.plan {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
}

.plan strong {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
}

.plan span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.cta-band {
  border-block: 1px solid var(--line);
  background: var(--primary-soft);
  text-align: center;
}

.cta-band h2 {
  font-size: clamp(38px, 6vw, 68px);
}

.cta-band p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 650;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: clamp(54px, 9vw, 96px) 0;
}

.legal-hero .section-inner {
  max-width: 900px;
}

.legal-hero h1 {
  margin-inline: 0;
  font-size: clamp(44px, 7vw, 78px);
  text-align: left;
}

.legal-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 600;
}

.content-page {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 84px;
  overflow-wrap: break-word;
}

.content-page h2 {
  margin-top: 38px;
  font-size: 34px;
}

.content-page h3 {
  margin-top: 24px;
  font-size: 25px;
}

.content-page p,
.content-page li {
  color: var(--ink-2);
  font-size: 17px;
  font-weight: 550;
}

.content-page a {
  color: var(--primary-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.content-page ul,
.content-page ol {
  padding-left: 22px;
}

.notice-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px;
}

.faq-item h2,
.faq-item h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.faq-item p {
  margin: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0;
}

.footer-brand {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 28px;
}

.footer-brand p {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 246, 231, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  min-width: 0;
}

.footer-links a {
  color: rgba(251, 246, 231, 0.82);
  font-weight: 800;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid rgba(251, 246, 231, 0.14);
  color: rgba(251, 246, 231, 0.58);
  font-size: 13px;
  padding: 18px 0;
}

@media (max-width: 1180px) {
  .nav {
    gap: 12px;
  }

  .nav-links {
    gap: 4px;
  }

  .nav-links a {
    font-size: 13px;
    padding-inline: 10px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 34px;
  }

  h1 {
    font-size: clamp(48px, 7vw, 78px);
  }
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 16px;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-top: 56px;
  }

  .phone-mock {
    width: 320px;
    min-height: 520px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .quick-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid,
  .pricing-row,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .section {
    padding-block: 52px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .section-heading p,
  .cta-band p,
  .legal-hero p {
    font-size: 16px;
  }

  .hero-inner {
    gap: 28px;
  }

  .quick-stat {
    padding: 18px 14px;
  }

  .steps-grid,
  .pricing-row,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .step-card,
  .plan,
  .faq-item {
    padding: 18px;
  }

  .content-page {
    padding-top: 36px;
    padding-bottom: 64px;
  }
}

@media (max-width: 620px) {
  .brand-url {
    display: none;
  }

  .nav {
    width: min(100% - 24px, var(--max));
  }

  .nav-links a {
    white-space: nowrap;
  }

  .hero-inner {
    width: min(100% - 28px, 520px);
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .hero-content {
    text-align: center;
  }

  .app-icon-large {
    width: 70px;
    height: 70px;
    margin-inline: auto;
    border-radius: 18px;
  }

  h1 {
    font-size: clamp(43px, 14vw, 60px);
    margin-inline: auto;
  }

  .hero-lede {
    font-size: 17px;
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-actions .store-link,
  .hero-actions .button-link,
  .section-actions .store-link,
  .section-actions .button-link {
    width: 100%;
  }

  .review-note {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 455px;
  }

  .hero-badge {
    display: none;
  }

  .phone-mock {
    width: min(300px, 100%);
    min-height: 455px;
    border-width: 10px;
    border-radius: 34px;
  }

  .phone-podium {
    min-height: 142px;
    padding-block: 18px 14px;
  }

  .podium-step {
    width: 54px;
  }

  .podium-step.one {
    height: 92px;
  }

  .podium-step.two {
    height: 68px;
  }

  .podium-step.three {
    height: 52px;
  }

  .podium-preview {
    padding: 16px;
  }

  .rank-cover {
    font-size: 26px;
  }

  .footer-bottom {
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .section-inner,
  .quick-strip-inner,
  .footer-inner,
  .footer-bottom,
  .content-page {
    width: min(100% - 24px, var(--max));
  }

  .brand-title {
    font-size: 20px;
  }

  .nav-links a {
    font-size: 12px;
    padding: 8px 10px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 50px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .phone-mock {
    width: min(280px, 100%);
    min-height: 418px;
  }

  .phone-bar {
    height: 58px;
    padding: 16px 16px 12px;
    font-size: 21px;
  }

  .phone-feed {
    gap: 10px;
    padding: 12px;
  }

  .phone-row {
    border-radius: 14px;
    padding: 10px;
  }

  .podium-step {
    width: 46px;
    font-size: 18px;
  }

  .podium-step.one {
    height: 82px;
  }

  .podium-step.two {
    height: 62px;
  }

  .podium-step.three {
    height: 48px;
  }

  .quick-strip-inner {
    width: 100%;
  }

  .quick-stat {
    padding-inline: 16px;
  }

  .category-card {
    min-height: 112px;
  }

  .podium-preview {
    min-height: 260px;
    gap: 8px;
  }

  .rank-base {
    font-size: 22px;
  }

  .rank-preview:nth-child(1) .rank-base {
    height: 72px;
  }

  .rank-preview:nth-child(2) .rank-base {
    height: 104px;
  }

  .rank-preview:nth-child(3) .rank-base {
    height: 54px;
  }

  .legal-hero h1,
  .content-page h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .store-link:hover,
  .store-link:focus-visible,
  .button-link:hover,
  .button-link:focus-visible {
    transform: none;
  }
}
