:root {
  --bg: #f9fcff;
  --surface: #ffffff;
  --surface-soft: #eef9fb;
  --ink: #22323f;
  --muted: #62717e;
  --line: rgba(34, 50, 63, 0.12);
  --aqua: #55c7df;
  --aqua-deep: #1b97b8;
  --coral: #ff8e86;
  --lemon: #ffd769;
  --mint: #84dcb1;
  --shadow: 0 18px 45px rgba(54, 92, 116, 0.14);
  --radius: 8px;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Maru Gothic", system-ui, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(85, 199, 223, 0.12) 0 25%, transparent 25% 50%, rgba(255, 215, 105, 0.12) 50% 75%, transparent 75%),
    var(--bg);
  background-size: 28px 28px;
  line-height: 1.8;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 252, 255, 0.96));
}

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

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

.nav {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 28px), var(--max));
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 12px 6px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 35px rgba(43, 79, 98, 0.14);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav__logo-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: inset -6px -7px 0 rgba(27, 151, 184, 0.22);
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 0.88rem;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav__link,
.nav__lang {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav__link:hover,
.nav__lang:hover {
  background: var(--surface-soft);
  color: var(--aqua-deep);
  transform: translateY(-1px);
}

.nav__lang {
  margin-left: 4px;
  background: #22323f;
  color: #fff;
  font-family: "Fredoka", sans-serif;
}

.section {
  padding: 62px 20px;
}

.section__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section__heading::after {
  width: 72px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aqua), var(--coral), var(--lemon));
  content: "";
}

.section--hero {
  position: relative;
  display: grid;
  min-height: 0;
  padding-top: 112px;
  padding-bottom: 34px;
  place-items: center;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  width: min(100%, var(--max));
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: 28px;
}

.hero__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  padding: 7px 12px;
  border: 1px solid rgba(85, 199, 223, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--aqua-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero__kicker-dots {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  margin-left: 1px;
}

.hero__kicker-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero__kicker-dots span:nth-child(1) {
  background: var(--mint);
}

.hero__kicker-dots span:nth-child(2) {
  background: var(--lemon);
}

.hero__kicker-dots span:nth-child(3) {
  background: var(--coral);
}

.hero__title {
  margin: 0;
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: clamp(4.2rem, 13vw, 9rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero__title span {
  display: block;
  color: var(--aqua-deep);
}

.hero__subtitle {
  max-width: 610px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 500;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button--primary {
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(34, 50, 63, 0.22);
  color: #fff;
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--aqua-deep);
}

.hero__art {
  position: relative;
  display: grid;
  min-height: 310px;
  place-items: center;
}

.mascot {
  width: min(82%, 320px);
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(42, 107, 136, 0.18));
  animation: float 4.8s ease-in-out infinite;
}

.hero__bubble {
  position: absolute;
  display: grid;
  width: 92px;
  min-height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.hero__bubble--one {
  top: 8px;
  right: 8%;
  border-top: 6px solid var(--coral);
}

.hero__bubble--two {
  bottom: 18px;
  left: 2%;
  border-top: 6px solid var(--lemon);
}

.hero__bubble--three {
  right: 0;
  bottom: 72px;
  border-top: 6px solid var(--mint);
}

.about {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.about__avatar {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(85, 199, 223, 0.18), rgba(255, 142, 134, 0.2)),
    #fff;
  overflow: hidden;
}

.about__avatar-img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(34, 50, 63, 0.12));
}

.about__lead {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.45;
}

.about__text {
  margin: 0;
  color: var(--muted);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(85, 199, 223, 0.26);
  border-radius: 999px;
  background: #fff;
  color: var(--aqua-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-content: center;
  gap: 18px;
}

.work-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(54, 92, 116, 0.1);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.work-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.work-card__visual {
  position: relative;
  display: grid;
  min-height: 164px;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--tone, var(--surface-soft));
  overflow: hidden;
}

.work-card__visual::before {
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  content: "";
}

.work-card__visual svg {
  position: relative;
  width: min(62%, 150px);
  filter: drop-shadow(0 12px 18px rgba(34, 50, 63, 0.14));
}

.work-card__visual-img {
  position: relative;
  width: min(48%, 138px);
  border-radius: 28px;
  filter: drop-shadow(0 16px 22px rgba(64, 38, 124, 0.22));
}

.work-card__visual--app::before {
  border-color: rgba(255, 255, 255, 0.7);
}

.work-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.work-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(34, 50, 63, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.work-card__title {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.35;
}

.work-card__desc {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.work-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.mini-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

.mini-link--soft {
  background: var(--surface-soft);
  color: var(--aqua-deep);
}

.mini-link--disabled {
  background: rgba(34, 50, 63, 0.08);
  color: var(--muted);
  cursor: default;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline__item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
}

.timeline__year {
  color: var(--aqua-deep);
  font-family: "Fredoka", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.timeline__title {
  margin: 0 0 4px;
  font-size: 1.08rem;
}

.timeline__text {
  margin: 0;
  color: var(--muted);
}

.links__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 14px;
}

.link-card {
  display: grid;
  flex: 1 1 0;
  max-width: 240px;
  min-width: 0;
  min-height: 124px;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(54, 92, 116, 0.08);
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.link-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.link-card--disabled {
  color: var(--muted);
  cursor: default;
}

.link-card--disabled:hover {
  box-shadow: 0 12px 28px rgba(54, 92, 116, 0.08);
  transform: none;
}

.link-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

.link-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.link-card__label {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.footer {
  padding: 36px 20px 44px;
  color: var(--muted);
  text-align: center;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

[data-lang="en"] .ja,
[data-lang="ja"] .en {
  display: none;
}

.app-page {
  background:
    linear-gradient(135deg, rgba(123, 87, 214, 0.1) 0 25%, transparent 25% 50%, rgba(255, 215, 105, 0.12) 50% 75%, transparent 75%),
    var(--bg);
  background-size: 28px 28px;
}

.app-mobile-break {
  display: none;
}

.app-hero {
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 44px;
  margin: 0 auto;
  padding: 124px 0 54px;
}

.app-hero__copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.app-hero__logo {
  width: min(100%, 360px);
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
}

.app-hero__title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  line-break: anywhere;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.app-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 500;
}

.app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.app-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 4px 0 0;
}

.app-stats div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.app-stats dt {
  color: #694ac7;
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.app-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.app-hero__media {
  position: relative;
  display: grid;
  min-height: 600px;
  min-width: 0;
  place-items: center;
}

.phone-frame {
  position: relative;
  width: min(100%, 310px);
  aspect-ratio: 853 / 1844;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(54, 44, 114, 0.2);
  overflow: hidden;
}

.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: 27px;
  object-fit: cover;
  object-position: top center;
}

.phone-frame--hero {
  width: min(88%, 350px);
  transform: rotate(1.5deg);
}

.app-icon-card {
  position: absolute;
  right: 4px;
  bottom: 56px;
  width: 128px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(64, 38, 124, 0.18);
}

.app-icon-card img {
  border-radius: 22px;
}

.app-intro__grid,
.app-safety__panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: center;
}

.app-intro__grid > *,
.app-safety__panel > *,
.policy-hero > div {
  min-width: 0;
}

.app-section-lead {
  margin: 0;
  font-size: clamp(1.35rem, 2.7vw, 2.05rem);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.app-intro__text {
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-weight: 500;
}

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

.feature-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(54, 92, 116, 0.08);
}

.feature-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #7756d9;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

.feature-card h3 {
  margin: 16px 0 8px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  position: relative;
  padding: 24px 20px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.flow-list li::before {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--lemon);
  color: var(--ink);
  content: counter(flow);
  counter-increment: flow;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

.flow-list span {
  display: block;
  font-weight: 700;
}

.flow-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.screen-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.screen-card {
  margin: 0;
}

.screen-card .phone-frame {
  width: 100%;
}

.screen-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.app-safety__panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

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

.safety-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.policy-main {
  width: min(calc(100% - 40px), 880px);
  margin: 0 auto;
  padding: 124px 0 32px;
}

.policy-hero {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.policy-hero__icon {
  width: 92px;
  flex: 0 0 auto;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(64, 38, 124, 0.18);
}

.policy-hero__app {
  margin: 0 0 4px;
  color: #694ac7;
  font-weight: 700;
}

.policy-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.12;
  line-break: anywhere;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.policy-hero p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.policy-section h2 {
  margin: 0 0 12px;
  font-size: 1.32rem;
  line-height: 1.45;
}

.policy-section p {
  margin: 0 0 12px;
  color: var(--muted);
  font-weight: 500;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.3em;
  color: var(--muted);
  font-weight: 500;
}

.policy-link {
  color: #694ac7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1.2deg);
  }
}

@media (max-width: 860px) {
  .nav {
    top: 10px;
    width: min(calc(100% - 18px), var(--max));
  }

  .nav__links {
    gap: 0;
  }

  .nav__link {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .hero__kicker,
  .hero__actions {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__art {
    min-height: 250px;
  }

  .mascot {
    width: min(68vw, 260px);
  }

  .hero__bubble {
    width: 78px;
    min-height: 48px;
    font-size: 0.86rem;
  }

  .about {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .about__avatar {
    width: min(220px, 70vw);
    margin: 0 auto;
  }

  .app-hero,
  .app-intro__grid,
  .app-safety__panel {
    grid-template-columns: 1fr;
  }

  .app-hero {
    gap: 28px;
    padding-top: 106px;
    text-align: center;
  }

  .app-hero__logo {
    margin: 0 auto;
    object-position: center;
  }

  .app-hero__actions {
    justify-content: center;
  }

  .app-stats,
  .feature-grid,
  .flow-list,
  .screen-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-hero__media {
    min-height: 480px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 48px 16px;
  }

  .section--hero {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 28px;
  }

  .hero__title {
    font-size: clamp(3.2rem, 18vw, 4.4rem);
  }

  .hero__art {
    order: -1;
    min-height: 132px;
  }

  .mascot {
    width: min(42vw, 150px);
  }

  .hero__bubble {
    display: none;
  }

  .button {
    min-height: 44px;
    padding: 9px 14px;
    font-size: 0.92rem;
  }
  .works__grid,
  .timeline__item {
    grid-template-columns: 1fr;
  }

  .work-card__visual {
    min-height: 148px;
  }

  .app-hero {
    width: min(calc(100% - 32px), var(--max));
    padding-top: 94px;
    padding-bottom: 34px;
  }

  .app-hero__logo {
    max-width: 260px;
  }

  .app-hero__title {
    font-size: clamp(2rem, 9vw, 2.4rem);
  }

  .app-mobile-break {
    display: block;
  }

  .app-hero__actions {
    width: 100%;
  }

  .app-hero__actions .button {
    width: 100%;
  }

  .app-stats,
  .feature-grid,
  .flow-list,
  .screen-rail {
    grid-template-columns: 1fr;
  }

  .app-hero__media {
    min-height: 390px;
  }

  .phone-frame--hero {
    width: min(72%, 280px);
  }

  .app-icon-card {
    right: 0;
    bottom: 30px;
    width: 96px;
    border-radius: 24px;
  }

  .app-icon-card img {
    border-radius: 16px;
  }

  .app-intro__text,
  .app-safety__panel {
    padding: 20px;
  }

  .policy-main {
    width: min(calc(100% - 32px), 880px);
    padding-top: 94px;
  }

  .policy-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .policy-hero__icon {
    width: 70px;
    border-radius: 18px;
  }

  .policy-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }
}
