/* ==========================================================================
   PASSPORT APP SEO COMPONENT — PURE BLACK LIQUID GLASS THEME (ALICE FONT)
   ========================================================================== */

.seo-content {
    font-family: 'Alice', serif !important;
    padding: 70px 24px 40px !important;
    color: #ffffff !important;
}

.seo-title {
    font-family: 'Alice', serif !important;
    text-align: center !important;
    font-size: clamp(2.2rem, 4.5vw, 3rem) !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 48px !important;
    background: linear-gradient(180deg, #ffffff 40%, rgba(255, 255, 255, 0.75) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

.seo-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    margin-bottom: 40px !important;
}

.seo-card {
    padding: 32px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 50%, rgba(255, 255, 255, 0.03) 100%) !important;
    backdrop-filter: blur(18px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.5), 0 12px 36px rgba(0, 0, 0, 0.55) !important;
    font-family: 'Alice', serif !important;
}

.seo-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.22), 0 16px 44px rgba(0, 0, 0, 0.7) !important;
}

.seo-card.blue {
    border-left: 4px solid rgba(59, 130, 246, 0.7) !important;
}

.seo-card.purple {
    border-left: 4px solid rgba(139, 92, 246, 0.7) !important;
}

.seo-card.green {
    border-left: 4px solid rgba(16, 185, 129, 0.7) !important;
}

.seo-card.pink {
    border-left: 4px solid rgba(236, 72, 153, 0.7) !important;
}

.seo-card h3 {
    font-family: 'Alice', serif !important;
    font-size: 1.35rem !important;
    font-weight: 400 !important;
    margin-bottom: 14px !important;
    color: #ffffff !important;
    letter-spacing: -0.01em !important;
}

.seo-card p {
    font-family: 'Alice', serif !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
    color: #94a3b8 !important;
}

.text-blue,
.text-purple,
.text-green,
.text-pink {
    font-family: 'Alice', serif !important;
    font-weight: 600 !important;
}

.text-blue {
    color: #93c5fd !important;
}

.text-purple {
    color: #c4b5fd !important;
}

.text-green {
    color: #6ee7b7 !important;
}

.text-pink {
    color: #f9a8d4 !important;
}

.seo-features-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 36px 0 !important;
    width: 100%;
    justify-content: center;
}

.feature-tag {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    font-family: 'Alice', serif !important;
    color: #e2e8f0 !important;
    font-size: 0.95rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.seo-cta {
    text-align: center !important;
    margin-top: 40px !important;
    font-family: 'Alice', serif !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seo-content {
        padding: 40px 16px !important;
    }

    .seo-title {
        font-size: 1.85rem !important;
        margin-bottom: 32px !important;
    }

    .seo-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .seo-card {
        padding: 24px !important;
        border-radius: 16px !important;
    }

    .feature-tag {
        font-size: 0.85rem !important;
        padding: 6px 14px !important;
    }
}
