/* E-Çözümler premium sayfalar */

.ecx-hero {
    padding: 104px 0 28px;
    background: linear-gradient(135deg, #0b0f17 0%, #142035 55%, #1a2235 100%);
    color: #fff;
}

.ecx-hero--listing {
    padding-bottom: 32px;
}

.ecx-hero-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.ecx-hero-inner > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ecx-label {
    display: inline-block;
    align-self: flex-start;
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    margin: 0;
    line-height: 1.2;
}

.ecx-hero h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
}

.ecx-hero-desc {
    margin: 2px 0 0;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
}

.ecx-breadcrumb {
    margin: 2px 0 0;
    background: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 0;
    align-self: flex-start;
    max-width: 360px;
    justify-content: flex-end;
}

.ecx-breadcrumb li {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.ecx-breadcrumb li + li::before {
    content: "/";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}

.ecx-breadcrumb li.active {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

.ecx-breadcrumb a,
.ecx-breadcrumb li a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
}

.ecx-breadcrumb a:hover {
    color: #fdba74 !important;
}

.ecx-main {
    padding: 36px 0 80px;
    background: #f4f6fa;
}

.ecx-content-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 28px 30px;
    margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.ecx-intro-card {
    margin-bottom: 28px;
}

.ecx-content-card .ecx-block {
    margin-bottom: 24px;
}

.ecx-content-card .ecx-block:last-child {
    margin-bottom: 0;
}

.ecx-content-card h2 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
}

.ecx-content-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px;
}

.ecx-lead {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

.ecx-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ecx-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    line-height: 1.6;
}

.ecx-features li i {
    color: #22c55e;
    margin-top: 4px;
}

.ecx-highlight {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid #e0e7ff;
    border-radius: 14px;
    padding: 18px 20px;
}

.ecx-highlight p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.ecx-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.ecx-grid-card {
    min-width: 0;
}

.ecx-grid-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 24px 22px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecx-grid-card-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    text-decoration: none;
    color: inherit;
}

.ecx-grid-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.ecx-grid-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    font-weight: 800;
    color: #1e293b;
}

.ecx-grid-card p {
    margin: 0 0 16px;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.65;
    flex: 1;
}

.ecx-grid-more {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2563eb;
}

.ecx-cta-panel {
    background: linear-gradient(135deg, #0b0f17 0%, #1a2235 55%, #172554 100%);
    border-radius: 20px;
    padding: 28px 30px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.ecx-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ecx-cta-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 8px;
}

.ecx-cta-text h2 {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.ecx-cta-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    max-width: 520px;
    line-height: 1.6;
}

.ecx-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ecx-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ecx-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.ecx-btn-primary {
    background: #ef4c23;
    color: #fff;
    box-shadow: 0 8px 20px rgba(239, 76, 35, 0.28);
}

.ecx-btn-whatsapp {
    background: #22c55e;
    color: #fff;
}

.ecx-btn-call {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ecx-sidebar {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    position: sticky;
    top: 100px;
}

.ecx-sidebar h3,
.ecx-sidebar h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 14px;
}

.ecx-side-menu {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.ecx-side-menu li a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #475569;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.ecx-side-menu li a:hover {
    background: #eff6ff;
    color: #1d4ed8;
    text-decoration: none;
}

.ecx-side-contact {
    border-top: 1px solid #e8edf3;
    padding-top: 18px;
}

.ecx-side-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
}

.ecx-side-whatsapp {
    background: #dcfce7;
    color: #166534;
}

.ecx-side-call {
    background: #eff6ff;
    color: #1d4ed8;
}

@media (max-width: 991px) {
    .ecx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecx-sidebar {
        position: static;
        margin-top: 24px;
    }
}

.ecx-theme-erp .ecx-label {
    background: rgba(139, 92, 246, 0.22);
    color: #c4b5fd;
}

.ecx-theme-erp .ecx-grid-icon {
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
}

.ecx-theme-erp .ecx-grid-more {
    color: #7c3aed;
}

.ecx-theme-erp .ecx-side-menu li a:hover {
    background: #f5f3ff;
    color: #6d28d9;
}

.ecx-theme-erp .ecx-cta-panel {
    background: linear-gradient(135deg, #0b0f17 0%, #1a2235 55%, #2e1065 100%);
}

.ecx-theme-erp .ecx-cta-label {
    color: #c4b5fd;
}

@media (max-width: 575px) {
    .ecx-grid {
        grid-template-columns: 1fr;
    }

    .ecx-hero {
        padding-top: 100px;
    }

    .ecx-cta-actions {
        width: 100%;
    }

    .ecx-btn {
        flex: 1 1 100%;
        justify-content: center;
    }
}
