.sm-page,
.sm-checkout-page {
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #eaf8ff 100%);
    color: #102033;
}

.sm-page * {
    box-sizing: border-box;
}

.sm-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 70px 6%;
    min-height: 85vh;
}

.sm-badge {
    display: inline-block;
    background: #00a7e8;
    color: white;
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.sm-hero h1 {
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.95;
    margin: 0 0 20px;
    color: #037cc2;
    font-weight: 900;
}

.sm-hero h2 {
    font-size: clamp(24px, 3vw, 38px);
    margin: 0 0 18px;
    color: #102033;
}

.sm-claim {
    font-size: 34px;
    font-weight: 900;
    color: #008fd3;
    margin: 10px 0;
}

.sm-subclaim {
    font-size: 21px;
    font-weight: 700;
    color: #333;
}

.sm-hero-media img,
.sm-gallery-grid img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 100, 180, 0.22);
}

.sm-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sm-btn,
.sm-buy-btn,
.sm-submit-btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 900;
    transition: 0.2s ease;
}

.sm-btn-main,
.sm-buy-btn,
.sm-submit-btn {
    background: linear-gradient(135deg, #00a7e8, #006eb8);
    color: white;
    box-shadow: 0 15px 30px rgba(0, 126, 200, 0.28);
}

.sm-btn-light {
    background: white;
    color: #006eb8;
    border: 2px solid #bdefff;
}

.sm-btn:hover,
.sm-buy-btn:hover,
.sm-submit-btn:hover {
    transform: translateY(-3px);
}

.sm-small-note {
    margin-top: 20px;
    font-weight: 700;
    color: #0077b6;
}

.sm-video-section,
.sm-gallery,
.sm-sales,
.sm-pricing,
.sm-final-cta {
    padding: 60px 6%;
    text-align: center;
}

.sm-video-section video {
    width: min(900px, 100%);
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 100, 180, 0.22);
    margin-top: 25px;
}

.sm-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.sm-sales p {
    max-width: 850px;
    margin: 20px auto;
    font-size: 21px;
    line-height: 1.6;
}

.sm-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.sm-benefits div {
    background: white;
    padding: 22px;
    border-radius: 20px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0, 100, 180, 0.12);
}

.sm-pricing h2,
.sm-gallery h2,
.sm-video-section h2,
.sm-sales h2,
.sm-final-cta h2 {
    font-size: clamp(32px, 4vw, 54px);
    margin-bottom: 12px;
    color: #037cc2;
    font-weight: 900;
}

.sm-section-sub {
    font-size: 19px;
    color: #405466;
}

.sm-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 35px;
}

.sm-card {
    background: white;
    padding: 32px;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0, 100, 180, 0.15);
    border: 2px solid #d7f4ff;
    position: relative;
}

.sm-featured {
    transform: scale(1.05);
    border-color: #00a7e8;
}

.sm-card-label {
    display: inline-block;
    background: #e4f8ff;
    color: #0077b6;
    padding: 8px 13px;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 14px;
}

.sm-card h3 {
    font-size: 34px;
    margin: 5px 0;
    color: #102033;
}

.sm-price {
    font-size: 48px;
    color: #00a7e8;
    font-weight: 900;
    margin: 15px 0;
}

.sm-card p {
    min-height: 58px;
}

.sm-final-cta {
    background: #dff6ff;
    border-radius: 40px 40px 0 0;
}

.sm-checkout-page {
    padding: 50px 5%;
    min-height: 100vh;
}

.sm-checkout-box {
    max-width: 950px;
    margin: auto;
    background: white;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 20px 55px rgba(0, 100, 180, 0.16);
}

.sm-checkout-box h1 {
    color: #037cc2;
    font-size: 42px;
    margin-top: 0;
}

.sm-form label {
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
    color: #102033;
}

.sm-form input,
.sm-form select {
    width: 100%;
    padding: 15px;
    border: 2px solid #d3effa;
    border-radius: 14px;
    font-size: 16px;
    margin-bottom: 18px;
}

.sm-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sm-warning {
    background: #fff4cf;
    color: #7a5400;
    padding: 15px;
    border-radius: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.sm-total-box {
    background: #e8f9ff;
    padding: 20px;
    border-radius: 18px;
    font-size: 24px;
    margin-bottom: 25px;
}

.sm-submit-btn {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
}

.sm-thankyou {
    max-width: 850px;
    margin: 60px auto;
    padding: 50px;
    text-align: center;
    background: #eaf8ff;
    border-radius: 30px;
}

@media (max-width: 850px) {
    .sm-hero {
        grid-template-columns: 1fr;
        padding: 40px 5%;
        text-align: center;
    }

    .sm-hero-buttons {
        justify-content: center;
    }

    .sm-gallery-grid,
    .sm-benefits,
    .sm-cards,
    .sm-form-grid {
        grid-template-columns: 1fr;
    }

    .sm-featured {
        transform: none;
    }

    .sm-card p {
        min-height: auto;
    }

    .sm-checkout-box {
        padding: 24px;
    }

    .sm-checkout-box h1 {
        font-size: 32px;
    }
}