:root {
  color-scheme: light;
  --bg: #fff8ed;
  --surface: #ffffff;
  --surface-soft: #f4efe5;
  --text: #20252b;
  --muted: #65717d;
  --brand: #16836d;
  --brand-strong: #0d5f50;
  --accent: #f0a11b;
  --rose: #d85b78;
  --sky: #2e86c1;
  --line: #e8dccb;
  --shadow: 0 24px 60px rgba(32, 37, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.95), rgba(255, 248, 237, 1) 38%),
    url("assets/feature_graphic.png") top center / min(1120px, 100vw) auto no-repeat;
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}

a {
  color: var(--brand-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(232, 220, 203, 0.82);
  background: rgba(255, 248, 237, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand img {
  display: block;
  width: 180px;
  max-height: 48px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
  align-items: center;
  gap: 44px;
  max-width: 1180px;
  min-height: 680px;
  margin: 0 auto;
  padding: 14px 24px 42px;
}

.hero-copy {
  position: relative;
  min-width: 0;
  z-index: 2;
}

.eyebrow {
  color: var(--brand-strong);
  font-weight: 850;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.22;
}

h1 {
  margin-top: 8px;
  font-size: clamp(3.1rem, 8vw, 6.5rem);
}

.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.35rem);
}

.hero-title-line {
  white-space: nowrap;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
}

h3 {
  font-size: 1.16rem;
}

.lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.13rem;
  overflow-wrap: anywhere;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid var(--brand);
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(22, 131, 109, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-strong);
}

.play-badge {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: min(214px, 100%);
  border-radius: 7px;
  box-shadow: 0 14px 24px rgba(32, 37, 43, 0.14);
  text-decoration: none;
}

.play-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.play-badge-hero {
  margin-top: 18px;
}

.play-badge-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.play-badge-closing {
  margin-top: 16px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
}

.hero-facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: var(--text);
  font-weight: 850;
}

.phone-showcase {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.phone {
  position: absolute;
  display: block;
  width: min(30vw, 240px);
  height: 400px;
  border: 8px solid #2b3035;
  border-radius: 28px;
  background: #2b3035;
  object-fit: cover;
  object-position: top center;
  box-shadow: var(--shadow);
}

.phone-back {
  right: 0;
  top: 30px;
  transform: rotate(5deg);
}

.phone-front {
  left: 32px;
  top: 0;
  z-index: 2;
  transform: rotate(-4deg);
}

.mascot {
  position: absolute;
  z-index: 3;
  width: 112px;
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(32, 37, 43, 0.18));
}

.mascot-perfect {
  right: 18px;
  bottom: 38px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1180px;
  margin: -22px auto 44px;
  padding: 0 24px;
  gap: 10px;
}

.feature-strip div {
  display: grid;
  min-height: 64px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-strong);
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(32, 37, 43, 0.07);
}

.section {
  padding: 70px 24px;
}

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

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

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 42px;
}

.section-title {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 28px;
}

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

.section-title p {
  margin: 0;
  color: var(--muted);
}

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

.feature-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 24px rgba(32, 37, 43, 0.06);
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #e7f5ef;
  color: var(--brand-strong);
  font-size: 0.86rem;
  font-weight: 900;
}

.feature-card:nth-child(2) .feature-icon {
  background: #fff0d4;
  color: #8a590c;
}

.feature-card:nth-child(3) .feature-icon {
  background: #eef4ff;
  color: #245a8a;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.info-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.guide-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 237, 0.92));
  border-top: 1px solid var(--line);
}

.guide-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: center;
}

.guide-card,
.guide-article-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(32, 37, 43, 0.08);
}

.guide-card span,
.guide-label {
  color: var(--brand-strong);
  font-size: 0.84rem;
  font-weight: 900;
}

.guide-card strong {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.45;
}

.guide-card small,
.guide-link-text {
  color: var(--muted);
  font-weight: 800;
}

.guide-link-text {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 8px 18px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  color: var(--brand-strong);
  background: rgba(255, 255, 255, 0.82);
}

.guide-page {
  background: rgba(255, 248, 237, 0.74);
}

.guide-hero,
.article-header {
  padding-top: 14px;
  padding-bottom: 42px;
}

.guide-list-section,
.article-body-section {
  padding-top: 28px;
}

.article-header {
  padding-bottom: 10px;
}

.guide-hero {
  padding-bottom: 6px;
}

.guide-list-section {
  padding-top: 5px;
}

.article-body-section {
  padding-top: 8px;
}

.guide-hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.2rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.breadcrumb a::after {
  margin-left: 8px;
  color: var(--muted);
  content: ">";
}

.guide-list {
  display: grid;
  max-width: 760px;
  gap: 16px;
}

.guide-article-card h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.guide-article-card p {
  margin: 0;
  color: var(--muted);
}

.article-inner {
  max-width: 900px;
}

.article-header h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.25;
}

.article-date {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.article-body,
.article-related,
.article-cta {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.article-body {
  min-height: 280px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.article-body p,
.article-related p,
.article-cta p {
  margin: 0;
  color: var(--muted);
}

.article-body p + p {
  margin-top: 10px;
}

.article-body h2 {
  margin: 42px 0 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(22, 131, 109, 0.28);
  color: var(--text);
  font-size: clamp(1.55rem, 3.1vw, 2.05rem);
  line-height: 1.35;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 28px 0 8px;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.45;
}

.article-body ul,
.article-body ol {
  margin: 14px 0 22px;
  padding-left: 1.45em;
}

.article-body li + li {
  margin-top: 6px;
}

.article-body figure {
  margin: 34px 0;
}

.article-image {
  display: grid;
  justify-items: center;
}

.article-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  max-width: 720px;
  margin: 34px auto;
}

.article-image-grid .article-image {
  margin: 0;
}

.article-body img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(90vh, 760px);
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(32, 37, 43, 0.08);
}

.article-image-grid img {
  max-height: min(90vh, 620px);
}

.article-body figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.article-related,
.article-cta {
  margin-top: 18px;
}

.article-related h2,
.article-cta h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

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

.back-link {
  margin: 28px 0 0;
  font-weight: 800;
}

.comparison-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 237, 0.92)),
    var(--bg);
  border-top: 1px solid var(--line);
}

.comparison-table-wrap {
  overflow-x: auto;
  padding: 6px 6px 16px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(32, 37, 43, 0.08);
}

.comparison-col-item {
  width: 22%;
}

.comparison-col-shappy,
.comparison-col-other {
  width: 26%;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table thead th {
  background: #103f6f;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.45;
}

.comparison-table tbody th {
  width: 150px;
  background: #f4efe5;
  color: var(--text);
  font-weight: 850;
}

.comparison-table td {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.comparison-table .is-shappy {
  background: #e7f5ef;
  color: var(--brand-strong);
  font-weight: 850;
}

.comparison-table thead .is-shappy {
  background: #d95725;
  color: #ffffff;
}

.comparison-mark {
  display: inline-grid;
  width: 1.45em;
  height: 1.45em;
  margin: 0 auto 0.26em;
  place-items: center;
  border-radius: 999px;
  font-size: 0.92em;
  font-weight: 900;
  line-height: 1;
}

.comparison-mark.best {
  background: rgba(22, 131, 109, 0.14);
  color: var(--brand-strong);
}

.comparison-mark.ok {
  background: rgba(46, 134, 193, 0.12);
  color: #245a8a;
}

.comparison-mark.weak {
  background: rgba(240, 161, 27, 0.16);
  color: #8a590c;
}

.comparison-note {
  color: var(--muted);
  font-size: 0.88rem;
  margin-inline: auto;
  text-align: center;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 237, 0.9)),
    var(--bg);
  border-top: 1px solid var(--line);
}

.faq-section .section-inner {
  max-width: 900px;
  padding-inline: 24px;
}

.faq-section .section-title {
  margin-bottom: 22px;
}

.faq-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  position: relative;
  padding: 22px 24px 22px 72px;
  border: 1px solid rgba(32, 37, 43, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(32, 37, 43, 0.07);
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.92);
}

.faq-item::before {
  content: "Q";
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #1687ff, #26c66f);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(22, 131, 109, 0.2);
}

.faq-item summary {
  display: block;
  margin: 0;
  padding-right: 30px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.5;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 22px;
  color: var(--brand-strong);
  font-size: 1.35rem;
  font-weight: 850;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item[open] summary {
  margin-bottom: 10px;
}

.faq-item p {
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
}

.feature-figure {
  margin: 0;
}

.feature-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 500;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.screenshots-section {
  overflow: hidden;
}

.screenshot-rail {
  display: flex;
  gap: 18px;
  align-items: start;
  overflow-x: auto;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 8px 26px;
  scroll-snap-type: x mandatory;
}

.screenshot-card {
  flex: 0 0 clamp(150px, 16vw, 190px);
  scroll-snap-align: start;
  margin: 0;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: 330px;
  border: 6px solid #252b30;
  border-radius: 24px;
  background: #252b30;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 16px 28px rgba(32, 37, 43, 0.14);
}

.screenshot-card figcaption {
  margin-top: 12px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
}

.closing {
  background:
    linear-gradient(135deg, rgba(22, 131, 109, 0.12), rgba(240, 161, 27, 0.14)),
    var(--bg);
}

.closing-inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.closing-mascot {
  width: 180px;
  height: auto;
  filter: drop-shadow(0 14px 22px rgba(32, 37, 43, 0.14));
}

.youtube-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 237, 0.94)),
    var(--bg);
  border-top: 1px solid var(--line);
}

.youtube-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 420px);
  align-items: center;
  gap: 34px;
}

.youtube-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 24px rgba(32, 37, 43, 0.08);
}

.youtube-logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.youtube-embed-card {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #000;
  box-shadow: var(--shadow);
}

.youtube-embed-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.x-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.x-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  align-items: center;
  gap: 34px;
}

.x-timeline-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 32px rgba(32, 37, 43, 0.08);
}

.x-post-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding: 18px;
  border: 1px solid rgba(22, 131, 109, 0.18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(240, 250, 247, 0.95), rgba(255, 255, 255, 0.95));
  color: var(--text);
  text-decoration: none;
}

.x-post-card:hover {
  border-color: rgba(22, 131, 109, 0.42);
  transform: translateY(-1px);
}

.x-post-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.x-post-card strong {
  color: var(--brand-strong);
  font-size: 1.02rem;
  line-height: 1.4;
}

.x-post-card span:last-child {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: step;
}

.step {
  position: relative;
  padding: 18px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  font-weight: 780;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 900;
}

.note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff7e6;
  color: #624414;
}

.doc {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.doc header {
  margin-bottom: 32px;
}

.doc h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.doc h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
}

.doc p,
.doc li {
  color: var(--muted);
}

.doc section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.doc table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  background: var(--surface);
}

.doc th,
.doc td {
  min-width: 160px;
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.site-footer {
  padding: 32px 24px;
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .hero,
  .split,
  .closing-inner,
  .youtube-inner,
  .x-inner,
  .guide-callout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 14px;
  }

  .phone-showcase {
    min-height: 380px;
  }

  .phone {
    width: min(38vw, 210px);
    height: 340px;
  }

  .feature-strip,
  .feature-grid,
  .info-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    padding-inline: 16px;
    gap: 12px;
    overflow: hidden;
  }

  .nav .nav-links {
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 0.88rem;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

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

  .nav .nav-links a {
    flex: 0 0 auto;
  }

  .hero {
    padding-inline: 18px;
  }

  .brand img {
    width: 150px;
    max-height: 42px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    max-width: 100%;
    padding-inline: 16px;
  }

  .doc h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .doc h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }

  .faq-section .section-inner {
    padding-inline: 16px;
  }

  .faq-section .section-title h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .comparison-table-wrap {
    overflow-x: visible;
    padding-inline: 0;
  }

  .comparison-table {
    min-width: 0;
    table-layout: fixed;
    border-radius: 8px;
  }

  .comparison-col-item {
    width: 22%;
  }

  .comparison-col-shappy,
  .comparison-col-other {
    width: 26%;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 9px 5px;
    font-size: 0.66rem;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .comparison-table thead th {
    font-size: 0.61rem;
  }

  .comparison-table tbody th {
    width: auto;
    font-size: 0.67rem;
  }

  .comparison-mark {
    display: grid;
    margin: 0 auto 4px;
    font-size: 0.82rem;
  }

  .comparison-note {
    font-size: 0.78rem;
  }

  .youtube-logo-link {
    max-width: 190px;
  }

  .youtube-embed-card {
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .x-timeline-card {
    min-height: 360px;
    border-radius: 14px;
  }

  .hero-facts,
  .feature-strip,
  .feature-grid,
  .info-grid,
  .faq-list,
  .steps {
    grid-template-columns: 1fr;
  }

  .guide-card,
  .guide-article-card,
  .article-body,
  .article-related,
  .article-cta {
    padding: 18px;
  }

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

  .article-body {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .article-body h2 {
    margin-top: 34px;
    font-size: clamp(1.35rem, 6.4vw, 1.75rem);
  }

  .article-body h3 {
    margin-top: 24px;
  }

  .article-image-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .faq-item {
    padding: 18px 16px 18px 58px;
    border-radius: 14px;
  }

  .faq-item::before {
    top: 18px;
    left: 16px;
  }

  .faq-item summary {
    padding-right: 28px;
    font-size: 1rem;
  }

  .faq-item summary::after {
    top: 16px;
    right: 16px;
  }

  .phone-showcase {
    min-height: 300px;
  }

  .phone {
    width: min(44vw, 170px);
    height: 270px;
    border-width: 7px;
    border-radius: 26px;
  }

  .phone-front {
    left: 0;
  }

  .phone-back {
    right: 0;
    top: 24px;
  }

  .mascot-perfect {
    width: 76px;
    bottom: 28px;
  }

  .screenshot-card {
    flex-basis: min(42vw, 165px);
  }

  .screenshot-card img {
    height: 270px;
    border-width: 5px;
    border-radius: 20px;
  }

  .closing-mascot {
    width: 130px;
  }
}
