body {
    margin:0;
    font-family: Poppins, Arial, sans-serif;
    background:#0f172a;
    color:#ffffff;
}
.container {
    width:90%;
    max-width:1100px;
    margin:0 auto;
    padding:30px 0;
}
.hero {
    text-align:center;
    padding:60px 20px;
    background:linear-gradient(135deg,#020617,#0f172a);
}
.cta-btn {
    background:#16a34a;
    padding:14px 28px;
    border-radius:999px;
    color:#fff;
    display:inline-block;
    margin:20px 0;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
}
.template-grid {
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.template-card {
    background:#1e293b;
    flex:1 1 300px;
    height:220px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#94a3b8;
}
.footer {
    text-align:center;
    padding:30px;
    font-size:14px;
    background:#020617;
}
    .badge {
    display:inline-block;
    background:#eef2ff;
    color:#3730a3;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    margin-bottom:18px;
}
.sub {
    font-size:20px;
    color:#e2e8f0;
    margin-top:10px;
}
.hero-mockup {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
    height: auto;            /* ⬅ fix */
}
}
.launch-text {
    margin-top:10px;
    font-size:14px;
    color:#facc15;
}

.why {
    background:#0b1120;
    padding:50px 0;
    text-align:center;
}
.why h2 {
    font-size:32px;
    margin-bottom:10px;
}
.pain-points p {
    color:#f87171;
    font-size:17px;
    margin:6px 0;
}
.benefit-box ul {
    list-style:none;
    padding:0;
    margin:20px auto;
    max-width:700px;
    text-align:left;
}
.benefit-box li {
    font-size:18px;
    margin:10px 0;
    padding-left:25px;
    
}

.templates img {
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:10px;
}
.template-card {
    background:#1e293b;
    padding:12px;
    border-radius:12px;
    text-align:center;
    flex:1 1 calc(33% - 20px);
    color:#e2e8f0;
    font-weight:600;
}
.template-card span {
    display:block;
    margin-top:6px;
    font-size:15px;
}
@media(max-width:768px){ 
    .template-card { flex:1 1 100%; }
}

.hero-mockup {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}

.hero-mockup img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 10px; /* optional - rounding edges */
}

.timer {
    font-size:20px;
    margin-top:10px;
    color:#f87171;
    font-weight:700;
}

.sticky-cta {
    display:none;
}

@media(max-width:768px){
    .sticky-cta{
        display:block;
        position:fixed;
        bottom:0;left:0;
        width:100%;
        background:#16a34a;
        text-align:center;
        padding:14px;
        font-size:20px;
        font-weight:700;
        color:#fff;
        z-index:9999;
    }
}

.guarantee-badge {
    max-width:130px;
    margin:20px auto;
    display:block;
}

.bonus-section {
    background:#0b1120;
    padding:50px 20px;
    text-align:center;
}
.bonus-section h2 {
    font-size:32px;
    margin-bottom:25px;
    color:#38bdf8;
}

.bonus-box {
    background:#1e293b;
    padding:18px;
    border-radius:12px;
    margin:15px auto;
    max-width:700px;
    text-align:left;
}
.bonus-box h3 {font-size:20px;color:#fff;margin-bottom:6px;}
.value {color:#facc15;font-size:16px;font-weight:700;margin-left:10px;}
.bonus-box p {font-size:16px;color:#cbd5e1;}

.mockup-placeholder iframe {
    max-width: 900px;
    width: 100%;
    height: 420px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.pricing {
    text-align: center !important;
}
