/* ============================================
   SERVICE MEGA MENU - Header hover menü
   ============================================ */

.single-service-menu .icon img {
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
}

.single-service-menu.get-consultation .icon {
    background: #c8102e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-menu.get-consultation:hover .icon {
    background: #1C2539;
}

/* Mega menu: ikon solda | baslik + detay sagda, ikonla dikey hizali */
/* Hizmetler üst menü: tıklanınca sayfaya gitmez, yalnızca hover mega menü */
.main-nav.mega-menu > a.mega-menu-parent-link {
    cursor: default;
}

/* Mega menü — blog alt bağlantı (tüm yazılar) */
.mega-menu-blog-footer {
    border-color: rgba(226, 232, 240, 0.9) !important;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-bottom: 0.25rem !important;
}

.mega-menu-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1c2539;
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.mega-menu-all-link:hover {
    color: #c8102e;
    background: rgba(200, 16, 46, 0.06);
}

.rts-mega-menu.service-mega-menu-style li a {
    min-height: 118px;
    height: 118px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 16px !important;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu {
    width: 100%;
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-right: 0 !important;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 5px;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .title {
    margin: 0 !important;
    padding: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu p.details {
    margin: 0 !important;
    padding: 0;
    line-height: 1.35;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   HOME CARDS - Slider Altı Kartlar
   ============================================ */

.rts-home-cards-area {
    padding-bottom: 50px;
}

.rts-home-single-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 35px 30px;
    box-shadow: 0px 20px 60px rgba(28, 37, 57, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.rts-home-single-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--card-accent, #c8102e);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.rts-home-single-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 30px 70px rgba(28, 37, 57, 0.12);
}

.rts-home-single-card:hover::after {
    transform: scaleX(1);
}

.rts-home-single-card .card-icon {
    min-width: 58px;
    height: 58px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rts-home-single-card .card-icon span {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Red Hat Display', sans-serif;
}

.rts-home-single-card .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-home-single-card .card-icon .card-icon-img {
    max-width: 34px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rts-home-single-card .card-icon i {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
}

.rts-home-single-card .card-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Red Hat Display', sans-serif;
}

.rts-home-single-card .card-content .disc {
    font-size: 15px;
    line-height: 1.6;
    color: #5D666F;
    margin: 0;
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .rts-home-cards-area {
        margin-top: -30px !important;
        padding-bottom: 40px;
    }
    .rts-home-single-card {
        padding: 25px 20px;
        gap: 18px;
    }
    .rts-home-single-card .card-icon {
        min-width: 48px;
        height: 48px;
    }
    .rts-home-single-card .card-icon span {
        font-size: 18px;
    }
    .rts-home-single-card .card-content .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-home-cards-area {
        margin-top: -20px !important;
    }
    .rts-home-single-card {
        padding: 20px 16px;
        gap: 14px;
    }
    .rts-home-single-card .card-icon {
        min-width: 44px;
        height: 44px;
        border-radius: 8px;
    }
    .rts-home-single-card .card-content .title {
        font-size: 16px;
    }
}

/* ============================================
   SERVICE ICON FIX - İkon boyutu sınırlama
   ============================================ */

.single-service-signle-wrapper .icons img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ============================================
   SERVICE DETAIL PAGE - Hizmet detay sayfası
   ============================================ */

.breadcrumb-service-details {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.breadcrumb-service-details::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28, 37, 57, 0.9) 0%, rgba(28, 37, 57, 0.7) 100%);
}

.breadcrumb-service-details .title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    position: relative;
    z-index: 1;
}

.breadcrumb-service-details .disc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.breadcrumb-service-details .page-list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.breadcrumb-service-details .page-list li.active {
    color: #fff;
    position: relative;
    z-index: 1;
}

.service-details-left-area .thumbnail {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.service-details-left-area .thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.service-details-left-area h3.title {
    font-size: 28px;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 20px;
    font-family: 'Red Hat Display', sans-serif;
}

.service-details-left-area .disc {
    color: #5D666F;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

/* Sidebar */
.rts-single-wized {
    background: #F8F9FA;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.rts-single-wized .wized-header {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rts-single-wized .wized-header h5.title {
    font-size: 18px;
    font-weight: 700;
    color: #1C2539;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}

.rts-single-wized .wized-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rts-single-wized .wized-body ul li {
    margin-bottom: 0;
}

.rts-single-wized .wized-body ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #5D666F;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.rts-single-wized .wized-body ul li a:hover,
.rts-single-wized .wized-body ul li a.active {
    background: #c8102e;
    color: #fff;
}

.rts-single-wized .wized-body ul li a:hover i,
.rts-single-wized .wized-body ul li a.active i {
    color: #fff;
}

/* Contact sidebar widget */
.rts-single-wized.contact-widget {
    background: #1C2539;
    text-align: center;
}

.rts-single-wized.contact-widget h5.title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Red Hat Display', sans-serif;
}

.rts-single-wized.contact-widget .phone-number {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.rts-single-wized.contact-widget .rts-btn {
    margin-top: 10px;
}

/* Features grid */
.service-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

@media only screen and (max-width: 575px) {
    .service-features-grid {
        grid-template-columns: 1fr;
    }
}

.service-features-grid .single-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #F8F9FA;
    border-radius: 8px;
}

.service-features-grid .single-feature .icon {
    min-width: 45px;
    height: 45px;
    background: #c8102e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-features-grid .single-feature .icon i {
    color: #fff;
    font-size: 18px;
}

.service-short-main-wrapper .single-short-service .icon i {
    color: #1c2539;
    font-size: 26px;
}

.service-features-grid .single-feature .info h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 5px;
}

.service-features-grid .single-feature .info p {
    font-size: 13px;
    color: #5D666F;
    margin: 0;
    line-height: 1.5;
}

/* Service detail responsive */
@media only screen and (max-width: 991px) {
    .breadcrumb-service-details .title {
        font-size: 32px;
    }
    .service-details-left-area h3.title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-service-details .title {
        font-size: 26px;
    }
    .breadcrumb-service-details {
        padding: 50px 0;
    }
}

/* ============================================
   GLOBAL FOOTER MAP SPACING FIX
   Harita/Bize Ulasin bolumu icerikle cakismasin
   ============================================ */
.rts-footer-area.footer-two {
    margin-top: 80px;
}

.rts-footer-area.footer-two .map-area-main-wrapper {
    margin-top: 0;
    height: auto;
    position: static;
}

.rts-footer-area.footer-two .map-area-main-footer-two iframe {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .rts-footer-area.footer-two {
        margin-top: 60px;
    }
}

/* ============================================
   COUNTER SECTION - Height balance fix
   Sabit 762px yükseklik proje yokken boş alan bırakıyordu
   ============================================ */
.about-counter-section.counter-bg,
.home-counter-section.counter-bg {
    height: auto;
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 3;
    isolation: isolate;
    overflow: hidden;
    background-color: #9b0a20;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-counter-section .single-counter,
.home-counter-section .single-counter {
    min-height: 88px;
    justify-content: center;
}

.home-counter-section .row {
    align-items: center;
}

/* Proje bölümü sayaçların üzerine binmesin; beyaz kartlar kontrastı bozuyordu */
.home-counter-section + .rts-gallery-area.gallery-bg {
    margin-top: 0;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .about-counter-section.counter-bg,
    .home-counter-section.counter-bg {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .home-counter-section + .rts-gallery-area.gallery-bg {
        padding-top: 40px;
    }
}

/* ============================================
   HOME TESTIMONIALS - Beyaz parlaklık izolasyonu
   ============================================ */
.home-testimonials-section {
    position: relative;
    z-index: 1;
    background: #f4f6f8;
    padding-top: 80px;
}

.home-testimonials-section .testimonials-wrapper-swiper-demo-2,
.home-testimonials-section .swiper {
    overflow: hidden;
}

.home-testimonials-section .testimonials-main-wrapper-two .left-thumbnail {
    background: #e4e8ed;
}

.home-testimonials-section .testimonials-main-wrapper-two {
    box-shadow: 0 16px 40px rgba(28, 37, 57, 0.1);
}

/* ============================================
   HOME PARTNERS - Visibility fallback
   ============================================ */
.home-partners-section .client-wrapper-one {
    justify-content: center !important;
    gap: 16px !important;
}

.home-partners-section .client-wrapper-one a {
    min-height: 86px;
    width: 170px;
    max-width: 100%;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 8px;
    padding: 12px;
    text-align: center;
}

.home-partners-section .client-wrapper-one a img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    display: block;
}

.home-partners-section .partner-name-fallback {
    font-weight: 600;
    color: #1c2539;
    text-align: center;
    line-height: 1.3;
}

.home-partners-section .partner-name-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1c2539;
    text-align: center;
    line-height: 1.2;
}

@media only screen and (max-width: 575px) {
    .home-partners-section .client-wrapper-one {
        gap: 12px !important;
    }

    .home-partners-section .client-wrapper-one a {
        width: calc(50% - 12px);
        min-height: 80px;
    }
}

/* ============================================
   PROJECT DETAIL SIDEBAR - Better contrast
   ============================================ */
.project-sidebar-area .rts-single-wized.Categories.service {
    background: #fff5f7 !important;
    border: 1px solid #ffd3dc !important;
    border-radius: 12px;
}

.project-sidebar-area .rts-single-wized.Categories.service .wized-header {
    border-bottom: 1px solid #d9e4f0;
}

.project-sidebar-area .rts-single-wized.Categories.service .wized-header .title {
    color: #1c2539;
    font-weight: 700;
}

.project-sidebar-area .rts-single-wized.Categories.service .single-categories a {
    color: #ffffff;
    background: #c8102e !important;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.project-sidebar-area .rts-single-wized.Categories.service .single-categories a:hover,
.project-sidebar-area .rts-single-wized.Categories.service .single-categories a.active {
    color: #ffffff;
    background: #970b22 !important;
}

.project-sidebar-area .rts-single-wized.contact.service {
    background: linear-gradient(135deg, #c8102e 0%, #a60d26 100%) !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.project-sidebar-area .rts-single-wized.contact.service .wized-body .title {
    color: #ffffff;
    line-height: 1.5;
}

.project-sidebar-area .rts-single-wized.contact.service .rts-btn.btn-white {
    background: #c8102e !important;
    color: #ffffff;
    border-color: #c8102e !important;
}

.project-sidebar-area .rts-single-wized.contact.service .rts-btn.btn-white:hover {
    background: #7f091c !important;
    border-color: #7f091c !important;
    color: #ffffff;
}

.project-sidebar-area .rts-single-wized.contact.service .wized-header {
    text-align: center;
    margin-bottom: 14px;
}

.project-sidebar-area .project-contact-logo {
    max-height: 64px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.project-detail-content-area {
    margin-top: 72px;
}

/* ============================================
   HOME SLIDER - Hoşgeldiniz metni
   ============================================ */
.banner-swiper-two .banner-inner-two-content {
    margin-top: -36px;
}

.banner-swiper-two .slider-welcome-line {
    margin-bottom: 10px;
}

.banner-swiper-two .slider-welcome-line span {
    display: block;
}

.banner-swiper-two .slider-subtitle-line {
    margin-bottom: 22px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .banner-swiper-two .banner-inner-two-content {
        margin-top: -20px;
    }
}

/* ============================================
   İLETİŞİM — form satırı tam genişlik (harita kaldırıldı)
   ============================================ */
.contact-page-form-row .appoinment-wrapper-one-start.contact-page-form-box {
    margin-right: 0;
    max-width: 100%;
}

.site-logo {
    max-height: 72px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.site-logo--admin {
    max-height: 36px;
    height: auto;
    width: auto;
}

.site-logo--login {
    max-height: 72px;
}

.header-main-one-wrapper .thumbnail a img.site-logo,
.rts-sidebar-menu-desktop .logo-1 .site-logo,
.side-bar .logo-1 .site-logo {
    max-height: 72px;
}

@media only screen and (max-width: 575px) {
    .site-logo,
    .header-main-one-wrapper .thumbnail a img.site-logo {
        max-height: 58px;
    }
}

/* Header: logo ile menu arasi bosluk, basliklar tek satir */
.header-main-one-wrapper .thumbnail {
    margin-right: 48px;
    flex-shrink: 0;
}

.header-one .nav-area ul li.main-nav > a {
    white-space: nowrap;
}

.header-one .nav-area ul {
    flex-wrap: nowrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-main-one-wrapper .thumbnail {
        margin-right: 36px;
    }

    .header-one .nav-area ul {
        gap: 32px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-one .nav-area {
        margin-right: 48px;
    }

    .header-one .nav-area ul {
        gap: 24px;
    }

    .header-one .nav-area ul li.main-nav > a {
        font-size: 15px;
    }
}

/* ============================================
   HEADER DYNAMIC SUBMENU FIX
   ============================================ */
.header-one,
.header-one .header-main-one-wrapper,
.header-one .main-header,
.header-one .nav-main,
.header-one .nav-area,
.header-one .nav-area > ul,
.header-one .nav-area ul li.has-dropdown {
    overflow: visible !important;
}

.header-one .nav-area ul li.has-dropdown {
    position: relative;
}

.header-one .nav-area ul li.has-dropdown > .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #eceff4;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(28, 37, 57, 0.16);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0);
    transition: all 0.2s ease;
    z-index: 9999;
}

.header-one .nav-area ul li.has-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header-one .nav-area ul li.has-dropdown > .submenu li {
    width: 100%;
}

.header-one .nav-area ul li.has-dropdown > .submenu li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #1c2539;
    line-height: 1.4;
}

.header-one .nav-area ul li.has-dropdown > .submenu li a:hover {
    background: #f5f8fc;
    color: #c8102e;
}

/* ============================================
   PAGE DETAIL HEADER SEPARATOR
   ============================================ */
.page-detail-section {
    position: relative;
    padding-top: 88px;
}

.page-detail-section::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1320px, calc(100% - 8px));
    height: 2px;
    background: linear-gradient(90deg, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.2) 20%, rgba(28, 37, 57, 0.2) 80%, rgba(28, 37, 57, 0) 100%);
}

.page-detail-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 0;
}

/* Sayfa içeriği — blok ortada (eşit yan boşluk), metin justify */
.page-detail-section .page-detail-content-column {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.page-detail-section .page-detail-card-inner.service-details-left-area {
    margin-top: 0;
}

.page-detail-section .page-main-content-inner {
    width: 100%;
}

.page-detail-section .page-content.service-details-content-inner {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.page-detail-section .page-content.service-details-content-inner :is(p, li, blockquote, figcaption, div) {
    text-align: justify;
}

.page-detail-section .page-content.service-details-content-inner :is(h1, h2, h3, h4, h5, h6) {
    text-align: left;
}

.page-detail-section .page-content.service-details-content-inner ul,
.page-detail-section .page-content.service-details-content-inner ol {
    list-style-position: outside;
    padding-left: 1.25rem;
    text-align: justify;
}

.page-detail-section .page-content.service-details-content-inner :is(img, picture, video, iframe) {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.page-detail-section .page-content.service-details-content-inner figure {
    display: block;
    width: 100%;
    margin: 0 0 1.25rem;
}

.page-detail-section .page-content.service-details-content-inner figure img {
    width: 100%;
    margin: 0;
}

.page-detail-section .page-content.service-details-content-inner table {
    width: 100%;
}

/* Summernote satır içi hizayı justify yap */
.page-detail-section .page-content.service-details-content-inner [style*="text-align: left"],
.page-detail-section .page-content.service-details-content-inner [style*="text-align:left"],
.page-detail-section .page-content.service-details-content-inner [style*="text-align: center"],
.page-detail-section .page-content.service-details-content-inner [style*="text-align:center"],
.page-detail-section .page-content.service-details-content-inner [style*="text-align: right"],
.page-detail-section .page-content.service-details-content-inner [style*="text-align:right"] {
    text-align: justify !important;
}

.page-detail-section .page-content.service-details-content-inner :is(h1, h2, h3, h4, h5, h6)[style*="text-align"] {
    text-align: left !important;
}

/* ============================================
   SAYFA EKLERİ — ortak genişlik + özellik kartları
   ============================================ */

.page-addon-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.page-addon-feature-grid {
    padding-top: 0 !important;
    font-family: 'Inter', var(--font-1), system-ui, sans-serif;
}

.page-main-content-inner + .page-addon-feature-grid {
    margin-top: 0;
}

.page-feature-grid-header {
    margin-bottom: 2.75rem !important;
}

.page-feature-grid-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #d97706;
    background: #fffbeb;
    border: 1px solid rgba(252, 211, 77, 0.45);
    border-radius: 999px;
}

.page-feature-grid-title {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0.75rem 0 0;
    line-height: 1.25;
}

.page-feature-grid-subtitle {
    margin: 0.5rem auto 0;
    max-width: 32rem;
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.55;
}

.page-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: #f4f7fa;
    border: 1px solid #f1f5f9;
    border-radius: 28px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
    .page-feature-card {
        padding: 2rem 2.25rem;
    }
}

.page-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08), 0 4px 16px rgba(15, 23, 42, 0.04);
}

.page-feature-card__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 8.5rem;
    margin-bottom: 1.75rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .page-feature-card__top {
        min-height: 9.5rem;
    }
}

.page-feature-card__icon {
    z-index: 2;
    flex-shrink: 0;
    color: #f5a623;
}

.page-feature-card__svg {
    width: 5rem;
    height: 5rem;
    display: block;
}

@media (min-width: 768px) {
    .page-feature-card__svg {
        width: 5.75rem;
        height: 5.75rem;
    }
}

.page-feature-card__svg--stroke {
    overflow: visible;
}

.page-feature-card__dots {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 11rem;
    pointer-events: none;
    opacity: 0.75;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 16px 16px;
}

.page-feature-card__dots .dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 8px 4px rgba(59, 130, 246, 0.55);
}

/* Kart 1 — parıltı konumları (referans HTML) */
.page-feature-card--1 .page-feature-card__dots .dot--a {
    top: 14px;
    left: 30px;
}
.page-feature-card--1 .page-feature-card__dots .dot--b {
    top: 30px;
    left: 110px;
}
.page-feature-card--1 .page-feature-card__dots .dot--c {
    bottom: 30px;
    right: 46px;
}

/* Kart 2 */
.page-feature-card--2 .page-feature-card__dots .dot--a {
    top: 14px;
    left: 94px;
}
.page-feature-card--2 .page-feature-card__dots .dot--b {
    bottom: 30px;
    left: 142px;
}
.page-feature-card--2 .page-feature-card__dots .dot--c {
    display: none;
}

/* Kart 3 */
.page-feature-card--3 .page-feature-card__dots .dot--a {
    top: 46px;
    left: 78px;
}
.page-feature-card--3 .page-feature-card__dots .dot--b {
    top: 14px;
    left: 46px;
}
.page-feature-card--3 .page-feature-card__dots .dot--c {
    display: none;
}

.page-feature-card__title {
    font-size: 1.275rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.page-feature-card:hover .page-feature-card__title {
    color: #172554;
}

.page-feature-card__text {
    margin: 0;
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.52;
}

/* Bilgi bandı — çoklu blok, çerçeveli kartlar */
.page-addon-info-banner {
    background: transparent;
    border: none;
    direction: ltr !important;
}

.page-info-banner-stack {
    width: 100%;
}

.page-info-banner-framed {
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 24px;
    background: #ffffff;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* Görsel + metin: esnek yükseklik; görsel sağda çerçeveye bitişik (flex, dar çerçeve) */
.page-info-banner-framed--paired {
    padding: 0 !important;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.page-info-banner-inner--paired {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    direction: ltr !important;
    max-width: none;
    margin: 0;
}

@media (min-width: 992px) {
    .page-info-banner-inner--paired {
        flex-direction: row;
        min-height: 200px;
    }
}

.page-info-banner-framed--paired .page-info-banner-col-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
}

.page-info-banner-framed--paired .page-info-banner-col-media {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    font-size: 0;
    display: flex;
    align-items: stretch;
}

.page-info-banner-img--paired {
    display: block;
    height: 100%;
    width: auto;
    max-width: min(46vw, 340px);
    min-height: 200px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0 23px 23px 0;
}

@media (max-width: 991.98px) {
    .page-info-banner-framed--paired .page-info-banner-col-media {
        order: 2;
    }

    .page-info-banner-framed--paired .page-info-banner-col-copy {
        order: 1;
    }

    .page-info-banner-img--paired {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 200px;
        max-height: min(52vh, 420px);
        border-radius: 0 0 23px 23px;
    }
}

.page-info-banner-img--solo {
    max-height: min(520px, 74vh);
    width: auto;
    object-fit: contain;
}

.page-info-banner-stack .page-info-banner-framed:last-child {
    margin-bottom: 0 !important;
}

.page-info-banner-firstline {
    font-size: clamp(1.5rem, 3.2vw, 2.125rem);
    font-weight: 800;
    color: #1c2539;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.page-info-banner-body {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.75;
}

.page-info-banner-body p {
    margin-bottom: 0;
}

.page-info-banner-content {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
}

.page-info-banner-content :is(h1, h2, h3, h4) {
    margin-top: 0;
}

.page-info-banner-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Sayfa SSS — özel akordiyon (sayfa ekleri): geniş, nötr renkler, kırmızı şerit yok */
.page-faq-modern {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 18%, #ffffff 100%);
}

.page-faq-modern__heading {
    font-size: clamp(1.5rem, 3.5vw, 2.125rem);
    font-weight: 800;
    color: #1c2539;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.page-faq-modern__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-faq-modern__item {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: #ffffff;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-faq-modern__item:focus-within,
.page-faq-modern__item:has(.page-faq-modern__trigger:not(.collapsed)) {
    border-color: rgba(100, 116, 139, 0.55);
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
}

.page-faq-modern__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    text-align: left;
    padding: 1.375rem 1.5rem 1.375rem 1.6rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.45;
    color: #1e293b;
    background: #f8fafc;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.page-faq-modern__trigger:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.page-faq-modern__trigger:focus {
    outline: none;
}

.page-faq-modern__trigger:focus-visible {
    outline: 3px solid rgba(51, 65, 85, 0.35);
    outline-offset: 2px;
}

.page-faq-modern__trigger:not(.collapsed) {
    background: #ffffff;
    color: #0f172a;
}

.page-faq-modern__q {
    flex: 1;
}

.page-faq-modern__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 37, 57, 0.08);
    color: #1c2539;
    transition: transform 0.25s ease, background 0.2s ease;
}

.page-faq-modern__trigger:not(.collapsed) .page-faq-modern__icon {
    background: rgba(28, 37, 57, 0.1);
    color: #0f172a;
    transform: rotate(180deg);
}

.page-faq-modern__icon .fa-chevron-down {
    font-size: 0.85rem;
    line-height: 1;
}

.page-faq-modern__collapse.collapsing {
    transition-duration: 0.22s;
}

.page-faq-modern__body {
    padding: 0 1.6rem 1.5rem;
    padding-top: 0;
    font-size: clamp(1rem, 1.5vw, 1.115rem);
    line-height: 1.72;
    color: #475569;
}

.page-faq-modern__collapse.show .page-faq-modern__body {
    padding-top: 0;
    margin-top: -0.125rem;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    padding-top: 1.125rem;
}
