/* Start custom CSS for html, class: .elementor-element-3e5f845 */.hero{
    position:relative;
    min-height:100vh;

    background-image:url('https://podfounder.org/wp-content/uploads/2026/06/pexels-cup-of-couple-8015809-scaled.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,0.92) 0%,
        rgba(255,255,255,0.75) 45%,
        rgba(255,255,255,0.10) 100%
    );
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

.hero-content{
    max-width:650px;
}

.badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:#e9f8e8;
    color:#2e7d32;
    font-weight:600;
    margin-bottom:20px;
}

.hero h1{
    font-size:72px;
    line-height:1.1;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.hero p{
    font-size:20px;
    line-height:1.8;
    color:#555;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.btn-primary{
    background:#ff6b00;
    color:#fff;
    text-decoration:none;
    padding:16px 36px;
    border-radius:12px;
    font-weight:600;
}

.btn-secondary{
    background:#fff;
    color:#111;
    text-decoration:none;
    padding:16px 36px;
    border-radius:12px;
    border:1px solid #ddd;
}

.trust-badges{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.trust-badges span{
    background:#fff;
    padding:12px 18px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

@media(max-width:768px){

.hero{
    min-height:90vh;
    background-position:right center;
}

.hero h1{
    font-size:42px;
}

.hero p{
    font-size:16px;
}

.hero-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-secondary{
    width:100%;
    text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-789f1e9 */.trust-section{
    padding:120px 0;
    background:
    linear-gradient(
        180deg,
        #fff9fa,
        #fff2f5
    );
    overflow:hidden;
}

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.subtitle{
    color:#e75480;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.section-heading h2{
    font-size:54px;
    margin:15px 0;
    color:#222;
}

.section-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.carousel-wrapper{
    width:100%;
    overflow:hidden;
    position:relative;
}

.carousel-track{
    display:flex;
    gap:30px;
    width:max-content;
    animation:scroll 28s linear infinite;
}

.carousel-wrapper:hover .carousel-track{
    animation-play-state:paused;
}

.trust-card{

    min-width:320px;
    max-width:320px;

    background:
    rgba(255,255,255,.9);

    backdrop-filter:blur(15px);

    border-radius:30px;

    padding:40px 30px;

    text-align:center;

    box-shadow:
    0 20px 50px rgba(231,84,128,.08);

    transition:.3s;
}

.trust-card:hover{
    transform:translateY(-8px);
}

.icon-box{

    width:90px;
    height:90px;

    margin:auto auto 25px;

    background:white;

    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 15px 35px rgba(231,84,128,.12);
}

.icon-box img{
    width:55px;
    height:55px;
    object-fit:contain;
}

.trust-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.trust-card p{
    color:#666;
    line-height:1.8;
}

@keyframes scroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

.section-heading h2{
    font-size:36px;
}

.trust-card{
    min-width:280px;
}

.carousel-track{
    animation-duration:18s;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1136e80 */.benefits-section{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f7fff7 0%,
        #eefbf0 100%
    );

    overflow:hidden;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;

    color:#4caf50;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:15px;
}

.section-header h2{
    font-size:56px;
    color:#1f2937;
    margin-bottom:20px;
    line-height:1.2;
}

.section-header p{
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.benefits-slider{
    overflow:hidden;
    width:100%;
}

.benefits-track{

    display:flex;

    gap:30px;

    width:max-content;

    animation:
    benefitsScroll 25s linear infinite;
}

.benefits-slider:hover .benefits-track{
    animation-play-state:paused;
}

.benefit-card{

    min-width:340px;

    max-width:340px;

    padding:35px;

    border-radius:30px;

    background:
    rgba(255,255,255,.9);

    backdrop-filter:blur(15px);

    text-align:center;

    box-shadow:
    0 20px 60px rgba(76,175,80,.08);

    border:
    1px solid rgba(255,255,255,.8);

    transition:.4s;
}

.benefit-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 30px 80px rgba(76,175,80,.15);
}

.card-image{

    width:110px;

    height:110px;

    margin:auto;

    margin-bottom:25px;

    border-radius:24px;

    background:white;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
    0 15px 40px rgba(76,175,80,.12);
}

.card-image img{

    width:65px;
    height:65px;

    object-fit:contain;
}

.benefit-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#222;
}

.benefit-card p{

    color:#666;

    line-height:1.8;
}

@keyframes benefitsScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10dba49 */.ingredients-section{

    position:relative;

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f5fbff 0%,
        #edf8ff 100%
    );

    overflow:hidden;
}

.section-header{

    text-align:center;

    max-width:800px;

    margin:auto;

    margin-bottom:80px;
}

.section-tag{

    display:inline-block;

    color:#2f80ed;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:15px;
}

.section-header h2{

    font-size:56px;

    line-height:1.2;

    color:#1f2937;

    margin-bottom:20px;
}

.section-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;
}

.ingredients-slider{

    overflow:hidden;
}

.ingredients-track{

    display:flex;

    gap:30px;

    width:max-content;

    animation:
    ingredientScroll 25s linear infinite;
}

.ingredients-slider:hover .ingredients-track{
    animation-play-state:paused;
}

.ingredient-card{

    min-width:340px;

    max-width:340px;

    background:
    rgba(255,255,255,.88);

    backdrop-filter:blur(20px);

    border-radius:32px;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(47,128,237,.08);

    transition:.4s;
}

.ingredient-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 30px 80px rgba(47,128,237,.15);
}

.ingredient-image{

    height:230px;

    overflow:hidden;
}

.ingredient-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.5s;
}

.ingredient-card:hover img{

    transform:scale(1.08);
}

.ingredient-card h3{

    padding:25px 25px 10px;

    font-size:24px;

    color:#1f2937;
}

.ingredient-card p{

    padding:0 25px 30px;

    color:#6b7280;

    line-height:1.8;
}

@keyframes ingredientScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0321758 */.image-label{

    position:absolute;

    top:20px;
    left:20px;

    padding:10px 18px;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    color:white;

    z-index:5;
}

.before{
    background:
    linear-gradient(
        135deg,
        #ef4444,
        #dc2626
    );
}

.after{
    background:
    linear-gradient(
        135deg,
        #22c55e,
        #16a34a
    );
}.transform-badge{

    position:absolute;

    left:50%;
    top:50%;

    transform:
    translate(-50%,-50%);

    background:white;

    color:#f97316;

    padding:14px 24px;

    border-radius:50px;

    font-weight:700;

    z-index:10;

    box-shadow:
    0 15px 40px rgba(0,0,0,.12);
}.comparison-wrapper{
    position:relative;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba9ab36 */.reviews-section{

    position:relative;

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #fffdf7 0%,
        #fff8e8 100%
    );

    overflow:hidden;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:80px;
}

.section-tag{

    color:#d4a017;

    letter-spacing:2px;

    font-size:13px;

    font-weight:600;

    display:inline-block;

    margin-bottom:15px;
}

.section-header h2{

    font-size:56px;

    color:#1f2937;

    margin-bottom:20px;
}

.section-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;
}

.reviews-slider{
    overflow:hidden;
}

.reviews-track{

    display:flex;

    gap:30px;

    width:max-content;

    animation:
    reviewScroll 25s linear infinite;
}

.reviews-slider:hover .reviews-track{
    animation-play-state:paused;
}

.review-card{

    min-width:380px;

    max-width:380px;

    background:
    rgba(255,255,255,.9);

    backdrop-filter:blur(15px);

    border-radius:30px;

    padding:30px;

    box-shadow:
    0 20px 60px rgba(212,160,23,.08);

    transition:.4s;
}

.review-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 30px 80px rgba(212,160,23,.15);
}

.review-top{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:20px;
}

.review-top img{

    width:65px;
    height:65px;

    border-radius:50%;

    object-fit:cover;
}

.review-top h4{

    margin-bottom:5px;

    color:#1f2937;
}

.review-top span{

    color:#6b7280;

    font-size:14px;
}

.rating{

    color:#f59e0b;

    font-size:20px;

    margin-bottom:20px;
}

.review-card p{

    color:#6b7280;

    line-height:1.9;
}

.review-stats{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;
}

.stat-box{

    background:white;

    padding:35px;

    border-radius:25px;

    text-align:center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);
}

.stat-box h3{

    font-size:42px;

    color:#d4a017;

    margin-bottom:10px;
}

.stat-box span{

    color:#6b7280;
}

@keyframes reviewScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}
.gold-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(140px);
}

.glow-1{

    width:350px;
    height:350px;

    background:#fff0c7;

    top:-120px;
    left:-120px;
}

.glow-2{

    width:400px;
    height:400px;

    background:#ffe9a8;

    right:-150px;
    bottom:-150px;
}
@media(max-width:768px){

.section-header h2{
    font-size:34px;
}

.review-card{
    min-width:300px;
}

.review-stats{
    grid-template-columns:1fr;
}

.reviews-track{
    animation-duration:18s;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8d1b7b */.video-testimonials{

    position:relative;

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #123524 0%,
        #0f2b1d 100%
    );

    overflow:hidden;
}

.section-header{

    text-align:center;

    max-width:800px;

    margin:auto;

    margin-bottom:80px;
}

.section-tag{

    display:inline-block;

    color:#7ed957;

    font-size:13px;

    letter-spacing:2px;

    font-weight:600;

    margin-bottom:15px;
}

.section-header h2{

    font-size:56px;

    color:white;

    margin-bottom:20px;

    line-height:1.2;
}

.section-header p{

    color:#d1d5db;

    font-size:18px;

    line-height:1.8;
}

.video-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.video-card{

    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border-radius:30px;

    overflow:hidden;

    border:
    1px solid rgba(255,255,255,.08);

    transition:.4s;
}

.video-card:hover{

    transform:
    translateY(-10px);
}

.video-thumbnail{

    position:relative;

    overflow:hidden;
}

.video-thumbnail img{

    width:100%;

    height:320px;

    object-fit:cover;

    display:block;

    transition:.5s;
}

.video-card:hover img{

    transform:scale(1.08);
}

.play-btn{

    position:absolute;

    top:50%;
    left:50%;

    transform:
    translate(-50%,-50%);

    width:75px;
    height:75px;

    background:white;

    color:#123524;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    font-weight:700;

    cursor:pointer;
}

.video-content{

    padding:25px;
}

.video-content h3{

    color:white;

    margin-bottom:12px;

    font-size:24px;
}

.video-content p{

    color:#d1d5db;

    line-height:1.8;
}

.video-stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:70px;
}

.video-stat{

    text-align:center;

    padding:35px;

    border-radius:24px;

    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(10px);
}

.video-stat h3{

    color:#7ed957;

    font-size:42px;

    margin-bottom:10px;
}

.video-stat span{

    color:#d1d5db;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78485f9 */.offer-section{

    position:relative;

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #151515 0%,
        #1c1c1c 100%
    );

    overflow:hidden;
}

.section-header{

    text-align:center;

    max-width:800px;

    margin:auto;

    margin-bottom:80px;
}

.section-tag{

    display:inline-block;

    color:#ff7a00;

    font-size:13px;

    letter-spacing:2px;

    font-weight:600;

    margin-bottom:15px;
}

.section-header h2{

    font-size:56px;

    color:white;

    margin-bottom:20px;
}

.section-header p{

    color:#b8b8b8;

    font-size:18px;

    line-height:1.8;
}

.offer-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-bottom:70px;
}

.offer-card{

    background:
    rgba(255,255,255,.04);

    backdrop-filter:blur(15px);

    border:1px solid #2a2a2a;

    border-radius:35px;

    padding:40px;

    text-align:center;

    position:relative;

    transition:.4s;
}

.offer-card:hover{

    transform:
    translateY(-10px);
}

.featured{

    border:
    1px solid rgba(255,122,0,.4);

    box-shadow:
    0 20px 80px rgba(255,122,0,.08);
}

.offer-badge{

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%);

    background:#ff7a00;

    color:white;

    padding:10px 18px;

    border-radius:50px;

    font-size:12px;

    font-weight:600;
}

.offer-card h3{

    color:white;

    font-size:32px;

    margin-top:20px;

    margin-bottom:20px;
}

.price-box{

    display:flex;

    justify-content:center;

    gap:15px;

    align-items:center;

    margin-bottom:25px;
}

.old-price{

    color:#777;

    text-decoration:line-through;

    font-size:22px;
}

.new-price{

    color:#ff7a00;

    font-size:42px;

    font-weight:700;
}

.offer-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;
}

.offer-list li{

    color:#d1d5db;

    margin-bottom:15px;
}

.offer-btn{

    display:inline-block;

    background:#ff7a00;

    color:white;

    text-decoration:none;

    padding:16px 40px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;
}

.offer-btn:hover{

    transform:translateY(-3px);
}

.countdown-box{

    text-align:center;

    background:
    rgba(255,255,255,.04);

    border-radius:30px;

    padding:40px;
}

.countdown-box h3{

    color:white;

    margin-bottom:25px;
}

.countdown{

    display:flex;

    justify-content:center;

    gap:20px;
}

.time-box{

    width:120px;

    height:120px;

    background:#222;

    border-radius:24px;

    display:flex;

    flex-direction:column;

    justify-content:center;
}

.time-box span{

    color:#ff7a00;

    font-size:42px;

    font-weight:700;
}

.time-box small{

    color:#b8b8b8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d39c9e */.faq-section{

    position:relative;

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #fdfbf7 100%
    );
}

.faq-header{

    text-align:center;

    max-width:800px;

    margin:auto;

    margin-bottom:70px;
}

.faq-tag{

    display:inline-block;

    color:#ff7a00;

    font-size:13px;

    letter-spacing:2px;

    font-weight:600;

    margin-bottom:15px;
}

.faq-header h2{

    font-size:56px;

    color:#1f2937;

    margin-bottom:20px;
}

.faq-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;
}

.faq-wrapper{

    max-width:900px;

    margin:auto;
}

.faq-item{

    background:white;

    border-radius:24px;

    margin-bottom:20px;

    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);

    transition:.3s;
}

.faq-item:hover{

    transform:
    translateY(-3px);
}

.faq-question{

    width:100%;

    border:none;

    background:none;

    padding:28px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    font-size:20px;

    font-weight:600;

    color:#1f2937;

    text-align:left;
}

.faq-icon{

    font-size:24px;

    color:#ff7a00;

    transition:.3s;
}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;
}

.faq-answer p{

    padding:
    0 35px 30px;

    color:#6b7280;

    line-height:1.9;
}

.faq-item.active .faq-answer{

    max-height:300px;
}

.faq-item.active .faq-icon{

    transform:rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f495ed */.final-cta-section{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #ff7a00 0%,
        #ff9248 50%,
        #ffb36b 100%
    );
}

.final-cta-wrapper{

    display:grid;

    grid-template-columns:1.2fr 1fr;

    align-items:center;

    gap:80px;
}

.cta-content{

    color:white;

    position:relative;

    z-index:2;
}

.cta-tag{

    display:inline-block;

    background:
    rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    padding:12px 22px;

    border-radius:50px;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:25px;
}

.cta-content h2{

    font-size:64px;

    line-height:1.1;

    margin-bottom:25px;

    font-weight:700;
}

.cta-content p{

    font-size:19px;

    line-height:1.9;

    opacity:.95;

    margin-bottom:35px;
}

.cta-benefits{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:35px;
}

.benefit-item{

    background:
    rgba(255,255,255,.12);

    backdrop-filter:blur(15px);

    padding:16px 20px;

    border-radius:14px;

    font-size:15px;

    font-weight:500;
}

.price-wrapper{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:35px;
}

.old-price{

    text-decoration:line-through;

    font-size:28px;

    opacity:.7;
}

.new-price{

    font-size:56px;

    font-weight:700;
}

.save-badge{

    background:white;

    color:#ff7a00;

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;
}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:20px 42px;

    background:white;

    color:#ff7a00;

    text-decoration:none;

    border-radius:16px;

    font-weight:700;

    font-size:18px;

    transition:.3s;
}

.cta-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.15);
}

.cta-image{

    text-align:center;

    position:relative;

    z-index:2;
}

.cta-image img{

    width:100%;

    max-width:500px;

    animation:
    floatProduct 4s ease-in-out infinite;
}

@keyframes floatProduct{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }
}/* End custom CSS */