.elementor-3123 .elementor-element.elementor-element-830c9ea{--display:flex;}/* Start custom CSS */<style>
        /* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #1e293b;
        }

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

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://images.pexels.com/photos/1396122/pexels-photo-1396122.jpeg?auto=compress&cs=tinysrgb&w=1920');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
        }

        .hero-content {
            position: relative;
            z-index: 10;
            padding: 5rem 0;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
            text-decoration: none;
            margin-bottom: 3rem;
        }

        .logo-icon {
            width: 48px;
            height: 48px;
            background: #f59e0b;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #0f172a;
        }

        .badge {
            display: inline-block;
            background: #f59e0b;
            color: #0f172a;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .hero h1 .highlight {
            color: #fbbf24;
            display: block;
            margin-top: 0.5rem;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            color: #cbd5e1;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

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

        .feature-item {
            display: flex;
            gap: 0.75rem;
            align-items: flex-start;
        }

        .feature-icon {
            width: 24px;
            height: 24px;
            color: #fbbf24;
            flex-shrink: 0;
            margin-top: 0.25rem;
        }

        .feature-title {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .feature-description {
            font-size: 0.875rem;
            color: #94a3b8;
        }

        .btn-primary {
            display: inline-block;
            background: #f59e0b;
            color: #0f172a;
            padding: 1rem 2rem;
            border-radius: 0.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .btn-primary:hover {
            background: #fbbf24;
            transform: scale(1.05);
        }

        .btn-secondary {
            display: inline-block;
            background: #0f172a;
            color: white;
            padding: 1rem 2rem;
            border-radius: 0.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-secondary:hover {
            background: #1e293b;
        }

        /* Process Section */
        .process-section {
            background: white;
            padding: 5rem 0;
        }

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

        .section-title {
            font-size: 3rem;
            font-weight: bold;
            color: #0f172a;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            font-size: 1.25rem;
            color: #64748b;
            max-width: 800px;
            margin: 0 auto;
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .process-step {
            text-align: center;
            position: relative;
        }

        .step-icon-wrapper {
            width: 80px;
            height: 80px;
            background: #f59e0b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .step-number {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 32px;
            height: 32px;
            background: #0f172a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.875rem;
            z-index: 10;
        }

        .step-icon {
            width: 40px;
            height: 40px;
            color: white;
        }

        .step-title {
            font-size: 1.25rem;
            font-weight: bold;
            color: #0f172a;
            margin-bottom: 0.75rem;
        }

        .step-description {
            color: #64748b;
        }

        /* Value Section */
        .value-section {
            background: #f8fafc;
            padding: 5rem 0;
        }

        .value-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .value-column h3 {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 1.5rem;
            font-weight: bold;
            color: #0f172a;
            margin-bottom: 1.5rem;
        }

        .value-icon {
            width: 32px;
            height: 32px;
        }

        .value-list {
            list-style: none;
        }

        .value-list li {
            display: flex;
            gap: 0.75rem;
            color: #334155;
            margin-bottom: 1rem;
            align-items: flex-start;
        }

        .bullet {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-top: 0.5rem;
            flex-shrink: 0;
        }

        .bullet-red {
            background: #ef4444;
        }

        .bullet-green {
            background: #16a34a;
        }

        .callout {
            background: #fffbeb;
            border-left: 4px solid #f59e0b;
            padding: 1.5rem;
            border-radius: 0.5rem;
        }

        .callout p {
            font-size: 1.125rem;
            color: #1e293b;
        }

        .callout strong {
            color: #78350f;
        }

        /* Deliverables Section */
        .deliverables-section {
            background: white;
            padding: 5rem 0;
        }

        .deliverables-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto 3rem;
        }

        .deliverable-card {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 0.75rem;
            padding: 1.5rem;
            transition: box-shadow 0.3s;
        }

        .deliverable-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .deliverable-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1rem;
        }

        .deliverable-icon {
            width: 48px;
            height: 48px;
            background: #f59e0b;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

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

        .deliverable-title {
            font-size: 1.25rem;
            font-weight: bold;
            color: #0f172a;
        }

        .deliverable-list {
            list-style: none;
        }

        .deliverable-list li {
            display: flex;
            gap: 0.5rem;
            color: #334155;
            margin-bottom: 0.5rem;
            font-size: 0.875rem;
            align-items: flex-start;
        }

        .deliverable-list .bullet {
            width: 6px;
            height: 6px;
            background: #f59e0b;
            border-radius: 50%;
            margin-top: 0.5rem;
            flex-shrink: 0;
        }

        .cta-text {
            text-align: center;
            font-size: 1.125rem;
            color: #334155;
            margin-bottom: 1.5rem;
        }

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

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            color: white;
            padding: 5rem 0;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .cta-section p {
            font-size: 1.25rem;
            color: #cbd5e1;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Footer */
        .footer {
            background: #020617;
            color: white;
            padding: 3rem 0;
        }

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

        .footer h4 {
            font-size: 1.125rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .footer ul {
            list-style: none;
        }

        .footer ul li {
            color: #94a3b8;
            margin-bottom: 0.5rem;
        }

        .footer-link {
            color: #fbbf24;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-link:hover {
            color: #fcd34d;
        }

        .footer-bottom {
            border-top: 1px solid #1e293b;
            padding-top: 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-bottom p {
            color: #94a3b8;
            font-size: 0.875rem;
        }

        .footer-links {
            display: flex;
            gap: 1.5rem;
        }

        .footer-links a {
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.875rem;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.125rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .cta-section h2 {
                font-size: 2rem;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }
    </style>/* End custom CSS */