:root {
  --text: #08101f;
  --muted: #647596;
  --glass: rgba(255, 255, 255, 0.18);
  --glass-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(255, 255, 255, 0.34);
  --panel-line: rgba(8, 16, 31, 0.08);
  --green: #57e389;
  --green-strong: #33c56a;
  --shadow: 0 28px 80px rgba(17, 37, 89, 0.18);
  --radius-xl: 34px;
  --radius-lg: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.announcement-bar {
  padding: 10px 18px;
  background: rgba(223, 236, 250, 0.92);
  border-bottom: 1px solid rgba(8, 16, 31, 0.06);
  font-size: 14px;
}

.announcement-bar p {
  width: min(1320px, calc(100% - 24px));
  margin: 0 auto;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 24px min(4vw, 44px) 84px;
}

.hero-background,
.hero-gradient {
  position: absolute;
  inset: 0;
}

.hero-background {
  background: url("./07149e7f-0850-47db-bd67-5a93e1cfa8e6.png") center top / cover no-repeat;
}

.hero-gradient {
  background:
    linear-gradient(180deg, rgba(223, 236, 250, 0.82) 0%, rgba(223, 236, 250, 0.18) 10%, rgba(223, 236, 250, 0) 24%),
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, 0.12), transparent 18%);
}

.hero-nav,
.page-content {
  position: relative;
  z-index: 1;
}

.hero-nav {
  width: min(1320px, 100%);
  margin: 0 auto 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: clamp(170px, 15vw, 238px);
  height: auto;
  color: #fff;
}

.hero-links {
  display: flex;
  gap: 26px;
}

.hero-links a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.page-content {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(680px, 1.9fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.hero-panel,
.hero-visual-panel,
.bottom-offer {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  color: #fff;
}

.hero-offer {
  min-height: 400px;
}

.hero-offer h1 {
  margin: 0;
  font-size: clamp(36px, 2.8vw, 52px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 520px;
}

.panel-kicker {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel-text {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
}

.hero-visual-panel {
  position: relative;
  min-height: 680px;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 16, 31, 0.12), rgba(8, 16, 31, 0.26)),
    url("./58acb31c-cd5d-41bc-a8df-4b49f4f09e58.png") center 18% / 125% no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-visual-copy {
  max-width: 220px;
  color: #fff;
}

.hero-visual-copy h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hero-card {
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: min(380px, calc(100% - 68px));
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  backdrop-filter: blur(14px);
  color: #fff;
}

.hero-card-label {
  margin: 0;
  font-size: 18px;
}

.hero-card-amount {
  margin: 12px 0 18px;
  font-size: clamp(48px, 4vw, 70px);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.primary-button,
.hero-card-button,
.floating-get-money {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.primary-button,
.hero-card-button {
  background: linear-gradient(135deg, var(--green) 0%, #8af1b1 100%);
  color: #04140b;
  box-shadow: 0 18px 40px rgba(51, 197, 106, 0.28);
}

.hero-support {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-support h3 {
  margin: 22px 0 0;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.bonus-card {
  position: relative;
  width: 100%;
  min-height: 168px;
  margin-top: 6px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 100%, rgba(255, 0, 122, 0.7), transparent 28%),
    linear-gradient(135deg, #12a4ea 0%, #725fc4 62%, #1d5cc3 100%);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.bonus-card-brand,
.bonus-card-chip,
.bonus-card-circles {
  position: absolute;
}

.bonus-card-brand {
  top: 22px;
  left: 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.bonus-card-chip {
  top: 58px;
  right: 26px;
  width: 48px;
  height: 36px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 33%, rgba(140, 140, 140, 0.6) 33%, rgba(140, 140, 140, 0.6) 36%, transparent 36%, transparent 66%, rgba(140, 140, 140, 0.6) 66%, rgba(140, 140, 140, 0.6) 69%, transparent 69%),
    linear-gradient(180deg, transparent 46%, rgba(140, 140, 140, 0.6) 46%, rgba(140, 140, 140, 0.6) 49%, transparent 49%),
    linear-gradient(180deg, #f6f6f6 0%, #d9d9d9 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.bonus-card-circles {
  right: 22px;
  bottom: 18px;
  width: 92px;
  height: 46px;
}

.bonus-card-circles::before,
.bonus-card-circles::after {
  content: "";
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.bonus-card-circles::before {
  left: 0;
  background: #ff3b30;
}

.bonus-card-circles::after {
  right: 0;
  background: #ffb020;
  opacity: 0.92;
}

.support-button {
  align-self: flex-start;
  margin-top: 26px;
}

.bottom-offer {
  margin-top: 24px;
  padding: 40px 44px 52px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--panel-line);
}

.bottom-offer-copy {
  max-width: 860px;
}

.dark-kicker {
  color: var(--muted);
}

.bottom-offer h2 {
  margin: 0;
  font-size: clamp(44px, 4.5vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.bottom-offer p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.floating-get-money {
  position: fixed;
  right: 22px;
  top: 58%;
  z-index: 50;
  color: #fff;
  background: #101a38;
  box-shadow: 0 20px 50px rgba(16, 26, 56, 0.34);
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
}

.floating-get-money::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(87, 227, 137, 0.18);
}

.bonus-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(10px);
}

.bonus-modal-overlay[hidden] {
  display: none;
}

.bonus-modal {
  width: min(100%, 340px);
  padding: 22px 20px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22);
  text-align: center;
}

.bonus-modal-icon {
  display: flex;
  justify-content: center;
  color: #f04b37;
}

.bonus-modal-icon svg {
  width: 72px;
  height: 72px;
}

.bonus-modal-title {
  margin: 10px 0 10px;
  color: #1b1f2a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bonus-modal-text {
  margin: 0;
  color: #353c4e;
  font-size: 15px;
  line-height: 1.55;
}

.bonus-modal-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bonus-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d7dce7;
  border-radius: 12px;
  font: inherit;
  color: #1b1f2a;
  background: #f8fafc;
}

.bonus-input:focus {
  outline: 2px solid rgba(110, 86, 248, 0.24);
  border-color: #8b74ff;
}

.bonus-modal-action {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

.bonus-modal-confirm {
  margin-top: 2px;
  background: linear-gradient(135deg, #6a5cf4 0%, #8a55ff 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14);
}

.bonus-modal-cancel {
  background: #e44a39;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-offer,
  .hero-visual-panel,
  .hero-support {
    min-height: 320px;
  }

  .hero-visual-panel {
    min-height: 620px;
    background-size: cover;
    background-position: center 24%;
  }
}

@media (max-width: 820px) {
  .hero-shell {
    padding: 20px 14px 84px;
  }

  .hero-links {
    display: none;
  }

  .hero-offer h1,
  .hero-visual-copy h2,
  .hero-support h3,
  .bottom-offer h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .bottom-offer,
  .hero-panel,
  .hero-visual-panel {
    padding: 22px;
  }

  .bonus-card {
    min-height: 150px;
  }

  .hero-card {
    left: 22px;
    right: 22px;
    bottom: 22px;
    width: auto;
  }

  .floating-get-money {
    top: auto;
    right: 16px;
    bottom: 16px;
    transform: none;
  }
}
