/* İç sayfa stilleri — Premium Script teması ile uyumlu */
.tc-page-hero {
    background: linear-gradient(135deg, #071f44 0%, #061b3a 55%, #331300 100%);
    padding: 48px 0 42px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.tc-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 102, 0, 0.18), transparent 45%);
    pointer-events: none;
}
.tc-page-hero__inner { position: relative; z-index: 1; }
.tc-page-hero h1 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    margin: 0 0 14px;
}
.tc-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}
.tc-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    opacity: 0.5;
}
.tc-breadcrumb a { color: #ff6600; }
.tc-breadcrumb a:hover { color: #fff; }

.tc-page-section { padding: 70px 0; }
.tc-page-section-head { margin-bottom: 42px; }
.tc-page-section-head .tc-kicker {
    display: inline-block;
    color: #ff6600;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    margin-bottom: 10px;
}
.tc-page-section-head h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 800;
    color: #071f44;
    margin-bottom: 12px;
}
.tc-page-section-head p { color: #64748b; max-width: 640px; margin: 0 auto; }

.tc-detail-content h2 { color: #071f44; font-weight: 800; margin-bottom: 16px; }
.tc-detail-content p { color: #475569; line-height: 1.8; margin-bottom: 14px; }
.tc-detail-content .top-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 12px 28px;
    border-radius: 8px;
    background: #ff6600;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: none;
}
.tc-detail-content .top-btn:hover {
    background: #351403;
    color: #fff !important;
}
.tc-detail-content .top-btn i {
    color: #fff !important;
}
.tc-detail-image img { width: 100%; border-radius: 12px; box-shadow: 0 12px 40px rgba(7, 31, 68, 0.12); }
.tc-detail-content .tc-icon { color: #ff6600; width: 22px; margin-right: 8px; }

.tc-insaat-service-grid .tc-insaat-service-card { margin-bottom: 28px; }

.tc-gallery-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease;
}
.tc-gallery-item:hover { transform: translateY(-4px); }
.tc-gallery-item img { width: 100%; height: 200px; object-fit: cover; display: block; }

.tc-faq-list { max-width: 800px; margin: 0 auto; }
.tc-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}
.tc-faq-q {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    border: 0;
    background: #fff;
    font-weight: 700;
    color: #071f44;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.tc-faq-q i { color: #ff6600; transition: transform 0.2s; }
.tc-faq-item.is-open .tc-faq-q i { transform: rotate(45deg); }
.tc-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.tc-faq-item.is-open .tc-faq-a { max-height: 200px; }
.tc-faq-a p { padding: 0 20px 18px; margin: 0; color: #64748b; }

.tc-contact-form .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    min-height: 48px;
}
.tc-contact-form textarea.form-control { min-height: 140px; }

.tc-video-card iframe { border: 0; border-radius: 12px; }

@media (max-width: 767.98px) {
    .tc-page-section { padding: 48px 0; }
    .tc-page-hero { padding: 36px 0 30px; }
}
