/*
 Theme Name:   Divi Child
 Theme URI:    https://moovies.film/
 Description:  Child theme for Divi
 Author:       Christopher Green
 Author URI:   https://christophergreen.com/
 Template:     Divi
 Version:      1.0.0
*/

/* Date Kit Styles */
/* Classic checkout: show coupon form by default */
body {
    background: #000 !important;
}

.woocommerce form.checkout_coupon {
    display: block !important;
}

/* Optional: hide the “Have a coupon?” toggle since it’s always open now */
.woocommerce .woocommerce-form-coupon-toggle {
    display: none;
}

/* Show coupon form on checkout by default */
.woocommerce form.checkout_coupon {
    display: block !important;
}

/* Optional: hide the annoying toggle text since it's always open */
.woocommerce .woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-order-received th {
    color: #fff !important;
}

.woocommerce-order-received .woocommerce-notice--success {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff !important;
}

#coming-soon-footer-banner,
#main-content {
    background-color: #000 !important;
}

#et-top-navigation .et-cart-info {
    display: none !important;
}

.wc-block-components-checkbox__input {
    padding: 0px !important;
}

.woocommerce-cart label,
.woocommerce-checkout label {
    color: #666 !important;
}

#wc-block-components-totals-coupon__input-coupon,
.wc-block-components-form .wc-block-components-text-input.is-active input {
    padding: 30px 9px 20px 9px !important;
}

.woocommerce-checkout #content-area,
.woocommerce-cart #content-area {
    background-color: #3b3b3b !important;
    padding: 30px;
    border-radius: 20px;

}

.wc-block-components-payment-methods__save-card-info {
    margin-top: 20px;
    margin-left: 5px;
}

.smf-floating-cart {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 14px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);

    background: #d84a4c;
    color: #fff;
    text-decoration: none;

    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;

    transition: opacity .2s ease, transform .2s ease;
}

.smf-floating-cart__icon svg {
    width: 20px;
    height: 20px;
}

.smf-floating-cart.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.smf-floating-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 24px;
    height: 24px;
    padding: 0 7px;

    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.page-id-2579 .et_pb_section,
.page-id-2579 .et_pb_row_0 {
    padding-top: 0px !important;
}

.page-id-2579 #et-top-navigation {
    display: none !important;
}

.page-id-2579 .hero h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-size: 72px;
}

.page-id-2579 .hero h2 span {
    color: #d84a4c;
}


.page-id-2579 h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    font-size: 55px;
}

.page-id-2579 h2 span {
    color: #d84a4c;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: #d84a4c !important;
}

.page-id-2579 h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    font-size: 48px;
}

.page-id-2579 h3 span {
    color: #d84a4c !important;
}

.page-id-2579 h4 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #000;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    font-size: 35px;
}

.page-id-2579 .white-box {
    display: block;
    background-color: f9fafa;
    border: 1px solid #bbd5d5;
    padding: 40px;
    border-radius: 47px;
    font-size: 22px;
    font-weight: 400;
    color: #3b3b3b !important;
}


#smf-landing ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#smf-landing ul li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 0.75em;
}

#smf-landing ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    /* tweak for vertical alignment */
    width: 1em;
    height: 1em;
    background-image: url("images/icon-bullet.svg");
    background-repeat: no-repeat;
    background-size: contain;
}


/* Reset and Base Styles */
#smf-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#smf-landing {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #fff;
    background: linear-gradient(90deg, #0e0c15 0%, #0e0c15 100%);
    line-height: 1.6;
    font-weight: 400;
}

#smf-landing .landing-page {
    width: 100%;
    overflow-x: hidden;
}

#smf-landing .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0px;
}

/* Typography */
#smf-landing h1,
#smf-landing h2,
#smf-landing h3,
#smf-landing h4 {
    font-weight: 700;
}

.page-id-2653 h1,
#smf-landing .section-title {
    font-size: 55px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: unset !important;
}

.page-id-2653 h1 span {
    color: #d84a4c !important;
}

#smf-landing .section-heading {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 48px;
    text-align: center;
    margin-bottom: 55px;
    line-height: 1.3;
    font-weight: 700;
}

.entry-content table:not(.variations) {
    padding: 20px !important;
    border: 1px dashed #828282;
    border-radius: 20px !important;
}

.wc-block-components-totals-coupon__button {
    background-color: #d84a4c !important;
    font-weight: 700;
    color: #fff;
}

.wc-block-components-button__text {
    font-weight: 700;
    color: #fff;
    opacity: 1 !important;
}

#smf-landing .text-highlight {
    color: #d84a4c !important;
}

#smf-landing .text-highlight-alt {
    color: #ff8d92 !important;
}

/* Top Banner */



#smf-landing .top-banner {
    background: #000;
    padding: 19px 0;
    overflow: hidden;
}

#smf-landing .banner-container {
    display: flex;
    gap: 20px;
    animation: scroll-banner 30s linear infinite;
}

#smf-landing .banner-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    padding-right: 20px;
}

#smf-landing .banner-icon {
    width: 22px;
    height: 22px;
    color: #b4b4b4 !important;

    mask: url(images/header-icon.svg) no-repeat center;
    -webkit-mask: url(images/header-icon.svg) no-repeat center;
    mask-size: contain;

    background-color: #b4b4b4;
    color: #b4b4b4;
}

#smf-landing .banner-item span {
    font-size: 18px;
    color: #b4b4b4;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -0.72px;
}

@keyframes scroll-banner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Hero Section */
#smf-landing .hero-section {
    position: relative;
    padding: 57px 0 80px;
    text-align: center;
    background: linear-gradient(0deg, #1d1b24 0%, #0e0c15 100%);
}

#smf-landing .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml,...');
    opacity: 0.05;
    pointer-events: none;
}

#smf-landing .hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 542px;
    background: #1d1b24;
    z-index: -1;
}

#smf-landing .hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
}

#smf-landing .hero-text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    max-width: 1280px !important;
}

#smf-landing .hero-title {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 75px;
    line-height: 99px;
    font-weight: 600;
    max-width: 1280px;
}

#smf-landing .hero-title .text-highlight {
    font-weight: 600;
}

#smf-landing .hero-subtitle {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 25px;
    line-height: 1.09;
    letter-spacing: 0.5px;
    max-width: 1280px;
}

#smf-landing .hero-images {
    position: relative;
    width: 1792px;
    height: 462px;
    margin: 0 auto;
}

#smf-landing .hero-image {
    position: absolute;
    width: 350px;
    height: 270px;
    border-radius: 15px;
    overflow: hidden;
}

#smf-landing .hero-image.rotate-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
}

#smf-landing .hero-image.rotate-left-light {
    left: 350px;
    top: 50%;
    transform: translateY(-50%) rotate(-7deg);
    height: 340px;
}

#smf-landing .hero-image.rotate-right-light {
    right: 350px;
    top: 50%;
    transform: translateY(-50%) rotate(7deg);
    height: 340px;
}

#smf-landing .hero-image.rotate-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
}

#smf-landing .hero-image-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: 436px;
    border-radius: 25px;
    box-shadow: 0px 6px 43.8px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

#smf-landing .image-placeholder,
#smf-landing .image-placeholder-center {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#smf-landing .hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

#smf-landing .investment-text {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#smf-landing .investment-text span {
    font-weight: 800;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
#smf-landing a.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    line-height: 1.2em;
    gap: 2px;
    padding: 13px 19px 13px 19px;
    background: linear-gradient(90deg, #ff513e 0%, #d0104d 100%);
    border: 1.167px solid rgba(255, 255, 255, 0.24);
    border-radius: 16.344px;
    box-shadow: 0px 26.852px 52.536px 0px rgba(216, 50, 56, 0.26);
    cursor: pointer;
    color: #fcfbf8;
    font-size: 23.349px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5837px;
    transition: transform 0.2s;
}

#smf-landing .cta-button:hover {
    transform: scale(1.05);
}

#smf-landing .cta-button span {
    line-height: 24.517px;
}

#smf-landing .button-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
}

#smf-landing .button-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.buy-gift-button {
    display: block;
    align-items: center;
    justify-content: center;
    clear: both !important;
    width: fit-content;
    text-decoration: none;
    line-height: 1.2em;
    gap: 2px;
    margin: 30px auto !important;
    padding: 13px 19px 13px 19px !important;
    background: linear-gradient(90deg, #3b3b3b 0%, #3d3d3d 100%);
    border: 1.167px solid rgba(255, 255, 255, 0.24);
    border-radius: 16.344px;
    box-shadow: 0px 26.852px 52.536px 0px rgba(216, 50, 56, 0.26);
    cursor: pointer;
    color: #fcfbf8;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5837px;
    transition: transform 0.2s;
}

#smf-landing .buy-gift-button svg {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
    fill: #fff;
    stroke: currentColor;
}

.buy-gift-button:hover {
    transform: scale(1.05);
    border: 2px solid #d84a4c;

}

/* About Section */
#smf-landing .about-section {
    background: #1d1b24;
    padding: 18px 10px 80px;

    margin: 0 auto;
}

#smf-landing .about-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

#smf-landing .about-text {
    font-size: 24px;
    line-height: 1.85;
    font-weight: 700;
    opacity: 0.8;
}

#smf-landing .about-text.regular {
    font-weight: 600;
}

#smf-landing .callout-box {
    background: #0e0c15;
    padding: 30px;
    border-radius: 15px;
}

#smf-landing .callout-box p {
    font-size: 24px;
    line-height: 1.92;
    font-weight: 700;
    opacity: 0.8;
}

/* Why Works Section */
#smf-landing .why-works-section {
    padding: 80px 30px;
}

#smf-landing .why-works-section .subsection-heading {
    color: #fff !important;
}

#smf-landing .video-container {
    position: relative;
    width: 100%;
    height: 780px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 55px;
    background: url('https://moovies.film/wp-content/themes/Divi-child/images/why-it-works-1.webp') top left no-repeat;

}

#smf-landing .video-placeholder {
    width: 100%;
    height: 100%;

}

#smf-landing .video-overlay {
    position: absolute;
    bottom: 25px;
    right: 1.64%;
    left: 43.28%;
    backdrop-filter: blur(82px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 31px;
}

#smf-landing .overlay-text {
    font-size: 25px;
    line-height: 41px;
    margin-bottom: 26px;
}

#smf-landing .overlay-image {
    width: 100%;
    height: 211px;
    border-radius: 14px;
    overflow: hidden;
    background: url('https://moovies.film/wp-content/themes/Divi-child/images/why-it-works2.webp') top center no-repeat;

}

#smf-landing .subsection-heading {
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#smf-landing .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
}

#smf-landing .feature-card {
    background: #58565e;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 25px;
    padding: 24px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#smf-landing .feature-card:nth-child(2) {
    background: #49474f;
}

#smf-landing .feature-card:nth-child(3) {
    background: #34323c;
}

#smf-landing .feature-card:nth-child(4) {
    background: #1f1d25;
}

#smf-landing .feature-icon {
    width: 38px;
    mask: url(images/icon-bullet.svg) no-repeat center;
    -webkit-mask: url(images/icon-bullet.svg) no-repeat center;
    mask-size: contain;
    height: 38px;
    font-size: 24px;
    background-color: #fff;
    color: #fff;
}



#smf-landing .feature-text {
    font-size: 19px;
    line-height: 31px;
    font-weight: 600;
}

/* What's Included Section */
#smf-landing .whats-included-section {
    background: #1d1b24;
    padding: 80px 31px;
}

#smf-landing .included-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#smf-landing .included-item {
    background: #f9fafa;
    border: 1px solid #bbd5d5;
    border-radius: 47px;
    padding: 40px;
    display: flex;
    gap: 42px;
    vertical-align: top;
}

#smf-landing .included-item.reverse {}

#smf-landing .item-image {

    border-radius: 14px;

    flex-shrink: 0;
}

#smf-landing .included-item.reverse .item-image {}

#smf-landing .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 349px;
}

#smf-landing .item-title {
    font-size: 35px;
    line-height: 32px;
    color: #000 !important;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: left;
}

/* Container */
#smf-landing .features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Wide screens: 4 per row */
#smf-landing .feature-card {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    height: auto;
    min-height: 270px;
}



#smf-landing .item-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

#smf-landing .item-features li {
    font-size: 22px;
    line-height: 1.54;
    color: #3b3b3b !important;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#smf-landing .item-value {
    font-size: 25px;
    line-height: 30px;
    color: #ff868b !important;
    font-weight: 700;
    text-align: right;
    margin-top: auto;
}

#smf-landing .included-item.reverse .item-value {
    text-align: left;
}

/* Testimonials Section */
#smf-landing .testimonials-section {
    padding: 80px 0;
}

#smf-landing .testimonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 49px;
}

#smf-landing .testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

#smf-landing .testimonial-text {
    font-size: 18px;
    line-height: 34px;
    color: #0c0407 !important;
    font-weight: 600;
}

#smf-landing .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 26px;
    border-top: 1px dashed #828282;
}

#smf-landing .author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#smf-landing .author-info {
    flex: 1;
}

#smf-landing .author-info h4 {
    font-size: 16px;
    line-height: 21px;
    color: #0c0407 !important;
    font-weight: 600;
    letter-spacing: -0.14px;
    text-align: left;
}

#smf-landing .author-info p {
    font-size: 14px;
    line-height: 12px;
    color: #0c0407 !important;
}

#smf-landing .rating {
    display: flex;
    gap: 8px;
    font-size: 20px;
    letter-spacing: 5px;
    color: #ff868b !important;
}

#smf-landing .press-logos {
    display: flex;
    gap: 45px;
    justify-content: center;
}

#smf-landing .press-logo {
    width: 220px;
    height: 146px;

    border-radius: 10px;
}

/* Pricing Section */
#smf-landing .pricing-section {
    padding: 10px 31px 10px;
}

#smf-landing .pricing-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 94px;
}

#smf-landing .pricing-intro {
    font-size: 30px;
    line-height: 2;
    text-align: center;
    font-weight: 600;
}

#smf-landing .pricing-intro .text-highlight {
    font-weight: 800;
}

#smf-landing .pricing-text.top {
    font-weight: 400;
}

#smf-landing .pricing-text {
    font-size: 25px;
    line-height: 41px;
    text-align: center;
    font-weight: 700;
}

#smf-landing .pricing-text .text-highlight {
    font-weight: 700;
    font-size: 35px;
    color: #FF868B !important;
}

#smf-landing .pricing-emphasis {
    font-size: 45px;
    line-height: 41px;
    text-align: center;
    font-weight: 800;
}

#smf-landing .pricing-details {
    font-size: 23px;
    line-height: 2.21;
    text-align: center;
    font-weight: 600;
}

#smf-landing .pricing-details .text-highlight {
    color: #FF868B !important;

}

#smf-landing .divider {
    border: none;
    border-top: 0.5px dashed #828282;
    width: 100%;
    margin: 20px 0;
}

#smf-landing .bonuses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 28px;
}

#smf-landing .bonus-card {
    background: #fff;
    border: 1px solid #dcd7e7;
    border-radius: 18px;
    padding: 45px 30px 35px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 420px;
}

#smf-landing .bonus-card:nth-child(1),
#smf-landing .bonus-card:nth-child(2) {
    min-height: 500px;
}

#smf-landing .bonus-number {
    font-size: 35px;
    line-height: 30px;
    color: #d84a4c;
    font-weight: 700;
    text-align: left;
}

#smf-landing .bonus-title {
    font-size: 25px;
    line-height: 38px;
    color: #241a23 !important;
    font-weight: 700;
    text-align: left;
}

#smf-landing .bonus-divider {
    border: none;
    border-top: 0.5px dashed #828282;
    width: 100%;
    margin: 0;
}

#smf-landing .bonus-text {
    font-size: 22px;
    line-height: 39px;
    color: #534852 !important;
    font-weight: 500;
    flex: 1;
}

#smf-landing .bonus-value {
    font-size: 25px;
    line-height: 30px;
    color: #ff868b !important;
    font-weight: 700;
    text-align: right;
    margin-top: auto;
}

/* Guarantee Section */
#smf-landing .guarantee-section {
    padding: 180px 31px;
}

#smf-landing .split-layout {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

#smf-landing .guarantee-content {
    max-width: 736px;
}

#smf-landing .guarantee-text {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 26px;
}

#smf-landing .guarantee-text p {
    font-size: 20px;
    line-height: 37px;
}

#smf-landing .guarantee-images {
    width: 483px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

#smf-landing .guarantee-image {
    width: 100%;
    height: 398.5px;

}

#smf-landing .guarantee-image:last-child {}

/* Final CTA Section */
#smf-landing .final-cta-section {
    background: #1d1b24 !important;
    padding: 80px 31px 80px;
}

#smf-landing .final-cta-title {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 55px;
    line-height: 79px;
    text-align: center;
    margin-bottom: 55px;
    font-weight: 600;
}

#smf-landing .timer-section {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 55px;
}

#smf-landing .timer-label {
    font-size: 30px;
    line-height: 62px;
    text-align: center;
    font-weight: 600;
}

#smf-landing .countdown-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

#smf-landing .timer-subtitle {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
}

#smf-landing .timer-blocks {
    display: flex;
    gap: 28px;
}

#smf-landing .timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#smf-landing .timer-number {
    background: #f3f4f1;
    border: 1px solid #000;
    border-radius: 8.778px;
    padding: 19px 5px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 59.689px;
    line-height: 66.711px;
    color: #141718 !important;
    font-weight: 500;
    letter-spacing: -1.0533px;
    text-align: center;
    min-width: 100px;
}

#smf-landing .timer-unit {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 21.067px;
    line-height: 35.111px;
    text-align: center;
}

#smf-landing .timer-explanation {
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    font-weight: 600;
}

#smf-landing .timer-explanation span {
    font-weight: 400;
}

#smf-landing .timer-emphasis {
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
}

#smf-landing .timer-section.is-expired .timer-label {
    opacity: 0.7;
}

#smf-landing .value-props {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 55px;
}

#smf-landing .value-props-title {
    font-size: 30px;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
}

#smf-landing .value-props-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
}

#smf-landing .value-prop {
    background: #58565e;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 25px;
    padding: 26px;

    display: flex;
    gap: 18px;
    align-items: flex-start;
}

#smf-landing .value-prop:nth-child(2) {
    background: #49474f;
}

#smf-landing .value-icon {
    min-width: 38px !important;
    mask: url(images/icon-bullet.svg) no-repeat center;
    -webkit-mask: url(images/icon-bullet.svg) no-repeat center;
    mask-size: contain;
    height: 38px;

    background-color: #fff;
    color: #fff;
}

#smf-landing .value-prop p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
}

#smf-landing .price-box {
    background: #121212;
    border: 2px solid #ff513e;
    border-radius: 23px;
    padding: 25px 41px 30px;
    margin: 55px 0;
}

#smf-landing .price-box-main {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 5px;
}

#smf-landing .price-box-sub {
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}

#smf-landing .cta-button.large {
    font-size: 25px;
    padding: 21px 29px;
    margin: 30px auto;
    display: flex;
}

#smf-landing .final-tagline {
    font-size: 30px;
    line-height: 62px;
    text-align: center;
    color: #bbb !important;
    font-weight: 600;
    margin-top: 30px;
}

/* Guarantee Reminder */
#smf-landing .guarantee-reminder {
    background: #000;
    padding: 80px 31px;
}

#smf-landing .reminder-box {
    background: #1d1b24;
    border-radius: 23px;
    padding: 25px 41px 30px;
}

#smf-landing .reminder-box p {
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
}

/* Footer CTA */
#smf-landing .footer-cta {
    padding: 80px 0 0;
}

#smf-landing .footer-cta-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 1px;

    margin-bottom: 19px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#smf-landing .footer-cta-label span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}

#smf-landing .arrow-icon {
    width: 23px;
    height: 20px;
    stroke: currentColor;
}

#smf-landing .footer-cta-title {
    font-size: 85px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 28px;
}

#smf-landing .footer-form {
    max-width: 734px;
    margin: 0 auto 70px;
}

#smf-landing .form-message {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 19px 26px;
    font-size: 22px;
    color: #102114 !important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

#smf-landing .submit-button {
    background: #ee3944;
    display: block;
    width: fit-content;
    border: none;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    padding: 11px 31px;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    transition: transform 0.2s;
}

.yith-ywgc-gift-this-product-modal-overlay {
    background-color: rgba(0, 0, 0, 1) !important;
}

.yith-ywgc-gift-this-product-modal-wrapper {
    background-color: #333 !important;
    padding-bottom: 30px !important;
}

.ywgc-gifted-product-container {
    display: none !important;
}

#smf-landing .submit-button:hover {
    transform: scale(1.05);
}

#smf-landing .footer-images {
    display: flex;
    gap: 10px;
}

#smf-landing .footer-image {
    flex: 1;
    height: 350px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

#smf-landing .footer-image:first-child {
    border-top-left-radius: 160px;
}

#smf-landing .footer-image:nth-child(2) {
    border-top-right-radius: 160px;
}

#smf-landing .footer-image:nth-child(3) {
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
}

#smf-landing .footer-image:nth-child(4) {
    border-top-left-radius: 160px;
}

#smf-landing .footer-image:nth-child(5) {
    border-top-right-radius: 160px;
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 1440px) {
    #smf-landing .container {
        padding: 0 20px;
    }

    #smf-landing .about-section {
        padding: 18px 60px 180px;
    }

    #smf-landing .why-works-section,
    #smf-landing .whats-included-section,
    #smf-landing .pricing-section,
    #smf-landing .guarantee-section,
    #smf-landing .final-cta-section,
    #smf-landing .guarantee-reminder {
        padding-left: 60px;
        padding-right: 60px;
    }

    #smf-landing .hero-images {
        width: 100%;
        max-width: 1400px;
    }

    #smf-landing .hero-title {
        font-size: 48px;
        line-height: 60px;
        white-space: unset !important;
    }

    .woocommerce-checkout .container,
    #smf-landing .container {
        padding: 0 0px;
        width: 95%;
    }

    #smf-landing .about-section {
        padding: 18px 10px 180px;
    }

    #smf-landing .why-works-section,
    #smf-landing .whats-included-section,
    #smf-landing .pricing-section,
    #smf-landing .guarantee-section,
    #smf-landing .final-cta-section,
    #smf-landing .guarantee-reminder {
        padding-left: 10px;
        padding-right: 10px;
    }

    #smf-landing .video-overlay {}


}

@media (max-width: 1024px) {
    #smf-landing .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #smf-landing .included-item {
        flex-direction: column !important;
    }

    #smf-landing .item-image {
        width: 100%;
    }

    #smf-landing .split-layout {
        flex-direction: column;
    }

    #smf-landing .guarantee-images {
        width: 100%;
    }

    #smf-landing .timer-blocks {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #smf-landing .hero-title {
        font-size: 48px;
        line-height: 60px;
        white-space: unset !important;
    }

    .et_header_style_split #main-header .container,
    .et_header_style_split #main-header .logo_container {
        display: none !important;
    }

    #smf-landing .section-title {
        font-size: 36px;
    }

    #smf-landing .section-heading {
        font-size: 32px;
    }

    #smf-landing .features-grid {
        grid-template-columns: 1fr;
    }

    #smf-landing .bonuses-grid {
        grid-template-columns: 1fr;
    }

    #smf-landing .value-props-grid {
        grid-template-columns: 1fr;
    }

    #smf-landing .hero-images {
        height: 300px;
    }

    #smf-landing .hero-image {
        width: 200px;
        height: 150px;
    }

    #smf-landing .hero-image-center {
        width: 250px;
        height: 250px;
    }

    #smf-landing .footer-images {
        flex-direction: column;
    }
}



/* Medium screens: 2 per row */
@media (max-width: 980px) {
    #smf-landing .feature-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

}

@media (max-width: 700px) {
    #smf-landing .video-overlay {
        right: 1.64%;
        left: 33.28%;
        bottom: 10px;
    }
}

/* Small screens: 1 per row */
@media (max-width: 600px) {
    #smf-landing .feature-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #smf-landing .hero-images {
        height: 100px;
    }

    .woocommerce-checkout .container,
    #smf-landing .container {
        padding: 0 0px;
        width: 95%;
    }

    #smf-landing .about-section {
        padding: 18px 10px 180px;
    }

    #smf-landing .why-works-section,
    #smf-landing .whats-included-section,
    #smf-landing .pricing-section,
    #smf-landing .guarantee-section,
    #smf-landing .final-cta-section,
    #smf-landing .guarantee-reminder {
        padding-left: 10px;
        padding-right: 10px;
    }

    #smf-landing .video-overlay {
        left: 5px;
        right: 0px;
        bottom: 10px;
    }

    #smf-landing .press-logos {
        flex-wrap: wrap;
    }
}