 /* Banner Container Styling with high-performance CSS radial light nodes */
 
        
        body, .sp-seo-pages h1, h2, h3, h4, h5, h6, p {
            font-family: Inter', sans-serif;
        }
         /* Banner Container Styling with high-performance CSS radial light nodes */
        .sp-seo-page-hero-banner {
            background-color: #f8fafc;
            background-image: radial-gradient(circle at 10% 20%, rgba(2, 132, 199, 0.05) 0%, transparent 40%), 
                              radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.05) 0%, transparent 40%);
            color: #0f172a;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid #e2e8f0;
        }

        /* Title & Typography Layout */
        .sp-seo-page-hero-title {
            font-size: 3.25rem;
            font-weight: 900;
            line-height: 1.15;
            letter-spacing: -0.03em;
            color: #0f172a;
            margin-bottom: 24px;
        }

        .sp-seo-page-hero-title span {
            background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sp-seo-page-hero-subtitle {
            font-size: 1.65rem;
            font-weight: 700;
            line-height: 1.4;
            color: #1e293b;
            margin-bottom: 24px;
            border-left: 4px solid #0284c7;
            padding-left: 18px;
            letter-spacing: -0.02em;
        }

        .sp-seo-page-hero-subtitle span {
            background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sp-seo-page-hero-description {
            font-size: 1.05rem;
            line-height: 1.75;
            color: #475569;
            margin-bottom: 35px;
        }

        /* High-converting standalone CTA Button (Replaces the input bar layout) */
        .sp-seo-page-audit-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #0284c7;
            color: #ffffff;
            font-weight: 700;
            font-size: 1.1rem;
            padding: 16px 36px;
            border-radius: 12px;
            text-decoration: none;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 6px 20px rgba(2, 132, 199, 0.25);
            border: none;
            cursor: pointer;
        }

        .sp-seo-page-audit-button:hover {
            background-color: #0369a1;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(2, 132, 199, 0.35);
        }

        .sp-seo-page-audit-button:active {
            transform: translateY(1px);
        }

        /* Right Side Trust Panel Design */
        .sp-seo-page-dashboard-panel {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.03), 0 1px 3px rgba(15, 23, 42, 0.01);
            position: relative;
        }

        .sp-seo-page-panel-label {
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #64748b;
            letter-spacing: 0.1em;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .sp-seo-page-panel-label::after {
            content: '';
            flex-grow: 1;
            height: 1px;
            background: #e2e8f0;
        }

        /* Custom Vertical Stack Layout (Each Card in its own Row) */
        .sp-seo-page-grid-layout {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 24px;
        }

        /* Dynamic trust item node - formatted as a clean row */
        .sp-seo-page-trust-card {
            background-color: #f8fafc;
            border: 1px solid #f1f5f9;
            border-radius: 12px;
            padding: 14px 20px;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }

        .sp-seo-page-trust-card:hover {
            transform: translateX(4px);
            background-color: #ffffff;
            border-color: rgba(2, 132, 199, 0.2);
            box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
        }

        .sp-seo-page-card-icon-container {
            width: 38px;
            height: 38px;
            background-color: rgba(2, 132, 199, 0.06);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0284c7;
            font-size: 1.05rem;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .sp-seo-page-trust-card:hover .sp-seo-page-card-icon-container {
            background-color: #0284c7;
            color: #ffffff;
        }

        .sp-seo-page-card-desc {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1e293b;
            line-height: 1.4;
            margin: 0;
        }

        /* High Visibility Testimonial Card Widget */
        .sp-seo-page-rating-banner {
            background-color: rgba(2, 132, 199, 0.04);
            border-left: 4px solid #0284c7;
            border-radius: 0 12px 12px 0;
            padding: 20px;
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .sp-seo-page-rating-content {
            flex-grow: 1;
        }

        .sp-seo-page-rating-stars {
            color: #d97706; /* High-contrast accessible gold */
            font-size: 0.95rem;
            margin-bottom: 6px;
            letter-spacing: 1.5px;
        }

        .sp-seo-page-rating-quote {
            font-size: 0.9rem;
            line-height: 1.45;
            color: #475569;
            margin: 0;
        }

        .sp-seo-page-rating-bold {
            font-weight: 700;
            color: #0f172a;
        }

        /* ==========================================
           About Us / Services Section Styling
           ========================================== */
        .sp-seo-page-about-section {
            background-color: #ffffff;
            padding: 80px 0;
            border-bottom: 1px solid #e2e8f0;
            position: relative;
        }

        /* Subtle section accent line for organic aesthetics */
        .sp-seo-page-about-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 10%;
            width: 80%;
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
        }

        .sp-seo-page-about-tagline {
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #0284c7;
            letter-spacing: 0.15em;
            margin-bottom: 12px;
            display: inline-block;
        }

        .sp-seo-page-about-main-title {
            font-size: 2.5rem;
            font-weight: 900;
            line-height: 1.25;
            letter-spacing: -0.02em;
            color: #0f172a;
            margin-bottom: 28px;
        }

        /* Custom brand highlight style for Webdesign Discovery */
        .sp-seo-page-about-brand-highlight {
            font-weight: 700;
            color: #0f172a;
            border-bottom: 2px solid #38bdf8;
            padding-bottom: 2px;
        }

        .sp-seo-page-about-body-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #475569;
            margin-bottom: 22px;
        }

        .sp-seo-page-about-body-text:last-of-type {
            margin-bottom: 0;
        }

        /* Stylized Quote/Accent card inside about content */
        .sp-seo-page-about-quote-box {
            background-color: #f8fafc;
            border-left: 4px solid #0284c7;
            padding: 24px;
            border-radius: 0 16px 16px 0;
            margin: 32px 0;
        }

        .sp-seo-page-about-quote-box p {
            font-size: 1.05rem;
            font-weight: 500;
            line-height: 1.7;
            color: #1e293b;
            margin: 0;
        }

        /* Advantages Panel Styling */
        .sp-seo-page-about-advantages-panel {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
            position: sticky;
            top: 40px;
        }

        .sp-seo-page-about-adv-title {
            font-size: 1.25rem;
            font-weight: 800;
            color: #0f172a;
            letter-spacing: -0.01em;
            margin-bottom: 28px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .sp-seo-page-about-adv-title i {
            color: #16a34a;
            font-size: 1.4rem;
        }

        .sp-seo-page-about-adv-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        /* Individual Advantage Nodes */
        .sp-seo-page-about-adv-node {
            background: #ffffff;
            border: 1px solid #edf2f7;
            border-radius: 14px;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 16px;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .sp-seo-page-about-adv-node:hover {
            transform: translateY(-2px);
            border-color: rgba(22, 163, 74, 0.3);
            box-shadow: 0 8px 20px rgba(22, 163, 74, 0.06);
        }

        .sp-seo-page-about-adv-check-container {
            width: 32px;
            height: 32px;
            background-color: rgba(22, 163, 74, 0.08);
            color: #16a34a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            flex-shrink: 0;
            transition: all 0.2s ease;
        }

        .sp-seo-page-about-adv-node:hover .sp-seo-page-about-adv-check-container {
            background-color: #16a34a;
            color: #ffffff;
        }

        .sp-seo-page-about-adv-text {
            font-size: 1rem;
            font-weight: 700;
            color: #1e293b;
            margin: 0;
        }

        /* Adaptability and Layout Adjustments */
        @media (max-width: 1200px) {
            .sp-seo-page-hero-title {
                font-size: 2.85rem;
            }
            .sp-seo-page-hero-subtitle {
                font-size: 1.45rem;
            }
            .sp-seo-page-about-main-title {
                font-size: 2.25rem;
            }
        }

        @media (max-width: 991px) {
            .sp-seo-page-hero-banner {
                padding: 70px 0;
            }
            .sp-seo-page-hero-title {
                font-size: 2.5rem;
            }
            .sp-seo-page-dashboard-panel {
                margin-top: 50px;
                padding: 30px;
            }
            .sp-seo-page-about-section {
                padding: 70px 0;
            }
            .sp-seo-page-about-advantages-panel {
                margin-top: 50px;
                padding: 30px;
            }
        }

        @media (max-width: 575px) {
            .sp-seo-page-hero-title {
                font-size: 2.15rem;
            }
            .sp-seo-page-hero-subtitle {
                font-size: 1.25rem;
                padding-left: 12px;
            }
            .sp-seo-page-search-container {
                padding: 6px;
            }
            .sp-seo-page-input-wrapper {
                flex-direction: column;
                gap: 12px;
            }
            .sp-seo-page-search-input {
                padding: 12px 16px 12px 40px;
                border: 1px solid #cbd5e1;
                border-radius: 8px;
            }
            .sp-seo-page-search-icon {
                top: 15px;
                left: 14px;
            }
            .sp-seo-page-search-button {
                width: 100%;
                justify-content: center;
                padding: 14px;
            }
            .sp-seo-page-rating-banner {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
            .sp-seo-page-about-main-title {
                font-size: 1.85rem;
            }
            .sp-seo-page-about-advantages-panel {
                padding: 20px;
            }
            .sp-seo-page-about-quote-box {
                padding: 18px;
            }
        }