.elementor-1617 .elementor-element.elementor-element-20a3776{--display:flex;}.elementor-1617 .elementor-element.elementor-element-d3cd212{--display:flex;}.elementor-1617 .elementor-element.elementor-element-d11b611{--display:flex;}/* Start custom CSS *//* ========================================
   21 DAYS WITHOUT CHAOS - LANDING PAGE CSS
   ======================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Global Styles */
body, .elementor-widget-text-editor, .elementor-widget-heading {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    background: linear-gradient(180deg, #FEFEFE 0%, #F5F5F0 100%) !important;
    padding: 100px 20px !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section .elementor-widget-heading .elementor-heading-title {
    font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #2C3E50 !important;
    margin-bottom: 20px !important;
}

.hero-section .hero-highlight {
    color: #4AE3A4 !important;
}

.hero-section .elementor-widget-text-editor {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #6B7280 !important;
    margin-bottom: 40px !important;
}

.hero-section .elementor-widget-button .elementor-button {
    background-color: #4AE3A4 !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.hero-section .elementor-widget-button .elementor-button:hover {
    background-color: #3BC892 !important;
    transform: scale(1.05) !important;
}

.hero-section .elementor-widget-image img {
    border-radius: 16px !important;
    transition: transform 0.3s ease !important;
}

.hero-section .elementor-widget-image:hover img {
    transform: scale(1.05) !important;
}

/* ========================================
   FEATURES SECTION
   ======================================== */
.features-section {
    background-color: #FFFFFF !important;
    padding: 100px 20px !important;
}

.features-section .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-section .section-title {
    text-align: center !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #2C3E50 !important;
    margin-bottom: 20px !important;
}

.features-section .section-subtitle {
    text-align: center !important;
    font-size: 20px !important;
    color: #6B7280 !important;
    margin-bottom: 60px !important;
}

.feature-card {
    background: linear-gradient(180deg, #F0FDF4 0%, #F5F5F0 100%) !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    margin-bottom: 30px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.feature-card .elementor-widget-icon .elementor-icon {
    color: #4AE3A4 !important;
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.feature-card .elementor-widget-heading .elementor-heading-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2C3E50 !important;
    margin-bottom: 15px !important;
}

.feature-card .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #6B7280 !important;
}

/* ========================================
   STORY SECTION
   ======================================== */
.story-section {
    background: linear-gradient(180deg, #F9F7F1 0%, #FEFEFE 100%) !important;
    padding: 100px 20px !important;
}

.story-section .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.story-section .section-title {
    text-align: center !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #2C3E50 !important;
    margin-bottom: 60px !important;
}

.story-card {
    background-color: #FFFFFF !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    display: flex !important;
    min-height: 500px !important;
}

.story-image {
    flex: 1 !important;
    background-size: cover !important;
    background-position: center !important;
}

.story-content {
    flex: 1 !important;
    padding: 60px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.story-content .elementor-widget-heading .elementor-heading-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2C3E50 !important;
    margin-bottom: 30px !important;
}

.story-content .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #4B5563 !important;
    margin-bottom: 40px !important;
}

.story-content .elementor-widget-button .elementor-button {
    background-color: #4AE3A4 !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.story-content .elementor-widget-button .elementor-button:hover {
    background-color: #3BC892 !important;
    transform: scale(1.05) !important;
}

/* ========================================
   SIGNUP SECTION
   ======================================== */
.signup-section {
    background: linear-gradient(180deg, #F0FDF4 0%, #F9F7F1 100%) !important;
    padding: 100px 20px !important;
}

.signup-section .elementor-container {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.signup-card {
    background-color: #FFFFFF !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1) !important;
    padding: 80px 60px !important;
    text-align: center !important;
}

.signup-card .elementor-widget-heading .elementor-heading-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2C3E50 !important;
    margin-bottom: 30px !important;
}

.signup-card .elementor-widget-text-editor {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #6B7280 !important;
    margin-bottom: 40px !important;
}

.signup-card .elementor-widget-form .elementor-field-group {
    margin-bottom: 20px !important;
}

.signup-card .elementor-widget-form .elementor-field {
    border: 2px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    transition: border-color 0.3s ease !important;
}

.signup-card .elementor-widget-form .elementor-field:focus {
    border-color: #4AE3A4 !important;
    outline: none !important;
}

.signup-card .elementor-widget-form .elementor-button {
    background-color: #4AE3A4 !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    border: none !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.signup-card .elementor-widget-form .elementor-button:hover {
    background-color: #3BC892 !important;
    transform: translateY(-2px) !important;
}

.signup-disclaimer {
    font-size: 12px !important;
    color: #9CA3AF !important;
    margin-top: 20px !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet */
@media (max-width: 1024px) {
    .hero-section .elementor-widget-heading .elementor-heading-title {
        font-size: 48px !important;
    }
    
    .features-section .section-title,
    .story-section .section-title {
        font-size: 36px !important;
    }
    
    .signup-card .elementor-widget-heading .elementor-heading-title {
        font-size: 32px !important;
    }
    
    .signup-card {
        padding: 60px 40px !important;
    }
    
    .story-content {
        padding: 40px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-section .elementor-widget-heading .elementor-heading-title {
        font-size: 36px !important;
    }
    
    .hero-section .elementor-widget-text-editor {
        font-size: 18px !important;
    }
    
    .features-section .section-title,
    .story-section .section-title {
        font-size: 28px !important;
    }
    
    .features-section .section-subtitle {
        font-size: 18px !important;
    }
    
    .feature-card {
        padding: 30px 20px !important;
    }
    
    .story-card {
        flex-direction: column !important;
    }
    
    .story-content {
        padding: 30px 20px !important;
    }
    
    .signup-card {
        padding: 40px 20px !important;
    }
    
    .signup-card .elementor-widget-heading .elementor-heading-title {
        font-size: 28px !important;
    }
    
    .signup-card .elementor-widget-text-editor {
        font-size: 16px !important;
    }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-center {
    text-align: center !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Custom animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget {
    animation: fadeInUp 0.6s ease-out;
}/* End custom CSS */