html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.placeholder-container {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .placeholder-container h2 {
        margin-bottom: 20px;
        color: #ffffff;
    }

    .placeholder-container p {
        font-size: 18px;
        line-height: 1.6;
        color: #f0f0f0;
    }

.countdown-box {
    font-size: 28px;
    font-weight: 700;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #0e7c3d, #32b26e);
    color: white;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.mundial-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 12px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(74%) sepia(65%) saturate(749%) hue-rotate(2deg) brightness(105%) contrast(101%);
    transition: all 0.2s ease;
}
.mundial-icon {
    filter: brightness(0) saturate(100%) invert(74%) sepia(65%) saturate(749%) hue-rotate(2deg) brightness(105%) contrast(101%) drop-shadow(0 0 4px rgba(255, 215, 0, 0.5));
}

.registration-banner {
    background: linear-gradient(90deg, #d4af37, #f4d03f);
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    font-size: 18px;
}

.payment-banner {
    background: rgba(14, 124, 61, 0.15);
    border: 2px solid rgba(14, 124, 61, 0.5);
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.8;
}

.contact-banner {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #d4af37;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    line-height: 1.8;
}

    .contact-banner a {
        color: #d4af37;
        text-decoration: none;
        font-weight: 600;
    }

        .contact-banner a:hover {
            text-decoration: underline;
        }