/**
 * İsteğe bağlı ek stiller — yeni bileşenler, sayfa özel düzenler.
 * Genel rötuşlar için css/ui-polish.css kullanın.
 */

/* ----- Highlights + güven şeridi: üst üste binmeyi önle ----- */
/* Şablon .highlights-area { margin-top: -135px } ile kartları slider üstüne bindiriyordu; slider altına güven şeridi eklenince kartlar şeridin üzerine taşıyordu. */
.highlights-area {
    margin-top: 0 !important;
    padding-top: 52px;
    z-index: 2 !important;
}

/* ----- Hero / Revolution slider ----- */
#rev_slider_one_wrapper {
    position: relative;
}

#rev_slider_one_wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(11, 36, 71, 0.88) 0%,
        rgba(11, 36, 71, 0.5) 45%,
        rgba(11, 36, 71, 0.12) 78%,
        transparent 100%
    );
}

.main-slider .tp-caption {
    z-index: 6 !important;
}

.main-slider .tparrows,
.main-slider .uranus.tparrows {
    z-index: 25 !important;
}

.slider-glass-card {
    background: rgba(15, 23, 42, 0.58) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    padding: 22px 26px !important;
}

.slider-glass-card h1 {
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    color: #fff !important;
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.slider-glass-card .slider-hero-lead {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 400;
    margin: 14px 0 0;
    max-width: 34rem;
    line-height: 1.55;
}

.slider-slide-heading {
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    font-weight: 700;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin: 0;
}

.main-slider .slide-content .big-title.slider-glass-card .slider-slide-heading {
    font-size: clamp(1.25rem, 2.4vw, 1.85rem) !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.slider-text-card {
    background: rgba(15, 23, 42, 0.52) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    padding: 16px 20px !important;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.main-slider .slide-content .btn-box a.btn-one {
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(11, 74, 167, 0.35);
}

.main-slider .slide-content .btn-box a.btn-one:hover {
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

/* ----- Slider altı güven şeridi ----- */
.slider-trust-bar {
    position: relative;
    z-index: 3;
    margin-top: 0;
    background: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 22px 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.slider-trust-bar .trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 12px;
    border-radius: 10px;
    transition: background 0.25s ease;
}

.slider-trust-bar .trust-item:hover {
    background: rgba(11, 74, 167, 0.06);
}

.slider-trust-bar .trust-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(145deg, #0b4aa7, #0d5ed4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(11, 74, 167, 0.35);
}

.slider-trust-bar .trust-item h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #27282c;
    font-family: "Poppins", sans-serif;
}

.slider-trust-bar .trust-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 767px) {
    .slider-trust-bar .trust-item {
        margin-bottom: 12px;
    }
}

/* ----- Ana sayfa SSS ----- */
.home-faq-section {
    padding: 80px 0;
    background: #fff;
}

.home-faq-section .faq-grid details {
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #fafbfc;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-faq-section .faq-grid details[open] {
    border-color: rgba(11, 74, 167, 0.35);
    box-shadow: 0 6px 20px rgba(11, 74, 167, 0.08);
}

.home-faq-section .faq-grid summary {
    cursor: pointer;
    padding: 16px 18px;
    font-weight: 600;
    font-size: 15px;
    color: #27282c;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-faq-section .faq-grid summary::-webkit-details-marker {
    display: none;
}

.home-faq-section .faq-grid summary::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #0b4aa7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.home-faq-section .faq-grid details[open] summary::before {
    content: "−";
}

.home-faq-section .faq-grid .faq-answer {
    padding: 0 18px 16px 54px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .home-faq-section .faq-grid .faq-answer {
        padding-left: 18px;
    }
}

/* ----- Geniş içerik bölümleri (ana sayfa) ----- */
.page-rich-section {
    position: relative;
}

.page-rich-section .rich-lead {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.rich-card-mini {
    background: #fafbfc;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 26px 22px;
    height: 100%;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.rich-card-mini:hover {
    box-shadow: 0 10px 32px rgba(11, 74, 167, 0.1);
    border-color: rgba(11, 74, 167, 0.25);
}

.rich-card-mini .rich-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(145deg, #0b4aa7, #1565c0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.rich-card-mini h3 {
    font-size: 17px;
    color: #27282c;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.rich-card-mini p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.rich-prose {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
}

.rich-prose h3 {
    font-size: 20px;
    color: #27282c;
    margin: 28px 0 12px;
    font-weight: 600;
}

.rich-prose ul {
    padding-left: 20px;
    margin: 0 0 16px;
}

.rich-prose li {
    margin-bottom: 8px;
}

.rich-sidebar-box {
    background: #f0f4f8;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #dde4ec;
}

.rich-sidebar-box h4 {
    margin: 0 0 14px;
    font-size: 17px;
    color: #0b4aa7;
}

.rich-sidebar-box ul {
    margin: 0;
    padding-left: 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.step-line {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.step-line .num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0b4aa7;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

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

.cta-strip-rich {
    background: linear-gradient(120deg, #0b4aa7 0%, #1565c0 50%, #0d47a1 100%);
    color: #fff;
    padding: 56px 0;
    text-align: center;
}

.cta-strip-rich h2 {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin: 0 0 14px;
    font-weight: 700;
}

.cta-strip-rich p {
    margin: 0 auto 22px;
    max-width: 640px;
    opacity: 0.95;
    line-height: 1.65;
    font-size: 16px;
}

.cta-strip-rich .btn-one {
    background: #fff !important;
    color: #0b4aa7 !important;
}

.cta-strip-rich .btn-one:hover {
    background: #27282c !important;
    color: #fff !important;
}

.material-split {
    background: #fafbfc;
    border-radius: 14px;
    padding: 28px 26px;
    height: 100%;
    border: 1px solid #e8ecf1;
}

.material-split h3 {
    font-size: 19px;
    margin: 0 0 14px;
    color: #27282c;
}
