/* Shared navigation and content recovered from the production site. App palette:
   app/theme/tokens.ts and app/tailwind.config.js; keep each direction's layout. */
:root {
  --brand: #ff385c;
  --brand-action: #c80d36;
  --content-ink: #222222;
  --content-muted: #717171;
  --content-line: #dddddd;
  --content-soft: #f7f7f7;
  --content-pink: #fff1f3;
}
[hidden] {
  display: none !important;
}
.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  height: 92px;
  min-height: 92px;
  z-index: 10;
}
.site-header .site-nav-primary {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 26px;
  font-size: 14px;
  font-weight: 500;
}
.site-header .site-nav-primary a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
}
.site-header .site-nav-primary a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header #menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--content-ink);
  min-height: 44px;
  padding: 0 8px;
  font: inherit;
  font-size: 13px;
}
.site-header #lang-toggle {
  margin: 0;
  flex-shrink: 0;
  min-height: 44px;
}
.site-header .site-nav-mobile {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px 20px;
  border: 1px solid var(--content-line);
  background: #ffffff;
  box-shadow: 0 16px 24px rgb(34 34 34 / 9%);
  z-index: 20;
}
.site-header .site-nav-mobile a {
  display: flex;
  min-height: 48px;
  align-items: center;
  color: var(--content-ink);
  font-size: 15px;
  padding-block: 10px;
}
.content-width {
  width: min(1192px, calc(100% - 96px));
  margin-inline: auto;
}
.pricing-overview {
  padding-block: 94px 88px;
  color: var(--content-ink);
}
.content-heading {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 48px;
}
.content-heading h2 {
  max-width: 17ch;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.content-heading > p {
  color: var(--content-muted);
  max-width: 47ch;
  font-size: 17px;
  line-height: 1.65;
}
.pro-overview-plan {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: start;
  padding-block: 36px;
  border-block: 1px solid var(--content-line);
}
.pro-overview-plan h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.3;
  color: var(--brand-action);
}
.pro-overview-plan .plan-amount {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--content-ink);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.pro-overview-plan .plan-period {
  font-size: 14px;
  font-weight: 400;
  color: var(--content-muted);
  letter-spacing: 0;
}
.pro-overview-plan .plan-description {
  margin-top: 20px;
  color: var(--content-muted);
  font-size: 16px;
}
.plan-includes {
  padding: 0;
  list-style: none;
  margin: 0;
}
.plan-includes li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-block: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.plan-includes li + li {
  border-top: 1px solid var(--content-line);
}
.plan-includes li::before {
  content: "✓";
  color: var(--brand-action);
  font-weight: 600;
}
.pricing-followup {
  margin-top: 26px;
  display: flex;
  gap: 42px;
  justify-content: space-between;
  align-items: start;
}
.pricing-followup > a,
.story-layout a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.pricing-followup > p {
  max-width: 52ch;
  font-size: 13px;
  line-height: 1.7;
  color: var(--content-muted);
}
.story-overview {
  background: var(--content-soft);
  color: var(--content-ink);
  padding-block: 82px;
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
}
.story-layout h2 {
  max-width: 15ch;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.story-layout > div > a {
  margin-top: 27px;
}
.story-layout p {
  color: var(--content-muted);
  font-size: 17px;
  line-height: 1.7;
}
.story-layout .story-privacy-link {
  margin-top: 20px;
  color: var(--content-muted);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .site-header {
    gap: 18px;
  }
  .site-header .site-nav-primary {
    gap: 18px;
    font-size: 13px;
  }
  .content-heading,
  .story-layout {
    gap: 40px;
  }
  .pricing-followup {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .site-header {
    min-height: 76px;
    height: 76px;
    gap: 10px;
  }
  .site-header .site-nav-primary {
    display: none;
  }
  .site-header #menu-toggle {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }
  .site-header #lang-toggle {
    padding-left: 12px;
    min-width: 43px;
  }
  .content-width {
    width: calc(100% - 44px);
  }
  .pricing-overview {
    padding-block: 52px;
  }
  .content-heading,
  .story-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .content-heading {
    margin-bottom: 30px;
  }
  .content-heading h2,
  .story-layout h2 {
    font-size: 38px;
    max-width: 18ch;
  }
  .content-heading > p,
  .story-layout p {
    font-size: 16px;
  }
  .pro-overview-plan {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 28px;
  }
  .pro-overview-plan .plan-amount {
    font-size: 48px;
    margin-top: 15px;
  }
  .pro-overview-plan .plan-description {
    margin-top: 16px;
  }
  .plan-includes li {
    font-size: 15px;
  }
  .pricing-followup {
    flex-direction: column;
    gap: 16px;
  }
  .story-overview {
    padding-block: 52px;
  }
  .story-layout > div > a {
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .content-heading h2,
  .story-layout h2 {
    font-size: 33px;
  }
  .site-header #menu-toggle {
    padding-inline: 5px;
  }
}

/* Completed alert story: a labelled illustration, not an empty review slot. */
.hero-how { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: var(--content-ink); font-size: 14px; text-underline-offset: 5px; }
.hero-how:hover { text-decoration: underline; }
.process-title { font-size: clamp(26px, 3vw, 38px); letter-spacing: -.04em; margin-bottom: 32px; }
.alert-story { background: var(--content-pink); padding-block: 88px; }
.alert-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.alert-story-copy h2 { max-width: 17ch; font-size: clamp(36px, 3.6vw, 54px); letter-spacing: -.045em; }
.alert-story-copy > p:not(.eyebrow) { max-width: 46ch; margin-top: 24px; color: #595959; }
.eyebrow { color: var(--brand-action); font-size: 13px; font-weight: 650; letter-spacing: .03em; margin-bottom: 20px; }
.alert-story-points { padding: 0; margin: 24px 0 0; list-style: none; }
.alert-story-points li { display: flex; align-items: baseline; gap: 12px; margin-block: 14px; font-size: 15px; line-height: 1.5; }
.alert-story-points li::before { content: '✓'; color: var(--brand-action); }
.telegram-example { background: #f3e8e8; border: 1px solid #e5d3d6; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 45px #77213c0d; }
.telegram-header { padding: 20px 24px; background: #fff; display: flex; align-items: center; gap: 12px; }
.telegram-avatar { display: grid; place-items: center; background: #2481af; border-radius: 50%; width: 44px; height: 44px; color: #fff; flex-shrink: 0; }
.telegram-header strong { font-size: 17px; }
.telegram-header div > span { display: block; font-size: 12px; color: #595959; margin-top: 3px; }
.telegram-message { background: #fff; border-radius: 14px; margin: 24px; overflow: hidden; }
.telegram-message > img { width: 100%; height: 190px; object-fit: cover; }
.telegram-message-copy { padding: 22px; }
.telegram-message-copy .message-kicker { font-size: 12px; color: var(--brand-action); margin-bottom: 10px; }
.telegram-message-copy h3 { font-size: 21px; margin-bottom: 10px; }
.telegram-message-copy p { font-size: 14px; color: #595959; }
.message-action { display: block; margin-top: 20px; padding-top: 16px; border-top: 1px solid #eee; color: #246f94; font-size: 14px; font-weight: 600; }
.alert-example figcaption { font-size: 12px; line-height: 1.5; margin-top: 16px; color: #595959; text-align: center; }
.desktop-download { display: flex; align-items: center; text-align: left; gap: 22px; max-width: 420px; margin: 36px auto 0; padding-top: 30px; border-top: 1px solid #ddd; }
.desktop-download > a { flex-shrink: 0; padding: 6px; background: #fff; border-radius: 10px; }
.desktop-download strong { font-size: 15px; }
.desktop-download p { margin-top: 8px; font-size: 14px; }
@media (max-width: 850px) {
  .alert-story-grid { gap: 36px; }
}
@media (max-width: 767px) {
  .alert-story { padding-block: 52px; }
  .alert-story-grid { grid-template-columns: 1fr; }
  .alert-story-copy h2 { font-size: 38px; }
  .alert-story-copy > p:not(.eyebrow) { font-size: 16px; }
  .telegram-example { max-width: 440px; margin-inline: auto; }
  .telegram-message { margin: 18px; }
  .telegram-message-copy { padding: 18px; }
  .desktop-download { display: none; }
  .process-title { margin-bottom: 28px; }
}
