/* ===== HERO SECTION ===== */
        .hero-home {
            background: linear-gradient(135deg, #0a1628 0%, #1a2d45 40%, #0f2035 100%);
            padding: 140px 0 100px;
            position: relative;
            overflow: hidden;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        .hero-home::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(245, 99, 62, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero-home::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(102, 126, 234, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero-home .container {
            position: relative;
            z-index: 2;
        }
        .hero-home .row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .hero-badge {
            display: inline-block;
            background: rgba(245, 99, 62, 0.15);
            color: #f5633e;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 25px;
            border: 1px solid rgba(245, 99, 62, 0.25);
        }
        .hero-home h1 {
            font-size: 52px;
            font-weight: 800;
            color: #ffffff;
            line-height: 1.15;
            margin-bottom: 15px;
        }
        .hero-home h1 span {
            background: linear-gradient(135deg, #f5633e, #ff8a65);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-typing {
            font-size: 18px;
            color: rgba(255,255,255,0.5);
            margin-bottom: 35px;
            min-height: 30px;
            display: block;
            overflow: hidden;
        }
        .hero-typing a {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            display: block;
        }
        .hero-typing a:hover,
        .hero-typing a:focus {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
        }
        .hero-typing .wrap {
            border-right: 2px solid #f5633e;
            padding-right: 2px;
        }
        .hero-features-list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px;
        }
        .hero-features-list li {
            font-size: 16px;
            color: rgba(255,255,255,0.75);
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .hero-features-list li i {
            color: #22c55e;
            font-size: 14px;
            flex-shrink: 0;
        }
        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        .hero-buttons .btn-hero-primary {
            background: linear-gradient(135deg, #f5633e, #ff6b4a);
            color: white;
            padding: 16px 40px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(245, 99, 62, 0.3);
            border: none;
        }
        .hero-buttons .btn-hero-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(245, 99, 62, 0.4);
            color: white;
        }
        .hero-buttons .btn-hero-secondary {
            padding: 16px 40px;
            border: 2px solid rgba(255,255,255,0.2);
            border-radius: 50px;
            color: rgba(255,255,255,0.8);
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            background: transparent;
        }
        .hero-buttons .btn-hero-secondary:hover {
            border-color: rgba(255,255,255,0.5);
            color: white;
            background: rgba(255,255,255,0.05);
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            background: linear-gradient(135deg, #0f1923 0%, #1a2d3d 100%);
            padding: 50px 0;
            border-top: 1px solid rgba(255,255,255,0.05);
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .stat-item {
            text-align: center;
            position: relative;
        }
        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background: rgba(255,255,255,0.1);
        }
        .stat-number {
            font-size: 42px;
            font-weight: 800;
            background: linear-gradient(135deg, #f5633e, #ff8a65);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 5px;
            font-weight: 600;
        }

        /* ===== PARTNERS STRIP ===== */
        .partners-strip {
            background: #ffffff;
            padding: 40px 0;
            border-bottom: 1px solid #e9ecef;
        }
        .partners-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .partners-label {
            font-size: 13px;
            font-weight: 700;
            color: #2b3e4d;
            text-transform: uppercase;
            letter-spacing: 3px;
            white-space: nowrap;
            position: relative;
            padding-right: 30px;
        }
        .partners-label::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 30px;
            background: #e9ecef;
        }
        .partner-logo {
            height: 35px;
            opacity: 0.6;
            transition: opacity 0.3s ease;
            filter: grayscale(100%);
        }
        .partner-logo:hover {
            opacity: 1;
            filter: grayscale(0%);
        }

        /* ===== PRODUCTS TABS SECTION ===== */
        .products-tabs-section {
            padding: 100px 0;
            background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
        }
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .section-badge {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            color: #f5633e;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
            position: relative;
            padding: 0 30px;
        }
        .section-badge::before,
        .section-badge::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 2px;
            background: #f5633e;
        }
        .section-badge::before { left: 0; }
        .section-badge::after { right: 0; }
        .section-title {
            font-size: 42px;
            font-weight: 800;
            color: #2b3e4d;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        .section-subtitle {
            font-size: 18px;
            color: #6b7179;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Tab Navigation */
        .tabs-nav {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 50px;
            flex-wrap: wrap;
            padding: 0 20px;
        }
        .tab-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 15px 30px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 50px;
            color: #6b7179;
            font-weight: 600;
            font-size: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        .tab-btn:hover {
            border-color: #f5633e;
            color: #f5633e;
            background: rgba(245, 99, 62, 0.05);
            text-decoration: none;
        }
        .tab-btn.active {
            background: linear-gradient(135deg, #f5633e, #ff6b4a);
            border-color: transparent;
            color: white;
            box-shadow: 0 5px 20px rgba(245, 99, 62, 0.3);
        }
        .tab-btn i {
            font-size: 16px;
        }

        /* Tab Content */
        .tab-panel {
            display: none;
            animation: fadeSlideIn 0.4s ease;
        }
        .tab-panel.active {
            display: block;
        }
        @keyframes fadeSlideIn {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .tab-content-wrapper {
            display: flex;
            align-items: center;
            gap: 60px;
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .tab-content-wrapper.reverse {
            flex-direction: row-reverse;
        }
        .tab-info {
            flex: 1;
        }
        .tab-visual {
            flex: 1;
        }
        .tab-visual img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }
        .tab-info h3 {
            font-size: 32px;
            font-weight: 800;
            color: #2b3e4d;
            margin-bottom: 15px;
        }
        .tab-info p.tab-desc {
            font-size: 16px;
            color: #6b7179;
            line-height: 1.7;
            margin-bottom: 25px;
        }
        .tab-features-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 30px;
        }
        .tab-features-list li {
            list-style: none;
            font-size: 14px;
            color: #2b3e4d;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
        }
        .tab-features-list li i {
            color: #22c55e;
            font-size: 12px;
            flex-shrink: 0;
        }
        .tab-price {
            font-size: 14px;
            color: #6b7179;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .tab-price strong {
            font-size: 28px;
            color: #2b3e4d;
            font-weight: 800;
        }
        .tab-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        /* ===== WHY CHOOSE US ===== */
        .why-choose-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #0a1628 0%, #1a2d45 100%);
            position: relative;
        }
        .why-choose-section .section-title {
            color: #ffffff;
        }
        .why-choose-section .section-subtitle {
            color: rgba(255,255,255,0.6);
        }
        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .why-card {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .why-card:hover {
            background: rgba(255,255,255,0.08);
            transform: translateY(-5px);
            border-color: rgba(245, 99, 62, 0.3);
        }
        .why-card-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, rgba(245, 99, 62, 0.15), rgba(245, 99, 62, 0.05));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }
        .why-card-icon i {
            font-size: 28px;
            color: #f5633e;
        }
        .why-card h4 {
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 12px;
        }
        .why-card p {
            font-size: 15px;
            color: rgba(255,255,255,0.55);
            line-height: 1.7;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .hero-home {
                padding: 120px 0 80px;
                min-height: auto;
            }
            .hero-home h1 {
                font-size: 38px;
            }
            .hero-home .row {
                flex-direction: column;
            }
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .stat-item:nth-child(2)::after {
                display: none;
            }
            .tab-content-wrapper {
                flex-direction: column !important;
                gap: 40px;
            }
            .tab-visual {
                order: -1;
            }
            .section-title {
                font-size: 32px;
            }
            .why-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
            }
        }
        @media (max-width: 767px) {
            .hero-home {
                padding: 110px 0 60px;
            }
            .hero-home h1 {
                font-size: 30px;
            }
            .hero-typing {
                font-size: 15px;
            }
            .hero-buttons {
                flex-direction: column;
            }
            .hero-buttons a {
                text-align: center;
            }
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            .stat-number {
                font-size: 32px;
            }
            .stat-item::after {
                display: none !important;
            }
            .partners-inner {
                gap: 25px;
            }
            .partners-label {
                width: 100%;
                text-align: center;
                padding-right: 0;
            }
            .partners-label::after {
                display: none;
            }
            .partner-logo {
                height: 28px;
            }
            .tabs-nav {
                gap: 8px;
            }
            .tab-btn {
                padding: 12px 20px;
                font-size: 13px;
            }
            .tab-features-list {
                grid-template-columns: 1fr;
            }
            .tab-actions {
                flex-direction: column;
            }
            .tab-actions a {
                text-align: center;
            }
            .section-title {
                font-size: 28px;
            }
            .section-subtitle {
                font-size: 16px;
            }
            .why-grid {
                padding: 0 15px;
            }
        }
        @media (max-width: 480px) {
            .hero-home h1 {
                font-size: 26px;
            }
            .hero-features-list li {
                font-size: 14px;
            }
            .stat-number {
                font-size: 28px;
            }
            .stat-label {
                font-size: 11px;
                letter-spacing: 1px;
            }
        }
