/* ============================================
   TOKU UYGULAMALAR - UNIFIED APP PAGES CSS
   Kurumsal, profesyonel B2B yazilim tasarimi
   Navy/charcoal temel, minimal aksan
   ============================================ */

/* ---- FONT AWESOME ICON GARANTISI ---- */
/* FA iconlarinin dogru renderlanmasini garanti et */
/* @font-face tanimlari local all.min.css icerisinde */

.app-page-wrapper .fas,
.app-page-wrapper .fa-solid,
.app-page-wrapper i.fas,
.app-page-wrapper i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.app-page-wrapper .far,
.app-page-wrapper .fa-regular,
.app-page-wrapper i.far,
.app-page-wrapper i.fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.app-page-wrapper .fab,
.app-page-wrapper .fa-brands,
.app-page-wrapper i.fab,
.app-page-wrapper i.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    line-height: 1 !important;
}

/* ---- UNIFIED THEME OVERRIDE ---- */
.theme-performans,
.theme-demirbas,
.theme-cmms,
.theme-kalite,
.theme-fuar,
.theme-stratejik,
.theme-filo,
.theme-ik,
.theme-depo,
.theme-satis,
.theme-finans,
.theme-uretim,
[class*="theme-"] {
    --mod-primary: #1e3a5f;
    --mod-secondary: #0f2440;
    --mod-dark: #0a1628;
    --mod-gradient: linear-gradient(135deg, #0f2440 0%, #1e3a5f 100%);
    --mod-light-from: #f8fafc;
    --mod-light-to: #f1f5f9;
    --mod-icon-from: #f1f5f9;
    --mod-icon-to: #e2e8f0;
    --mod-challenge-bg-from: #fef2f2;
    --mod-challenge-bg-to: #fee2e2;
    --mod-solution-bg-from: #f0fdf4;
    --mod-solution-bg-to: #dcfce7;
    --mod-solution-text: #14532d;
    --mod-outputs-bg: linear-gradient(135deg, #0f2440 0%, #1e3a5f 100%);
    --mod-value-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ---- HERO SECTION ---- */
.mod-page .mod-hero {
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #1e40af 100%) !important;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.mod-page .mod-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 70% 20%, rgba(59,130,246,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(30,64,175,0.08) 0%, transparent 40%);
    pointer-events: none;
}

.mod-page .mod-hero .hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.mod-page .mod-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.15);
}

.mod-page .mod-hero .hero-badge i {
    font-size: 14px;
    color: #93c5fd;
}

.mod-page .mod-hero .hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.mod-page .mod-hero .hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    opacity: 1;
    margin-bottom: 30px;
    max-width: 560px;
    line-height: 1.7;
}

.mod-page .mod-hero .hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.mod-page .mod-hero .hero-breadcrumb a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.mod-page .mod-hero .hero-breadcrumb a:hover {
    color: #ffffff;
}

.mod-page .mod-hero .hero-breadcrumb .separator {
    color: rgba(255,255,255,0.4);
}

.mod-page .mod-hero .hero-breadcrumb span {
    color: rgba(255,255,255,0.7);
}

.mod-page .mod-hero .hero-features {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.mod-page .mod-hero .hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

.mod-page .mod-hero .hero-feature i {
    width: 22px;
    height: 22px;
    background: rgba(34,197,94,0.25);
    border-radius: 50%;
    font-size: 10px;
    color: #86efac;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Hero Buttons */
.mod-page .btn-mod-primary {
    background: #ffffff;
    color: #1e3a5f;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: none;
}

.mod-page .btn-mod-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    color: #1e3a5f;
    background: #ffffff;
}

.mod-page .btn-mod-secondary {
    background: transparent;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s;
}

.mod-page .btn-mod-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
    color: #ffffff;
}

.mod-page .mod-hero .hero-image img {
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.35);
    max-width: 100%;
}

/* ---- STATS SECTION ---- */
.mod-page .mod-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.mod-page .mod-stats .stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}

.mod-page .mod-stats .stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.mod-page .mod-stats .stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e3a5f;
    display: block;
}

.mod-page .mod-stats .stat-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
}

/* ---- SECTION HEADERS ---- */
.mod-page .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.mod-page .section-badge {
    display: inline-block;
    background: #1e3a5f;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.mod-page .section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.mod-page .section-subtitle,
.mod-page .section-header p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* ---- VALUE PROPOSITION ---- */
.mod-page .mod-value-prop {
    padding: 90px 0;
    background: #ffffff;
}

.mod-page .mod-value-prop .value-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.mod-page .mod-value-prop .value-intro p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.85;
}

.mod-page .mod-value-prop .value-intro p strong {
    color: #1e3a5f;
    font-weight: 700;
}

/* ---- CHALLENGE / SOLUTION ---- */
.mod-page .mod-challenge {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.mod-page .mod-challenge .challenge-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    border: 1px solid #fecaca;
    border-left: 4px solid #ef4444;
}

.mod-page .mod-challenge .challenge-box h3 {
    color: #dc2626;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mod-page .mod-challenge .challenge-box h3 i {
    font-size: 18px;
    color: #dc2626;
}

.mod-page .mod-challenge .challenge-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-page .mod-challenge .challenge-box ul li {
    padding: 8px 0;
    color: #1e293b;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.mod-page .mod-challenge .challenge-box ul li i {
    color: #ef4444;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
}

.mod-page .mod-challenge .solution-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
}

.mod-page .mod-challenge .solution-box h3 {
    color: #15803d;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mod-page .mod-challenge .solution-box h3 i {
    font-size: 18px;
    color: #15803d;
}

.mod-page .mod-challenge .solution-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-page .mod-challenge .solution-box ul li {
    padding: 8px 0;
    color: #1e293b;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.mod-page .mod-challenge .solution-box ul li i {
    color: #22c55e;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
}

/* ---- TRUST SECTION ---- */
.mod-page .mod-trust {
    padding: 80px 0;
    background: #f8fafc;
}

.mod-page .mod-trust .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mod-page .mod-trust .trust-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}

.mod-page .mod-trust .trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}

.mod-page .mod-trust .trust-icon {
    width: 56px;
    height: 56px;
    background: #1e3a5f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
    color: #ffffff;
}

.mod-page .mod-trust .trust-icon i {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}

.mod-page .mod-trust .trust-item h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.mod-page .mod-trust .trust-item p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* ---- DETAIL SECTION ---- */
.mod-page .mod-detail {
    padding: 80px 0;
    background: #ffffff;
}

.mod-page .mod-detail .detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.mod-page .mod-detail .detail-content h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.mod-page .mod-detail .detail-content p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.mod-page .mod-detail .detail-list {
    list-style: none;
    padding: 0;
}

.mod-page .mod-detail .detail-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.mod-page .mod-detail .detail-list li i {
    width: 36px;
    height: 36px;
    background: #1e3a5f;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.mod-page .mod-detail .detail-list li span {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.mod-page .mod-detail .detail-image img {
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    width: 100%;
}

/* ---- BENEFITS SECTION ---- */
.mod-page .mod-benefits {
    padding: 80px 0;
    background: #ffffff;
}

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

.mod-page .mod-benefits .benefit-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.25s;
    border: 1px solid #e2e8f0;
}

.mod-page .mod-benefits .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}

.mod-page .mod-benefits .benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 26px;
    color: #ffffff;
}

.mod-page .mod-benefits .benefit-icon i {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
}

.mod-page .mod-benefits .benefit-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.mod-page .mod-benefits .benefit-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ---- FEATURES (DARK SECTION) ---- */
.mod-page .mod-features {
    padding: 80px 0;
    background: #0f172a;
    color: #ffffff;
}

.mod-page .mod-features .section-badge {
    background: rgba(255,255,255,0.1);
    color: #94a3b8;
}

.mod-page .mod-features .section-title {
    color: #ffffff;
}

.mod-page .mod-features .section-header p,
.mod-page .mod-features .section-subtitle {
    color: #94a3b8;
}

.mod-page .mod-features .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mod-page .mod-features .feature-card {
    text-align: center;
    padding: 28px 16px;
    border-radius: 10px;
    transition: all 0.25s;
    border: 1px solid transparent;
}

.mod-page .mod-features .feature-card:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
}

.mod-page .mod-features .feature-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #93c5fd;
    border: 1px solid rgba(255,255,255,0.1);
}

.mod-page .mod-features .feature-icon-box i {
    font-size: 24px;
    color: #93c5fd;
    line-height: 1;
}

.mod-page .mod-features .feature-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #f1f5f9;
}

.mod-page .mod-features .feature-card p {
    color: #94a3b8;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* ---- OUTPUTS SECTION ---- */
.mod-page .mod-outputs {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%) !important;
    color: #ffffff;
}

.mod-page .mod-outputs .outputs-header {
    text-align: center;
    margin-bottom: 50px;
}

.mod-page .mod-outputs .outputs-header h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
}

.mod-page .mod-outputs .outputs-header p {
    font-size: 1rem;
    color: #94a3b8;
    opacity: 1;
}

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

.mod-page .mod-outputs .output-card {
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.25s ease;
}

.mod-page .mod-outputs .output-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.2);
}

.mod-page .mod-outputs .output-icon {
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #93c5fd;
    border: 1px solid rgba(255,255,255,0.12);
}

.mod-page .mod-outputs .output-icon i {
    font-size: 24px;
    color: #93c5fd;
    line-height: 1;
}

.mod-page .mod-outputs .output-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #f1f5f9;
}

.mod-page .mod-outputs .output-card p {
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
    opacity: 1;
}

/* ---- CTA SECTION ---- */
.mod-page .mod-cta {
    padding: 80px 0;
    background: #1e3a5f !important;
}

.mod-page .mod-cta .cta-content {
    text-align: center;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
}

.mod-page .mod-cta .cta-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
}

.mod-page .mod-cta .cta-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    opacity: 1;
    margin-bottom: 28px;
    line-height: 1.7;
}

.mod-page .mod-cta .cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- MODULE / VALUE / SCOPE CARDS ---- */
.mod-page .module-card,
.mod-page .value-card,
.mod-page .scope-card,
.mod-page .standard-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.25s;
}

.mod-page .module-card:hover,
.mod-page .value-card:hover,
.mod-page .scope-card:hover,
.mod-page .standard-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* ---- PROCESS STEPS ---- */
.mod-page .process-step {
    transition: all 0.25s;
}

.mod-page .process-step:hover {
    transform: translateY(-2px);
}

/* ---- FAQ ---- */
.mod-page .faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.25s;
}

.mod-page .faq-item:hover,
.mod-page .faq-item.active {
    border-color: #1e3a5f;
}

.mod-page .faq-question {
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.mod-page .faq-answer {
    padding: 0 22px 18px;
    color: #475569;
    line-height: 1.7;
    font-size: 0.9rem;
}

/* ---- GALLERY ---- */
.mod-page .gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.25s;
}

.mod-page .gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* ---- ENPI CARDS ---- */
.mod-page .enpi-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.25s;
}

.mod-page .enpi-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1200px) {
    .mod-page .mod-stats { grid-template-columns: repeat(2, 1fr); }
    .mod-page .mod-benefits .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .mod-page .mod-features .features-grid { grid-template-columns: repeat(2, 1fr); }
    .mod-page .mod-trust .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .mod-page .mod-outputs .outputs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .mod-page .mod-hero { padding: 120px 0 80px; }
    .mod-page .mod-hero .hero-title { font-size: 2rem; }
    .mod-page .mod-hero .hero-subtitle { font-size: 1rem; }
    .mod-page .mod-stats { grid-template-columns: 1fr 1fr; margin-top: -30px; gap: 12px; }
    .mod-page .mod-benefits .benefits-grid { grid-template-columns: 1fr; }
    .mod-page .mod-detail .detail-container { grid-template-columns: 1fr; }
    .mod-page .mod-features .features-grid { grid-template-columns: 1fr 1fr; }
    .mod-page .mod-challenge { grid-template-columns: 1fr; }
    .mod-page .mod-trust .trust-grid { grid-template-columns: 1fr 1fr; }
    .mod-page .mod-outputs .outputs-grid { grid-template-columns: 1fr; }
    .mod-page .mod-hero .hero-features { flex-direction: column; gap: 10px; }
    .mod-page .mod-hero .hero-buttons { flex-direction: column; }
    .mod-page .btn-mod-primary,
    .mod-page .btn-mod-secondary { width: 100%; justify-content: center; }
    .mod-page .section-title { font-size: 1.8rem; }
    .mod-page .mod-cta .cta-title { font-size: 1.8rem; }
}

@media (max-width: 480px) {
    .mod-page .mod-hero .hero-title { font-size: 1.7rem; }
    .mod-page .mod-stats { grid-template-columns: 1fr; }
    .mod-page .mod-trust .trust-grid { grid-template-columns: 1fr; }
    .mod-page .mod-features .features-grid { grid-template-columns: 1fr; }
    .mod-page .section-title { font-size: 1.5rem; }
}

/* ============================================
   FLEET (FILO) SAYFA OVERRIDE
   filo-yonetimi icin fleet-* class'lari
   ============================================ */

/* Fleet Hero */
.fleet-hero {
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #1e40af 100%) !important;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.fleet-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 70% 20%, rgba(59,130,246,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(30,64,175,0.08) 0%, transparent 40%);
    pointer-events: none;
}
.fleet-hero .hero-content { position: relative; z-index: 2; color: #ffffff; }
.fleet-hero .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
    padding: 10px 24px; border-radius: 50px;
    font-size: 13px; font-weight: 600; margin-bottom: 20px;
    color: #ffffff; border: 1px solid rgba(255,255,255,0.15);
}
.fleet-hero .hero-badge i { font-size: 14px; color: #93c5fd; }
.fleet-hero .hero-title {
    font-size: 3.2rem; font-weight: 800; margin-bottom: 20px;
    line-height: 1.15; color: #ffffff; letter-spacing: -0.02em;
}
.fleet-hero .hero-subtitle {
    font-size: 1.2rem; color: rgba(255,255,255,0.85);
    margin-bottom: 30px; max-width: 560px; line-height: 1.7;
}
.fleet-hero .hero-breadcrumb {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 20px; font-size: 14px;
}
.fleet-hero .hero-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.fleet-hero .hero-breadcrumb a:hover { color: #ffffff; }
.fleet-hero .hero-breadcrumb .separator { color: rgba(255,255,255,0.4); }
.fleet-hero .hero-breadcrumb span { color: rgba(255,255,255,0.7); }
.fleet-hero .hero-features { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 35px; }
.fleet-hero .hero-feature { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.9); }
.fleet-hero .hero-feature i {
    width: 22px; height: 22px;
    background: rgba(34,197,94,0.25); border-radius: 50%;
    display: inline-flex !important; align-items: center; justify-content: center;
    font-size: 10px; color: #86efac;
}
.fleet-hero .btn-hero-primary {
    background: #ffffff; color: #1e3a5f; padding: 14px 32px;
    border-radius: 8px; font-weight: 700; font-size: 15px;
    text-decoration: none; display: inline-flex; align-items: center;
    gap: 8px; transition: all 0.3s; border: none;
}
.fleet-hero .btn-hero-primary:hover {
    transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.25); color: #1e3a5f;
}
.fleet-hero .btn-hero-secondary {
    background: transparent; color: #ffffff; padding: 14px 32px;
    border-radius: 8px; font-weight: 600; font-size: 15px;
    text-decoration: none; border: 2px solid rgba(255,255,255,0.3); transition: all 0.3s;
}
.fleet-hero .btn-hero-secondary:hover {
    background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); color: #ffffff;
}
.fleet-hero .hero-image img {
    border-radius: 12px; box-shadow: 0 25px 50px rgba(0,0,0,0.35); max-width: 100%;
}

/* Fleet Stats */
.fleet-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    margin-top: -50px; position: relative; z-index: 10;
}
.fleet-stats .stat-card {
    background: #ffffff; border-radius: 12px; padding: 28px 20px;
    text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s; border: 1px solid #e2e8f0;
}
.fleet-stats .stat-card:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0,0,0,0.12); }
.fleet-stats .stat-number { font-size: 2.2rem; font-weight: 800; color: #1e3a5f; display: block; }
.fleet-stats .stat-label { color: #64748b; font-size: 13px; font-weight: 500; margin-top: 4px; }

/* Fleet Value Prop */
.fleet-value-prop { padding: 90px 0; background: #ffffff; }
.fleet-value-prop .value-intro { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.fleet-value-prop .value-intro p { font-size: 1.1rem; color: #475569; line-height: 1.85; }
.fleet-value-prop .value-intro p strong { color: #1e3a5f; font-weight: 700; }

/* Fleet Challenge/Solution */
.fleet-challenge { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 50px; }
.fleet-challenge .challenge-box {
    background: #ffffff; border-radius: 12px; padding: 35px;
    border: 1px solid #fecaca; border-left: 4px solid #ef4444;
}
.fleet-challenge .challenge-box h3 { color: #dc2626; font-size: 1.25rem; font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.fleet-challenge .challenge-box h3 i { font-size: 18px; color: #dc2626; }
.fleet-challenge .challenge-box ul { list-style: none; padding: 0; margin: 0; }
.fleet-challenge .challenge-box ul li { padding: 8px 0; color: #1e293b; display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; line-height: 1.5; }
.fleet-challenge .challenge-box ul li i { color: #ef4444; font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.fleet-challenge .solution-box {
    background: #ffffff; border-radius: 12px; padding: 35px;
    border: 1px solid #bbf7d0; border-left: 4px solid #22c55e;
}
.fleet-challenge .solution-box h3 { color: #15803d; font-size: 1.25rem; font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.fleet-challenge .solution-box h3 i { font-size: 18px; color: #15803d; }
.fleet-challenge .solution-box ul { list-style: none; padding: 0; margin: 0; }
.fleet-challenge .solution-box ul li { padding: 8px 0; color: #1e293b; display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; line-height: 1.5; }
.fleet-challenge .solution-box ul li i { color: #22c55e; font-size: 14px; margin-top: 3px; flex-shrink: 0; }

/* Fleet Trust */
.fleet-trust { padding: 80px 0; background: #f8fafc; }
.fleet-trust .section-header { text-align: center; margin-bottom: 50px; }
.fleet-trust .section-badge { display: inline-block; background: #1e3a5f; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.fleet-trust .section-title { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.fleet-trust .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fleet-trust .trust-item {
    background: #ffffff; border-radius: 10px; padding: 28px 22px;
    text-align: center; transition: all 0.25s; border: 1px solid #e2e8f0;
}
.fleet-trust .trust-item:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); border-color: #cbd5e1; }
.fleet-trust .trust-icon {
    width: 56px; height: 56px; background: #1e3a5f; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; font-size: 22px; color: #ffffff;
}
.fleet-trust .trust-icon i { font-size: 22px; color: #ffffff; line-height: 1; }
.fleet-trust .trust-item h4 { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.fleet-trust .trust-item p { font-size: 0.85rem; color: #64748b; line-height: 1.55; margin: 0; }

/* Fleet Modules Detail */
.fleet-modules-detail { padding: 80px 0; background: #ffffff; }
.fleet-modules-detail .modules-detail-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.fleet-modules-detail .modules-detail-content h3 { font-size: 1.8rem; font-weight: 800; color: #0f172a; margin-bottom: 16px; }
.fleet-modules-detail .modules-detail-content p { color: #475569; line-height: 1.7; margin-bottom: 20px; }
.fleet-modules-detail .modules-detail-list { list-style: none; padding: 0; }
.fleet-modules-detail .modules-detail-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.fleet-modules-detail .modules-detail-list li i {
    width: 36px; height: 36px; background: #1e3a5f; color: #ffffff;
    border-radius: 8px; font-size: 16px; flex-shrink: 0;
    display: inline-flex !important; align-items: center; justify-content: center;
}
.fleet-modules-detail .modules-detail-list li span { font-weight: 600; color: #1e293b; font-size: 0.95rem; }
.fleet-modules-detail .modules-detail-image img { border-radius: 12px; box-shadow: 0 12px 35px rgba(0,0,0,0.1); width: 100%; }

/* Fleet Benefits */
.fleet-benefits { padding: 80px 0; background: #ffffff; }
.fleet-benefits .section-header { text-align: center; margin-bottom: 50px; }
.fleet-benefits .section-badge { display: inline-block; background: #1e3a5f; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.fleet-benefits .section-title { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.fleet-benefits .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fleet-benefits .benefit-card {
    background: #f8fafc; border-radius: 10px; padding: 32px 24px;
    text-align: center; transition: all 0.25s; border: 1px solid #e2e8f0;
}
.fleet-benefits .benefit-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); border-color: #cbd5e1; }
.fleet-benefits .benefit-icon {
    width: 64px; height: 64px; border-radius: 12px; background: #1e3a5f;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 26px; color: #ffffff;
}
.fleet-benefits .benefit-icon i { font-size: 26px; color: #ffffff; line-height: 1; }
.fleet-benefits .benefit-card h3 { font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.fleet-benefits .benefit-card p { color: #64748b; font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* Fleet Features (Dark) */
.fleet-features { padding: 80px 0; background: #0f172a; color: #ffffff; }
.fleet-features .section-header { text-align: center; margin-bottom: 50px; }
.fleet-features .section-title { color: #ffffff; font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; }
.fleet-features .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet-features .feature-card { text-align: center; padding: 28px 16px; border-radius: 10px; transition: all 0.25s; }
.fleet-features .feature-card:hover { background: rgba(255,255,255,0.04); }
.fleet-features .feature-icon-box {
    width: 56px; height: 56px; border-radius: 12px;
    background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 24px; color: #93c5fd; border: 1px solid rgba(255,255,255,0.1);
}
.fleet-features .feature-icon-box i { font-size: 24px; color: #93c5fd; line-height: 1; }
.fleet-features .feature-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; color: #f1f5f9; }
.fleet-features .feature-card p { color: #94a3b8; font-size: 0.85rem; line-height: 1.5; margin: 0; }

/* Fleet Outputs */
.fleet-outputs { padding: 80px 0; background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%) !important; color: #ffffff; }
.fleet-outputs .outputs-header { text-align: center; margin-bottom: 50px; }
.fleet-outputs .outputs-header h2 { font-size: 2rem; font-weight: 800; margin-bottom: 12px; color: #ffffff; }
.fleet-outputs .outputs-header p { font-size: 1rem; color: #94a3b8; }
.fleet-outputs .outputs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fleet-outputs .output-card {
    background: rgba(255,255,255,0.06); border-radius: 12px; padding: 32px 24px;
    text-align: center; border: 1px solid rgba(255,255,255,0.1); transition: all 0.25s;
}
.fleet-outputs .output-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.fleet-outputs .output-icon {
    width: 56px; height: 56px; background: rgba(255,255,255,0.1); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 24px; color: #93c5fd; border: 1px solid rgba(255,255,255,0.12);
}
.fleet-outputs .output-icon i { font-size: 24px; color: #93c5fd; line-height: 1; }
.fleet-outputs .output-card h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #f1f5f9; }
.fleet-outputs .output-card p { font-size: 0.88rem; color: #94a3b8; line-height: 1.6; margin: 0; }

/* Fleet CTA */
.fleet-cta { padding: 80px 0; background: #1e3a5f !important; }
.fleet-cta .cta-content { text-align: center; color: #ffffff; max-width: 600px; margin: 0 auto; }
.fleet-cta .cta-title { font-size: 2.2rem; font-weight: 800; margin-bottom: 16px; color: #ffffff; }
.fleet-cta .cta-desc { font-size: 1.05rem; color: #cbd5e1; margin-bottom: 28px; line-height: 1.7; }
.fleet-cta .cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Fleet Responsive */
@media (max-width: 1200px) {
    .fleet-stats { grid-template-columns: repeat(2, 1fr); }
    .fleet-benefits .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .fleet-features .features-grid { grid-template-columns: repeat(2, 1fr); }
    .fleet-trust .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .fleet-outputs .outputs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .fleet-hero { padding: 120px 0 80px; }
    .fleet-hero .hero-title { font-size: 2rem; }
    .fleet-stats { grid-template-columns: 1fr 1fr; margin-top: -30px; gap: 12px; }
    .fleet-benefits .benefits-grid { grid-template-columns: 1fr; }
    .fleet-modules-detail .modules-detail-container { grid-template-columns: 1fr; }
    .fleet-features .features-grid { grid-template-columns: 1fr 1fr; }
    .fleet-challenge { grid-template-columns: 1fr; }
    .fleet-trust .trust-grid { grid-template-columns: 1fr 1fr; }
    .fleet-outputs .outputs-grid { grid-template-columns: 1fr; }
    .fleet-hero .hero-features { flex-direction: column; gap: 10px; }
    .fleet-hero .hero-buttons { flex-direction: column; }
    .fleet-hero .btn-hero-primary,
    .fleet-hero .btn-hero-secondary { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
    .fleet-hero .hero-title { font-size: 1.7rem; }
    .fleet-stats { grid-template-columns: 1fr; }
    .fleet-trust .trust-grid { grid-template-columns: 1fr; }
    .fleet-features .features-grid { grid-template-columns: 1fr; }
}

/* ============================================
   APPS INDEX GRID - Uygulamalar Landing Page
   ============================================ */
.mod-page .mod-apps-grid {
    padding: 80px 0;
    background: #f8fafc;
}

.mod-page .apps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mod-page .app-link-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
    text-decoration: none;
    display: block;
    color: inherit;
}

.mod-page .app-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #1e3a5f;
    text-decoration: none;
    color: inherit;
}

.mod-page .app-link-card .app-card-icon {
    width: 56px;
    height: 56px;
    background: #1e3a5f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
    color: #ffffff;
}

.mod-page .app-link-card .app-card-icon i {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}

.mod-page .app-link-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.mod-page .app-link-card p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Apps Index Responsive */
@media (max-width: 1200px) {
    .mod-page .apps-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .mod-page .apps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .mod-page .apps-grid { grid-template-columns: 1fr; }
}
