:root {
  --bg: #0b1025;
  --nav: #171d32;
  --band: #353b72;
  --panel: rgba(17, 27, 49, 0.78);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f8fbff;
  --muted: rgba(236, 241, 249, 0.68);
  --soft: rgba(236, 241, 249, 0.46);
  --accent: #f45647;
  --accent-deep: #df3c35;
  --blue: #087af0;
  --sky: #2aa8ff;
  --gold: #ffd166;
  --success: #8df0b5;
  --error: #ffaaa2;
  color: var(--text);
  background: var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* White / Gold client theme */
:root {
  --bg: #fffaf0;
  --nav: #ffffff;
  --band: #f2dfac;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-soft: rgba(188, 141, 39, 0.08);
  --line: rgba(178, 130, 32, 0.26);
  --text: #251b0d;
  --muted: rgba(53, 38, 18, 0.66);
  --soft: rgba(53, 38, 18, 0.48);
  --accent: #c8952c;
  --accent-deep: #9d6b12;
  --blue: #b68019;
  --sky: #d8a93e;
  --gold: #f5cf75;
  --success: #207a45;
  --error: #b53a2e;
}

body,
.page {
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 207, 117, 0.38), transparent 34%),
    linear-gradient(180deg, #fffdf7 0%, #fff6df 42%, #f8ebca 100%);
}

.page::before {
  background:
    linear-gradient(rgba(188, 141, 39, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 141, 39, 0.06) 1px, transparent 1px);
  opacity: 0.8;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(188, 141, 39, 0.2);
  box-shadow: 0 12px 36px rgba(116, 82, 20, 0.12);
}

.main-nav {
  color: #3c2b12;
  background: linear-gradient(180deg, #f8e7bb, #e7c875);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.logo-mark span,
.brand__white,
.hero-logo span,
.brand-panel span {
  color: #2b210f;
}

.logo-mark strong,
.brand__blue,
.hero-logo strong,
.brand-panel strong {
  color: #c18c20;
}

.top-button--outline {
  border-color: #c18c20;
  color: #5c3f09;
  background: rgba(255, 255, 255, 0.66);
}

.top-button--primary,
.hero-button,
.button--primary {
  border-color: #c8952c;
  color: #211707;
  background: linear-gradient(180deg, #ffe6a0, #c8952c);
  box-shadow: 0 16px 32px rgba(188, 141, 39, 0.28);
}

.hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 217, 0.78)),
    radial-gradient(circle at 50% 105%, rgba(216, 169, 62, 0.34), transparent 48%);
}

.hero-logo {
  text-shadow: 0 16px 38px rgba(116, 82, 20, 0.16);
}

.hero h1,
.simple-steps h2,
.benefits h2,
.why-copy h2,
.seo-section h2,
.promo-card h2,
.promo-card p,
.benefits ul,
.why-copy p,
.seo-section p,
.simple-steps__row span,
.simple-steps__row h3,
.simple-steps__row p {
  color: #2b210f;
}

.social-strip {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(188, 141, 39, 0.22);
  box-shadow: 0 -12px 32px rgba(116, 82, 20, 0.12);
}

.social-strip a {
  color: #3c2b12;
}

.promo-section {
  background:
    linear-gradient(180deg, rgba(255, 249, 235, 0.94), rgba(246, 226, 177, 0.72)),
    #fff8e7;
}

.promo-card,
.promo-card--bonus,
.promo-card--spin,
.promo-card--cashback,
.promo-card--referral {
  border-color: rgba(188, 141, 39, 0.28);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 201, 0.9)),
    radial-gradient(circle at 62% 22%, rgba(245, 207, 117, 0.58), transparent 36%);
  box-shadow: 0 22px 48px rgba(116, 82, 20, 0.14);
}

.promo-brand {
  color: #211707;
  background: linear-gradient(180deg, #ffe9aa, #d3a037);
}

.promo-card strong {
  color: #a66e0c;
}

.simple-steps {
  background: linear-gradient(180deg, #f5df9d, #e8c775);
}

.benefits,
.why-section,
.seo-section,
.registration {
  color: var(--text);
}

.brand-panel,
.visual-card,
.visual-person {
  border-color: rgba(188, 141, 39, 0.28);
  color: #2b210f;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 238, 190, 0.92)),
    radial-gradient(circle at 42% 28%, rgba(245, 207, 117, 0.48), transparent 36%);
  box-shadow: 0 28px 56px rgba(116, 82, 20, 0.14);
}

.brand-panel p {
  color: #5c3f09;
}

.form {
  border-color: rgba(188, 141, 39, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 231, 0.92)),
    var(--panel);
  box-shadow:
    0 28px 70px rgba(116, 82, 20, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.brand__tagline,
.helper,
.form__screen--finish p {
  color: var(--muted);
}

.field__label {
  color: #3c2b12;
}

.field__input {
  color: #2b210f;
  border-color: rgba(188, 141, 39, 0.18);
  border-bottom-color: #c8952c;
  background: rgba(255, 255, 255, 0.76);
}

.field__input::placeholder {
  color: rgba(53, 38, 18, 0.38);
}

.field__input:focus {
  border-color: rgba(200, 149, 44, 0.58);
  border-bottom-color: #9d6b12;
  background: #ffffff;
  box-shadow:
    0 14px 30px rgba(116, 82, 20, 0.12),
    0 0 0 4px rgba(245, 207, 117, 0.22);
}

.button--secondary {
  border-color: #c8952c;
  color: #7a530d;
  background: rgba(255, 255, 255, 0.64);
}

.button--secondary:hover {
  background: rgba(245, 207, 117, 0.18);
}

.steps::before {
  background: rgba(188, 141, 39, 0.3);
}

.steps::after {
  background: linear-gradient(90deg, #c8952c, #f5cf75);
  box-shadow: 0 0 18px rgba(188, 141, 39, 0.26);
}

.steps__item {
  color: #7a6848;
}

.steps__item.is-active {
  color: #9d6b12;
}

.steps__icon {
  color: #5c3f09;
  background: linear-gradient(145deg, #ffffff, #ead7a8);
  box-shadow:
    inset 0 -8px 18px rgba(116, 82, 20, 0.08),
    0 14px 24px rgba(116, 82, 20, 0.12);
}

.steps__item.is-active .steps__icon,
.steps__item.is-complete .steps__icon,
.finish-icon {
  color: #2b210f;
  background: linear-gradient(145deg, #ffe6a0, #c8952c);
  box-shadow:
    0 16px 28px rgba(188, 141, 39, 0.24),
    0 0 0 6px rgba(245, 207, 117, 0.24);
}

.summary__row {
  border-color: rgba(188, 141, 39, 0.2);
  background: rgba(255, 255, 255, 0.68);
}

.summary dt {
  color: rgba(53, 38, 18, 0.5);
}

.summary dd,
.form__screen--finish h1 {
  color: #2b210f;
}

.form__message {
  color: var(--error);
}

.form__message.is-success {
  color: var(--success);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

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

svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 110px;
  background:
    linear-gradient(180deg, rgba(13, 20, 45, 0.98), rgba(10, 14, 36, 0.99)),
    #0b1025;
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.48;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(23, 29, 50, 0.96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1380px, calc(100% - 34px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(360px, 700px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo-mark,
.brand__logo,
.hero-logo,
.brand-panel {
  letter-spacing: 0;
}

.logo-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  font-size: clamp(42px, 5vw, 60px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.86;
}

.logo-mark span,
.brand__white,
.hero-logo span,
.brand-panel span {
  color: #ffffff;
}

.logo-mark strong,
.brand__blue,
.hero-logo strong,
.brand-panel strong {
  color: var(--blue);
}

.header-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.top-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
}

.top-button--outline {
  border: 2px solid var(--accent);
  color: #ffffff;
  background: transparent;
}

.top-button--primary {
  border: 2px solid var(--accent);
  color: #11172b;
  background: var(--accent);
}

.main-nav {
  min-height: 70px;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding: 0 18px;
  background: rgba(55, 61, 115, 0.94);
  color: #ffffff;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 900;
  white-space: nowrap;
  overflow-x: auto;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 625px;
  display: grid;
  place-items: center;
  padding: 76px 22px 48px;
  background:
    linear-gradient(180deg, rgba(18, 27, 74, 0.8), rgba(60, 96, 183, 0.82)),
    radial-gradient(circle at 50% 110%, rgba(70, 132, 255, 0.44), transparent 42%);
}

.hero-inner {
  width: min(1400px, 100%);
  display: grid;
  justify-items: center;
  gap: 32px;
  text-align: center;
}

.hero-logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  font-size: clamp(62px, 9vw, 110px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.8;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.hero h1 {
  max-width: 1400px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(35px, 4.1vw, 58px);
  line-height: 1.45;
  font-weight: 950;
}

.hero-button {
  min-width: min(270px, 100%);
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  border-radius: 999px;
  color: #10172d;
  background: var(--accent);
  box-shadow: 0 18px 40px rgba(244, 86, 71, 0.28);
  font-size: 28px;
  font-weight: 950;
}

.social-strip {
  position: sticky;
  bottom: 0;
  z-index: 30;
  min-height: 98px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 16px;
  padding: 10px min(14vw, 260px);
  background: rgba(19, 25, 46, 0.94);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.social-strip a {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.social-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  font-weight: 950;
}

.social-icon--facebook {
  background: #4267b2;
}

.social-icon--telegram {
  background: #2aa8ff;
}

.social-icon--line {
  background: #10c718;
  font-size: 14px;
}

.promo-section,
.benefits,
.why-section,
.seo-section,
.registration {
  position: relative;
  z-index: 1;
}

.promo-section {
  padding: 118px 22px 96px;
  background:
    linear-gradient(180deg, rgba(15, 25, 70, 0.92), rgba(67, 102, 194, 0.76)),
    #172064;
}

.promo-grid {
  width: min(1880px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.promo-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(2, 16, 56, 0.48), rgba(5, 23, 80, 0.9)),
    radial-gradient(circle at 65% 20%, rgba(40, 172, 255, 0.5), transparent 32%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.promo-card--bonus {
  background:
    linear-gradient(160deg, rgba(2, 16, 56, 0.35), rgba(5, 23, 80, 0.9)),
    radial-gradient(circle at 52% 22%, rgba(255, 209, 102, 0.44), transparent 28%);
}

.promo-card--spin {
  background:
    linear-gradient(160deg, rgba(2, 16, 56, 0.35), rgba(5, 23, 80, 0.9)),
    radial-gradient(circle at 58% 18%, rgba(64, 133, 255, 0.55), transparent 32%);
}

.promo-card--cashback {
  background:
    linear-gradient(160deg, rgba(2, 16, 56, 0.35), rgba(5, 23, 80, 0.9)),
    radial-gradient(circle at 60% 22%, rgba(255, 86, 71, 0.5), transparent 32%);
}

.promo-card--referral {
  background:
    linear-gradient(160deg, rgba(2, 16, 56, 0.35), rgba(5, 23, 80, 0.9)),
    radial-gradient(circle at 58% 20%, rgba(16, 199, 24, 0.45), transparent 30%);
}

.promo-brand {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(8, 122, 240, 0.28);
  font-size: 28px;
  font-style: italic;
  font-weight: 950;
}

.promo-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.2vw, 38px);
  line-height: 1.16;
  font-weight: 950;
}

.promo-card p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.promo-card strong {
  color: #ff755e;
  font-size: 1.25em;
}

.simple-steps {
  position: relative;
  z-index: 1;
  padding: 48px 22px 58px;
  background: var(--band);
  text-align: center;
}

.simple-steps h2,
.benefits h2,
.why-copy h2,
.seo-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.22;
  font-weight: 950;
}

.simple-steps__row {
  width: min(1380px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.simple-steps__row div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "num text";
  gap: 4px 24px;
  align-items: center;
  text-align: left;
}

.simple-steps__row span {
  grid-area: num;
  color: #ffffff;
  font-size: clamp(96px, 10vw, 146px);
  line-height: 0.9;
  font-weight: 950;
}

.simple-steps__row h3 {
  grid-area: title;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 45px);
  line-height: 1.08;
}

.simple-steps__row p {
  grid-area: text;
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 35px);
  font-weight: 800;
}

.benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 80px;
  align-items: center;
  width: min(1400px, calc(100% - 44px));
  margin: 0 auto;
  padding: 120px 0;
}

.benefits ul {
  margin: 28px 0 0;
  padding-left: 30px;
  color: #ffffff;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.55;
}

.brand-panel {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(7, 15, 42, 0.75), rgba(15, 32, 98, 0.9)),
    radial-gradient(circle at 35% 35%, rgba(8, 122, 240, 0.32), transparent 38%);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.26);
  font-size: clamp(58px, 6vw, 92px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.92;
}

.brand-panel p {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  width: min(1400px, calc(100% - 44px));
  margin: 0 auto;
  padding: 70px 0 110px;
}

.why-visual {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}

.visual-person {
  width: 260px;
  height: 360px;
  display: grid;
  place-items: center;
  border-radius: 130px 130px 22px 22px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(244, 86, 71, 0.88), rgba(8, 122, 240, 0.82)),
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.6), transparent 28%);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
  font-size: 78px;
  font-weight: 950;
}

.visual-card {
  position: absolute;
  width: 180px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(13, 34, 92, 0.86);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  font-size: 28px;
  font-weight: 950;
}

.visual-card--left {
  left: 5%;
  transform: rotate(-8deg);
}

.visual-card--right {
  right: 4%;
  transform: rotate(8deg);
}

.why-copy p,
.seo-section p {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.46;
}

.seo-section {
  width: min(1400px, calc(100% - 44px));
  margin: 0 auto;
  padding: 80px 0 95px;
}

.seo-section p {
  max-width: 860px;
}

.registration {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 34px));
  margin: 0 auto;
  padding: 90px 0 120px;
  scroll-margin-top: 165px;
}

.brand {
  margin-bottom: 34px;
  text-align: center;
}

.brand__logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  padding: 8px 14px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand__white,
.brand__blue {
  font-size: clamp(50px, 7.8vw, 80px);
  line-height: 0.84;
  font-style: italic;
  font-weight: 950;
}

.brand__tagline {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.steps {
  --progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(780px, 100%);
  margin: 0 auto 38px;
  padding: 14px 12px 4px;
}

.steps::before,
.steps::after {
  content: "";
  position: absolute;
  left: 8%;
  top: 45px;
  height: 2px;
}

.steps::before {
  right: 8%;
  background: rgba(255, 255, 255, 0.5);
}

.steps::after {
  width: var(--progress);
  background: linear-gradient(90deg, var(--accent), var(--gold));
  box-shadow: 0 0 18px rgba(255, 81, 72, 0.34);
  transition: width 220ms ease;
}

.steps__item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 13px;
  color: #d8dee8;
  font-size: 18px;
  font-weight: 700;
}

.steps__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(198, 208, 221, 0.86));
  box-shadow:
    inset 0 -8px 18px rgba(39, 49, 64, 0.18),
    0 14px 24px rgba(0, 0, 0, 0.22);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.steps__item.is-active {
  color: #ff655d;
}

.steps__item.is-active .steps__icon,
.steps__item.is-complete .steps__icon {
  background: linear-gradient(145deg, #ff665b, var(--accent-deep));
  box-shadow:
    0 16px 28px rgba(255, 81, 72, 0.28),
    0 0 0 6px rgba(255, 81, 72, 0.1);
}

.steps__item.is-active .steps__icon {
  transform: translateY(-2px);
}

.form {
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.form__screen {
  display: none;
}

.form__screen.is-active {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 10px;
}

.field__label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.field__input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 81, 72, 0.92);
  border-radius: 6px 6px 0 0;
  outline: none;
  color: #ffffff;
  background: rgba(5, 14, 25, 0.38);
  text-align: center;
  font-size: 18px;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.field__input::placeholder {
  color: rgba(222, 226, 234, 0.4);
}

.field__input:focus {
  border-color: rgba(19, 163, 255, 0.56);
  border-bottom-color: var(--accent);
  background: rgba(5, 14, 25, 0.54);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.2),
    0 0 0 4px rgba(19, 163, 255, 0.08);
}

.actions {
  display: grid;
  gap: 16px;
  margin-top: 6px;
}

.actions--split {
  grid-template-columns: 0.52fr 1fr;
}

.button {
  min-height: 62px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button--primary {
  border: 1px solid rgba(255, 120, 112, 0.74);
  color: #10172d;
  background: linear-gradient(180deg, #ff665b, #f04c3f);
  box-shadow: 0 16px 28px rgba(255, 81, 72, 0.2);
}

.button--primary:hover {
  box-shadow: 0 18px 34px rgba(255, 81, 72, 0.28);
}

.button--secondary {
  border: 1px solid rgba(255, 81, 72, 0.82);
  color: #ff7068;
  background: rgba(5, 14, 25, 0.24);
}

.button--secondary:hover {
  background: rgba(255, 81, 72, 0.08);
}

.summary {
  display: grid;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
}

.summary__row {
  min-height: 54px;
  display: grid;
  grid-template-columns: 178px 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(5, 14, 25, 0.28);
}

.summary dt {
  color: var(--soft);
  font-weight: 700;
}

.summary dd {
  margin: 0;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.helper {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  text-align: center;
}

.form__screen--finish {
  justify-items: center;
  align-content: center;
  min-height: 360px;
  padding: 18px 0;
  text-align: center;
}

.finish-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #ff665b, var(--accent-deep));
  box-shadow:
    0 18px 34px rgba(255, 81, 72, 0.26),
    0 0 0 8px rgba(255, 81, 72, 0.1);
}

.form__screen--finish h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 44px);
}

.form__screen--finish p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.form__message {
  min-height: 26px;
  margin: 18px 0 0;
  color: var(--error);
  text-align: center;
  font-weight: 800;
}

.form__message.is-success {
  color: var(--success);
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 14px 0;
  }

  .header-actions {
    width: min(700px, 100%);
  }

  .hero h1 {
    font-size: clamp(31px, 5.2vw, 50px);
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .benefits,
  .why-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .brand-panel {
    width: min(520px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .page {
    padding-bottom: 92px;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    width: calc(100% - 28px);
    gap: 16px;
  }

  .header-actions,
  .simple-steps__row,
  .promo-grid {
    grid-template-columns: 1fr;
  }

  .top-button {
    min-height: 50px;
    font-size: 18px;
  }

  .main-nav {
    justify-content: flex-start;
    min-height: 58px;
    font-size: 17px;
  }

  .hero {
    min-height: auto;
    padding: 56px 16px 62px;
  }

  .hero-logo {
    font-size: 66px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-button {
    min-height: 64px;
    font-size: 23px;
  }

  .promo-section,
  .benefits,
  .why-section,
  .seo-section,
  .registration {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .promo-card {
    min-height: 230px;
  }

  .simple-steps {
    padding: 38px 16px 44px;
  }

  .simple-steps__row div {
    grid-template-columns: auto 1fr;
  }

  .benefits,
  .why-section,
  .seo-section {
    width: calc(100% - 32px);
  }

  .benefits ul,
  .why-copy p,
  .seo-section p {
    font-size: 22px;
  }

  .why-section {
    padding-top: 22px;
  }

  .why-visual {
    min-height: 330px;
  }

  .visual-person {
    width: 190px;
    height: 270px;
    font-size: 54px;
  }

  .visual-card {
    width: 130px;
    height: 190px;
    font-size: 20px;
  }

  .registration {
    width: calc(100% - 28px);
    scroll-margin-top: 20px;
  }

  .brand {
    margin-bottom: 24px;
  }

  .brand__logo {
    padding-inline: 6px;
  }

  .brand__tagline,
  .steps__item {
    font-size: 14px;
  }

  .steps {
    gap: 6px;
    margin-bottom: 28px;
    padding: 12px 0 0;
  }

  .steps::before,
  .steps::after {
    top: 37px;
    left: 10%;
  }

  .steps::before {
    right: 10%;
  }

  .steps__icon {
    width: 50px;
    height: 50px;
  }

  svg {
    width: 22px;
    height: 22px;
  }

  .form {
    padding: 18px;
  }

  .actions--split,
  .summary__row {
    grid-template-columns: 1fr;
  }

  .summary__row {
    align-items: start;
    padding: 12px;
  }

  .button {
    min-height: 56px;
    font-size: 19px;
  }

  .form__screen--finish {
    min-height: 300px;
  }

  .social-strip {
    min-height: 86px;
    gap: 8px;
    padding: 8px 12px;
  }

  .social-strip a {
    font-size: 13px;
  }

  .social-icon {
    width: 48px;
    height: 48px;
  }
}

/* Final White / Gold override. Keep this block last so it wins over legacy blue rules. */
:root {
  --bg: #fffaf0;
  --nav: #ffffff;
  --band: #ead08a;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-soft: rgba(188, 141, 39, 0.08);
  --line: rgba(178, 130, 32, 0.28);
  --text: #251b0d;
  --muted: rgba(53, 38, 18, 0.68);
  --soft: rgba(53, 38, 18, 0.48);
  --accent: #c8952c;
  --accent-deep: #9d6b12;
  --blue: #b68019;
  --sky: #d8a93e;
  --gold: #f5cf75;
  --success: #207a45;
  --error: #b53a2e;
}

body,
.page {
  color: #251b0d;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 207, 117, 0.42), transparent 35%),
    linear-gradient(180deg, #fffdf7 0%, #fff7df 42%, #f5e5bd 100%) !important;
}

.page::before {
  background:
    linear-gradient(rgba(188, 141, 39, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 141, 39, 0.06) 1px, transparent 1px) !important;
  opacity: 0.8;
}

.site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(188, 141, 39, 0.2);
  box-shadow: 0 12px 36px rgba(116, 82, 20, 0.12);
}

.main-nav,
.simple-steps {
  color: #3c2b12;
  background: linear-gradient(180deg, #f8e7bb, #e5c36a) !important;
}

.hero,
.promo-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 217, 0.82)),
    radial-gradient(circle at 50% 105%, rgba(216, 169, 62, 0.34), transparent 48%) !important;
}

.logo-mark span,
.brand__white,
.hero-logo span,
.brand-panel span,
.hero h1,
.simple-steps h2,
.benefits h2,
.why-copy h2,
.seo-section h2,
.promo-card h2,
.promo-card p,
.benefits ul,
.why-copy p,
.seo-section p,
.simple-steps__row span,
.simple-steps__row h3,
.simple-steps__row p,
.form__screen--finish h1,
.summary dd {
  color: #251b0d !important;
}

.logo-mark strong,
.brand__blue,
.hero-logo strong,
.brand-panel strong {
  color: #b68019 !important;
}

.top-button--outline,
.button--secondary {
  border-color: #c8952c !important;
  color: #704c0d !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

.top-button--primary,
.hero-button,
.button--primary {
  border-color: #c8952c !important;
  color: #211707 !important;
  background: linear-gradient(180deg, #ffe6a0, #c8952c) !important;
  box-shadow: 0 16px 32px rgba(188, 141, 39, 0.28) !important;
}

.social-strip {
  background: rgba(255, 255, 255, 0.92) !important;
  border-top: 1px solid rgba(188, 141, 39, 0.22);
  box-shadow: 0 -12px 32px rgba(116, 82, 20, 0.12);
}

.social-strip a {
  color: #3c2b12 !important;
}

.social-icon,
.social-icon--facebook,
.social-icon--telegram,
.social-icon--line {
  color: #251b0d !important;
  background: linear-gradient(180deg, #ffe6a0, #c8952c) !important;
}

.promo-card,
.promo-card--bonus,
.promo-card--spin,
.promo-card--cashback,
.promo-card--referral,
.brand-panel,
.visual-card,
.visual-person,
.form {
  border-color: rgba(188, 141, 39, 0.28) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 198, 0.9)),
    radial-gradient(circle at 62% 22%, rgba(245, 207, 117, 0.46), transparent 36%) !important;
  box-shadow: 0 24px 52px rgba(116, 82, 20, 0.14) !important;
}

.promo-brand,
.steps__item.is-active .steps__icon,
.steps__item.is-complete .steps__icon,
.finish-icon {
  color: #211707 !important;
  background: linear-gradient(145deg, #ffe6a0, #c8952c) !important;
}

.promo-card strong {
  color: #9d6b12 !important;
}

.brand__tagline,
.helper,
.form__screen--finish p {
  color: rgba(53, 38, 18, 0.68) !important;
}

.field__label {
  color: #3c2b12 !important;
}

.field__input {
  color: #251b0d !important;
  border-color: rgba(188, 141, 39, 0.18) !important;
  border-bottom-color: #c8952c !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

.field__input::placeholder {
  color: rgba(53, 38, 18, 0.38) !important;
}

.field__input:focus {
  border-color: rgba(200, 149, 44, 0.58) !important;
  border-bottom-color: #9d6b12 !important;
  background: #ffffff !important;
  box-shadow:
    0 14px 30px rgba(116, 82, 20, 0.12),
    0 0 0 4px rgba(245, 207, 117, 0.22) !important;
}

.steps::before {
  background: rgba(188, 141, 39, 0.32) !important;
}

.steps::after {
  background: linear-gradient(90deg, #c8952c, #f5cf75) !important;
  box-shadow: 0 0 18px rgba(188, 141, 39, 0.26) !important;
}

.steps__item {
  color: #7a6848 !important;
}

.steps__item.is-active {
  color: #9d6b12 !important;
}

.steps__icon {
  color: #5c3f09 !important;
  background: linear-gradient(145deg, #ffffff, #ead7a8) !important;
}

.summary__row {
  border-color: rgba(188, 141, 39, 0.22) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.summary dt {
  color: rgba(53, 38, 18, 0.5) !important;
}

/* Real image placement */
.logo-mark img {
  width: clamp(170px, 17vw, 260px);
  height: auto;
  display: block;
  object-fit: contain;
}

.hero-logo img {
  width: min(380px, 78vw);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(116, 82, 20, 0.18));
}

.hero-visual {
  width: min(600px, 92vw);
  margin: -6px auto 0;
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(116, 82, 20, 0.24));
}

.promo-card {
  position: relative;
  min-height: clamp(280px, 28vw, 420px);
  padding: 0 !important;
  justify-content: flex-end;
  isolation: isolate;
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(20, 17, 8, 0.58)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 38%);
  pointer-events: none;
}

.promo-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-card .promo-brand,
.promo-card h2,
.promo-card p {
  position: relative;
  z-index: 2;
  margin-inline: 18px;
}

.promo-card .promo-brand {
  margin-top: auto;
}

.promo-card p {
  margin-bottom: 18px;
}

.promo-card h2,
.promo-card p {
  color: #ffffff !important;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
}

.brand-panel {
  min-height: auto;
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-panel img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(116, 82, 20, 0.18));
}

.why-visual {
  min-height: 470px;
}

.why-main-image {
  position: relative;
  z-index: 2;
  width: min(520px, 86vw);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(116, 82, 20, 0.2));
}

.why-floating-image {
  position: absolute;
  z-index: 1;
  width: min(230px, 34vw);
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid rgba(245, 207, 117, 0.7);
  border-radius: 8px;
  box-shadow: 0 22px 38px rgba(116, 82, 20, 0.16);
}

.why-floating-image--left {
  left: 0;
  bottom: 24px;
  transform: rotate(-7deg);
}

.why-floating-image--right {
  right: 0;
  top: 24px;
  transform: rotate(7deg);
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: center;
  gap: 56px;
}

.seo-section img {
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid rgba(245, 207, 117, 0.7);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 46px rgba(116, 82, 20, 0.16);
}

.brand__logo img {
  width: min(300px, 76vw);
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .seo-section {
    grid-template-columns: 1fr;
  }

  .seo-section img {
    width: min(520px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .logo-mark img {
    width: 190px;
  }

  .hero-visual {
    width: min(430px, 100%);
  }

  .promo-card {
    min-height: 320px;
  }

  .why-visual {
    min-height: 360px;
  }

  .why-floating-image {
    width: 140px;
  }
}
