/**
 * ============================================
 * MODULE DETAIL PAGE STYLES
 * ============================================
 */

/* Module Detail Hero */
.module-detail-hero{position:relative;padding:6rem 0 4rem;overflow:hidden}
.module-detail-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}
.module-detail-hero-bg::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gNDAgMCBMIDAgMCAwIDQwIiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIgb3BhY2l0eT0iMC4xIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIi8+PC9zdmc+');opacity:0.3}
.module-detail-hero-content{position:relative;z-index:2}

/* Breadcrumb */
.module-detail-hero .breadcrumb-nav{margin-bottom:1.5rem}
.module-detail-hero .breadcrumb-item{color:rgba(255,255,255,0.85);text-decoration:none}
.module-detail-hero .breadcrumb-item:hover{color:white}
.module-detail-hero .breadcrumb-item.active{color:white;font-weight:600}
.module-detail-hero .breadcrumb-separator{color:rgba(255,255,255,0.5)}

/* Hero Info */
.module-hero-info{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}
.module-hero-icon{width:100px;height:100px;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white;flex-shrink:0;box-shadow:0 8px 32px rgba(0,0,0,0.1)}
.module-hero-text{flex:1}
.module-category-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);border-radius:50px;color:white;font-size:0.9rem;font-weight:600;margin-bottom:0.75rem}
.module-hero-title{font-size:2.75rem;font-weight:800;color:white;margin:0 0 0.75rem;text-shadow:0 2px 10px rgba(0,0,0,0.2)}
.module-hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,0.9);margin:0}

/* Quick Stats */
.module-quick-stats{display:flex;gap:2rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);margin-bottom:2rem}
.quick-stat{display:flex;align-items:center;gap:0.75rem;color:white;font-size:1rem}
.quick-stat i{font-size:1.5rem;opacity:0.8}
.quick-stat strong{font-weight:700}

/* Hero Actions */
.module-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}

/* Detail Content */
.module-detail-content{padding:4rem 0}
.module-detail-grid{display:grid;grid-template-columns:1fr 350px;gap:3rem}

/* Detail Cards */
.detail-card{background:white;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.06);transition:all 0.3s}
.detail-card:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.detail-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--bg-light)}
.detail-card-header i{font-size:1.8rem;color:var(--primary)}
.detail-card-header h2{font-size:1.75rem;font-weight:700;margin:0;color:var(--text-dark)}
.detail-card-body{color:var(--text-secondary)}

/* Features Grid */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.feature-box-detail{background:var(--bg-light);padding:1.5rem;border-radius:16px;display:flex;align-items:flex-start;gap:1rem;transition:all 0.3s}
.feature-box-detail:hover{background:white;box-shadow:0 4px 15px rgba(0,0,0,0.08);transform:translateY(-2px)}
.feature-box-icon{width:40px;height:40px;background:var(--success);color:white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.feature-box-content h4{font-size:1.05rem;font-weight:600;margin:0 0 0.25rem;color:var(--text-dark)}
.feature-box-content p{font-size:0.9rem;color:var(--text-muted);margin:0}

/* Alt Modüller Grid */
.alt-moduller-grid{display:grid;gap:1rem}
.alt-modul-card{background:var(--bg-light);padding:1.25rem;border-radius:12px;display:flex;align-items:flex-start;gap:1rem;transition:all 0.3s;cursor:pointer}
.alt-modul-card:hover{background:white;box-shadow:0 2px 12px rgba(0,0,0,0.06);transform:translateX(4px)}
.alt-modul-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}
.alt-modul-content h4{font-size:1.1rem;font-weight:600;margin:0 0 0.25rem;color:var(--text-dark)}
.alt-modul-content p{font-size:0.9rem;color:var(--text-muted);margin:0}

/* Screenshots */
.screenshots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.screenshot-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s;cursor:pointer}
.screenshot-item:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,0.15)}
.screenshot-item img{width:100%;height:auto;display:block}
.screenshot-caption{padding:0.75rem;background:var(--bg-light);margin:0;font-size:0.9rem;text-align:center;color:var(--text-secondary)}

/* Sidebar */
.module-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.sidebar-card{padding:1.75rem;border-radius:16px}
.sidebar-card-title{display:flex;align-items:center;gap:0.75rem;font-size:1.2rem;font-weight:700;margin:0 0 1.25rem;color:var(--text-dark)}
.sidebar-card-title i{color:var(--primary);font-size:1.3rem}
.sidebar-card-body{display:flex;flex-direction:column;gap:1rem}

/* Info Rows */
.info-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid rgba(0,0,0,0.05)}
.info-row:last-child{border-bottom:none}
.info-label{font-size:0.9rem;color:var(--text-muted);font-weight:500}
.info-value{font-size:0.95rem;color:var(--text-dark);font-weight:600}

/* CTA Card */
.cta-card{background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;text-align:center;padding:2rem!important}
.cta-card-icon{width:60px;height:60px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}
.cta-card h3{font-size:1.3rem;font-weight:700;margin:0 0 0.5rem}
.cta-card p{font-size:0.95rem;margin:0 0 1.5rem;opacity:0.9}
.cta-card .btn{margin-top:0.5rem}

/* Related Modules */
.related-module-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-light);border-radius:12px;cursor:pointer;transition:all 0.3s;margin-bottom:0.75rem}
.related-module-item:last-child{margin-bottom:0}
.related-module-item:hover{background:white;box-shadow:0 2px 10px rgba(0,0,0,0.06);transform:translateX(4px)}
.related-module-item i{font-size:1.5rem;color:var(--primary)}
.related-module-item h5{font-size:0.95rem;font-weight:600;margin:0 0 0.125rem;color:var(--text-dark)}
.related-module-item p{font-size:0.8rem;color:var(--text-muted);margin:0}

/* CTA Bottom */
.cta-bottom{padding:3rem;text-align:center;border-radius:24px}
.cta-bottom h2{font-size:2rem;font-weight:700;margin:0 0 0.75rem;color:var(--text-dark)}
.cta-bottom p{font-size:1.1rem;color:var(--text-muted);margin:0 0 2rem}
.cta-bottom-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* Responsive */
@media(max-width:1200px){.module-detail-grid{grid-template-columns:1fr 300px;gap:2rem}.features-grid{grid-template-columns:1fr}}
@media(max-width:992px){.module-detail-grid{grid-template-columns:1fr;gap:2rem}.module-detail-sidebar{max-width:600px;margin:0 auto}.module-hero-info{flex-direction:column;text-align:center;align-items:center}.module-hero-actions{justify-content:center}}
@media(max-width:768px){.module-hero-title{font-size:2rem}.module-hero-subtitle{font-size:1rem}.module-quick-stats{justify-content:center}.features-grid{grid-template-columns:1fr}.screenshots-grid{grid-template-columns:1fr}.detail-card{padding:1.5rem}.cta-bottom{padding:2rem}.cta-bottom h2{font-size:1.5rem}.cta-bottom p{font-size:1rem}}
@media(max-width:480px){.module-detail-hero{padding:4rem 0 2rem}.module-hero-icon{width:70px;height:70px;font-size:2rem}.module-hero-actions{flex-direction:column;width:100%}.module-hero-actions .btn{width:100%}.detail-card-header{flex-direction:column;align-items:flex-start;gap:0.5rem}.sidebar-card{padding:1.5rem}}
