:root {
  --page-background: #101732;
  --text-color: #fff;
  --headline-accent: #ffd941;
  --button-background: #ffeb17;
  --button-hover: #fcea30;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page-background);
  color: var(--text-color);
  font-family: Roboto, Arial, sans-serif;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}

.preland {
  padding: 18px 20px 48px;
}

.sponsored-label {
  margin: 0 0 12px;
  color: #c5c9d6;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.headline {
  max-width: 752px;
  margin: 0 auto 26px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 53px;
  text-align: center;
}

.headline-accent {
  display: block;
  color: var(--headline-accent);
}

.video-preview {
  display: block;
  width: min(100%, 752px);
  aspect-ratio: 600 / 338;
  margin: 0 auto;
  border: 1px solid #394b56;
  box-shadow: 0 0 0 3px #000;
}

.video-preview picture,
.video-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.video-caption {
  max-width: 752px;
  margin: 14px auto 20px;
  color: #d8dbe5;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 742px);
  min-height: 82px;
  margin: 0 auto;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--button-background);
  color: #000;
  font-family: Yantramanav, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.video-button:hover {
  background: var(--button-hover);
}

.story {
  max-width: 896px;
  margin: 28px auto 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.story p {
  margin: 0 0 22px;
}

.story p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.preland-footer {
  padding: 40px 24px 28px;
  border-top: 1px solid #37415f;
  background: #0c1229;
  color: #cdd3e2;
  font-size: 16px;
  line-height: 1.65;
}

.preland-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.disclosure-block {
  margin-bottom: 28px;
}

.preland-footer h2 {
  margin: 0 0 9px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.preland-footer p {
  margin: 0;
}

.preland-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 24px 0;
  border-top: 1px solid #37415f;
  border-bottom: 1px solid #37415f;
}

.preland-footer a {
  color: #f1f3f9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.preland-footer a:hover {
  color: var(--headline-accent);
}

.preland-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.preland-contact {
  padding: 26px 0;
}

.preland-contact address {
  margin-top: 10px;
  font-style: normal;
  overflow-wrap: anywhere;
}

.preland-footer .preland-copyright {
  padding-top: 20px;
  border-top: 1px solid #37415f;
  color: #adb7ce;
  font-size: 14px;
}

@media (max-width: 959px) {
  .preland {
    max-width: 620px;
    margin: 0 auto;
    padding: 14px 16px 36px;
  }

  .headline {
    margin-bottom: 22px;
    font-size: clamp(24px, 6.25vw, 38px);
    line-height: 1.267;
  }

  .video-preview {
    width: 100%;
  }

  .video-caption {
    font-size: 14px;
  }

  .video-button {
    min-height: 65px;
    font-size: clamp(26px, 7.083vw, 34px);
    line-height: 1.09;
  }

  .story {
    margin: 24px auto 26px;
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.4;
  }

  .story p {
    margin-bottom: 20px;
  }

  .preland-footer {
    padding: 30px 16px 24px;
  }

  .disclosure-block {
    margin-bottom: 24px;
  }

  .preland-footer-links {
    gap: 6px 18px;
  }
}
