/* SwiftCrew Modern Design */

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

/* Language-Specific Font Rules */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    color: white;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* NO padding-top - header is fixed, sections handle their own spacing */
}

/* Hebrew Font (RTL) */
html[lang="he"], 
html[lang="he"] body, 
html[lang="he"] * {
    font-family: 'Assistant', 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    direction: rtl;
}

/* Arabic Font (RTL) */
html[lang="ar"], 
html[lang="ar"] body, 
html[lang="ar"] * {
    font-family: 'IBM Plex Sans Arabic', 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    direction: rtl;
}

/* English Font (LTR) */
html[lang="en"],
html[lang="en"] body,
html[lang="en"] * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    direction: ltr;
}

/* Overflow fixes for sections with floating badges */
.hero-visual, .feature-item, .pricing-container, .integrations-container, .industries-section {
    overflow: visible !important;
}

.hero-visual-container, .features-grid, .pricing-grid, .integrations-grid, .industries-grid {
    overflow: visible !important;
}

/* Ensure sections with floating badges have proper spacing */
.features-section, .pricing-section, .integrations-section, .industries-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Badge container fixes */
.feature-card, .pricing-card, .integration-card, .industry-visual {
    margin: 60px 0;
}

/* Force visibility for all sections with badges */
.features-section, .pricing-section, .integrations-section, .industries-section,
.feature-card, .pricing-card, .integration-card, .industry-visual,
.features-grid, .pricing-grid, .integrations-grid, .industries-grid {
    overflow: visible !important;
}

/* RTL-Specific Layout Adjustments */
html[dir="rtl"] .header-container {
    direction: rtl;
}

html[dir="rtl"] .logo-section {
    /* Logo will now be on the right due to flex-direction: row-reverse */
}

html[dir="rtl"] .main-nav {
    /* Navigation naturally flows RTL with direction: rtl */
}

html[dir="rtl"] .header-right {
    /* CTA section naturally moves left with direction: rtl */
}

html[dir="rtl"] .nav-language-switcher {
    /* Language links naturally flow RTL with direction: rtl */
    /* Fix divider position in RTL */
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 20px;
}

/* RTL Mobile Menu */
html[dir="rtl"] .mobile-menu {
    right: auto;
    left: 0;
    text-align: right;
}

/* Mobile close button RTL styles moved to animations.css */

html[dir="rtl"] .mobile-nav {
    text-align: right;
}

html[dir="rtl"] .mobile-nav a {
    text-align: right;
    padding-right: 0;
    padding-left: 20px;
}

html[dir="rtl"] .mobile-toggle {
    /* Mobile toggle will be on the left due to flex-direction: row-reverse */
}

html[dir="rtl"] .nav-link {
    text-align: right;
}

/* RTL Support for Navigation Badges */
html[dir="rtl"] .nav-badge {
    right: auto;
    left: -15px;
}

html[dir="rtl"] .mobile-badge {
    right: auto;
    left: -10px;
}

html[dir="rtl"] .hero-main {
    direction: rtl;
}

html[dir="rtl"] .hero-section {
    direction: rtl;
}

html[dir="rtl"] .hero-content {
    text-align: center; /* Keep centered for RTL */
}

html[dir="rtl"] .hero-title {
    text-align: center; /* Keep centered for better visual balance */
}

html[dir="rtl"] .hero-subtitle {
    text-align: center; /* Keep centered */
    margin-left: auto;
    margin-right: auto;
}

html[dir="rtl"] .hero-cta {
    justify-content: center; /* Keep buttons centered */
    flex-direction: row; /* Maintain button order */
}

html[dir="rtl"] .hero-badge {
    /* Badge stays centered but text flows RTL */
}

/* RTL CTA Button Icons */
html[dir="rtl"] .btn {
    /* Flip arrow direction in RTL */
}

html[dir="rtl"] .btn-primary {
    /* For buttons with → arrow, flip to ← */
    direction: rtl;
}

html[dir="rtl"] .btn-secondary {
    /* Secondary buttons also RTL direction */
    direction: rtl;
}

html[dir="rtl"] .cta-buttons {
    /* CTA buttons container RTL */
    flex-direction: row-reverse; /* Reverse button order in RTL */
}

/* RTL Arrow Icons */
html[dir="rtl"] .btn-arrow {
    /* Flip text arrow from → to ← */
    transform: scaleX(-1);
}

html[dir="rtl"] .cta-button svg,
html[dir="rtl"] .btn-primary svg,
html[dir="rtl"] .btn-secondary svg {
    /* Flip SVG arrow icons horizontally for RTL */
    transform: scaleX(-1);
}

html[dir="rtl"] .cta-button {
    /* Reverse flex direction to put icon on left in RTL */
    flex-direction: row-reverse;
}

html[dir="rtl"] .feature-item {
    text-align: right;
}

html[dir="rtl"] .trust-card {
    text-align: right;
}

/* RTL Badge Positioning & Text Alignment */
html[dir="rtl"] .visual-badge {
    text-align: right;
    left: -45px;
    right: auto;
    transform: rotate(10deg); /* Opposite rotation for RTL */
}

html[dir="rtl"] .feature-badge {
    text-align: right;
    left: -35px;
    right: auto;
    transform: rotate(8deg);
}

html[dir="rtl"] .popular-badge,
html[dir="rtl"] .savings-badge,
html[dir="rtl"] .special-offer-badge,
html[dir="rtl"] .section-badge {
    text-align: right;
}

html[dir="rtl"] .integration-badge {
    text-align: right;
    left: -15px;
    right: auto;
    transform: rotate(5deg);
}

/* RTL Hero Visual */
html[dir="rtl"] .hero-visual {
    text-align: right;
}

html[dir="rtl"] .hero-visual * {
    text-align: right;
}

/* RTL Mobile Menu Adjustments */
html[dir="rtl"] .mobile-menu {
    right: 0;
    left: auto;
}

html[dir="rtl"] .mobile-nav {
    text-align: right;
}

html[dir="rtl"] .mobile-link {
    text-align: right;
}

html[dir="rtl"] .mobile-toggle {
    left: 20px;
    right: auto;
}

/* Improve text rendering for Arabic and Hebrew */
html[lang="ar"] *,
html[lang="he"] * {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
}

html {
    scroll-behavior: smooth;
}

/* Modern Header */
.header {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* Header scrolled state */
.header.scrolled {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Main Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #0277BD;
}

.nav-link.active {
    color: #0277BD;
}

.nav-link.active::after,
.nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #01579B, #0277BD);
}

/* Navigation with Badge */
.nav-link-with-badge {
    position: relative;
}

.nav-badge {
    position: absolute;
    top: -8px;
    right: -15px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(78, 205, 196, 0.4);
    animation: pulse 2s infinite;
    white-space: nowrap;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-badge.coming-soon {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    box-shadow: 0 2px 6px rgba(78, 205, 196, 0.4);
}

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

/* Header Right Section */
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-link:hover {
    background: rgba(2, 119, 189, 0.1);
    color: #0277BD;
    border-color: rgba(2, 119, 189, 0.3);
}

.lang-link.active {
    background: #0277BD;
    color: white;
    border-color: #0277BD;
}

/* CTA Buttons */
.header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-demo {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-demo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.btn-trial {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #01579B 0%, #0277BD 50%, #0288D1 100%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(1, 87, 155, 0.3);
}

.btn-trial:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 87, 155, 0.4);
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 8px;
    gap: 4px;
    height: 100%;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu - Styles moved to animations.css for consistency */

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.mobile-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.3s ease;
}

.mobile-link:hover {
    color: #0277BD;
}

/* Mobile Navigation with Badge */
.mobile-link-with-badge {
    position: relative;
}

.mobile-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(78, 205, 196, 0.4);
    animation: pulse 2s infinite;
    white-space: nowrap;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-badge.coming-soon {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    box-shadow: 0 2px 6px rgba(78, 205, 196, 0.4);
}

.mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-cta .btn-demo,
.mobile-cta .btn-trial {
    text-align: center;
    padding: 16px 24px;
    font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    
    .header-cta {
        display: none;
    }
    
    .language-switcher {
        display: none;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .mobile-menu.active {
        display: block;
    }
    
    .header-container {
        height: 110px;
        padding: 0 20px;
    }

    .logo-img {
        width: auto;
        height: 100px;
    }

    /* NO body padding - causes gaps and spacing issues */
}

/* Professional Hero Section with Slider */
.hero-section {
    min-height: 100vh;
    padding: 80px 0 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

/* Centered Hero Header */
.hero-header {
    text-align: center;
    margin-bottom: 80px;
}





.hero-title {
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    letter-spacing: -0.02em;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out 0.6s both;
}

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hero Section Animations */
.hero-section {
    animation: fadeInUp 1s ease-out both;
}

/* MOVED ALL SLIDER STYLES TO hero-slider.css */

/* HERO SLIDER STYLES MOVED TO hero-slider.css TO AVOID CONFLICTS */

/* Phone Mockup */
.slide-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mockup-phone {
    width: 300px;
    height: 500px;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    border-radius: 40px;
    padding: 20px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.phone-content {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 24px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

/* Card Styles */
.status-card, .order-card, .mission-card, .dashboard-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(2, 119, 189, 0.1);
}

.status-title, .order-title, .mission-title, .dashboard-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    text-align: center;
}

.status-list, .mission-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.status-item, .mission-item {
    background: white;
    padding: 12px 16px;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.order-details {
    text-align: center;
}

.order-item {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
    margin-bottom: 8px;
}

.order-time {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.order-action {
    background: #0277BD;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stat-item {
    background: white;
    padding: 16px 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    color: #1f2937;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Slider Navigation */
.slider-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 60px 0 40px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    background: #0277BD;
    transform: scale(1.2);
}

.nav-dot:hover {
    background: rgba(2, 119, 189, 0.7);
}

/* CTA Section */
.hero-cta {
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    color: white;
    padding: 20px 50px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(2, 119, 189, 0.3);
    display: inline-block;
    margin-bottom: 16px;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(2, 119, 189, 0.4);
}

.cta-note {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Page-specific spacing fixes to respect header */
main, .main-content, #main-content {
    min-height: 100vh;
    position: relative;
    padding-top: 90px; /* Space for fixed header - applied to content, not body */
}

/* Ensure first section after header has proper spacing */
main:not(.coming-soon-page) > section:first-child,
.main-content > section:first-child,
#main-content > section:first-child {
    padding-top: 40px;
}

/* Checkout pages - keep original 60px padding (desktop) */
body.page-checkout main,
body.page-checkout .main-content,
body.page-checkout #main-content,
.checkout-page-wrapper,
.checkout-container,
.checkout-wrapper {
    padding-top: 35px !important; /* Override 90px for checkout only */
}

/* Fix pages that might be hidden under header */
.features-page, .use-cases-page, .integrations-page,
.pricing-page, .coming-soon-page, .faq-page,
.about-page, .contact-page, .blog-page, .careers-page,
.help-page, .status-page, .terms-page, .privacy-page,
.gdpr-page, .cookies-page, .checkout-page {
    position: relative;
    z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Fix body padding for mobile */
    /* NO body padding - causes gaps and spacing issues */

    /* Adjust main content for mobile */
    main, .main-content, #main-content {
        min-height: 100vh;
        padding-top: 90px; /* Space for mobile header - applied to content, not body */
    }

    /* Adjust first section padding for mobile */
    main > section:first-child,
    .main-content > section:first-child,
    #main-content > section:first-child {
        padding-top: 40px !important;
    }

    /* Checkout pages - keep original 60px padding */
    body.page-checkout main,
    body.page-checkout .main-content,
    body.page-checkout #main-content,
    .checkout-page-wrapper,
    .checkout-container,
    .checkout-wrapper {
        padding-top: 15px !important; /* Mobile checkout padding */
    }

    /* Header adjustments */
    .header {
        height: 110px;
    }

    .header-container {
        height: 110px;
        padding: 0 15px;
    }

    /* Hero section mobile */
    .hero-section {
        padding: 80px 0 40px; /* Adjusted for mobile header */
        min-height: auto;
    }

    .hero-container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 2rem; /* Smaller for mobile */
        line-height: 1.2;
    }

    .hero-title .all-in-one-wordmark {
        font-size: 1.8rem;
    }

    .hero-title .hero-subtitle-h1 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.5;
        padding: 0 10px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 8px 16px;
    }

    /* Special offer badge mobile */
    .special-offer-badge {
        flex-direction: column;
        padding: 10px;
        font-size: 12px;
        gap: 5px;
    }

    /* Mobile menu improvements */
    .mobile-menu {
        top: 110px; /* Align with mobile header height */
        padding: 20px 15px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .mobile-link {
        padding: 12px 0;
        font-size: 16px;
    }

    /* Buttons mobile */
    .btn-primary, .btn-secondary {
        padding: 14px 24px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    /* Feature groups mobile */
    .feature-groups {
        flex-direction: column;
    }

    .feature-group {
        margin-bottom: 20px;
    }

    /* Visual elements */
    .mockup-phone {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    /* Typography mobile */
    .hero-header {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    /* Sections spacing mobile */
    .features-section,
    .pricing-section,
    .integrations-section,
    .industries-section {
        padding: 60px 0;
    }
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(2, 119, 189, 0.5);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(2, 119, 189, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #0277BD;
    border: 2px solid #0277BD;
}

.btn-secondary:hover {
    background: #0277BD;
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 18px 36px;
    font-size: 18px;
}

/* Hero Section - Sales Focused */
.hero-section {
    padding: 60px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.trust-badge {
    background: rgba(2, 119, 189, 0.1);
    color: #0277BD;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(2, 119, 189, 0.3);
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.1;
}

.hero-title .highlight {
    display: block;
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.8rem;
    margin-top: 10px;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-pricing {
    margin-bottom: 40px;
}

.price-highlight {
    margin-bottom: 20px;
}

.price-highlight .price {
    font-size: 2rem;
    font-weight: 700;
    color: #0288D1;
}

.price-highlight .savings {
    display: block;
    color: #ffa500;
    font-size: 1.1rem;
    margin-top: 5px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-proof {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

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

.proof-item .number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #0277BD;
}

.proof-item .label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Hero Image */
.hero-image {
    position: relative;
    margin-top: 60px;
}

.hero-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.roi-callout {
    position: absolute;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(2, 119, 189, 0.3);
    text-align: center;
}

.roi-1 {
    top: 20%;
    left: -10%;
}

.roi-2 {
    bottom: 20%;
    right: -10%;
}

.roi-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffa500;
}

.roi-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.pricing-card {
    background: rgba(26, 40, 68, 0.8);
    border-radius: 16px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(2, 119, 189, 0.2);
}

.pricing-card.popular {
    border: 2px solid #0277BD;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
}

.plan-header h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.price .currency {
    font-size: 1.2rem;
    align-self: flex-start;
    margin-top: 5px;
}

.price .amount {
    font-size: 3rem;
    font-weight: 700;
    color: #0277BD;
}

.price .period {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    align-self: flex-end;
    margin-bottom: 5px;
}

.plan-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.features-list {
    list-style: none;
    margin: 30px 0;
}

.features-list li {
    padding: 8px 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.pricing-guarantee {
    text-align: center;
    background: rgba(42, 56, 86, 0.5);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 165, 0, 0.3);
}

.pricing-guarantee h3 {
    color: #ffa500;
    margin-bottom: 15px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature-card {
    background: rgba(26, 40, 68, 0.6);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(2, 119, 189, 0.3);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #0277BD;
}

.feature-roi {
    color: #ffa500;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.feature-content ul {
    list-style: none;
    margin: 20px 0;
}

.feature-content ul li {
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.9);
}

.feature-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.feature-price {
    color: #0277BD;
    font-weight: 600;
}

/* Comparison Table */
.comparison-section {
    margin-top: 60px;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    padding: 40px;
    border-radius: 16px;
}

.comparison-table {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.comparison-header {
    display: contents;
    font-weight: 700;
}

.comparison-row {
    display: contents;
}

.feature-name, .competitor, .swiftcrew-col {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.feature-name {
    background: rgba(26, 40, 68, 0.8);
    text-align: left;
}

.competitor {
    background: rgba(42, 56, 86, 0.5);
    color: rgba(255, 255, 255, 0.7);
}

.swiftcrew-col {
    background: rgba(2, 119, 189, 0.1);
    color: #0277BD;
    font-weight: 600;
}

.features-footer {
    text-align: center;
    margin-top: 40px;
}

.guarantee-text {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
}

/* ROI Calculator Section */
.roi-section {
    padding: 80px 0;
    background: rgba(42, 56, 86, 0.3);
}

.roi-calculator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.calculator-inputs {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-group label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #0277BD;
}

.input-group input,
.input-group select {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(26, 40, 68, 0.8);
    color: white;
    font-size: 16px;
}

.roi-results {
    background: rgba(26, 40, 68, 0.8);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(2, 119, 189, 0.3);
}

.savings-breakdown h3 {
    margin-bottom: 30px;
    color: #0277BD;
}

.savings-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.savings-label {
    color: rgba(255, 255, 255, 0.8);
}

.savings-amount {
    color: #0288D1;
    font-weight: 600;
}

.savings-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 2px solid #0277BD;
    margin-top: 20px;
}

.total-label {
    font-weight: 700;
    color: white;
}

.total-amount {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffa500;
}

.roi-percentage {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.roi-value {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0288D1;
}

.cta-box {
    margin-top: 30px;
    text-align: center;
}

.cta-box p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

/* Industry Solutions Section */
.industry-section {
    padding: 80px 0;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.industry-card {
    background: rgba(26, 40, 68, 0.8);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    border-color: rgba(2, 119, 189, 0.3);
}

.industry-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.industry-icon {
    font-size: 3rem;
    margin-right: 20px;
}

.industry-info h3 {
    color: #0277BD;
    margin-bottom: 5px;
}

.industry-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.results-box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.result-item {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.result-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffa500;
}

.result-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.industry-benefits {
    list-style: none;
    margin: 30px 0;
}

.industry-benefits li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.9);
}

.industry-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.starting-price {
    color: #0277BD;
    font-weight: 600;
}

.industry-footer {
    text-align: center;
    background: rgba(42, 56, 86, 0.5);
    padding: 40px;
    border-radius: 12px;
}

.industry-guarantee h3 {
    color: #0277BD;
    margin-bottom: 20px;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.testimonial-card {
    background: rgba(26, 40, 68, 0.8);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.customer-details h4 {
    color: white;
    margin-bottom: 5px;
}

.customer-title {
    display: block;
    color: #0277BD;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.customer-company {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.savings-badge {
    background: linear-gradient(135deg, #ffa500 0%, #ff6b6b 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonial-quote {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    border-left: 3px solid #0277BD;
    padding-left: 20px;
}

.testimonial-results {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.result-metric {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.metric-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0288D1;
}

.metric-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Trust Section */
.trust-section {
    text-align: center;
    background: rgba(42, 56, 86, 0.5);
    padding: 40px;
    border-radius: 12px;
}

.trust-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

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

.trust-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0277BD;
}

.trust-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-title .highlight {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .social-proof {
        gap: 20px;
    }
    
    .roi-calculator {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .pricing-table {
        grid-template-columns: 1fr;
    }
    
    .comparison-table {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .industry-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-stats {
        gap: 30px;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .customer-info {
        flex-direction: column;
        text-align: center;
    }
}

/* Language Switcher */
.language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100001;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-item {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.lang-item:hover,
.lang-item-active {
    color: #0277BD !important;
    background: rgba(2, 119, 189, 0.1);
}

.lang-separator {
    color: rgba(255, 255, 255, 0.3);
}

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    z-index: 100000;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sticky-header.visible {
    transform: translateY(0);
}

.sticky-header-logo {
    display: flex;
    align-items: center;
}

.sticky-header-logo img {
    max-height: 40px;
    width: auto;
}

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

.sticky-nav-links {
    display: flex;
    gap: 2rem;
}

.sticky-nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.sticky-nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0277BD;
    transition: width 0.3s ease;
}

.sticky-nav-link:hover {
    color: #0277BD;
}

.sticky-nav-link:hover::after {
    width: 100%;
}

.sticky-cta-btn {
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(2, 119, 189, 0.4);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(2, 119, 189, 0.6);
}

.sticky-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.sticky-lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Hero Section Styles */
.standalone-hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 2rem 0;
}

.standalone-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(2, 119, 189, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(77, 184, 255, 0.15) 0%, transparent 50%);
    z-index: -1;
}

.standalone-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: center;
}

.standalone-hero-content {
    z-index: 10;
}

.standalone-hero-logo {
    margin-bottom: 2rem;
}

.standalone-hero-logo img {
    max-height: 60px;
    width: auto;
}

.standalone-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
}

.standalone-hero-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.standalone-hero-cta {
    margin-bottom: 3rem;
}

.standalone-hero-btn {
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1.1rem;
}

.standalone-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(2, 119, 189, 0.6);
}

.standalone-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.standalone-trust-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.standalone-trust-badge:hover {
    transform: translateX(10px);
    background: rgba(2, 119, 189, 0.1);
    border-color: rgba(2, 119, 189, 0.3);
}

.standalone-trust-icon {
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(2, 119, 189, 0.8);
}

/* Hero Visual Side */
.standalone-hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 10;
}

.standalone-phone-container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.standalone-phone-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.standalone-stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: float 3s ease-in-out infinite;
}

.standalone-stat-card-1 {
    top: 20%;
    left: -30px;
    animation-delay: 0s;
}

.standalone-stat-card-2 {
    bottom: 20%;
    right: -30px;
    animation-delay: 1.5s;
}

.standalone-stat-icon {
    font-size: 2rem;
    color: #0277BD;
}

.standalone-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #1a2844;
}

.standalone-stat-label {
    font-size: 0.9rem;
    color: #666;
    white-space: nowrap;
}

/* Business Types Showcase */
.business-types-showcase {
    margin-top: 2rem;
}

.business-types-grid {
    position: relative;
    height: 300px;
    perspective: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-type-card {
    position: absolute;
    width: 200px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

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

.business-type-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 1.5rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.business-type-overlay h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.business-type-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.card-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(2, 119, 189, 0.9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
}

.card-nav:hover {
    background: #0277BD;
    transform: translateY(-50%) scale(1.1);
}

.card-prev {
    left: -60px;
}

.card-next {
    right: -60px;
}

.card-controls {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.card-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

.card-dot.active {
    background: #0277BD;
}

/* Mobile Hero Section */
.mobile-hero-container {
    display: none;
    text-align: center;
    padding: 2rem;
}

.mobile-hero-logo {
    margin-bottom: 2rem;
}

.mobile-hero-logo img {
    max-height: 50px;
}

.mobile-hero-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.mobile-hero-image {
    position: relative;
    margin-bottom: 2rem;
}

.mobile-hero-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
}

.mobile-stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 0.8rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
}

.mobile-stat-card-1 {
    top: 10%;
    left: -10px;
}

.mobile-stat-card-2 {
    bottom: 10%;
    right: -10px;
}

.mobile-hero-description {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.mobile-hero-btn {
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.mobile-trust-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.mobile-trust-badges .mobile-trust-badge:last-child {
    grid-column: 1 / -1;
}

.mobile-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem;
    border-radius: 10px;
    font-size: 0.9rem;
}

.mobile-business-types {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-business-types::-webkit-scrollbar {
    display: none;
}

.mobile-business-type-card {
    min-width: 150px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.mobile-business-type-card.active {
    opacity: 1;
    transform: scale(1);
}

.mobile-business-type-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-business-type-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 1rem;
    color: white;
}

.mobile-business-type-overlay h4 {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.mobile-business-type-overlay p {
    font-size: 0.8rem;
}

/* Features Section */
.features-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0277BD, #0288D1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(2, 119, 189, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(2, 119, 189, 0.5);
}

.feature-content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: white;
}

.feature-content ul {
    list-style: none;
    margin: 1.5rem 0;
}

.feature-content li {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 1.5rem;
}

.feature-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0277BD;
    font-weight: bold;
}

.feature-link {
    color: #0277BD;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-link:hover {
    color: #0288D1;
}

.features-footer-centered {
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1.1rem;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(2, 119, 189, 0.6);
}

/* Market Challenges Section */
.market-challenges-section {
    padding: 6rem 0;
    background: rgba(255, 255, 255, 0.02);
}

.challenges-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-value {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    margin-bottom: 1rem;
}

.stat-progress {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin: 1rem 0;
    overflow: hidden;
}

.stat-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0277BD, #0288D1);
    width: 0;
    transition: width 1.5s ease;
    border-radius: 3px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.4;
}

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

.challenge-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.challenge-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.challenge-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: white;
}

.challenge-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* AI Hub Container */
.ai-hub-intro {
    text-align: center;
    margin: 3rem 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ai-hub-intro p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.ai-hub-container {
    position: relative;
    height: 600px;
    margin: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #0277BD, #0288D1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(2, 119, 189, 0.5);
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
}

.ai-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.ai-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.solution-modules {
    position: relative;
    width: 100%;
    height: 100%;
}

.module-item {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
}

.module-item:hover {
    transform: scale(1.1);
    background: rgba(2, 119, 189, 0.2);
    border-color: #0277BD;
}

.module-icon {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.module-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.module-badge {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 1.5rem;
    min-width: 300px;
    max-width: 350px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 20;
}

.module-item:hover .module-badge {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: all;
}

.module-badge-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.module-badge-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0277BD;
    margin-bottom: 0.8rem;
}

.module-badge-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* Position modules around the AI core */
.module-1 { top: 50%; right: 0; transform: translate(50%, -50%); }
.module-2 { bottom: 13.4%; right: 25%; }
.module-3 { bottom: 13.4%; left: 25%; }
.module-4 { top: 50%; left: 0; transform: translate(-50%, -50%); }
.module-5 { top: 13.4%; left: 25%; }
.module-6 { top: 13.4%; right: 25%; }

.module-1 .module-badge { top: -20px; right: 100%; margin-right: 1rem; }
.module-2 .module-badge { bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-1rem); }
.module-3 .module-badge { bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-1rem); }
.module-4 .module-badge { top: -20px; left: 100%; margin-left: 1rem; }
.module-5 .module-badge { top: 100%; left: 50%; transform: translateX(-50%) translateY(1rem); }
.module-6 .module-badge { top: 100%; left: 50%; transform: translateX(-50%) translateY(1rem); }

.cta-container {
    text-align: center;
    margin: 4rem 0;
}

.cta-subtitle {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Vision Section */
.vision-section {
    padding: 6rem 0;
    background: rgba(0, 0, 0, 0.1);
}

.vision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.vision-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.vision-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.vision-card:hover {
    transform: translateY(-10px);
    border-color: rgba(2, 119, 189, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.vision-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(2, 119, 189, 0.5);
}

.vision-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: white;
}

.vision-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    background: rgba(255, 255, 255, 0.02);
}

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

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(2, 119, 189, 0.3);
}

.faq-question {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #0277BD;
    transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    animation: fadeInDown 0.3s ease;
}

/* Customer Logo Section */
.customers-logo-section {
    padding: 4rem 0;
    background: rgba(0, 0, 0, 0.1);
}

.customers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.customers-slider-container {
    overflow: hidden;
    margin: 2rem 0;
}

.customers-slider {
    display: flex;
    animation: slide 20s linear infinite;
    width: calc(200px * 10); /* Adjust based on number of logos */
}

.customer-logo-slide {
    flex-shrink: 0;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}

.customer-logo {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-logo:hover {
    transform: translateY(-5px);
    border-color: rgba(2, 119, 189, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.customer-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.customer-logo:hover .customer-logo-img {
    opacity: 1;
}

.customer-logo svg {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.customer-logo:hover svg {
    opacity: 1;
}

/* Footer Section */
.landing-footer-section {
    background: linear-gradient(135deg, #0a1432 0%, #1a2844 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
}

.landing-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.landing-footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2rem;
    align-items: start;
}

.landing-footer-contact-form {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.landing-footer-form-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.landing-footer-form-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

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

.landing-form-group {
    display: flex;
    flex-direction: column;
}

.landing-form-group.full-width {
    grid-column: 1 / -1;
}

.landing-form-group label {
    color: white;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.landing-form-group input,
.landing-form-group select,
.landing-form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem;
    color: white;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.landing-form-group input:focus,
.landing-form-group select:focus,
.landing-form-group textarea:focus {
    outline: none;
    border-color: #0277BD;
    box-shadow: 0 0 0 3px rgba(2, 119, 189, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.landing-form-group input::placeholder,
.landing-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.landing-submit-btn {
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
    font-family: 'Inter', sans-serif;
}

.landing-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(2, 119, 189, 0.6);
}

.form-security-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.security-icon {
    color: #0277BD;
}

.form-status {
    display: none;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    font-weight: 500;
}

.form-status.success {
    background: rgba(46, 213, 115, 0.1);
    border: 1px solid rgba(46, 213, 115, 0.3);
    color: #2ed573;
}

.form-status.error {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
}

.form-status.loading {
    background: rgba(2, 119, 189, 0.1);
    border: 1px solid rgba(2, 119, 189, 0.3);
    color: #0277BD;
}

/* App Download Section */
.modern-app-download-section {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.app-download-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.app-download-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.modern-app-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.modern-app-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-app-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.8);
}

.badge-text-modern {
    display: flex;
    flex-direction: column;
}

.badge-tagline-modern {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
}

.badge-store-modern {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

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

.feature-badge {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.feature-badge.animate-in {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.6s ease forwards;
}

.feature-badge:hover {
    background: rgba(2, 119, 189, 0.1);
    border-color: rgba(2, 119, 189, 0.3);
    transform: translateY(-2px);
}

.feature-badge-icon {
    font-size: 1.2rem;
    min-width: 24px;
}

.feature-badge-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.landing-footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 3rem 2rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.landing-footer-link-group h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.landing-footer-link-group ul {
    list-style: none;
}

.landing-footer-link-group ul li {
    margin-bottom: 0.8rem;
}

.landing-footer-link-group ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.landing-footer-link-group ul li a:hover {
    color: #0277BD;
}

.landing-copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.landing-footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
}

.landing-footer-glow-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #0277BD, #0288D1);
    top: -200px;
    left: -200px;
    animation: float 8s ease-in-out infinite;
}

.landing-footer-glow-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #0288D1, #0277BD);
    bottom: -150px;
    right: -150px;
    animation: float 6s ease-in-out infinite reverse;
}

/* Floating Buttons */
.floating-buttons {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
}

.float-btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #01579B 0%, #0277BD 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(2, 119, 189, 0.4);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.float-btn.visible {
    opacity: 1;
    transform: translateY(0);
}

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.6);
}

/* Scroll Animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-animate.scroll-animate-in {
    opacity: 1;
    transform: translateY(0);
}

.scroll-slide-left {
    transform: translateX(-50px);
}

.scroll-slide-left.scroll-animate-in {
    transform: translateX(0);
}

.scroll-slide-up {
    transform: translateY(50px);
}

.scroll-slide-up.scroll-animate-in {
    transform: translateY(0);
}

.scroll-pop-in {
    transform: scale(0.8);
}

.scroll-pop-in.scroll-animate-in {
    transform: scale(1);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 30px rgba(2, 119, 189, 0.5);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        box-shadow: 0 0 50px rgba(2, 119, 189, 0.8);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

