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

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #020617;
  color: #ECFEFF;
  line-height: 1.6;
  font-size: 15px;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #14B8A6;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #22C55E;
}

.disclosure-bar {
  background: #0F172A;
  width: 100%;
  border-bottom: 1px solid rgba(236, 254, 255, 0.12);
}

.disclosure-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  font-size: 11px;
  color: #CBD5E1;
  line-height: 1.45;
}

.disclosure-bar__icon {
  flex-shrink: 0;
  font-size: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-top {
  background: #020617;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(236, 254, 255, 0.08);
}

.header-top__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-logo {
  height: 36px;
  width: auto;
}

.header-logo img {
  height: 36px;
  width: auto;
}

.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ECFEFF;
  margin: 5px 0;
  transition: 0.3s;
}

.header-bottom {
  background: #0a0f1e;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(236, 254, 255, 0.12);
}

.header-bottom__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header-bottom a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #67E8F9;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}

.header-bottom a:hover {
  color: #14B8A6;
}

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.85);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.nav-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background: #0F172A;
  z-index: 201;
  padding: 24px;
  transition: right 0.3s ease;
  overflow-y: auto;
  border-left: 1px solid rgba(236, 254, 255, 0.12);
}

.nav-drawer.is-open {
  right: 0;
}

.nav-drawer__close {
  background: none;
  border: none;
  color: #ECFEFF;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 24px;
}

.nav-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-drawer a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #67E8F9;
  font-weight: 600;
  font-style: italic;
}

.hero {
  background: #020617;
  position: relative;
}

.hero__strip {
  width: 100%;
  height: 120px;
  background-image: url('/images/decorative/decor_1.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero__body {
  padding: 40px 16px 48px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.hero__body::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(20, 184, 166, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ECFEFF;
  margin-bottom: 16px;
  position: relative;
}

.hero p {
  font-size: 1.05rem;
  color: #67E8F9;
  position: relative;
}

.offers-section {
  padding: 56px 16px;
  background-image: url('/images/offers_bg/offers_bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

.offers-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.88);
}

.offers-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.offers-section h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 36px;
  color: #ECFEFF;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.offer-card {
  background: linear-gradient(145deg, #1a1f35 0%, #0d1225 100%);
  border: 2px solid #2a3050;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.offer-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(45deg, #14B8A6, #22C55E, #14B8A6);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(20, 184, 166, 0.25);
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-card__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, #1a1f35 0%, #0d1225 100%);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.offer-card__logo-wrap {
  width: 140px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.offer-card__logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: none;
}

.offer-card__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #f5d76e;
  font-style: italic;
}

.offer-card__bonus-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.offer-card__bonus {
  font-size: 1rem;
  font-weight: 700;
  color: #4ade80;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
  line-height: 1.35;
}

.offer-card__terms {
  font-size: 10px;
  color: #94a3b8;
}

.offer-card__cta {
  display: inline-block;
  padding: 10px 28px;
  background: linear-gradient(135deg, #14B8A6, #0d9488);
  color: #020617;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  font-style: italic;
}

.offer-card__cta:hover {
  background: linear-gradient(135deg, #22C55E, #14B8A6);
  color: #020617;
  transform: scale(1.03);
}

.info-section {
  padding: 56px 16px;
  position: relative;
  overflow: hidden;
}

.info-section:nth-child(odd) {
  background: #0F172A;
}

.info-section:nth-child(even) {
  background: #020617;
}

.info-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.info-section h2 {
  font-size: 1.4rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ECFEFF;
  margin-bottom: 20px;
}

.info-section p {
  color: #CBD5E1;
  margin-bottom: 12px;
}

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

.info-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.info-split__img-wrap {
  max-width: 500px;
  max-height: 320px;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid rgba(20, 184, 166, 0.4);
  box-shadow: 0 0 30px rgba(20, 184, 166, 0.15);
}

.info-split__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 320px;
}

.info-accent-top {
  border-top: 3px solid #14B8A6;
  padding-top: 32px;
}

.info-accent-top .info-section__inner {
  max-width: 900px;
}

.info-neon-card {
  background: #0F172A;
  border: 1px solid rgba(236, 254, 255, 0.12);
  border-radius: 16px;
  padding: 36px;
  position: relative;
  animation: neonPulse 3s ease-in-out infinite;
}

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 15px rgba(20, 184, 166, 0.2), inset 0 0 15px rgba(20, 184, 166, 0.05); }
  50% { box-shadow: 0 0 30px rgba(20, 184, 166, 0.4), inset 0 0 20px rgba(20, 184, 166, 0.1); }
}

.info-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.info-grid-2__item {
  padding: 24px;
  background: rgba(15, 23, 42, 0.6);
  border-radius: 10px;
  border-left: 3px solid #14B8A6;
}

.info-timeline {
  position: relative;
  padding-left: 32px;
}

.info-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #14B8A6, #22C55E);
}

.info-timeline p {
  position: relative;
  padding-bottom: 16px;
}

.info-timeline p::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #14B8A6;
  border-radius: 50%;
  box-shadow: 0 0 10px #14B8A6;
}

.info-centered {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.info-centered .info-badge {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(135deg, #14B8A6, #0d9488);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 900;
  color: #020617;
  margin-bottom: 20px;
}

.info-stripe {
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.1) 0%, transparent 50%, rgba(34, 197, 94, 0.1) 100%);
  padding: 48px 32px;
  border-radius: 12px;
}

.info-float {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 32px;
  align-items: start;
}

.info-float__visual {
  max-width: 500px;
  max-height: 320px;
  overflow: hidden;
  border-radius: 16px;
  transform: rotate(-2deg);
  border: 2px solid rgba(34, 197, 94, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.info-float__visual img {
  width: 100%;
  object-fit: cover;
  max-height: 320px;
}

.info-numbered > h2::before {
  content: attr(data-num);
  display: block;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(20, 184, 166, 0.2);
  line-height: 1;
  margin-bottom: 8px;
}

.info-asymmetric {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: end;
}

.info-asymmetric__side {
  max-width: 500px;
  max-height: 320px;
  overflow: hidden;
  border-radius: 12px;
  justify-self: end;
}

.info-asymmetric__side img {
  width: 100%;
  object-fit: cover;
  max-height: 320px;
  filter: saturate(1.2);
}

.info-particles {
  position: relative;
}

.info-particles::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(20, 184, 166, 0.15) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(34, 197, 94, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.6;
}

.site-footer {
  background: #020617;
  border-top: 1px solid rgba(236, 254, 255, 0.12);
  padding: 48px 16px 32px;
  flex-shrink: 0;
  margin-top: auto;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 32px;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.footer-badges a {
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-badges a:hover {
  opacity: 1;
}

.footer-badges img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(236, 254, 255, 0.08);
}

.footer-links a {
  font-size: 12px;
  color: #67E8F9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-se-disclosure {
  font-size: 11px;
  color: #64748b;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-se-disclosure p {
  margin-bottom: 10px;
}

.footer-copy {
  text-align: center;
  font-size: 11px;
  color: #475569;
  margin-top: 20px;
}

.age-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2, 6, 23, 0.95);
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.age-gate.is-visible {
  display: flex;
}

.age-gate__box {
  background: #0F172A;
  border: 2px solid #14B8A6;
  border-radius: 16px;
  padding: 40px 32px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 60px rgba(20, 184, 166, 0.3);
}

.age-gate__box h2 {
  font-size: 1.4rem;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 12px;
  color: #ECFEFF;
}

.age-gate__box p {
  color: #CBD5E1;
  margin-bottom: 24px;
  font-size: 14px;
}

.age-gate__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.btn-primary {
  padding: 12px 28px;
  background: linear-gradient(135deg, #14B8A6, #0d9488);
  color: #020617;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #22C55E, #14B8A6);
}

.btn-secondary {
  padding: 12px 28px;
  background: transparent;
  color: #67E8F9;
  border: 1px solid rgba(236, 254, 255, 0.2);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.btn-secondary:hover {
  border-color: #14B8A6;
  color: #14B8A6;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0F172A;
  border-top: 2px solid #14B8A6;
  padding: 16px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5);
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner p {
  font-size: 13px;
  color: #CBD5E1;
  flex: 1;
  min-width: 200px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
}

.cookie-banner__actions button {
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.page-content {
  padding: 48px 16px 64px;
  min-height: 50vh;
}

.page-content__inner {
  max-width: 800px;
  margin: 0 auto;
}

.page-content h1 {
  font-size: 1.8rem;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 24px;
  color: #ECFEFF;
}

.page-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 28px 0 12px;
  color: #67E8F9;
}

.page-content p {
  color: #CBD5E1;
  margin-bottom: 12px;
}

.page-content ul {
  margin: 12px 0 12px 24px;
  color: #CBD5E1;
}

.page-content li {
  margin-bottom: 8px;
}

.contact-form {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form label {
  font-size: 13px;
  color: #67E8F9;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: #0F172A;
  border: 1px solid rgba(236, 254, 255, 0.15);
  border-radius: 8px;
  color: #ECFEFF;
  font-size: 14px;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #14B8A6;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.form-error {
  font-size: 12px;
  color: #f87171;
  margin-top: -8px;
}

.contact-success {
  display: none;
  padding: 24px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid #22C55E;
  border-radius: 12px;
  text-align: center;
  margin-top: 24px;
}

.contact-success.is-visible {
  display: block;
}

.contact-success p {
  color: #4ade80;
  font-weight: 600;
}

.redirect-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020617;
  padding: 24px;
}

.redirect-box {
  text-align: center;
  max-width: 440px;
}

.redirect-box h1 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ECFEFF;
  margin-bottom: 16px;
}

.redirect-box p {
  color: #CBD5E1;
  font-size: 14px;
  margin-bottom: 12px;
}

.redirect-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(236, 254, 255, 0.15);
  border-top-color: #14B8A6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 24px auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.redirect-ad {
  font-size: 11px;
  color: #64748b;
  margin-top: 20px;
}

.redirect-compliance {
  font-size: 11px;
  color: #64748b;
  margin-top: 8px;
}

.redirect-compliance a {
  color: #67E8F9;
}

.error-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 16px;
}

.error-page h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #14B8A6;
  font-style: italic;
}

.error-page p {
  color: #CBD5E1;
  margin: 16px 0 28px;
}

@media (max-width: 768px) {
  .header-top__inner {
    justify-content: flex-start;
  }

  .nav-burger {
    display: block;
  }

  .header-bottom {
    display: none;
  }

  .nav-overlay {
    display: block;
  }

  .hero__strip {
    height: 60px;
  }

  .info-split,
  .info-grid-2,
  .info-float,
  .info-asymmetric {
    grid-template-columns: 1fr;
  }

  .info-float__visual {
    transform: none;
    max-width: 100%;
  }

  .info-asymmetric__side {
    justify-self: center;
    max-width: 100%;
  }

  .info-split__img-wrap {
    max-width: 100%;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offer-card__logo-wrap {
    width: 120px;
    height: 60px;
  }

  .offer-card__logo-wrap img {
    object-fit: contain;
    object-position: center;
  }

  .age-gate__actions {
    flex-direction: column;
  }

  .cookie-banner__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero__strip {
    height: 80px;
  }
}

@media (max-width: 375px) {
  .hero__strip {
    max-width: 100%;
    overflow: hidden;
  }

  .info-split__img-wrap,
  .info-float__visual,
  .info-asymmetric__side {
    max-width: 100%;
    overflow: hidden;
  }

  .info-split__img-wrap img,
  .info-float__visual img,
  .info-asymmetric__side img {
    max-width: 100%;
    max-height: 220px;
    width: 100%;
  }

  .info-neon-card {
    padding: 20px 16px;
  }
}
