/* ===========================================
   PLATFORM PAGES STYLES
   =========================================== */

/* Hero Section */
.platform-hero {
    position: relative;
    padding: 140px 0 80px;
    background: linear-gradient(180deg, #020617 0%, #0a1628 100%);
    overflow: hidden;
}

.platform-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(6, 182, 212, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.platform-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.platform-hero-content {
    max-width: 560px;
}

.platform-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #06b6d4;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.platform-headline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #f1f5f9;
    margin: 0 0 24px 0;
}

.platform-headline .accent {
    background: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.platform-subhead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0 0 32px 0;
}

.platform-props {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.platform-prop {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    font-size: 0.875rem;
    color: #cbd5e1;
}

.platform-prop .icon {
    width: 16px;
    height: 16px;
    color: #06b6d4;
}

.platform-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Platform Preview (Right Side) */
.platform-preview {
    position: relative;
}

.platform-grid-deco {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 300px;
    height: 300px;
    background:
        linear-gradient(90deg, rgba(6, 182, 212, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(6, 182, 212, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    pointer-events: none;
}

.platform-nav-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.platform-nav-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.platform-nav-card:hover {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(6, 182, 212, 0.3);
    transform: translateX(8px);
}

.platform-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 10px;
    flex-shrink: 0;
}

.platform-nav-icon .icon {
    width: 24px;
    height: 24px;
    color: #06b6d4;
}

.platform-nav-icon.secondary {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.2);
}

.platform-nav-icon.secondary .icon {
    color: #8b5cf6;
}

.platform-nav-icon.tertiary {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
}

.platform-nav-icon.tertiary .icon {
    color: #22c55e;
}

.platform-nav-icon.quaternary {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.2);
}

.platform-nav-icon.quaternary .icon {
    color: #f59e0b;
}

.platform-nav-content {
    flex: 1;
}

.platform-nav-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 4px 0;
}

.platform-nav-content p {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.platform-nav-arrow {
    width: 16px;
    height: 16px;
    color: #475569;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.platform-nav-card:hover .platform-nav-arrow {
    color: #06b6d4;
    transform: translateX(4px);
}

/* Breadcrumb Wrapper */
.platform-breadcrumb-wrapper {
    background: rgba(2, 6, 23, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 0;
}

/* Stats Section */
.platform-stats {
    background: #0a1628;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 48px 0;
}

.platform-stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    text-align: center;
}

.platform-stats .stat-item {
    padding: 0;
}

.platform-stats .stat-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #06b6d4;
    margin-bottom: 8px;
}

.platform-stats .stat-label {
    font-size: 0.9375rem;
    color: #64748b;
}

/* Capabilities Grid */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.capability-card {
    padding: 32px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.capability-card:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(6, 182, 212, 0.2);
    transform: translateY(-4px);
}

.capability-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 12px;
    margin-bottom: 20px;
}

.capability-icon .icon {
    width: 28px;
    height: 28px;
    color: #06b6d4;
}

.capability-icon.secondary {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.2);
}

.capability-icon.secondary .icon {
    color: #8b5cf6;
}

.capability-icon.tertiary {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
}

.capability-icon.tertiary .icon {
    color: #22c55e;
}

.capability-icon.quaternary {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.2);
}

.capability-icon.quaternary .icon {
    color: #f59e0b;
}

.capability-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 12px 0;
}

.capability-card p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0;
}

/* Components Grid */
.components-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.component-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.component-card:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(6, 182, 212, 0.3);
    transform: translateY(-4px);
}

.component-card.highlight {
    background: rgba(245, 158, 11, 0.05);
    border-color: rgba(245, 158, 11, 0.2);
}

.component-card.highlight:hover {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.4);
}

.component-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.component-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 10px;
}

.component-icon .icon {
    width: 24px;
    height: 24px;
    color: #06b6d4;
}

.component-icon.secondary .icon {
    color: #8b5cf6;
}

.component-icon.secondary {
    background: rgba(139, 92, 246, 0.1);
}

.component-icon.tertiary .icon {
    color: #22c55e;
}

.component-icon.tertiary {
    background: rgba(34, 197, 94, 0.1);
}

.component-icon.quaternary .icon {
    color: #f59e0b;
}

.component-icon.quaternary {
    background: rgba(245, 158, 11, 0.1);
}

.component-icon.highlight .icon {
    color: #f59e0b;
}

.component-icon.highlight {
    background: rgba(245, 158, 11, 0.15);
}

.component-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.component-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 10px 0;
}

.component-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0 0 16px 0;
    flex: 1;
}

.component-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.component-features span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #64748b;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
}

.component-features .icon {
    width: 10px;
    height: 10px;
    color: #22c55e;
}

.component-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #06b6d4;
    margin-top: auto;
}

.component-link .icon {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.component-card:hover .component-link .icon {
    transform: translateX(4px);
}

/* Sovereignty Section */
.sovereignty-split {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: center;
}

.sovereignty-content {
    max-width: 560px;
}

.sovereignty-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0 0 32px 0;
}

.sovereignty-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sovereignty-feature {
    display: flex;
    gap: 16px;
}

.sovereignty-feature > .icon {
    width: 24px;
    height: 24px;
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.sovereignty-feature h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 4px 0;
}

.sovereignty-feature p {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.sovereignty-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sovereignty-diagram {
    position: relative;
    width: 320px;
    height: 320px;
}

.diagram-node.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(139, 92, 246, 0.2) 100%);
    border: 2px solid rgba(6, 182, 212, 0.4);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
}

.diagram-node.center .icon {
    width: 32px;
    height: 32px;
    color: #06b6d4;
}

.diagram-node.center span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #f1f5f9;
}

.diagram-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border: 1px dashed rgba(6, 182, 212, 0.2);
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

.orbit-node {
    position: absolute;
    width: 48px;
    height: 48px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: counter-rotate 30s linear infinite;
}

.orbit-node .icon {
    width: 20px;
    height: 20px;
    color: #06b6d4;
}

.orbit-node:nth-child(1) { top: -24px; left: 50%; transform: translateX(-50%); }
.orbit-node:nth-child(2) { top: 50%; right: -24px; transform: translateY(-50%); }
.orbit-node:nth-child(3) { bottom: -24px; left: 50%; transform: translateX(-50%); }
.orbit-node:nth-child(4) { top: 50%; left: -24px; transform: translateY(-50%); }

.diagram-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #22c55e;
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes counter-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* Integrations Grid */
.integrations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.integration-category h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 16px 0;
    text-align: center;
}

.integration-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.integration-list span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9375rem;
    color: #cbd5e1;
    padding: 8px 0;
}

.integration-logos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.integration-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.integration-logo:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

.integration-logo img {
    height: 32px;
    width: auto;
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.7;
    transition: all 0.2s ease;
}

.integration-logo:hover img {
    filter: none;
    opacity: 1;
}

/* Platform CTA */
.platform-cta {
    background: linear-gradient(180deg, #0a1628 0%, #020617 100%);
    padding: 96px 0;
    text-align: center;
}

.platform-cta .cta-content {
    max-width: 640px;
    margin: 0 auto;
}

.platform-cta h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 16px 0;
}

.platform-cta > .cta-content > p {
    font-size: 1.125rem;
    color: #94a3b8;
    margin: 0 0 32px 0;
}

.platform-cta .cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
}

.platform-cta .cta-footer {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

/* ===========================================
   PLATFORM SUB-PAGES STYLES
   =========================================== */

.platform-page-hero {
    position: relative;
    padding: 140px 0 60px;
    background: linear-gradient(180deg, #020617 0%, #0a1628 100%);
    overflow: hidden;
}

.platform-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(6, 182, 212, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.platform-page-hero .container {
    position: relative;
    z-index: 1;
}

.platform-page-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #06b6d4;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.platform-page-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.15;
    color: #f1f5f9;
    margin: 0 0 16px 0;
    max-width: 720px;
}

.platform-page-subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0;
    max-width: 640px;
}

/* Responsive */
@media (max-width: 1200px) {
    .platform-hero-container {
        gap: 48px;
    }

    .platform-headline {
        font-size: 3rem;
    }

    .capabilities-grid,
    .components-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .integrations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .platform-hero-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .platform-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .platform-props {
        justify-content: center;
    }

    .platform-actions {
        justify-content: center;
    }

    .platform-preview {
        max-width: 500px;
        margin: 0 auto;
    }

    .platform-grid-deco {
        display: none;
    }

    .platform-stats .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .sovereignty-split {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sovereignty-content {
        max-width: 100%;
    }

    .sovereignty-visual {
        order: -1;
    }
}

@media (max-width: 768px) {
    .platform-hero {
        padding: 120px 0 60px;
    }

    .platform-headline {
        font-size: 2.25rem;
    }

    .platform-subhead {
        font-size: 1.0625rem;
    }

    .platform-props {
        gap: 10px;
    }

    .platform-prop {
        padding: 8px 12px;
        font-size: 0.8125rem;
    }

    .platform-actions {
        flex-direction: column;
        width: 100%;
    }

    .platform-actions .btn-gold,
    .platform-actions .btn-outline {
        width: 100%;
        justify-content: center;
    }

    .platform-stats .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .platform-stats .stat-number {
        font-size: 2rem;
    }

    .capabilities-grid,
    .components-grid {
        grid-template-columns: 1fr;
    }

    .integrations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

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

    .platform-cta .cta-actions {
        flex-direction: column;
    }

    .platform-page-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .platform-stats .stats-grid {
        grid-template-columns: 1fr;
    }

    .sovereignty-diagram {
        transform: scale(0.8);
    }

    .integrations-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================================
   ARCHITECTURE PAGE - LAYERS
   =========================================== */

.architecture-layers {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.arch-layer {
    display: flex;
    gap: 24px;
    padding: 28px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.arch-layer:hover {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(6, 182, 212, 0.2);
}

.layer-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #06b6d4;
    opacity: 0.5;
    flex-shrink: 0;
    width: 60px;
}

.layer-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 8px 0;
}

.layer-content p {
    font-size: 0.9375rem;
    color: #94a3b8;
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.layer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.layer-tags span {
    padding: 4px 12px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 4px;
    font-size: 0.75rem;
    color: #06b6d4;
}

/* ===========================================
   BENSON PAGE - EXAMPLES
   =========================================== */

.benson-examples {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.benson-example {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
}

.example-prompt {
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.prompt-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 8px;
    display: block;
}

.example-prompt p {
    font-size: 1rem;
    color: #f1f5f9;
    margin: 0;
    font-style: italic;
}

.example-response {
    padding: 24px;
}

.response-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8b5cf6;
    margin-bottom: 12px;
}

.response-label .icon {
    width: 16px;
    height: 16px;
}

.example-response p {
    font-size: 0.9375rem;
    color: #94a3b8;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.example-response ul {
    margin: 0 0 12px 0;
    padding-left: 20px;
}

.example-response li {
    font-size: 0.9375rem;
    color: #cbd5e1;
    margin-bottom: 4px;
}

/* ===========================================
   SECURITY PAGE - COMPLIANCE
   =========================================== */

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.compliance-card {
    padding: 28px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    text-align: center;
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    margin-bottom: 16px;
}

.compliance-badge .icon {
    width: 24px;
    height: 24px;
    color: #22c55e;
}

.compliance-badge.pending {
    background: rgba(245, 158, 11, 0.1);
}

.compliance-badge.pending .icon {
    color: #f59e0b;
}

.compliance-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 8px 0;
}

.compliance-card p {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

/* ===========================================
   GOVERNANCE PAGE - POLICY EXAMPLES
   =========================================== */

.policy-examples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.policy-example {
    padding: 24px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.policy-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.policy-header .icon {
    width: 20px;
    height: 20px;
    color: #06b6d4;
}

.policy-header h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0;
}

.policy-example p {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.policy-code {
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    overflow-x: auto;
}

.policy-code code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #22c55e;
}

/* ===========================================
   ECOSYSTEM PAGE - APPS & CATEGORIES
   =========================================== */

.apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.app-card {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.app-card:hover {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
}

.app-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-icon img {
    width: 32px;
    height: 32px;
}

.app-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 6px 0;
}

.app-content p {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.app-tags {
    display: flex;
    gap: 6px;
}

.app-tags span {
    font-size: 0.6875rem;
    padding: 2px 8px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 4px;
    color: #06b6d4;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-card:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(6, 182, 212, 0.3);
    transform: translateY(-4px);
}

.category-icon {
    width: 56px;
    height: 56px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.category-icon .icon {
    width: 28px;
    height: 28px;
    color: #06b6d4;
}

.category-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 8px 0;
}

.category-card p {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0 0 12px 0;
}

.category-count {
    font-size: 0.8125rem;
    color: #64748b;
}

/* ===========================================
   PRICING PAGE
   =========================================== */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.pricing-card.featured {
    background: rgba(6, 182, 212, 0.05);
    border-color: rgba(6, 182, 212, 0.3);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    background: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.pricing-header {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 16px 0;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.pricing-amount .amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #f1f5f9;
}

.pricing-amount .period {
    font-size: 1rem;
    color: #64748b;
}

.pricing-desc {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
}

.pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.9375rem;
    color: #cbd5e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features .icon {
    width: 16px;
    height: 16px;
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-cta {
    margin-top: 24px;
    text-align: center;
}

.pricing-cta .btn-gold,
.pricing-cta .btn-outline {
    width: 100%;
    justify-content: center;
}

.trial-note {
    display: block;
    margin-top: 12px;
    font-size: 0.8125rem;
    color: #64748b;
}

/* Comparison Table */
.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comparison-table th {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #f1f5f9;
    background: rgba(15, 23, 42, 0.5);
}

.comparison-table th:first-child {
    border-radius: 8px 0 0 0;
}

.comparison-table th:last-child {
    border-radius: 0 8px 0 0;
}

.comparison-table td {
    font-size: 0.9375rem;
    color: #94a3b8;
}

.comparison-table td:first-child {
    color: #cbd5e1;
    font-weight: 500;
}

.comparison-table td .icon {
    width: 18px;
    height: 18px;
}

.comparison-table td .fa-check {
    color: #22c55e;
}

.comparison-table td .fa-times {
    color: #64748b;
}

.comparison-table tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

/* FAQ Grid - MOVED TO /css/faq-accordion.css */
/* Use shared faq-accordion.css for FAQ styling */

/* Responsive for sub-pages */
@media (max-width: 1024px) {
    .compliance-grid,
    .policy-examples,
    .apps-grid,
    .categories-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .arch-layer {
        flex-direction: column;
        gap: 16px;
    }

    .layer-number {
        width: auto;
    }

    .compliance-grid,
    .policy-examples,
    .apps-grid,
    .categories-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        order: -1;
    }

    .app-card {
        flex-direction: column;
        text-align: center;
    }

    .app-icon {
        margin: 0 auto;
    }
}
