:root {
  --navy: #101d40;
  --navy-deep: #0a1024;
  --navy-soft: #16234a;
  --navy-line: rgba(255, 255, 255, 0.1);
  --yellow: #ffd200;
  --yellow-dark: #f0c000;
  --blue: #3b6fe0;
  --text: #101d40;
  --text-muted: #a9b4cd;
  --page: #f3f5fa;
  --radius: 20px;
  --container: 1180px;
}

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

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

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: "Manrope", -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.container--wide {
  max-width: 1560px;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo .fuel-logo {
  width: 126px;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fuel-logo {
  display: block;
  width: 168px;
}

.fuel-logo svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.fuel-logo__ghost {
  fill: #fff;
}

.fuel-logo__surface {
  filter: drop-shadow(0 0 3px rgba(255, 196, 60, 0.85));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 28px;
  border: 0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease, color 0.2s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.btn--primary {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 10px 26px -12px rgba(255, 210, 0, 0.85);
}

.btn--primary:hover {
  background: #ffdd3d;
  transform: translateY(-2px);
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(9, 15, 34, 0.5);
  backdrop-filter: blur(10px);
  color: #fff;
}

.btn--ghost:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.btn__arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.btn:hover .btn__arrow {
  transform: translateX(3px);
}

.btn__play {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: none;
  margin-left: -6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--yellow);
  transition: background 0.2s ease;
}

.btn__play svg {
  width: 15px;
  height: 15px;
}

.btn--ghost:hover .btn__play {
  background: rgba(255, 210, 0, 0.18);
}

.btn--block {
  position: relative;
  justify-content: center;
}

.btn--block .btn__arrow {
  position: absolute;
  right: 22px;
  margin-left: 0;
}

.btn--sm {
  padding: 11px 20px;
  font-size: 14px;
  border-radius: 10px;
}

.btn--block {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1520px;
  height: 64px;
  padding: 0 20px 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(9, 15, 34, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px -26px rgba(3, 8, 24, 0.9);
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
}

.nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  font-weight: 600;
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--yellow);
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  border-radius: 2px;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy-deep);
  color: #fff;
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__spread,
.hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__spread {
  object-fit: cover;
  transform: scale(1.3);
  filter: blur(60px) brightness(0.26) saturate(0.75);
}

.hero__photo {
  object-fit: cover;
  object-position: 50% 18%;
}

.hero__grade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      95deg,
      rgba(5, 9, 22, 0.84) 0%,
      rgba(6, 11, 27, 0.6) 24%,
      rgba(6, 11, 26, 0.16) 44%,
      rgba(6, 11, 26, 0.08) 58%,
      rgba(6, 11, 26, 0.3) 78%,
      rgba(5, 9, 22, 0.55) 100%
    ),
    linear-gradient(180deg, rgba(5, 9, 22, 0.7) 0%, rgba(5, 9, 22, 0.14) 18%, transparent 44%, rgba(16, 29, 64, 0.85) 100%);
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 520px) 420px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1520px;
  min-height: inherit;
  padding: clamp(100px, 12vh, 132px) clamp(24px, 3.2vw, 60px) clamp(44px, 7vh, 76px);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(9, 15, 34, 0.55);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero__eyebrow-icon {
  width: 17px;
  height: 17px;
  flex: none;
  object-fit: contain;
}

.hero__title {
  margin: 0 0 22px;
  font-size: clamp(32px, 2.9vw, 48px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2px;
}

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

.hero__text {
  margin: 0 0 32px;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.6;
}

.prize-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 26px 15px 17px;
  border: 1px solid rgba(255, 210, 0, 0.45);
  border-radius: 16px;
  background: rgba(255, 210, 0, 0.08);
}

.prize-badge__icon {
  width: 48px;
  height: 48px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 12px rgba(255, 210, 0, 0.3));
}

.prize-badge__body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.prize-badge__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
}

.prize-badge__value {
  font-size: 17.5px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-form {
  position: relative;
  padding: 34px 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(11, 19, 44, 0.74);
  backdrop-filter: blur(24px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 44px 90px -36px rgba(3, 8, 24, 0.95);
}

.hero-form__title {
  position: relative;
  margin: 0 0 8px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.hero-form__lead {
  position: relative;
  margin: 0 auto 24px;
  max-width: 27ch;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13.5px;
  line-height: 1.5;
}

.hero-form__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
  line-height: 1.4;
  text-align: center;
}

.hero-form__hint svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: rgba(255, 210, 0, 0.75);
}

.hero-form__hint a {
  color: rgba(255, 210, 0, 0.85);
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 210, 0, 0.3);
}

.hero-form__hint a:hover {
  border-bottom-color: var(--yellow);
}

.field {
  display: block;
  margin-bottom: 14px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field__label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
}

.field__control {
  position: relative;
  display: block;
}

.field__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.42);
  pointer-events: none;
  transition: color 0.2s;
}

.field__control:focus-within .field__icon {
  color: var(--yellow);
}

.field__input {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(7, 13, 32, 0.62);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.field__input--icon {
  padding-left: 46px;
}

.field__chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.field__input:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

.field__input::placeholder {
  color: #63739b;
}

.field__input:focus {
  outline: 0;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.16);
}

.field__input.is-invalid {
  border-color: #ff6b5e;
  box-shadow: 0 0 0 3px rgba(255, 107, 94, 0.16);
}

.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin: 4px 0 22px;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox__box {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(7, 13, 32, 0.75);
  color: transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.checkbox:hover .checkbox__box {
  border-color: rgba(255, 210, 0, 0.6);
}

.checkbox input:focus-visible + .checkbox__box {
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.22);
}

.checkbox__box svg {
  width: 13px;
  height: 13px;
}

.checkbox input.is-invalid + .checkbox__box {
  border-color: #ff6b5e;
  box-shadow: 0 0 0 3px rgba(255, 107, 94, 0.16);
}

.checkbox input:checked + .checkbox__box {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

.checkbox__text {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.checkbox__text a {
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 210, 0, 0.35);
}

.checkbox__text a:hover {
  border-bottom-color: var(--yellow);
}

.hero-form__note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--yellow);
}

.hero-form__note:empty {
  margin: 0;
}

.section {
  padding: 96px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.section--navy {
  background: var(--navy);
  color: #fff;
}

.section--deep {
  background: linear-gradient(180deg, #0c1530 0%, var(--navy) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.section__head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.section__head--left {
  margin: 0;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(16, 29, 64, 0.07);
  color: #4a5b83;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.eyebrow--light {
  background: rgba(255, 210, 0, 0.12);
  color: var(--yellow);
}

.eyebrow--gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(255, 210, 0, 0.45);
  background: rgba(255, 210, 0, 0.08);
  color: var(--yellow);
  font-size: 12px;
}

.eyebrow--gold img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.eyebrow__glyph {
  width: 16px;
  height: 16px;
  color: var(--yellow);
}

.eyebrow:not(.eyebrow--gold) .eyebrow__glyph {
  color: #7d8aa8;
}

.section__title {
  margin: 0 0 16px;
  font-size: clamp(27px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.section__lead {
  margin: 0;
  color: #5d6b8c;
  font-size: 16.5px;
}

.section--navy .section__lead,
.section--navy .section__title {
  color: #fff;
}

.section--navy .section__lead {
  color: rgba(255, 255, 255, 0.66);
}

.btn--dark {
  background: var(--navy);
  color: #fff;
}

.btn--dark:hover {
  background: #1b2c5c;
  transform: translateY(-2px);
}

.btn--lg {
  padding: 18px 34px;
  font-size: 16px;
}

.how__head {
  max-width: 780px;
  margin-bottom: 54px;
}

.how__head .section__lead {
  font-size: 17px;
}

.how__rule {
  display: block;
  width: 62px;
  height: 3px;
  margin: 22px auto 0;
  border-radius: 3px;
  background: var(--yellow);
}

.flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #16203c 0%, #0b1226 58%, #070c1c 100%);
  text-align: center;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.flow__item:hover {
  border-color: rgba(255, 210, 0, 0.32);
  transform: translateY(-4px);
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 44%;
  right: -29px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h14M12 5.5 18.5 12 12 18.5' fill='none' stroke='%23ffd200' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.flow__num {
  position: absolute;
  top: 15px;
  left: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.36);
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.flow__media {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 5;
  min-height: 268px;
  background: #05091a;
}

.flow__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow__media--ui {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 10px 8px;
  background: none;
}

.flow__avatar {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  flex: none;
  margin: 0 auto 14px;
  border: 1px solid rgba(255, 210, 0, 0.3);
  border-radius: 26px;
  background: rgba(255, 210, 0, 0.07);
  color: var(--yellow);
}

.flow__avatar svg {
  width: 45px;
  height: 45px;
}

.flow__input {
  display: flex;
  align-items: center;
  flex: none;
  gap: 9px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(6, 11, 28, 0.7);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-align: left;
}

.flow__input svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: rgba(255, 255, 255, 0.4);
}

.flow__btn {
  flex: none;
  margin-top: 4px;
  padding: 12px;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.flow__media--prize {
  display: flex;
  flex-direction: column;
  padding-top: 54px;
  background: radial-gradient(120% 80% at 50% 100%, rgba(255, 210, 0, 0.12), transparent 70%), #05091a;
}

.flow__label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flow__prize {
  margin-top: 7px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.flow__media--prize img {
  height: auto;
  margin-top: auto;
}

.flow__title {
  margin: 0 0 12px;
  font-size: 19.5px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.4px;
}

.flow__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  line-height: 1.55;
}

.assure {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.assure__col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 30px 38px;
}

.assure__col + .assure__col {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.assure__icon {
  width: 54px;
  height: 54px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
}

.assure__title {
  margin: 0 0 7px;
  font-size: 17.5px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.assure__text {
  margin: 0;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  line-height: 1.5;
}

.assure__text--strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.prizes__head {
  max-width: 780px;
  margin-bottom: 42px;
}

.prizes__head .section__title {
  margin-bottom: 0;
}

.prizes__head .how__rule {
  margin-top: 16px;
}

.prizes__head .section__lead {
  margin-top: 24px;
  font-size: 15.5px;
}

.grand {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 26px;
  padding: 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(160deg, #141d3a 0%, #0a1128 58%, #080d1f 100%);
}

.grand__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #04070f;
}

.grand__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.grand__body {
  display: flex;
  flex-direction: column;
  padding: 14px 26px 12px 6px;
}

.grand__label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-bottom: 14px;
  padding: 6px 15px 6px 12px;
  border-radius: 100px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.grand__label svg {
  width: 14px;
  height: 14px;
}

.grand__title {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.6vw, 33px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

.grand__text {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.6;
}

.grand__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.grand__specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(7, 13, 32, 0.5);
}

.grand__ico {
  width: 21px;
  height: 21px;
  flex: none;
  color: var(--yellow);
}

.grand__spec {
  display: flex;
  flex-direction: column;
  line-height: 1.24;
}

.grand__spec strong {
  font-size: 15px;
  font-weight: 800;
}

.grand__spec i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
}

.grand__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: auto;
}

.grand__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  padding: 15px 24px;
  font-size: 14.5px;
}

.grand__cta svg {
  width: 18px;
  height: 18px;
}

.countdown__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.countdown__grid {
  display: flex;
  gap: 10px;
}

.countdown__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 62px;
  padding: 9px 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.countdown__cell b {
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.countdown__cell i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.prize-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.prize {
  display: flex;
  flex-direction: column;
  padding: 16px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #141d3a 0%, #0a1128 58%, #080d1f 100%);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.prize:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 210, 0, 0.32);
}

.prize__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #04070f;
}

.prize__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prize__count {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.prize__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.28;
}

.prize__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  line-height: 1.5;
}

.advantages__head {
  max-width: 720px;
  margin-bottom: 44px;
}

.advantages__head .section__lead {
  margin-top: 18px;
  font-size: 15.5px;
  line-height: 1.55;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.adv {
  padding: 24px 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #141d3a 0%, #0a1128 58%, #080d1f 100%);
}

.adv__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 210, 0, 0.22);
  border-radius: 14px;
  background: rgba(255, 210, 0, 0.07);
  color: var(--yellow);
}

.adv__icon svg {
  width: 26px;
  height: 26px;
}

.adv__title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.adv:nth-child(even) .adv__title {
  color: var(--yellow);
}

.adv__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
}

.figures {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.figures__item {
  padding: 0 18px;
  text-align: center;
}

.figures__item + .figures__item {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.figures__icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 14px;
  color: var(--yellow);
}

.figures dt {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -1.2px;
}

.figures dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
}

.faq__inner {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.faq .section__head {
  position: sticky;
  top: 104px;
}

.faq .btn--dark {
  margin-top: 26px;
}

.faq__support {
  margin: 18px 0 0;
  color: #6a7897;
  font-size: 13.5px;
}

.faq__support a {
  color: var(--navy);
  font-weight: 700;
  border-bottom: 1px solid rgba(16, 29, 64, 0.25);
}

.faq__support a:hover {
  border-bottom-color: var(--navy);
}

.accordion__a a {
  color: #3b6fe0;
  font-weight: 600;
  border-bottom: 1px solid rgba(59, 111, 224, 0.3);
}

.accordion__a a:hover {
  border-bottom-color: #3b6fe0;
}

.accordion {
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 26px 54px -36px rgba(16, 29, 64, 0.45);
  overflow: hidden;
}

.accordion__item + .accordion__item {
  border-top: 1px solid #eef1f7;
}

.accordion__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}

.accordion__q:hover {
  color: #3b6fe0;
}

.accordion__q i {
  position: relative;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 9px;
  background: #f3f5fa;
  transition: background 0.2s;
}

.accordion__q i::before,
.accordion__q i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.2s;
}

.accordion__q i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__item.is-open .accordion__q i {
  background: var(--yellow);
}

.accordion__item.is-open .accordion__q i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.accordion__a > p {
  margin: 0;
  padding: 0 26px 24px;
  color: #5d6b8c;
  font-size: 15px;
  line-height: 1.6;
}

.cta {
  padding: 0 0 96px;
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding: 48px 52px;
  border-radius: 26px;
  background: linear-gradient(115deg, var(--yellow), #ffb800);
  color: var(--navy);
}

.cta__title {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.cta__text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.72;
}

.footer {
  padding: 72px 0 32px;
  background: var(--navy-deep);
  color: #fff;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 56px;
  padding-bottom: 48px;
}

.footer__text {
  margin: 20px 0 22px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14.5px;
  line-height: 1.6;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.footer__social a:hover {
  border-color: var(--yellow);
  background: rgba(255, 210, 0, 0.1);
  color: var(--yellow);
}

.footer__social svg {
  width: 20px;
  height: 20px;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__col h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.footer__col a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  transition: color 0.2s;
}

.footer__col a:hover {
  color: var(--yellow);
}

.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
  font-size: 12.5px;
}

.footer__bottom p {
  margin: 0;
}

.footer__legal {
  max-width: 62ch;
  line-height: 1.6;
}


@media (max-width: 1400px) {
  .flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .flow__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 1080px) {
  .prize-grid,
  .adv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grand {
    grid-template-columns: minmax(0, 1fr);
  }
  .grand__body {
    padding: 6px 12px 16px;
  }
  .grand__media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .faq__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .faq .section__head {
    position: static;
  }
  .footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
}

@media (max-width: 1600px) {
  .hero__inner {
    grid-template-columns: minmax(0, 460px) 400px;
    gap: 28px;
    padding: clamp(96px, 11vh, 120px) clamp(20px, 2.6vw, 46px) clamp(40px, 6vh, 64px);
  }
  .hero__title {
    font-size: clamp(30px, 2.7vw, 40px);
    letter-spacing: -1.4px;
  }
  .hero__text {
    margin-bottom: 26px;
    font-size: 16px;
  }
  .hero__actions .btn {
    padding: 15px 20px;
    font-size: 15px;
  }
  .hero-form {
    padding: 30px 26px 24px;
  }
  .hero-form__title {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .hero__inner {
    grid-template-columns: minmax(0, 420px) 380px;
    gap: 24px;
    padding: clamp(92px, 10vh, 108px) 20px clamp(36px, 5.5vh, 56px);
  }
  .hero__title {
    font-size: clamp(28px, 2.6vw, 36px);
  }
  .hero__text {
    font-size: 15.5px;
  }
  .prize-badge {
    padding: 13px 20px 13px 14px;
  }
  .hero__actions {
    margin-top: 26px;
  }
  .hero__actions .btn {
    padding: 14px 18px;
    font-size: 14.5px;
  }
}

@media (max-width: 1120px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 92px;
  }
  .hero__bg {
    position: relative;
    aspect-ratio: 16 / 9;
  }
  .hero__grade {
    background: linear-gradient(180deg, rgba(6, 11, 26, 0.66) 0%, rgba(6, 11, 26, 0.1) 26%, transparent 46%, rgba(16, 29, 64, 0.96) 100%);
  }
  .hero__photo {
    object-fit: cover;
    object-position: 50% 50%;
  }
  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    align-items: start;
    gap: 44px;
    max-width: var(--container);
    padding: 44px 24px 76px;
  }
  .hero-form {
    max-width: 480px;
  }
  .hero__title {
    max-width: 20ch;
  }
}

@media (max-width: 1000px) {
  .nav,
  .header__cta {
    display: none;
  }
  .burger {
    display: block;
    margin-left: auto;
  }
  .header__inner {
    height: 60px;
    padding: 0 14px 0 16px;
  }
  .header.is-open .header__inner {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 14px 16px 16px;
  }
  .header.is-open .logo {
    order: 1;
  }
  .header.is-open .burger {
    order: 2;
  }
  .header.is-open .nav {
    order: 3;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 8px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header.is-open .header__cta {
    order: 4;
    display: inline-flex;
    flex: 1 1 100%;
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .logo .fuel-logo {
    width: 112px;
  }
  .hero__bg {
    aspect-ratio: 3 / 2;
  }
  .hero__photo {
    object-fit: cover;
  }
  .hero__title {
    letter-spacing: -1px;
  }
  .hero__text {
    max-width: none;
    font-size: 16.5px;
  }
  .hero__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .hero-form {
    padding: 28px 20px 22px;
  }
  .hero-form__title {
    font-size: 21px;
  }
  .hero__actions .btn {
    flex: 1 1 100%;
  }
  .section {
    padding: 68px 0;
  }
  .section__head {
    margin-bottom: 36px;
  }
  .prize-grid,
  .adv-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
  }
  .assure {
    grid-template-columns: minmax(0, 1fr);
  }
  .assure__col {
    justify-content: flex-start;
    padding: 22px 20px;
  }
  .assure__col + .assure__col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .figures {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
    padding: 28px 0 0;
  }
  .figures__item {
    padding: 0;
  }
  .figures__item + .figures__item {
    border-left: 0;
  }
  .countdown__grid {
    gap: 8px;
  }
  .countdown__cell {
    flex: 1;
    min-width: 0;
  }
  .countdown__cell b {
    font-size: 20px;
  }
  .grand {
    padding: 14px;
  }
  .grand__media img {
    aspect-ratio: 3 / 2;
  }
  .grand__specs li {
    flex: 1 1 140px;
  }
  .grand__foot {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .grand__cta {
    justify-content: center;
  }
  .prize-grid {
    max-width: 420px;
    margin: 0 auto;
  }
  .accordion__q {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordion__a > p,
  .accordion__item.is-open .accordion__a > p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta {
    padding-bottom: 68px;
  }
  .cta__inner {
    padding: 34px 26px;
  }
  .cta__inner .btn {
    width: 100%;
  }
  .footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__bottom {
    flex-direction: column;
    gap: 14px;
  }
}
