* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
}

.sn-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.hcenter {
    justify-content: center;
}

.sn-col-1,
.sn-col-2,
.sn-col-3 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sn-col-1 {
    flex-basis: 100%;
}

.sn-col-2 {
    flex-basis: calc(100% / 2);
}

.sn-col-3 {
    flex-basis: calc(100% / 3);
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 2.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mb-5 {
    margin-bottom: 2.5rem;
}

.p-1 {
    padding: 0.5rem;
}

.p-2 {
    padding: 1rem;
}

.p-3 {
    padding: 1.5rem;
}

.p-4 {
    padding: 2rem;
}

.p-5 {
    padding: 2.5rem;
}

span.highlight {
    font-weight: bold;
    display: inline-block;
    color: #ff5151;
    border-bottom: 4px solid #ff5151;
}

h1 {
    font-size: 2.3rem;
    font-weight: bold;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

h4 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

p,
ul li a {
    font-size: 1.1rem;
}

header {
    padding: 1rem;
    background: #000;
    color: #fff;
}

.sn-logo h3 {
    font-size: 1.5rem;
}

#sn-hero {
    padding: 2rem 1rem;
    background: #fff;
}

.sn-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.sale-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff5151;
}

.regular-price {
    text-decoration: line-through;
    opacity: 0.5;
}

.savings {
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    background: #ff5151;
}

.sn-form-wrap {
    max-width: 600px;
    margin: 1rem auto;
    border-radius: 1rem;
    width: 100%;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup .foot {
    display: block !important;
    width: 100% !important;
}

#mc_embed_signup .button {
    padding: 0.5rem 1rem !important;
    font-size: 1.2rem !important;
    height: unset !important;
    width: 100% !important;
    font-weight: bold !important;
    border: 1px solid #ff8800 !important;
    background: #ff9900 !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

#mc_embed_signup .button:hover {
    opacity: 0.8;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0 !important;
}

.price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.spots-left {
    color: #ff5151;
    width: 100%;
    margin-top: 0;
    max-width: 300px;
    animation: blinking 0.8s alternate infinite;
}

#offers {
    background: #fff5f5;
    padding: 3rem 1rem;
}

#offers h2 {
    font-weight: bold;
    color: #ff5151;
}

footer {
    padding: 1rem;
    background: #222;
}

footer p {
    font-size: 0.8rem;
    color: #f9f9f9;
}

footer p a {
    color: #fff;
    text-decoration: underline;
}

.package {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 40px;
    box-shadow: 0 5px 0 #000;
}

.package h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.package .badge {
    position: absolute;
    left: 1rem;
    top: -40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 10px;
    width: calc(100% + 4px);
    left: -2px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.notice {
    background: #fff;
    border: 2px dashed #ff5151;
    color: #ff5151;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 1rem auto;
    font-weight: bold;
    border-radius: 50px;
    animation: blinking 0.8s alternate infinite;
}

ul.features-list {
    -webkit-padding-start: 30px;
    -moz-padding-start: 30px;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

ul.features-list li {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #000;
}

ul.features-list li:last-child {
    border-bottom: 1px solid transparent;
}

ul.features-list li::before {
    display: block;
    width: 30px;
    height: 30px;
    content: '✅';
    font-size: 1.2rem;
    position: absolute;
    left: -30px;
}

.package .sn-btn {
    padding: 1rem 2rem;
    background: #000;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.package .sn-btn:hover {
    opacity: 0.8;
}

.package.pro {
    border: 2px solid #1a2588;
}

.package.pro .badge {
    background: #1a2588;
}

.package.pro .sn-btn {
    background: #1a2588;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.package.expert {
    border: 2px solid #000;
}

.package.expert .badge {
    background: #000;
}

.package.expert .sn-btn {
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@keyframes blinking {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .sn-col-2,
    .sn-col-3 {
        flex-basis: 100%;
    }
    #sn-hero {
        padding: 1rem;
    }
    #offers {
        padding: 0 0 1rem;
    }
    .sn-heading {
        padding: 1rem 1rem 0;
        margin-bottom: 0;
    }
    h1 {
        font-size: 1.4rem;
    }
    h4,
    p,
    ul li {
        font-size: 1rem;
    }
    .sale-price {
        font-size: 1.6rem;
    }
    .price-wrap {
        gap: 0.5rem;
    }
}