.elementor-kit-293{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1e6b5bd:#289DB9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-293 e-page-transition{background-color:#FFBC7D;}.elementor-kit-293 h1{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-293 h2{font-family:"Roboto Slab", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* Hero Section */
        .hero {
            background: linear-gradient(135deg, #012639 0%, #0099cc 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .hero .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .hero h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero h1 .highlight {
            color: #00ff88;
        }

        .hero .subtitle {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .hero .tagline {
            font-size: 18px;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .btn {
            padding: 15px 30px;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            cursor: pointer;
        }

        .btn-primary {
            background: #00ff88;
            color: #012639;
        }

        .btn-primary:hover {
            background: #00cc6a;
            transform: translateY(-2px);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: white;
            color: #012639;
        }

        /* Features Section */
        .features {
            padding: 80px 0;
            background: white;
        }

        .features .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }

        .features .promo-badge {
            background: #ff6b35;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 20px;
        }

        .features h2 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #012639;
        }

        .features p {
            font-size: 18px;
            margin-bottom: 40px;
            color: #666;
        }

        /* Plans Grid */
        .plans {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .plans .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .plans h3 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 40px;
            color: #012639;
        }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .plan-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s;
            position: relative;
        }

        .plan-card:hover {
            transform: translateY(-10px);
        }

        .plan-card.featured {
            border: 3px solid #0099cc;
        }

        .plan-card.featured::before {
            content: "MOST POPULAR";
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #0099cc;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
        }

        .plan-speed {
            font-size: 24px;
            font-weight: bold;
            color: #012639;
            margin-bottom: 10px;
        }

        .plan-price {
            font-size: 48px;
            font-weight: bold;
            color: #0099cc;
            margin-bottom: 10px;
        }

        .plan-price .currency {
            font-size: 24px;
        }

        .plan-price .period {
            font-size: 18px;
            color: #666;
        }

        .plan-details {
            margin: 20px 0;
            color: #666;
        }

        .plan-features {
            list-style: none;
            margin: 20px 0;
            text-align: left;
        }

        .plan-features li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
        }

        .plan-features li:before {
            content: "✓";
            color: #00ff88;
            font-weight: bold;
            margin-right: 10px;
        }

        /* Bundle Section */
        .bundle {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .bundle .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .bundle-content h2 {
            font-size: 36px;
            color: #012639;
            margin-bottom: 20px;
        }

        .bundle-content p {
            font-size: 18px;
            color: #666;
            margin-bottom: 30px;
        }

        .bundle-features {
            list-style: none;
            margin-bottom: 30px;
        }

        .bundle-features li {
            padding: 10px 0;
            font-size: 16px;
        }

        .bundle-features li strong {
            color: #0099cc;
        }

        .bundle-image img {
            width: 100%;
            border-radius: 15px;
        }

        /* Footer */
        .footer {
            background: #012639;
            color: white;
            padding: 40px 0 20px;
        }

        .footer .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }

        .footer-section h4 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #0099cc;
        }

        .footer-section a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 5px 0;
            transition: color 0.3s;
        }

        .footer-section a:hover {
            color: #0099cc;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: #0099cc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: background 0.3s;
        }

        .social-links a:hover {
            background: #00ff88;
        }

        .footer-bottom {
            border-top: 1px solid #333;
            padding-top: 20px;
            text-align: center;
            font-size: 14px;
            color: #999;
        }

        .footer-bottom a {
            color: #999;
            text-decoration: none;
            margin: 0 10px;
        }

        .footer-bottom a:hover {
            color: white;
        }

        /* Responsive Design */
        
        /* Large Desktop (1200px+) */
        @media (min-width: 1200px) {
            .container {
                max-width: 1400px;
            }
            
            .hero h1 {
                font-size: 56px;
            }
            
            .plans-grid {
                grid-template-columns: repeat(3, 1fr);
                max-width: 1200px;
                margin: 0 auto;
            }
        }

        /* Desktop (992px - 1199px) */
        @media (min-width: 992px) and (max-width: 1199px) {
            .hero h1 {
                font-size: 48px;
            }
            
            .plans-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .bundle .container {
                gap: 30px;
            }
        }

        /* Tablet (768px - 991px) */
        @media (min-width: 768px) and (max-width: 991px) {
            .hero {
                padding: 70px 0;
            }
            
            .hero h1 {
                font-size: 42px;
                line-height: 1.1;
            }
            
            .hero .subtitle {
                font-size: 20px;
            }
            
            .hero .tagline {
                font-size: 16px;
            }
            
            .plans-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
            
            .plan-card:last-child {
                grid-column: span 2;
                max-width: 400px;
                margin: 0 auto;
            }
            
            .bundle .container {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 30px;
            }
            
            .features h2 {
                font-size: 32px;
            }
            
            .features p {
                font-size: 16px;
            }
            
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        /* Mobile Landscape (576px - 767px) */
        @media (min-width: 576px) and (max-width: 767px) {
            .container {
                padding: 0 15px;
            }
            
            .hero {
                padding: 60px 0;
            }
            
            .hero h1 {
                font-size: 36px;
                line-height: 1.2;
            }
            
            .hero .subtitle {
                font-size: 18px;
            }
            
            .hero .tagline {
                font-size: 15px;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            
            .btn {
                width: 200px;
                text-align: center;
            }
            
            .plans-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .plan-card {
                max-width: 400px;
                margin: 0 auto;
            }
            
            .features {
                padding: 60px 0;
            }
            
            .features h2 {
                font-size: 28px;
            }
            
            .bundle {
                padding: 60px 0;
            }
            
            .bundle .container {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 25px;
            }
            
            .bundle-content h2 {
                font-size: 28px;
            }
            
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }

        /* Mobile Portrait (480px - 575px) */
        @media (min-width: 480px) and (max-width: 575px) {
            .container {
                padding: 0 15px;
            }
            
            .hero {
                padding: 50px 0;
            }
            
            .hero h1 {
                font-size: 32px;
                line-height: 1.1;
            }
            
            .hero .subtitle {
                font-size: 16px;
            }
            
            .hero .tagline {
                font-size: 14px;
                margin-bottom: 30px;
            }
            
            .cta-buttons {
                flex-direction: column;
                gap: 12px;
            }
            
            .btn {
                width: 180px;
                padding: 12px 20px;
                font-size: 14px;
            }
            
            .plans {
                padding: 50px 0;
            }
            
            .plans h3 {
                font-size: 24px;
                margin-bottom: 30px;
            }
            
            .plans-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .plan-card {
                padding: 25px 20px;
                max-width: 350px;
                margin: 0 auto;
            }
            
            .plan-price {
                font-size: 40px;
            }
            
            .features {
                padding: 50px 0;
            }
            
            .features h2 {
                font-size: 24px;
            }
            
            .features p {
                font-size: 15px;
            }
            
            .bundle {
                padding: 50px 0;
            }
            
            .bundle-content h2 {
                font-size: 24px;
            }
            
            .bundle-content p {
                font-size: 15px;
            }
            
            .footer-content {
                grid-template-columns: 1fr 1fr;
                gap: 15px;
            }
            
            .footer-bottom {
                font-size: 12px;
                line-height: 1.5;
            }
            
            .footer-bottom a {
                display: inline-block;
                margin: 2px 5px;
            }
        }

        /* Small Mobile (320px - 479px) */
        @media (max-width: 479px) {
            .container {
                padding: 0 10px;
            }
            
            .hero {
                padding: 40px 0;
            }
            
            .hero h1 {
                font-size: 26px;
                line-height: 1.1;
                margin-bottom: 15px;
            }
            
            .hero .subtitle {
                font-size: 14px;
                margin-bottom: 8px;
            }
            
            .hero .tagline {
                font-size: 13px;
                margin-bottom: 25px;
            }
            
            .cta-buttons {
                flex-direction: column;
                gap: 10px;
            }
            
            .btn {
                width: 160px;
                padding: 10px 15px;
                font-size: 13px;
            }
            
            .features {
                padding: 40px 0;
            }
            
            .features .promo-badge {
                font-size: 12px;
                padding: 6px 15px;
            }
            
            .features h2 {
                font-size: 20px;
                margin-bottom: 15px;
            }
            
            .features p {
                font-size: 14px;
                margin-bottom: 25px;
            }
            
            .plans {
                padding: 40px 0;
            }
            
            .plans h3 {
                font-size: 20px;
                margin-bottom: 25px;
            }
            
            .plans-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .plan-card {
                padding: 20px 15px;
                margin: 0 auto;
                max-width: 280px;
            }
            
            .plan-speed {
                font-size: 20px;
            }
            
            .plan-price {
                font-size: 36px;
                margin-bottom: 8px;
            }
            
            .plan-price .currency {
                font-size: 20px;
            }
            
            .plan-price .period {
                font-size: 16px;
            }
            
            .plan-details {
                font-size: 13px;
                margin: 15px 0;
            }
            
            .bundle {
                padding: 40px 0;
            }
            
            .bundle .container {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 20px;
            }
            
            .bundle-content h2 {
                font-size: 20px;
                margin-bottom: 15px;
            }
            
            .bundle-content p {
                font-size: 14px;
                margin-bottom: 20px;
            }
            
            .bundle-features li {
                font-size: 14px;
                padding: 8px 0;
            }
            
            .footer {
                padding: 30px 0 15px;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 20px;
                text-align: center;
            }
            
            .footer-section h4 {
                font-size: 16px;
                margin-bottom: 10px;
            }
            
            .social-links {
                justify-content: center;
                margin-top: 15px;
            }
            
            .social-links a {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            
            .footer-bottom {
                font-size: 11px;
                line-height: 1.6;
                padding-top: 15px;
            }
            
            .footer-bottom a {
                display: block;
                margin: 3px 0;
                padding: 2px 0;
            }
        }

        /* Extra Small Mobile (under 320px) */
        @media (max-width: 319px) {
            .hero h1 {
                font-size: 22px;
            }
            
            .plan-card {
                max-width: 250px;
                padding: 15px 10px;
            }
            
            .plan-price {
                font-size: 32px;
            }
            
            .btn {
                width: 140px;
                font-size: 12px;
                padding: 8px 12px;
            }
            
            .bundle-content h2 {
                font-size: 18px;
            }
            
            .features h2 {
                font-size: 18px;
            }
        }

        /* High DPI / Retina Displays */
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .plan-card {
                box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            }
            
            .btn {
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            }
        }

        /* Landscape Orientation for Mobile */
        @media (max-height: 500px) and (orientation: landscape) {
            .hero {
                padding: 30px 0;
            }
            
            .hero h1 {
                font-size: 28px;
                margin-bottom: 10px;
            }
            
            .hero .subtitle {
                font-size: 14px;
                margin-bottom: 5px;
            }
            
            .hero .tagline {
                font-size: 12px;
                margin-bottom: 20px;
            }
            
            .cta-buttons {
                gap: 8px;
            }
            
            .btn {
                padding: 8px 16px;
                font-size: 13px;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .plan-card {
            animation: fadeInUp 0.6s ease-out;
        }

        .plan-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .plan-card:nth-child(3) {
            animation-delay: 0.4s;
        }/* End custom CSS */