.elementor-16282 .elementor-element.elementor-element-5d16f38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16282 .elementor-element.elementor-element-8666891{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-acfaf6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16282 .elementor-element.elementor-element-950f386{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16282 .elementor-element.elementor-element-2bb4cd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-c14b2d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-d57107b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-e491d74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-fe1a790{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-39caee1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16282 .elementor-element.elementor-element-73d6ab9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-73d6ab9 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: #000000 !important;
            color: #ffffff !important;
            overflow-x: hidden;
            line-height: 1.6;
        }

        .speed-bg {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: #000000;
        }

        .lightning-effect {
            position: absolute;
            width: 2px;
            height: 100px;
            background: linear-gradient(180deg, transparent, #fbbf24, transparent);
            animation: lightning 3s ease-in-out infinite;
            opacity: 0;
        }

        .lightning1 { left: 20%; top: 10%; animation-delay: 0s; }
        .lightning2 { left: 70%; top: 30%; animation-delay: 1s; }
        .lightning3 { left: 40%; top: 60%; animation-delay: 2s; }

        @keyframes lightning {
            0%, 100% { opacity: 0; transform: translateY(0); }
            50% { opacity: 1; transform: translateY(50px); }
        }

        .gradient-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            opacity: 0.3;
            animation: float 25s infinite ease-in-out;
        }

        .orb1 {
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, #fbbf24 0%, transparent 70%);
            top: -15%;
            left: -10%;
        }

        .orb2 {
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, #f59e0b 0%, transparent 70%);
            top: 40%;
            right: -10%;
            animation-delay: 8s;
        }

        .orb3 {
            width: 550px;
            height: 550px;
            background: radial-gradient(circle, #eab308 0%, transparent 70%);
            bottom: -10%;
            left: 35%;
            animation-delay: 16s;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(40px, -40px) scale(1.1); }
            66% { transform: translate(-30px, 30px) scale(0.9); }
        }

        .speed-badge {
            display: inline-block;
            padding: 0.3rem 0.8rem;
            background: rgba(251, 191, 36, 0.15);
            border: 1px solid rgba(251, 191, 36, 0.4);
            border-radius: 20px;
            font-size: 0.75rem;
            color: #fbbf24;
            animation: pulse-glow 2s infinite;
        }

        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 0 10px rgba(251, 191, 36, 0.3); }
            50% { box-shadow: 0 0 20px rgba(251, 191, 36, 0.6); }
        }

        

        .hero {
            padding: 9rem 7% 6rem;
            text-align: center;
            position: relative;
        }

        .speed-icon {
            font-size: 6rem;
            margin-bottom: 1rem;
            animation: speed-zoom 2s ease-in-out infinite;
            display: inline-block;
        }

        @keyframes speed-zoom {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }

        .hero h1 {
            font-size: 5rem;
            margin-bottom: 1.5rem;
            font-weight: 900;
            line-height: 1.1;
            letter-spacing: -2px;
            animation: fadeInUp 1s ease;
        }

        .hero h1 .gradient-text {
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #eab308 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-subtitle {
            font-size: 1.8rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 2rem;
            font-weight: 600;
            animation: fadeInUp 1s ease 0.2s backwards;
        }

        .hero-description {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.6);
            max-width: 900px;
            margin: 0 auto 3rem;
            line-height: 1.8;
            animation: fadeInUp 1s ease 0.3s backwards;
        }

        .trust-metrics {
            display: flex;
            justify-content: center;
            gap: 4rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
            animation: fadeInUp 1s ease 0.4s backwards;
        }

        .metric {
            text-align: center;
        }

        .metric-icon {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }

        .metric-value {
            font-size: 2.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: block;
        }

        .metric-label {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }

        .hero-cta {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeInUp 1s ease 0.5s backwards;
        }

        .primary-btn, .secondary-btn {
            padding: 1.3rem 3rem;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .primary-btn {
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #000;
            box-shadow: 0 10px 40px rgba(251, 191, 36, 0.5);
        }

        .primary-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(251, 191, 36, 0.7);
        }

        .secondary-btn {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(251, 191, 36, 0.5);
            color: #fbbf24;
        }

        .secondary-btn:hover {
            background: rgba(251, 191, 36, 0.1);
            border-color: #fbbf24;
        }

        .section-title {
            text-align: center;
            font-size: 3rem;
            margin-bottom: 1rem;
            font-weight: 900;
        }

        .section-subtitle {
            text-align: center;
            color: rgba(255, 255, 255, 0.6);
            font-size: 1.2rem;
            margin-bottom: 4rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .why-speed {
            /*padding: 6rem 7%;*/
            background: rgba(255, 255, 255, 0.02);
        }

        .speed-comparison {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: 4rem;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .comparison-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 30px;
            padding: 3rem;
            position: relative;
            overflow: hidden;
        }

        .comparison-card.slow {
            border-color: rgba(239, 68, 68, 0.3);
        }

        .comparison-card.fast {
            border-color: rgba(251, 191, 36, 0.5);
            box-shadow: 0 20px 60px rgba(251, 191, 36, 0.2);
        }

        .comparison-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
        }

        .comparison-card.slow .comparison-badge {
            background: rgba(239, 68, 68, 0.2);
            color: #ef4444;
        }

        .comparison-card.fast .comparison-badge {
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #000;
        }

        .comparison-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
        }

        .comparison-card h3 {
            font-size: 2rem;
            margin-bottom: 2rem;
            font-weight: 800;
        }

        .comparison-list {
            list-style: none;
        }

        .comparison-list li {
            padding: 0.8rem 0;
            display: flex;
            align-items: center;
            gap: 1rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .comparison-list li::before {
            font-size: 1.2rem;
            font-weight: bold;
        }

        .slow .comparison-list li::before {
            content: '✗';
            color: #ef4444;
        }

        .fast .comparison-list li::before {
            content: '✓';
            color: #fbbf24;
        }

        .benefits {
            padding: 2rem 7%;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .benefit-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 25px;
            padding: 2.5rem;
            transition: all 0.4s;
            text-align: center;
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            border-color: rgba(251, 191, 36, 0.5);
            box-shadow: 0 25px 60px rgba(251, 191, 36, 0.3);
        }

        .benefit-icon {
            font-size: 3.5rem;
            margin-bottom: 1rem;
        }

        .benefit-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .optimization-checklist {
            padding: 1rem 7%;
            background: rgba(255, 255, 255, 0.02);
        }

        .checklist-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-top: 4rem;
        }

        .checklist-item {
            background: rgba(251, 191, 36, 0.05);
            border: 1px solid rgba(251, 191, 36, 0.2);
            border-radius: 15px;
            padding: 1.5rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.3s;
        }

        .checklist-item:hover {
            background: rgba(251, 191, 36, 0.1);
            border-color: rgba(251, 191, 36, 0.4);
            transform: translateX(10px);
        }

        .check-icon {
            font-size: 1.5rem;
            color: #fbbf24;
            flex-shrink: 0;
        }

        .why-choose {
            padding: 2rem 7%;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 25px;
            padding: 3rem;
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
            opacity: 0;
            transition: opacity 0.5s;
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 60px rgba(251, 191, 36, 0.3);
            border-color: rgba(251, 191, 36, 0.4);
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 10px 30px rgba(251, 191, 36, 0.5);
            position: relative;
            z-index: 1;
        }

        .feature-card h3 {
            font-size: 1.6rem;
            margin-bottom: 1rem;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .feature-card p {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
            position: relative;
            z-index: 1;
        }

        .pricing {
            padding: 2rem 7%;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .pricing-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 30px;
            padding: 3rem;
            transition: all 0.5s;
            position: relative;
        }

        .pricing-card.featured {
            border-color: #fbbf24;
            transform: scale(1.05);
            box-shadow: 0 25px 70px rgba(251, 191, 36, 0.4);
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            border-color: rgba(251, 191, 36, 0.5);
        }

        .pricing-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 0.5rem 1rem;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            color: #000;
        }

        .pricing-header h3 {
            font-size: 2rem;
            margin-bottom: 0.5rem;
            font-weight: 800;
        }

        .pricing-header p {
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 2rem;
        }

        .price {
            font-size: 4rem;
            font-weight: 900;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }

        .price-delivery {
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 2rem;
            display: block;
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 2rem;
        }

        .pricing-features li {
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            color: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
        }

        .pricing-features li::before {
            content: '✓';
            color: #fbbf24;
            font-weight: bold;
            margin-right: 1rem;
            font-size: 1.2rem;
        }

        .pricing-btn {
            width: 100%;
            padding: 1.2rem;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            border: none;
            border-radius: 15px;
            color: #000;
            font-weight: 700;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
        }

        .pricing-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(251, 191, 36, 0.6);
        }

        .bonus-section {
            text-align: center;
            margin-top: 3rem;
            padding: 2rem;
            background: rgba(251, 191, 36, 0.1);
            border: 2px dashed rgba(251, 191, 36, 0.3);
            border-radius: 20px;
        }

        .bonus-section h3 {
            font-size: 1.5rem;
            color: #fbbf24;
            margin-bottom: 0.5rem;
        }

        .testimonials {
            padding: 1rem 7%;
            background: rgba(255, 255, 255, 0.02);
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .testimonial-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 25px;
            padding: 2.5rem;
            transition: all 0.4s;
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
            border-color: rgba(251, 191, 36, 0.5);
        }

        .stars {
            color: #fbbf24;
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1.5rem;
            font-style: italic;
        }

        .testimonial-author {
            font-weight: 700;
            color: #fbbf24;
        }

        .testimonial-role {
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.9rem;
        }

        .speed-meter {
            padding: 2rem 7%;
            text-align: center;
        }

        .meter-container {
            max-width: 600px;
            margin: 3rem auto;
            position: relative;
        }

        .meter-circle {
            width: 300px;
            height: 300px;
            margin: 0 auto;
            border-radius: 50%;
            background: conic-gradient(
                #ef4444 0% 30%,
                #f59e0b 30% 60%,
                #fbbf24 60% 90%,
                #22c55e 90% 100%
            );
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            animation: rotate-meter 3s ease-in-out infinite;
        }

        .meter-inner {
            width: 240px;
            height: 240px;
            border-radius: 50%;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .meter-score {
            font-size: 4rem;
            font-weight: 900;
            background: linear-gradient(135deg, #fbbf24 0%, #22c55e 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .meter-label {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }

        @keyframes rotate-meter {
            0%, 100% { transform: rotate(0deg); }
            50% { transform: rotate(5deg); }
        }

        .deliverables {
            padding: 2rem 7%;
        }

        .deliverables-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .deliverable-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 2rem;
            transition: all 0.3s;
        }

        .deliverable-card:hover {
            border-color: rgba(251, 191, 36, 0.5);
            transform: translateY(-5px);
        }

        .deliverable-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .deliverable-card h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .faq {
            padding: 2rem 7%;
            background: rgba(255, 255, 255, 0.02);
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            margin-bottom: 1.5rem;
            overflow: hidden;
            transition: all 0.3s;
        }

        .faq-item:hover {
            border-color: rgba(251, 191, 36, 0.3);
        }

        .faq-question {
            padding: 2rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;
            font-size: 1.2rem;
            transition: all 0.3s;
        }

        .faq-question:hover {
            color: #fbbf24;
        }

        .faq-icon {
            font-size: 1.5rem;
            transition: transform 0.3s;
            color: #fbbf24;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
            padding: 0 2rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 2rem 2rem;
        }

        .cta-section {
            padding: 8rem 7%;
            text-align: center;
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(245, 158, 11, 0.15) 100%);
            margin: 3rem 7%;
            border-radius: 40px;
            border: 2px solid rgba(251, 191, 36, 0.3);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, transparent 70%);
            animation: float 15s infinite ease-in-out;
        }

        .cta-section h2 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 1;
            font-weight: 900;
        }

        .cta-section p {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 3rem;
            position: relative;
            z-index: 1;
        }

        .cta-badges {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .cta-badge-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.1rem;
            color: #fbbf24;
            font-weight: 600;
        }

        footer {
            padding: 4rem 7%;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.5);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.8rem;
            }
            
            .hero-subtitle {
                font-size: 1.3rem;
            }

            .nav-links {
                display: none;
            }

            .section-title {
                font-size: 2rem;
            }

            .pricing-card.featured {
                transform: scale(1);
            }

            .speed-comparison {
                grid-template-columns: 1fr;
            }

            .benefits-grid,
            .features-grid,
            .pricing-grid,
            .testimonials-grid,
            .deliverables-grid {
                grid-template-columns: 1fr;
            }

            .trust-metrics {
                flex-direction: column;
                gap: 2rem;
            }
        }
    </style>/* End custom CSS */