body {
font-family: 'Poppins', sans-serif;
background: #0b3d2e;
/**background: linear-gradient(135deg, #0b3d2e, #2e7d32);**/
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.card-coming {
background: #0b3d2e;
color: #ffffff;
border-radius: 5px;
padding: 50px 35px;
max-width: 720px;
width: 100%;
/**box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
border: 1px dashed #f4d03f;**/
box-shadow: 0 25px 60px rgba(244,208,63, 0.25);
text-align: center;
}
.brand-badge {
display: inline-flex;
align-items: center;
gap: 12px;
background: rgba(255, 255, 255, 0.10);
border: 1px solid rgba(255, 255, 255, 0.25);
padding: 14px 28px;
border-radius: 60px;
font-weight: 600;
font-size: 22px;
color: #f4d03f;
margin-bottom: 30px;
}
.brand-badge i {
color: #66bb6a;
font-size: 26px;
}

.title-highlight {
color: #f4d03f;
font-weight: 600;
}
.lead-text {
color: #d0f0d0;
}
.countdown-box {
background: rgba(255, 255, 255, 0.07);
border-radius: 14px;
padding: 18px 10px;
}

.count-number {
font-size: 26px;
font-weight: 600;
color: #f4d03f;
}
.count-label {
font-size: 12px;
color: #c8e6c9;
text-transform: uppercase;
}
.btn-eco {
background: #f4d03f;
color: #0b3d2e;
font-weight: 600;
border-radius: 50px;
padding: 12px 30px;
border: none;
transition: 0.3s;
}
.btn-eco:hover {
background: #f4d03f;
color: #0b3d2e;
}
.footer-text {
color: #b9e4c9;
font-size: 14px;
margin-top: 25px;
}
@media (max-width: 576px) {
.brand-badge {
font-size: 18px;
padding: 12px 22px;
}
.count-label {
font-size: 9px;
}
.lead {
font-size: 1rem !important;
}
}
