/* ===================================
RESPONSIVE DESIGN
=================================== */

@media (max-width:1200px){

.hero h1{

font-size:52px;

}

.pricing-grid{

grid-template-columns:repeat(2,1fr);

}

.feature-grid{

grid-template-columns:repeat(2,1fr);

}

.review-grid{

grid-template-columns:repeat(2,1fr);

}

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* ========================= */

@media (max-width:768px){

body{

font-size:15px;

}

section{

padding:60px 0;

}

.top-alert{

font-size:13px;

padding:12px;

}

.hero{

padding:120px 0 80px;

min-height:auto;

}

.hero h1{

font-size:36px;

line-height:1.3;

}

.subtitle{

font-size:17px;

margin-top:18px;

}

.badge{

font-size:13px;

padding:8px 16px;

}

.hero-buttons{

flex-direction:column;

align-items:center;

gap:15px;

}

.btn-primary,
.btn-secondary{

width:100%;

max-width:340px;

padding:16px;

font-size:17px;

}

#countdown{

gap:12px;

}

#countdown div{

width:90px;

padding:16px;

}

#countdown span{

font-size:28px;

}

.stats-grid{

grid-template-columns:1fr;

gap:20px;

}

.pricing-grid{

grid-template-columns:1fr;

}

.feature-grid{

grid-template-columns:1fr;

}

.review-grid{

grid-template-columns:1fr;

}

.pricing h2,
.features h2,
.reviews h2{

font-size:32px;

}

.card{

padding:30px 22px;

}

.card h3{

font-size:28px;

}

.price{

font-size:46px;

}

.feature{

font-size:40px;

padding:30px 20px;

}

.feature h3{

font-size:20px;

}

.review{

padding:25px;

}

.container{

width:94%;

}

.sticky-whatsapp{

left:15px;

right:15px;

bottom:15px;

text-align:center;

padding:18px;

border-radius:14px;

font-size:18px;

}

#liveNotification{

left:15px;

right:15px;

width:auto;

bottom:90px;

}

}

/* ========================= */

@media (max-width:480px){

.hero h1{

font-size:30px;

}

.subtitle{

font-size:16px;

}

#countdown div{

width:80px;

}

#countdown span{

font-size:24px;

}

.stats h2{

font-size:34px;

}

.price{

font-size:42px;

}

.card h3{

font-size:24px;

}

.btn-primary,
.btn-secondary{

font-size:16px;

}

}

/* ========================= */
/* Large Screens */
/* ========================= */

@media (min-width:1600px){

.container{

max-width:1400px;

}

.hero h1{

font-size:72px;

}

.pricing h2,
.features h2,
.reviews h2{

font-size:50px;

}

.price{

font-size:64px;

}

}

/* ========================= */
/* Landscape Phones */
/* ========================= */

@media (max-height:500px) and (orientation:landscape){

.hero{

padding:120px 0;

}

.hero h1{

font-size:34px;

}

.hero-buttons{

flex-direction:row;

}

}