: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);
  }
}

.timer-page {
  --timer-bg: #f4f8ff;
  --timer-ink: #101b2f;
  --timer-muted: #536377;
  --timer-blue: #064eb8;
  --timer-blue-deep: #033a8d;
  --timer-blue-soft: #eaf3ff;
  --timer-line: rgba(10, 55, 116, 0.14);
  --timer-gold: #f8b400;
  --timer-shadow: 0 22px 52px rgba(13, 61, 125, 0.14);
  --bg: var(--timer-bg);
  --ink: var(--timer-ink);
  --muted: var(--timer-muted);
  --aqua: #1d76df;
  --aqua-deep: var(--timer-blue);
  --surface-soft: var(--timer-blue-soft);
  --line: var(--timer-line);
  background:
    linear-gradient(180deg, rgba(237, 246, 255, 0.95), rgba(255, 255, 255, 0.98) 46%, rgba(238, 245, 255, 0.92)),
    var(--timer-bg);
  overflow-x: hidden;
}

.timer-page::before {
  background:
    linear-gradient(155deg, rgba(14, 100, 206, 0.1), transparent 34%),
    linear-gradient(20deg, rgba(77, 142, 218, 0.1), transparent 34%);
}

.timer-page .nav {
  border-color: rgba(219, 233, 252, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(15, 57, 119, 0.12);
}

.timer-nav__cta {
  margin-left: 8px;
  background: var(--timer-blue);
  color: #fff;
}

.timer-nav__lang {
  margin-left: 8px;
  background: var(--timer-ink);
  color: #fff;
}

.timer-nav__lang:hover {
  background: var(--timer-blue);
  color: #fff;
}

.timer-hero {
  display: grid;
  width: min(calc(100% - 40px), 1180px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 46px;
  align-items: center;
  margin: 0 auto;
  padding: 126px 0 50px;
}

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

.timer-hero__title {
  margin: 0;
  color: var(--timer-blue);
  font-size: clamp(3.3rem, 8vw, 7.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.timer-hero__statement {
  max-width: 720px;
  margin: 0;
  color: var(--timer-ink);
  font-size: clamp(2.3rem, 5.2vw, 4.7rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

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

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

.timer-page .button--primary {
  background: linear-gradient(180deg, #075dcf, #034aa9);
  box-shadow: 0 14px 30px rgba(5, 78, 184, 0.24);
}

.timer-page .button--ghost {
  border-color: rgba(6, 78, 184, 0.28);
  background: rgba(255, 255, 255, 0.86);
  color: var(--timer-blue);
}

.timer-use-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.timer-use-cases li {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(6, 78, 184, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  color: var(--timer-blue-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.timer-hero__media {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
}

.timer-phone {
  width: min(100%, 338px);
  padding: 10px;
  border: 1px solid rgba(13, 43, 91, 0.16);
  border-radius: 34px;
  background: #111827;
  box-shadow: 0 28px 58px rgba(13, 43, 91, 0.24);
}

.timer-phone--hero {
  transform: rotate(1.4deg);
}

.timer-phone__bar {
  display: grid;
  grid-template-columns: 26px 1fr 26px;
  align-items: center;
  padding: 10px 12px 8px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  color: var(--timer-ink);
  font-size: 0.88rem;
  text-align: center;
}

.timer-phone__bar span {
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--timer-blue);
}

.timer-phone__bar span:last-child {
  justify-self: end;
  width: 13px;
  height: 13px;
  border: 3px solid var(--timer-blue);
  background: transparent;
}

.timer-phone__screen {
  display: grid;
  gap: 14px;
  min-height: 560px;
  padding: 20px 18px 14px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
}

.timer-current p,
.timer-next span {
  margin: 0 0 5px;
  color: var(--timer-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.timer-current h2 {
  margin: 0;
  color: var(--timer-ink);
  font-size: 1.35rem;
  line-height: 1.35;
}

.timer-dial {
  display: grid;
  width: min(78%, 220px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  align-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(var(--timer-blue) 0 71%, #e2e8f2 71% 100%);
  box-shadow: inset 0 0 0 12px rgba(226, 232, 242, 0.5);
}

.timer-dial span,
.timer-dial small {
  color: var(--timer-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.timer-dial strong {
  margin-top: 4px;
  color: #050b18;
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 3.15rem;
  line-height: 1;
}

.timer-actions {
  display: grid;
  gap: 8px;
}

.timer-actions button,
.timer-session-list button {
  min-height: 42px;
  border: 1px solid rgba(6, 78, 184, 0.18);
  border-radius: var(--radius);
  background: #fff;
  color: var(--timer-blue);
  font: inherit;
  font-weight: 700;
}

.timer-actions button:first-child {
  background: linear-gradient(180deg, #075dcf, #034aa9);
  color: #fff;
}

.timer-next {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--timer-line);
  border-radius: var(--radius);
  background: #fff;
}

.timer-next span {
  grid-column: 1 / -1;
}

.timer-next strong {
  color: var(--timer-ink);
  font-size: 1rem;
}

.timer-next em {
  color: var(--timer-ink);
  font-style: normal;
  font-weight: 700;
}

.timer-mini-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: end;
}

.timer-mini-list span {
  height: 6px;
  border-radius: 999px;
  background: #d7e2f1;
}

.timer-mini-list .is-active {
  background: var(--timer-blue);
}

.timer-icon-card {
  position: absolute;
  right: 0;
  bottom: 62px;
  width: 122px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--timer-shadow);
}

.timer-icon-card img {
  border-radius: var(--radius);
}

.timer-band,
.timer-section,
.timer-cta {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}

.timer-band,
.timer-section {
  padding: 62px 0;
}

.timer-band {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid rgba(6, 78, 184, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(13, 61, 125, 0.08);
}

.timer-band--value {
  margin-top: 0;
}

.timer-section-head {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.timer-section-head h2,
.timer-premium__copy h2,
.timer-cta h2 {
  margin: 0;
  color: var(--timer-blue);
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.timer-section-head p,
.timer-premium__copy p,
.timer-cta p {
  margin: 0;
  color: var(--timer-muted);
  font-size: 1rem;
  font-weight: 500;
}

.timer-compare,
.timer-mode-grid,
.timer-log-grid {
  display: grid;
  gap: 18px;
}

.timer-compare {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(260px, 0.85fr);
}

.timer-issue,
.timer-solution,
.timer-set-preview,
.timer-mode,
.timer-log-panel,
.timer-log-copy article {
  border: 1px solid var(--timer-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(13, 61, 125, 0.08);
}

.timer-issue,
.timer-solution,
.timer-set-preview,
.timer-mode,
.timer-log-copy article {
  padding: 22px;
}

.timer-issue h3,
.timer-solution h3,
.timer-set-preview h3,
.timer-mode h3,
.timer-log-copy h3 {
  margin: 0 0 14px;
  color: var(--timer-ink);
  font-size: 1.12rem;
}

.timer-issue ul,
.timer-solution ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timer-issue li,
.timer-solution li {
  position: relative;
  padding-left: 28px;
  color: var(--timer-muted);
  font-weight: 700;
  line-height: 1.55;
}

.timer-issue li::before,
.timer-solution li::before {
  position: absolute;
  left: 0;
  top: 0.42em;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  content: "";
}

.timer-issue li::before {
  background: #9aa7b5;
}

.timer-solution li::before {
  background: var(--timer-blue);
}

.timer-set-preview {
  display: grid;
  gap: 10px;
}

.timer-set-preview div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid var(--timer-line);
  border-radius: var(--radius);
  background: #f8fbff;
}

.timer-set-preview span {
  color: var(--timer-ink);
  font-weight: 700;
}

.timer-set-preview strong {
  color: var(--timer-blue);
  font-size: 0.86rem;
}

.timer-mode-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.timer-mode p,
.timer-log-copy p {
  margin: 0;
  color: var(--timer-muted);
  font-weight: 500;
}

.timer-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.timer-step-row div {
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--timer-line);
  border-radius: var(--radius);
  background: #f8fbff;
}

.timer-step-row span,
.timer-step-row em {
  color: var(--timer-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.timer-step-row strong {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 56%, transparent 57%),
    conic-gradient(var(--timer-blue) 0 72%, #dfe8f5 72% 100%);
  color: var(--timer-ink);
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
}

.timer-session-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.timer-session-list div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--timer-line);
  border-radius: var(--radius);
  background: #f8fbff;
}

.timer-session-list .is-running {
  background: #eef6ff;
}

.timer-session-list button {
  min-height: 34px;
  padding: 5px 9px;
  font-size: 0.78rem;
}

.timer-session-list .is-running button {
  background: var(--timer-blue);
  color: #fff;
}

.timer-session-list span {
  min-width: 0;
  color: var(--timer-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.timer-session-list strong {
  color: var(--timer-muted);
  font-size: 0.88rem;
}

.timer-log-grid {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
}

.timer-log-panel {
  padding: 20px;
}

.timer-log-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.timer-log-header strong {
  color: var(--timer-ink);
  font-size: 1.1rem;
}

.timer-log-header span {
  padding: 5px 10px;
  border: 1px solid rgba(6, 78, 184, 0.16);
  border-radius: var(--radius);
  background: #eef6ff;
  color: var(--timer-blue);
  font-weight: 700;
}

.timer-log-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}

.timer-log-metrics div {
  padding: 12px 10px;
  border-radius: var(--radius);
  background: #f5f9ff;
}

.timer-log-metrics dt {
  color: var(--timer-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.timer-log-metrics dd {
  margin: 2px 0 0;
  color: var(--timer-blue);
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.timer-log-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timer-log-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--timer-line);
}

.timer-log-list span,
.timer-log-list em {
  color: var(--timer-muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

.timer-log-list strong {
  min-width: 0;
  color: var(--timer-ink);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.timer-log-copy {
  display: grid;
  gap: 12px;
}

.timer-premium {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(248, 180, 0, 0.35);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 222, 0.78)),
    #fff;
  box-shadow: 0 20px 46px rgba(161, 105, 0, 0.1);
}

.timer-premium__copy {
  display: grid;
  gap: 12px;
}

.timer-premium__copy h2 {
  color: #a76b00;
}

.timer-premium__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.timer-premium__features div {
  min-height: 60px;
  padding: 16px;
  border: 1px solid rgba(248, 180, 0, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--timer-ink);
  font-weight: 700;
}

.timer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 30px 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #075dcf, #033a8d);
  box-shadow: var(--timer-shadow);
  color: #fff;
}

.timer-cta h2,
.timer-cta p {
  color: #fff;
}

.timer-cta .button--primary {
  flex: 0 0 auto;
  background: #fff;
  color: var(--timer-blue);
  box-shadow: none;
}

.timer-footer {
  padding-top: 36px;
}

.timer-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--timer-blue);
  font-weight: 700;
}

.timer-footer-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.timer-policy-page .policy-hero__app,
.timer-policy-page .policy-link {
  color: var(--timer-blue);
}

.timer-policy-page .policy-hero__icon {
  box-shadow: 0 16px 30px rgba(31, 111, 229, 0.18);
}

.timer-policy-page .policy-hero,
.timer-policy-page .policy-section {
  border-color: var(--timer-line);
}

@media (max-width: 960px) {
  .timer-hero,
  .timer-compare,
  .timer-mode-grid,
  .timer-log-grid,
  .timer-premium {
    grid-template-columns: 1fr;
  }

  .timer-hero {
    gap: 28px;
    text-align: center;
  }

  .timer-hero__actions,
  .timer-use-cases {
    justify-content: center;
  }

  .timer-hero__media {
    min-height: 530px;
  }

  .timer-icon-card {
    right: calc(50% - 220px);
  }
}

@media (max-width: 700px) {
  .timer-nav__cta {
    display: none;
  }

  .timer-hero,
  .timer-band,
  .timer-section,
  .timer-cta {
    width: min(calc(100% - 32px), 1180px);
  }

  .timer-hero {
    padding-top: 104px;
    padding-bottom: 32px;
  }

  .timer-hero__copy {
    width: min(100%, 320px);
    justify-self: start;
  }

  .timer-hero__title {
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    word-break: keep-all;
  }

  .timer-hero__statement {
    font-size: clamp(1.55rem, 7vw, 2rem);
    overflow-wrap: anywhere;
  }

  .timer-hero__statement br {
    display: block;
  }

  .timer-hero__lead {
    max-width: 21em;
    margin-right: auto;
    margin-left: auto;
  }

  .timer-use-cases {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .timer-use-cases li {
    justify-content: center;
    text-align: center;
  }

  .timer-use-cases li:last-child {
    grid-column: auto;
  }

  .timer-hero__actions .button,
  .timer-cta .button {
    width: 100%;
  }

  .timer-hero__media {
    min-height: 430px;
    overflow: hidden;
  }

  .timer-phone--hero {
    transform: none;
  }

  .timer-phone {
    width: min(100%, 260px);
  }

  .timer-phone__screen {
    min-height: 450px;
  }

  .timer-dial strong {
    font-size: 2.55rem;
  }

  .timer-icon-card {
    display: none;
  }

  .timer-section-head h2,
  .timer-premium__copy h2,
  .timer-cta h2 {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
    overflow-wrap: anywhere;
  }

  .timer-band,
  .timer-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .timer-band,
  .timer-premium,
  .timer-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .timer-step-row,
  .timer-premium__features,
  .timer-log-metrics {
    grid-template-columns: 1fr;
  }

  .timer-session-list div,
  .timer-log-list li {
    grid-template-columns: 1fr;
  }

  .timer-session-list strong,
  .timer-log-list em {
    justify-self: start;
  }

  .timer-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

.timer-page--assets {
  background:
    radial-gradient(circle at 16% 10%, rgba(63, 138, 246, 0.18), transparent 28%),
    linear-gradient(180deg, #eef6ff 0%, #ffffff 36%, #eef6ff 100%);
}

.timer-page--assets::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(239, 247, 255, 0.72));
}

.timer-page--assets .nav {
  background: rgba(255, 255, 255, 0.92);
}

.timer-asset-hero,
.timer-feature-story,
.timer-screen-section,
.timer-premium-v2,
.timer-cta-v2 {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}

.timer-asset-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 54px;
  align-items: center;
  padding: 118px 0 44px;
}

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

.timer-asset-hero__icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(31, 111, 229, 0.18);
}

.timer-asset-hero h1 {
  margin: 0;
  color: var(--timer-blue);
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.timer-asset-hero__statement {
  max-width: 720px;
  margin: 0;
  color: var(--timer-ink);
  font-size: clamp(2.15rem, 4.6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.timer-asset-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--timer-muted);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  font-weight: 500;
}

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

.timer-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.timer-proof-list li {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(42, 128, 246, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--timer-blue-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.timer-promo-card {
  width: min(100%, 340px);
  margin: 0;
  justify-self: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 60px rgba(22, 83, 166, 0.2);
  overflow: hidden;
}

.timer-promo-card--hero {
  width: min(100%, 330px);
}

.timer-promo-card img {
  width: 100%;
  height: auto;
}

.timer-feature-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
  gap: 46px;
  align-items: center;
  padding: 76px 0;
  border-top: 1px solid rgba(30, 103, 207, 0.12);
}

.timer-feature-story--multi {
  grid-template-columns: minmax(260px, 350px) minmax(0, 1fr);
}

.timer-feature-story--log {
  border-bottom: 1px solid rgba(30, 103, 207, 0.12);
}

.timer-story-copy {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.timer-story-number {
  color: var(--timer-blue);
  font-family: "Fredoka", "Zen Maru Gothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.timer-story-copy h2,
.timer-premium-v2 h2,
.timer-cta-v2 h2 {
  margin: 0;
  color: var(--timer-blue);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.timer-story-copy p,
.timer-premium-v2 p,
.timer-cta-v2 p {
  margin: 0;
  color: var(--timer-muted);
  font-weight: 500;
}

.timer-story-points {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.timer-story-points li {
  position: relative;
  padding-left: 24px;
  color: var(--timer-ink);
  font-weight: 700;
}

.timer-story-points li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--timer-blue);
  content: "";
}

.timer-screen-section {
  padding: 74px 0;
}

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

.timer-screen-rail figure {
  margin: 0;
}

.timer-screen-rail img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  border: 1px solid rgba(30, 103, 207, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(22, 83, 166, 0.12);
  object-fit: contain;
  object-position: top center;
}

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

.timer-premium-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(248, 180, 0, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 226, 0.84));
  box-shadow: 0 20px 46px rgba(161, 105, 0, 0.08);
}

.timer-premium-v2 h2 {
  color: #a76b00;
}

.timer-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.timer-premium-grid > span {
  min-height: 58px;
  padding: 15px;
  border: 1px solid rgba(248, 180, 0, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  color: var(--timer-ink);
  font-weight: 700;
}

.timer-cta-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 30px 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0d67df, #034aa9);
  box-shadow: var(--timer-shadow);
}

.timer-cta-v2 h2,
.timer-cta-v2 p {
  color: #fff;
}

.timer-cta-v2 .button--primary {
  flex: 0 0 auto;
  background: #fff;
  color: var(--timer-blue);
  box-shadow: none;
}

@media (max-width: 960px) {
  .timer-asset-hero,
  .timer-feature-story,
  .timer-feature-story--multi,
  .timer-premium-v2 {
    grid-template-columns: 1fr;
  }

  .timer-asset-hero {
    gap: 28px;
    text-align: center;
  }

  .timer-asset-hero__icon,
  .timer-asset-hero__actions,
  .timer-proof-list {
    justify-self: center;
    justify-content: center;
  }

  .timer-feature-story--multi .timer-promo-card {
    order: 2;
  }

  .timer-screen-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .timer-asset-hero,
  .timer-feature-story,
  .timer-screen-section,
  .timer-premium-v2,
  .timer-cta-v2 {
    width: min(calc(100% - 32px), 1180px);
  }

  .timer-asset-hero {
    padding-top: 104px;
    padding-bottom: 36px;
    text-align: left;
  }

  .timer-asset-hero__icon,
  .timer-asset-hero__actions,
  .timer-proof-list {
    justify-self: start;
    justify-content: flex-start;
  }

  .timer-asset-hero h1 {
    font-size: clamp(2.4rem, 13vw, 3.25rem);
  }

  .timer-asset-hero__statement {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .timer-asset-hero__actions .button,
  .timer-cta-v2 .button {
    width: 100%;
  }

  .timer-proof-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .timer-proof-list li {
    text-align: center;
  }

  .timer-promo-card,
  .timer-promo-card--hero {
    width: min(100%, 300px);
  }

  .timer-feature-story,
  .timer-screen-section {
    padding: 52px 0;
  }

  .timer-story-copy h2,
  .timer-premium-v2 h2,
  .timer-cta-v2 h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .timer-screen-rail {
    grid-template-columns: 1fr;
  }

  .timer-screen-rail figure {
    width: min(100%, 270px);
    justify-self: center;
  }

  .timer-premium-v2,
  .timer-cta-v2 {
    padding: 22px;
  }

  .timer-premium-grid {
    grid-template-columns: 1fr;
  }

  .timer-cta-v2 {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
