:root {
  --launch-ink: #fff8eb;
  --launch-muted: #d9cabc;
  --launch-gold: #e0aa43;
  --launch-gold-dark: #b87920;
  --launch-maroon: #7f1f1b;
  --launch-surface: rgba(23, 16, 12, 0.78);
  --launch-line: rgba(255, 248, 235, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--launch-ink);
  background: #17100c;
  font-family: "Nirmala UI", "Noto Sans Gujarati", "Shruti", "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
}

button,
a {
  font: inherit;
}

.launch-page {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
}

.launch-page::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(10, 7, 5, 0.52);
}

.launch-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.launch-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.launch-header,
.launch-main,
.launch-footer {
  width: min(100% - 48px, 1540px);
  margin-inline: auto;
}

.launch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding-block: 18px;
  border-bottom: 1px solid var(--launch-line);
}

.launch-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
}

.launch-brand img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 2px solid var(--launch-gold);
  border-radius: 50%;
  object-fit: cover;
}

.launch-brand span {
  display: grid;
  min-width: 0;
}

.launch-brand strong {
  overflow: hidden;
  font-size: 1.08rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-brand small {
  color: var(--launch-gold);
  font-size: 0.84rem;
  font-weight: 700;
}

.launch-language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 6px 8px 6px 10px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: rgba(23, 16, 12, 0.66);
  backdrop-filter: blur(12px);
}

.launch-language-switcher svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--launch-gold);
}

.launch-language-switcher select {
  min-width: 92px;
  border: 0;
  outline: 0;
  color: var(--launch-ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.launch-language-switcher:focus-within {
  outline: 2px solid var(--launch-gold);
  outline-offset: 2px;
}

.launch-language-switcher option {
  color: #18130f;
  background: #fff7e6;
}

.launch-main {
  display: flex;
  align-items: center;
  padding-block: 44px;
}

.launch-content {
  width: min(100%, 790px);
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--launch-gold);
  font-size: 0.94rem;
  font-weight: 800;
}

.launch-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--launch-gold);
  box-shadow: 0 0 0 5px rgba(224, 170, 67, 0.16);
}

.launch-content h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.3rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
}

.launch-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--launch-muted);
  font-size: 1.16rem;
  font-weight: 500;
}

.launch-youtube {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 28px;
  padding: 11px 17px;
  border: 1px solid var(--launch-gold);
  border-radius: 7px;
  color: #24170d;
  background: var(--launch-gold);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.launch-youtube:hover {
  background: #edbb58;
  transform: translateY(-2px);
}

.launch-youtube:focus-visible {
  outline: 3px solid var(--launch-ink);
  outline-offset: 3px;
}

.launch-youtube svg {
  width: 20px;
  height: 20px;
}

.launch-youtube .launch-arrow {
  width: 17px;
  height: 17px;
  margin-left: 4px;
}

.launch-expert {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--launch-line);
}

.launch-expert img {
  width: 148px;
  aspect-ratio: 346 / 214;
  border: 2px solid rgba(224, 170, 67, 0.72);
  border-radius: 8px;
  object-fit: cover;
}

.launch-expert span {
  display: grid;
  gap: 2px;
}

.launch-expert small {
  color: var(--launch-gold);
  font-size: 0.85rem;
  font-weight: 700;
}

.launch-expert strong {
  font-size: 1.2rem;
}

.launch-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border-top: 1px solid var(--launch-line);
  color: var(--launch-muted);
  font-size: 0.88rem;
}

.launch-footer strong {
  color: var(--launch-ink);
}

@media (max-width: 900px) {
  .launch-page::before {
    background: rgba(10, 7, 5, 0.68);
  }

  .launch-backdrop img {
    object-position: 62% center;
  }

  .launch-content h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 640px) {
  .launch-header,
  .launch-main,
  .launch-footer {
    width: min(100% - 32px, 1540px);
  }

  .launch-header {
    align-items: flex-start;
    min-height: 0;
    padding-block: 14px;
  }

  .launch-brand {
    gap: 9px;
  }

  .launch-brand img {
    width: 44px;
    height: 44px;
  }

  .launch-brand strong {
    max-width: 180px;
    font-size: 0.9rem;
  }

  .launch-brand small {
    font-size: 0.72rem;
  }

  .launch-language-switcher {
    min-height: 38px;
    padding: 5px 7px;
  }

  .launch-language-switcher select {
    min-width: 76px;
    font-size: 0.82rem;
  }

  .launch-main {
    align-items: center;
    padding-block: 28px;
  }

  .launch-status {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .launch-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    text-wrap: wrap;
  }

  .launch-lead {
    margin-top: 16px;
    font-size: 1rem;
  }

  .launch-youtube {
    min-height: 46px;
    margin-top: 22px;
  }

  .launch-expert {
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
  }

  .launch-expert img {
    width: 116px;
  }

  .launch-expert strong {
    font-size: 1.02rem;
  }

  .launch-footer {
    min-height: 54px;
    gap: 8px;
    font-size: 0.76rem;
  }
}

@media (max-width: 410px) {
  .launch-brand strong {
    max-width: 138px;
  }

  .launch-language-switcher {
    gap: 5px;
  }

  .launch-language-switcher select {
    min-width: 70px;
  }

  .launch-content h1 {
    font-size: 2.15rem;
  }

  .launch-expert img {
    width: 102px;
  }
}

@media (max-height: 720px) and (min-width: 641px) {
  .launch-header {
    min-height: 80px;
    padding-block: 12px;
  }

  .launch-brand img {
    width: 48px;
    height: 48px;
  }

  .launch-main {
    padding-block: 24px;
  }

  .launch-content h1 {
    font-size: 3.4rem;
  }

  .launch-lead {
    margin-top: 14px;
  }

  .launch-youtube {
    margin-top: 20px;
  }

  .launch-expert {
    margin-top: 20px;
    padding-top: 15px;
  }

  .launch-expert img {
    width: 116px;
  }

  .launch-footer {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-youtube {
    transition: none;
  }
}
