* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #1f2937;
            background-color: #fafafa;
        }

        /* hide banners and widgets */
        .agency-leads-global-banner {display: none;}
        .al_floating_icon {display: none;}
        #trustpilot-gtm-floating-wrapper {display: none;}
        #launcher {display: none;}

        /* Container */
        .lp-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .lp-hero {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 60px 0 80px 0;
            position: relative;
            overflow: hidden;
        }

        .lp-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.3'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
            opacity: 0.5;
        }

        .lp-hero-flex {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 60px;
            align-items: start;
            position: relative;
            z-index: 1;
        }

        .lp-logo {
            height: 45px;
            margin-bottom: 32px;
            filter: brightness(0.95);
        }

        .lp-hero h1 {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.8px;
            color: #0f172a;
        }

        .lp-highlight {
            color: #1e40af;
            position: relative;
        }

        .lp-highlight::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
            z-index: -1;
        }

        .lp-hero-subheadline {
            font-size: 20px;
            font-weight: 400;
            line-height: 1.5;
            color: #475569;
            margin-bottom: 32px;
            max-width: 580px;
        }

        /* Global Stats */
        .lp-global-stats {
            display: flex;
            gap: 24px;
            margin: 32px 0;
            flex-wrap: wrap;
        }

        .lp-stat {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 16px 20px;
            text-align: center;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            flex: 1;
            min-width: 120px;
        }

        .lp-stat-number {
            font-size: 24px;
            font-weight: 700;
            color: #1e40af;
            line-height: 1;
            margin-bottom: 4px;
        }

        .lp-stat-label {
            font-size: 12px;
            font-weight: 500;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Countries Banner */
        .lp-countries {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            border: 1px solid #bbf7d0;
            border-radius: 12px;
            padding: 20px;
            margin: 32px 0;
            text-align: center;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        }

        .lp-countries h3 {
            color: #166534;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .lp-country-flags {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .lp-country-flag {
            background: #ffffff;
            border: 1px solid #d1fae5;
            border-radius: 20px;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #166534;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }

        /* Pricing Card */
        .lp-pricing {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            border: 2px solid #fecaca;
            border-radius: 16px;
            padding: 28px;
            margin: 32px 0;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .lp-pricing h3 {
            color: #dc2626;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .lp-price-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            margin: 16px 0;
        }

        .lp-old-price {
            color: #991b1b;
            font-size: 16px;
            text-decoration: line-through;
            font-weight: 400;
        }

        .lp-arrow {
            color: #dc2626;
            font-size: 20px;
            font-weight: 700;
        }

        .lp-new-price {
            color: #dc2626;
            font-size: 32px;
            font-weight: 700;
            line-height: 1;
        }

        .lp-savings {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 16px;
            display: inline-block;
            margin: 12px 0 0 0;
        }

        /* Buttons */
        .lp-hero-content .lp-button-group {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }

        .lp-button {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding: 14px 32px;
            border-radius: 25px;
            display: inline-block;
            text-align: center;
            letter-spacing: 0.3px;
            text-transform: uppercase;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .lp-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.15);
					color: #fff;
        }

        .lp-button-secondary {
            background: #ffffff;
            color: #3b82f6;
            border: 1px solid #3b82f6;
        }

        .lp-button-secondary:hover {
            background: #f8fafc;
					color: #3b82f6;
        }
        
        /* Widget Container */
        .lp-widget-container {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 20px;
        }

        .lp-widget-heading {
            color: #1f2937;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            text-align: center;
        }

        .calendly-inline-widget {
            min-width: 320px;
            height: 600px;
            border-radius: 12px;
            overflow: hidden;
        }

        /* Section Styling */
        .lp-section {
            padding: 80px 0;
        }

        .lp-section-light {
            background-color: #ffffff;
        }

        .lp-section-white {
            background-color: #fafafa;
        }

        .lp-section h2 {
            font-size: 36px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
            color: #0f172a;
            letter-spacing: -0.5px;
        }

        .lp-section > .lp-container > p {
            font-size: 18px;
            text-align: center;
            color: #64748b;
            margin-bottom: 48px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Video Grid */
        .lp-video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 48px;
        }

        .lp-video-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .lp-video-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .lp-video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
        }

        .lp-video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .lp-video-description {
            padding: 15px;
            font-size: 14px;
            color: #333;
            text-align: left;
        }
        
        /* Process Steps */
        .lp-process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-bottom: 48px;
        }

        .lp-process-step {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }

        .lp-process-step:hover {
            transform: translateY(-2px);
        }

        .lp-step-number {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            color: #ffffff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 700;
            margin: 0 auto 20px auto;
        }

        .lp-step-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1f2937;
        }

        .lp-step-description {
            font-size: 16px;
            color: #64748b;
            line-height: 1.5;
        }

        /* FAQ Grid */
        .lp-objection-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
            margin-bottom: 48px;
        }

        .lp-objection-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        }

        .lp-objection-title {
            font-size: 16px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 12px;
        }

        .lp-objection-answer {
            font-size: 14px;
            color: #64748b;
            line-height: 1.5;
        }

        /* Footer */
        .lp-footer {
            background: #1f2937;
            color: #9ca3af;
            padding: 40px 0;
            text-align: center;
            font-size: 14px;
					  margin-top: 75px;
        }

        /* Floating Button */
        .lp-floating-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            display: none; /* Hidden by default */
        }

        .lp-floating-button .lp-button {
            padding: 12px 20px;
            font-size: 14px;
            border-radius: 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        /* Mobile Responsive */
        @media (max-width: 992px) {
            .lp-hero-flex {
                grid-template-columns: 1fr;
                gap: 40px;
            }
             .lp-widget-container {
                position: static;
            }
        }
        
        @media (max-width: 768px) {
            .lp-hero h1 {
                font-size: 36px;
            }

            .lp-hero-subheadline {
                font-size: 18px;
            }

            .lp-global-stats {
                gap: 12px;
            }

            .lp-stat {
                min-width: 100px;
                padding: 12px 16px;
            }

            .lp-price-row {
                flex-direction: column;
                gap: 8px;
            }

            .lp-new-price {
                font-size: 28px;
            }

            .calendly-inline-widget {
                min-width: 100%;
                height: 500px;
            }

            .lp-section {
                padding: 60px 0;
            }

            .lp-section h2 {
                font-size: 28px;
            }
            
            .lp-floating-button {
                display: block; /* Shown on mobile */
            }

            .lp-hero-content .lp-button-group {
                flex-direction: column;
                align-items: stretch;
            }

            .lp-button-group .lp-button {
                width: 100%;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .lp-hero-content, .lp-widget-container {
            animation: fadeInUp 0.6s ease-out 0.2s both;
        }