:root {
  --paper: #f5f4ed;
  --ivory: #faf9f5;
  --sand: #ece6d9;
  --line: #d9cfbf;
  --line-strong: #cdb59f;
  --ink: #181715;
  --ink-soft: #504b43;
  --ink-muted: #7f776d;
  --terracotta: #c96442;
  --terracotta-soft: #efe1d7;
  --charcoal: #24221e;
  --charcoal-soft: #34312c;
  --charcoal-line: #4a463f;
  --charcoal-text: #ece6dc;
  --charcoal-muted: #c8c0b4;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

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

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

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

code {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.95em;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.js .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--reveal-delay, 0) * 1ms);
}

.js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .feature-shot.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 20px, 0) rotate(var(--base-rotate, 0deg));
  transition:
    opacity 760ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-play-state: paused;
}

.js .feature-shot.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: rotate(var(--base-rotate, 0deg));
  animation-play-state: running;
}

.reveal-on-scroll[data-reveal="1"] { --reveal-delay: 0; }
.reveal-on-scroll[data-reveal="2"] { --reveal-delay: 70; }
.reveal-on-scroll[data-reveal="3"] { --reveal-delay: 120; }
.reveal-on-scroll[data-reveal="4"] { --reveal-delay: 170; }
.reveal-on-scroll[data-reveal="5"] { --reveal-delay: 220; }
.reveal-on-scroll[data-reveal="6"] { --reveal-delay: 270; }
.reveal-on-scroll[data-reveal="7"] { --reveal-delay: 320; }
.reveal-on-scroll[data-reveal="8"] { --reveal-delay: 370; }
.reveal-on-scroll[data-reveal="9"] { --reveal-delay: 420; }
.reveal-on-scroll[data-reveal="10"] { --reveal-delay: 470; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(245, 244, 237, 0.94);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}

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

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong,
.hero-heading h1,
.section-intro h2,
.feature-group h3,
.flow-copy h2,
.flow-step h3,
.download-copy h2,
.footer-row strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.brand-copy strong {
  font-size: 1.4rem;
  line-height: 1;
}

.brand-copy span {
  color: var(--ink-muted);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-row a:hover,
.footer-row a:focus-visible {
  color: var(--terracotta);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  font-size: 0.97rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.button-primary {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: var(--ivory);
}

.button-muted {
  background: var(--sand);
  border-color: var(--line);
  color: var(--ink-muted);
}

.button-secondary {
  background: var(--ivory);
  border-color: var(--terracotta);
  color: var(--terracotta);
  transition: background 200ms;
}

.button-secondary:hover {
  background: var(--sand);
}

.button-large {
  min-height: 56px;
  padding-inline: 22px;
}

.hero-section,
.feature-section,
.flow-section,
.download-section,
.faq-section {
  padding: 90px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 58px;
  justify-items: center;
  text-align: center;
}

.hero-heading {
  width: 100%;
  display: grid;
  gap: 26px;
}

.hero-heading .eyebrow {
  margin-bottom: 0;
}

.eyebrow,
.feature-group-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--terracotta);
  margin-bottom: 14px;
}

.hero-heading h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero-copy {
  width: 100%;
  max-width: 840px;
  display: grid;
  gap: 52px;
  justify-items: center;
}

.hero-lead,
.section-intro p:not(.eyebrow),
.feature-list li,
.flow-copy p,
.flow-step p,
.download-copy p,
.faq-item p {
  color: var(--ink-soft);
}

.hero-lead {
  margin: 0;
  max-width: 760px;
  font-size: 1.1rem;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}
.feature-group,
.flow-step,
.faq-item,
.store-status {
  border: 1px solid var(--line);
  border-radius: 26px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
}

.device-mockup {
  position: relative;
  width: min(100%, 980px);
  margin: 0;
  transform-origin: center bottom;
  animation: hero-screen-rise 1100ms cubic-bezier(0.16, 0.84, 0.24, 1) both;
}

.screen-frame {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  filter: drop-shadow(0 14px 26px rgba(24, 23, 21, 0.1));
  transform-origin: center center;
  transition:
    transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.screen-frame:hover,
.screen-frame:focus-within {
  transform: scale(1.085);
  filter: drop-shadow(0 22px 38px rgba(24, 23, 21, 0.14));
  z-index: 2;
}

.screen-frame img {
  width: 100%;
  border: 0;
  border-radius: 0;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-intro h2,
.flow-copy h2,
.download-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
}

.section-title-nowrap {
  white-space: nowrap;
  font-size: clamp(1.08rem, 4vw, 3.2rem);
}

.section-intro p:not(.eyebrow),
.flow-copy p,
.download-copy p {
  margin: 18px 0 0;
  font-size: 1rem;
}

.feature-showcase {
  position: relative;
  min-height: 700px;
  margin: 32px 0 44px;
  overflow: hidden;
}

.feature-showcase::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(76%, 760px);
  height: 74%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(201, 100, 66, 0.12) 0%, rgba(201, 100, 66, 0.06) 32%, transparent 68%);
  filter: blur(24px);
}

.feature-shot {
  position: absolute;
  margin: 0;
  transform: rotate(var(--base-rotate, 0deg));
  animation:
    feature-shot-drift var(--duration, 11s) cubic-bezier(0.42, 0, 0.22, 1) infinite both;
  animation-delay: var(--delay, 0s);
  user-select: none;
  filter: drop-shadow(0 10px 18px rgba(24, 23, 21, 0.09));
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: center center;
  will-change: transform;
  pointer-events: auto;
}

.feature-shot:hover,
.feature-shot:focus-within {
  animation: none;
  transform: rotate(var(--base-rotate, 0deg)) scale(1.18);
  z-index: 20;
}

.feature-shot img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: feature-shot-breathe var(--breathe, 8.8s) ease-in-out infinite;
}

.feature-shot:hover img,
.feature-shot:focus-within img {
  animation: none;
}

.shot-2 {
  top: 78px;
  left: 19%;
  width: clamp(265px, 24vw, 328px);
  --base-rotate: -8deg;
  z-index: 4;
  --dx: 8px;
  --dy: -8px;
  --dx2: -5px;
  --dy2: 6px;
  --dr: 1.4deg;
  --duration: 11s;
  --delay: -2.2s;
  --breathe: 9.4s;
}

.shot-3 {
  top: 34px;
  left: 31%;
  width: clamp(330px, 31vw, 420px);
  --base-rotate: -2deg;
  z-index: 7;
  --dx: -7px;
  --dy: 11px;
  --dx2: 5px;
  --dy2: -6px;
  --dr: -1.1deg;
  --duration: 12.2s;
  --delay: -4.1s;
  --breathe: 8.8s;
}

.shot-4 {
  top: 96px;
  right: 23%;
  width: clamp(58px, 5.3vw, 78px);
  --base-rotate: 9deg;
  z-index: 3;
  --dx: 6px;
  --dy: 8px;
  --dx2: -4px;
  --dy2: -6px;
  --dr: 1.3deg;
  --duration: 12.8s;
  --delay: -1.3s;
  --breathe: 8.2s;
}

.shot-5 {
  top: 176px;
  left: 8%;
  width: clamp(540px, 52vw, 680px);
  --base-rotate: 4deg;
  z-index: 6;
  --dx: 10px;
  --dy: -7px;
  --dx2: -8px;
  --dy2: 6px;
  --dr: 1deg;
  --duration: 10.6s;
  --delay: -5.6s;
  --breathe: 10.6s;
}

.shot-6 {
  top: 170px;
  left: 32%;
  width: clamp(330px, 34vw, 440px);
  --base-rotate: -4deg;
  z-index: 8;
  --dx: -10px;
  --dy: 10px;
  --dx2: 7px;
  --dy2: -5px;
  --dr: -1.2deg;
  --duration: 13.2s;
  --delay: -2.8s;
  --breathe: 9.8s;
}

.shot-7 {
  top: 268px;
  right: 12%;
  width: clamp(222px, 21vw, 276px);
  --base-rotate: 5deg;
  z-index: 9;
  --dx: 8px;
  --dy: -8px;
  --dx2: -6px;
  --dy2: 5px;
  --dr: 1.2deg;
  --duration: 10.8s;
  --delay: -6.3s;
  --breathe: 8.4s;
}

.shot-8 {
  top: 420px;
  left: 11%;
  width: clamp(225px, 21vw, 282px);
  --base-rotate: -6deg;
  z-index: 5;
  --dx: -8px;
  --dy: 8px;
  --dx2: 5px;
  --dy2: -7px;
  --dr: -1.1deg;
  --duration: 12.4s;
  --delay: -3.7s;
  --breathe: 9.1s;
}

.shot-9 {
  top: 438px;
  right: 42%;
  width: clamp(228px, 22vw, 286px);
  --base-rotate: 7deg;
  z-index: 8;
  --dx: 8px;
  --dy: -7px;
  --dx2: -7px;
  --dy2: 4px;
  --dr: 1.4deg;
  --duration: 11.4s;
  --delay: -4.8s;
  --breathe: 8.5s;
}

.shot-10 {
  top: 326px;
  left: 49%;
  width: clamp(238px, 23vw, 300px);
  --base-rotate: -1deg;
  z-index: 10;
  --dx: -7px;
  --dy: 8px;
  --dx2: 6px;
  --dy2: -6px;
  --dr: -1deg;
  --duration: 10.9s;
  --delay: -7.1s;
  --breathe: 9.7s;
}

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

.feature-group {
  padding: 28px;
  background: var(--ivory);
}

.feature-group-label {
  color: var(--terracotta);
}

.feature-group h3 {
  margin: 12px 0 0;
  font-size: 1.55rem;
  line-height: 1.4;
}

.feature-main {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.feature-highlight {
  margin: 0;
  color: var(--ink);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.28rem;
  line-height: 1.7;
}

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

.feature-list li {
  position: relative;
  padding-left: 18px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--terracotta);
}

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

.feature-list-formats::before {
  top: 0.9em;
}

.format-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 0;
}

.format-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f1ece3;
  color: var(--ink);
}

.format-chip code {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.flow-section {
  background: var(--charcoal);
  overflow: hidden;
}

.flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  position: relative;
  min-height: 380px;
}

.plugin-visual {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 58%;
  perspective: 1000px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}

.plugin-shot {
  width: 100%;
  border-radius: 14px;
  transform: rotateX(18deg) rotateY(-10deg) rotateZ(2deg);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
  animation: plugin-drift 9s cubic-bezier(0.42, 0, 0.22, 1) infinite;
  will-change: transform;
}

@keyframes plugin-drift {
  0%, 100% {
    transform: rotateX(18deg) rotateY(-10deg) rotateZ(2deg) translateZ(0);
  }
  50% {
    transform: rotateX(14deg) rotateY(-6deg) rotateZ(1deg) translateZ(24px);
  }
}

.flow-copy {
  position: relative;
  z-index: 2;
}

.flow-copy h2 {
  color: var(--charcoal-text);
}

.flow-copy p {
  color: var(--charcoal-muted);
}

.flow-steps {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 2;
  max-width: 440px;
}

.flow-step {
  padding: 22px 24px;
  background: var(--charcoal-soft);
  border-color: var(--charcoal-line);
}

.flow-step span {
  color: #d79b7d;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.flow-step h3 {
  margin: 10px 0 0;
  color: var(--charcoal-text);
  font-size: 1.4rem;
  line-height: 1.3;
}

.flow-step p {
  margin: 12px 0 0;
  color: var(--charcoal-muted);
}

.download-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  justify-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.download-copy {
  text-align: center;
}

.download-subtitle {
  font-size: 0.68em;
  line-height: 1.45;
  color: var(--ink-muted);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.store-status {
  min-width: 220px;
}

.fanbox-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 0;
}

.fanbox-note p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
}

.button-ghost {
  min-height: 40px;
  padding: 7px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: var(--ink-muted);
  font-size: 0.88rem;
  font-weight: 500;
  transition: border-color 200ms, color 200ms;
}

.button-ghost:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 40px;
  padding: 6px 28px 6px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--ivory) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%237f776d' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;
  font-family: inherit;
  font-size: 0.86rem;
  color: var(--ink-soft);
  cursor: pointer;
}

html[lang="zh-CN"] body { font-family: "Noto Sans SC", "Noto Sans JP", sans-serif; }
html[lang="ko"] body { font-family: "Noto Sans KR", "Noto Sans JP", sans-serif; }

html:not([lang="ja"]) .section-title-nowrap {
  white-space: normal;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

html:not([lang="ja"]) .brand-copy strong,
html:not([lang="ja"]) .hero-heading h1,
html:not([lang="ja"]) .section-intro h2,
html:not([lang="ja"]) .feature-group h3,
html:not([lang="ja"]) .flow-copy h2,
html:not([lang="ja"]) .flow-step h3,
html:not([lang="ja"]) .download-copy h2,
html:not([lang="ja"]) .footer-row strong {
  font-family: inherit;
}

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

.faq-item {
  padding: 20px 24px;
  background: var(--ivory);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}

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

.faq-item p {
  margin: 14px 0 0;
}

.site-footer {
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-row strong {
  display: block;
  font-size: 1.18rem;
}

.footer-row p,
.footer-row a {
  margin: 6px 0 0;
  color: var(--ink-muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.legal-body {
  background: var(--paper);
}

.legal-main {
  padding: 90px 0;
}

.legal-layout {
  max-width: 880px;
}

.legal-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.legal-card {
  margin-top: 30px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--ivory);
}

.legal-card > p:first-child {
  margin-top: 0;
}

.legal-divider {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

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

.legal-section h2 {
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.48rem;
  line-height: 1.35;
}

.legal-section p {
  margin: 0;
  color: var(--ink-soft);
}

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

.legal-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--terracotta);
}

.legal-contact a {
  color: var(--terracotta);
}

@keyframes device-settle {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes device-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes hero-screen-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 110px, 0) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -12px, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes feature-shot-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--base-rotate, 0deg));
  }
  25% {
    transform: translate3d(var(--dx2, 0), var(--dy2, 0), 0) rotate(calc(var(--base-rotate, 0deg) - var(--dr, 0deg)));
  }
  50% {
    transform: translate3d(var(--dx, 0), var(--dy, 0), 0) rotate(calc(var(--base-rotate, 0deg) + var(--dr, 0deg)));
  }
  75% {
    transform: translate3d(calc(0px - var(--dx2, 0px)), calc(0px - var(--dy2, 0px)), 0) rotate(calc(var(--base-rotate, 0deg) + var(--dr, 0deg)));
  }
}

@keyframes feature-shot-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.022);
  }
}

@media (max-width: 1080px) {
  .header-row,
  .flow-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .header-cta,
  .lang-select {
    justify-self: start;
  }

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

  .hero-heading h1 {
    white-space: normal;
  }

  .hero-copy,
  .hero-lead {
    max-width: 100%;
  }

  .feature-showcase {
    min-height: 620px;
    margin-bottom: 36px;
  }
}

@media (max-width: 760px) {
  .hero-section,
  .feature-section,
  .flow-section,
  .download-section,
  .faq-section {
    padding: 74px 0;
  }

  .container {
    width: min(100vw - 24px, 1160px);
  }

  .hero-actions .button,
  .download-actions .button,
  .header-cta {
    width: 100%;
  }

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

  .device-mockup {
    width: 100%;
    margin: 28px auto 0;
  }

  .screen-frame {
    padding: 10px;
    border-radius: 0;
  }

  .screen-frame img {
    border-radius: 0;
  }

  .feature-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    margin: 24px 0 30px;
    overflow: visible;
    pointer-events: auto;
  }

  .feature-shot {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    animation: none;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .feature-shot img {
    animation: none;
  }

  .feature-group,
  .flow-step,
  .faq-item,
  .store-status {
    border-radius: 22px;
  }

  .plugin-visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    justify-content: center;
  }

  .plugin-shot {
    width: 100%;
    border-radius: 10px;
  }

  .flow-steps {
    max-width: 100%;
  }

  .feature-group,
  .flow-step,
  .faq-item {
    padding: 22px;
  }

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

  .legal-main {
    padding: 74px 0;
  }

  .legal-card {
    padding: 24px 22px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
