/* ===================================
   TEKNOLOJİ DETAY SAYFASI - PREMIUM STYLES
   =================================== */

/* ── Hero Section ── */
.tech-detail-hero {
    padding: 60px 0 80px;
    background: #f8fafc;
}

.tech-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.tech-detail-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #0B2C54;
    line-height: 1.2;
    margin-bottom: 24px;
}

.tech-detail-lead {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 36px;
}

.tech-hero-image-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid rgba(11, 44, 84, 0.1);
}

.tech-hero-image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.tech-hero-image-wrap:hover img {
    transform: scale(1.04);
}

.tech-hero-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 28px 28px;
    background: linear-gradient(to top, rgba(11, 44, 84, 0.9) 0%, transparent 100%);
    color: #fff;
}

.tech-hero-image-overlay .badge-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FF6B35;
    margin-bottom: 4px;
    display: block;
}

.tech-hero-image-overlay h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #fff;
}

/* ── CTA Row in Hero ── */
.tech-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-tech-randevu {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FF6B35;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
    white-space: nowrap;
}

.btn-tech-randevu:hover {
    background: #E85A2A;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none;
}

.btn-tech-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #0B2C54;
    color: #0B2C54;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-tech-outline:hover {
    background: #0B2C54;
    color: #fff;
    transform: translateY(-3px);
}

/* ── Stats Bar ── */
.tech-stats-bar {
    background: #0B2C54;
    padding: 36px 0;
}

.tech-stat-item {
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.tech-stat-item:last-child {
    border-right: none;
}

.tech-stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #FF6B35;
    line-height: 1;
    margin-bottom: 6px;
}

.tech-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ── What Is It Section ── */
.tech-about-section {
    padding: 80px 0 60px;
}

.section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FF6B35;
    margin-bottom: 14px;
}

.section-title-lg {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0B2C54;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-body {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* ── Feature Cards ── */
.tech-features-section {
    padding: 60px 0 80px;
    background: #f8fafc;
}

.feature-card {
    background: #fff;
    border-radius: 0;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: none;
    border-color: rgba(255, 107, 53, 0.3);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: rgba(11, 44, 84, 0.07);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #0B2C54;
}

.feature-icon i {
    font-size: 24px;
    color: #0B2C54;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-icon i {
    color: #fff;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #0B2C54;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ── Benefits List ── */
.tech-benefits-section {
    padding: 80px 0;
}

.benefit-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.benefit-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.benefit-icon-wrap i {
    font-size: 20px;
    color: #FF6B35;
}

.benefit-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0B2C54;
    margin-bottom: 6px;
}

.benefit-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ── FAQ / Process Steps ── */
.tech-process-section {
    padding: 80px 0;
    background: #f8fafc;
}

.process-step {
    display: flex;
    gap: 24px;
    margin-bottom: 36px;
    align-items: flex-start;
}

.process-step-number {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #0B2C54;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.process-step-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0B2C54;
    margin-bottom: 8px;
}

.process-step-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ── CTA Banner ── */
.tech-cta-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, #0B2C54 0%, #1E4D8B 100%);
    position: relative;
    overflow: hidden;
}

.tech-cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,107,53,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.tech-cta-banner h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.tech-cta-banner p {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}

/* ── Related Technologies ── */
.tech-related-section {
    padding: 80px 0;
}

.related-tech-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-shadow: none;
}

.related-tech-card:hover {
    transform: translateY(-8px);
    box-shadow: none;
    border-color: rgba(11, 44, 84, 0.2);
    color: inherit;
}

.related-tech-card .card-img {
    height: 160px;
    overflow: hidden;
}

.related-tech-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-tech-card:hover .card-img img {
    transform: scale(1.08);
}

.related-tech-card .card-body {
    padding: 20px 22px;
}

.related-tech-card .card-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FF6B35;
    margin-bottom: 8px;
    display: block;
}

.related-tech-card .card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0B2C54;
    margin-bottom: 8px;
    line-height: 1.3;
}

.related-tech-card .card-link {
    font-size: 13px;
    font-weight: 700;
    color: #FF6B35;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.related-tech-card:hover .card-link {
    gap: 10px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .tech-detail-hero {
        padding: 40px 0 60px;
    }
    .tech-hero-image-wrap img {
        height: 280px;
    }
    .tech-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding: 16px 0;
    }
    .tech-stat-item:last-child {
        border-bottom: none;
    }
    .tech-hero-actions {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .tech-detail-title {
        font-size: 1.8rem;
    }
    .tech-about-section,
    .tech-features-section,
    .tech-benefits-section,
    .tech-process-section,
    .tech-related-section {
        padding: 50px 0;
    }
}
