/* Main Styles */
body {
    background-color: #e9ebe8;
    color: #212529;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-logo {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Alert Banner */
.alert-banner {
    background: linear-gradient(90deg, #8a8c86 0%, #b0b3ad 25%, #9a9d97 50%, #b5b8b2 75%, #8f918b 100%);
    color: #1a1a1a;
    padding: 15px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.alert-banner strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Guarantee Banner */
.guarantee-banner {
    background-color: #080808;
    color: #dcdcdc;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.limited-time-text {
    font-family: 'Bad Script', cursive;
    font-size: 3rem;
    font-weight: 600;
    color: #2b4c7e;
    text-align: center;
    white-space: nowrap;
}

.order-now-text {
    font-family: 'Bad Script', cursive;
    font-size: 3.5rem;
    font-weight: 600;
    color: #2b4c7e;
    text-align: center;
}

.guarantee-badges {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.payment-accept-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Section Gradient Styles */
.section {
    padding: 80px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.section.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.section-1 {
    padding-top: 30px;
}

.section h2 {
    font-weight: 700;
    color: #212529;
}

.section h3 {
    font-weight: 600;
    color: #212529;
}

.section h4 {
    font-weight: 600;
    color: #8b6f47;
}

.section .lead {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Hero Section Styles */
.hero-image {
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    mask-image: radial-gradient(ellipse 100% 100% at center, black 30%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 80%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at center, black 30%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 80%, transparent 100%);
}

.hero-content {
    padding: 20px 0;
}

.hero-quote {
    margin-top: 20px;
}

.quote-text {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    color: #212529;
    line-height: 1.6;
}

.quote-text .fa-quote-left {
    margin-right: 10px;
    color: #8b6f47;
    font-size: 2rem;
    vertical-align: middle;
}

.quote-text .fa-quote-right {
    margin-left: 10px;
    color: #8b6f47;
    font-size: 2rem;
    vertical-align: middle;
}

.stars {
    color: #d4a84a;
    font-size: 1.8rem;
}

.stars i {
    margin: 0 2px;
}

/* Section Content Styles */
.benefits-list-section {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
}

.benefits-list-section li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.benefits-list-section li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: bold;
    font-size: 1.3rem;
}

.usage-steps {
    list-style: decimal;
    padding-left: 30px;
    font-size: 1.1rem;
}

.usage-steps li {
    padding: 8px 0;
}

/* Testimonials */
.testimonial-item {
    margin-bottom: 40px;
}

.testimonial-image-placeholder {
    width: 150px;
    height: 150px;
    background-color: #d0d2cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.6;
}

.testimonial-author {
    font-weight: 600;
    color: #8b6f47;
    margin-bottom: 0;
}

.hero-headline {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
}

.hero-headline .highlight-text {
    font-weight: 800;
    text-decoration: underline;
}

.benefits-list {
    list-style: none;
    padding: 0;
    font-size: 1.3rem;
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
}

.benefits-list li {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.benefits-list li i {
    color: #8b6f47;
    margin-right: 15px;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.product-jar-image {
    max-width: 80%;
    height: auto;
    display: inline-block;
}

/* CTA Card Styles */
.cta-card {
    background: linear-gradient(135deg, #dcdedd 0%, #e4e5e3 100%);
    border: none;
}

.cta-card .card-header {
    background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 50%, #080808 100%);
    color: #dcdcdc;
    border-bottom: none;
    padding: 20px;
}

.cta-card .card-header h5 {
    margin: 0;
    font-weight: 800;
    font-size: 1.5rem;
    animation: headerPulse 2s ease-in-out infinite;
    line-height: 1.3;
}

.cta-card .card-header .form-arrow {
    font-size: 2rem;
    color: #c9a76b;
    display: inline-block;
    animation: headerPulse 2s ease-in-out infinite;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@keyframes headerPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.cta-card .card-body {
    padding: 30px;
}

.cta-card .form-control {
    background-color: #f5f6f5;
    border: 2px solid #c5c7c4;
    padding: 12px 15px;
    font-size: 14px;
    color: #212529;
    margin-bottom: 10px;
}

.cta-card .form-control:focus {
    background-color: #ffffff;
    border-color: #8b6f47;
    box-shadow: 0 0 0 0.2rem rgba(139, 111, 71, 0.25);
}

.cta-card .form-control::placeholder {
    color: #6c757d;
}

.cta-card .row {
    margin-bottom: 0;
}

.btn-cta {
    background: linear-gradient(135deg, #8b6f47 0%, #a68a5f 100%);
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta:hover {
    background: linear-gradient(135deg, #6f5838 0%, #8b6f47 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.secure-text {
    font-size: 12px;
    color: #6c757d;
}

.secure-text i {
    color: #8b6f47;
}

/* Section 1 - Subtle lighter gradient */
.section-1 {
    background: linear-gradient(135deg, #e9ebe8 0%, #f0f2ef 50%, #e9ebe8 100%);
}

/* Section 2 - Slightly darker with warm tones */
.section-2 {
    background: linear-gradient(135deg, #e2e4e1 0%, #e9ebe8 50%, #dfe1de 100%);
}

/* Section 3 - Medium tone with diagonal gradient */
.section-3 {
    background: linear-gradient(120deg, #e9ebe8 0%, #dee0dd 50%, #e9ebe8 100%);
}

/* Section 4 - Cooler tones */
.section-4 {
    background: linear-gradient(135deg, #e5e7e4 0%, #eceee9 50%, #e3e5e2 100%);
}

/* Stunning Section - Dark dramatic gradient */
.section-stunning {
    background: linear-gradient(135deg, #1a1a1a 0%, #080808 30%, #0a0a0a 70%, #000000 100%);
    padding-bottom: 0 !important;
}

/* Section 5 - Rich subtle gradient */
.section-5 {
    background: linear-gradient(135deg, #dfe1de 0%, #e9ebe8 50%, #e0e2df 100%);
}

/* Stunning Results Section */
.stunning-content-column {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.stunning-headline {
    font-family: 'Bad Script', cursive;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.btn-get-now {
    background: linear-gradient(135deg, #c9a76b 0%, #d4b078 100%);
    border: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 18px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(201, 167, 107, 0.4);
}

.btn-get-now:hover {
    background: linear-gradient(135deg, #d4b078 0%, #e0c089 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 167, 107, 0.6);
    color: #1a1a1a;
}

/* Stunning Results Image */
.stunning-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: 0;
    mask-image: radial-gradient(ellipse 100% 100% at center, black 30%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 80%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at center, black 30%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 80%, transparent 100%);
}

/* New Results Section */
.section-results {
    background: linear-gradient(135deg, #e3e5e2 0%, #eceee9 50%, #e7e9e6 100%);
}

.results-content {
    padding: 40px 20px;
}

.results-handwriting {
    font-family: 'Bad Script', cursive;
    font-size: 4.5rem;
    font-weight: 600;
    color: #2b4c7e !important;
    margin-bottom: 20px;
}

.results-headline {
    font-size: 2rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.4;
    text-align: center;
}

.results-arrow {
    color: #8b6f47;
    font-size: 2.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.before-after-container {
    margin: 0 auto 30px;
    max-width: 500px;
}

.before-after-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: block;
}

.results-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #212529;
    max-width: 500px;
    margin: 0 auto 30px;
}

.btn-results-cta {
    background: linear-gradient(135deg, #c9a76b 0%, #d4b078 100%);
    border: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 18px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(139, 111, 71, 0.4);
}

.btn-results-cta:hover {
    background: linear-gradient(135deg, #d4b078 0%, #e0c089 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 167, 107, 0.6);
    color: #1a1a1a;
    text-decoration: none;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Revolutionary Section Images */
.revolutionary-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.seals-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

/* Footer Styles */
.footer {
    background-color: #080808;
    color: #dcdcdc;
    padding: 40px 0 20px 0;
    margin-top: auto;
    width: 100%;
}

.footer a {
    color: #dcdcdc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    margin: 0 10px;
    font-size: 14px;
}

.footer-text {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

.copyright {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-headline {
        font-size: 2.2rem;
    }
    
    .benefits-list {
        font-size: 1.15rem;
    }
    
    .hero-image {
        margin-bottom: 20px;
    }
    
    .stunning-image {
        margin-top: 20px;
    }
    
    .stunning-headline {
        font-size: 2.2rem;
    }
    
    .results-handwriting {
        font-size: 3.5rem;
    }
    
    .results-headline {
        font-size: 1.6rem;
    }
    
    .results-arrow {
        font-size: 2rem;
    }
    
    .limited-time-text {
        font-size: 2.8rem;
    }
    
    .order-now-text {
        font-size: 2.8rem;
    }
    
    .guarantee-badges {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .footer-links a {
        display: inline-block;
        margin: 5px 8px;
    }
    
    .section {
        padding: 40px 0;
        min-height: 300px;
    }
    
    .section-1 {
        padding-top: 20px;
    }
    
    .hero-headline {
        font-size: 1.8rem;
    }
    
    .benefits-list {
        font-size: 1rem;
    }
    
    .benefits-list li {
        margin-bottom: 12px;
    }
    
    .cta-card .card-body {
        padding: 20px;
    }
    
    .cta-card .card-header .form-arrow {
        font-size: 1.5rem;
    }
    
    .cta-card .card-header h5 {
        font-size: 1.2rem;
    }
    
    .limited-time-text {
        font-size: 2.5rem;
    }
    
    .order-now-text {
        font-size: 2.5rem;
    }
    
    .site-logo {
        max-width: 150px;
    }
    
    .guarantee-badges {
        max-width: 180px;
    }
    
    .section-1 .col-lg-4 {
        margin-bottom: 20px;
    }
    
    .payment-accept-image {
        max-width: 90%;
    }
    
    .stunning-image {
        margin: 20px auto 0;
        max-width: 80%;
    }
    
    .stunning-content-column {
        min-height: 300px;
        margin-bottom: 20px;
    }
    
    .btn-get-now {
        font-size: 1.1rem;
        padding: 15px 40px;
    }
    
    .results-handwriting {
        font-size: 3rem;
    }
    
    .results-headline {
        font-size: 1.4rem;
    }
    
    .results-arrow {
        font-size: 1.5rem;
    }
    
    .before-after-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .before-after-image {
        border-radius: 10px;
    }
    
    .results-description {
        font-size: 1rem;
    }
    
    .btn-results-cta {
        font-size: 1rem;
        padding: 15px 30px;
    }
}

