:root {
  --bg: #05080c;
  --bg-soft: #0a1017;
  --panel: #101821;
  --panel-2: #151e28;
  --text: #f7f9fc;
  --muted: #a8b0bc;
  --muted-2: #707a88;
  --line: rgba(255, 255, 255, 0.10);
  --blue: #0a98ff;
  --blue-2: #0066ad;
  --red: #ff3b30;
  --green: #36d399;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 4%, rgba(10, 152, 255, 0.08), transparent 26rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(10, 152, 255, 0.35); color: #fff; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 12px;
  top: 12px;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { position: relative; padding: 112px 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(5, 8, 12, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: inline-grid;
  align-content: center;
  gap: 4px;
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid rgba(10, 152, 255, 0.42);
  border-radius: 10px;
  background: rgba(10, 152, 255, 0.10);
}
.brand-mark span {
  display: block;
  height: 3px;
  border-radius: 99px;
  background: #fff;
}
.brand-mark span:nth-child(2) { width: 70%; background: var(--red); }
.nav-links { display: flex; gap: 28px; color: var(--muted); font-size: 0.92rem; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: #fff; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  min-height: 52px;
  padding: 11px 22px;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:focus-visible { outline: 3px solid rgba(10,152,255,.5); outline-offset: 3px; }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0aa4ff, #0066c7);
  box-shadow: 0 15px 38px rgba(0, 112, 211, 0.28);
}
.button-ghost {
  color: #f3f6fa;
  border-color: var(--line);
  background: rgba(255,255,255,.04);
}
.button-small { min-height: 42px; padding: 9px 17px; border-radius: 13px; font-size: .88rem; }
.button-large { min-height: 62px; padding: 12px 24px; border-radius: 18px; }
.button small { display: block; color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 600; }
.store-symbol {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 9px;
  background: rgba(255,255,255,.16);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}
.play-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(10,152,255,.12);
  font-size: .72rem;
}

.hero {
  min-height: 0;
  display: block;
  padding: 92px 0 78px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 46px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(10,152,255,.2);
  border-radius: 999px;
  background: rgba(10,152,255,.08);
  letter-spacing: .04em;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(54,211,153,.12);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 5vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -.055em;
}
h1 span {
  position: relative;
  color: #fff;
  white-space: nowrap;
}
h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  right: -3px;
  bottom: .08em;
  height: .24em;
  border-radius: 999px;
  background: var(--red);
  opacity: .88;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4.1vw, 4rem);
  line-height: 1.18;
  letter-spacing: -.045em;
}
h3 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.025em; }
.hero-lead {
  max-width: 670px;
  margin-bottom: 32px;
  color: #c0c7d1;
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.purchase-note { margin: 20px 0 0; color: var(--muted-2); font-size: .86rem; }
.purchase-note span { color: #394450; }

.hero-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-glow-one {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 30px;
  background: radial-gradient(circle, rgba(10,152,255,.19), transparent 68%);
}
.hero-glow-two {
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(255,59,48,.09), transparent 70%);
}
.phone {
  position: relative;
  overflow: hidden;
  border: 8px solid #242b34;
  border-radius: 46px;
  background: #000;
  box-shadow: var(--shadow);
}
.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  pointer-events: none;
}
.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 50%;
  width: 35%;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 0 0 17px 17px;
  background: #05070a;
}
.phone-hero {
  width: min(360px, 76vw);
  transform: rotate(2deg);
}
.phone-hero img { width: 100%; }
.floating-card {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(15,23,32,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 45px rgba(0,0,0,.32);
}
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .95rem; }
.floating-card span { color: var(--muted); font-size: .72rem; }
.floating-card-top { top: 16%; right: -2%; }
.floating-card-bottom { left: -3%; bottom: 16%; }

.quick-facts { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid div { padding: 27px 24px; text-align: center; border-right: 1px solid var(--line); }
.facts-grid div:last-child { border-right: 0; }
.facts-grid strong { display: block; font-size: 1.45rem; letter-spacing: -.03em; }
.facts-grid span { color: var(--muted); font-size: .82rem; }

.section-intro, .section-heading > p {
  color: var(--muted);
  font-size: 1.05rem;
}
.compare-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.compare-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.compare-card.active {
  border-color: rgba(10,152,255,.3);
  background:
    linear-gradient(140deg, rgba(10,152,255,.12), transparent 48%),
    var(--panel);
  box-shadow: 0 20px 60px rgba(0,80,140,.13);
}
.compare-card.muted { opacity: .72; }
.compare-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  font-size: .78rem;
  font-weight: 800;
}
.active .compare-label { color: var(--blue); background: rgba(10,152,255,.12); }
.compare-card ul { margin: 0; padding: 0; list-style: none; color: var(--muted); }
.compare-card li { position: relative; padding: 8px 0 8px 26px; }
.compare-card li::before { content: "—"; position: absolute; left: 0; color: var(--muted-2); }
.active li::before { content: "✓"; color: var(--green); }


.use-cases {
  background:
    radial-gradient(circle at 18% 20%, rgba(10,152,255,.06), transparent 24rem),
    rgba(255,255,255,.012);
}
.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.use-case-card {
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(150deg, rgba(255,255,255,.035), transparent), var(--panel);
}
.use-case-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 40px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(10,152,255,.95), rgba(0,92,170,.95));
  box-shadow: 0 14px 32px rgba(0,112,211,.20);
  font-size: 1.05rem;
  font-weight: 900;
}
.use-case-label {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.use-case-card h3 { min-height: 3.6em; margin-bottom: 14px; }
.use-case-card > p:last-child { margin-bottom: 0; color: var(--muted); }

.steps { background: linear-gradient(180deg, transparent, rgba(10,152,255,.035), transparent); }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 60px;
}
.section-heading > div { max-width: 700px; }
.section-heading > p { max-width: 390px; margin-bottom: 7px; }
.steps-layout { display: block; }
.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-item {
  display: block;
  min-height: 285px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16,24,33,.7);
}
.step-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 54px;
  border-radius: 15px;
  color: var(--blue);
  background: rgba(10,152,255,.10);
  font-weight: 900;
}
.step-item h3 { margin-bottom: 10px; }
.step-item p { margin-bottom: 0; color: var(--muted); }
.steps-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 28px;
  border: 1px solid rgba(10,152,255,.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(10,152,255,.10), rgba(16,24,33,.72));
}
.steps-cta strong,
.steps-cta span { display: block; }
.steps-cta strong { margin-bottom: 2px; font-size: 1.05rem; }
.steps-cta span { color: var(--muted); font-size: .88rem; }


.feature-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.feature-card {
  min-height: 260px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent), var(--panel);
  overflow: hidden;
}
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 36px;
  border-radius: 14px;
  color: var(--blue);
  background: rgba(10,152,255,.10);
  box-shadow: inset 0 0 0 1px rgba(10,152,255,.08);
  font-size: 1.4rem;
  font-weight: 900;
}
.feature-wide {
  grid-column: 1 / -1;
  min-height: 420px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
  align-items: center;
}
.feature-wide p { max-width: 470px; }
.feature-shot {
  height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #000;
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
}
.feature-shot img { width: 100%; transform: translateY(-3%); }

.gallery { overflow: hidden; }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 28px;
  overflow-x: auto;
  padding: 8px 4px 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #34404c transparent;
}
.gallery-item { margin: 0; scroll-snap-align: center; text-align: center; }
.phone-gallery { width: 100%; max-width: 270px; margin-inline: auto; border-width: 6px; border-radius: 34px; }
.phone-gallery img { width: 100%; }
.gallery-item figcaption { margin-top: 14px; color: var(--muted); font-size: .87rem; }

.privacy-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 54px;
  align-items: center;
  padding: 62px;
  border: 1px solid rgba(54,211,153,.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 50%, rgba(54,211,153,.13), transparent 22rem),
    var(--panel);
}
.privacy-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 42px;
  background: rgba(54,211,153,.10);
}
.lock-body {
  position: absolute;
  bottom: 35px;
  width: 66px;
  height: 57px;
  border-radius: 14px;
  border: 7px solid var(--green);
}
.lock-body::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 17px;
  width: 8px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: var(--green);
}
.lock-loop {
  position: absolute;
  top: 35px;
  width: 49px;
  height: 49px;
  border: 7px solid var(--green);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}
.privacy-copy p:not(.section-kicker) { max-width: 760px; color: var(--muted); }
.privacy-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.privacy-points span {
  padding: 8px 12px;
  border: 1px solid rgba(54,211,153,.20);
  border-radius: 999px;
  color: #a5f3d6;
  background: rgba(54,211,153,.07);
  font-size: .78rem;
  font-weight: 700;
}

.ios-card {
  min-height: 470px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
  padding: 62px;
  border: 1px solid rgba(10,152,255,.22);
  border-radius: 34px;
  background:
    linear-gradient(125deg, rgba(10,152,255,.14), transparent 45%),
    var(--panel);
  overflow: hidden;
}
.version-pill {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(10,152,255,.11);
  font-size: .8rem;
  font-weight: 800;
}
.ios-copy p { color: var(--muted); }
.document-visual { display: grid; place-items: center; perspective: 900px; }
.doc-page {
  position: relative;
  width: min(330px, 75vw);
  aspect-ratio: .75;
  padding: 42px 34px;
  border-radius: 17px;
  background: #f6f7f8;
  box-shadow: 0 38px 80px rgba(0,0,0,.45);
  transform: rotateY(-10deg) rotateZ(2deg);
}
.doc-title, .doc-line { display: block; height: 8px; margin-bottom: 17px; border-radius: 99px; background: #aeb6bf; }
.doc-title { width: 50%; height: 16px; background: #4a5562; }
.doc-line { width: 70%; }
.doc-line.wide { width: 100%; }
.doc-table { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border: 2px solid #bec4ca; }
.doc-table i { height: 60px; border: 1px solid #bec4ca; }
.mask-line { position: absolute; height: 13px; border-radius: 99px; background: var(--red); box-shadow: 0 5px 13px rgba(255,59,48,.24); }
.mask-line.one { width: 39%; left: 20%; top: 30%; }
.mask-line.two { width: 46%; right: 12%; bottom: 24%; }


.purchase-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 52px;
  padding: 58px 62px;
  border: 1px solid rgba(10,152,255,.26);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 50%, rgba(10,152,255,.15), transparent 20rem),
    var(--panel);
}
.purchase-badge {
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(10,152,255,.35);
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.15), transparent 32%),
    linear-gradient(145deg, #0a98ff, #004f91);
  box-shadow: 0 24px 60px rgba(0,92,170,.30);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.purchase-copy h2 { margin-bottom: 18px; }
.purchase-copy > p:not(.section-kicker) {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 1.05rem;
}
.purchase-copy strong { color: #fff; }
.purchase-sub {
  font-size: .88rem !important;
  color: #7fbfe9 !important;
}

.faq-list { margin-top: 48px; display: grid; gap: 12px; }
details {
  padding: 0 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16,24,33,.66);
}
summary {
  position: relative;
  padding: 23px 40px 23px 0;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: var(--blue);
  background: rgba(10,152,255,.09);
  font-size: 1.2rem;
}
details[open] summary::after { content: "−"; }
details p { padding-right: 45px; color: var(--muted); }

.final-cta { padding-top: 70px; }
.final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 64px;
  border: 1px solid rgba(10,152,255,.27);
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 0%, rgba(10,152,255,.2), transparent 25rem),
    var(--panel);
}
.final-card p:not(.section-kicker) { margin-bottom: 0; color: var(--muted); }

.footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.footer .brand { color: #fff; }
.footer p { margin: 10px 0 0; font-size: .84rem; }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .nav-links { display: none; }
  .hero { padding: 68px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .phone-hero { width: min(390px, 72vw); }
  .floating-card-top { right: 6%; }
  .floating-card-bottom { left: 6%; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; gap: 5px; }
  .section-heading > p { max-width: 680px; }
  .feature-wide { grid-template-columns: 1fr 1fr; }
  .privacy-card { grid-template-columns: 130px 1fr; padding: 44px; }
  .privacy-icon { width: 125px; height: 125px; }
  .ios-card { padding: 46px; }
  .purchase-card { grid-template-columns: 140px 1fr; padding: 46px; }
  .purchase-badge { width: 130px; height: 130px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .site-header .button-small { display: none; }
  .nav { min-height: 64px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 9.3vw, 3rem); }
  .hero { min-height: auto; padding: 56px 0 48px; }
  .hero-lead br { display: none; }
  .hero-actions { display: grid; }
  .button-large { width: 100%; }
  .purchase-note span { display: none; }
  .purchase-note { line-height: 1.8; }
  .hero-visual { min-height: 560px; }
  .phone-hero { width: min(330px, 76vw); }
  .floating-card { min-width: 165px; padding: 12px 14px; }
  .floating-card-top { top: 8%; right: 0; }
  .floating-card-bottom { left: 0; bottom: 10%; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .compare-grid, .feature-grid, .use-case-grid, .step-list { grid-template-columns: 1fr; }
  .compare-card, .feature-card { padding: 25px; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
  .feature-shot { height: 330px; }
  .step-item { min-height: 0; padding: 24px; }
  .step-number { width: 44px; height: 44px; margin-bottom: 32px; }
  .steps-cta { align-items: stretch; flex-direction: column; padding: 23px; }
  .steps-cta .button { width: 100%; }
  .privacy-card { grid-template-columns: 1fr; gap: 30px; padding: 32px 26px; }
  .privacy-icon { width: 110px; height: 110px; }
  .lock-body { bottom: 27px; width: 54px; height: 47px; border-width: 6px; }
  .lock-loop { top: 27px; width: 41px; height: 41px; border-width: 6px; }
  .ios-card { grid-template-columns: 1fr; padding: 34px 26px; }
  .document-visual { margin-top: 10px; }
  .purchase-card { grid-template-columns: 1fr; gap: 28px; padding: 34px 26px; }
  .purchase-badge { width: 112px; height: 112px; font-size: 1rem; }
  .final-card { flex-direction: column; align-items: stretch; padding: 38px 26px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .brand { font-size: .92rem; }
  .hero-visual { min-height: 510px; }
  .phone-hero { width: 285px; }
  .floating-card-top { right: -5px; }
  .floating-card-bottom { left: -5px; }
  .gallery-track { grid-auto-columns: 78%; }
}


h1, h2, h3 {
  text-wrap: balance;
}
p, li, figcaption, summary {
  text-wrap: pretty;
}

.section-heading h2,
.use-cases h2,
.steps h2,
.faq h2,
.purchase h2,
.ios26 h2 {
  max-width: 10.5em;
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 8.5em;
}

.feature-icon {
  padding: 0;
}
.feature-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.feature-icon svg * {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.use-case-card h3,
.feature-card h3 {
  max-width: 11em;
}

.section-heading > p,
.section-intro,
.feature-card p,
.use-case-card > p:last-child,
.purchase-copy > p:not(.section-kicker),
.ios-copy p,
.privacy-copy p:not(.section-kicker) {
  max-width: 42em;
}

.steps .section-heading > div,
.use-cases .section-heading > div,
.faq .center {
  max-width: 760px;
}

.steps .section-heading,
.use-cases .section-heading,
.faq .narrow .center {
  align-items: start;
}

.doc-labels {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.doc-labels span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #c7ced8;
  font-size: .78rem;
  font-weight: 800;
}
.doc-page {
  display: grid;
  align-content: start;
}
.doc-line.medium { width: 82%; }
.doc-bullets {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px 12px;
  margin: 18px 0 24px;
  align-items: center;
}
.doc-bullets i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b8bec6;
}
.doc-bullets b {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: #b8bec6;
}
.mask-line.one { top: 43%; left: 18%; width: 34%; }
.mask-line.two { bottom: 18%; right: 12%; width: 43%; }

.feature-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  transform: none;
}
.feature-shot.short-shot {
  padding: 18px 18px 0;
}
.feature-shot.short-shot img {
  object-position: top center;
}

.faq .center h2 {
  margin-inline: auto;
}

@media (min-width: 981px) {
  .use-cases .section-heading,
  .steps .section-heading {
    grid-template-columns: 1fr 420px;
  }
}

@media (max-width: 980px) {
  .section-heading h2,
  .use-cases h2,
  .steps h2,
  .faq h2,
  .purchase h2,
  .ios26 h2 {
    max-width: 12em;
    font-size: clamp(1.9rem, 5vw, 2.8rem);
  }
}

@media (max-width: 720px) {
  .section-heading h2,
  .use-cases h2,
  .steps h2,
  .faq h2,
  .purchase h2,
  .ios26 h2 {
    max-width: none;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.18;
  }
  .feature-icon svg {
    width: 20px;
    height: 20px;
  }
  .doc-page {
    width: min(280px, 80vw);
    padding: 32px 24px;
  }
}


/* Feature icon rendering fix */
.feature-icon {
  color: var(--blue);
}
.feature-icon svg,
.feature-icon svg * {
  stroke: currentColor !important;
  fill: none !important;
}
.feature-icon svg circle,
.feature-icon svg rect {
  vector-effect: non-scaling-stroke;
}
.feature-icon {
  box-shadow: inset 0 0 0 1px rgba(10,152,255,.08);
}

/* Replace the unclear pasted screenshot with explicit phone screenshots */
.feature-visual-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}
.mini-phone {
  margin: 0;
}
.mini-phone img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #000;
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
}
.mini-phone figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .82rem;
  text-align: center;
}

.feature-wide {
  align-items: center;
}
.feature-wide > div:first-child {
  padding-right: 10px;
}

@media (max-width: 720px) {
  .feature-visual-pair {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .mini-phone img {
    height: 290px;
    border-radius: 20px;
  }
  .mini-phone figcaption {
    font-size: .76rem;
  }
}


.feature-real-visual {
  margin: 0;
}
.feature-real-visual img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(10,152,255,.20);
  border-radius: 28px;
  background: #0b1118;
  box-shadow: 0 24px 60px rgba(0,0,0,.30);
}
.feature-real-visual figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .8rem;
  text-align: right;
}

@media (max-width: 720px) {
  .feature-real-visual img {
    border-radius: 20px;
  }
  .feature-real-visual figcaption {
    text-align: left;
  }
}


/* --- Reworked genre feature visual --- */
.feature-genre-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.feature-genre-screen {
  margin: 0;
}
.feature-genre-screen img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(10,152,255,.18);
  border-radius: 30px;
  background: #000;
  box-shadow: 0 22px 52px rgba(0,0,0,.28);
}
.feature-genre-screen figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .8rem;
  text-align: center;
}

.genre-board {
  min-height: 620px;
  padding: 28px;
  border: 1px solid rgba(10,152,255,.18);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.03), transparent),
    rgba(9, 17, 26, .82);
}
.genre-board-head {
  margin-bottom: 22px;
}
.genre-board-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(10,152,255,.10);
  font-size: .75rem;
  font-weight: 800;
}
.genre-board-head strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.genre-highlight {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(10,152,255,.28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(10,152,255,.14), rgba(10,152,255,.04));
}
.genre-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #d6eeff;
  background: rgba(255,255,255,.10);
  font-size: .72rem;
  font-weight: 800;
}
.genre-highlight h4 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.genre-highlight p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.genre-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.genre-chip {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.genre-chip:last-child {
  grid-column: 1 / -1;
  min-height: 84px;
}

@media (max-width: 1180px) {
  .feature-genre-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
  }
  .feature-genre-screen img {
    height: 570px;
  }
  .genre-board {
    min-height: 570px;
    padding: 24px;
  }
  .genre-chip {
    min-height: 82px;
  }
}

@media (max-width: 900px) {
  .feature-genre-layout {
    grid-template-columns: 1fr;
  }
  .feature-genre-screen {
    max-width: 300px;
    margin-inline: auto;
  }
  .feature-genre-screen img {
    height: auto;
    aspect-ratio: 944 / 2048;
  }
  .genre-board {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .genre-board {
    padding: 22px;
    border-radius: 22px;
  }
  .genre-board-head strong {
    font-size: 1.22rem;
  }
  .genre-grid {
    grid-template-columns: 1fr;
  }
  .genre-chip,
  .genre-chip:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 18px 14px;
  }
}


/* =========================================================
   Featured genre section v7
   ========================================================= */
.feature-focus {
  position: relative;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 620px;
  padding: 0;
  gap: 0;
  align-items: stretch;
  border-color: rgba(10, 152, 255, .20);
  background:
    radial-gradient(circle at 22% 45%, rgba(10, 152, 255, .13), transparent 32rem),
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 52%),
    #101821;
  overflow: hidden;
}

.feature-focus::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.06) 50%, transparent 50.2%);
  opacity: .45;
}

.focus-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.focus-glow {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,152,255,.24), rgba(10,152,255,.05) 48%, transparent 70%);
  filter: blur(4px);
}

.focus-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(10,152,255,.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.focus-ring-one { width: 440px; height: 440px; }
.focus-ring-two { width: 560px; height: 560px; opacity: .58; }

.focus-phone {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 48px;
  width: min(330px, 72%);
  transform: translateX(-50%);
  padding: 8px;
  border: 1px solid rgba(75, 184, 255, .34);
  border-radius: 42px;
  background: #03070b;
  box-shadow:
    0 32px 70px rgba(0,0,0,.46),
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 45px rgba(10,152,255,.12);
}
.focus-phone img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  background: #000;
}

.focus-float {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: #eef7ff;
  background: rgba(12, 23, 34, .86);
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: .78rem;
  font-weight: 800;
}
.focus-float-top {
  top: 126px;
  left: 38px;
}
.focus-float-bottom {
  right: 34px;
  bottom: 80px;
}
.focus-float-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(10,152,255,.12);
}
.focus-float-check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  color: #06101a;
  background: #61d7ff;
  font-size: .72rem;
}

.focus-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 56px 58px 56px 54px;
}

.focus-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
  color: #70c9ff;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.focus-kicker-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(10,152,255,.22);
  border-radius: 12px;
  background: rgba(10,152,255,.10);
}
.focus-kicker-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-focus .focus-content h3 {
  max-width: 9.5em;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 3.6vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.focus-lead {
  max-width: 34em;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.focus-auto {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(10,152,255,.28);
  border-radius: 20px;
  background:
    linear-gradient(120deg, rgba(10,152,255,.13), rgba(10,152,255,.035)),
    rgba(6,15,24,.62);
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}
.focus-auto-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #17aaff, #0066b7);
  box-shadow: 0 12px 25px rgba(0,102,183,.24);
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: -.03em;
}
.focus-auto strong,
.focus-auto span {
  display: block;
}
.focus-auto strong {
  margin-bottom: 3px;
  font-size: 1.05rem;
}
.focus-auto > div:nth-child(2) span {
  color: var(--muted);
  font-size: .78rem;
}
.focus-auto-badge {
  padding: 6px 9px;
  border-radius: 999px;
  color: #bfe6ff;
  background: rgba(255,255,255,.08);
  font-size: .68rem;
  font-weight: 800;
  white-space: nowrap;
}

.focus-genres {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.focus-genres span {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 16px;
  color: #e8edf3;
  background: rgba(255,255,255,.028);
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}
.focus-genres span:last-child {
  grid-column: span 2;
}

@media (max-width: 1040px) {
  .feature-focus {
    grid-template-columns: .9fr 1.1fr;
  }
  .focus-content {
    padding: 46px 38px;
  }
  .focus-phone {
    width: min(300px, 74%);
  }
  .focus-float-top {
    left: 20px;
  }
  .focus-float-bottom {
    right: 18px;
  }
}

@media (max-width: 860px) {
  .feature-focus {
    grid-template-columns: 1fr;
  }
  .feature-focus::before {
    display: none;
  }
  .focus-visual {
    min-height: 520px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .focus-phone {
    width: min(300px, 70vw);
  }
  .focus-content {
    padding: 42px 34px 38px;
  }
  .feature-focus .focus-content h3 {
    max-width: 11em;
  }
}

@media (max-width: 560px) {
  .focus-visual {
    min-height: 470px;
  }
  .focus-phone {
    top: 36px;
    width: min(270px, 72vw);
  }
  .focus-float {
    padding: 9px 11px;
    font-size: .7rem;
  }
  .focus-float-top {
    top: 84px;
    left: 12px;
  }
  .focus-float-bottom {
    right: 12px;
    bottom: 50px;
  }
  .focus-content {
    padding: 34px 24px 28px;
  }
  .feature-focus .focus-content h3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .focus-auto {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .focus-auto-mark {
    width: 44px;
    height: 44px;
  }
  .focus-auto-badge {
    display: none !important;
  }
  .focus-genres {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .focus-genres span:last-child {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   Featured genre section v8 compact refinement
   ========================================================= */
.feature-focus {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  min-height: 388px;
}

.focus-visual {
  min-height: 388px;
}

.focus-glow {
  width: 360px;
  height: 360px;
  top: 54%;
}
.focus-ring-one { width: 300px; height: 300px; }
.focus-ring-two { width: 400px; height: 400px; }

.focus-phone {
  top: 40px;
  width: min(238px, 60%);
  padding: 6px;
  border-radius: 32px;
}
.focus-phone img {
  border-radius: 26px;
}

.focus-float {
  padding: 9px 12px;
  border-radius: 12px;
  font-size: .74rem;
}
.focus-float-top {
  top: 92px;
  left: 22px;
}
.focus-float-bottom {
  right: 20px;
  bottom: 42px;
}

.focus-content {
  padding: 34px 38px 34px 36px;
}

.focus-kicker {
  margin-bottom: 14px;
  font-size: .74rem;
}
.focus-kicker-icon {
  width: 31px;
  height: 31px;
}
.focus-kicker-icon svg {
  width: 18px;
  height: 18px;
}

.feature-focus .focus-content h3 {
  max-width: 11em;
  margin-bottom: 14px;
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  line-height: 1.08;
}

.focus-lead {
  max-width: 37em;
  margin-bottom: 18px;
  font-size: .93rem;
  line-height: 1.65;
}

.focus-auto {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 12px;
  padding: 13px 14px;
  border-radius: 16px;
}
.focus-auto-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: .76rem;
}
.focus-auto strong {
  font-size: .96rem;
}
.focus-auto > div:nth-child(2) span {
  font-size: .74rem;
}
.focus-auto-badge {
  font-size: .64rem;
}

.focus-genres {
  gap: 8px;
}
.focus-genres span {
  min-height: 50px;
  padding: 8px 10px;
  border-radius: 13px;
  font-size: .73rem;
}

@media (max-width: 1040px) {
  .feature-focus {
    grid-template-columns: .78fr 1.22fr;
    min-height: 372px;
  }
  .focus-visual {
    min-height: 372px;
  }
  .focus-phone {
    width: min(220px, 62%);
  }
  .focus-content {
    padding: 28px 28px 28px 30px;
  }
  .feature-focus .focus-content h3 {
    font-size: clamp(1.9rem, 3.1vw, 2.55rem);
  }
}

@media (max-width: 860px) {
  .feature-focus {
    min-height: 0;
  }
  .focus-visual {
    min-height: 420px;
  }
  .focus-phone {
    top: 30px;
    width: min(250px, 58vw);
  }
  .focus-content {
    padding: 30px 28px 28px;
  }
  .feature-focus .focus-content h3 {
    max-width: none;
    font-size: clamp(1.95rem, 6vw, 2.6rem);
  }
  .focus-genres {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .focus-visual {
    min-height: 360px;
  }
  .focus-phone {
    top: 26px;
    width: min(230px, 65vw);
  }
  .focus-content {
    padding: 26px 22px 24px;
  }
  .focus-auto {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .focus-genres {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* =========================================================
   Featured genre section v9 typography + alignment refinement
   ========================================================= */
.feature-focus {
  border-color: rgba(10, 152, 255, .18);
  background:
    radial-gradient(circle at 22% 45%, rgba(10, 152, 255, .12), transparent 32rem),
    linear-gradient(145deg, rgba(255,255,255,.03), transparent 52%),
    var(--panel);
}

.focus-content {
  padding: 36px 40px 36px 38px;
}

.focus-kicker {
  margin-bottom: 16px;
  color: #7ed1ff;
  font-size: .78rem;
}

.feature-focus .focus-content h3 {
  max-width: 10.2em;
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 3vw, 3.1rem);
  line-height: 1.07;
}

.focus-lead {
  max-width: 38em;
  margin-bottom: 22px;
  color: rgba(224, 232, 242, .78);
  font-size: 1rem;
  line-height: 1.75;
}

.focus-auto {
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border-color: rgba(10,152,255,.24);
  background:
    linear-gradient(120deg, rgba(10,152,255,.11), rgba(10,152,255,.03)),
    rgba(255,255,255,.02);
}
.focus-auto strong {
  font-size: 1.1rem;
}
.focus-auto > div:nth-child(2) span {
  font-size: .84rem;
  color: rgba(224, 232, 242, .66);
}
.focus-auto-badge {
  padding: 7px 10px;
  font-size: .69rem;
}

.focus-genres {
  gap: 12px;
}
.focus-genres span {
  min-height: 60px;
  padding: 12px 14px;
  border-radius: 18px;
  border-color: rgba(255,255,255,.08);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent),
    rgba(255,255,255,.022);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.32;
}

@media (max-width: 1040px) {
  .focus-content {
    padding: 32px 30px 32px 32px;
  }
  .feature-focus .focus-content h3 {
    font-size: clamp(2rem, 3vw, 2.75rem);
  }
  .focus-genres span {
    min-height: 56px;
    font-size: .84rem;
  }
}

@media (max-width: 860px) {
  .focus-content {
    padding: 30px 28px 28px;
  }
  .focus-lead {
    font-size: .96rem;
  }
}

@media (max-width: 560px) {
  .focus-auto {
    padding: 14px;
  }
  .focus-genres {
    gap: 10px;
  }
  .focus-genres span {
    min-height: 52px;
    border-radius: 15px;
    font-size: .8rem;
  }
}


/* =========================================================
   Featured genre section v10 alignment refinement
   ========================================================= */
.feature-focus {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.focus-content {
  padding: 34px 42px 34px 34px;
}

.feature-focus .focus-content h3 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(2rem, 2.65vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.focus-lead {
  margin-bottom: 20px;
  font-size: .97rem;
  line-height: 1.68;
}

.focus-auto {
  margin-bottom: 14px;
  padding: 15px 17px;
}
.focus-auto strong {
  font-size: 1.04rem;
}
.focus-auto > div:nth-child(2) span {
  font-size: .8rem;
}

.focus-genres {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 70px;
  gap: 12px;
  align-items: stretch;
}
.focus-genres span,
.focus-genres span:last-child {
  grid-column: auto;
  min-height: 0;
  height: 100%;
  padding: 10px 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.22;
}
.focus-genres .focus-genre-long {
  font-size: .9rem;
}

@media (max-width: 1180px) {
  .feature-focus {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  }
  .feature-focus .focus-content h3 {
    font-size: clamp(1.95rem, 2.8vw, 2.55rem);
  }
  .focus-genres {
    grid-auto-rows: 66px;
    gap: 10px;
  }
  .focus-genres span,
  .focus-genres span:last-child {
    font-size: .9rem;
  }
  .focus-genres .focus-genre-long {
    font-size: .84rem;
  }
}

@media (max-width: 860px) {
  .feature-focus {
    grid-template-columns: 1fr;
  }
  .focus-content {
    padding: 30px 28px 28px;
  }
  .feature-focus .focus-content h3 {
    font-size: clamp(1.95rem, 6vw, 2.55rem);
  }
  .focus-genres {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 62px;
    gap: 10px;
  }
  .focus-genres span,
  .focus-genres span:last-child {
    font-size: .82rem;
    border-radius: 14px;
  }
  .focus-genres .focus-genre-long {
    font-size: .78rem;
  }
}

@media (max-width: 560px) {
  .focus-genres {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 58px;
    gap: 10px;
  }
  .focus-genres span,
  .focus-genres span:last-child {
    font-size: .8rem;
  }
  .focus-genres .focus-genre-long {
    grid-column: 1 / -1;
    font-size: .8rem;
  }
}
