@font-face{font-family:'Inter Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url('/assets/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 Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url('/assets/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:'Roboto Condensed Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url('/assets/roboto-condensed-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Roboto Condensed Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url('/assets/roboto-condensed-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:'JetBrains Mono Variable';font-style:normal;font-display:swap;font-weight:100 800;src:url('/assets/jetbrains-mono-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'JetBrains Mono Variable';font-style:normal;font-display:swap;font-weight:100 800;src:url('/assets/jetbrains-mono-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{--font-sans:'Inter Variable','Inter','Segoe UI Variable','Segoe UI',system-ui,sans-serif;--font-display:'Roboto Condensed Variable','Arial Narrow',sans-serif;--font-mono:'JetBrains Mono Variable','JetBrains Mono',Consolas,monospace;background:#0788ee}
*,*::before,*::after{box-sizing:border-box}
html{min-width:280px;min-height:100%;margin:0;background:#0788ee;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{min-height:100%;margin:0;background:#0788ee;font-family:var(--font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.launch-page {
  --launch-blue: #0788ee;
  --launch-blue-deep: #0567b6;
  --launch-pink: #ef19dc;
  --launch-yellow: #f4f600;
  --launch-paper: #f4f2e9;
  --launch-ink: #111312;
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  /* The document is the only vertical scroll container. `clip` keeps the
     decorative background inside the page without trapping wheel scrolling. */
  overflow: clip;
  background:
    radial-gradient(circle at 77% 45%, rgba(91, 205, 255, .24), transparent 31%),
    linear-gradient(135deg, #0788ee 0%, #087bd5 65%, #0567b6 100%);
  color: #fff;
  color-scheme: light;
}

.privacy-settings { position: relative; margin: 8px 20px 16px; background: transparent; color: #111827; border: 1px solid #111827; padding: 10px 14px; min-height: 44px; cursor: pointer; font: inherit; font-size: .875rem; font-weight: 700; }
.privacy-panel { position: fixed; z-index: 100; right: 16px; bottom: 16px; width: min(680px, calc(100vw - 32px)); max-height: calc(100svh - 32px); overflow-y: auto; padding: clamp(20px, 4vw, 28px); background: #f4f2e9; color: #111312; border: 2px solid #111312; box-shadow: 6px 6px 0 #ef19dc; }
.privacy-panel[hidden], .privacy-settings[hidden] { display: none; }
.privacy-panel h2 { margin: 0 0 12px; font-size: 1.3rem; line-height: 1.25; }
.privacy-panel p { margin: 0 0 16px; font-size: .875rem; line-height: 1.55; }
.privacy-panel .privacy-note { margin: 16px 0 0; font-size: .78rem; color: #434744; }
.privacy-panel a { color: #075795; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-panel button { flex: 1 1 150px; min-height: 44px; padding: 10px 14px; background: #f4f600; border: 1px solid #111312; font: 700 .875rem/1.4 var(--font-sans); cursor: pointer; }
.privacy-panel button[data-consent-action="customize"],
.privacy-panel button[data-consent-action="cancel"] { background: #fff; }
.privacy-panel button[data-consent-action="none"] { background: transparent; }
.privacy-choices { margin: 18px 0 0; padding: 0; border: 0; }
.privacy-choices[hidden] { display: none; }
.privacy-choices legend { margin-bottom: 10px; font-weight: 800; }
.privacy-choices > label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-bottom: 10px; padding: 13px 14px; border: 1px solid #111312; background: #fff; cursor: pointer; }
.privacy-choices input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: #0788ee; }
.privacy-choices span { display: grid; gap: 3px; }
.privacy-choices small { font-size: .76rem; line-height: 1.45; color: #4c514e; }
.privacy-choices .privacy-actions { margin-top: 12px; }
.privacy-panel :is(button,a):focus-visible, .privacy-settings:focus-visible { outline: 3px solid #ef19dc; outline-offset: 3px; }
.privacy-choices input:focus-visible { outline: 3px solid #ef19dc; outline-offset: 3px; }

@media (max-width: 520px) {
  .privacy-panel { right: 10px; bottom: 10px; width: calc(100vw - 20px); max-height: calc(100svh - 20px); box-shadow: 4px 4px 0 #ef19dc; }
  .privacy-actions { display: grid; grid-template-columns: 1fr; }
  .privacy-panel button { width: 100%; }
}

.launch-page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .13;
  background-image: radial-gradient(rgba(255, 255, 255, .96) .75px, transparent .75px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: soft-light;
}

.launch-page::after {
  position: absolute;
  right: -19vw;
  bottom: -38vw;
  z-index: -1;
  width: 78vw;
  aspect-ratio: 1;
  transform: rotate(-16deg);
  border: clamp(70px, 8vw, 150px) solid rgba(244, 246, 0, .085);
  border-radius: 34%;
  content: "";
}

.launch-header,
.launch-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline:
    max(clamp(20px, 4vw, 72px), env(safe-area-inset-left))
    max(clamp(20px, 4vw, 72px), env(safe-area-inset-right));
}

.launch-header {
  position: relative;
  z-index: 20;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
}

.launch-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.launch-logo-symbol {
  width: 56px;
  height: 56px;
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(3, 1fr);
  gap: 4px;
  padding: 8px;
  transform: skewX(-7deg);
  background: var(--launch-ink);
  box-shadow: 7px 7px 0 var(--launch-pink);
}

.launch-logo-symbol i { min-width: 0; background: #fff; }
.launch-logo-symbol i:nth-child(1) { grid-area: 1 / 1; background: var(--launch-yellow); }
.launch-logo-symbol i:nth-child(2) { grid-area: 1 / 2; }
.launch-logo-symbol i:nth-child(3) { grid-area: 2 / 2; background: var(--launch-pink); }
.launch-logo-symbol i:nth-child(4) { grid-area: 2 / 3; }
.launch-logo-symbol i:nth-child(5) { grid-area: 3 / 1; }
.launch-logo-symbol i:nth-child(6) { grid-area: 3 / 2; background: var(--launch-yellow); }

.launch-logo-word {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 790;
  letter-spacing: -.035em;
  line-height: 1;
  text-transform: uppercase;
}

.launch-logo-word span { color: var(--launch-yellow); }

.launch-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2.2vw, 34px);
  margin-left: auto;
}

.launch-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-block: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.launch-nav a:not(.launch-nav__language)::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--launch-yellow);
  content: "";
  transition: transform .18s ease;
}

.launch-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.launch-nav .launch-nav__language {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .54);
  color: var(--launch-yellow);
  font-family: var(--font-mono);
}

.launch-menu { position: relative; flex: 0 0 auto; }
.launch-menu summary {
  min-height: 44px; display: flex; align-items: center; gap: 10px;
  padding: 10px 13px; border: 1px solid rgba(255,255,255,.65);
  color: var(--launch-yellow); font: 750 .875rem/1.2 var(--font-sans);
  cursor: pointer; list-style: none;
}
.launch-menu summary::-webkit-details-marker { display: none; }
.launch-menu summary::after { content: "+"; }
.launch-menu[open] summary::after { content: "−"; }
.launch-menu nav {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 30;
  width: min(82vw, 330px); max-height: min(65svh, 620px); overflow-y: auto;
  display: grid; padding: 6px; border: 1px solid var(--launch-ink);
  background: var(--launch-paper); box-shadow: 6px 6px 0 var(--launch-pink);
}
.launch-menu nav a {
  display: flex; align-items: center; min-height: 44px; padding: 10px 14px;
  color: var(--launch-ink); text-decoration: none; font-size: 1rem; line-height: 1.4;
}
.launch-menu nav a:hover { background: var(--launch-yellow); }
.launch-menu :is(a, summary):focus-visible { outline: 3px solid var(--launch-pink); outline-offset: 2px; }
@media (max-width: 1190px) { .launch-header .launch-status { display: none; } }
@media (max-width: 380px) {
  .launch-header { gap: 10px; }
  .launch-header .launch-logo-word { display: none; }
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--launch-yellow);
  box-shadow: 0 0 0 6px rgba(244, 246, 0, .18);
  animation: launch-status 2.4s ease-in-out infinite;
}

.launch-status > span { display: block; }

.launch-hero {
  display: grid;
  width: 100%;
  max-width: 2000px;
  min-width: 0;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(20px, 3vw, 62px);
  margin-inline: auto;
  padding-block: clamp(34px, 4.8vh, 72px) clamp(48px, 6.5vh, 84px);
  padding-inline:
    max(clamp(20px, 4vw, 72px), env(safe-area-inset-left))
    max(clamp(20px, 4vw, 72px), env(safe-area-inset-right));
}

.launch-copy {
  position: relative;
  z-index: 9;
  container-type: inline-size;
  min-width: 0;
  max-width: 860px;
}

.launch-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .125em;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-kicker span { max-width: 390px; }
.launch-kicker i { width: 74px; height: 3px; flex: 0 0 auto; background: var(--launch-yellow); }

.launch-copy h1 {
  display: grid;
  gap: .025em;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 4.35vw, 86px);
  font-size: clamp(48px, 10.8cqi, 86px);
  font-weight: 790;
  letter-spacing: -.032em;
  line-height: .92;
  text-wrap: balance;
  text-transform: uppercase;
}

.launch-copy h1 > span {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.launch-copy h1 em {
  position: relative;
  display: inline-block;
  color: var(--launch-yellow);
  font-style: normal;
}

.launch-copy h1 em::after {
  position: absolute;
  right: -.025em;
  bottom: -.09em;
  left: -.025em;
  height: .06em;
  background: var(--launch-pink);
  content: "";
  clip-path: polygon(0 24%, 9% 0, 18% 58%, 31% 15%, 43% 72%, 56% 18%, 69% 76%, 82% 13%, 91% 61%, 100% 26%, 100% 100%, 0 100%);
}

.launch-positioning {
  max-width: 690px;
  margin: clamp(26px, 3.5vh, 40px) 0 0;
  font-size: clamp(16px, 1.22vw, 21px);
  line-height: 1.48;
  text-wrap: pretty;
}

.launch-date {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  margin-top: 30px;
  padding: 12px 18px 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .54);
  border-bottom: 1px solid rgba(255, 255, 255, .54);
}

.launch-date > h2 {
  max-width: 90px;
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.launch-date strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 2.55vw, 46px);
  letter-spacing: -.025em;
  line-height: 1;
  text-transform: uppercase;
}

.launch-date strong b { color: var(--launch-yellow); font-weight: inherit; }

.launch-route {
  position: relative;
  width: min(100%, 780px);
  min-width: 0;
  justify-self: end;
  padding-top: 34px;
}

.launch-route-topline {
  display: grid;
  grid-template-columns: auto minmax(28px, 82px) auto;
  align-items: center;
  gap: 10px;
  width: min(88%, 580px);
  margin: 0 auto -4px;
  color: rgba(255, 255, 255, .68);
  font: 700 8px/1 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.launch-route-topline span { color: var(--launch-yellow); }
.launch-route-topline i { height: 1px; background: rgba(255, 255, 255, .42); }

.launch-route-map {
  position: relative;
  width: 100%;
  aspect-ratio: 710 / 390;
}

.launch-route-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 7px 14px rgba(0, 69, 123, .22));
}

.launch-route-line.is-mobile { display: none; }

.launch-route-line__base,
.launch-route-line__signal {
  fill: none;
  stroke-linecap: square;
  stroke-width: 3;
}

.launch-route-line__base { stroke: rgba(255, 255, 255, .38); }

.launch-route-line__signal {
  stroke: var(--launch-yellow);
  stroke-dasharray: 112 888;
  animation: launch-route-signal 5.6s linear infinite;
  filter: drop-shadow(0 0 8px rgba(244, 246, 0, .62));
}

.launch-route-line__runner {
  fill: var(--launch-pink);
  filter: drop-shadow(0 0 7px rgba(239, 25, 220, .92));
}

.launch-route-steps {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.launch-route-step {
  --route-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.launch-route-step > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: var(--launch-paper);
  box-shadow: 0 0 12px rgba(255, 255, 255, .28);
  animation: launch-route-node 5.6s ease-in-out infinite;
  animation-delay: calc(var(--route-index) * .7s);
}

.launch-route-step > span {
  position: absolute;
  left: 0;
  bottom: 17px;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: uppercase;
}

.launch-route-step.is-below > span { top: 17px; bottom: auto; }
.launch-route-step small { color: var(--launch-yellow); font: 800 8px/1 var(--font-mono); }
.launch-route-step strong { color: #fff; font: 800 9px/1 var(--font-mono); letter-spacing: .035em; }

.route-step-goal { left: 5.35%; top: 20.5%; }
.route-step-research { left: 23.25%; top: 28.46%; }
.route-step-plan { left: 38.03%; top: 48.2%; }
.route-step-create { left: 54.37%; top: 66.15%; }
.route-step-launch { left: 69.01%; top: 75.64%; }
.route-step-talk { left: 78.87%; top: 57.69%; }
.route-step-improve { left: 86.62%; top: 40.51%; }
.route-step-result { left: 95.07%; top: 30.77%; }

.route-step-goal > i,
.route-step-result > i {
  width: 17px;
  height: 17px;
  border-color: var(--launch-yellow);
  background: var(--launch-yellow);
  box-shadow: 0 0 20px rgba(244, 246, 0, .65);
}

.route-step-goal > span { transform: none; }
.route-step-result > span { transform: translateX(-100%); }
.route-step-goal strong,
.route-step-result strong { color: var(--launch-yellow); font-size: 10px; }

.launch-route-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: -6px 2% 0 0;
  color: rgba(255, 255, 255, .72);
  font: 700 8px/1.2 var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.launch-route-caption b { color: var(--launch-yellow); }
.launch-route-caption i { width: 22px; height: 1px; background: rgba(255, 255, 255, .42); }

.launch-footer {
  position: relative;
  z-index: 20;
  min-height: 64px;
  border-top: 1px solid rgba(255, 255, 255, .27);
}

.launch-footer p,
.launch-footer > span { margin: 0; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.launch-footer p { overflow-wrap: anywhere; text-wrap: pretty; }
.launch-footer a { position: relative; display: inline-flex; align-items: center; gap: 5px; color: var(--launch-yellow); font-weight: 850; text-decoration: none; }
.launch-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.launch-footer a span { font-size: 13px; }
.launch-footer > span { color: rgba(255, 255, 255, .64); }

.launch-page :is(a, button):focus-visible {
  outline: 3px solid var(--launch-yellow);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--launch-ink);
}

@keyframes launch-status {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .48; transform: scale(.72); }
}

@keyframes launch-route-signal {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -1000; }
}

@keyframes launch-route-node {
  0%, 100% { opacity: .72; transform: translate(-50%, -50%) scale(.88); }
  8%, 17% { opacity: 1; transform: translate(-50%, -50%) scale(1.34); }
  25% { opacity: .82; transform: translate(-50%, -50%) scale(1); }
}

@media (min-width: 900px) and (max-width: 1180px) {
  .launch-hero { gap: clamp(22px, 2.8vw, 34px); padding-block: 38px 48px; }
  .launch-copy h1 { font-size: clamp(42px, 4.8vw, 58px); }
  .launch-copy h1 { font-size: clamp(42px, 10.2cqi, 58px); }
  .launch-positioning { margin-top: 22px; font-size: 15px; line-height: 1.42; }
  .launch-date { margin-top: 22px; }
  .launch-route { width: 100%; padding-top: 20px; }
}

@media (max-width: 899px) {
  .launch-nav a:not(.launch-nav__language) { display: none; }
  .launch-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 52px; }
  .launch-copy { max-width: 900px; }
  .launch-copy h1 { font-size: clamp(54px, 10vw, 78px); }
  .launch-copy h1 { font-size: clamp(54px, 10.8cqi, 78px); }
  .launch-positioning { max-width: 760px; }
  .launch-route { width: min(100%, 780px); justify-self: center; }
}

@media (min-width: 900px) and (max-width: 1040px) and (orientation: portrait) {
  .launch-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 48px; }
  .launch-copy { max-width: 900px; }
  .launch-copy h1 { font-size: clamp(58px, 8.5vw, 78px); }
  .launch-copy h1 { font-size: clamp(58px, 10.2cqi, 78px); }
  .launch-positioning { max-width: 760px; }
  .launch-route { width: min(100%, 780px); justify-self: center; }
}

@media (max-width: 719px) {
  .launch-page { min-height: 100svh; }
  .launch-header { min-height: 86px; }
  .launch-status { max-width: 126px; justify-content: flex-end; text-align: right; font-size: 8px; }
  .launch-status > span { font-size: 0; }
  .launch-status > span::after { content: "Готовимся к запуску"; font-size: 8px; }
  .launch-nav { margin-left: auto; }
  .launch-logo-symbol { width: 44px; height: 44px; padding: 6px; box-shadow: 5px 5px 0 var(--launch-pink); }
  .launch-logo-word { font-size: 23px; }
  .launch-hero { gap: 35px; padding-top: 38px; padding-bottom: 55px; }
  .launch-kicker { align-items: flex-start; font-size: 9px; }
  .launch-kicker i { flex: 1; margin-top: 5px; }
  .launch-copy h1 { gap: .045em; font-size: clamp(42px, 10vw, 74px); font-size: clamp(42px, 10.8cqi, 74px); letter-spacing: -.025em; line-height: .94; }
  .launch-positioning { font-size: 16px; line-height: 1.48; }
  .launch-date { gap: 18px; padding-right: 0; }
  .launch-route { width: 100%; margin-inline: 0; padding-top: 10px; }
  .launch-route-topline { width: 100%; grid-template-columns: auto minmax(20px, 1fr) auto; font-size: 7px; }
  .launch-route-step strong { font-size: 9px; }
  .launch-route-caption { justify-content: center; margin: -4px 0 0; }
  .launch-footer { min-height: 64px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding-top: 12px; padding-bottom: max(12px, env(safe-area-inset-bottom)); }
}

@media (max-width: 599px) {
  .launch-route-map { aspect-ratio: 320 / 560; width: min(100%, 340px); margin-inline: auto; }
  .launch-route-line.is-desktop { display: none; }
  .launch-route-line.is-mobile { display: block; }
  .route-step-goal { left: 12.5%; top: 10.71%; }
  .route-step-research { left: 33.75%; top: 20.71%; }
  .route-step-plan { left: 56.88%; top: 31.07%; }
  .route-step-create { left: 38.13%; top: 44.64%; }
  .route-step-launch { left: 68.75%; top: 57.14%; }
  .route-step-talk { left: 46.25%; top: 69.64%; }
  .route-step-improve { left: 73.75%; top: 82.14%; }
  .route-step-result { left: 93.75%; top: 91.96%; }
}

@media (max-width: 480px) {
  .launch-copy h1 { font-size: clamp(36px, 11vw, 48px); line-height: .97; }
  .launch-copy h1 > span { width: 100%; }
  .launch-positioning { font-size: 15px; }
  .launch-route-caption { flex-wrap: wrap; row-gap: 7px; }
}

@media (min-width: 340px) and (max-width: 480px) {
  .launch-copy h1 > span { white-space: nowrap; }
}

@media (max-width: 390px) {
  .launch-logo-word { display: none; }
  .launch-route-step strong { font-size: 8px; }
  .launch-route-step small { font-size: 7px; }
}

@media (max-width: 339px) {
  .launch-copy h1 > span { white-space: normal; }
  .launch-date { align-items: flex-start; flex-direction: column; gap: 7px; }
  .launch-date > h2 { max-width: none; }
  .launch-footer p,
  .launch-footer > span { font-size: 9px; }
}

@media (min-width: 600px) and (max-width: 1180px) and (orientation: landscape) and (max-height: 540px) {
  .launch-header { min-height: 72px; }
  .launch-logo-symbol { width: 40px; height: 40px; padding: 6px; box-shadow: 5px 5px 0 var(--launch-pink); }
  .launch-logo-word { display: block; font-size: 21px; }
  .launch-status { max-width: none; font-size: 8px; }
  .launch-status > span { font-size: inherit; }
  .launch-status > span::after { content: none; }
  .launch-hero { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(18px, 3vw, 28px); padding-block: 22px 28px; }
  .launch-kicker { margin-bottom: 12px; font-size: 7px; }
  .launch-kicker i { width: 36px; }
  .launch-copy h1 { font-size: clamp(28px, 4.3vw, 40px); font-size: clamp(28px, 10cqi, 40px); line-height: .93; }
  .launch-copy h1 > span { white-space: nowrap; }
  .launch-positioning { margin-top: 14px; font-size: 13px; line-height: 1.34; }
  .launch-date { gap: 12px; margin-top: 14px; padding-block: 8px; }
  .launch-date > h2 { max-width: 72px; font-size: 7px; }
  .launch-date strong { font-size: 25px; }
  .launch-route { width: 100%; padding-top: 0; }
  .launch-route-topline { width: 92%; font-size: 6px; }
  .launch-route-map { width: 100%; aspect-ratio: 710 / 390; }
  .launch-route-line.is-desktop { display: block; }
  .launch-route-line.is-mobile { display: none; }
  .launch-route-step strong { font-size: 7px; }
  .launch-route-step small { font-size: 6px; }
  .route-step-goal { left: 5.35%; top: 20.5%; }
  .route-step-research { left: 23.25%; top: 28.46%; }
  .route-step-plan { left: 38.03%; top: 48.2%; }
  .route-step-create { left: 54.37%; top: 66.15%; }
  .route-step-launch { left: 69.01%; top: 75.64%; }
  .route-step-talk { left: 78.87%; top: 57.69%; }
  .route-step-improve { left: 86.62%; top: 40.51%; }
  .route-step-result { left: 95.07%; top: 30.77%; }
  .launch-route-caption { display: none; }
  .launch-footer { min-height: 52px; align-items: center; flex-direction: row; gap: 18px; padding-block: 8px; }
}

@media (min-width: 900px) and (max-height: 700px) {
  .launch-header { min-height: 84px; }
  .launch-logo-symbol { width: 48px; height: 48px; padding: 7px; box-shadow: 6px 6px 0 var(--launch-pink); }
  .launch-logo-word { font-size: 25px; }
  .launch-hero { padding-block: 24px 32px; }
  .launch-kicker { margin-bottom: 14px; }
  .launch-copy h1 { font-size: clamp(42px, 4.2vw, 70px); font-size: clamp(42px, 9.8cqi, 70px); }
  .launch-positioning { margin-top: 18px; line-height: 1.4; }
  .launch-date { margin-top: 18px; }
  .launch-route { padding-top: 16px; }
  .launch-footer { min-height: 56px; }
}

@media (min-width: 900px) and (max-width: 1180px) and (orientation: landscape) and (max-height: 540px) {
  .launch-header { min-height: 72px; }
  .launch-logo-symbol { width: 40px; height: 40px; padding: 6px; box-shadow: 5px 5px 0 var(--launch-pink); }
  .launch-logo-word { font-size: 21px; }
  .launch-hero { padding-block: 22px 28px; }
  .launch-copy h1 { font-size: clamp(28px, 4.3vw, 40px); font-size: clamp(28px, 10cqi, 40px); line-height: .93; }
  .launch-positioning { margin-top: 14px; font-size: 13px; line-height: 1.34; }
  .launch-date { margin-top: 14px; }
  .launch-route { padding-top: 0; }
  .launch-footer { min-height: 52px; }
}

@media (pointer: coarse) {
  .launch-footer a::before { position: absolute; inset: -12px -8px; content: ""; }
}

@media (prefers-reduced-motion: reduce) {
  .launch-page *,
  .launch-page *::before,
  .launch-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .launch-route-line__signal { stroke-dasharray: none; opacity: .52; }
  .launch-route-line__runner { display: none; }
}
