/* Filo kiralama entegrasyon — lüks / kurumsal */

.ecx-theme-filo .ecx-label {
    color: #c9a227;
}

.ecx-theme-filo .ecx-grid-icon {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.22), rgba(15, 23, 42, 0.12));
    color: #b45309;
}

.ecx-theme-filo .ecx-grid-more {
    color: #b45309;
}

.ecx-theme-filo .ecx-cta-panel {
    background: linear-gradient(135deg, #0b1220 0%, #1a1408 55%, #3f2e0a 140%);
}

.ecx-theme-filo .ecx-cta-label {
    color: #e8c547;
}

.filo-premium {
    --filo-gold: #c9a227;
    --filo-ink: #0b1220;
    --filo-muted: #5c6578;
}

.filo-legal {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    margin-bottom: 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border: 1px solid rgba(201, 162, 39, 0.35);
    color: #e5e7eb;
}

.filo-legal i {
    color: #e8c547;
    font-size: 20px;
    margin-top: 2px;
}

.filo-legal p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #d1d5db !important;
}

.filo-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.filo-stat {
    background: linear-gradient(160deg, #0b1220 0%, #1a1f2e 100%);
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
}

.filo-stat__value {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: #e8c547;
    letter-spacing: -0.02em;
}

.filo-stat__label {
    display: block;
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #cbd5e1;
}

.filo-hero-figure { position: relative; }

.filo-hero-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    background: rgba(11, 18, 32, 0.92);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    border: 1px solid rgba(201, 162, 39, 0.4);
}

.filo-hero-badge i { color: #e8c547; margin-right: 6px; }

.filo-pillars,
.filo-services,
.filo-modules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.filo-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.filo-pillar,
.filo-service,
.filo-module {
    background: #fff;
    border: 1px solid #e8e4d9;
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 10px 28px rgba(11, 18, 32, 0.05);
}

.filo-pillar:hover,
.filo-module:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(11, 18, 32, 0.08);
    border-color: rgba(201, 162, 39, 0.45);
}

.filo-pillar__icon,
.filo-service i,
.filo-module i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b1220, #3f2e0a);
    color: #e8c547;
    margin-bottom: 12px;
}

.filo-pillar h3,
.filo-service h4,
.filo-module h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: #0b1220;
}

.filo-pillar p,
.filo-service p,
.filo-module p {
    margin: 0;
    color: #5c6578;
    line-height: 1.6;
    font-size: 0.92rem;
}

a.filo-module {
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.filo-module span {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #b45309;
}

.filo-license {
    margin: 8px 0 32px;
}

.filo-license h3 {
    color: #0b1220;
    margin-bottom: 8px;
}

.filo-license__table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid #e8e4d9;
}

.filo-license__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    background: #fff;
}

.filo-license__table th {
    text-align: left;
    padding: 12px 14px;
    background: #0b1220;
    color: #e8c547;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.filo-license__table td {
    padding: 12px 14px;
    border-top: 1px solid #f1eee6;
    font-size: 0.88rem;
    color: #334155;
    vertical-align: top;
}

.filo-license__table tr:nth-child(even) td {
    background: #faf8f2;
}

.filo-process {
    margin: 8px 0 32px;
}

.filo-process__steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filo-process__steps li {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eee8d9;
}

.filo-process__num {
    font-weight: 800;
    color: #c9a227;
    font-size: 1.1rem;
    min-width: 36px;
}

.filo-compare__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.filo-compare__col {
    border-radius: 16px;
    padding: 18px 20px;
}

.filo-compare__col--bad {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.filo-compare__col--good {
    background: #f8faf5;
    border: 1px solid #d4edc9;
}

.filo-compare__col h4 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.filo-compare__col--bad h4 { color: #991b1b; }
.filo-compare__col--good h4 { color: #166534; }

.filo-faq__item {
    border: 1px solid #e8e4d9;
    border-radius: 12px;
    padding: 4px 16px;
    margin-bottom: 10px;
    background: #fff;
}

.filo-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    color: #0b1220;
    padding: 12px 0;
}

.filo-cta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b1220 0%, #1f2937 100%);
    color: #fff;
    margin: 12px 0 24px;
}

.filo-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e8c547;
    margin-bottom: 8px;
}

.filo-cta h3 {
    color: #fff !important;
    margin: 0 0 8px;
}

.filo-cta p {
    color: #cbd5e1 !important;
    margin: 0;
}

.filo-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .filo-stats,
    .filo-pillars,
    .filo-services,
    .filo-modules,
    .filo-compare__grid {
        grid-template-columns: 1fr;
    }

    .filo-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}
