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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation Styles */
.navbar {
    background: linear-gradient(135deg, #e7ecef 0%, #e3f2fd 100%);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    overflow-x: hidden;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #48bb78;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    color: #2d3748;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #48bb78;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: #48bb78;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #2d3748;
    transition: all 0.3s ease;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #2d3748;
}

.section-title.white {
    color: white;
}

.section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: #718096;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
    color: #48bb78;
    padding: 0 4px;
}

.highlight-blue {
    color: #3182ce;
    padding: 0 4px;
}

/* Icons */
.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.emoji {
    font-size: 1.2rem;
    display: inline-block;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #e7ecef 0%, #e3f2fd 100%);
    color: #333;
    padding: 4rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-content {
    text-align: center;
    margin-bottom: 3rem;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(72, 187, 120, 0.15);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    color: #2d3748;
    border: 1px solid rgba(72, 187, 120, 0.2);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: #2d3748;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #4a5568;
}

.urgency-badge {
    display: inline-block;
    background: #e53e3e;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

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

/* Hero Video - Clean Autoplay Style */
.hero-video-section {
    text-align: center;
    margin-bottom: 3rem;
}

.video-container {
    border-radius: 15px;
    overflow: hidden;
    max-width: 75%;
    width: 75%;
    margin: 0 auto;
    aspect-ratio: 16/9;
    position: relative;
    background: transparent;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    background: transparent;
    outline: none;
    border: none;
    max-width: 100%;
    display: block;
}

/* Remove all video controls and hover effects */
.video-container video::-webkit-media-controls {
    display: none !important;
}

.video-container video::-webkit-media-controls-panel {
    display: none !important;
}

.video-container video::-webkit-media-controls-play-button {
    display: none !important;
}

.video-container video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.video-container video::-webkit-media-controls-timeline {
    display: none !important;
}

.video-container video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.video-container video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.video-container video::-webkit-media-controls-mute-button {
    display: none !important;
}

.video-container video::-webkit-media-controls-volume-slider {
    display: none !important;
}

.video-container video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.video-container video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

/* Firefox video controls */
.video-container video::-moz-media-controls {
    display: none !important;
}

/* Remove hover effects and shadows */
.video-container:hover {
    transform: none;
    box-shadow: none;
}

/* Video animation effects - simplified */
.hero-video-section {
    animation: videoFadeIn 1s ease-out;
    margin: 2rem 0;
}

@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Section */
.hero-cta-section {
    display: grid;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.cta-card {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    color: #2d3748;
    padding: 1.8rem;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(72, 187, 120, 0.2);
    text-align: center;
    border: 2px solid #48bb78;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    margin: 0 120px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.05) 0%, rgba(72, 187, 120, 0.02) 100%);
    pointer-events: none;
}

.social-proof-badge {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.social-proof-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-proof-badge:hover::before {
    left: 100%;
}

.social-proof-badge .star-icon {
    color: #ffd700;
    margin-right: 8px;
    font-size: 1.1rem;
}

.pricing {
    margin-bottom: 1.2rem;
    z-index: 1;
    position: relative;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #2d3748;
}

.old-price {
    text-decoration: line-through;
    color: #a0aec0;
    margin-right: 1rem;
}

.new-price {
    color: #e53e3e;
    text-shadow: 0 2px 4px rgba(229, 62, 62, 0.2);
}

.savings {
    color: #48bb78;
    font-weight: 600;
    font-size: 1rem;
}

.cta-button, .cta-button-secondary, .final-cta-button, .final-main-cta {
    margin: 0.8rem 0;
    z-index: 1;
    position: relative;
}

.cta-button form, .cta-button-secondary form, .final-cta-button form, .final-main-cta form {
    display: inline-block;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0.8rem;
    z-index: 1;
    position: relative;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #2d3748;
    background: rgba(72, 187, 120, 0.1);
    padding: 0.6rem 1rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(72, 187, 120, 0.2);
    transition: all 0.3s ease;
}

.trust-item:hover {
    background: rgba(72, 187, 120, 0.2);
    transform: translateY(-2px);
}

/* Quick Benefits */
.quick-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    background: rgba(72, 187, 120, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(72, 187, 120, 0.2);
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2d3748;
    font-weight: 500;
    font-size: 0.9rem;
}

.benefit-item .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #90cdf4;
}

.benefit-item .emoji {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Solution Section */
.solution-section {
    padding: 5rem 0;
    background: white;
}

.feature-image {
    text-align: center;
    margin: 3rem 0;
}

.feature-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cropped-solution-image {
    object-fit: cover;
    object-position: top;
    height: 400px;
    width: 100%;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.benefit-card {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(72, 187, 120, 0.2);
    border-color: #48bb78;
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.benefit-card p {
    color: #718096;
    line-height: 1.6;
}

.section-cta {
    text-align: center;
    margin-top: 3rem;
}

/* How It Works Section */
.how-it-works-section {
    padding: 5rem 0;
    background: #f7fafc;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.step-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.step-card:hover {
    transform: translateY(-5px);
    border-color: #48bb78;
    box-shadow: 0 20px 40px rgba(72, 187, 120, 0.2);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
}

.step-blue .step-number {
    background: #3182ce;
}

.step-green .step-number {
    background: #48bb78;
}

.step-orange .step-number {
    background: #ed8936;
}

.step-icon {
    font-size: 2.5rem;
    margin: 1rem 0;
    color: #4a5568;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.step-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

.step-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.step-card p {
    color: #718096;
    line-height: 1.6;
    font-size: 0.95rem;
}

.time-callout {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    color: #2d3748;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #48bb78;
    box-shadow: 0 10px 25px rgba(72, 187, 120, 0.2);
    transition: all 0.3s ease;
}

.time-callout:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(72, 187, 120, 0.3);
    border-color: #38a169;
}

.time-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
}

.time-description {
    font-size: 1.1rem;
    color: #4a5568;
}

/* Testimonials Section */
.testimonials-section {
    padding: 5rem 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #3182ce;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateX(0);
    border: 2px solid transparent;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #3182ce;
    box-shadow: 0 15px 35px rgba(49, 130, 206, 0.2);
}

/* Testimonial Navigation */
.testimonial-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.testimonial-nav-btn {
    background: #3182ce;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-nav-btn:hover {
    background: #2c5aa0;
    transform: scale(1.1);
}

.testimonial-dots {
    display: flex;
    gap: 0.5rem;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.testimonial-dot.active {
    background: #3182ce;
}

.stars {
    margin-bottom: 1rem;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
    margin-right: 2px;
}

.star.large {
    font-size: 1.5rem;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.6;
}

.testimonial-author {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.author-name {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.author-city {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.author-result {
    color: #48bb78;
    font-weight: 500;
    font-size: 0.9rem;
}

.rating-summary {
    text-align: center;
    background: #f7fafc;
    padding: 2rem;
    border-radius: 15px;
}

.rating-stars {
    margin-bottom: 1rem;
}

.rating-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-left: 1rem;
}

.rating-text {
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.rating-recommend {
    color: #48bb78;
    font-weight: 600;
}

/* What's Included Section */
.whats-included-section {
    padding: 5rem 0;
    background: #f7fafc;
}

.showcase-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

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

.showcase-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.showcase-item p {
    font-weight: 600;
    color: #2d3748;
}

.included-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.items-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.included-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.item-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.item-details {
    flex: 1;
}

.item-name {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.item-value {
    color: #48bb78;
    font-weight: 500;
    font-size: 0.9rem;
}

.value-summary {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.final-cta-button.centered {
    text-align: center;
}

.total-value {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.crossed-out {
    text-decoration: line-through;
    color: #a0aec0;
}

.your-price {
    font-size: 2rem;
    font-weight: 700;
    color: #e53e3e;
    margin-bottom: 0.5rem;
}

.savings {
    font-size: 1.2rem;
    color: #48bb78;
    font-weight: 600;
    margin-bottom: 1rem;
}

.value-points {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    color: #718096;
    font-size: 0.9rem;
}

.guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #718096;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: white;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 0;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #3182ce;
}

.faq-icon {
    font-size: 1.5rem;
    color: #3182ce;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
    padding-bottom: 1.5rem;
}

.faq-answer p {
    color: #718096;
    line-height: 1.6;
}

/* Final CTA Section */
.final-cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    color: #2d3748;
}

/* Image Carousel */
.image-carousel {
    text-align: center;
    margin-bottom: 3rem;
}

.carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.carousel-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: none;
}

.carousel-image.active {
    display: block;
}

.carousel-dots {
    text-align: center;
    margin-top: 1rem;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(72, 187, 120, 0.3);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #48bb78;
}

/* Final Benefits Container with Light Green Background */
.final-benefits-container {
    background: rgba(72, 187, 120, 0.05);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(72, 187, 120, 0.1);
}

.final-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.final-benefit .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    color: #38a169;
}

.final-benefit h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.final-benefit p {
    opacity: 0.9;
    font-size: 0.9rem;
}

.final-main-cta {
    text-align: center;
    margin: 2rem 0;
}

.mobile-price-desktop {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e53e3e;
    margin-bottom: 1rem;
}

.payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
    opacity: 0.8;
    font-size: 0.9rem;
}

.final-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0.8;
    font-size: 0.9rem;
}

.final-message {
    background: rgba(72, 187, 120, 0.15);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(72, 187, 120, 0.25);
    box-shadow: 0 8px 32px rgba(72, 187, 120, 0.1);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-top: 2rem;
    text-align: center;
}

.final-message p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #2d3748;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Mobile Sticky CTA */
.mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    padding: 1rem;
    box-shadow: 0 -5px 15px rgba(72, 187, 120, 0.3);
    z-index: 1000;
    display: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-sticky-cta.show {
    transform: translateY(0);
}

/* Animation for mobile CTA */
@keyframes slideUpFromBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mobile-payment-button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-price-round {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: white;
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(229, 62, 62, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-cta-content {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 140px;
}

.mobile-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e53e3e;
}

/* Footer Styles - Updated to Green */
.footer {
    background: #48bb78;
    color: white;
    padding: 3rem 0 1rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand {
    max-width: 400px;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

/* Products Page Styles */
.products-hero,
.contact-hero {
    background: linear-gradient(135deg, #e7ecef 0%, #e3f2fd 100%);
    padding: 4rem 0;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.filter-section {
    padding: 3rem 0;
    background: white;
}

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

.filter-container h3 {
    margin-bottom: 2rem;
    color: #2d3748;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-btn {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    color: #4a5568;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: #48bb78;
    border-color: #48bb78;
    color: white;
}

.products-section {
    padding: 3rem 0 5rem 0;
    background: #f7fafc;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
}

.product-category {
    background: #48bb78;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
}

.product-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.8rem;
}

.product-description {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.product-price {
    margin-bottom: 1.5rem;
}

.product-price .old-price {
    text-decoration: line-through;
    color: #a0aec0;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.product-price .new-price {
    color: #e53e3e;
    font-size: 1.5rem;
    font-weight: 700;
}

.product-cta form {
    display: block;
}

.btn-primary {
    background: #48bb78;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 1rem;
}

.btn-primary:hover {
    background: #38a169;
    transform: translateY(-2px);
}

/* Contact Page Styles */
.contact-section {
    padding: 5rem 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 {
    color: #2d3748;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact-info > p {
    color: #718096;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #f7fafc;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 120px;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    background: #48bb78;
    color: white;
    padding: 1.2rem;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 32px;
    height: 32px;
}

.contact-details h3 {
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.contact-details a {
    color: #48bb78;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.3rem;
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-details p {
    color: #718096;
    margin: 0;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    line-height: 1.4;
}

.contact-details p strong {
    color: #2d3748;
    font-weight: 600;
}

.contact-form-container {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.contact-form h2 {
    color: #2d3748;
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.8rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #48bb78;
    box-shadow: 0 0 0 3px rgba(72, 187, 120, 0.1);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(72, 187, 120, 0.3);
}

.submit-btn .icon {
    width: 20px;
    height: 20px;
}

.form-note {
    text-align: center;
    color: #718096;
    font-size: 0.85rem;
    margin-top: 1rem;
    font-style: italic;
}

/* Support Section */
.support-section {
    padding: 5rem 0;
    background: #f7fafc;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.support-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.support-icon {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    padding: 1.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 20px rgba(72, 187, 120, 0.3);
}

.support-icon svg {
    width: 32px;
    height: 32px;
}

.support-card h3 {
    color: #2d3748;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.support-card p {
    color: #718096;
    line-height: 1.6;
    font-size: 0.95rem;
}

.contact-faq {
    padding: 5rem 0;
    background: white;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-card {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.faq-card h3 {
    color: #2d3748;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.faq-card p {
    color: #718096;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 15px;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-section {
    
    .cta-card {
        margin: 0 15px;
        padding: 1.2rem;
        max-width: 400px;
    }
    
    /* Make CTA card text smaller on mobile */
    .cta-card h3 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .cta-card p,
    .cta-card span {
        font-size: 0.85rem;
    }
    
    /* Make bonus button smaller on mobile */
    .cta-card div[style*="background: linear-gradient(135deg, #48bb78 0%, #38a169 100%)"] {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .cta-card div[style*="background: linear-gradient(135deg, #48bb78 0%, #38a169 100%)"] span {
        font-size: 0.75rem !important;
        font-weight: 500 !important;
    }
    .video-container {
        max-width: 90%;
        width: 90%;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .included-items {
        grid-template-columns: 1fr;
    }
    
    .showcase-images {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        min-width: 100%;
    }
    
    .testimonial-navigation {
        gap: 1rem;
    }
    
    .final-benefits {
        grid-template-columns: 1fr;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 1rem;
    }
    
    .value-points {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .payment-methods,
    .final-trust {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .mobile-sticky-cta {
        display: block;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .social-proof-badge {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    .urgency-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .quick-benefits {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .video-container {
        max-width: 95%;
        width: 95%;
    }
    
    .hero-video-section {
        margin: 1.5rem 0;
    }

    .cropped-solution-image {
        height: 300px;
    }

    .carousel-image {
        height: 250px;
    }
    
    .time-callout {
        padding: 1.5rem;
    }
    
    .time-title {
        font-size: 1.3rem;
    }
    
    .value-summary {
        padding: 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
    
    .contact-item {
        padding: 1.2rem;
    }
    
    .filter-buttons {
        justify-content: center;
    }
    
    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .mobile-payment-button {
        position: relative;
        padding-left: 0;
    }
    
    .mobile-price-round {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 1rem;
    }
    
    .mobile-cta-content {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-card {
        padding: 1rem;
        margin: 0 10px;
        max-width: 320px;
    }
    
    /* Even smaller text for very small mobile screens */
    .cta-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .cta-card p,
    .cta-card span {
        font-size: 0.8rem;
    }
    
    /* Even smaller bonus button for very small screens */
    .cta-card div[style*="background: linear-gradient(135deg, #48bb78 0%, #38a169 100%)"] {
        padding: 0.5rem 0.6rem !important;
        font-size: 0.75rem !important;
        margin-bottom: 0.6rem !important;
    }
    
    .cta-card div[style*="background: linear-gradient(135deg, #48bb78 0%, #38a169 100%)"] span {
        font-size: 0.7rem !important;
    }
    .trust-indicators {
        gap: 0.8rem;
    }
    
    .step-card {
        padding: 1.5rem;
    }
    
    .benefit-card {
        padding: 1.5rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }

    .cropped-solution-image {
        height: 250px;
    }

    .carousel-image {
        height: 200px;
    }

    .step-icon {
        font-size: 2rem;
        height: 60px;
    }

    .step-icon svg {
        width: 2rem;
        height: 2rem;
    }
    
    .final-benefits {
        gap: 1.5rem;
    }
    
    .final-benefit {
        padding: 1rem;
    }
    
    .payment-methods,
    .final-trust {
        font-size: 0.8rem;
    }
    
    .mobile-payment-button {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }
    
    .mobile-price-round {
        text-align: center;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-section {
        padding: 2rem 0;
    }
    
    .solution-section,
    .how-it-works-section,
    .testimonials-section,
    .whats-included-section,
    .faq-section,
    .final-cta-section {
        padding: 3rem 0;
    }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-card,
.step-card,
.testimonial-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Print Styles */
@media print {
    .mobile-sticky-cta {
        display: none !important;
    }
    
    .hero-section {
        background: white !important;
        color: black !important;
    }
    
    .final-cta-section {
        background: white !important;
        color: black !important;
    }
}