.elementor-300589 .elementor-element.elementor-element-7f950bb{--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-300589 .elementor-element.elementor-element-69c009c{--spacer-size:20px;}.elementor-300589 .elementor-element.elementor-element-ef08f36{--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-300589 .elementor-element.elementor-element-5ea958a{--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-300589 .elementor-element.elementor-element-23e8408{--spacer-size:20px;}/* Start custom CSS for html, class: .elementor-element-d2af569 */.app-container {
            font-family: 'Work Sans', sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 50%, #dbeafe 100%);
            color: #1e293b;
            overflow-x: hidden;
        }
        
        .app-hero {
            position: relative;
            padding: 80px 20px 120px;
            background: 
                radial-gradient(circle at 20% 50%, rgba(58, 94, 166, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 30%, rgba(84, 168, 220, 0.08) 0%, transparent 50%);
            overflow: hidden;
        }
        
        .app-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.5) 50%, transparent 100%);
            background-size: 200px 100%;
            animation: shimmer 8s infinite;
            pointer-events: none;
        }
        
        @keyframes shimmer {
            0%, 100% { transform: translateX(-100%); }
            50% { transform: translateX(100%); }
        }
        
        .app-content-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .app-logo-badge {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(58, 94, 166, 0.2);
            padding: 12px 24px;
            border-radius: 60px;
            margin-bottom: 40px;
            animation: fadeInUp 0.8s ease-out;
            box-shadow: 0 4px 20px rgba(58, 94, 166, 0.1);
        }
        
        .app-logo-img {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(58, 94, 166, 0.2);
        }
        
        .app-logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: -0.5px;
            color: #1e293b;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .app-headline {
            font-family: 'Playfair Display', serif;
            font-size: clamp(48px, 7vw, 84px);
            font-weight: 900;
            line-height: 1.1;
            margin: 0 0 24px;
            background: linear-gradient(135deg, #1e293b 0%, #3A5EA6 50%, #54A8DC 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }
        
        .app-subheadline {
            font-size: clamp(18px, 2.5vw, 24px);
            font-weight: 300;
            line-height: 1.6;
            color: #475569;
            max-width: 700px;
            margin-bottom: 48px;
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }
        
        .app-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            color: white;
            padding: 18px 40px;
            border-radius: 16px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            box-shadow: 
                0 10px 40px rgba(58, 94, 166, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInUp 0.8s ease-out 0.6s both;
            border: none;
            cursor: pointer;
        }
        
        .app-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 
                0 20px 60px rgba(58, 94, 166, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        
        .app-cta-button-secondary {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        }
        
        .app-cta-button-secondary:hover {
            box-shadow: 
                0 20px 60px rgba(16, 185, 129, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        
        .app-apple-icon {
            width: 24px;
            height: 24px;
        }
        
        .app-android-icon {
            width: 24px;
            height: 24px;
        }
        
        .app-download-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            justify-content: center;
        }
        
        .app-screenshots-section {
            padding: 80px 20px 120px;
            position: relative;
        }
        
        .app-screenshots-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(58, 94, 166, 0.2), transparent);
        }
        
        .app-screenshots-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .app-screenshot-card {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(58, 94, 166, 0.15);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInScale 0.8s ease-out both;
        }
        
        .app-screenshot-card:nth-child(1) { animation-delay: 0.1s; }
        .app-screenshot-card:nth-child(2) { animation-delay: 0.2s; }
        .app-screenshot-card:nth-child(3) { animation-delay: 0.3s; }
        .app-screenshot-card:nth-child(4) { animation-delay: 0.4s; }
        .app-screenshot-card:nth-child(5) { animation-delay: 0.5s; }
        
        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        .app-screenshot-card:hover {
            transform: translateY(-8px);
            border-color: rgba(58, 94, 166, 0.3);
            box-shadow: 
                0 20px 60px rgba(58, 94, 166, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
        }
        
        .app-screenshot-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .app-features-section {
            padding: 80px 20px;
            background: 
                linear-gradient(135deg, rgba(58, 94, 166, 0.05) 0%, rgba(84, 168, 220, 0.05) 100%),
                rgba(255, 255, 255, 0.5);
            border-top: 1px solid rgba(58, 94, 166, 0.15);
            border-bottom: 1px solid rgba(58, 94, 166, 0.15);
        }
        
        .app-section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 700;
            text-align: center;
            margin-bottom: 64px;
            background: linear-gradient(135deg, #1e293b 0%, #3A5EA6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .app-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .app-feature-card {
            padding: 40px;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(58, 94, 166, 0.15);
            border-radius: 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .app-feature-card:hover {
            background: rgba(255, 255, 255, 0.9);
            border-color: rgba(58, 94, 166, 0.3);
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(58, 94, 166, 0.12);
        }
        
        .app-feature-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            font-size: 28px;
        }
        
        .app-feature-title {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #1e293b;
        }
        
        .app-feature-description {
            font-size: 16px;
            line-height: 1.7;
            color: #475569;
            font-weight: 300;
        }
        
        .app-download-section {
            padding: 120px 20px;
            text-align: center;
            background: 
                radial-gradient(circle at 50% 50%, rgba(58, 94, 166, 0.08) 0%, transparent 70%);
        }
        
        .app-download-section2 {
            padding: 10px 10px;
            text-align: center;
            background: 
                radial-gradient(circle at 50% 50%, rgba(58, 94, 166, 0.08) 0%, transparent 70%);
        }
        
        .app-download-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(40px, 6vw, 64px);
            font-weight: 900;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #1e293b 0%, #3A5EA6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .app-download-subtitle {
            font-size: 20px;
            color: #475569;
            margin-bottom: 48px;
            font-weight: 300;
        }
        
        .app-platform-note {
            display: inline-block;
            margin-top: 24px;
            padding: 12px 24px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(58, 94, 166, 0.2);
            border-radius: 12px;
            font-size: 14px;
            color: #64748b;
        }
        
        @media (max-width: 768px) {
            .app-hero {
                padding: 60px 20px 80px;
            }
            
            .app-download-buttons {
                flex-direction: column;
                align-items: stretch;
            }
            
            .app-download-buttons2 {
                flex-direction: column;
                align-items: stretch;
            }
            
            .app-cta-button {
                width: 100%;
                justify-content: center;
            }
            
            .app-screenshots-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            
            .app-features-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            
            .app-feature-card {
                padding: 32px;
            }
        }/* End custom CSS */