:root {
  --bg: #f4efe8;
  --bg-soft: #fbf8f3;
  --paper: rgba(255, 255, 255, 0.84);
  --paper-strong: #fffdf9;
  --text: #17191d;
  --text-muted: #6f716f;
  --line: rgba(23, 25, 29, 0.08);
  --accent: #1f5eff;
  --accent-soft: rgba(31, 94, 255, 0.1);
  --accent-deep: #14348f;
  --warm: #f3d4bf;
  --warm-deep: #d7a07b;
  --shadow-soft: 0 18px 40px rgba(42, 34, 27, 0.08);
  --shadow-strong: 0 32px 72px rgba(42, 34, 27, 0.14);
  --radius-xl: 36px;
  --radius-l: 28px;
  --radius-m: 20px;
  --radius-s: 14px;
  --font-ui: "SF Pro Display", "SF Pro Text", "PingFang SC",
    "Helvetica Neue", "Helvetica", sans-serif;
}

/* Commercial homepage v0.2 */
body.home-commercial {
  min-height: 100vh;
  color: #17191c;
  background: #f7f8f5;
  font-family: "SF Pro Text", "SF Pro Display", "PingFang SC", "Helvetica Neue",
    Arial, sans-serif;
  letter-spacing: 0;
}

body.home-commercial::before {
  display: none;
}

.home-commercial a,
.home-commercial button,
.home-commercial h1,
.home-commercial h2,
.home-commercial h3,
.home-commercial p,
.home-commercial span,
.home-commercial strong {
  letter-spacing: 0;
}

.commercial-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.commercial-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}

.commercial-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #17191c;
  font-size: 15px;
  font-weight: 700;
}

.commercial-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.commercial-nav {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: #5d6461;
  font-size: 14px;
  font-weight: 500;
}

.commercial-nav a:hover,
.commercial-nav a[aria-current="page"],
.commercial-footer a:hover {
  color: #17191c;
}

.commercial-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(23, 25, 28, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #17191c;
  font-size: 14px;
  font-weight: 600;
}

.commercial-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 72px;
  padding: 52px 0 72px;
}

.commercial-hero-copy {
  max-width: 560px;
}

.commercial-kicker {
  margin: 0 0 16px;
  color: #395f54;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.commercial-hero h1,
.commercial-section h2,
.commercial-final h2,
.commercial-bridge h2 {
  margin: 0;
  color: #17191c;
  font-weight: 750;
  letter-spacing: 0;
}

.commercial-hero h1 {
  max-width: 11em;
  font-size: 64px;
  line-height: 1.06;
}

.commercial-hero h1 span {
  display: block;
}

.commercial-hero-summary {
  max-width: 31em;
  margin: 24px 0 0;
  color: #515a57;
  font-size: 19px;
  line-height: 1.72;
}

.commercial-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.commercial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease;
}

.commercial-button:hover,
.commercial-button:focus-visible {
  transform: translateY(-1px);
}

.commercial-button-primary {
  background: #1656d9;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(22, 86, 217, 0.22);
}

.commercial-button-secondary {
  border: 1px solid rgba(23, 25, 28, 0.1);
  background: #ffffff;
  color: #17191c;
}

.commercial-hero-note {
  max-width: 34em;
  margin: 18px 0 0;
  color: #6f7773;
  font-size: 14px;
  line-height: 1.7;
}

.commercial-hero-media {
  position: relative;
  min-height: 610px;
}

.commercial-phone {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  width: 286px;
  padding: 10px;
  border-radius: 42px;
  background: linear-gradient(180deg, #12161c 0%, #2b313a 100%);
  box-shadow: 0 36px 80px rgba(24, 30, 36, 0.24);
  transform: translateX(-50%);
}

.commercial-phone img {
  display: block;
  width: 100%;
  border-radius: 32px;
}

.commercial-print {
  position: absolute;
  width: 270px;
  padding: 12px 12px 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(23, 25, 28, 0.08);
  box-shadow: 0 28px 58px rgba(40, 45, 43, 0.14);
}

.commercial-print p {
  margin: 12px 4px 0;
  color: #515a57;
  font-size: 14px;
  font-weight: 600;
}

.commercial-print-a {
  left: 0;
  bottom: 92px;
  transform: rotate(-5deg);
}

.commercial-print-b {
  right: 4px;
  bottom: 28px;
  transform: rotate(6deg);
}

.commercial-photo {
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
}

.commercial-photo-warm {
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 243, 218, 0.88), transparent 18%),
    linear-gradient(135deg, #efc08c 0%, #b76d63 43%, #475c71 100%);
}

.commercial-photo-green {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.7), transparent 17%),
    linear-gradient(140deg, #c6d7c7 0%, #708f83 46%, #233846 100%);
}

.commercial-value-story {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 72px;
  min-height: 760px;
  padding: 96px 0;
  border-top: 1px solid rgba(23, 25, 28, 0.08);
}

.commercial-value-story-reverse .commercial-value-copy {
  order: 2;
}

.commercial-value-story-reverse .commercial-value-media {
  order: 1;
}

.commercial-value-copy {
  max-width: 540px;
}

.commercial-value-copy h2 {
  margin: 0;
  color: #17191c;
  font-size: 54px;
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: 0;
}

.commercial-value-copy p:not(.commercial-kicker) {
  margin: 22px 0 0;
  color: #59625e;
  font-size: 19px;
  line-height: 1.78;
}

.commercial-value-copy .commercial-button {
  margin-top: 30px;
}

.commercial-value-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 247, 218, 0.95), transparent 27%),
    linear-gradient(145deg, #eef3ef 0%, #f9f7f2 52%, #e8eef0 100%);
  border: 1px solid rgba(23, 25, 28, 0.08);
  box-shadow: 0 24px 62px rgba(31, 36, 34, 0.08);
}

.commercial-value-media::before,
.commercial-value-media::after {
  position: absolute;
  content: "";
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(23, 25, 28, 0.08);
  box-shadow: 0 24px 48px rgba(31, 36, 34, 0.12);
}

.commercial-value-media::before {
  width: 214px;
  height: 286px;
  left: 30px;
  bottom: 52px;
  transform: rotate(-7deg);
}

.commercial-value-media::after {
  width: 176px;
  height: 236px;
  right: 34px;
  top: 54px;
  transform: rotate(7deg);
}

.commercial-value-media img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(282px, 72%);
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(24, 30, 36, 0.22);
}

.commercial-value-media-select {
  grid-template-columns: auto auto;
  gap: clamp(22px, 2.4vw, 32px);
  justify-content: center;
  place-items: center;
  align-items: center;
  min-height: 590px;
  overflow: visible;
  padding: clamp(10px, 2vw, 22px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-select::before,
.commercial-value-media-select::after {
  display: none;
}

.commercial-value-media-select img {
  width: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.commercial-value-media-select .commercial-choose-photo-single {
  width: auto;
  height: 570px;
  max-height: none;
  max-width: none;
}

.commercial-value-media-select .commercial-choose-photo-notes {
  width: auto;
  height: 582px;
  max-height: none;
  max-width: none;
}

.commercial-value-media-photo {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-photo::before,
.commercial-value-media-photo::after {
  display: none;
}

.commercial-value-media-photo img {
  width: min(560px, 94%);
  border-radius: 0;
  box-shadow: none;
}

.commercial-value-media-size {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-size::before,
.commercial-value-media-size::after,
.commercial-value-media-helper::before,
.commercial-value-media-helper::after {
  display: none;
}

.commercial-value-media-size img {
  width: min(430px, 82%);
  border-radius: 0;
  box-shadow: none;
}

.commercial-value-media-warm {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 240, 214, 0.95), transparent 24%),
    linear-gradient(145deg, #f5eee7 0%, #e9f0ec 54%, #f8f4ef 100%);
}

.commercial-value-media-timestamp {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-timestamp::before,
.commercial-value-media-timestamp::after {
  display: none;
}

.commercial-value-media-timestamp img {
  width: min(640px, 100%);
  border-radius: 0;
  box-shadow: none;
}

.commercial-value-media-private {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-private::before,
.commercial-value-media-private::after {
  display: none;
}

.commercial-value-media-private img {
  width: min(460px, 90%);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(31, 36, 34, 0.12);
}

.commercial-value-media-helper {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commercial-value-media-helper img {
  width: min(640px, 98%);
  border-radius: 0;
  box-shadow: none;
}

.commercial-proof {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.commercial-values {
  padding-top: 88px;
}

.commercial-values-header {
  max-width: 640px;
  margin-bottom: 28px;
}

.commercial-values-header h2 {
  margin: 0;
  color: #17191c;
  font-size: 44px;
  font-weight: 750;
  line-height: 1.14;
  letter-spacing: 0;
}

.commercial-proof-card,
.commercial-feature-grid article,
.commercial-flow article {
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 36, 34, 0.06);
}

.commercial-proof-card {
  grid-column: span 2;
  padding: 24px;
}

.commercial-proof-card:nth-child(4),
.commercial-proof-card:nth-child(5) {
  grid-column: span 3;
}

.commercial-proof-card span,
.commercial-flow span {
  color: #8a6a40;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.commercial-proof-card strong {
  display: block;
  margin-top: 18px;
  color: #17191c;
  font-size: 22px;
  line-height: 1.25;
}

.commercial-proof-card p,
.commercial-section p,
.commercial-feature-grid p,
.commercial-flow strong,
.commercial-bridge p,
.commercial-final p {
  color: #59625e;
  line-height: 1.78;
}

.commercial-proof-card p {
  margin: 10px 0 0;
  font-size: 15px;
}

.commercial-section {
  padding: 92px 0;
  border-top: 1px solid rgba(23, 25, 28, 0.08);
}

.commercial-first-print {
  padding-top: 86px;
}

.commercial-first-print-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 28px;
}

.commercial-first-print-header h2 {
  margin: 0;
  color: #17191c;
  font-size: 44px;
  font-weight: 750;
  line-height: 1.14;
  letter-spacing: 0;
}

.commercial-first-print-header > p {
  margin: 0 0 4px;
  color: #59625e;
  font-size: 17px;
  line-height: 1.78;
}

.commercial-guide-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.commercial-guide-steps article {
  position: relative;
  min-height: 244px;
  padding: 24px 22px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 36, 34, 0.06);
}

.commercial-guide-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef3ef;
  color: #395f54;
  font-size: 12px;
  font-weight: 800;
}

.commercial-guide-steps strong {
  display: block;
  margin-top: 20px;
  color: #17191c;
  font-size: 21px;
  line-height: 1.25;
}

.commercial-guide-steps p {
  margin: 12px 0 0;
  color: #59625e;
  font-size: 15px;
  line-height: 1.72;
}

.commercial-print-journey {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 32%, rgba(255, 247, 235, 0.96), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
  box-shadow: 0 18px 44px rgba(31, 36, 34, 0.08);
}

.journey-path {
  position: absolute;
  inset: 46px 34px 92px;
  width: calc(100% - 68px);
  height: 270px;
  overflow: visible;
}

.journey-path-base,
.journey-path-active {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
}

.journey-path-base {
  stroke: rgba(61, 102, 83, 0.12);
}

.journey-path-active {
  stroke: #3d6653;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: journey-draw 8.4s ease-in-out infinite;
}

.journey-steps {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-steps li {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 168px;
  min-height: 136px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(31, 36, 34, 0.06);
  opacity: 0.58;
  transform: translate(-50%, -50%);
  animation: journey-step-light 8.4s ease-in-out infinite;
  animation-delay: var(--delay);
}

.journey-footprint {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eef3ef;
  color: #3d6653;
}

.journey-footprint::before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 10px;
  height: 17px;
  border-radius: 55% 55% 45% 45%;
  background: currentColor;
  box-shadow:
    9px -9px 0 -5px currentColor,
    15px -6px 0 -5px currentColor,
    18px 1px 0 -6px currentColor;
  content: "";
  transform: rotate(-22deg);
}

.journey-steps strong {
  display: block;
  color: #17191c;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
}

.journey-steps p {
  margin: 8px 0 0;
  color: #59625e;
  font-size: 13px;
  line-height: 1.58;
}

.journey-photo {
  position: absolute;
  right: 48px;
  top: 118px;
  width: 156px;
  margin: 0;
  padding: 10px 10px 16px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(31, 36, 34, 0.18);
  transform: rotate(4deg) translateY(18px);
  opacity: 0;
  animation: journey-photo-arrive 8.4s ease-in-out infinite;
}

.journey-photo-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(111, 169, 214, 0.9) 0 45%, transparent 45%),
    radial-gradient(circle at 72% 26%, #fff4c5 0 8%, transparent 9%),
    linear-gradient(135deg, #3d6653 0 38%, #8fb1a2 39% 56%, #d7b08a 57% 100%);
}

.journey-photo figcaption {
  margin-top: 10px;
  color: #17191c;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

@keyframes journey-draw {
  0%,
  10% {
    stroke-dashoffset: 1;
  }
  72%,
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes journey-step-light {
  0%,
  16% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(1);
  }
  24%,
  58% {
    border-color: rgba(61, 102, 83, 0.2);
    box-shadow: 0 18px 44px rgba(61, 102, 83, 0.14);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.025);
  }
  82%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes journey-photo-arrive {
  0%,
  66% {
    opacity: 0;
    transform: rotate(4deg) translateY(18px);
  }
  78%,
  100% {
    opacity: 1;
    transform: rotate(4deg) translateY(0);
  }
}

.commercial-section-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  align-items: center;
  gap: 64px;
}

.commercial-section-copy {
  max-width: 520px;
}

.commercial-section h2,
.commercial-bridge h2,
.commercial-final h2 {
  font-size: 44px;
  line-height: 1.14;
}

.commercial-section-copy > p:last-child,
.commercial-bridge p,
.commercial-final p {
  margin: 18px 0 0;
  font-size: 17px;
}

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

.commercial-flow article {
  overflow: hidden;
}

.commercial-flow img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top;
  background: #edf0ed;
}

.commercial-flow div {
  padding: 18px;
}

.commercial-flow strong {
  display: block;
  margin-top: 8px;
  color: #17191c;
  font-size: 16px;
  line-height: 1.48;
}

.commercial-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(520px, 1fr);
  align-items: start;
  gap: 64px;
}

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

.commercial-feature-grid article {
  min-height: 180px;
  padding: 24px;
}

.commercial-feature-grid strong {
  color: #17191c;
  font-size: 20px;
}

.commercial-feature-grid p {
  margin: 14px 0 0;
  font-size: 15px;
}

.commercial-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #eef3ef;
}

.commercial-bridge > div {
  max-width: 720px;
}

.commercial-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 112px 0 100px;
  text-align: center;
}

.commercial-final img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 22px;
}

.commercial-final p {
  max-width: 34em;
}

.commercial-final .commercial-button {
  margin-top: 28px;
}

.commercial-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0 38px;
  border-top: 1px solid rgba(23, 25, 28, 0.08);
  color: #777f7b;
  font-size: 13px;
}

.commercial-footer p {
  margin: 0;
}

.commercial-footer div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.commercial-footer a {
  color: #5d6461;
}

.commercial-footer .footer-copyright {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .commercial-page {
    width: min(760px, calc(100% - 32px));
  }

  .commercial-header {
    grid-template-columns: 1fr auto;
  }

  .commercial-nav {
    display: none;
  }

  .commercial-hero,
  .commercial-section-split,
  .commercial-feature-band,
  .commercial-first-print-header,
  .commercial-value-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .commercial-value-story,
  .commercial-value-story-reverse .commercial-value-copy,
  .commercial-value-story-reverse .commercial-value-media {
    order: initial;
  }

  .commercial-value-story {
    min-height: auto;
    padding: 76px 0;
  }

  .commercial-value-copy h2 {
    font-size: 44px;
  }

  .commercial-value-media {
    min-height: 520px;
  }

  .commercial-hero h1 {
    max-width: 10em;
    font-size: 52px;
  }

  .commercial-hero-media {
    min-height: 560px;
  }

  .commercial-proof {
    grid-template-columns: 1fr;
  }

  .commercial-proof-card,
  .commercial-proof-card:nth-child(4),
  .commercial-proof-card:nth-child(5) {
    grid-column: auto;
  }

  .commercial-flow,
  .commercial-feature-grid,
  .commercial-guide-steps {
    grid-template-columns: 1fr;
  }

  .commercial-flow {
    max-width: 430px;
  }

  .commercial-bridge {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px;
  }

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

@media (max-width: 820px) {
  .commercial-first-print {
    padding-top: 64px;
  }

  .commercial-first-print-header {
    gap: 18px;
    margin-bottom: 20px;
  }

  .commercial-print-journey {
    min-height: auto;
    overflow: visible;
    padding: 18px;
    background: #ffffff;
  }

  .journey-path,
  .journey-photo {
    display: none;
  }

  .journey-steps {
    position: relative;
    display: grid;
    gap: 12px;
  }

  .journey-steps::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 19px;
    width: 2px;
    border-radius: 999px;
    background: rgba(61, 102, 83, 0.14);
    content: "";
  }

  .journey-steps li {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    width: 100%;
    min-height: 0;
    padding: 14px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .journey-footprint {
    grid-row: span 2;
    margin: 0;
  }

  .journey-steps strong {
    font-size: 17px;
  }

  .journey-steps p {
    margin-top: 4px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .commercial-page {
    width: min(430px, calc(100% - 28px));
  }

  .commercial-header {
    min-height: 72px;
  }

  .commercial-header-cta {
    min-height: 34px;
    padding: 0 13px;
    font-size: 13px;
  }

  .commercial-hero {
    gap: 34px;
    padding: 30px 0 54px;
  }

  .commercial-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.18;
  }

  .commercial-hero-summary {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.78;
  }

  .commercial-actions,
  .commercial-actions .commercial-button {
    width: 100%;
  }

  .commercial-hero-media {
    min-height: 456px;
    overflow: hidden;
  }

  .commercial-phone {
    top: 0;
    width: min(222px, 62vw);
    border-radius: 34px;
  }

  .commercial-phone img {
    border-radius: 26px;
  }

  .commercial-print {
    width: min(168px, 45vw);
    padding: 8px 8px 12px;
  }

  .commercial-print p {
    font-size: 12px;
  }

  .commercial-print-a {
    left: 2px;
    bottom: 78px;
  }

  .commercial-print-b {
    right: 2px;
    bottom: 20px;
  }

  .commercial-proof-card,
  .commercial-feature-grid article,
  .commercial-guide-steps article {
    padding: 20px;
  }

  .commercial-section {
    padding: 66px 0;
  }

  .commercial-value-story {
    gap: 28px;
    padding: 58px 0;
  }

  .commercial-value-copy h2 {
    font-size: clamp(34px, 8.8vw, 38px);
    line-height: 1.16;
  }

  .commercial-value-copy p:not(.commercial-kicker) {
    font-size: 16px;
    line-height: 1.78;
  }

  .commercial-value-media {
    min-height: 360px;
  }

  .commercial-value-media::before {
    width: 146px;
    height: 198px;
    left: 12px;
    bottom: 38px;
  }

  .commercial-value-media::after {
    width: 126px;
    height: 170px;
    right: 14px;
    top: 38px;
  }

  .commercial-value-media img {
    width: min(232px, 72%);
  }

  .commercial-value-media-select {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    min-height: auto;
    padding: 8px 0 0;
  }

  .commercial-value-media-select img {
    width: auto;
    max-width: 100%;
  }

  .commercial-value-media-select .commercial-choose-photo-single {
    width: min(260px, 78vw);
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .commercial-value-media-select .commercial-choose-photo-notes {
    width: min(330px, 92vw);
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .commercial-value-media-size img {
    width: min(300px, 86%);
  }

  .commercial-value-media-timestamp img {
    width: min(360px, 98%);
  }

  .commercial-value-media-private img {
    width: min(330px, 92%);
  }

  .commercial-value-media-helper img {
    width: min(390px, 98%);
  }

  .commercial-first-print {
    padding-top: 58px;
  }

  .commercial-section h2,
  .commercial-first-print-header h2,
  .commercial-values-header h2,
  .commercial-bridge h2,
  .commercial-final h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .commercial-first-print-header h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .commercial-bridge {
    padding: 26px;
  }

  .commercial-final {
    padding: 84px 0 78px;
  }

  .commercial-footer div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .commercial-footer .footer-copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .commercial-hero-media {
    min-height: 432px;
  }

  .commercial-print {
    width: 150px;
  }

  .commercial-print-a {
    bottom: 72px;
    transform: rotate(-4deg);
  }

  .commercial-print-b {
    bottom: 18px;
    transform: rotate(5deg);
  }
}

/* Commercial subpages v0.2 */
.sub-commercial .commercial-header {
  border-bottom: 1px solid rgba(23, 25, 28, 0.06);
}

.sub-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.52fr);
  align-items: center;
  gap: 72px;
  padding: 68px 0 78px;
}

.sub-hero-narrow {
  grid-template-columns: minmax(0, 760px);
}

.privacy-hero {
  grid-template-columns: minmax(0, 760px);
  gap: 0;
  padding: 58px 0 46px;
}

.sub-hero-copy {
  max-width: 760px;
}

.sub-hero h1,
.sub-section h2,
.sub-callout h2 {
  margin: 0;
  color: #17191c;
  font-weight: 750;
  letter-spacing: 0;
}

.sub-hero h1 {
  max-width: 11em;
  font-size: 58px;
  line-height: 1.08;
}

.sub-hero-copy > p:not(.commercial-kicker),
.sub-section-heading p,
.sub-callout p,
.sub-hero-panel p,
.sub-card p,
.faq-item p,
.privacy-sheet p {
  color: #59625e;
  line-height: 1.78;
}

.sub-hero-copy > p:not(.commercial-kicker) {
  max-width: 34em;
  margin: 22px 0 0;
  font-size: 18px;
}

.sub-hero-panel {
  padding: 28px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 36, 34, 0.08);
}

.sub-hero-panel strong {
  display: block;
  color: #17191c;
  font-size: 24px;
  line-height: 1.28;
}

.sub-hero-panel p {
  margin: 14px 0 0;
  font-size: 15px;
}

.privacy-hero-media {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.privacy-hero-media img {
  display: block;
  width: min(430px, 100%);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(31, 36, 34, 0.12);
}

.sub-app-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(31, 36, 34, 0.1);
}

.sub-ordered {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #59625e;
  line-height: 1.9;
}

.sub-section {
  padding: 82px 0;
  border-top: 1px solid rgba(23, 25, 28, 0.08);
}

.sub-section-heading {
  max-width: 640px;
  margin-bottom: 28px;
}

.sub-section h2,
.sub-callout h2 {
  font-size: 42px;
  line-height: 1.15;
}

.sub-section-heading p {
  margin: 16px 0 0;
  font-size: 17px;
}

.sub-card-grid {
  display: grid;
  gap: 14px;
}

.sub-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sub-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sub-card,
.faq-item,
.privacy-sheet {
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 36, 34, 0.06);
}

.sub-card {
  min-height: 210px;
  padding: 24px;
}

.sub-card span {
  color: #8a6a40;
  font-size: 12px;
  font-weight: 750;
}

.sub-card strong {
  display: block;
  margin-top: 18px;
  color: #17191c;
  font-size: 22px;
  line-height: 1.25;
}

.sub-card p {
  margin: 12px 0 0;
  font-size: 15px;
}

.sub-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 12px 0 90px;
  padding: 46px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #eef3ef;
}

.sub-callout > div {
  max-width: 720px;
}

.sub-callout p {
  margin: 16px 0 0;
  font-size: 17px;
}

.download-center {
  padding: 72px 0 104px;
}

.download-tabs {
  max-width: 1080px;
  margin: 0 auto;
}

.download-tab-input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.download-tab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
  padding: 6px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(31, 36, 34, 0.06);
}

.download-tab-list label {
  display: grid;
  gap: 4px;
  min-height: 58px;
  place-items: center;
  border-radius: 999px;
  color: #59625e;
  cursor: pointer;
  user-select: none;
}

.download-tab-list span {
  color: inherit;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
}

.download-tab-list small {
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
}

#download-tab-app:checked ~ .download-tab-list label[for="download-tab-app"],
#download-tab-helper:checked ~ .download-tab-list label[for="download-tab-helper"] {
  background: #17191c;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(23, 25, 28, 0.16);
}

#download-tab-app:focus-visible ~ .download-tab-list label[for="download-tab-app"],
#download-tab-helper:focus-visible ~ .download-tab-list label[for="download-tab-helper"] {
  outline: 3px solid rgba(22, 86, 217, 0.24);
  outline-offset: 3px;
}

.download-tab-panels {
  margin-top: 34px;
}

.download-tab-panel {
  display: none;
}

#download-tab-app:checked ~ .download-tab-panels .download-tab-panel-app,
#download-tab-helper:checked ~ .download-tab-panels .download-tab-panel-helper {
  display: block;
}

.download-panel-heading {
  max-width: 700px;
  margin: 0 auto 24px;
  text-align: center;
}

.download-panel-heading h2 {
  margin: 0;
  color: #17191c;
  font-size: 42px;
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: 0;
}

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

.download-platform-grid-helper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.download-platform-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 24px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(31, 36, 34, 0.06);
}

.download-platform-card-ready {
  border-color: rgba(22, 86, 217, 0.18);
  box-shadow: 0 20px 54px rgba(22, 86, 217, 0.1);
}

.download-platform-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.download-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef3ef;
  color: #2f4c3f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.download-platform-status {
  color: #8a6a40;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.download-platform-status-ready {
  color: #1656d9;
}

.download-platform-card h3 {
  margin: 28px 0 0;
  color: #17191c;
  font-size: 28px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.download-platform-card p {
  margin: 12px 0 0;
  color: #59625e;
  font-size: 15px;
  line-height: 1.72;
}

.download-platform-action {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.download-platform-action-primary {
  width: fit-content;
  background: #1656d9;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(22, 86, 217, 0.2);
}

.download-platform-action-primary[aria-disabled="true"] {
  cursor: default;
  background: #d8dde8;
  color: #6f7784;
  box-shadow: none;
}

.download-platform-action-primary[aria-disabled="true"]::after {
  content: "准备中";
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.82;
}

.download-platform-action-muted {
  width: fit-content;
  background: #f2f4f3;
  color: #7b837f;
  cursor: default;
}

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

.faq-item {
  padding: 28px;
}

.faq-item h2 {
  margin: 0;
  color: #17191c;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

.faq-item p {
  margin: 12px 0 0;
  font-size: 16px;
}

.privacy-sheet {
  max-width: 880px;
  margin: 0 0 92px;
  padding: 30px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 74px;
  padding: 6px 0 96px;
}

.privacy-layout .privacy-sheet {
  margin: 0 0 92px;
}

.privacy-sheet article {
  scroll-margin-top: 28px;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(23, 25, 28, 0.08);
  color: #6f7773;
  font-size: 13px;
}

.privacy-sheet article {
  padding: 24px 0 0;
}

.privacy-sheet h2 {
  margin: 0;
  color: #17191c;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: 0;
}

.privacy-sheet p {
  margin: 10px 0 0;
  font-size: 16px;
}

.privacy-sheet a {
  color: #1656d9;
  font-weight: 700;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-mail-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 36, 34, 0.08);
}

.contact-mail-card strong {
  display: block;
  color: #17191c;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
}

.contact-mail-card a {
  display: inline-block;
  margin-top: 16px;
  color: #1656d9;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-mail-card a:hover,
.contact-mail-card a:focus-visible {
  text-decoration: underline;
}

.contact-mail-card p {
  margin: 16px 0 0;
  color: #59625e;
  font-size: 15px;
  line-height: 1.78;
}

.contact-section {
  padding: 70px 0 28px;
}

.contact-mail-inline {
  min-height: auto;
  max-width: 560px;
  margin: 0 0 96px auto;
  padding: 24px 28px;
}

.contact-form-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 36, 34, 0.08);
}

.contact-form-visual {
  display: grid;
  place-items: center;
  align-self: stretch;
}

.contact-form-visual img {
  display: block;
  width: min(100%, 460px);
  height: auto;
  border-radius: 8px;
}

.contact-form-heading h2 {
  margin: 0;
  color: #17191c;
  font-size: 42px;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0;
}

.contact-form-heading p:not(.commercial-kicker) {
  margin: 16px 0 0;
  color: #59625e;
  font-size: 17px;
  line-height: 1.78;
}

.contact-feedback-form {
  display: grid;
  gap: 12px;
}

.contact-feedback-form label {
  color: #17191c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.contact-required {
  color: #d92d20;
  font-weight: 800;
}

.contact-feedback-form textarea,
.contact-feedback-form input {
  width: 100%;
  border: 1px solid rgba(23, 25, 28, 0.12);
  border-radius: 8px;
  background: #f7f8f5;
  color: #17191c;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  padding: 14px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-feedback-form textarea {
  min-height: 220px;
  resize: vertical;
}

.contact-feedback-form textarea:focus,
.contact-feedback-form input:focus {
  border-color: #2f5fe4;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(47, 95, 228, 0.12);
}

.contact-field-help {
  margin: -4px 0 8px;
  color: #6f7773;
  font-size: 13px;
  line-height: 1.6;
}

.contact-rating {
  margin: 2px 0 10px;
  padding: 0;
  border: 0;
}

.contact-rating legend {
  margin: 0 0 8px;
  padding: 0;
  color: #17191c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.contact-star-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.contact-star-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-star-row label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #c7ccc7;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease;
}

.contact-star-row label:hover,
.contact-star-row input:focus-visible + label {
  background: rgba(245, 166, 35, 0.1);
  color: #f5a623;
}

.contact-rating[data-rating="1"] .contact-star-row label:nth-of-type(-n + 1),
.contact-rating[data-rating="2"] .contact-star-row label:nth-of-type(-n + 2),
.contact-rating[data-rating="3"] .contact-star-row label:nth-of-type(-n + 3),
.contact-rating[data-rating="4"] .contact-star-row label:nth-of-type(-n + 4),
.contact-rating[data-rating="5"] .contact-star-row label:nth-of-type(-n + 5) {
  color: #f5a623;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.contact-form-status {
  min-height: 1.5em;
  margin: 8px 0 0;
  color: #3d6653;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 74px;
  padding: 70px 0 96px;
}

.guide-toc {
  position: sticky;
  top: 24px;
  align-self: start;
  display: grid;
  gap: 4px;
  padding: 10px 0;
}

.guide-toc p {
  margin: 0 0 12px;
  color: #3d6653;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
}

.guide-toc a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #59625e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.guide-toc a:hover,
.guide-toc a:focus-visible,
.guide-toc a.is-active,
.guide-toc a[aria-current="location"] {
  color: #17191c;
  background: rgba(232, 238, 234, 0.82);
}

.guide-toc a.is-active,
.guide-toc a[aria-current="location"] {
  font-weight: 750;
  box-shadow: inset 3px 0 0 #3d6653;
}

.guide-content {
  display: grid;
  gap: 0;
}

.guide-manual-section {
  scroll-margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 56px;
  min-height: 620px;
  padding: 72px 0;
  border-top: 1px solid rgba(23, 25, 28, 0.08);
}

.guide-manual-section:first-child {
  border-top: 0;
  padding-top: 8px;
}

.guide-manual-copy {
  max-width: 560px;
}

.guide-manual-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #3d6653;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.guide-manual-copy h2 {
  margin: 0;
  color: #17191c;
  font-size: 42px;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0;
}

.guide-manual-copy p {
  margin: 18px 0 0;
  color: #59625e;
  font-size: 17px;
  line-height: 1.78;
}

.guide-manual-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.guide-manual-copy li {
  position: relative;
  padding-left: 18px;
  color: #404845;
  font-size: 15px;
  line-height: 1.7;
}

.guide-manual-copy li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #3d6653;
  content: "";
}

.guide-inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  color: #17191c;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.guide-inline-link:hover,
.guide-inline-link:focus-visible {
  color: #2f5fe4;
}

.guide-manual-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  overflow: visible;
}

.guide-manual-media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.guide-manual-media-phone img {
  width: min(286px, 76%);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(24, 30, 36, 0.18);
}

.guide-manual-media-wide img {
  width: min(430px, 96%);
}

.guide-manual-media-helper img {
  width: min(560px, 98%);
}

.guide-manual-media-poster img {
  width: min(420px, 90%);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(31, 36, 34, 0.12);
}

.guide-image-pair {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.guide-image-pair .guide-manual-media {
  min-height: 520px;
}

.guide-image-pair img {
  width: 100%;
}

.guide-image-pair .guide-manual-media:first-child img {
  max-width: 280px;
}

.guide-image-pair .guide-manual-media:last-child img {
  max-width: 340px;
}

.guide-faq-section {
  align-items: start;
}

.guide-faq-section .guide-manual-copy {
  padding-top: 10px;
}

.guide-faq-list {
  display: grid;
  gap: 14px;
  width: 100%;
}

.guide-faq-item {
  padding: 22px 24px;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(31, 36, 34, 0.06);
}

.guide-faq-item h3 {
  margin: 0;
  color: #17191c;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0;
}

.guide-faq-item p {
  margin: 10px 0 0;
  color: #59625e;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 1040px) {
  .sub-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 0 66px;
  }

  .privacy-hero {
    padding-bottom: 58px;
  }

  .privacy-hero-media {
    justify-items: start;
    min-height: auto;
  }

  .privacy-hero-media img {
    width: min(420px, 92vw);
  }

  .sub-hero h1 {
    font-size: 48px;
  }

  .sub-card-grid.three,
  .sub-card-grid.two {
    grid-template-columns: 1fr;
  }

  .download-center {
    padding: 58px 0 82px;
  }

  .download-platform-grid,
  .download-platform-grid-helper {
    grid-template-columns: 1fr;
  }

  .sub-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px;
  }

  .contact-form-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px;
  }

  .guide-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 34px 0 78px;
  }

  .guide-toc {
    position: static;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(23, 25, 28, 0.08);
  }

  .guide-toc p {
    flex: 0 0 auto;
    margin: 9px 8px 0 0;
  }

  .guide-toc a {
    flex: 0 0 auto;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 25, 28, 0.08);
  }

  .guide-manual-section {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 58px 0;
  }

  .guide-manual-media {
    min-height: auto;
  }

  .guide-image-pair {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .sub-hero {
    padding: 38px 0 54px;
  }

  .privacy-hero {
    gap: 26px;
    padding-bottom: 46px;
  }

  .privacy-hero-media img {
    width: 100%;
  }

  .sub-hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .sub-hero-copy > p:not(.commercial-kicker) {
    font-size: 17px;
  }

  .sub-section {
    padding: 62px 0;
  }

  .sub-section h2,
  .sub-callout h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .sub-hero-panel,
  .sub-card,
  .faq-item,
  .privacy-sheet,
  .contact-mail-card {
    padding: 22px;
  }

  .sub-callout {
    margin-bottom: 70px;
    padding: 26px;
  }

  .contact-section {
    padding: 62px 0;
  }

  .contact-form-card {
    padding: 22px;
  }

  .contact-form-visual img {
    width: min(100%, 360px);
  }

  .contact-form-heading h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .contact-feedback-form textarea {
    min-height: 200px;
  }

  .contact-form-actions,
  .contact-form-actions .commercial-button {
    width: 100%;
  }

  .download-tab-list {
    max-width: none;
  }

  .download-tab-list label {
    min-height: 54px;
  }

  .download-panel-heading h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .download-platform-card {
    min-height: 250px;
    padding: 22px;
  }

  .guide-layout {
    padding: 22px 0 62px;
  }

  .guide-manual-section {
    gap: 26px;
    padding: 48px 0;
  }

  .guide-manual-copy h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .guide-manual-copy p {
    font-size: 16px;
  }

  .guide-manual-media-phone img {
    width: min(260px, 82%);
    border-radius: 30px;
  }

  .guide-manual-media-wide img {
    width: min(320px, 98%);
  }

  .guide-manual-media-helper img,
  .guide-manual-media-poster img {
    width: min(330px, 98%);
  }

  .guide-image-pair {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guide-image-pair .guide-manual-media {
    min-height: auto;
  }

  .guide-image-pair .guide-manual-media:first-child img,
  .guide-image-pair .guide-manual-media:last-child img {
    max-width: 300px;
  }
}

@media (max-width: 1040px) {
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 6px 0 78px;
  }

  .commercial-print-journey {
    min-height: 560px;
  }

  .journey-photo {
    right: 36px;
    top: 340px;
  }
}

@media (max-width: 760px) {
  .commercial-print-journey {
    min-height: auto;
    padding: 22px;
  }

  .journey-path {
    display: none;
  }

  .journey-steps {
    position: static;
    display: grid;
    gap: 12px;
  }

  .journey-steps li {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: auto;
    opacity: 1;
    transform: none;
  }

  .journey-photo {
    position: relative;
    top: auto;
    right: auto;
    width: min(180px, 76%);
    margin: 18px auto 0;
    opacity: 1;
    transform: rotate(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-path-active,
  .journey-steps li,
  .journey-photo {
    animation: none;
  }

  .journey-path-active {
    stroke-dashoffset: 0;
  }

  .journey-steps li,
  .journey-photo {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(253, 224, 204, 0.82), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(196, 213, 255, 0.72), transparent 24%),
    linear-gradient(180deg, #f7f2eb 0%, #f2ece4 58%, #eee6dd 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 14px
    );
  opacity: 0.65;
}

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

main {
  min-height: calc(100vh - 86px);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  margin: 18px auto 28px;
  padding: 0 4px 8px;
}

.trust-strip,
.section-block {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 2px 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.brand-copy strong {
  font-size: 16px;
  font-weight: 700;
}

.brand-copy span {
  color: var(--text-muted);
  font-size: 12px;
}

.site-nav,
.hero-actions,
.hero-meta,
.footer-links {
  display: flex;
  align-items: center;
}

.site-nav {
  gap: 22px;
  color: rgba(23, 25, 29, 0.62);
  font-size: 13px;
  font-weight: 500;
}

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

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(180deg, #1f5eff 0%, #184ad0 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(31, 94, 255, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  border: 1px solid rgba(23, 25, 29, 0.08);
}

.button-ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(23, 25, 29, 0.08);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.text-link {
  color: rgba(23, 25, 29, 0.62);
  font-size: 13px;
  font-weight: 500;
}

.text-link:hover,
.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 40px;
  min-height: 100%;
  padding: 10px 0 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  padding: 0 8px 0 10px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.bridge-copy h2 {
  margin: 0;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 8.4em;
  font-size: clamp(54px, 6.1vw, 88px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.072em;
}

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

.hero-title-line:last-child {
  font-size: 0.76em;
  letter-spacing: -0.05em;
}

.hero-title-line + .hero-title-line {
  margin-top: 0.19em;
}

.hero-summary {
  max-width: 28ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-meta {
  gap: 12px;
  margin-top: 18px;
}

.dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(23, 25, 29, 0.22);
}

.hero-visual {
  position: relative;
  min-height: 660px;
  padding: 34px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 82% 20%, rgba(243, 211, 189, 0.72), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(188, 205, 244, 0.52), transparent 20%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.58) 0%, rgba(246, 238, 230, 0.78) 100%);
  box-shadow: 0 28px 70px rgba(42, 34, 27, 0.08);
  overflow: hidden;
}

.visual-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.visual-glow-a {
  top: -50px;
  right: 24px;
  width: 240px;
  height: 240px;
  background: rgba(218, 176, 149, 0.42);
}

.visual-glow-b {
  left: 18px;
  bottom: 40px;
  width: 220px;
  height: 220px;
  background: rgba(156, 186, 255, 0.32);
}

.counter-pill {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(31, 28, 24, 0.08);
}

.counter-pill span,
.counter-pill strong {
  font-size: 13px;
}

.counter-pill strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.photo-stage {
  position: relative;
  height: 100%;
  min-height: 560px;
}

.paper-shot {
  position: absolute;
  width: 290px;
  padding: 14px 14px 20px;
  border-radius: 22px;
  background: var(--paper-strong);
  box-shadow: 0 26px 50px rgba(58, 44, 30, 0.12);
}

.paper-shot p {
  margin: 14px 6px 0;
  color: rgba(23, 25, 29, 0.82);
  font-size: 14px;
}

.paper-shot-front {
  top: 102px;
  left: 88px;
  z-index: 3;
  transform: rotate(-6deg);
}

.paper-shot-back {
  top: 44px;
  left: 8px;
  z-index: 1;
  transform: rotate(7deg);
}

.paper-shot-side {
  top: 230px;
  right: 18px;
  z-index: 2;
  transform: rotate(8deg);
}

.paper-photo {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.scene-family {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(42, 51, 66, 0.12), rgba(42, 51, 66, 0.22)),
    linear-gradient(130deg, #e9c09c 0%, #8ca1c8 36%, #4b5a72 100%);
}

.scene-family::after,
.scene-sun::after,
.scene-travel::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 78%, rgba(53, 56, 62, 0.54), transparent 18%),
    radial-gradient(circle at 34% 52%, rgba(255, 227, 204, 0.6), transparent 12%),
    radial-gradient(circle at 62% 48%, rgba(255, 214, 171, 0.48), transparent 13%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0) 44%,
      rgba(255, 251, 246, 0.18) 100%
    );
}

.scene-sun {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 241, 209, 0.92), transparent 18%),
    linear-gradient(180deg, rgba(255, 225, 180, 0.2), rgba(87, 102, 119, 0.18)),
    linear-gradient(160deg, #f1bf8c 0%, #d7906b 34%, #50606d 100%);
}

.scene-travel {
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 255, 255, 0.26), transparent 16%),
    linear-gradient(180deg, rgba(255, 247, 238, 0.12), rgba(49, 63, 80, 0.22)),
    linear-gradient(135deg, #efd5b7 0%, #8cb0bc 44%, #516987 100%);
}

.phone-peek {
  position: absolute;
  right: 132px;
  bottom: 24px;
  width: 220px;
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(180deg, #141922 0%, #262e3b 100%);
  box-shadow: 0 28px 48px rgba(32, 28, 23, 0.18);
  z-index: 4;
}

.phone-screen {
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, #faf6f1 0%, #f5eee6 100%);
}

.screen-top {
  width: 44%;
  height: 18px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(20, 25, 34, 0.8);
}

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

.thumb {
  display: block;
  aspect-ratio: 1;
  border-radius: 12px;
}

.thumb-a {
  background: linear-gradient(135deg, #edd0b2, #879ebc);
}

.thumb-b {
  background: linear-gradient(135deg, #edc19c, #b07163);
}

.thumb-c {
  background: linear-gradient(135deg, #ceb8a7, #6f8294);
}

.thumb-d {
  background: linear-gradient(135deg, #fad6b8, #879c9f);
}

.thumb-e {
  background: linear-gradient(135deg, #d6cabd, #7185a5);
}

.thumb-f {
  background: linear-gradient(135deg, #f1c4a5, #5c6679);
}

.screen-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-muted);
  font-size: 12px;
}

.screen-bar strong {
  color: var(--accent);
}

.visual-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 240px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.caption-tag,
.trust-label,
.mini-label {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(31, 94, 255, 0.08);
  color: var(--accent-deep);
  font-size: 11px;
  font-weight: 600;
}

.visual-caption p {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--radius-l);
}

.trust-strip article {
  padding: 10px 12px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.trust-strip strong {
  display: block;
  margin-top: 14px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.trust-strip p,
.step-card p,
.bridge-copy p,
.guide-card p,
.footer-note,
.bridge-points {
  color: var(--text-muted);
  line-height: 1.7;
}

.section-block {
  margin-top: 18px;
  padding: 26px;
  border-radius: var(--radius-l);
}

.subpage-main {
  min-height: auto;
  padding: 8px 0 0;
}

.site-header-simple {
  justify-content: flex-start;
  padding-bottom: 10px;
}

.download-main {
  min-height: auto;
  padding-top: 10px;
}

.home-main {
  min-height: auto;
  padding-top: 8px;
}

.home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 42px 0 10px;
}

.home-icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.home-product-name {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-title {
  max-width: 10ch;
  margin: 14px 0 0;
  font-size: clamp(46px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.home-one-liner {
  max-width: 26ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.home-actions {
  justify-content: center;
  margin-top: 28px;
}

.home-shot {
  margin-top: 22px;
}

.home-shot-frame {
  position: relative;
  min-height: 620px;
  padding: 34px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 211, 189, 0.72), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(188, 205, 244, 0.42), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.74) 0%, rgba(246, 238, 230, 0.82) 100%);
  box-shadow: 0 26px 64px rgba(42, 34, 27, 0.08);
  overflow: hidden;
}

.home-shot-phone {
  position: absolute;
  inset: 84px auto 60px 50%;
  width: 280px;
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(180deg, #141922 0%, #262e3b 100%);
  box-shadow: 0 32px 56px rgba(32, 28, 23, 0.18);
  transform: translateX(-50%);
  z-index: 3;
}

.home-shot-screen {
  padding: 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbf7f2 0%, #f5eee6 100%);
}

.home-shot-print {
  position: absolute;
  width: 330px;
  padding: 14px 14px 22px;
  border-radius: 24px;
  background: var(--paper-strong);
  box-shadow: 0 26px 50px rgba(58, 44, 30, 0.12);
}

.home-shot-print p {
  margin: 14px 6px 0;
  color: rgba(23, 25, 29, 0.82);
  font-size: 15px;
}

.home-shot-print-back {
  top: 58px;
  left: 110px;
  transform: rotate(-7deg);
}

.home-shot-print-front {
  right: 110px;
  bottom: 58px;
  transform: rotate(8deg);
}

.download-hero-simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 0 8px;
}

.download-app-icon {
  width: 88px;
  height: 88px;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(42, 34, 27, 0.08);
}

.download-title {
  margin: 20px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.download-one-liner {
  max-width: 34ch;
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: start;
  padding: 18px 0 8px;
}

.privacy-intro {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
}

.page-copy {
  max-width: 700px;
}

.page-kicker {
  margin: 0 0 10px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-title {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.page-summary {
  max-width: 34ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.65;
}

.page-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.page-stack {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.product-demo {
  margin-top: 26px;
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.demo-header h2,
.bridge-note-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.demo-summary {
  max-width: 22ch;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.demo-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.demo-toggle {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(23, 25, 29, 0.68);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.demo-toggle.is-active {
  background: rgba(31, 94, 255, 0.1);
  color: var(--accent-deep);
}

.demo-panels {
  margin-top: 24px;
}

.demo-panel {
  display: none;
  text-align: center;
}

.demo-panel.is-active {
  display: block;
}

.demo-phone {
  width: min(100%, 320px);
  margin: 0 auto;
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #141922 0%, #262e3b 100%);
  box-shadow: 0 28px 50px rgba(32, 28, 23, 0.14);
}

.demo-screen {
  min-height: 420px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fbf7f2 0%, #f5eee6 100%);
}

.demo-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.demo-thumb {
  aspect-ratio: 1;
  border-radius: 14px;
  background: linear-gradient(135deg, #d9cdbf, #7d8fab);
}

.demo-thumb.warm {
  background: linear-gradient(135deg, #efc49d, #b37963);
}

.demo-thumb.cool {
  background: linear-gradient(135deg, #d7d4cf, #6d84a3);
}

.demo-screen-preview,
.demo-screen-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo-photo {
  position: relative;
  flex: 1;
  min-height: 320px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 62% 22%, rgba(255, 255, 255, 0.28), transparent 16%),
    linear-gradient(180deg, rgba(255, 247, 238, 0.12), rgba(49, 63, 80, 0.22)),
    linear-gradient(135deg, #efd5b7 0%, #8cb0bc 44%, #516987 100%);
}

.demo-crop-frame {
  position: relative;
  width: calc(100% - 32px);
  height: 200px;
  margin: -250px auto 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: inset 0 0 0 999px rgba(17, 21, 27, 0.12);
}

.demo-print-list {
  display: grid;
  gap: 10px;
}

.demo-print-list span {
  display: block;
  height: 84px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(239, 213, 183, 0.9), rgba(140, 176, 188, 0.9));
}

.demo-print-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-muted);
  font-size: 13px;
}

.demo-print-bar strong {
  color: var(--accent);
}

.demo-copy {
  max-width: 26ch;
  margin: 18px auto 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.bridge-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.bridge-note-copy {
  max-width: 58ch;
}

.bridge-note-copy p {
  margin: 14px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.bridge-note-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.content-surface {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.page-art {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 16%, rgba(242, 212, 190, 0.78), transparent 26%),
    radial-gradient(circle at 16% 84%, rgba(188, 205, 244, 0.48), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.68) 0%, rgba(246, 238, 230, 0.84) 100%);
  box-shadow: 0 24px 60px rgba(42, 34, 27, 0.08);
  overflow: hidden;
}

.soft-panel,
.floating-card,
.download-card,
.info-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(42, 34, 27, 0.06);
}

.soft-panel {
  padding: 20px 22px;
  border-radius: 24px;
}

.soft-panel strong,
.floating-card strong,
.download-card strong,
.info-card strong,
.step-item h3,
.legal-section h2 {
  display: block;
  margin: 12px 0 0;
  letter-spacing: -0.04em;
}

.soft-panel p,
.floating-card p,
.download-card p,
.info-card p,
.step-item p,
.legal-section p,
.legal-meta p {
  margin: 10px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.art-stack,
.stat-list,
.decision-list {
  display: grid;
  gap: 12px;
}

.floating-card {
  padding: 18px 20px;
  border-radius: 22px;
}

.decision-item {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.decision-item strong,
.bridge-intro p {
  letter-spacing: -0.03em;
}

.decision-item p,
.bridge-intro p {
  margin: 8px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.floating-card.soft {
  background: rgba(255, 255, 255, 0.64);
}

.card-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(31, 94, 255, 0.08);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 600;
}

.stat-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-list div {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.stat-list span {
  color: var(--text-muted);
  font-size: 12px;
}

.stat-list strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.download-grid,
.contact-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.bridge-intro {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.bridge-intro p {
  margin: 0;
  max-width: 56ch;
  color: rgba(23, 25, 29, 0.74);
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-card,
.info-card {
  padding: 22px;
  border-radius: 24px;
}

.step-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.step-item {
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 240, 231, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.step-item h3 {
  margin: 16px 0 0;
  font-size: 24px;
}

.legal-sheet {
  margin-top: 22px;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.legal-meta {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 25, 29, 0.08);
}

.legal-section {
  padding-top: 22px;
}

.legal-section h2 {
  margin: 0;
  font-size: 24px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.section-heading h2,
.bridge-copy h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.02;
}

.steps-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.step-card,
.guide-card,
.bridge-panel,
.panel-card {
  border-radius: 24px;
}

.step-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 240, 231, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.step-index {
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-card h3,
.guide-card h3,
.panel-card strong {
  margin: 18px 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.bridge-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 22px;
  align-items: stretch;
}

.bridge-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bridge-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.bridge-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(31, 94, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 237, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.panel-chip {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(20, 52, 143, 0.1);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 700;
}

.panel-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.panel-card p {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.panel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.panel-list span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-muted);
  font-size: 13px;
}

.guide-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.guide-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(160deg, #141922 0%, #3b4454 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.site-footer {
  margin-top: 20px;
  padding: 0 2px 2px;
  color: rgba(23, 25, 29, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.footer-topline,
.footer-bottomline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-topline {
  flex-wrap: wrap;
  padding: 16px 0 14px;
  border-top: 1px solid rgba(23, 25, 29, 0.1);
}

.footer-bottomline {
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 25, 29, 0.1);
}

.footer-topline a,
.footer-links a {
  color: rgba(23, 25, 29, 0.82);
}

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

.footer-separator {
  color: rgba(23, 25, 29, 0.32);
}

.footer-note,
.footer-locale {
  margin: 0;
}

.fade-up,
.fade-up-delay {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fade-up-delay {
  animation-delay: 120ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .page-shell {
    width: min(100% - 24px, 1080px);
    padding: 0 4px 8px;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 6px;
  }

  .page-intro,
  .privacy-intro,
  .download-grid,
  .contact-grid,
  .info-grid,
  .three-up,
  .step-flow,
  .stat-list {
    grid-template-columns: 1fr;
  }

  .home-shot-frame {
    min-height: 560px;
  }

  .home-shot-print-back {
    left: 42px;
  }

  .home-shot-print-front {
    right: 42px;
  }

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

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .bridge-block {
    grid-template-columns: 1fr;
  }

  .demo-header,
  .bridge-note {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(253, 224, 204, 0.78), transparent 34%),
      linear-gradient(180deg, #f8f3ed 0%, #efe8df 100%);
  }

  .page-shell {
    width: calc(100% - 16px);
    margin: 8px auto 24px;
    padding: 0 4px 4px;
  }

  main {
    min-height: auto;
  }

  .trust-strip,
  .section-block {
    border-radius: 24px;
  }

  .site-header {
    padding: 4px 4px 14px;
  }

  .site-nav {
    width: 100%;
    order: 3;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    gap: 16px;
    padding: 8px 0 0;
  }

  .page-intro {
    gap: 18px;
    padding-top: 8px;
  }

  .download-app-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
  }

  .home-icon {
    width: 76px;
    height: 76px;
  }

  .home-title {
    max-width: 8.5ch;
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1.06;
  }

  .home-product-name {
    font-size: 15px;
  }

  .home-one-liner {
    max-width: none;
    font-size: 16px;
  }

  .download-title {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.02;
  }

  .download-one-liner {
    max-width: none;
    font-size: 16px;
  }

  .hero-copy {
    max-width: none;
    padding: 4px 2px 0;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(46px, 13.4vw, 68px);
    line-height: 1.02;
  }

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

  .hero-summary {
    max-width: none;
    font-size: 16px;
  }

  .page-title {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.02;
  }

  .page-summary {
    max-width: none;
    font-size: 16px;
  }

  .page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .download-actions {
    width: 100%;
  }

  .demo-screen {
    min-height: 360px;
  }

  .demo-crop-frame {
    width: calc(100% - 20px);
    height: 180px;
    margin-top: -220px;
  }

  .hero-actions,
  .hero-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .home-actions {
    width: 100%;
  }

  .download-card,
  .info-card,
  .step-item,
  .soft-panel,
  .floating-card,
  .legal-sheet {
    padding: 18px;
  }

  .hero-visual {
    min-height: 500px;
    padding: 20px;
    border-radius: 32px;
  }

  .home-shot-frame {
    min-height: 480px;
    padding: 18px;
    border-radius: 28px;
  }

  .home-shot-phone {
    inset: 86px auto auto 50%;
    width: 208px;
    padding: 10px;
  }

  .home-shot-screen {
    padding: 12px;
    border-radius: 22px;
  }

  .home-shot-print {
    width: 200px;
    padding: 10px 10px 16px;
    border-radius: 18px;
  }

  .home-shot-print p {
    font-size: 13px;
  }

  .home-shot-print-back {
    top: 42px;
    left: 8px;
  }

  .home-shot-print-front {
    right: 6px;
    bottom: 26px;
  }

  .counter-pill {
    position: static;
    margin-bottom: 16px;
    justify-content: center;
  }

  .photo-stage {
    min-height: 420px;
  }

  .paper-shot {
    width: 220px;
    padding: 10px 10px 16px;
    border-radius: 18px;
  }

  .paper-shot-front {
    top: 60px;
    left: 42px;
  }

  .paper-shot-back {
    top: 14px;
    left: -6px;
  }

  .paper-shot-side {
    top: 182px;
    right: 0;
  }

  .phone-peek {
    right: 24px;
    bottom: 12px;
    width: 176px;
    border-radius: 28px;
  }

  .visual-caption {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .trust-strip,
  .steps-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 18px;
  }

  .site-footer {
    margin-top: 12px;
    padding: 0 4px 4px;
  }

  .section-heading h2,
  .bridge-copy h2,
  .site-footer h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .footer-topline,
  .footer-bottomline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

.home-page {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 84px;
}

.home-page .page-shell {
  position: relative;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 8px 28px;
}

.home-floating-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 12px;
  background: linear-gradient(180deg, rgba(247, 242, 235, 0.92), rgba(247, 242, 235, 0.42) 72%, transparent);
  backdrop-filter: blur(12px);
}

.home-mini-brand,
.home-header-actions,
.home-user-entry {
  display: flex;
  align-items: center;
}

.home-mini-brand {
  gap: 10px;
  color: rgba(23, 25, 29, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.home-mini-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.home-header-actions {
  gap: 12px;
}

.home-header-link,
.home-user-entry {
  min-height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.home-header-link {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(23, 25, 29, 0.64);
}

.home-user-entry {
  gap: 10px;
  padding: 0 14px 0 10px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(42, 34, 27, 0.06);
}

.home-user-avatar {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1c222d 0%, #364053 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.split-home-main {
  min-height: auto;
}

.split-screen {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1fr);
  gap: 52px;
  align-items: center;
  min-height: 100svh;
  padding: 24px 0 32px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 84px;
}

.split-screen-reverse {
  grid-template-columns: minmax(520px, 1fr) minmax(0, 0.8fr);
}

.split-screen-hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 0.92fr);
  gap: 52px;
  padding-top: 8px;
}

.split-copy {
  max-width: 500px;
}

.split-copy-hero {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72svh;
  align-self: center;
  justify-self: center;
}

.split-hero-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.split-title,
.split-section-title {
  margin: 0;
  letter-spacing: -0.065em;
}

.split-title {
  margin-top: 18px;
  font-size: clamp(56px, 6vw, 82px);
  line-height: 0.96;
}

.split-tagline {
  margin: 16px 0 0;
  color: rgba(23, 25, 29, 0.72);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.split-actions {
  margin-top: 28px;
}

.split-meta {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.split-label {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(23, 25, 29, 0.42);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.split-section-title {
  font-size: clamp(42px, 4.8vw, 60px);
  line-height: 0.98;
}

.split-section-body {
  max-width: 26ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.9;
}

.split-inline-actions {
  margin-top: 28px;
}

.split-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  padding: 44px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 84% 16%, rgba(242, 209, 184, 0.58), transparent 25%),
    radial-gradient(circle at 16% 84%, rgba(188, 205, 244, 0.34), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.74) 0%, rgba(246, 238, 229, 0.84) 100%);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 64px rgba(42, 34, 27, 0.08);
  overflow: hidden;
}

.split-visual-hero {
  min-height: 760px;
}

.split-screen-hero .split-visual-hero {
  width: min(100%, 760px);
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.real-device-demo {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
}

.real-device-shell {
  position: relative;
  width: auto;
  height: clamp(500px, calc(100svh - 180px), 720px);
  aspect-ratio: 1290 / 2796;
  max-width: 100%;
  padding: 3px;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(43, 49, 61, 0.98) 0%, rgba(13, 18, 25, 1) 100%);
  box-shadow:
    0 16px 28px rgba(24, 21, 19, 0.16),
    0 30px 52px rgba(24, 21, 19, 0.14);
}

.real-device-screen-window {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #f3f0ec;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.real-device-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 260ms ease,
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.real-device-screen.is-active {
  opacity: 1;
}

.real-device-screen.is-exiting-left {
  opacity: 0;
  transform: translate3d(-12%, 0, 0);
}

.real-device-screen.is-exiting-right {
  opacity: 0;
  transform: translate3d(12%, 0, 0);
}

.real-device-screen.is-entering-left {
  opacity: 1;
  transform: translate3d(-12%, 0, 0);
}

.real-device-screen.is-entering-right {
  opacity: 1;
  transform: translate3d(12%, 0, 0);
}

.real-device-screen.is-settling {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.real-hotspot {
  position: absolute;
  z-index: 3;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.real-hotspot:hover,
.real-hotspot:focus-visible {
  outline: none;
}

.real-hotspot:hover,
.real-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(26, 24, 22, 0.08);
  backdrop-filter: blur(10px);
}

.real-hotspot:active {
  transform: scale(0.985);
}

.real-hotspot-tab {
  bottom: 1.4%;
  width: 21%;
  height: 7.6%;
  border-radius: 26px;
}

.real-hotspot-tab-album {
  left: 5%;
}

.real-hotspot-tab-queue {
  left: 28.5%;
}

.real-hotspot-tab-history {
  left: 52%;
}

.real-hotspot-tab-settings {
  left: 75.5%;
}

.real-hotspot-photo {
  top: 26.5%;
  left: 4%;
  width: 30.5%;
  height: 20%;
}

.real-hotspot-next {
  right: 4.2%;
  bottom: 12.1%;
  width: 27%;
  height: 7%;
}

.real-hotspot-back {
  top: 4%;
  left: 4.5%;
  width: 11%;
  height: 5.4%;
  border-radius: 999px;
}

.real-hotspot-print {
  left: 3.2%;
  right: 3.2%;
  bottom: 9.8%;
  height: 6.2%;
  border-radius: 18px;
}

.real-hotspot-reprint {
  left: 30%;
  bottom: 27.5%;
  width: 34%;
  height: 5.2%;
  border-radius: 18px;
}

.real-hotspot[data-device-only] {
  display: none;
}

.real-hotspot.is-visible {
  display: block;
}

.feature-device-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 368px);
  padding: 13px;
  border-radius: 42px;
  background: linear-gradient(180deg, #141922 0%, #252d3a 100%);
  box-shadow: 0 34px 58px rgba(32, 28, 23, 0.18);
}

.feature-device-screen {
  min-height: 580px;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fcf8f3 0%, #f5eee7 100%);
}

.feature-device-topbar,
.print-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.feature-device-topbar span,
.bridge-detect-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.feature-device-topbar span,
.bridge-detect-pill {
  background: rgba(31, 94, 255, 0.08);
  color: var(--accent-deep);
}

.feature-device-topbar strong {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.feature-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.feature-chip-row span,
.edit-tool-row span,
.collage-footer-note,
.bridge-setting-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(23, 25, 29, 0.72);
  font-size: 12px;
  font-weight: 600;
}

.feature-chip-row .is-active {
  background: rgba(31, 94, 255, 0.1);
  color: var(--accent-deep);
}

.feature-masonry-grid,
.collage-sheet-grid {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.feature-masonry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-photo,
.collage-piece,
.print-stack-card {
  display: block;
  border-radius: 16px;
}

.grid-photo {
  aspect-ratio: 1;
}

.grid-photo-warm,
.collage-piece-a,
.print-stack-a {
  background: linear-gradient(135deg, #efc69f, #b87f66);
}

.grid-photo-cool,
.collage-piece-b,
.print-stack-b {
  background: linear-gradient(135deg, #d7dbe2, #7991b1);
}

.grid-photo-soft,
.collage-piece-c,
.print-stack-c {
  background: linear-gradient(135deg, #ded5c9, #9dad9e);
}

.collage-piece-d {
  background: linear-gradient(135deg, #f0d7b7, #8d9fc2);
}

.grid-photo.is-selected {
  outline: 2px solid rgba(31, 94, 255, 0.68);
  box-shadow: 0 0 0 4px rgba(31, 94, 255, 0.08);
}

.edit-preview-scene {
  margin-top: 18px;
  min-height: 330px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 64% 26%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(135deg, #f0cfaf 0%, #8ea7bf 48%, #536885 100%);
}

.edit-crop-overlay {
  position: relative;
  width: calc(100% - 44px);
  height: 220px;
  margin: -278px auto 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: inset 0 0 0 999px rgba(16, 18, 24, 0.1);
}

.edit-tool-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 182px;
}

.collage-sheet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.collage-piece {
  aspect-ratio: 1;
}

.collage-footer-note {
  margin-top: 14px;
}

.print-stack-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.print-stack-card {
  height: 98px;
}

.print-action-bar {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-muted);
  font-size: 13px;
}

.print-action-bar strong {
  color: var(--accent);
}

.bridge-detect-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.bridge-detect-card strong {
  font-size: 26px;
}

.bridge-detect-card p {
  margin: 10px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.bridge-setting-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.bridge-setting-list span {
  justify-content: space-between;
}

.home-page .site-footer {
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .split-screen,
  .split-screen-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 34px 0 44px;
  }

  .split-copy,
  .split-copy-hero,
  .split-section-body {
    max-width: none;
  }

  .split-visual,
  .split-visual-hero {
    min-height: 620px;
  }

  .split-screen-hero {
    gap: 20px;
  }

  .split-copy-hero {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .home-page {
    scroll-snap-type: none;
  }

  .home-page .page-shell {
    width: calc(100% - 16px);
    padding: 0 4px 20px;
  }

  .home-floating-header {
    padding: 12px 0 8px;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .home-user-entry {
    padding-right: 12px;
  }

  .split-screen {
    gap: 18px;
    padding: 24px 0 22px;
  }

  .split-hero-logo {
    width: 78px;
    height: 78px;
  }

  .split-title {
    font-size: clamp(40px, 11vw, 56px);
  }

  .split-tagline {
    font-size: 18px;
  }

  .split-section-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .split-section-body {
    font-size: 16px;
    line-height: 1.8;
  }

  .split-visual,
  .split-visual-hero {
    min-height: 480px;
    padding: 18px;
    border-radius: 28px;
  }

  .split-screen-hero .split-visual-hero {
    width: 100%;
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }

  .real-device-shell {
    width: 344px;
    height: auto;
    max-width: 100%;
    padding: 3px;
    border-radius: 36px;
  }

  .real-device-screen-window {
    border-radius: 32px;
  }

  .feature-device-frame {
    width: min(100%, 286px);
    padding: 10px;
    border-radius: 32px;
  }

  .hero-iphone-screen,
  .feature-device-screen {
    min-height: 430px;
    padding: 14px;
    border-radius: 22px;
  }

  .edit-preview-scene {
    min-height: 250px;
  }

  .edit-crop-overlay {
    width: calc(100% - 28px);
    height: 162px;
    margin-top: -206px;
  }

  .edit-tool-row {
    margin-top: 138px;
  }

  .page-actions.split-actions,
  .page-actions.split-inline-actions {
    width: 100%;
  }

  .page-actions.split-actions .button,
  .page-actions.split-inline-actions .button {
    width: 100%;
  }
}
