.elementor-249 .elementor-element.elementor-element-8ddec8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-249 .elementor-element.elementor-element-71fc589{--display:flex;}.elementor-249 .elementor-element.elementor-element-7955238{--display:flex;}.elementor-249 .elementor-element.elementor-element-285595b{--display:flex;}.elementor-249 .elementor-element.elementor-element-50b017e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-249 .elementor-element.elementor-element-515c53b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-249 .elementor-element.elementor-element-e5b1c62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-71fc589 */<style>
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #2D2D2D;
            background: linear-gradient(135deg, #FFF9E6 0%, #FFFBF0 100%);
            overflow-x: hidden;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header */
        header {
            padding: 20px 0;
            position: sticky;
            top: 0;
            background: rgba(255, 251, 240, 0.95);
            backdrop-filter: blur(10px);
            z-index: 100;
            border-bottom: 1px solid rgba(255, 193, 7, 0.2);
        }
        
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            font-weight: 700;
            color: #D4A574;
            text-decoration: none;
        }
        
        .nav-links {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .nav-links a {
            text-decoration: none;
            color: #2D2D2D;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .nav-links a:hover {
            color: #D4A574;
        }
        
        /* Hero Section */
        .hero {
            padding: 80px 0;
            text-align: center;
            position: relative;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23D4A574" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(48px, 8vw, 72px);
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .hero-subtitle {
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 16px;
            color: #666;
        }
        
        .hero-description {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto 40px;
            color: #555;
            line-height: 1.7;
        }
        
        /* Impact Section */
        .impact-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .impact-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
            pointer-events: none;
        }
        
        .impact-section .container {
            position: relative;
            z-index: 2;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin: 60px 0;
        }
        
        .stat-card {
            text-align: center;
            padding: 40px 20px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.2);
        }
        
        .stat-number {
            font-family: 'Playfair Display', serif;
            font-size: 48px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .stat-text {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 12px;
            line-height: 1.4;
            color: white;
        }
        
        .stat-source {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            font-style: italic;
        }
        
        .impact-statement {
            margin-top: 80px;
            text-align: center;
        }
        
        .impact-statement h3 {
            font-family: 'Playfair Display', serif;
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 60px;
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .change-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .change-item {
            text-align: center;
            padding: 30px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            transition: all 0.3s ease;
        }
        
        .change-item:hover {
            transform: translateY(-3px);
            background: rgba(255, 255, 255, 0.15);
        }
        
        .change-icon {
            font-size: 48px;
            display: block;
            margin-bottom: 20px;
        }
        
        .change-item h4 {
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 16px;
            color: white;
        }
        
        .change-item p {
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.6;
        }
        
        .signup-disclaimer {
            font-size: 12px;
            color: #999;
            margin-top: 8px;
            text-align: center;
        }
        
        .signup-subtext {
            font-size: 14px;
            color: #666;
            margin-top: 12px;
            text-align: center;
        }
        
        .cta-subtext {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 12px;
            text-align: center;
        }
        
        /* Email Signup */
        .email-signup {
            background: white;
            border-radius: 16px;
            padding: 8px;
            max-width: 450px;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(212, 165, 116, 0.15);
            border: 2px solid rgba(212, 165, 116, 0.2);
            display: flex;
            gap: 8px;
        }
        
        .email-input {
            flex: 1;
            padding: 16px 20px;
            border: none;
            background: transparent;
            font-size: 16px;
            outline: none;
            color: #2D2D2D;
        }
        
        .email-input::placeholder {
            color: #999;
        }
        
        .submit-btn {
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            color: white;
            border: none;
            padding: 16px 32px;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
        }
        
        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
        }
        
        /* Social Proof Section */
        .social-proof {
            padding: 80px 0;
            background: linear-gradient(135deg, #F8F5F0 0%, #FFF9E6 100%);
        }
        
        .proof-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .proof-tagline {
            font-size: 20px;
            color: #666;
            font-weight: 500;
        }
        
        .proof-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        /* Phone Mockup */
        .phone-mockup {
            display: flex;
            justify-content: center;
        }
        
        .phone-frame {
            width: 300px;
            height: 620px;
            background: linear-gradient(145deg, #2d2d2d, #1a1a1a);
            border-radius: 40px;
            padding: 8px;
            box-shadow: 
                0 0 0 2px #333,
                0 35px 80px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            position: relative;
        }
        
        .phone-frame::before {
            content: '';
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 25px;
            background: #000;
            border-radius: 15px;
            z-index: 10;
        }
        
        .phone-frame::after {
            content: '';
            position: absolute;
            top: 22px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 4px;
            background: #333;
            border-radius: 2px;
            z-index: 11;
        }
        
        .phone-screen {
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 32px;
            overflow: hidden;
            position: relative;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .notification-bar {
            background: transparent;
            color: #000;
            padding: 50px 20px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 15px;
            font-weight: 600;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .time {
            font-weight: 700;
        }
        
        .status-icons {
            display: flex;
            gap: 3px;
            font-size: 13px;
        }
        
        .mail-app-header {
            background: #f8f9fa;
            padding: 15px 20px;
            border-bottom: 1px solid #e9ecef;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .back-button {
            font-size: 18px;
            color: #007AFF;
        }
        
        .mail-title {
            font-size: 17px;
            font-weight: 600;
            color: #000;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-preview {
            background: white;
            margin: 0;
            border-radius: 0;
            overflow: hidden;
            box-shadow: none;
            border-bottom: 1px solid #e9ecef;
        }
        
        .email-header {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            border-bottom: none;
            background: white;
        }
        
        .sender-info {
            display: flex;
            gap: 12px;
            flex: 1;
        }
        
        .sender-avatar {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: white;
            font-weight: 600;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .sender-details {
            flex: 1;
        }
        
        .sender-name {
            font-weight: 600;
            font-size: 16px;
            color: #000;
            margin-bottom: 2px;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-subject {
            font-size: 15px;
            color: #000;
            margin-top: 1px;
            line-height: 1.3;
            font-weight: 400;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-time {
            font-size: 15px;
            color: #007AFF;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-preview-text {
            padding: 0 20px 20px;
            font-size: 16px;
            color: #000;
            line-height: 1.4;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-list {
            background: white;
        }
        
        .email-item {
            padding: 15px 20px;
            border-bottom: 1px solid #e9ecef;
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }
        
        .email-item-avatar {
            width: 32px;
            height: 32px;
            border-radius: 16px;
            background: #e9ecef;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            flex-shrink: 0;
        }
        
        .email-item-content {
            flex: 1;
            min-width: 0;
        }
        
        .email-item-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2px;
        }
        
        .email-item-sender {
            font-size: 15px;
            font-weight: 600;
            color: #000;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-item-time {
            font-size: 13px;
            color: #666;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-item-subject {
            font-size: 15px;
            color: #000;
            margin-bottom: 2px;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        .email-item-preview {
            font-size: 14px;
            color: #666;
            line-height: 1.3;
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        }
        
        /* Phone CTA */
        .phone-cta {
            text-align: center;
            margin-top: 30px;
        }
        
        .phone-cta-text {
            font-size: 18px;
            color: #D4A574;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .phone-signup {
            background: white;
            border-radius: 16px;
            padding: 8px;
            max-width: 400px;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(212, 165, 116, 0.15);
            border: 2px solid rgba(212, 165, 116, 0.2);
            display: flex;
            gap: 8px;
        }
        
        .phone-signup .email-input {
            flex: 1;
            padding: 16px 20px;
            border: none;
            background: transparent;
            font-size: 16px;
            outline: none;
            color: #2D2D2D;
        }
        
        .phone-signup .email-input::placeholder {
            color: #999;
        }
        
        .phone-signup .submit-btn {
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            color: white;
            border: none;
            padding: 16px 24px;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            white-space: nowrap;
        }
        
        .phone-signup .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
        }
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .testimonial {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(212, 165, 116, 0.1);
            border-left: 4px solid #D4A574;
            position: relative;
        }
        
        .testimonial::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 60px;
            color: #D4A574;
            font-family: 'Playfair Display', serif;
            opacity: 0.3;
        }
        
        .testimonial p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 12px;
            color: #2D2D2D;
            font-style: italic;
        }
        
        .testimonial span {
            font-size: 14px;
            color: #D4A574;
            font-weight: 600;
        }
        
        /* Value Stack Section */
        .value-stack {
            padding: 80px 0;
            background: white;
        }
        
        .value-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .value-item {
            text-align: center;
            padding: 30px;
            border-radius: 16px;
            background: linear-gradient(135deg, #FFF9E6 0%, #FFFBF0 100%);
            border: 2px solid rgba(212, 165, 116, 0.1);
            transition: all 0.3s ease;
        }
        
        .value-item:hover {
            transform: translateY(-5px);
            border-color: rgba(212, 165, 116, 0.3);
            box-shadow: 0 15px 30px rgba(212, 165, 116, 0.15);
        }
        
        .value-icon {
            font-size: 40px;
            margin-bottom: 20px;
            display: block;
        }
        
        .value-item h4 {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #2D2D2D;
        }
        
        .value-item p {
            color: #666;
            line-height: 1.6;
            font-size: 15px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .feature-card {
            background: white;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 15px 35px rgba(212, 165, 116, 0.1);
            border: 1px solid rgba(212, 165, 116, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(212, 165, 116, 0.2);
        }
        
        .feature-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
        }
        
        .feature-card h3 {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #2D2D2D;
        }
        
        .feature-card p {
            color: #666;
            line-height: 1.6;
        }
        
        /* Section Headers */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(36px, 6vw, 48px);
            font-weight: 700;
            margin-bottom: 16px;
            color: #2D2D2D;
        }
        
        .section-header p {
            font-size: 18px;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Call to Action */
        .cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #D4A574 0%, #B8935A 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
            pointer-events: none;
        }
        
        .cta-content {
            position: relative;
            z-index: 2;
        }
        
        .cta-section h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(36px, 6vw, 48px);
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .cta-section p {
            font-size: 20px;
            margin-bottom: 40px;
            opacity: 0.9;
        }
        
        .cta-signup {
            background: white;
            border-radius: 16px;
            padding: 8px;
            max-width: 450px;
            margin: 0 auto;
            display: flex;
            gap: 8px;
        }
        
        .cta-signup .email-input {
            color: #2D2D2D;
        }
        
        .cta-signup .submit-btn {
            background: linear-gradient(135deg, #2D2D2D 0%, #444 100%);
        }
        
        /* Footer */
        footer {
            padding: 60px 0;
            background: #2D2D2D;
            color: white;
            text-align: center;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }
        
        .footer-section h4 {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #D4A574;
        }
        
        .footer-section p,
        .footer-section a {
            color: #ccc;
            text-decoration: none;
            line-height: 1.6;
        }
        
        .footer-section a:hover {
            color: #D4A574;
        }
        
        .social-links {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 20px;
        }
        
        .social-links a {
            width: 40px;
            height: 40px;
            background: #D4A574;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(212, 165, 116, 0.3);
        }
        
        .footer-bottom {
            border-top: 1px solid #444;
            padding-top: 20px;
            color: #999;
        }
        
        /* Features Section */
        .features {
            padding: 100px 0;
        }
        
        /* Mobile Responsiveness Updates */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero {
                padding: 60px 0;
            }
            
            .features {
                padding: 60px 0;
            }
            
            .cta-section {
                padding: 60px 0;
            }
            
            .social-proof {
                padding: 60px 0;
            }
            
            .value-stack {
                padding: 60px 0;
            }
            
            .proof-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .phone-frame {
                width: 240px;
                height: 500px;
            }
            
            .email-signup,
            .cta-signup {
                flex-direction: column;
                gap: 16px;
            }
            
            .submit-btn {
                width: 100%;
            }
            
            .testimonials {
                gap: 20px;
            }
            
            .testimonial {
                padding: 20px;
            }
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .hero-content {
            animation: fadeInUp 0.8s ease-out;
        }
        
        .feature-card {
            animation: fadeInUp 0.8s ease-out;
            animation-fill-mode: both;
        }
        
        .feature-card:nth-child(1) { animation-delay: 0.1s; }
        .feature-card:nth-child(2) { animation-delay: 0.2s; }
        .feature-card:nth-child(3) { animation-delay: 0.3s; }
    </style>/* End custom CSS */