    /* ─── Premium Features CSS overrides ─────────────────────────────────── */
    .post-type-archive-feature {
        background-color: #f8fafc;
    }

    /* Hero Section */
    .post-type-archive-feature .hero-section {
        background: linear-gradient(135deg, #0b1528 0%, #0f172a 50%, #172554 100%);
        color: white;
        padding: 6rem 0 5rem;
        position: relative;
        overflow: hidden;
    }
    .post-type-archive-feature .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            radial-gradient(circle at 85% 20%, rgba(14, 165, 164, 0.22) 0%, transparent 60%),
            radial-gradient(circle at 15% 85%, rgba(99, 102, 241, 0.18) 0%, transparent 60%),
            linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
        background-size: 100% 100%, 100% 100%, 32px 32px, 32px 32px;
        pointer-events: none;
    }
    .post-type-archive-feature .hero-shell {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
        gap: 4rem;
        align-items: center;
    }
    .post-type-archive-feature .hero-content h1 {
        font-family: 'Sora', sans-serif;
        font-size: clamp(2.25rem, 3.8vw, 3.25rem);
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin: 0;
        margin-bottom: 1.5rem;
        color: #ffffff;
    }
    .post-type-archive-feature .hero-content p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 1.25rem;
        color: #94a3b8;
        line-height: 1.7;
        margin-bottom: 2.5rem;
        max-width: 620px;
    }
    .post-type-archive-feature .guide-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: linear-gradient(90deg, rgba(14, 165, 164, 0.12), rgba(79, 70, 229, 0.12));
        color: #2dd4bf;
        padding: 0.4rem 1rem;
        border-radius: 99px;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(20, 184, 166, 0.25);
    }
    .post-type-archive-feature .guide-eyebrow .pulse-dot {
        width: 6px;
        height: 6px;
        background-color: #2dd4bf;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.7);
        animation: eyebrow-pulse 2s infinite;
    }
    
    @keyframes eyebrow-pulse {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.7);
        }
        70% {
            transform: scale(1);
            box-shadow: 0 0 0 6px rgba(45, 212, 191, 0);
        }
        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(45, 212, 191, 0);
    }
}

.feature-hud-version {
    color: rgba(255, 255, 255, 0.4);
    font-family: monospace;
    font-size: 0.75rem;
}

.feature-link-icon {
    margin-left: 2px;
}

.library-card-badge {
    margin-bottom: 0.75rem;
}

.no-results-icon {
    margin: 0 auto 1.25rem;
    color: var(--slate-300);
}

.no-results-title {
    margin: 0;
    color: var(--navy-900);
    font-weight: 600;
}

.no-results-copy {
    margin: 0.35rem 0 0;
    color: var(--slate-500);
    font-size: 0.95rem;
}

    /* HUD Dashboard Widget */
    .post-type-archive-feature .hud-widget {
        background: rgba(15, 23, 42, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(16px);
        border-radius: 24px;
        padding: 2rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
        position: relative;
    }
    .post-type-archive-feature .hud-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding-bottom: 1rem;
    }
    .post-type-archive-feature .hud-status {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.75rem;
        color: #94a3b8;
        font-family: monospace;
        letter-spacing: 0.05em;
    }
    .post-type-archive-feature .hud-status .live-indicator {
        width: 8px;
        height: 8px;
        background-color: #2dd4bf;
        border-radius: 50%;
        position: relative;
    }
    .post-type-archive-feature .hud-status .live-indicator::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        border: 2px solid #2dd4bf;
        animation: hud-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    
    @keyframes hud-ping {
        0% { transform: scale(1); opacity: 1; }
        100% { transform: scale(2.5); opacity: 0; }
    }
    .post-type-archive-feature .hud-body {
        display: grid;
        gap: 1.25rem;
    }
    .post-type-archive-feature .hud-nodes-container {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        position: relative;
    }
    .post-type-archive-feature .hud-node {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.04);
        padding: 0.75rem 1rem;
        border-radius: 12px;
        font-size: 0.85rem;
        color: #e2e8f0;
        transition: all 0.3s ease;
    }
    .post-type-archive-feature .hud-node:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(45, 212, 191, 0.2);
    }
    .post-type-archive-feature .hud-node-label {
        display: flex;
        align-items: center;
        gap: 0.65rem;
    }
    .post-type-archive-feature .hud-node-icon {
        width: 1.25rem;
        height: 1.25rem;
        color: #2dd4bf;
    }
    .post-type-archive-feature .hud-node-value {
        font-family: monospace;
        font-size: 0.8rem;
        color: #818cf8;
    }
    .post-type-archive-feature .hud-connector {
        position: absolute;
        left: 1.6rem;
        width: 2px;
        background: linear-gradient(180deg, #2dd4bf 0%, #818cf8 100%);
        top: 1.5rem;
        bottom: 1.5rem;
        opacity: 0.15;
        z-index: 0;
    }
    .post-type-archive-feature .hud-stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 0.5rem;
    }
    .post-type-archive-feature .hud-stat-box {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.04);
        padding: 1rem;
        border-radius: 14px;
        text-align: center;
    }
    .post-type-archive-feature .hud-stat-box h4 {
        font-size: 0.75rem;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0 0 0.25rem;
        font-weight: 500;
    }
    .post-type-archive-feature .hud-stat-box p {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin: 0;
        font-family: 'Sora', sans-serif;
    }

    /* Core Features Section */
    .post-type-archive-feature .features-section {
        padding: 6.5rem 0;
    }
    .post-type-archive-feature .section-title {
        max-width: 800px;
        margin: 0 auto 4rem;
        text-align: center;
    }
    .post-type-archive-feature .section-title h2 {
        font-family: 'Sora', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--navy-900);
        margin-bottom: 1.25rem;
        letter-spacing: -0.02em;
    }
    .post-type-archive-feature .section-title p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 1.2rem;
        color: var(--slate-600);
        line-height: 1.65;
    }

    .post-type-archive-feature .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 2rem;
    }
    .post-type-archive-feature .feature-card {
        background: white;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 24px;
        padding: 2.25rem;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.02), 0 2px 6px -1px rgba(15, 23, 42, 0.01);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
    }
    .post-type-archive-feature .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #2dd4bf, #6366f1);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .post-type-archive-feature .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(99, 102, 241, 0.15);
        border-color: rgba(99, 102, 241, 0.15);
    }
    .post-type-archive-feature .feature-card:hover::before {
        transform: scaleX(1);
    }
    
    .post-type-archive-feature .feature-icon-wrapper {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        transition: all 0.4s ease;
        position: relative;
        z-index: 1;
    }
    .post-type-archive-feature .feature-icon-wrapper svg {
        width: 1.75rem;
        height: 1.75rem;
        transition: transform 0.3s ease;
    }
    .post-type-archive-feature .feature-card:hover .feature-icon-wrapper svg {
        transform: scale(1.1);
    }

    /* Card Themes */
    .post-type-archive-feature .feature-card.crm .feature-icon-wrapper {
        background: rgba(99, 102, 241, 0.08);
        color: #6366f1;
        border: 1px solid rgba(99, 102, 241, 0.15);
    }
    .post-type-archive-feature .feature-card.crm:hover .feature-icon-wrapper {
        background: #6366f1;
        color: white;
        box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
    }

    .post-type-archive-feature .feature-card.field .feature-icon-wrapper {
        background: rgba(16, 185, 129, 0.08);
        color: #10b981;
        border: 1px solid rgba(16, 185, 129, 0.15);
    }
    .post-type-archive-feature .feature-card.field:hover .feature-icon-wrapper {
        background: #10b981;
        color: white;
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
    }

    .post-type-archive-feature .feature-card.billing .feature-icon-wrapper {
        background: rgba(245, 158, 11, 0.08);
        color: #f59e0b;
        border: 1px solid rgba(245, 158, 11, 0.15);
    }
    .post-type-archive-feature .feature-card.billing:hover .feature-icon-wrapper {
        background: #f59e0b;
        color: white;
        box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
    }

    .post-type-archive-feature .feature-card.ops .feature-icon-wrapper {
        background: rgba(14, 165, 164, 0.08);
        color: #0ea5a4;
        border: 1px solid rgba(14, 165, 164, 0.15);
    }
    .post-type-archive-feature .feature-card.ops:hover .feature-icon-wrapper {
        background: #0ea5a4;
        color: white;
        box-shadow: 0 8px 20px rgba(14, 165, 164, 0.3);
    }

    .post-type-archive-feature .feature-card.visibility .feature-icon-wrapper {
        background: rgba(139, 92, 246, 0.08);
        color: #8b5cf6;
        border: 1px solid rgba(139, 92, 246, 0.15);
    }
    .post-type-archive-feature .feature-card.visibility:hover .feature-icon-wrapper {
        background: #8b5cf6;
        color: white;
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
    }

    /* Badges */
    .post-type-archive-feature .card-badge {
        display: inline-block;
        padding: 0.25rem 0.65rem;
        border-radius: 99px;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 1rem;
        align-self: flex-start;
    }
    .post-type-archive-feature .badge-crm { background: rgba(99, 102, 241, 0.08); color: #6366f1; }
    .post-type-archive-feature .badge-field { background: rgba(16, 185, 129, 0.08); color: #10b981; }
    .post-type-archive-feature .badge-billing { background: rgba(245, 158, 11, 0.08); color: #f59e0b; }
    .post-type-archive-feature .badge-ops { background: rgba(14, 165, 164, 0.08); color: #0ea5a4; }
    .post-type-archive-feature .badge-visibility { background: rgba(139, 92, 246, 0.08); color: #8b5cf6; }
    .post-type-archive-feature .badge-governance { background: rgba(100, 116, 139, 0.08); color: #64748b; }

    .post-type-archive-feature .feature-card h3 {
        font-family: 'Sora', sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }
    .post-type-archive-feature .feature-card h3 a {
        color: var(--navy-900);
        transition: color 0.2s ease;
    }
    .post-type-archive-feature .feature-card h3 a:hover {
        color: #6366f1;
    }
    .post-type-archive-feature .feature-card p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 0.98rem;
        color: var(--slate-600);
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    .post-type-archive-feature .feature-card p.feature-meta {
        font-size: 0.88rem;
        color: var(--slate-500);
        border-top: 1px solid rgba(148, 163, 184, 0.08);
        padding-top: 1.25rem;
        margin-top: auto;
        margin-bottom: 1.5rem;
        line-height: 1.55;
    }
    .post-type-archive-feature .feature-link {
        font-size: 0.95rem;
        color: #6366f1;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: all 0.2s ease;
    }
    .post-type-archive-feature .feature-card:hover .feature-link {
        color: #4f46e5;
        transform: translateX(4px);
    }

    /* Complete Feature Library Section */
    .post-type-archive-feature .additional-features-section {
        background-color: var(--slate-50);
        padding: 6.5rem 0;
        border-top: 1px solid var(--slate-200);
        border-bottom: 1px solid var(--slate-200);
    }
    
    /* Search & Filter UI */
    .post-type-archive-feature .filter-wrapper {
        background: white;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 24px;
        padding: 1.75rem;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
        margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .post-type-archive-feature .search-row {
        position: relative;
        width: 100%;
    }
    .post-type-archive-feature .search-input {
        width: 100%;
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 14px;
        padding: 0.85rem 1rem 0.85rem 3rem;
        font-size: 1rem;
        font-family: inherit;
        color: var(--navy-900);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
        transition: all 0.2s ease;
    }
    .post-type-archive-feature .search-input:focus {
        outline: none;
        border-color: var(--teal-500);
        box-shadow: 0 0 0 4px rgba(14, 165, 164, 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.02);
    }
    .post-type-archive-feature .search-icon {
        position: absolute;
        left: 1.15rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--slate-400);
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
    }
    .post-type-archive-feature .search-clear {
        position: absolute;
        right: 1.15rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--slate-400);
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1;
        padding: 0.25rem;
        border-radius: 50%;
        transition: color 0.15s ease;
    }
    .post-type-archive-feature .search-clear:hover {
        color: var(--navy-900);
    }
    .post-type-archive-feature .filter-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
    }
    .post-type-archive-feature .filter-pill {
        background: var(--slate-100);
        border: 1px solid rgba(148, 163, 184, 0.06);
        color: var(--slate-700);
        padding: 0.55rem 1.25rem;
        border-radius: 99px;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .post-type-archive-feature .filter-pill:hover {
        background: rgba(14, 165, 164, 0.08);
        color: var(--teal-600);
    }
    .post-type-archive-feature .filter-pill.active {
        background: var(--teal-600);
        color: white;
        border-color: var(--teal-600);
        box-shadow: 0 4px 14px rgba(14, 165, 164, 0.3);
    }
    .post-type-archive-feature .filter-pill .pill-count {
        font-size: 0.72rem;
        opacity: 0.8;
        background: rgba(15, 23, 42, 0.08);
        color: var(--slate-700);
        padding: 0.15rem 0.45rem;
        border-radius: 99px;
        font-weight: 700;
        transition: all 0.2s ease;
    }
    .post-type-archive-feature .filter-pill.active .pill-count {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .post-type-archive-feature .library-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
        gap: 1.75rem;
        transition: all 0.3s ease;
    }
    .post-type-archive-feature .library-card {
        background: white;
        border: 1px solid rgba(148, 163, 184, 0.1);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.01);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
    }
    .post-type-archive-feature .library-card:hover {
        border-color: var(--teal-400);
        box-shadow: 0 15px 30px -10px rgba(15, 23, 42, 0.08);
        transform: translateY(-4px);
    }
    .post-type-archive-feature .library-card h4 {
        font-family: 'Sora', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--navy-900);
        margin: 0 0 0.5rem;
    }
    .post-type-archive-feature .library-card p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 0.95rem;
        color: var(--slate-600);
        line-height: 1.55;
        margin: 0;
    }
    .post-type-archive-feature .library-card a {
        color: var(--teal-600);
        font-weight: 600;
        margin-top: auto;
        padding-top: 1.25rem;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        font-size: 0.88rem;
        align-self: flex-start;
        transition: color 0.15s ease;
    }
    .post-type-archive-feature .library-card a:hover {
        color: var(--teal-700);
        text-decoration: underline;
    }
    .post-type-archive-feature .library-card.hidden {
        display: none !important;
    }
    .post-type-archive-feature .no-results {
        grid-column: 1 / -1;
        text-align: center;
        padding: 5rem 2rem;
        background: white;
        border: 1px dashed rgba(148, 163, 184, 0.25);
        border-radius: 24px;
        color: var(--slate-500);
        font-size: 1rem;
        display: none;
    }

    /* Product Evidence Section */
    .post-type-archive-feature .product-evidence-section {
        padding: 6.5rem 0;
    }
    .post-type-archive-feature .evidence-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.25rem;
    }
    .post-type-archive-feature .evidence-card {
        background: white;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 24px;
        padding: 2.5rem;
        box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.02);
        position: relative;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .post-type-archive-feature .evidence-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 35px rgba(15, 23, 42, 0.05);
        border-color: var(--teal-300);
    }
    .post-type-archive-feature .evidence-card .card-number {
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        font-family: 'Sora', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: rgba(14, 165, 164, 0.06);
        line-height: 1;
        user-select: none;
    }
    .post-type-archive-feature .evidence-card h3 {
        font-family: 'Sora', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        color: var(--navy-900);
        margin-bottom: 0.85rem;
        position: relative;
        z-index: 1;
    }
    .post-type-archive-feature .evidence-card p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 0.98rem;
        color: var(--slate-600);
        line-height: 1.65;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    /* CTA Section */
    .post-type-archive-feature .cta-section {
        background: linear-gradient(135deg, #13263a 0%, #0b1c2c 100%);
        color: white;
        padding: 7rem 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .post-type-archive-feature .cta-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 50%, rgba(14, 165, 164, 0.15) 0%, transparent 60%);
        pointer-events: none;
    }
    .post-type-archive-feature .cta-content {
        max-width: 650px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .post-type-archive-feature .cta-content h2 {
        font-family: 'Sora', sans-serif;
        font-size: 2.75rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        letter-spacing: -0.02em;
        background: linear-gradient(135deg, #ffffff 60%, #ccfbf1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .post-type-archive-feature .cta-content p {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 1.2rem;
        color: #94a3b8;
        margin-bottom: 2.5rem;
        line-height: 1.65;
    }
    .post-type-archive-feature .cta-content .btn-primary {
        background: linear-gradient(135deg, var(--teal-600) 0%, #0d9488 100%);
        box-shadow: 0 4px 20px rgba(13, 148, 136, 0.35);
    }
    .post-type-archive-feature .cta-content .btn-primary:hover {
        box-shadow: 0 8px 24px rgba(13, 148, 136, 0.45);
    }

    /* Responsive adjustments */
    @media(max-width: 1024px) {
        .post-type-archive-feature .hero-shell {
            grid-template-columns: 1fr;
            gap: 3.5rem;
        }
        .post-type-archive-feature .evidence-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        .post-type-archive-feature .hero-content h1 {
            font-size: 3rem;
        }
    }
    @media(max-width: 768px) {
        .post-type-archive-feature .hero-content h1 {
            font-size: 2.5rem;
        }
        .post-type-archive-feature .features-grid {
            grid-template-columns: 1fr;
            gap: 1.75rem;
        }
        .post-type-archive-feature .library-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .post-type-archive-feature .filter-row {
            justify-content: center;
        }
        .post-type-archive-feature .hero-section {
            padding: 4rem 0;
        }
        .post-type-archive-feature .features-section {
            padding: 4.5rem 0;
        }
        .post-type-archive-feature .additional-features-section {
            padding: 4.5rem 0;
        }
        .post-type-archive-feature .product-evidence-section {
            padding: 4.5rem 0;
        }
    }

    /* ─── Documentation Layout Integration ────────────────────────────────── */
    .post-type-archive-feature .doc-article > :not(.sshot-section) {
        max-width: 100%;
    }

    .post-type-archive-feature .hero-section {
        border-radius: 20px;
        margin-bottom: 2.5rem;
        padding: 4rem 2.5rem;
    }

    .post-type-archive-feature .cta-section {
        border-radius: 20px;
        margin-top: 2.5rem;
        padding: 4rem 2.5rem;
    }

    .post-type-archive-feature .additional-features-section {
        background: transparent;
        border-top: none;
        border-bottom: none;
        padding: 4.5rem 0;
    }

    .post-type-archive-feature .features-section,
    .post-type-archive-feature .product-evidence-section {
        padding: 4.5rem 0;
    }

    @media(max-width: 768px) {
        .post-type-archive-feature .hero-section {
            padding: 3rem 1.5rem;
        }
        .post-type-archive-feature .cta-section {
            padding: 3rem 1.5rem;
        }
    }

/* Compact feature archive spacing */
.post-type-archive-feature .hero-section {
    margin-bottom: 1.5rem;
    padding: 3rem 2rem;
}

.post-type-archive-feature .hero-shell {
    gap: 2rem;
}

.post-type-archive-feature .guide-eyebrow {
    margin-bottom: 0.9rem;
    padding: 0.3rem 0.75rem;
}

.post-type-archive-feature .hero-content h1 {
    margin-bottom: 0.85rem;
}

.post-type-archive-feature .hero-content p {
    margin-bottom: 1.25rem;
    font-size: 1.08rem;
    line-height: 1.55;
}

.post-type-archive-feature .features-section,
.post-type-archive-feature .additional-features-section,
.post-type-archive-feature .product-evidence-section {
    padding: 2.75rem 0;
}

.post-type-archive-feature .section-title {
    margin-bottom: 1.75rem;
}

.post-type-archive-feature .section-title h2 {
    margin-bottom: 0.55rem;
    font-size: 2rem;
}

.post-type-archive-feature .section-title p {
    font-size: 1.02rem;
    line-height: 1.5;
}

.post-type-archive-feature .features-grid,
.post-type-archive-feature .library-grid {
    gap: 1.25rem;
}

.post-type-archive-feature .feature-card,
.post-type-archive-feature .library-card,
.post-type-archive-feature .evidence-card {
    border-radius: 16px;
    padding: 1.45rem;
}

.post-type-archive-feature .feature-icon-wrapper {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.95rem;
    border-radius: 12px;
}

.post-type-archive-feature .card-badge {
    margin-bottom: 0.7rem;
}

.post-type-archive-feature .feature-card h3,
.post-type-archive-feature .library-card h4,
.post-type-archive-feature .evidence-card h3 {
    margin-bottom: 0.45rem;
}

.post-type-archive-feature .feature-card p {
    margin-bottom: 0.85rem;
    line-height: 1.5;
}

.post-type-archive-feature .feature-card p.feature-meta {
    margin-bottom: 1rem;
    padding-top: 0.85rem;
}

.post-type-archive-feature .filter-wrapper {
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding: 1.25rem;
    border-radius: 16px;
}

.post-type-archive-feature .library-card a {
    padding-top: 0.9rem;
}

.post-type-archive-feature .evidence-grid {
    gap: 1.25rem;
}

.post-type-archive-feature .cta-section {
    margin-top: 1.5rem;
    padding: 3rem 2rem;
}

.post-type-archive-feature .cta-content h2 {
    margin-bottom: 0.75rem;
    font-size: 2.2rem;
}

.post-type-archive-feature .cta-content p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

@media(max-width: 768px) {
    .post-type-archive-feature .hero-section {
        padding: 2.25rem 1.25rem;
    }

    .post-type-archive-feature .features-section,
    .post-type-archive-feature .additional-features-section,
    .post-type-archive-feature .product-evidence-section {
        padding: 2rem 0;
    }

    .post-type-archive-feature .feature-card,
    .post-type-archive-feature .library-card,
    .post-type-archive-feature .evidence-card {
        padding: 1.2rem;
    }
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .hero-section {
    margin-bottom: 0.75rem;
    padding: 2.5rem 2rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .features-section,
body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .additional-features-section,
body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .product-evidence-section {
    padding: 2rem 0;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-section {
    margin-top: 0.5rem;
    padding: 1rem 2rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content {
    max-width: 820px;
    padding: 0.9rem 1rem;
    border-radius: 16px;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content h2 {
    margin: 0 0 0.35rem;
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content p {
    margin: 0 auto 0.65rem;
    font-size: 0.92rem;
    line-height: 1.4;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content .cta-buttons {
    justify-content: center;
    margin-top: 0.35rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content .btn {
    min-height: 38px;
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .features-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .feature-card {
    padding: 1.15rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .feature-icon-wrapper {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.7rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .feature-card h3 {
    font-size: 1.12rem;
    margin-bottom: 0.35rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .feature-card p {
    margin-bottom: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.42;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .feature-card p.feature-meta {
    margin-bottom: 0.75rem;
    padding-top: 0.65rem;
    font-size: 0.8rem;
    line-height: 1.38;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .section-title {
    margin-bottom: 1.15rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .section-title h2 {
    font-size: 1.75rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .section-title p {
    font-size: 0.95rem;
    line-height: 1.45;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .filter-wrapper {
    margin-bottom: 1.25rem;
    padding: 1rem;
}

body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .library-card,
body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .evidence-card {
    padding: 1.15rem;
}

@media(max-width: 768px) {
    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .hero-section {
        padding: 2rem 1.25rem;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .features-section,
    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .additional-features-section,
    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .product-evidence-section {
        padding: 1.6rem 0;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-section {
        padding: 1rem;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content {
        padding: 0.9rem;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content h2 {
        font-size: 1.35rem;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content p {
        font-size: 0.9rem;
    }

    body.wp-theme-serviceopus.post-type-archive-feature:not(.builder-shell-body):not(.forum-body) .cta-content .btn {
        min-height: 36px;
        padding: 0.45rem 0.75rem;
    }
}
