.elementor-6 .elementor-element.elementor-element-f55713e.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS *//* Landing Page CSS - Exact Match to React Version */
/* Font Family: Arial throughout */

/* Base wrapper and reset */
.landing-page {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    background: white;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.landing-page * {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Hero Section - Exact gradient and layout */
.hero-section {
    padding: 80px 16px;
    background: linear-gradient(135deg, #4A90A4 0%, #6BA3B4 50%, #8BC34A 100%);
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Background decoration blobs */
.hero-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    pointer-events: none;
}

.bg-blur-1 {
    position: absolute;
    top: 33.333%;
    left: 33.333%;
    width: 192px;
    height: 192px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    filter: blur(32px);
}

.bg-blur-2 {
    position: absolute;
    bottom: 33.333%;
    right: 33.333%;
    width: 256px;
    height: 256px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    filter: blur(32px);
}

.bg-blur-3 {
    position: absolute;
    top: 50%;
    right: 25%;
    width: 128px;
    height: 128px;
    background: rgba(39, 38, 67, 0.08);
    border-radius: 50%;
    filter: blur(16px);
}

.hero-container {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.hero-content {
    text-align: center;
    margin-bottom: 64px;
    padding-top: 64px;
}

/* Typography matching React exactly */
.hero-title {
    font-size: 2.5rem;
    margin: 0 0 24px 0;
    line-height: 1.15;
    font-weight: 600;
    color: white;
    font-family: Arial, sans-serif;
}

.hero-highlight {
    color: #8BC34A;
}

.hero-description {
    font-size: 1.25rem;
    margin: 0 auto 40px auto;
    max-width: 768px;
    line-height: 1.6;
    opacity: 0.9;
    color: white;
    font-family: Arial, sans-serif;
}

/* Button styling */
.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.hero-button {
    background-color: white;
    color: #4A90A4;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.hero-button:hover {
    background-color: #f3f4f6;
    transform: translateY(-2px);
    color: #4A90A4;
}

.button-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.hero-button:hover .button-arrow {
    transform: translateX(4px);
}

/* Key Benefits - three columns on desktop */
.hero-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 64px;
}

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

.benefit-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.benefit-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.benefit-item h3 {
    margin: 0 0 8px 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    font-family: Arial, sans-serif;
}

.benefit-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Social Proof Section */
.social-proof {
    padding: 48px 16px;
    background-color: #f9fafb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.social-proof-container {
    max-width: 1152px;
    margin: 0 auto;
    text-align: center;
}

.social-proof-text {
    color: #6b7280;
    margin: 0 0 32px 0;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

.stats-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px; /* gap-8 */
}

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

.stat-number {
    font-size: 1.875rem;
    margin: 0 0 4px 0;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.stat-number.blue {
    color: #4A90A4;
}

.stat-number.green {
    color: #8BC34A;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    margin: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.stat-sublabel {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Apps Section */
.apps-section {
    padding: 80px 16px;
    background: white;
}

.apps-container {
    max-width: 1152px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-badge {
    background-color: rgba(39, 38, 67, 0.1);
    color: #272643;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.section-title {
    font-size: 2.5rem;
    margin: 0 0 24px 0;
    color: #111827;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.section-description {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 768px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Module Cards */
.modules-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.module-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.module-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.dev-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #f97316;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.module-header {
    text-align: center;
    padding: 24px 24px 0;
}

.module-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: transform 0.3s ease;
}

.module-card:hover .module-icon {
    transform: scale(1.1);
}

.module-icon.green {
    background-color: #8BC34A;
}

.module-icon.blue {
    background-color: #4A90A4;
}

.module-icon.red {
    background-color: #ef4444;
}

.module-icon svg {
    width: 32px;
    height: 32px;
    color: white;
}

.module-title {
    font-size: 1.25rem;
    margin: 0 0 8px 0;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.module-title.green {
    color: rgba(139, 195, 74, 1);
}

.module-title.blue {
    color: rgba(74, 144, 164, 1);
}

.module-title.red {
    color: #dc2626;
}

.module-subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin: 0;
    font-family: Arial, sans-serif;
}

.module-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    margin: 0 0 24px 0;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.check-icon.green {
    color: #8BC34A;
}

.check-icon.blue {
    color: #4A90A4;
}

.check-icon.red {
    color: #ef4444;
}

.feature-item span {
    color: #6b7280;
    font-size: 0.875rem;
    font-family: Arial, sans-serif;
}

/* Mission Section */
.mission-section {
    padding: 80px 16px;
    background-color: #f9fafb;
}

.mission-container {
    max-width: 1152px;
    margin: 0 auto;
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
}

.mission-title {
    font-size: 1.5rem;
    margin: 0 0 24px 0;
    color: #4A90A4;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.mission-description {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0 0 32px 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.mission-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mission-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-check {
    width: 24px;
    height: 24px;
    background-color: #8BC34A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-check svg {
    width: 16px;
    height: 16px;
    color: white;
}

.feature-content h4 {
    margin: 0 0 4px 0;
    color: #111827;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.feature-content p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
    font-family: Arial, sans-serif;
}

.mission-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 1.5rem;
    margin: 0 0 24px 0;
    color: #8BC34A;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.card-description {
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 24px 0;
    font-family: Arial, sans-serif;
}

.card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: center;
}

.card-stat {
    padding: 16px;
    background-color: #f9fafb;
    border-radius: 8px;
}

/* Impact Section */
.impact-section {
    padding: 80px 16px;
    background: white;
}

.impact-container {
    max-width: 1152px;
    margin: 0 auto;
    text-align: center;
}

.impact-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.impact-stat {
    text-align: center;
}

.impact-stat .stat-number {
    font-size: 2.5rem;
    margin: 0 0 8px 0;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.impact-stat .stat-label {
    font-size: 1.125rem;
    margin: 0 0 4px 0;
    color: #111827;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.impact-stat .stat-sublabel {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* CTA Section */
.cta-section {
    padding: 80px 16px;
    background: linear-gradient(90deg, #4A90A4 0%, #8BC34A 100%);
    color: white;
    text-align: center;
}

.cta-container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    margin: 0 0 24px 0;
    font-weight: 600;
    color: white;
    font-family: Arial, sans-serif;
}

.cta-description {
    font-size: 1.25rem;
    margin: 0 0 40px 0;
    opacity: 0.9;
    color: white;
    font-family: Arial, sans-serif;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.cta-button {
    background-color: white;
    color: #4A90A4;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.cta-button:hover {
    background-color: #f3f4f6;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    color: #4A90A4;
}

/* Responsive Design */
@media (min-width: 768px) {
    .hero-title {
        font-size: 3.75rem;
    }
    
    .hero-actions {
        flex-direction: row;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .stats-grid {
        flex-direction: row;
        justify-content: center;
        gap: 64px; /* md:gap-16 */
    }
    
    .modules-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mission-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .impact-stats {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .cta-actions {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 4.5rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .cta-title {
        font-size: 3rem;
    }
}/* End custom CSS */