@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/spectral-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/spectral-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-bg: #0B0D10;
  --color-surface: #14171C;
  --color-line: #262B33;
  --color-text: #F2EFE7;
  --color-muted: #9AA1AB;
  --color-accent: #C9A24B;
  --color-alert: #D96C5F;
  --color-normal: #5FA97D;
  --font-display: "Spectral", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;
  --container: 1140px;
  --section-space: 140px;
  --section-space-mobile: 72px;
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  font-size-adjust: 0.5;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.hero {
  min-height: 100svh;
  padding: 56px 0 var(--section-space);
  display: flex;
  align-items: center;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 44px;
}

.brand__name {
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}

.brand__descriptor {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.4;
}

h1,
h2,
.manifest__line {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size-adjust: 0.47;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.15vw, 72px);
  line-height: 1.03;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero__lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--color-muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.6;
}

.hero__action {
  width: fit-content;
  max-width: 430px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  padding: 14px 28px;
  background: var(--color-accent);
  color: var(--color-bg);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: #D4B15F;
  border-color: #D4B15F;
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 3px;
}

.hero__note {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
}

.phone-stage {
  display: flex;
  justify-content: flex-end;
}

.iphone,
.iphone-frame {
  width: min(360px, 100%);
  aspect-ratio: 0.493;
  padding: 9px;
  border: 1px solid #444A54;
  border-radius: 52px;
  background: #08090B;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42), inset 0 0 0 2px #111419;
}

.iphone__screen,
.iphone-frame__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 43px;
  background:
    radial-gradient(circle at 74% 17%, rgba(201, 162, 75, 0.11), transparent 31%),
    linear-gradient(155deg, #191C22 0%, #0B0D10 58%, #08090B 100%);
}

.iphone__screen::after,
.iphone-frame__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.035), transparent 35%);
  pointer-events: none;
}

.iphone__island {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 50%;
  width: 98px;
  height: 28px;
  border-radius: 20px;
  background: #030405;
  transform: translateX(-50%);
}

.iphone__status {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  color: var(--color-text);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.iphone__signals {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.iphone__signals i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: currentColor;
}

.iphone__signals i:nth-child(1) { height: 5px; }
.iphone__signals i:nth-child(2) { height: 8px; }
.iphone__signals i:nth-child(3) { height: 11px; }

.iphone__lock {
  padding-top: 75px;
  text-align: center;
}

.iphone__lock-time {
  color: rgba(242, 239, 231, 0.94);
  font-size: 66px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.notification {
  position: relative;
  z-index: 2;
  width: calc(100% - 24px);
  margin: 54px auto 0;
  padding: 16px;
  border: 1px solid rgba(242, 239, 231, 0.11);
  border-radius: 20px;
  background: rgba(34, 38, 45, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  opacity: 0;
  transform: translateY(24px);
  animation: fade-rise 400ms ease 800ms forwards;
}

.notification h2 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-wrap: initial;
}

.notification p {
  margin: 0;
  color: #D9DADF;
  font-size: 13px;
  line-height: 1.47;
}

.iphone__home {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 50%;
  width: 110px;
  height: 4px;
  border-radius: 3px;
  background: rgba(242, 239, 231, 0.68);
  transform: translateX(-50%);
}

.manifest {
  padding: 0 0 var(--section-space);
}

.manifest__inner {
  max-width: 980px;
  text-align: center;
}

.manifest__line {
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.22;
  opacity: 0;
  transform: translateY(24px);
}

.manifest.is-visible .manifest__line {
  animation: fade-rise 400ms ease forwards;
}

.manifest.is-visible .manifest__line:nth-child(2) { animation-delay: 90ms; }
.manifest.is-visible .manifest__line:nth-child(3) { animation-delay: 180ms; }
.manifest.is-visible .manifest__line:nth-child(4) { animation-delay: 270ms; }
.manifest.is-visible .manifest__line:nth-child(5) { animation-delay: 360ms; }

.manifest__line--accent {
  color: var(--color-accent);
}

.section-title {
  font-size: clamp(46px, 5.25vw, 68px);
  line-height: 1.06;
}

.roles,
.channels,
.truth,
.morning,
.security,
.start,
.faq {
  padding: 0 0 var(--section-space);
}

.roles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.role-card {
  min-width: 0;
}

.role-phone {
  width: min(100%, 320px);
  margin: 0 auto 34px;
  border-radius: 47px;
}

.role-phone .iphone-frame__screen,
.truth-phone .iphone-frame__screen {
  border-radius: 38px;
}

.app-screen {
  background:
    radial-gradient(circle at 78% 6%, rgba(201, 162, 75, 0.08), transparent 28%),
    linear-gradient(165deg, #181B21 0%, #0D0F13 62%, #090A0C 100%);
}

.app-shell {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 72px 20px 36px;
  color: var(--color-text);
  font-size: 12px;
  line-height: 1.45;
  user-select: text;
}

.app-kicker {
  color: var(--color-accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.role-card h3,
.channel-card h3 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}

.role-card > p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

.chat-screen {
  display: flex;
  flex-direction: column;
}

.chat-message {
  align-self: flex-end;
  width: 82%;
  margin: 30px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(201, 162, 75, 0.32);
  border-radius: 14px 14px 3px 14px;
  background: rgba(201, 162, 75, 0.12);
  color: var(--color-text);
}

.answer-card {
  padding: 15px;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  background: rgba(20, 23, 28, 0.94);
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(38, 43, 51, 0.7);
}

.metric-row span {
  color: var(--color-muted);
}

.metric-row strong,
.metric-row em {
  font-style: normal;
  font-weight: 600;
}

.status-up {
  color: var(--color-normal);
}

.status-down {
  color: var(--color-alert);
}

.bar-chart {
  display: grid;
  gap: 7px;
  margin: 15px 0 16px;
}

.bar-chart i {
  display: block;
  width: var(--bar);
  height: 5px;
  border-radius: 3px;
  background: var(--color-accent);
}

.bar-chart .bar-chart__alert {
  background: var(--color-alert);
}

.answer-card__conclusion {
  margin: 0;
  color: var(--color-text);
  font-size: 11px;
  line-height: 1.5;
}

.answer-card__source {
  margin: 13px 0 0;
  padding-top: 11px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 9px;
  line-height: 1.45;
}

.alert-screen {
  display: flex;
  flex-direction: column;
}

.alert-card {
  position: relative;
  margin-top: 62px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 15px;
  padding: 19px 16px 16px 20px;
  background: rgba(20, 23, 28, 0.96);
}

.alert-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--color-alert);
}

.alert-card h4,
.brief-screen__title,
.comparison-screen h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.alert-card p {
  margin: 14px 0 0;
  color: #D5D6DA;
  font-size: 12px;
  line-height: 1.6;
}

.alert-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}

.alert-card__actions button {
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: 5px;
  padding: 9px 5px;
  background: #1A1E24;
  color: var(--color-text);
  font-size: 9px;
  font-weight: 500;
  cursor: default;
}

.brief-screen__title {
  margin-top: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-line);
  font-size: 15px;
}

.brief-block {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-line);
}

.brief-block h5 {
  margin: 0 0 8px;
  color: var(--color-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brief-block p {
  margin: 0;
  color: var(--color-text);
  font-size: 11px;
  line-height: 1.55;
}

.brief-block--recommendation {
  border: 1px solid rgba(201, 162, 75, 0.25);
  border-radius: 10px;
  margin-top: 16px;
  padding: 13px;
  background: rgba(201, 162, 75, 0.07);
}

.brief-block--recommendation h5 {
  color: var(--color-accent);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
  gap: clamp(40px, 9vw, 116px);
  align-items: end;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.65;
}

.channels__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.channel-card {
  min-height: 270px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: var(--color-surface);
}

.channel-card svg {
  width: 32px;
  height: 32px;
  margin-bottom: 46px;
  fill: none;
  stroke: var(--color-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.channel-card h3 {
  font-size: 22px;
}

.channel-card p {
  margin: 13px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.channels__receipt {
  max-width: 920px;
  margin: 32px 0 0;
  padding-left: 20px;
  border-left: 1px solid var(--color-accent);
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.truth {
  padding-top: 48px;
}

.truth__grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(72px, 10vw, 132px);
  align-items: center;
}

.truth__visual {
  display: flex;
  justify-content: center;
}

.truth-phone {
  width: min(100%, 430px);
  border-radius: 58px;
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.52), 0 0 80px rgba(201, 162, 75, 0.035), inset 0 0 0 2px #111419;
}

.comparison-screen {
  padding-inline: 24px;
}

.comparison-screen h3 {
  margin-top: 28px;
  font-size: 15px;
}

.comparison-table {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 13px;
  background: rgba(20, 23, 28, 0.94);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.38fr 0.76fr 0.82fr 0.34fr;
  gap: 7px;
  align-items: center;
  min-height: 68px;
  padding: 10px 11px;
  border-top: 1px solid var(--color-line);
}

.comparison-row--head {
  min-height: 34px;
  border-top: 0;
  color: var(--color-muted);
  font-size: 8px;
  text-transform: uppercase;
}

.comparison-row strong {
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.comparison-row span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.comparison-row b {
  font-size: 15px;
  text-align: center;
}

.comparison-screen__footer {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 9px;
  line-height: 1.5;
}

.truth__content .section-title {
  max-width: 580px;
}

.truth__content > p:not(.truth__note) {
  margin: 30px 0 0;
  color: var(--color-muted);
  font-size: 19px;
  line-height: 1.7;
}

.truth__note {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
}

.morning__timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.morning-item {
  min-width: 0;
}

.morning-item__time {
  margin: 0 auto 16px;
  width: min(100%, 320px);
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.morning-phone {
  width: min(100%, 320px);
  margin-inline: auto;
  border-radius: 47px;
}

.morning-phone .iphone-frame__screen {
  border-radius: 38px;
}

.morning-item > p {
  width: min(100%, 320px);
  margin: 22px auto 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.digest-screen h3 {
  margin: 28px 0 0;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.digest-list {
  margin-top: 24px;
  border-top: 1px solid var(--color-line);
}

.digest-row {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-line);
}

.digest-row span {
  color: var(--color-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.digest-row strong {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.digest-row strong b {
  font-weight: 600;
}

.digest-row--alert {
  padding-left: 12px;
  border-left: 3px solid var(--color-alert);
}

.digest-action {
  margin-top: 18px;
  border: 1px solid rgba(201, 162, 75, 0.32);
  border-radius: 7px;
  padding: 12px 14px;
  background: rgba(201, 162, 75, 0.08);
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 600;
}

.clarify-progress {
  margin-top: 36px;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 600;
  text-align: right;
}

.clarify-card {
  margin-top: 12px;
  border: 1px solid var(--color-line);
  border-radius: 15px;
  padding: 22px 16px 16px;
  background: rgba(20, 23, 28, 0.96);
}

.clarify-card > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.clarify-actions {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.8fr;
  gap: 6px;
  margin-top: 28px;
}

.clarify-actions button {
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: 5px;
  padding: 9px 3px;
  background: #1A1E24;
  color: var(--color-text);
  font-size: 8px;
  font-weight: 500;
  cursor: default;
}

.lock-screen {
  background:
    radial-gradient(circle at 70% 18%, rgba(201, 162, 75, 0.1), transparent 30%),
    linear-gradient(155deg, #171A20 0%, #0B0D10 62%, #08090B 100%);
}

.day-notification {
  position: relative;
  z-index: 2;
  width: calc(100% - 24px);
  margin: 58px auto 0;
  border: 1px solid rgba(242, 239, 231, 0.11);
  border-radius: 18px;
  padding: 16px;
  background: rgba(34, 38, 45, 0.93);
  user-select: text;
}

.day-notification p {
  margin: 0;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.security {
  padding-top: 24px;
}

.security__grid > .section-title {
  max-width: 860px;
}

.security__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 68px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.security__list li {
  position: relative;
  min-height: 148px;
  border-top: 1px solid var(--color-line);
  padding: 28px 0 30px 34px;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.65;
}

.security__list li::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 17px;
  height: 1px;
  background: var(--color-accent);
}

.start__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.start__steps li {
  min-height: 330px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 30px;
  background: var(--color-surface);
}

.start__number {
  display: block;
  margin-bottom: 72px;
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.start__steps h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.start__steps p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq__grid {
  max-width: 900px;
}

.faq__list {
  margin-top: 54px;
  border-top: 1px solid var(--color-line);
}

.faq details {
  border-bottom: 1px solid var(--color-line);
}

.faq summary {
  position: relative;
  padding: 26px 52px 26px 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--color-accent);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "−";
}

.faq summary:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

.faq details p {
  max-width: 760px;
  margin: -2px 0 0;
  padding: 0 52px 28px 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.7;
}

.access {
  padding: 0 0 var(--section-space);
}

.access__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(64px, 11vw, 140px);
  align-items: start;
  padding-top: 72px;
  border-top: 1px solid var(--color-line);
}

.access__content h2 {
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.08;
}

.access__content p {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.65;
}

.access-form {
  display: grid;
  gap: 22px;
  padding: 32px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.field {
  display: grid;
  gap: 8px;
}

.field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field label {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 500;
}

.field input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-line);
  border-radius: 3px;
  padding: 0 14px;
  background: var(--color-bg);
  color: var(--color-text);
  caret-color: var(--color-accent);
}

.field input:focus {
  border-color: var(--color-accent);
}

.access-form .button {
  width: 100%;
  margin-top: 2px;
}

.access-form__note {
  margin: -8px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.access-form__status {
  margin: -4px 0 0;
  border-top: 1px solid var(--color-line);
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.access-form__status--success {
  color: var(--color-normal);
}

.access-form__status--error {
  color: var(--color-alert);
}

.access-form__status a {
  color: inherit;
  font-weight: 600;
}

.footer {
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
}

.footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 300px;
  padding-block: 72px;
}

.footer__cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
}

.footer__cta .button {
  flex: 0 0 auto;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--color-line);
  padding-block: 30px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.footer__bottom nav {
  display: flex;
  gap: 26px;
}

.footer__bottom a {
  color: var(--color-muted);
  text-decoration: none;
}

.footer__bottom a:hover {
  color: var(--color-text);
}

.privacy-page__main {
  max-width: 820px;
  padding-block: 72px 120px;
}

.privacy-page__brand {
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.privacy-page h1 {
  margin-top: 72px;
  font-size: clamp(46px, 7vw, 72px);
}

.privacy-page h2 {
  margin: 54px 0 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}

.privacy-page p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.75;
}

.privacy-page p a {
  color: var(--color-text);
}

.reveal:not(.manifest) {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.is-visible:not(.manifest) {
  animation: fade-rise 400ms ease forwards;
}

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

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: 40px;
  }

  .hero__grid,
  .section-heading,
  .truth__grid,
  .access__grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    gap: 64px;
  }

  .phone-stage {
    justify-content: center;
  }

  .section-heading {
    gap: 28px;
  }

  .section-heading > p {
    max-width: 680px;
  }

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

  .truth__grid {
    gap: 60px;
  }

  .truth__content {
    max-width: 720px;
  }

  .footer__cta {
    align-items: flex-start;
  }

  .access__grid {
    gap: 44px;
  }
}

@media (max-width: 760px) {
  .roles__grid,
  .morning__timeline,
  .start__steps {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .role-card,
  .morning-item {
    max-width: 560px;
    margin-inline: auto;
  }

  .footer__cta {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  :root {
    --section-space: var(--section-space-mobile);
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .hero {
    padding: 28px 0 var(--section-space);
  }

  .brand {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 34px;
  }

  .brand__descriptor {
    max-width: 170px;
  }

  h1 {
    font-size: clamp(40px, 12.2vw, 52px);
    line-height: 1.02;
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero__action {
    width: 100%;
    margin-top: 32px;
  }

  .hero__action .button {
    width: 100%;
  }

  .hero__note {
    text-align: center;
  }

  .iphone,
  .iphone-frame {
    width: min(100%, 360px);
    border-radius: 46px;
  }

  .iphone__screen,
  .iphone-frame__screen {
    border-radius: 37px;
  }

  .notification {
    margin-top: 42px;
  }

  .manifest__line {
    font-size: clamp(31px, 9.5vw, 40px);
    line-height: 1.18;
  }

  .section-title {
    font-size: 40px;
    line-height: 1.08;
  }

  .roles__grid {
    margin-top: 44px;
  }

  .role-phone {
    width: min(100%, 328px);
    margin-bottom: 28px;
  }

  .role-card h3 {
    font-size: 28px;
  }

  .role-card > p {
    font-size: 15px;
  }

  .channels__grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .channel-card {
    min-height: 0;
    padding: 24px 22px 26px;
  }

  .channel-card svg {
    margin-bottom: 34px;
  }

  .channels__receipt {
    margin-top: 24px;
  }

  .truth {
    padding-top: 16px;
  }

  .truth__grid {
    gap: 48px;
  }

  .truth-phone {
    width: min(100%, 360px);
  }

  .comparison-screen {
    padding-inline: 18px;
  }

  .comparison-screen h3 {
    font-size: 13px;
  }

  .comparison-row {
    grid-template-columns: 1.32fr 0.78fr 0.82fr 0.28fr;
    gap: 5px;
    padding-inline: 8px;
  }

  .comparison-row strong,
  .comparison-row span {
    font-size: 9px;
  }

  .truth__content > p:not(.truth__note) {
    margin-top: 24px;
    font-size: 17px;
  }

  .morning__timeline {
    margin-top: 44px;
  }

  .morning-item__time,
  .morning-item > p {
    width: min(100%, 328px);
  }

  .morning-phone {
    width: min(100%, 328px);
  }

  .security {
    padding-top: 8px;
  }

  .security__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 42px;
  }

  .security__list li {
    min-height: 0;
    padding-block: 24px;
    font-size: 16px;
  }

  .security__list li::before {
    top: 31px;
  }

  .start__steps {
    margin-top: 42px;
    gap: 16px;
  }

  .start__steps li {
    min-height: 0;
    padding: 26px 22px 28px;
  }

  .start__number {
    margin-bottom: 46px;
    font-size: 52px;
  }

  .start__steps h3 {
    font-size: 25px;
  }

  .faq__list {
    margin-top: 36px;
  }

  .faq summary {
    padding-block: 22px;
    padding-right: 42px;
    font-size: 17px;
  }

  .faq summary::after {
    top: 21px;
  }

  .faq details p {
    padding-right: 20px;
    padding-bottom: 24px;
    font-size: 15px;
  }

  .access__grid {
    padding-top: 48px;
  }

  .access__content h2 {
    font-size: 42px;
  }

  .access__content p {
    margin-top: 20px;
    font-size: 16px;
  }

  .access-form {
    gap: 20px;
    padding: 22px 18px;
  }

  .footer__cta {
    min-height: 0;
    gap: 32px;
    padding-block: 64px;
  }

  .footer__cta h2 {
    font-size: 40px;
  }

  .footer__cta .button {
    width: 100%;
  }

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

  .footer__bottom {
    gap: 20px;
  }

  .footer__bottom nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .privacy-page__main {
    padding-block: 40px 80px;
  }

  .privacy-page h1 {
    margin-top: 52px;
    font-size: 42px;
  }
}

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

  .reveal,
  .manifest__line,
  .notification {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
