.modal-overlay.active, .step.active {
  display: flex; }

html {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,"Helvetica Neue",sans-serif; }

body, html {
  height: 100%;
  margin: 0; }

body.flow-body {
  background: url("https://cdn.databowlpages.com/assets/9ee20aa0-7932-48be-95e0-20f1f743bd3c.png") center/cover no-repeat fixed #0286c5; }

.step {
  display: none;
  position: relative;
  z-index: 1; }

.step.active {
  animation: .6s ease-in-out fadeInStep; }

@keyframes fadeInStep {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.content-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }

.btn-ah-orange {
  background: #f57f20 !important;
  color: #fff !important;
  transition: background 0.2s, transform 0.2s !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  word-wrap: break-word; }

.btn-ah-orange:hover {
  background: #d86810 !important;
  transform: translateY(-2px) !important; }

.error-message {
  color: #b91c1c;
  font-size: .75rem;
  margin-top: .5rem; }

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0058a3;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: 1s linear infinite spin; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.status-item {
  opacity: 0;
  transform: translateY(10px);
  animation: .5s ease-out forwards fadeInItem; }

@keyframes fadeInItem {
  to {
    opacity: 1;
    transform: translateY(0); } }

.checkmark-icon {
  transform: scale(0);
  animation: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards popIn; }

@keyframes popIn {
  to {
    transform: scale(1); } }

.scrollable-sponsors, .scrollable-text {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 1rem; }

.scrollable-sponsors {
  max-height: 400px; }

.offer-card {
  transition: box-shadow .3s,transform .3s; }

.offer-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.code-input {
  width: 3.5rem;
  height: 4rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: .5rem;
  border: 2px solid #d1d5db; }

.code-input:focus {
  border-color: #f57f20;
  box-shadow: 0 0 0 2px rgba(245, 127, 32, 0.3);
  outline: 0; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  align-items: center;
  justify-content: center; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #4b5563;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:hover {
  background: #374151; }

.footer-scroll {
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.footer-scroll.show {
  transform: translateY(0); }

@media (max-height: 600px) {
  .footer-scroll.show {
    position: fixed;
    bottom: 0;
    z-index: 30; } }

.min-vh-100 {
  min-height: 100vh !important; }

.w-100p {
  width: 100% !important; }

.w-16rem {
  width: 16rem !important; }

.maxw-md {
  max-width: 28rem !important; }

.maxw-lg {
  max-width: 32rem !important; }

.maxw-xl {
  max-width: 36rem !important; }

.site-footer {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  color: inherit;
  text-decoration: none; }
