/* =========================================================================
   GLOBAL OVERRIDES: TRUE LINKEDIN AESTHETIC + TWICSY LAYOUT
   ========================================================================= */

:root {
    /* Exact LinkedIn Colors */
    --li-blue: #0a66c2;
    --li-blue-hover: #004182;
    --li-blue-light: #eff3f8;
    /* Very light blue for selection */
    --li-bg: #ffffff;
    /* Pure White Background */

    /* Text & Accents */
    --li-text-primary: rgba(0, 0, 0, 0.9);
    --li-text-secondary: rgba(0, 0, 0, 0.6);
    --li-border: #e1e9ee;

    /* Cards & Shadows - Flatter for LinkedIn */
    --card-bg: #ffffff;
    --card-radius: 8px;
    /* LinkedIn uses tighter border radii, not circles */
    --premium-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    /* Very subtle */
}

/* -------------------------------------------------------------------------
   1. GLOBAL RESETS & TYPOGRAPHY
------------------------------------------------------------------------- */
body {
    background-color: var(--li-bg) !important;
    font-family: "Plus Jakarta Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: var(--li-text-primary);
    -webkit-font-smoothing: antialiased;
}

/* Force Kadence Wrappers to adopt background */
#page,
.site {
    background: transparent !important;
}

/* -------------------------------------------------------------------------
   2. HEADER & FOOTER OVERHAUL - Strict LinkedIn Look
------------------------------------------------------------------------- */
/* Header Solid White */
#masthead {
    background: #ffffff !important;
    border-bottom: 1px solid var(--li-border) !important;
    box-shadow: none !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Navigation Links */
#masthead .menu-item a {
    font-weight: 600 !important;
    color: var(--li-text-secondary) !important;
    font-size: 14px !important;
    transition: color 0.1s ease;
}

#masthead .menu-item a:hover {
    color: var(--li-text-primary) !important;
}

/* -------------------------------------------------------------------------
   3. PRODUCT PAGE - HERO AREA (Centered, Minimal Image Focus)
------------------------------------------------------------------------- */
.single-product .site-main {
    padding-top: 40px !important;
    max-width: 900px;
    /* Tighter layout like Twicsy */
    margin: 0 auto;
}

/* Clean up Kadence Default Elements */
.woocommerce-breadcrumb,
.product_meta,
.woocommerce-product-rating {
    display: none !important;
    /* Hide clutter for cleaner hero */
}

/* The Main Product Wrapper */
.single-product div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: transparent !important;
}

/* Crack open the summary container so its children can be reordered with the gallery */
.single-product div.product .summary.entry-summary {
    display: contents !important;
}

/* Hide native Add to Cart Button since we created a custom one */
button.single_add_to_cart_button {
    display: none !important;
}

/* 1. Massive Modern Title - ABSOLUTE TOP */
.single-product div.product h1.product_title {
    order: 1 !important;
    width: 100%;
    text-align: center;
    font-size: 64px !important;
    /* Massively enlarged */
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -1.5px;
    margin-bottom: 5px !important;
    color: var(--li-text-primary) !important;
    font-family: inherit !important;
}

/* Gradient text injection for 'Linkedin Followers' */
.single-product div.product h1.product_title span.linkedin-gradient {
    background: linear-gradient(90deg, #0a66c2, #004182);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* 2. Short Description - UNDER TITLE */
.single-product div.product .woocommerce-product-details__short-description {
    order: 2 !important;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: var(--li-text-secondary);
    max-width: 600px;
    margin: 0 auto 10px auto;
    font-weight: 400;
}

/* 3. Product Image Floating Card - MINIMIZED */
.single-product div.product .woocommerce-product-gallery {
    order: 3 !important;
    width: 130px !important;
    /* Extremely minimized to act as a badge */
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 5px auto 15px auto;
}

.woocommerce-product-gallery img {
    border-radius: 6px !important;
    box-shadow: var(--premium-shadow) !important;
    border: 1px solid var(--li-border) !important;
}

/* Price Display Hidden (We rely on cards) */
.single-product div.product p.price {
    display: none !important;
}

/* 4. The Custom Cards Wrapper - BELOW IMAGE */
.pf-premium-cards-wrapper {
    order: 4 !important;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------
   4. RELATED PRODUCTS OVERRIDE (Minimize Images)
------------------------------------------------------------------------- */
.related.products {
    order: 6 !important;
    /* Force to absolute bottom */
    width: 100%;
    margin-top: 60px !important;
    background: var(--card-bg) !important;
    padding: 40px !important;
    border-radius: var(--card-radius);
    border: 1px solid var(--li-border);
    box-shadow: var(--premium-shadow);
}

.related.products h2 {
    text-align: center;
    font-size: 24px !important;
    margin-bottom: 30px !important;
    color: var(--li-text-primary);
}

.related.products .product {
    text-align: center;
}

.related.products .product img {
    width: 80px !important;
    /* Drastically minimize related product images */
    height: 80px !important;
    object-fit: contain;
    margin: 0 auto 15px auto !important;
    border-radius: 8px;
    border: 1px solid var(--li-border);
    padding: 5px;
}

.related.products .product .woocommerce-loop-product__title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--li-blue) !important;
}

.related.products .product .price,
.related.products .product .button {
    display: none !important;
    /* Hide price and add to cart on related products, keep it clean */
}


/* -------------------------------------------------------------------------
   5. SEO CONTENT & TABS (LinkedIn White Card Styling)
------------------------------------------------------------------------- */
.woocommerce-tabs {
    order: 5 !important;
    /* Force below the cards */
    margin-top: 60px !important;
    width: 100% !important;
}

/* Hide the ugly standard tabs */
.woocommerce-tabs ul.tabs {
    display: none !important;
}

/* The massive content box - Specifically for Product SEO text */
.woocommerce-Tabs-panel--description,
.single-product .entry-content {
    background: var(--card-bg) !important;
    padding: 50px !important;
    border-radius: var(--card-radius);
    box-shadow: var(--premium-shadow);
    border: 1px solid var(--li-border);
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: var(--li-text-secondary);
    max-width: 900px;
    margin: 0 auto;
}

/* Ensure Homepage Wrapper is completely transparent and full-width to allow Hero sections to shine */
.home .entry-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 100% !important;
}

/* Adjust wrapper padding as requested */
.entry-content-wrap {
    padding: 1rem 2rem !important;
}

.content-area {
    padding: 1rem !important;
    margin-top: 1rem !important;
}

/* Headings within SEO Text */
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.entry-content h2,
.entry-content h3 {
    color: var(--li-text-primary) !important;
    font-weight: 600 !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    letter-spacing: -0.3px;
    font-size: 24px !important;
}

/* Custom Checkmark Lists (LinkedIn Blue) */
.woocommerce-Tabs-panel--description ul,
.entry-content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 20px;
}

.woocommerce-Tabs-panel--description ul li,
.entry-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 400;
}

.woocommerce-Tabs-panel--description ul li::before,
.entry-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--li-blue);
    /* Flat blue icon */
    background: transparent;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

/* Hyperlinks in body */
.woocommerce-Tabs-panel--description a,
.entry-content a {
    color: var(--li-blue) !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.woocommerce-Tabs-panel--description a:hover,
.entry-content a:hover {
    text-decoration: underline !important;
}

/* -------------------------------------------------------------------------
   6. RESPONSIVE MOBILE TWEAKS
------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .single-product div.product {
        gap: 20px;
        padding: 0 15px;
    }

    .single-product div.product h1.product_title {
        font-size: 28px !important;
    }

    .woocommerce-Tabs-panel--description,
    .entry-content {
        padding: 25px !important;
        margin: 0 15px;
    }
}

/* =========================================================================
   PREMIUM HERO SECTION STYLES
   ========================================================================= */
.pf-premium-hero-section {
    position: relative;
    padding: 120px 20px 80px 20px;
    background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 50%, #eff3f8 100%);
    color: #111827;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-top: -1px;
}

.pf-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.pf-hero-glow {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(10, 102, 194, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
}

.pf-hero-glow-alt {
    position: absolute;
    bottom: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
}

.pf-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.pf-hero-content-column {
    flex: 1;
    min-width: 300px;
}

.pf-hero-image-column {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.pf-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(10, 102, 194, 0.08);
    border: 1px solid rgba(10, 102, 194, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #0a66c2;
}

.pf-badge-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ade80;
}

.pf-hero-headline {
    font-size: 68px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: -2px !important;
    color: #111827 !important;
}

.pf-hero-headline .transparent-stroke {
    -webkit-text-stroke: 2px #1983f1c4 !important;
    color: transparent;
}

.pf-hero-headline .solid-gradient {
    background: linear-gradient(90deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pf-hero-subtitle {
    font-size: 20px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    max-width: 500px;
    line-height: 1.6 !important;
    margin-bottom: 40px !important;
}

.pf-hero-cta-group {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pf-hero-cta-group a.pf-btn {
    background: var(--li-blue, #0a66c2) !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 18px 36px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    transition: all 0.3s !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(10, 102, 194, 0.4) !important;
    display: inline-block;
}

.pf-hero-cta-group a.pf-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(10, 102, 194, 0.6) !important;
}

.pf-hero-cta-group a.pf-btn-outline {
    background: transparent !important;
    color: #111827 !important;
    border: 1px solid #e1e9ee !important;
    padding: 18px 36px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    display: inline-block;
}

.pf-hero-cta-group a.pf-btn-outline:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.pf-hero-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e1e9ee;
}

.pf-avatars {
    display: flex;
}

.pf-avatars img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    margin-left: -10px;
}

.pf-avatars img:first-child {
    margin-left: 0;
}

.pf-trust-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.pf-trust-text strong {
    color: #fff;
}

/* Glassmorphism Card Info */
.pf-glass-card {
    background: #ffffff;
    /* backdrop-filter removed for light theme */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
    transition: transform 0.5s;
    width: 100%;
}

.pf-glass-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.pf-glass-header {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    display: flex;
    gap: 8px;
}

.pf-glass-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.pf-glass-dot.red {
    background: #ef4444;
}

.pf-glass-dot.yellow {
    background: #eab308;
}

.pf-glass-dot.green {
    background: #22c55e;
}

.pf-glass-body {
    padding: 40px;
}

.pf-glass-body h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    background: linear-gradient(135deg, #111827, #374151) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.pf-glass-body p {
    color: #94a3b8 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.pf-mock-stats {
    display: flex;
    gap: 30px;
    background: #f0f5ff;
    padding: 20px;
    border-radius: 16px;
}

.pf-mock-stat-item {
    display: flex;
    flex-direction: column;
}

.pf-stat-num {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #5fa4f9 !important;
}

.pf-stat-label {
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}




@media (max-width: 991px) {
    .pf-hero-headline {
        font-size: 48px !important;
    }

    .pf-glass-card {
        transform: none;
    }
}

@media (max-width: 768px) {
    .pf-hero-headline {
        font-size: 40px !important;
    }

    .pf-hero-container {
        gap: 40px;
        flex-direction: column;
    }

    .pf-btn,
    .pf-btn-outline {
        width: 100%;
        text-align: center;
    }

    .pf-premium-hero-section {
        padding: 80px 15px 40px 15px;
    }
}


/* =========================================================================
   PREMIUM HERO SECTION STYLES
   ========================================================================= */
.pf-premium-hero-section {
    position: relative;
    padding: 120px 20px 80px 20px;
    background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 50%, #eff3f8 100%);
    color: #111827;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-top: -1px;
}

.pf-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.pf-hero-glow {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(10, 102, 194, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
}

.pf-hero-glow-alt {
    position: absolute;
    bottom: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
}

.pf-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.pf-hero-content-column {
    flex: 1;
    min-width: 300px;
}

.pf-hero-image-column {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.pf-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(10, 102, 194, 0.08);
    border: 1px solid rgba(10, 102, 194, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #0a66c2;
}

.pf-badge-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ade80;
}

.pf-hero-headline {
    font-size: 68px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: -2px !important;
    color: #111827 !important;
}

.pf-hero-headline .transparent-stroke {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
    color: transparent;
}

.pf-hero-headline .solid-gradient {
    background: linear-gradient(90deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pf-hero-subtitle {
    font-size: 20px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    max-width: 500px;
    line-height: 1.6 !important;
    margin-bottom: 40px !important;
}

.pf-hero-cta-group {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pf-hero-cta-group a.pf-btn {
    background: var(--li-blue, #0a66c2) !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 18px 36px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    transition: all 0.3s !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(10, 102, 194, 0.4) !important;
    display: inline-block;
}

.pf-hero-cta-group a.pf-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(10, 102, 194, 0.6) !important;
}

.pf-hero-cta-group a.pf-btn-outline {
    background: transparent !important;
    color: #111827 !important;
    border: 1px solid #e1e9ee !important;
    padding: 18px 36px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    display: inline-block;
}

.pf-hero-cta-group a.pf-btn-outline:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.pf-hero-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e1e9ee;
}

.pf-avatars {
    display: flex;
}

.pf-avatars img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    margin-left: -10px;
}

.pf-avatars img:first-child {
    margin-left: 0;
}

.pf-trust-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.pf-trust-text strong {
    color: #fff;
}

/* Glassmorphism Card Info */
.pf-glass-card {
    background: #ffffff;
    /* backdrop-filter removed for light theme */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
    transition: transform 0.5s;
    width: 100%;
}

.pf-glass-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.pf-glass-header {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    display: flex;
    gap: 8px;
}

.pf-glass-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.pf-glass-dot.red {
    background: #ef4444;
}

.pf-glass-dot.yellow {
    background: #eab308;
}

.pf-glass-dot.green {
    background: #22c55e;
}

.pf-glass-body {
    padding: 40px;
}

.pf-glass-body h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    background: linear-gradient(135deg, #111827, #374151) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.pf-glass-body p {
    color: #94a3b8 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.pf-mock-stats {
    display: flex;
    gap: 30px;
    background: #f0f5ff;
    padding: 20px;
    border-radius: 16px;
}

.pf-mock-stat-item {
    display: flex;
    flex-direction: column;
}

.pf-stat-num {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #fff !important;
}

.pf-stat-label {
    font-size: 12px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

@media (max-width: 991px) {
    .pf-hero-headline {
        font-size: 48px !important;
    }

    .pf-glass-card {
        transform: none;
    }
}

@media (max-width: 768px) {
    .pf-hero-headline {
        font-size: 40px !important;
    }

    .pf-hero-container {
        gap: 40px;
        flex-direction: column;
    }

    .pf-btn,
    .pf-btn-outline {
        width: 100%;
        text-align: center;
    }

    .pf-premium-hero-section {
        padding: 80px 15px 40px 15px;
    }
}

/* =========================================================================
   HOMEPAGE LIGHT THEME
   ========================================================================= */

/* Homepage background is light */
body.home {
    background-color: #ffffff !important;
}

.pf-dark-theme-wrapper {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-bottom: 80px;
}

.pf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pf-section-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.pf-section-subtitle {
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 60px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Stats Section */
.pf-premium-stats-section {
    padding: 80px 0;
    border-bottom: 1px solid #e1e9ee;
}

.pf-stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.pf-stats-col {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pf-glass-stat {
    background: #f8f9fa;
    border: 1px solid #e1e9ee;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pf-glass-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pf-glass-stat .pf-stat-number {
    font-size: 42px;
    font-weight: 900;
    color: #0a66c2;
    margin-bottom: 10px;
}

.pf-glass-stat .pf-stat-text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.pf-stats-images {
    flex: 1;
    min-width: 300px;
    position: relative;
    padding-bottom: 100px;
}

.pf-img-main {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pf-img-overlay {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 50%;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Features Section */
.pf-features-section {
    padding: 80px 0;
}

.pf-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -30px;
}

.pf-feature-card {
    flex: 1;
    min-width: 250px;
    background: #ffffff;
    border: 1px solid #e1e9ee;
    padding: 40px 30px;
    border-radius: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.pf-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.pf-feature-icon {
    font-size: 60px;
    font-weight: 900;
    color: rgba(10, 102, 194, 0.1);
    margin-bottom: 20px;
    line-height: 1;
}

.pf-feature-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 15px !important;
}

.pf-feature-text {
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 1.6 !important;
}

/* Infographic Light Mode */
#li-infographic-container {
    color: rgba(0, 0, 0, 0.9) !important;
    background: #ffffff !important;
}

#li-infographic-container .li-card {
    background: #ffffff !important;
    border: 1px solid #e1e9ee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

#li-infographic-container h2,
#li-infographic-container h3,
#li-infographic-container h4 {
    color: rgba(0, 0, 0, 0.9) !important;
}

#li-infographic-container p.text-gray-700,
#li-infographic-container p.text-gray-600,
#li-infographic-container p.text-gray-500,
#li-infographic-container ul.text-gray-700 {
    color: rgba(0, 0, 0, 0.6) !important;
}

#li-infographic-container .flow-line {
    background-color: #0a66c2 !important;
}

#li-infographic-container .flow-item {
    border-color: #e1e9ee !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

#li-infographic-container .flow-item strong {
    color: rgba(0, 0, 0, 0.9) !important;
}

#li-infographic-container .flow-item p {
    color: rgba(0, 0, 0, 0.6) !important;
}

/* Packages Grid Styling */
.pf-packages-section {
    padding: 80px 0;
    text-align: center;
}

.pf-packages-section h2.wp-block-heading {
    color: #111827 !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.pf-packages-section .wp-block-woocommerce-product-collection {
    background: transparent !important;
}

.pf-packages-section ul.wc-block-grid__products {
    gap: 30px !important;
}

.pf-packages-section li.wc-block-grid__product {
    background: #ffffff !important;
    border: 1px solid #e1e9ee !important;
    border-radius: 16px !important;
    padding: 20px !important;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.pf-packages-section li.wc-block-grid__product:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #0a66c2 !important;
}

.pf-packages-section .wc-block-grid__product-title {
    color: #111827 !important;
    font-weight: 700 !important;
}

.pf-packages-section .wc-block-grid__product-price {
    color: rgba(0, 0, 0, 0.6) !important;
}

.pf-packages-section .wp-block-button__link {
    background: #0a66c2 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}

/* Search Bar Light */
.pf-search-section {
    background: linear-gradient(135deg, rgba(10, 102, 194, 0.05), #eff3f8) !important;
    border-top: 1px solid #e1e9ee;
    border-bottom: 1px solid #e1e9ee;
    padding: 80px 20px;
    text-align: center;
}

.pf-search-section h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #111827 !important;
}

.pf-search-section p {
    color: rgba(0, 0, 0, 0.6) !important;
}

.dgwt-wcas-search-form {
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ Light */
.cust-accdn {
    background-color: transparent !important;
    padding: 80px 15px !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.cust-accdn h2 {
    color: #111827 !important;
}

.cust-accdn p.intro {
    color: rgba(0, 0, 0, 0.6) !important;
}

.cust-accdn details {
    background-color: #ffffff !important;
    border: 1px solid #e1e9ee !important;
}

.cust-accdn summary {
    color: #111827 !important;
}

.cust-accdn .accordion-content {
    border-top: 1px solid #e1e9ee !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.cust-accdn .accordion-icon {
    color: #0a66c2 !important;
}

/* Bottom CTA Banner - Keep vibrant LinkedIn Blue */
.pf-cta-banner {
    background: linear-gradient(135deg, #0a66c2, #004182);
    padding: 100px 20px;
    text-align: center;
    border-radius: 24px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.pf-cta-bg-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.pf-cta-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.pf-cta-tag {
    color: #93c5fd;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.pf-cta-title {
    font-size: 42px !important;
    color: #fff !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.pf-cta-desc {
    color: #e0e7ff;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.pf-cta-btn {
    background: #fff;
    color: #0a66c2 !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pf-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* WooCommerce Product Cards */
.pf-packages-section .wp-block-woocommerce-product-collection li {
    background: #ffffff !important;
    border: 1px solid #e1e9ee !important;
    border-radius: 16px !important;
    padding: 20px !important;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.pf-packages-section .wp-block-woocommerce-product-collection li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #0a66c2 !important;
}

.pf-packages-section .wp-block-woocommerce-product-collection li .wp-block-post-title,
.pf-packages-section .wp-block-woocommerce-product-collection li .wp-block-post-title a {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.pf-packages-section .wp-block-woocommerce-product-collection li .wp-block-woocommerce-product-price {
    color: rgba(0, 0, 0, 0.6) !important;
}

.pf-packages-section .wp-block-woocommerce-product-collection li .wp-block-button__link {
    background: #0a66c2 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
}

/* Entry content wrap padding */
.entry-content-wrap {
    padding: 0 !important;
}

.content-area {
    padding: 0 !important;
    margin-top: 1rem !important;
}