@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-VariableFont.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #10120f;
  --gold: #e7c37c;
  --gold-light: #f5dca7;
  --white: #f6f5ed;
  --muted: #b7bdad;
  --line: rgba(221, 228, 204, 0.14);
  --max: 1280px;
  --ease: cubic-bezier(0.2, 0.65, 0.3, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family:
    DM Sans,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: block;
}
button,
input {
  border-radius: 0;
}
p,
h2,
h3 {
  margin-top: 0;
}
p {
  font-size: 1rem;
  line-height: 1.65;
}
a,
button,
input,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 6px;
}
::selection {
  color: #10120f;
  background: var(--gold);
}
[hidden] {
  display: none !important;
}
.shell {
  width: calc(100% - 112px);
  max-width: var(--max);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px;
  background: var(--gold);
  color: var(--bg);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: #10120f;
}
.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.brand img {
  width: 113px;
  height: auto;
}
.brand > span {
  font-size: 12px;
  letter-spacing: 0.21em;
  font-weight: 650;
  border-left: 1px solid #555446;
  padding: 8px 0 8px 15px;
  color: var(--gold);
}
.login {
  transition: color 0.2s;
}
.login:hover {
  color: var(--gold);
}
.header-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.login {
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 56px;
  padding: 16px 25px;
  background: var(--gold);
  color: #14170f;
  font-weight: 750;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition:
    background 0.2s,
    transform 0.25s,
    box-shadow 0.25s;
}
.button > span {
  font-size: 22px;
  line-height: 1;
}
.button:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #d7b67317;
}
.button:active {
  transform: translateY(0);
}
.button-small {
  font-size: 14px;
  min-height: 44px;
  padding: 10px 18px;
  gap: 22px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
}
.text-link span {
  color: var(--gold);
  font-size: 20px;
}
.text-link:hover {
  color: var(--gold);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: var(--gold);
  margin-bottom: 24px;
}
.dash {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}
.stats-wrap {
  position: relative;
  padding-bottom: 0;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c8cdb02b;
  border-bottom: 1px solid #c8cdb02b;
  background: #171b15dc;
  backdrop-filter: blur(18px);
  border-radius: 4px;
}
.stat {
  position: relative;
  padding: 26px 34px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.stat:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: var(--line);
}
.stat-label {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.13em;
  color: var(--gold);
}
.stat strong {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 650;
}
.stat strong small {
  font-size: 20px;
  font-weight: 450;
}
.stat > span:last-child {
  font-size: 14px;
  color: var(--muted);
}
.section-space {
  padding-block: 105px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}
h2 {
  font-size: clamp(34px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.14;
  margin-bottom: 0;
}
h2 span {
  color: var(--muted);
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 3px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step {
  padding: 30px 30px 28px;
  border: 1px solid var(--line);
  border-radius: 5px;
  transition:
    border-color 0.3s,
    background 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.step:hover {
  background: #1b1e17;
  border-color: #aa915045;
}
.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.step-number {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #686e60;
}
.step svg {
  width: 30px;
  height: 30px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.3;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.step h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin-bottom: 13px;
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 25px;
}
.step-link,
.step-note {
  font-size: 14px;
  line-height: 1.6;
  margin-top: auto;
}
.step-link {
  color: var(--gold);
  display: flex;
  gap: 35px;
  align-items: center;
  min-height: 34px;
}
.step-link span {
  font-size: 20px;
}
.step-note {
  color: #c0c7b5;
  padding-block: 6px;
}
.calculator-section {
  padding-bottom: 4px;
}
.calculator-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 60px 64px;
  background: radial-gradient(ellipse at top left, #383b24aa, transparent 60%), #1a1e16;
  border: 1px solid #b0b58624;
  border-radius: 6px;
  position: relative;
}
.calculator-intro {
  align-self: center;
}
.calculator-intro h2 {
  font-size: 40px;
  margin-bottom: 22px;
}
.calculator-intro h2 span {
  color: var(--gold);
}
.calculator-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.bonus-limit {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 2px solid #887748;
  padding-left: 16px;
  margin-top: 33px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.bonus-limit b {
  font-weight: 550;
  font-size: 20px;
  color: var(--white);
  letter-spacing: -0.025em;
}
.calculator {
  min-width: 0;
}
.deposit-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.deposit-label label {
  font-size: 14px;
  font-weight: 550;
}
.number-field {
  border: 1px solid #596048;
  background: #12150f;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 3px;
}
.number-field input {
  width: 86px;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  appearance: textfield;
  -moz-appearance: textfield;
}
.number-field input::-webkit-inner-spin-button,
.number-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-field > span {
  font-size: 12px;
  color: var(--muted);
}
.range {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  --position: 32.2%;
  width: 100%;
  height: 5px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(
    to right,
    var(--gold) 0%,
    var(--gold) var(--position),
    #434a36 var(--position),
    #434a36 100%
  );
  cursor: pointer;
  outline-offset: 10px;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--gold);
  border: 4px solid #171c12;
  outline: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px #e7c37c0b;
}
.range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--gold);
  border: 3px solid #171c12;
  border-radius: 50%;
  outline: 1px solid var(--gold);
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.amount-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 20px 0 25px;
}
.amount-presets button {
  min-height: 38px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #cbd2b325;
  color: #c5cbba;
  border-radius: 3px;
  transition: all 0.2s;
}
.amount-presets button:hover {
  border-color: var(--gold);
}
.amount-presets button[aria-pressed='true'] {
  background: #e7c37c12;
  color: var(--gold);
  border-color: #b8a26d;
}
.bonus-result,
.total-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-block: 15px;
  border-top: 1px solid var(--line);
}
.bonus-result > span,
.total-result > span {
  font-size: 14px;
  line-height: 1.5;
  max-width: 160px;
}
.bonus-result > span small {
  font-size: 14px;
  color: var(--gold);
  background: #e7c37c14;
  padding: 4px 7px;
  margin-left: 6px;
  border-radius: 3px;
}
.bonus-result strong {
  font-size: 28px;
  font-weight: 550;
  color: var(--gold);
  white-space: nowrap;
  letter-spacing: -0.035em;
}
.bonus-result strong > span {
  font-size: 14px;
}
.total-result strong {
  font-size: 23px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.total-result strong > span {
  font-size: 14px;
}
.calculation-note {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin: 8px 0 20px;
}
.calculator > .button {
  width: 100%;
  min-height: 50px;
}
.input-error {
  font-size: 14px;
  color: #ffcfa4;
  margin: 8px 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.faq-heading h2 {
  margin-bottom: 25px;
  font-size: 40px;
}
.faq-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.faq-heading .text-link {
  margin-top: 12px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
  padding-block: 22px;
}
summary::-webkit-details-marker {
  display: none;
}
.plus {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
  margin: 0 3px;
}
.plus:before,
.plus:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: var(--gold);
  top: 5px;
  left: 0;
  transition: transform 0.25s;
}
.plus:after {
  transform: rotate(90deg);
}
details[open] > .terms-body,
details[open] > .answer {
  animation: answer-in 0.3s ease;
}
details[open] > summary .plus:after {
  transform: rotate(0);
}
details[open] > summary {
  color: var(--gold);
}
.answer p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  padding: 0 25px 24px 0;
}
.terms-section {
  padding-bottom: 60px;
}
.terms-details {
  border: 1px solid var(--line);
  border-radius: 4px;
}
.terms-details > summary {
  padding: 22px 25px;
  min-height: 70px;
  font-size: 14px;
  color: #ced2c4;
}
.terms-details > summary > span:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}
.terms-icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #8b927e;
  border-radius: 50%;
  font-family: Georgia, serif;
  color: var(--muted);
  flex-shrink: 0;
}
.terms-body {
  padding: 8px 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.terms-body h3 {
  font-size: 16px;
  margin: 10px 0 15px;
}
.terms-body ul {
  padding-left: 18px;
  margin: 0;
}
.terms-body li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 10px;
}
.full-terms-link {
  grid-column: 1/-1;
  font-size: 14px;
  margin: 0;
}
.full-terms-link a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer {
  background: #0c0e0b;
  border-top: 1px solid var(--line);
  padding: 45px 0 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.footer-top > p {
  color: #939b86;
  font-size: 14px;
  margin: 0;
}
.payments {
  display: flex;
  align-items: center;
  gap: 23px;
}
.payments img {
  max-width: 54px;
  height: 26px;
  object-fit: contain;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.footer-links a {
  font-size: 14px;
  color: #aeb5a3;
  line-height: 1.5;
}
.footer-links a:hover {
  color: var(--gold);
}
.responsible-row {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 28px 0 24px;
}
.age-badge {
  border: 1px solid #b8a779;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}
.responsible-row p {
  margin: 0;
  font-size: 12px;
  color: #b2baa5;
  line-height: 1.6;
}
.responsible-row strong {
  font-weight: 600;
  color: #d8decf;
}
.responsible-row a:first-of-type {
  margin-left: auto;
}
.responsible-row img {
  object-fit: contain;
  height: 38px;
  max-width: 108px;
}
.legal-copy {
  font-size: 12px;
  line-height: 1.85;
  color: #868f79;
  margin-bottom: 10px;
}
.legal-copy a {
  color: #bfc8b3;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #9da58f;
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 23px;
}
.footer-bottom a {
  color: #c1c8b3;
}
.mobile-cta {
  display: none;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photo-in {
  from {
    transform: scale(1.05);
    filter: brightness(0.7);
  }
  to {
    transform: scale(1);
    filter: brightness(1);
  }
}
@keyframes answer-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-enter {
  animation: hero-in 0.85s var(--ease) both;
}
.hero-enter:nth-child(2) {
  animation-delay: 0.08s;
}
.hero-enter:nth-child(3) {
  animation-delay: 0.17s;
}
.hero-enter:nth-child(4) {
  animation-delay: 0.25s;
}
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.steps-grid [data-reveal]:nth-child(2) {
  transition-delay: 0.1s;
}
.steps-grid [data-reveal]:nth-child(3) {
  transition-delay: 0.2s;
}
@media (max-width: 1199px) {
  .shell {
    width: calc(100% - 72px);
  }
  .header-actions {
    gap: 18px;
  }
  .header-inner {
    gap: 22px;
  }
  .brand {
    gap: 12px;
  }
  .brand img {
    width: 98px;
  }
  .brand > span {
    padding-left: 12px;
    font-size: 12px;
  }
  .stat {
    padding: 26px;
  }
  .calculator-panel {
    gap: 45px;
    padding: 45px;
  }
  .calculator-intro h2,
  .faq-heading h2 {
    font-size: 34px;
  }
  .faq-grid {
    gap: 50px;
  }
  .step {
    padding: 25px;
  }
  .step h3 {
    font-size: 18px;
  }
  .section-space {
    padding-block: 85px;
  }
}
@media (max-width: 959px) {
  .header-inner {
    height: 80px;
  }
  .stat {
    padding: 23px 19px;
  }
  .stat > span:last-child {
    font-size: 14px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stats strong {
    font-size: 30px;
  }
  .section-heading > p {
    max-width: 240px;
    font-size: 14px;
  }
  .steps-grid {
    gap: 15px;
  }
  .step {
    padding: 22px 20px;
  }
  .step h3 {
    font-size: 17px;
  }
  .step p {
    font-size: 14px;
  }
  .step-note {
    font-size: 14px;
  }
  .calculator-panel {
    gap: 30px;
    padding: 36px 28px;
    grid-template-columns: 0.85fr 1fr;
  }
  .calculator-intro h2 {
    font-size: 31px;
  }
  .calculator-intro .eyebrow {
    font-size: 12px;
  }
  .bonus-result > span small {
    display: none;
  }
  .faq-grid {
    gap: 32px;
    grid-template-columns: 0.85fr 1fr;
  }
  .faq-heading h2 {
    font-size: 31px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 24px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
    gap: 15px;
  }
  .brand {
    gap: 9px;
  }
  .brand img {
    width: 90px;
  }
  .brand > span {
    font-size: 12px;
    letter-spacing: 0.14em;
    padding-left: 10px;
  }
  .header-actions {
    gap: 13px;
  }
  .login {
    font-size: 14px;
  }
  .header-actions .button {
    font-size: 14px;
    min-height: 36px;
    padding: 8px 11px;
    gap: 9px;
  }
  .header-actions .button span {
    font-size: 16px;
  }
  .dash {
    width: 20px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat {
    padding: 20px;
  }
  .stat:nth-child(2):after {
    display: none;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .stat:not(:last-child):after {
    top: 20px;
    bottom: 20px;
  }
  .stat-label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .stat strong {
    font-size: 30px;
  }
  .stat strong small {
    font-size: 17px;
  }
  .stat > span:last-child {
    font-size: 14px;
  }
  .section-space {
    padding-block: 64px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 18px;
    font-size: 14px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 35px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .step {
    padding: 24px;
    position: relative;
  }
  .step-top {
    margin-bottom: 20px;
  }
  .step-number {
    font-size: 35px;
  }
  .step svg {
    width: 27px;
    height: 27px;
  }
  .step h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .step p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 450px;
    margin-bottom: 16px;
  }
  .step-note,
  .step-link {
    font-size: 14px;
  }
  .calculator-panel {
    grid-template-columns: 1fr;
    padding: 28px 23px 24px;
    gap: 33px;
  }
  .calculator-intro h2 {
    font-size: 31px;
    margin-bottom: 17px;
  }
  .calculator-intro > p:not(.eyebrow) {
    font-size: 13px;
    margin-bottom: 0;
  }
  .bonus-limit {
    display: none;
  }
  .deposit-label {
    gap: 10px;
    margin-bottom: 26px;
  }
  .deposit-label label {
    font-size: 14px;
  }
  .number-field {
    padding: 7px 9px;
  }
  .number-field input {
    font-size: 18px;
    width: 78px;
  }
  .amount-presets {
    gap: 5px;
    margin-top: 17px;
  }
  .amount-presets button {
    font-size: 14px;
    min-height: 40px;
  }
  .bonus-result > span,
  .total-result > span {
    font-size: 14px;
    max-width: 140px;
  }
  .bonus-result strong {
    font-size: 27px;
  }
  .total-result strong {
    font-size: 23px;
  }
  .calculation-note {
    font-size: 12px;
  }
  .calculator > .button {
    font-size: 14px;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-heading h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }
  .faq-heading > p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-heading .text-link {
    margin-top: 0;
    font-size: 14px;
  }
  .faq-list summary {
    font-size: 14px;
    min-height: 72px;
    padding-block: 20px;
    gap: 22px;
  }
  .answer p {
    font-size: 14px;
  }
  .terms-section {
    padding-bottom: 45px;
  }
  .terms-details > summary {
    padding: 18px 16px;
    font-size: 14px;
    gap: 20px;
    min-height: 66px;
  }
  .terms-details > summary > span:first-child {
    gap: 10px;
  }
  .terms-body {
    grid-template-columns: 1fr;
    padding: 0 20px 22px;
    gap: 12px;
  }
  .terms-body h3 {
    font-size: 14px;
  }
  .terms-body li,
  .full-terms-link {
    font-size: 14px;
  }
  .footer {
    padding-top: 32px;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }
  .footer-top {
    gap: 15px;
    padding-bottom: 25px;
  }
  .payments {
    gap: 14px;
  }
  .payments img {
    max-width: 44px;
    height: 23px;
  }
  .footer-links {
    gap: 17px 22px;
    padding-block: 25px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .responsible-row {
    gap: 12px;
    margin-block: 25px;
  }
  .age-badge {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .responsible-row p {
    font-size: 12px;
  }
  .responsible-row img {
    height: 30px;
    max-width: 70px;
  }
  .responsible-row a:last-child img {
    max-width: 36px;
  }
  .legal-copy {
    font-size: 12px;
    line-height: 1.85;
  }
  .footer-bottom {
    font-size: 12px;
    gap: 22px;
    line-height: 1.7;
  }
  .footer-bottom > span {
    max-width: 190px;
  }
  .footer-bottom a {
    white-space: nowrap;
  }
  .mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 25;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    background: #171b14f5;
    border-top: 1px solid #d2c09130;
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    display: flex;
    transform: translateY(110%);
    visibility: hidden;
    transition:
      transform 0.3s,
      visibility 0.3s;
  }
  .mobile-cta.is-visible {
    transform: translateY(0);
    visibility: visible;
  }
  .mobile-cta > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .mobile-cta strong {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: var(--gold);
  }
  .mobile-cta > div > span {
    font-size: 12px;
    color: #b4bca7;
  }
  .mobile-cta .button {
    font-size: 14px;
    min-height: 42px;
    gap: 20px;
  }
  .mobile-cta .button span {
    font-size: 19px;
  }
}
@media (max-width: 370px) {
  .shell {
    width: calc(100% - 32px);
  }
  .header-actions {
    gap: 10px;
  }
  .header-actions .button {
    font-size: 14px;
    padding: 8px;
  }
  .header-actions .button span {
    display: none;
  }
  .brand img {
    width: 76px;
  }
  .brand > span {
    font-size: 12px;
  }
  .login {
    font-size: 14px;
  }
  .stat {
    padding: 18px 14px;
  }
  .calculator-panel {
    padding: 25px 18px;
  }
  .calculator-intro h2 {
    font-size: 28px;
  }
  .bonus-result strong {
    font-size: 24px;
  }
  .total-result strong {
    font-size: 20px;
  }
  .responsible-row p {
    max-width: 100px;
  }
  .mobile-cta {
    padding-inline: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero-enter {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 959px) {
  .amount-presets {
    grid-template-columns: repeat(2, 1fr);
  }
  .amount-presets button {
    min-height: 44px;
  }
}

/* Hero: grouped offer on desktop; separate artwork on mobile. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero-picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  animation: photo-in 1.8s var(--ease) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #10120ff5, #10120fb8 33%, transparent 64%),
    linear-gradient(0deg, #10120f, transparent 23%);
}
.hero-inner {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding-block: 64px;
}
.hero-copy {
  width: 620px;
  max-width: 55%;
}
.hero .eyebrow {
  margin-bottom: 26px;
}
.offer-kicker {
  margin-bottom: 8px;
  color: #d9dfd0;
  font-size: 0.875rem;
  font-weight: 550;
  letter-spacing: 0.025em;
}
.hero h1 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(48px, 5.1vw, 74px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.hero h1 em {
  font-style: normal;
}
.offer-amount {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 8px;
  white-space: nowrap;
}
.up-to {
  align-self: center;
  max-width: 45px;
  margin-right: 2px;
  color: #c4cbbc;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
}
.offer-amount strong {
  font-size: clamp(78px, 7.3vw, 108px);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 1.08;
  font-variant-numeric: lining-nums;
}
.currency {
  color: #edece3;
  font-size: 1.625rem;
  font-weight: 450;
  letter-spacing: -0.035em;
}
.hero-buttons {
  display: flex;
  margin-top: 30px;
}
.button-primary {
  min-width: 286px;
  min-height: 58px;
  justify-content: space-between;
  padding-inline: 25px;
  font-size: 1rem;
}
.hero-terms {
  margin: 18px 0 0;
  max-width: 430px;
  color: #b7bdad;
  font-size: 0.75rem;
  line-height: 1.8;
}
.hero-terms a {
  color: #d0d6c5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1700px) {
  .hero-inner {
    min-height: 700px;
  }
}
@media (min-width: 701px) and (max-width: 959px) {
  .hero-inner {
    min-height: 600px;
  }
  .hero-copy {
    max-width: 62%;
  }
  .hero-picture {
    left: -90px;
    right: -170px;
  }
  .hero-picture img {
    object-fit: cover;
    object-position: right center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #10120ff0 0%, #10120fb0 42%, #10120f10 90%),
      linear-gradient(0deg, #10120f, transparent 25%);
  }
}
@media (max-width: 700px) {
  .hero-picture {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: clamp(240px, 70vw, 310px);
    z-index: 0;
    overflow: hidden;
  }
  .hero-picture img {
    object-fit: cover;
    object-position: right center;
  }
  .hero-picture::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--bg), transparent 22%);
    pointer-events: none;
  }
  .hero-shade {
    display: none;
  }
  .hero-inner {
    min-height: 0;
    display: block;
    padding-block: 14px 34px;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.085em;
    margin-bottom: 18px;
  }
  .offer-kicker {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.7vw, 56px);
  }
  .offer-amount {
    gap: 10px;
    margin-top: 4px;
  }
  .offer-amount strong {
    font-size: clamp(70px, 19vw, 94px);
  }
  .up-to {
    max-width: 36px;
    font-size: 0.75rem;
  }
  .currency {
    font-size: 1.5rem;
  }
  .hero-buttons {
    margin-top: 22px;
  }
  .button-primary {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }
  .hero-terms {
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .step p,
  .section-heading > p,
  .calculator-intro > p:not(.eyebrow),
  .faq-heading > p:not(.eyebrow),
  .answer p {
    font-size: 1rem;
  }
  .header-actions .button {
    min-height: 44px;
  }
  .mobile-cta .button {
    min-height: 44px;
  }
  .amount-presets button {
    min-height: 44px;
  }
  .deposit-label {
    flex-wrap: wrap;
  }
  .number-field input {
    width: 88px;
  }
  .bonus-result > span,
  .total-result > span {
    max-width: 46%;
  }
  .stat-label {
    letter-spacing: 0.04em;
  }
  .responsible-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  .header .brand > span {
    display: none;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions .button {
    padding-inline: 12px;
  }
  .header-actions .button span {
    display: none;
  }
  .amount-presets {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .mobile-cta {
    gap: 8px;
  }
  .mobile-cta .button {
    padding-inline: 12px;
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-picture img {
    animation: none;
  }
}
