@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap');

:root {
  --ink: #142031;
  --muted: #5f6873;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: rgba(20, 32, 49, 0.12);
  --brand: #17395b;
  --brand-2: #9b7a3c;
  --brand-soft: #eef2f3;
  --hero: #f5f1e9;
  --hero-ink: #142031;
  --hero-muted: #56616d;
  --shadow: 0 24px 70px rgba(21, 31, 43, 0.12);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
  --sans: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.theme-security {
  --ink: #112238;
  --muted: #5d6874;
  --paper: #f6f2e9;
  --surface: #fffdf8;
  --line: rgba(22, 42, 63, 0.14);
  --brand: #08243a;
  --brand-2: #c49a4d;
  --brand-soft: #eee4ce;
  --hero: #071e32;
  --hero-ink: #fff9ec;
  --hero-muted: #d8d7d1;
}

body.theme-parent {
  --ink: #29342b;
  --muted: #667067;
  --paper: #f8f6f0;
  --surface: #fffdfa;
  --line: rgba(43, 62, 47, 0.15);
  --brand: #526f54;
  --brand-2: #98866b;
  --brand-soft: #e7ece3;
  --hero: #ece8de;
  --hero-ink: #29342b;
  --hero-muted: #586359;
}

body.theme-family {
  --ink: #17314c;
  --muted: #667066;
  --paper: #fbf8f0;
  --surface: #fffdf8;
  --line: rgba(87, 104, 84, 0.15);
  --brand: #254a67;
  --brand-2: #829678;
  --brand-soft: #e9ecdf;
  --hero: #f2eee2;
  --hero-ink: #17314c;
  --hero-muted: #5f6c65;
}

body.theme-photo {
  --ink: #101e32;
  --muted: #607083;
  --paper: #f4f6f8;
  --surface: #ffffff;
  --line: rgba(16, 38, 64, 0.13);
  --brand: #08284b;
  --brand-2: #b88a3e;
  --brand-soft: #e6edf3;
  --hero: #071f3a;
  --hero-ink: #ffffff;
  --hero-muted: #d3dce5;
}

a {
  color: inherit;
}

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

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

.container {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 28px;
}

.site-header {
  background: color-mix(in srgb, var(--hero) 88%, transparent);
  border-bottom: 1px solid transparent;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 30;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.theme-security .site-header,
.theme-photo .site-header {
  color: var(--hero-ink);
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(12, 29, 46, 0.06);
  color: var(--ink);
}

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

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand img {
  height: 34px;
  width: 34px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 26px;
}

.nav-links > a:not(.button) {
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 12px 24px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button [data-icon] {
  display: inline-flex;
}

.button [data-icon] svg {
  height: 18px;
  width: 18px;
}

.button-primary {
  background: var(--brand);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--brand) 24%, transparent);
  color: #fff;
}

.theme-security .hero .button-primary,
.theme-photo .hero .button-primary {
  background: var(--brand-2);
  color: #071e32;
}

.button-secondary {
  background: transparent;
  border-color: currentColor;
}

.button-small {
  min-height: 42px;
  padding: 8px 18px;
}

.hero {
  background: var(--hero);
  color: var(--hero-ink);
  min-height: 760px;
  overflow: hidden;
  padding: 148px 0 92px;
  position: relative;
}

.hero::before,
.hero::after {
  border: 1px solid color-mix(in srgb, var(--brand-2) 28%, transparent);
  border-radius: 50%;
  content: '';
  pointer-events: none;
  position: absolute;
}

.hero::before {
  height: 520px;
  right: -180px;
  top: -150px;
  width: 520px;
}

.hero::after {
  bottom: -260px;
  height: 470px;
  left: -160px;
  width: 470px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--brand-2);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: '';
  height: 1px;
  width: 36px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 4.85rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.33;
}

.theme-parent .hero h1,
.theme-photo .hero h1 {
  font-family: var(--sans);
  font-size: clamp(2.7rem, 4.2vw, 4.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero h1 .accent {
  color: var(--brand-2);
}

.hero-lead {
  color: var(--hero-muted);
  font-size: 1.04rem;
  margin-top: 26px;
  max-width: 610px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-note {
  align-items: center;
  color: var(--hero-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 18px;
  margin-top: 22px;
}

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

.hero-note svg {
  height: 17px;
  width: 17px;
}

.visual-stage {
  min-height: 540px;
  position: relative;
}

.visual-panel {
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand-2) 28%, transparent);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  inset: 20px 0 0 30px;
  overflow: hidden;
  position: absolute;
}

.theme-security .visual-panel,
.theme-photo .visual-panel {
  background: rgba(255, 255, 255, 0.09);
}

.visual-glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--brand-2) 34%, transparent), transparent 68%);
  height: 430px;
  position: absolute;
  right: -70px;
  top: 30px;
  width: 430px;
}

.line-portrait {
  bottom: 24px;
  color: color-mix(in srgb, var(--brand-2) 78%, var(--hero-ink));
  left: 18px;
  opacity: 0.78;
  position: absolute;
  width: 58%;
}

.phone {
  background: #111720;
  border: 5px solid #111720;
  border-radius: 34px;
  box-shadow: 0 24px 45px rgba(5, 12, 22, 0.28);
  overflow: hidden;
  position: absolute;
  width: 220px;
}

.phone::before {
  background: #111720;
  border-radius: 0 0 12px 12px;
  content: '';
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 86px;
  z-index: 2;
}

.phone img {
  height: auto;
  width: 100%;
}

.phone-main {
  right: 38px;
  top: 58px;
  transform: rotate(2deg);
  z-index: 3;
}

.phone-secondary {
  left: 34px;
  top: 156px;
  transform: rotate(-5deg) scale(0.84);
  z-index: 2;
}

.floating-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(13, 30, 48, 0.15);
  color: var(--ink);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 10px;
  padding: 13px 16px;
  position: absolute;
  z-index: 5;
}

.floating-card svg {
  color: var(--brand);
  height: 22px;
  width: 22px;
}

.card-one {
  left: 2px;
  top: 72px;
}

.card-two {
  bottom: 36px;
  right: 0;
}

.trust-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(13, 30, 48, 0.04);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 104px;
  padding: 20px;
  text-align: left;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-item svg {
  color: var(--brand);
  flex: 0 0 auto;
  height: 28px;
  width: 28px;
}

.trust-item strong {
  display: block;
  font-size: 0.92rem;
}

.trust-item span {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  line-height: 1.55;
}

.section {
  padding: 104px 0;
}

.section-tight {
  padding: 76px 0;
}

.section-muted {
  background: color-mix(in srgb, var(--brand-soft) 58%, var(--paper));
}

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

.section-head {
  margin: 0 auto 54px;
  max-width: 780px;
  text-align: center;
}

.section-head .eyebrow {
  justify-content: center;
}

.section-head h2,
.story-copy h2,
.security-copy h2,
.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 600;
  line-height: 1.45;
}

.theme-parent .section-head h2,
.theme-parent .story-copy h2,
.theme-parent .security-copy h2,
.theme-photo .section-head h2,
.theme-photo .story-copy h2,
.theme-photo .security-copy h2 {
  font-family: var(--sans);
  font-weight: 700;
}

.section-head p,
.story-copy > p,
.security-copy > p {
  color: var(--muted);
  margin-top: 18px;
}

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

.problem-card,
.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  min-height: 250px;
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.problem-card:hover,
.feature-card:hover {
  box-shadow: 0 20px 44px rgba(18, 34, 50, 0.09);
  transform: translateY(-4px);
}

.icon-box {
  align-items: center;
  background: var(--brand-soft);
  border-radius: 15px;
  color: var(--brand);
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.icon-box svg {
  height: 26px;
  width: 26px;
}

.problem-card h3,
.feature-card h3 {
  font-size: 1.08rem;
  line-height: 1.55;
}

.problem-card p,
.feature-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 12px;
}

.story-panel {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 86px);
  grid-template-columns: 0.9fr 1.1fr;
}

.story-panel.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.story-panel.reverse .story-copy {
  order: 2;
}

.story-copy .eyebrow {
  margin-bottom: 16px;
}

.story-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.story-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  list-style: none;
}

.story-list svg {
  color: var(--brand);
  flex: 0 0 auto;
  height: 22px;
  margin-top: 4px;
  width: 22px;
}

.story-visual {
  background: linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--brand-soft) 64%, var(--surface)));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.story-visual .phone {
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 252px;
}

.story-visual .mini-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(13, 30, 48, 0.12);
  max-width: 220px;
  padding: 18px;
  position: absolute;
}

.mini-note strong {
  display: block;
  font-size: 0.88rem;
}

.mini-note span {
  color: var(--muted);
  display: block;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-top: 4px;
}

.note-one {
  left: 22px;
  top: 32px;
}

.note-two {
  bottom: 34px;
  right: 20px;
}

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

.step {
  padding: 34px;
  position: relative;
}

.step + .step {
  border-left: 1px solid var(--line);
}

.step::before {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #fff;
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-bottom: 22px;
  width: 38px;
}

.step h3 {
  font-size: 1.05rem;
}

.step p {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 10px;
}

.security-band {
  background: var(--brand);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  color: #fff;
  overflow: hidden;
  padding: clamp(38px, 6vw, 74px);
  position: relative;
}

.security-band::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: '';
  height: 420px;
  position: absolute;
  right: -140px;
  top: -190px;
  width: 420px;
}

.security-grid {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}

.security-copy .eyebrow {
  color: color-mix(in srgb, var(--brand-2) 75%, #fff);
}

.security-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.security-points {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.security-point {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  padding: 20px;
}

.security-point svg {
  height: 24px;
  margin-bottom: 13px;
  width: 24px;
}

.security-point strong {
  display: block;
  font-size: 0.9rem;
}

.security-point span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 0.76rem;
  line-height: 1.55;
  margin-top: 5px;
}

.limits {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
  padding: 30px;
}

.limits .icon-box {
  margin: 0;
}

.limits h3 {
  font-size: 1rem;
}

.limits p {
  color: var(--muted);
  font-size: 0.86rem;
  margin-top: 8px;
}

.faq-grid {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 850px;
}

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

.faq-grid summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding-right: 30px;
  position: relative;
}

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

.faq-grid summary::after {
  content: '+';
  font-size: 1.35rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -4px;
}

.faq-grid details[open] summary::after {
  content: '−';
}

.faq-grid details p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 14px;
}

.final-cta {
  background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 76%, #000));
  border-radius: var(--radius-xl);
  color: #fff;
  overflow: hidden;
  padding: clamp(50px, 8vw, 94px) 28px;
  position: relative;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: '';
  position: absolute;
}

.final-cta::before {
  height: 360px;
  left: -180px;
  top: -200px;
  width: 360px;
}

.final-cta::after {
  bottom: -210px;
  height: 390px;
  right: -180px;
  width: 390px;
}

.final-cta h2,
.final-cta p,
.final-cta .store-row {
  position: relative;
  z-index: 2;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.76);
  margin: 14px auto 26px;
  max-width: 640px;
}

.store-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.store-row img {
  height: 52px;
}

.platform-note {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  padding: 10px 14px;
}

.site-footer {
  color: var(--muted);
  font-size: 0.78rem;
  padding: 44px 0;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 写真入力LPのワークフロー表示 */
.capture-flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  inset: 46px 28px auto;
  position: absolute;
  z-index: 4;
}

.capture-step {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  color: var(--ink);
  padding: 14px 10px;
  text-align: center;
}

.capture-step svg {
  color: var(--brand);
  height: 23px;
  margin: 0 auto 7px;
  width: 23px;
}

.capture-step strong {
  display: block;
  font-size: 0.72rem;
}

.theme-photo .phone-main {
  right: 50%;
  top: 190px;
  transform: translateX(50%);
}

/* 親子・家族LPのやわらかな装飾 */
.theme-parent .visual-panel,
.theme-family .visual-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(244, 239, 226, 0.86)),
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(79, 99, 75, 0.04) 26px 27px);
}

.theme-family .line-portrait {
  color: var(--brand-2);
  left: 6px;
  width: 64%;
}

.theme-family .phone-main,
.theme-parent .phone-main {
  right: 28px;
}

@media (max-width: 980px) {
  .nav-links > a:not(.button) {
    display: none;
  }

  .hero {
    padding-top: 128px;
  }

  .hero-grid,
  .story-panel,
  .story-panel.reverse,
  .security-grid {
    grid-template-columns: 1fr;
  }

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

  .eyebrow,
  .hero-actions,
  .hero-note {
    justify-content: center;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .visual-stage {
    margin: 0 auto;
    max-width: 600px;
    min-height: 530px;
    width: 100%;
  }

  .story-panel.reverse .story-copy {
    order: initial;
  }

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

  .story-copy .eyebrow {
    justify-content: center;
  }

  .story-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    text-align: left;
  }

  .problem-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .security-copy .eyebrow {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 0 20px;
  }

  .nav {
    height: 68px;
  }

  .brand {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
  }

  .brand img {
    height: 30px;
    width: 30px;
  }

  .nav-links .button {
    min-height: 40px;
    padding: 7px 15px;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 60px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

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

  .hero-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    text-align: left;
  }

  .visual-stage {
    min-height: 430px;
  }

  .visual-panel {
    inset: 12px 0 0;
  }

  .phone {
    width: 172px;
  }

  .phone-main {
    right: 16px;
    top: 58px;
  }

  .phone-secondary {
    left: 8px;
    top: 150px;
  }

  .floating-card {
    font-size: 0.68rem;
    padding: 10px 12px;
  }

  .card-one {
    left: -4px;
    top: 38px;
  }

  .card-two {
    bottom: 18px;
  }

  .line-portrait {
    width: 66%;
  }

  .capture-flow {
    gap: 6px;
    inset: 30px 12px auto;
  }

  .capture-step {
    padding: 10px 6px;
  }

  .theme-photo .phone-main {
    top: 155px;
  }

  .trust-list,
  .problem-grid,
  .feature-grid,
  .steps,
  .security-points {
    grid-template-columns: 1fr;
  }

  .trust-item {
    justify-content: flex-start;
    min-height: 78px;
  }

  .trust-item + .trust-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 78px 0;
  }

  .section-tight {
    padding: 58px 0;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .problem-card,
  .feature-card {
    min-height: 0;
    padding: 24px;
  }

  .story-visual {
    min-height: 440px;
  }

  .story-visual .phone {
    width: 210px;
  }

  .story-visual .mini-note {
    max-width: 170px;
  }

  .steps {
    gap: 0;
  }

  .step {
    padding: 24px 10px;
  }

  .step + .step {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .security-band {
    border-radius: 24px;
    padding: 34px 24px;
  }

  .limits {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .final-cta {
    border-radius: 24px;
  }

  .store-row {
    flex-direction: column;
  }

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

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

  .reveal,
  .button,
  .problem-card,
  .feature-card {
    transition: none;
  }
}
