@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
:root{--teal:#18b8b4;--teal-dark:#0a8f8b;--brown:#836126;--ink:#1b1d21;--muted:#6d7480;--light:#f5f7f8;--border:#e7e8eb;--black:#0d0d0f;--white:#fff;--shadow:0 16px 45px rgba(0,0,0,.13);--font-main:Arial,Helvetica,sans-serif;--header-bg:#fff;--topbar-bg:#151515;--footer-bg:#121417}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-main);background:#fff;color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1160px,calc(100% - 36px));margin:0 auto}.narrow{width:min(900px,calc(100% - 36px))}.topbar{background:var(--topbar-bg);color:#bcbcbc;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:42px}.top-left,.top-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.top-right a{color:#d7d7d7;font-size:13px}.top-social{width:28px;height:28px;border-radius:50%;display:inline-grid!important;place-items:center;background:rgba(255,255,255,.1);color:#fff;transition:.2s}.top-social:hover{background:var(--teal);color:#fff}.top-social svg{width:16px;height:16px;display:block;fill:currentColor}.info-btn{border:0;background:transparent;color:#d9d9d9;cursor:pointer;font:inherit}.main-header{background:var(--header-bg);box-shadow:0 1px 0 var(--border);position:sticky;top:0;z-index:30}.header-inner{min-height:98px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo tools" "nav nav";align-items:center;gap:8px 24px}.logo{grid-area:logo}.logo img{width:500px;height:auto}.text-logo{display:flex;align-items:flex-end;gap:8px;color:var(--teal);font-size:42px;font-weight:900;line-height:1}.text-logo em{font-style:normal;color:var(--brown);font-size:16px;letter-spacing:4px;margin-bottom:6px}.header-tools{grid-area:tools;display:flex;align-items:center;justify-content:flex-end;gap:14px}.site-search{display:flex;border:1px solid var(--border);border-radius:4px;overflow:hidden;background:#fff}.site-search input{height:36px;width:210px;border:0;padding:0 10px;outline:0}.site-search button{border:0;background:var(--teal);color:#fff;font-weight:800;padding:0 14px}.ataturk-img{height:62px;width:auto;object-fit:contain}.ataturk-placeholder{height:54px;min-width:90px;border:1px solid var(--border);display:grid;place-items:center;color:#777;font-size:12px;background:#fafafa}.nav{grid-area:nav;display:flex;align-items:center;justify-content:flex-end;gap:4px;height:46px;font-weight:700;font-size:13px;color:#27313a;letter-spacing:.2px}.nav>a{display:flex;align-items:center;height:100%;padding:0 13px;color:#28343a;transition:.2s}.nav>a:hover,.nav .active{background:var(--teal);color:#fff}.mobile-menu{display:none;border:1px solid var(--border);background:#fff;border-radius:5px;padding:8px 11px;font-size:22px}.hero{height:var(--hero-height,560px);position:relative;overflow:hidden;background:#111}.hero-slide{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.42),rgba(0,0,0,.25)),var(--bg);background-size:cover;background-position:center;opacity:0;transition:opacity .5s}.hero-slide.active{opacity:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff}.accent-line{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;background:transparent!important;opacity:0!important;visibility:hidden!important;overflow:hidden!important}.hero h1{font-size:50px;line-height:1.05;margin:0 0 15px;font-weight:800;letter-spacing:.5px}.hero p{font-size:18px;max-width:610px;margin:0 0 30px;color:#e8e8e8;text-transform:uppercase;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:45px;padding:0 24px;border-radius:0;font-weight:800;font-size:13px;letter-spacing:.3px;transition:.2s;cursor:pointer}.btn-outline{border:1px solid rgba(255,255,255,.62);color:#fff;background:transparent}.btn-outline:hover{background:#fff;color:#111}.btn-outline.dark{border-color:#29343b;color:#29343b}.btn-outline.dark:hover{background:#29343b;color:#fff}.btn-solid{background:var(--teal);color:#fff;border:1px solid var(--teal)}.btn-solid:hover{background:var(--teal-dark);border-color:var(--teal-dark)}.hero-dots{position:absolute;right:40px;bottom:35px;z-index:3;display:flex;gap:9px}.hero-dots button{width:11px;height:11px;border-radius:50%;border:1px solid #fff;background:transparent;cursor:pointer}.hero-dots button.active{background:var(--teal);border-color:var(--teal)}.intro-panel{margin-top:var(--intro-overlap,0px);clear:both;position:relative;z-index:8;background:#fff}.intro-panel+.section{padding-top:0!important}.intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.intro-grid .intro-card:first-child{grid-column:span 1}.intro-grid .intro-card:nth-child(1){min-width:0}.intro-card{box-shadow:var(--shadow);padding:30px;color:#fff;min-height:155px}.intro-card h2{margin:0 0 10px;font-size:23px}.intro-card p{margin:0 0 17px;color:rgba(255,255,255,.88)}.teal-card{background:linear-gradient(135deg,var(--teal),#0d8580)}.dark-card{background:#20272d}.section{padding:86px 0}.section-head{text-align:center;margin-bottom:38px}.section-head small,.about-copy small{display:block;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px}.section-head h2,.about-copy h2{font-size:36px;line-height:1.1;margin:0;color:#222}.section-head p{max-width:680px;margin:15px auto 0;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.services-grid.cols-3{grid-template-columns:repeat(3,1fr)}.services-grid.cols-2{grid-template-columns:repeat(2,1fr)}.services-grid.cols-1{grid-template-columns:1fr}.service-card{background:#fff;border:1px solid var(--border);box-shadow:0 9px 28px rgba(0,0,0,.06);transition:.2s;overflow:hidden;min-height:265px}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(0,0,0,.13)}.service-card img{height:178px;width:100%;object-fit:cover;background:#e9ecef}.service-card div{padding:17px 17px 20px}.service-card h3{font-size:13px;line-height:1.42;margin:0;color:#28343b;font-weight:900}.service-card p{color:var(--muted);font-size:14px}.card-link{display:inline-block;margin-top:10px;color:var(--teal);font-weight:800}.info-columns{background:#f6f8f9;padding:70px 0}.columns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.side-widget{background:#fff;padding:28px;border:1px solid var(--border);box-shadow:0 8px 25px rgba(0,0,0,.04)}.side-widget h3{margin:0 0 18px;font-size:21px;color:#20272d}.wysiwyg ul{padding-left:18px}.wysiwyg a{color:var(--teal);font-weight:700}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.about-grid.reverse .about-image{order:2}.about-image img{width:100%;height:560px;object-fit:cover;box-shadow:var(--shadow)}.about-copy p{color:#606a73;margin:18px 0}.latest-news{background:#171b20;color:#fff}.section-head.light h2{color:#fff}.timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.timeline-item{display:grid;grid-template-columns:82px 1fr;gap:18px;background:#222830;padding:24px;border:1px solid rgba(255,255,255,.08)}.date-box{background:var(--teal);height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.date-box strong{font-size:30px;line-height:1}.date-box span{font-size:12px;text-transform:uppercase}.timeline-copy h3{font-size:15px;margin:0 0 10px}.timeline-copy p{margin:0;color:#bac1c8;font-size:14px}.references-section{background:#fff}.logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:36px 0}.logos-grid a{min-height:118px;border:1px solid var(--border);padding:18px;background:#fff;display:grid;place-items:center;color:#777;font-weight:800}.logos-grid img{height:92px;width:100%;object-fit:contain;filter:grayscale(10%);transition:.2s}.logos-grid img:hover{filter:grayscale(0);transform:translateY(-3px)}.why-section{padding:70px 0;background:linear-gradient(135deg,rgba(24,184,180,.95),rgba(11,72,82,.95));background-size:cover;background-position:center;color:#fff}.why-card{display:flex;align-items:center;justify-content:space-between;gap:40px}.why-card h2{margin:0 0 14px;font-size:34px}.why-card p{max-width:720px;margin:0;color:rgba(255,255,255,.86)}.why-card .accent-line{background:#fff;height:36px}.page-hero{padding:68px 0;background:#20272d;color:#fff}.page-hero h1{margin:0;font-size:42px}.page-content-section{padding:60px 0}.big-search{display:flex;gap:12px;margin-bottom:28px}.big-search input{flex:1;border:1px solid var(--border);height:45px;padding:0 14px}.search-results{display:grid;gap:16px}.search-result-card{border:1px solid var(--border);padding:20px;background:#fff}.search-result-card h3{margin:0 0 8px}.search-result-card a{color:var(--teal)}.footer{background:var(--footer-bg);color:#c5ccd2}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .9fr 1.1fr;gap:35px;padding:65px 0}.footer h4{color:#fff;margin:0 0 18px;font-size:17px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:10px}.footer a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);font-size:13px}.bottom-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:15px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-backdrop.show{display:flex}.promo-modal{width:min(620px,100%);background:#fff;padding:14px;box-shadow:0 26px 70px rgba(0,0,0,.35);position:relative}.modal-close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:2px solid #111;background:#fff;font-size:21px;line-height:18px;font-weight:900;z-index:3;cursor:pointer}.popup-image{width:100%;height:auto}.promo-card{border:7px solid #11a5a7;background:#fff;margin:38px 0 0}.promo-top{background:#20bfc2;color:#111;display:grid;grid-template-columns:1fr 1fr 145px;align-items:center;gap:10px;padding:8px 14px;font-weight:900;font-size:13px}.promo-body{padding:14px 54px 22px;text-align:left;color:#111}.promo-body h3{font-size:22px;text-align:center;color:#e5241f;margin:0 0 5px}.promo-body ul{margin:0 auto 8px;font-size:18px;font-weight:900}.cookiebar{position:fixed;left:0;right:0;bottom:0;background:#fff;z-index:90;box-shadow:0 -10px 30px rgba(0,0,0,.12);padding:18px 38px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;font-size:13px;color:#505961}.cookiebar.hide{display:none}.cookie-actions{display:flex;gap:8px;align-items:center}.cookie-actions button{border:0;color:#fff;font-weight:800;padding:9px 18px;border-radius:3px;cursor:pointer}.cookie-actions .reject{background:#ff0d19}.cookie-actions .accept{background:#38c475}.cookie-actions .custom{background:#fff;color:#222;border:1px solid #777}.whatsapp{position:fixed;right:22px;bottom:92px;background:#25d366;color:#fff;z-index:70;padding:11px 14px;border-radius:24px;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.2);font-size:13px}@media (max-width:1050px){.header-inner{grid-template-columns:auto auto;grid-template-areas:"logo tools" "nav nav"}.nav{display:none;height:auto;flex-direction:column;align-items:stretch;background:#fff;padding:8px 0}.nav.open{display:flex}.nav>a{height:auto;padding:14px 22px}.mobile-menu{display:block}.services-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.timeline-grid{grid-template-columns:1fr}.intro-grid,.columns-grid{grid-template-columns:1fr}.hero h1{font-size:42px}}@media (max-width:760px){.topbar-inner{justify-content:center}.top-left,.top-right{justify-content:center}.header-inner{grid-template-columns:1fr;grid-template-areas:"logo" "tools" "nav"}.header-tools{justify-content:space-between;flex-wrap:wrap}.site-search input{width:150px}.logo img{width:300px;height:auto}.hero{height:500px}.hero h1{font-size:34px}.hero p{font-size:15px}.services-grid,.services-grid.cols-3,.services-grid.cols-2{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.about-grid.reverse .about-image{order:0}.about-image img{height:300px}.logos-grid{grid-template-columns:repeat(2,1fr)}.why-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.bottom-inner{flex-direction:column;padding:18px 0;text-align:center}.cookiebar{grid-template-columns:1fr;padding:15px}.cookie-actions{flex-wrap:wrap}.promo-top{grid-template-columns:1fr;text-align:center}.promo-body{padding:12px 20px 20px}.promo-body ul{font-size:15px}.whatsapp{bottom:132px}.big-search{flex-direction:column}}

/* =========================================================
   ENES YAVUZ - HEADER MENÜYÜ AŞAĞI ALAN KESİN DÜZEN
   Bu blok grid'i devre dışı bırakıp header öğelerini konumlandırır.
   Amaç: İlk örnekteki gibi beyaz alan geniş, menü aşağıda olsun.
   ========================================================= */

/* Beyaz header alanı */
.main-header {
    min-height: 220px !important;
    background: var(--header-bg) !important;
}

/* Header içi artık sabit konum mantığıyla çalışır */
.main-header .container.header-inner,
.main-header .header-inner {
    position: relative !important;
    display: block !important;
    min-height: 220px !important;
    height: 220px !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Sol üst logo */
.main-header .logo,
.main-header a.logo {
    position: absolute !important;
    left: 0 !important;
    top: 26px !important;
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    z-index: 3 !important;
}

.main-header .logo img,
.main-header a.logo img,
.main-header .logo > img,
.header-inner .logo img {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
}

/* Sağ üst arama + Atatürk */
.main-header .header-tools {
    position: absolute !important;
    right: 0 !important;
    top: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    z-index: 3 !important;
}

.main-header .site-search input {
    width: 230px !important;
}

.main-header .ataturk-img {
    height: 68px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Menü en alta indirildi */
.main-header .nav {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 74px !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
}

.main-header .nav > a {
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
}

/* Orta ekranlarda çakışmayı önle */
@media (max-width: 1180px) {
    .main-header {
        min-height: 205px !important;
    }

    .main-header .container.header-inner,
    .main-header .header-inner {
        min-height: 205px !important;
        height: 205px !important;
    }

    .main-header .logo,
    .main-header a.logo {
        top: 26px !important;
        width: 460px !important;
        min-width: 460px !important;
        max-width: 460px !important;
    }

    .main-header .logo img,
    .main-header a.logo img,
    .main-header .logo > img,
    .header-inner .logo img {
        width: 460px !important;
        min-width: 460px !important;
        max-width: 460px !important;
    }

    .main-header .site-search input {
        width: 200px !important;
    }

    .main-header .nav,
    .main-header .nav > a {
        height: 70px !important;
    }
}

/* Tablet */
@media (max-width: 1050px) {
    .main-header {
        min-height: auto !important;
    }

    .main-header .container.header-inner,
    .main-header .header-inner {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
            "logo tools"
            "nav nav" !important;
        height: auto !important;
        min-height: 120px !important;
        padding: 14px 0 0 !important;
    }

    .main-header .logo,
    .main-header a.logo {
        position: static !important;
        grid-area: logo !important;
        width: 380px !important;
        min-width: 380px !important;
        max-width: 380px !important;
    }

    .main-header .logo img,
    .main-header a.logo img,
    .main-header .logo > img,
    .header-inner .logo img {
        width: 380px !important;
        min-width: 380px !important;
        max-width: 380px !important;
    }

    .main-header .header-tools {
        position: static !important;
        grid-area: tools !important;
    }

    .main-header .nav {
        position: static !important;
        grid-area: nav !important;
        display: none !important;
        height: auto !important;
        flex-direction: column !important;
        align-items: stretch !important;
        background: #fff !important;
        padding: 8px 0 !important;
    }

    .main-header .nav.open {
        display: flex !important;
    }

    .main-header .nav.open > a {
        height: auto !important;
        padding: 14px 22px !important;
    }
}

/* Mobil */
@media (max-width: 760px) {
    .main-header .container.header-inner,
    .main-header .header-inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "logo"
            "tools"
            "nav" !important;
        gap: 12px !important;
        padding-top: 14px !important;
        padding-bottom: 10px !important;
    }

    .main-header .logo,
    .main-header a.logo {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .main-header .logo img,
    .main-header a.logo img,
    .main-header .logo > img,
    .header-inner .logo img {
        width: 310px !important;
        min-width: 0 !important;
        max-width: 310px !important;
        margin: 0 auto !important;
    }

    .main-header .header-tools {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .main-header .site-search input {
        width: 170px !important;
    }

    .main-header .ataturk-img {
        height: 58px !important;
    }
}

/* ===== v2: Menü alt menüleri, sayfa görselleri, blog/duyuru/makale ve iletişim düzenleri ===== */
.nav{overflow:visible!important}.nav-item{position:relative;display:flex;align-items:stretch;height:100%}.nav-item>a{display:flex;align-items:center;justify-content:center;height:100%;padding:0 18px;color:#28343a;font-weight:700}.nav-item:hover>a,.nav-item.active>a{background:var(--teal);color:#fff}.nav-item.has-dropdown>a:after{content:'▾';font-size:10px;margin-left:7px}.dropdown-menu{position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--border);box-shadow:0 18px 40px rgba(0,0,0,.15);display:none;z-index:80;padding:8px 0}.nav-item:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:11px 16px;color:#29343b;font-size:13px;white-space:nowrap}.dropdown-menu a:hover{background:rgba(24,184,180,.1);color:var(--teal)}
.latest-news{background:#20262d!important}.timeline-item{background:#2a313a!important}.timeline-copy p{line-height:1.75}.section-head.light small{color:#28d0c9}.page-content-section .wysiwyg{font-size:16px;line-height:1.95}.page-content-section .wysiwyg p{margin:0 0 22px}.page-featured-image{margin:0 auto 34px;border-radius:14px;overflow:hidden;box-shadow:0 20px 48px rgba(15,23,42,.12);border:1px solid var(--border)}.page-featured-image img{width:100%;max-height:420px;object-fit:cover}.page-tools-note{background:#f6f9fb;border:1px solid var(--border);padding:14px;border-radius:10px;color:#607080}
.listing-hero{background:linear-gradient(110deg,#304773,#153d96);color:#fff;padding:72px 0}.listing-hero .crumb{font-size:14px;opacity:.86;margin-bottom:18px}.listing-hero h1{font-size:42px;margin:0 0 10px}.listing-hero p{font-size:19px;margin:0;max-width:740px;color:rgba(255,255,255,.9)}.hero-underline{display:block;width:96px;height:5px;background:#ffd52e;border-radius:5px;margin-top:26px}.filter-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px}.filter-pills a{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 18px;font-weight:800;color:#263342}.filter-pills a.active,.filter-pills a:hover{background:#1e48af;color:#fff;border-color:#1e48af}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.post-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 10px 25px rgba(15,23,42,.05);transition:.2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(15,23,42,.1)}.post-card img{width:100%;height:205px;object-fit:cover;background:#eef2f7}.post-card-body{padding:22px}.post-category{display:block;color:#b48812;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}.post-card h2{font-size:19px;line-height:1.35;margin:0 0 10px;color:#17366b}.post-card p{color:#52606c;margin:0 0 28px}.post-meta{display:flex;justify-content:space-between;gap:12px;color:#8b98a6;font-size:13px}.announcement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.announcement-card img{height:210px;width:100%;object-fit:cover}.announcement-card h2{font-size:24px;line-height:1.14;margin:18px 0 10px;color:#111}.announcement-card p{font-size:18px;color:#686f76;line-height:1.6;margin:0}.announcement-media{position:relative}.announcement-badge{position:absolute;left:22px;top:22px;display:flex;font-size:12px;box-shadow:0 8px 18px rgba(0,0,0,.12)}.announcement-badge span{background:#fff;padding:10px 14px}.announcement-badge strong{background:#333a43;color:#fff;padding:10px 16px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:38px}.pagination a,.pagination span{border:1px solid var(--border);padding:9px 13px;background:#fff;border-radius:8px}.pagination .active{background:var(--teal);border-color:var(--teal);color:#fff}.author-search{display:flex;gap:10px;align-items:center;margin-bottom:30px}.author-search input{height:45px;border:1px solid var(--border);padding:0 14px;border-radius:9px;min-width:260px}.post-detail{padding:60px 0}.post-detail-head{max-width:900px;margin:0 auto 28px}.post-detail-head h1{font-size:44px;line-height:1.14;margin:8px 0}.post-detail-meta{color:#718096;font-weight:700}.post-detail-image{max-width:920px;margin:0 auto 34px}.post-detail-image img{width:100%;border-radius:16px;box-shadow:0 16px 42px rgba(15,23,42,.13)}.post-detail .wysiwyg{max-width:880px;margin:0 auto;font-size:18px;line-height:1.9}.contact-layout{display:grid;grid-template-columns:.85fr 1.55fr;gap:34px;align-items:start}.contact-info-list{display:grid;gap:16px}.contact-info-card{display:flex;gap:16px;border:1px solid var(--border);background:#f8fafc;border-radius:16px;padding:20px}.contact-icon{width:42px;height:42px;border-radius:12px;background:#dbeafe;display:grid;place-items:center;font-size:20px;flex:0 0 42px}.contact-info-card h3{margin:0 0 5px;color:#17366b}.contact-info-card p{margin:0;color:#53606b}.contact-form-card{border:1px solid var(--border);border-radius:18px;padding:28px;background:#fff}.contact-form-card h2{margin:0 0 8px;color:#17366b}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form-grid .full{grid-column:1/-1}.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #d4dbe5;border-radius:10px;padding:12px;font:inherit}.contact-form-card textarea{min-height:130px}.map-frame{margin-top:42px;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#e5edf5}.map-frame iframe{display:block;width:100%;height:360px;border:0}.form-message{padding:12px 14px;border-radius:10px;margin:14px 0;font-weight:800}.form-message.success{background:#dcfce7;color:#166534}.form-message.error{background:#fee2e2;color:#991b1b}
@media(max-width:1050px){.nav-item{display:block;height:auto}.nav-item>a{height:auto;padding:14px 22px;justify-content:flex-start}.dropdown-menu{position:static;box-shadow:none;border:0;padding-left:16px}.nav-item:hover .dropdown-menu{display:block}.post-grid,.announcement-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}}
@media(max-width:760px){.post-grid,.announcement-grid,.contact-form-grid{grid-template-columns:1fr}.listing-hero h1,.post-detail-head h1{font-size:32px}.author-search{display:grid}.author-search input{min-width:0;width:100%}}

/* ===== V5: Ana Sayfa Haber / Etkinlik Akışı ve Bilgi Merkezi ===== */
.home-flow-section{padding:42px 0 30px;background:#fff}.home-flow-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:22px;align-items:stretch}.home-flow-slider,.home-announcement-links{border-radius:0;box-shadow:0 18px 42px rgba(15,23,42,.08)}.home-flow-slider{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--teal),#0b7f78);color:#fff;min-height:220px}.flow-head{padding:24px 24px 0}.flow-head small{display:block;color:rgba(255,255,255,.82);font-weight:900;font-size:12px;letter-spacing:.8px;margin-bottom:7px}.flow-head h2{margin:0;font-size:26px;line-height:1.2}.flow-head.compact{padding:24px 24px 14px}.flow-head.compact small{color:var(--teal)}.flow-head.compact h2{color:#fff}.flow-slides{position:relative;min-height:235px}.flow-slide{display:none;grid-template-columns:250px minmax(0,1fr);gap:22px;padding:20px 24px 30px;align-items:center}.flow-slide.active{display:grid}.flow-media{position:relative;display:block;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.18);min-height:170px}.flow-media img{width:100%;height:180px;object-fit:cover;display:block}.flow-media span{position:absolute;left:12px;top:12px;background:rgba(0,0,0,.72);color:#fff;border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px}.flow-copy h3{font-size:28px;line-height:1.18;margin:0 0 10px}.flow-copy h3 a{color:#fff}.flow-copy p{margin:0 0 18px;color:rgba(255,255,255,.91);font-size:16px;line-height:1.65}.flow-copy .btn{background:#fff;color:#0f766e;border-color:#fff}.flow-dots{position:absolute;right:22px;bottom:16px;display:flex;gap:7px}.flow-dots button{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:transparent;cursor:pointer;padding:0}.flow-dots button.active{background:#fff}.home-flow-empty{padding:24px}.home-announcement-links{background:#1d252b;color:#fff;padding-bottom:18px}.home-announcement-links ul{list-style:none;margin:0;padding:0 22px;display:grid;gap:10px}.home-announcement-links li a{display:block;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);padding:13px 14px;border-radius:10px;color:#fff}.home-announcement-links li a:hover{background:rgba(255,255,255,.1);text-decoration:none}.home-announcement-links li span{display:block;color:#9fb0bf;font-size:12px;margin-bottom:4px}.home-announcement-links li strong{font-size:15px;line-height:1.32}.home-announcement-links .all-link{display:inline-flex;margin:16px 22px 0;color:#fff;border-bottom:2px solid var(--teal);font-weight:900}.bilgi-center-page .page-hero p{margin:12px 0 0;color:rgba(255,255,255,.88);font-size:18px;max-width:760px}.bilgi-filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.bilgi-filter-bar a{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 16px;font-weight:900;color:#22313d}.bilgi-filter-bar a.active,.bilgi-filter-bar a:hover{background:var(--teal);border-color:var(--teal);color:#fff;text-decoration:none}.bilgi-filter-bar span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:rgba(0,0,0,.08);font-size:12px}.empty-state{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px;text-align:center}.bilgi-card .post-category{color:var(--teal)}
@media(max-width:1050px){.home-flow-grid{grid-template-columns:1fr}.flow-slide{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:720px){.home-flow-section{padding:22px 0}.flow-slide{grid-template-columns:1fr;padding:18px}.flow-copy h3{font-size:23px}.flow-head h2{font-size:23px}.flow-media img{height:210px}.home-flow-grid{gap:16px}.bilgi-filter-bar{display:grid}.bilgi-filter-bar a{justify-content:space-between}.post-grid.bilgi-post-grid{grid-template-columns:1fr}}


/* ===== V7: Menü aktif rengi ve slider arası 3px beyaz boşluk ===== */
.main-header{
    border-bottom:3px solid #fff !important;
    box-shadow:0 1px 0 var(--border) !important;
}

/* Menüde seçili/aktif sayfa turkuaz kalmasın; zemin normal kalsın. */
.main-header .nav > a.active,
.main-header .nav .active,
.main-header .nav-item.active > a{
    background:transparent !important;
    color:#28343a !important;
}

/* Turkuaz sadece mouse ile üzerine gelince çalışsın. */
.main-header .nav > a:hover,
.main-header .nav .active:hover,
.main-header .nav-item:hover > a,
.main-header .nav-item.active:hover > a{
    background:var(--teal) !important;
    color:#fff !important;
}

/* Açılır alt menü linkleri normal beyaz kalsın; sadece hover'da açık turkuaz ton alsın. */
.main-header .dropdown-menu a,
.main-header .dropdown-menu a.active{
    background:#fff !important;
    color:#29343b !important;
}
.main-header .dropdown-menu a:hover{
    background:rgba(24,184,180,.10) !important;
    color:var(--teal) !important;
}

/* Masaüstünde yeşil menü bloğu ile alttaki slider arasında 3px beyaz zemin görünsün. */
@media (min-width:1051px){
    .main-header .nav{
        bottom:3px !important;
    }
}

/* ===== V8: Yazarlar ve yazar yazıları ===== */
.authors-list-v8{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.author-card-v8{display:block;background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:0 10px 28px rgba(15,23,42,.06);transition:.2s}.author-card-v8:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.11);text-decoration:none}.author-card-v8 img,.author-avatar-v8{width:92px;height:92px;border-radius:50%;object-fit:cover;margin-bottom:16px}.author-avatar-v8{display:grid;place-items:center;background:var(--teal);color:#fff;font-size:34px;font-weight:900}.author-avatar-v8.big{width:128px;height:128px;font-size:52px;margin:0}.author-card-v8 h2{font-size:22px;margin:0 0 8px;color:#17366b}.author-card-v8 p{margin:0;color:#53606b;line-height:1.65}.author-profile-card{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;margin-bottom:42px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.author-profile-card img{width:128px;height:128px;border-radius:50%;object-fit:cover}.author-profile-card h2{margin:0 0 10px;color:#17366b}.author-profile-card p{margin:0;color:#53606b;line-height:1.75}.author-post-detail .listing-hero a{color:#fff;text-decoration:underline}.author-post-detail .wysiwyg a{color:var(--teal);font-weight:800}@media(max-width:980px){.authors-list-v8{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.authors-list-v8{grid-template-columns:1fr}.author-profile-card{grid-template-columns:1fr;text-align:center}.author-profile-card img,.author-avatar-v8.big{margin:0 auto}}

/* V10 rich text support for home flow excerpt */
.flow-excerpt{font-size:15px;line-height:1.65;color:inherit;margin:0 0 18px}.flow-excerpt p{margin:0 0 10px}.flow-excerpt ul,.flow-excerpt ol{margin:8px 0 12px;padding-left:20px}.flow-excerpt a{text-decoration:underline}.flow-excerpt strong{font-weight:800}

/* ===== V11: Slider başlığındaki yeşil dikey çizgi kaldırıldı ===== */
.hero .accent-line,
.hero-content .accent-line,
.hero-slide .accent-line,
section.hero span.accent-line {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
}
/* Slider başlığı önündeki yeşil çizgiyi kaldır */
.hero .accent-line,
.hero-content .accent-line,
.hero-slide .accent-line,
.hero .hero-content > .accent-line {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ===== V12 KESİN ÇÖZÜM: Slider başlığı önündeki yeşil çizgi kapatıldı =====
   Not: Bu blok sadece CSS düzeltmesidir; PHP/SQL değişikliği gerektirmez.
*/
.accent-line,
.hero .accent-line,
.hero-content .accent-line,
.hero-slide .accent-line,
.hero .hero-content > .accent-line,
.hero-content > span.accent-line,
.hero-slide span.accent-line,
section.hero span.accent-line,
[class~="accent-line"] {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Eğer çizgi pseudo-element olarak basılıyorsa onu da kapat */
.hero h1::before,
.hero h1:before,
.hero-content::before,
.hero-content:before,
.hero-title::before,
.hero-title:before,
.slider-title::before,
.slider-title:before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* ===== V13: Profesyonel ana sayfa revizyonu ===== */
body{font-weight:500}.nav,.main-header .nav,.main-header .nav>a,.nav-item>a{font-weight:800!important}.hero h1,.section-head h2,.about-copy h2,.page-hero h1{font-weight:900!important}.quick-services-section{padding:58px 0 42px;background:#fff}.quick-services-section .section-head{margin-bottom:26px}.quick-service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.quick-service-card{display:block;min-height:168px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px 20px;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:.2s;position:relative;overflow:hidden}.quick-service-card:before{content:'';position:absolute;left:0;top:0;width:100%;height:4px;background:var(--teal)}.quick-service-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(15,23,42,.12);text-decoration:none}.quick-service-card span{display:inline-flex;margin-bottom:18px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.quick-service-card h3{font-size:18px;line-height:1.25;margin:0 0 10px;color:#162a42}.quick-service-card p{font-size:14px;line-height:1.55;margin:0;color:#606a73}.professional-flow-section{padding-top:44px}.professional-flow-section .home-flow-slider{background:linear-gradient(135deg,#0f766e,#123c45)}.professional-flow-section .flow-head small{letter-spacing:1px}.professional-flow-section .flow-copy .btn{font-weight:900}.official-announcement-box{background:#192229!important}.official-announcement-box .flow-head.compact small{color:var(--teal)}.module-faydali-bilgiler{background:#f6f8f9}.module-faydali-bilgiler .section-head{margin-bottom:30px}.module-faydali-bilgiler .side-widget{border-radius:18px;box-shadow:0 18px 42px rgba(15,23,42,.06);min-height:270px}.module-faydali-bilgiler .side-widget h3{color:#162a42}.module-faydali-bilgiler .side-widget ul{margin-top:0}.module-faydali-bilgiler .side-widget li{margin-bottom:8px}.module-faydali-bilgiler .side-widget .btn{margin-top:14px}.home-process-block,.home-faq-block{max-width:1160px;margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 14px 32px rgba(15,23,42,.06)}.process-card strong{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--teal);color:#fff;font-size:18px;margin-bottom:16px}.process-card h3{font-size:19px;margin:0 0 9px;color:#162a42}.process-card p{margin:0;color:#606a73;line-height:1.65}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(15,23,42,.05)}.faq-item h3{margin:0 0 8px;color:#162a42;font-size:18px}.faq-item p{margin:0;color:#606a73;line-height:1.7}.custom-section:has(.home-process-block){background:#fff;padding:72px 0}.custom-section:has(.home-faq-block){background:#f6f8f9;padding:72px 0}.custom-section .section-head p{max-width:760px}.references-section{padding-top:70px}.why-section{background:linear-gradient(135deg,rgba(15,118,110,.96),rgba(5,29,80,.94))!important}.why-card .btn{min-width:180px}
@media(max-width:1050px){.quick-service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.professional-flow-section .home-flow-grid{grid-template-columns:1fr}}
@media(max-width:640px){.quick-service-grid,.process-grid{grid-template-columns:1fr}.quick-services-section{padding:40px 0}.process-card,.faq-item{padding:20px}}


/* ===== V14: Süsleme, çerçeve ve sıkı boşluk revizyonu ===== */
:root{
    --soft-bg:#f7f9fb;
    --card-shadow:0 14px 34px rgba(15,23,42,.075);
    --card-shadow-hover:0 22px 52px rgba(15,23,42,.13);
    --navy:#08245a;
}

/* Genel ritim: aralardaki fazla boşluklar azaltıldı */
.section{padding:62px 0 !important;}
.section-head{margin-bottom:26px !important;}
.section-head small,.about-copy small{margin-bottom:7px !important;}
.section-head h2,.about-copy h2{letter-spacing:-.35px;}
.section-head h2:after,.about-copy h2:after{
    content:'';
    display:block;
    width:52px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--teal),var(--navy));
    margin:13px auto 0;
}
.about-copy h2:after{margin-left:0;margin-right:0;}
.section-head p{margin-top:12px !important;}

/* Header biraz sıkılaştırıldı */
@media (min-width:1051px){
    .main-header{min-height:188px !important;}
    .main-header .container.header-inner,
    .main-header .header-inner{min-height:188px !important;height:188px !important;}
    .main-header .logo,.main-header a.logo{top:22px !important;width:500px !important;min-width:500px !important;max-width:500px !important;}
    .main-header .logo img,.main-header a.logo img,.main-header .logo>img,.header-inner .logo img{width:500px !important;min-width:500px !important;max-width:500px !important;}
    .main-header .header-tools{top:28px !important;}
    .main-header .nav{height:58px !important;bottom:0 !important;border-top:1px solid rgba(15,23,42,.05);}
    .main-header .nav>a,.main-header .nav-item>a{height:58px !important;}
}

/* Slider görsel alanını biraz daha derli toplu göster */
.hero{height:min(var(--hero-height,520px),520px) !important;border-top:1px solid rgba(15,23,42,.06);}
.hero h1{max-width:900px;text-shadow:0 8px 24px rgba(0,0,0,.28);}
.hero p{margin-bottom:22px !important;}
.hero-dots{bottom:24px !important;right:32px !important;}
.hero-dots button{width:10px;height:10px;box-shadow:0 0 0 3px rgba(255,255,255,.08);}

/* Butonlar: daha modern çerçeve */
.btn{border-radius:7px !important;min-height:42px !important;padding:0 22px !important;box-shadow:0 10px 22px rgba(15,23,42,.08);}
.btn:hover{transform:translateY(-1px);}
.btn-outline{border-color:rgba(255,255,255,.7) !important;}
.btn-outline.dark{border-color:#23364a !important;background:#fff;}

/* Hızlı hizmet kartları: daha süslü, ama daha az boşluk */
.quick-services-section{padding:46px 0 34px !important;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important;}
.quick-services-section .section-head{margin-bottom:22px !important;}
.quick-service-grid{gap:14px !important;}
.quick-service-card{
    min-height:146px !important;
    padding:19px 18px 18px !important;
    border:1px solid rgba(8,36,90,.10) !important;
    border-radius:16px !important;
    box-shadow:var(--card-shadow) !important;
}
.quick-service-card:before{height:3px !important;background:linear-gradient(90deg,var(--teal),#08245a) !important;}
.quick-service-card:after{
    content:'›';
    position:absolute;
    right:18px;
    bottom:14px;
    width:26px;
    height:26px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(24,184,180,.10);
    color:var(--teal);
    font-size:22px;
    font-weight:900;
}
.quick-service-card:hover{box-shadow:var(--card-shadow-hover) !important;border-color:rgba(24,184,180,.36) !important;}
.quick-service-card span{margin-bottom:12px !important;}
.quick-service-card h3{font-size:17px !important;margin-bottom:8px !important;}
.quick-service-card p{padding-right:26px;}

/* Güncel Bilgilendirmeler bloğu: çerçeveli vitrini sıkılaştır */
.home-flow-section{padding:36px 0 32px !important;background:#fff !important;}
.professional-flow-section{padding-top:34px !important;}
.home-flow-grid{gap:18px !important;}
.home-flow-slider,.home-announcement-links{
    border-radius:18px !important;
    border:1px solid rgba(8,36,90,.10) !important;
    box-shadow:var(--card-shadow) !important;
    overflow:hidden;
}
.home-flow-slider{min-height:0 !important;background:linear-gradient(135deg,#0e9f93 0%,#0b5763 100%) !important;}
.flow-head{padding:20px 22px 0 !important;}
.flow-head.compact{padding:20px 22px 12px !important;}
.flow-head h2{font-size:24px !important;}
.flow-slides{min-height:205px !important;}
.flow-slide{grid-template-columns:220px minmax(0,1fr) !important;gap:18px !important;padding:17px 22px 25px !important;}
.flow-media{border-radius:13px !important;min-height:150px !important;box-shadow:0 12px 28px rgba(0,0,0,.16);}
.flow-media img{height:158px !important;}
.flow-copy h3{font-size:24px !important;margin-bottom:7px !important;}
.flow-excerpt{margin-bottom:13px !important;}
.official-announcement-box{background:linear-gradient(180deg,#172127 0%,#121a20 100%) !important;}
.home-announcement-links ul{gap:8px !important;padding:0 18px !important;}
.home-announcement-links li a{padding:11px 12px !important;border-radius:9px !important;}
.home-announcement-links .all-link{margin:14px 20px 0 !important;}

/* Faydalı bilgiler / resmi radar alanı */
.info-columns,.module-faydali-bilgiler{padding:48px 0 !important;background:linear-gradient(180deg,#f7f9fb 0%,#eef3f7 100%) !important;}
.columns-grid{gap:18px !important;}
.side-widget{
    border-radius:18px !important;
    border:1px solid rgba(8,36,90,.10) !important;
    padding:22px !important;
    box-shadow:var(--card-shadow) !important;
    min-height:230px !important;
    position:relative;
    overflow:hidden;
}
.side-widget:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--teal),var(--navy));
}
.side-widget h3{margin-bottom:13px !important;font-size:20px !important;}
.side-widget li{margin-bottom:7px !important;}

/* Hizmet kartları */
.services-section{padding:56px 0 !important;background:#fff;}
.services-grid{gap:18px !important;}
.service-card{
    border-radius:16px !important;
    border:1px solid rgba(8,36,90,.10) !important;
    box-shadow:var(--card-shadow) !important;
}
.service-card:hover{box-shadow:var(--card-shadow-hover) !important;}
.service-card img{height:165px !important;}
.service-card div{padding:16px 16px 18px !important;}
.service-card h3{font-size:14px !important;}

/* Hakkımızda kısmı daha kompakt */
.about-section{padding:58px 0 !important;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);}
.about-grid{gap:36px !important;}
.about-image img{height:470px !important;border-radius:18px;box-shadow:var(--card-shadow-hover) !important;}
.about-copy p{margin:13px 0 !important;}

/* Nasıl çalışıyoruz + SSS */
.custom-section:has(.home-process-block),.custom-section:has(.home-faq-block){padding:54px 0 !important;}
.process-grid{gap:14px !important;}
.process-card,.faq-item{
    border-radius:17px !important;
    border:1px solid rgba(8,36,90,.10) !important;
    padding:20px !important;
    box-shadow:var(--card-shadow) !important;
}
.process-card strong{width:40px !important;height:40px !important;border-radius:12px !important;margin-bottom:13px !important;box-shadow:0 10px 22px rgba(24,184,180,.22);}
.process-card h3,.faq-item h3{font-size:18px !important;margin-bottom:7px !important;}
.faq-grid{gap:14px !important;}
.faq-item{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;}

/* CTA alanı */
.why-section{padding:54px 0 !important;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(8,36,90,.16);}
.why-card{gap:28px !important;}
.why-card h2{font-size:31px !important;margin-bottom:9px !important;}
.why-card p{line-height:1.65;}

/* Referanslar */
.references-section{padding:54px 0 58px !important;background:#fff;}
.logos-grid{gap:14px !important;margin:26px 0 0 !important;}
.logos-grid a{border-radius:16px !important;min-height:104px !important;box-shadow:0 10px 24px rgba(15,23,42,.045);}
.logos-grid img{height:78px !important;}

/* Footer biraz daha sıkı */
.footer-grid{padding:46px 0 !important;gap:24px !important;}
.bottom-inner{min-height:46px !important;}

/* Alt sayfalar */
.page-hero{padding:52px 0 !important;}
.page-content-section{padding:46px 0 !important;}
.post-detail{padding:46px 0 !important;}

@media(max-width:1050px){
    .section{padding:50px 0 !important;}
    .hero{height:470px !important;}
    .quick-service-grid,.process-grid{grid-template-columns:repeat(2,1fr) !important;}
    .flow-slide{grid-template-columns:200px minmax(0,1fr) !important;}
    .about-image img{height:360px !important;}
}
@media(max-width:720px){
    .section{padding:40px 0 !important;}
    .section-head h2,.about-copy h2{font-size:29px !important;}
    .hero{height:430px !important;}
    .quick-service-grid,.process-grid,.faq-grid{grid-template-columns:1fr !important;}
    .flow-slide{grid-template-columns:1fr !important;padding:16px !important;}
    .flow-media img{height:190px !important;}
    .home-flow-section,.quick-services-section,.info-columns,.module-faydali-bilgiler{padding:34px 0 !important;}
    .about-image img{height:280px !important;}
    .why-card{align-items:flex-start !important;}
}


/* ===== V15: Kompakt, resmi ve pazarlama odaklı son rötuş ===== */
:root{
    --ey-navy:#051d50;
    --ey-navy-2:#08245a;
    --ey-teal:#0f766e;
    --ey-gold:#d99522;
    --ey-cream:#f7f3eb;
    --ey-line:rgba(5,29,80,.12);
    --ey-shadow:0 12px 28px rgba(5,29,80,.08);
    --ey-shadow-2:0 18px 44px rgba(5,29,80,.14);
}
body{background:#fff;font-size:15px;line-height:1.48;}
.container{width:min(1180px,calc(100% - 32px));}

/* Genel aralıkları daha da sıkılaştır */
.section{padding:34px 0 !important;}
.section-head{margin-bottom:16px !important;}
.section-head small,.about-copy small{font-size:11px;letter-spacing:1.25px;color:var(--brown) !important;}
.section-head h2,.about-copy h2{font-size:30px !important;line-height:1.08 !important;color:var(--ey-navy) !important;}
.section-head h2:after,.about-copy h2:after{width:42px;height:2px;margin-top:9px;background:linear-gradient(90deg,var(--teal),var(--brown));}
.section-head p{max-width:680px;margin-top:8px !important;font-size:14px;line-height:1.55;}

/* Üst alan: daha resmi ve daha az dikey boşluk */
.topbar{background:linear-gradient(90deg,var(--ey-navy),#07152d) !important;border-bottom:1px solid rgba(255,255,255,.08);}
.topbar-inner{min-height:34px !important;font-size:12px;}
.top-left,.top-right{gap:12px !important;}
.info-btn,.info-link{background:rgba(217,149,34,.14)!important;border:1px solid rgba(217,149,34,.35)!important;border-radius:999px!important;padding:5px 11px!important;color:#fff!important;font-weight:800!important;}
.info-btn:hover,.info-link:hover{background:var(--brown)!important;color:#fff!important;}
.top-social{width:25px!important;height:25px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.08);}
.top-social:hover{background:var(--brown)!important;}
@media(min-width:1051px){
    .main-header{min-height:156px!important;border-bottom:0!important;box-shadow:0 5px 18px rgba(5,29,80,.07)!important;}
    .main-header .container.header-inner,.main-header .header-inner{min-height:156px!important;height:156px!important;}
    .main-header .logo,.main-header a.logo{top:17px!important;width:450px!important;min-width:450px!important;max-width:450px!important;}
    .main-header .logo img,.main-header a.logo img,.main-header .logo>img,.header-inner .logo img{width:450px!important;min-width:450px!important;max-width:450px!important;}
    .main-header .header-tools{top:18px!important;}
    .main-header .ataturk-img{height:58px!important;}
    .main-header .nav{height:48px!important;bottom:0!important;border-top:1px solid rgba(5,29,80,.08);}
    .main-header .nav>a,.main-header .nav-item>a{height:48px!important;padding:0 14px!important;font-size:12px;letter-spacing:.15px;}
}
.main-header .nav>a:hover,.main-header .nav-item:hover>a{background:linear-gradient(135deg,var(--teal),var(--ey-navy-2))!important;}

/* Slider: güçlü ama boşluksuz */
.hero{height:430px!important;border-top:0!important;}
.hero-slide{background-image:linear-gradient(90deg,rgba(5,19,44,.82),rgba(5,29,80,.52),rgba(5,29,80,.2)),var(--bg)!important;}
.hero-content{justify-content:center!important;padding-top:6px;}
.hero h1{font-size:42px!important;line-height:1.02!important;margin-bottom:10px!important;max-width:820px;}
.hero p{font-size:15px!important;max-width:660px;margin-bottom:18px!important;letter-spacing:.4px;}
.hero .btn{background:var(--brown)!important;border-color:var(--brown)!important;color:#fff!important;box-shadow:0 13px 28px rgba(0,0,0,.22)!important;}
.hero .btn:hover{background:#fff!important;border-color:#fff!important;color:var(--ey-navy)!important;}
.hero-dots{right:26px!important;bottom:20px!important;}

/* Yeni işlevsel aksiyon merkezi */
.custom-section:has(.home-action-center){padding:18px 0 12px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;}
.home-action-center{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.action-panel{position:relative;display:block;min-height:118px;padding:18px 18px 16px 72px;border-radius:16px;color:#fff;overflow:hidden;box-shadow:var(--ey-shadow);border:1px solid rgba(255,255,255,.16);}
.action-panel:before{content:'';position:absolute;inset:auto -30px -35px auto;width:115px;height:115px;border-radius:50%;background:rgba(255,255,255,.12);}
.action-panel span{position:absolute;left:18px;top:18px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.18);font-weight:900;font-size:15px;}
.action-panel h3{margin:0 0 6px;font-size:18px;line-height:1.15;color:#fff;}
.action-panel p{margin:0;color:rgba(255,255,255,.88);font-size:13px;line-height:1.45;}
.action-panel em{display:inline-block;margin-top:9px;font-style:normal;font-size:12px;font-weight:900;color:#fff;border-bottom:2px solid rgba(255,255,255,.45);}
.action-panel:hover{transform:translateY(-2px);box-shadow:var(--ey-shadow-2);text-decoration:none;}
.action-teal{background:linear-gradient(135deg,var(--teal),#0b5f59);}
.action-navy{background:linear-gradient(135deg,var(--ey-navy),#0d316d);}
.action-gold{background:linear-gradient(135deg,var(--brown),#a76508);}
.trust-mini-strip{margin-top:10px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;}
.trust-mini-strip strong{background:#fff;border:1px solid var(--ey-line);border-radius:999px;padding:8px 10px;text-align:center;color:var(--ey-navy);font-size:12px;box-shadow:0 8px 18px rgba(5,29,80,.045);}
.trust-mini-strip strong:before{content:'✓';color:var(--teal);margin-right:6px;font-weight:900;}

/* Hızlı hizmetler: kartlar daha yoğun ve pazarlama hissi güçlü */
.quick-services-section{padding:22px 0 18px!important;background:#fff!important;}
.quick-service-grid{grid-template-columns:repeat(5,1fr)!important;gap:10px!important;}
.quick-service-card{min-height:118px!important;padding:16px 14px!important;border-radius:14px!important;border:1px solid var(--ey-line)!important;box-shadow:0 8px 20px rgba(5,29,80,.055)!important;background:linear-gradient(180deg,#fff,#fbfcff)!important;}
.quick-service-card:before{height:2px!important;background:linear-gradient(90deg,var(--teal),var(--brown))!important;}
.quick-service-card:after{right:12px!important;bottom:10px!important;width:23px!important;height:23px!important;background:rgba(217,149,34,.12)!important;color:var(--brown)!important;}
.quick-service-card span{margin-bottom:8px!important;font-size:10px!important;color:var(--brown)!important;}
.quick-service-card h3{font-size:15px!important;line-height:1.18!important;margin-bottom:6px!important;color:var(--ey-navy)!important;}
.quick-service-card p{font-size:12.5px!important;line-height:1.42!important;padding-right:18px!important;}
.quick-service-card:hover{border-color:rgba(217,149,34,.38)!important;transform:translateY(-3px);}
.quick-service-card:nth-child(1) span:before{content:'◈ ';}
.quick-service-card:nth-child(2) span:before{content:'◆ ';}
.quick-service-card:nth-child(3) span:before{content:'▣ ';}
.quick-service-card:nth-child(4) span:before{content:'▰ ';}
.quick-service-card:nth-child(5) span:before{content:'● ';}

/* Güncel bilgilendirmeler ve duyuru radarı */
.home-flow-section,.professional-flow-section{padding:22px 0!important;background:linear-gradient(180deg,#f8fafc,#fff)!important;}
.home-flow-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr)!important;gap:12px!important;}
.home-flow-slider,.home-announcement-links{border-radius:16px!important;border:1px solid var(--ey-line)!important;box-shadow:var(--ey-shadow)!important;}
.home-flow-slider{background:linear-gradient(135deg,#073b52 0%,var(--teal) 100%)!important;}
.flow-head{padding:16px 18px 0!important;}
.flow-head.compact{padding:16px 18px 10px!important;}
.flow-head small{font-size:11px;color:rgba(255,255,255,.75)!important;}
.flow-head h2{font-size:21px!important;}
.flow-slides{min-height:170px!important;}
.flow-slide{grid-template-columns:180px minmax(0,1fr)!important;gap:14px!important;padding:13px 18px 20px!important;}
.flow-media{min-height:126px!important;border-radius:12px!important;}
.flow-media img{height:132px!important;}
.flow-media span{font-size:10px!important;padding:5px 8px!important;}
.flow-copy h3{font-size:20px!important;margin-bottom:5px!important;}
.flow-excerpt{font-size:13px!important;line-height:1.48!important;margin-bottom:9px!important;}
.flow-copy .btn{min-height:34px!important;padding:0 14px!important;font-size:11px!important;background:var(--brown)!important;border-color:var(--brown)!important;color:#fff!important;}
.home-announcement-links ul{padding:0 14px!important;gap:6px!important;}
.home-announcement-links li a{padding:9px 10px!important;border-radius:8px!important;background:rgba(255,255,255,.055)!important;}
.home-announcement-links li span{font-size:10.5px!important;margin-bottom:2px!important;color:rgba(255,255,255,.55)!important;}
.home-announcement-links li strong{font-size:13px!important;line-height:1.25!important;}
.home-announcement-links .all-link{margin:11px 16px 0!important;font-size:12px;border-color:var(--brown)!important;}

/* Resmi radar, hizmetler, hakkımızda */
.info-columns,.module-faydali-bilgiler{padding:28px 0!important;background:linear-gradient(180deg,#f3f6f8,#edf2f5)!important;}
.columns-grid{gap:12px!important;}
.side-widget{min-height:190px!important;padding:18px!important;border-radius:15px!important;border:1px solid var(--ey-line)!important;box-shadow:0 10px 22px rgba(5,29,80,.06)!important;}
.side-widget h3{font-size:17px!important;margin-bottom:9px!important;color:var(--ey-navy)!important;}
.side-widget p,.side-widget li{font-size:13px!important;line-height:1.48!important;}
.side-widget .btn{min-height:34px!important;font-size:11px!important;margin-top:10px!important;}
.services-section{padding:30px 0!important;}
.services-grid{gap:12px!important;}
.service-card{min-height:auto!important;border-radius:14px!important;border:1px solid var(--ey-line)!important;box-shadow:0 9px 22px rgba(5,29,80,.055)!important;}
.service-card img{height:128px!important;}
.service-card div{padding:13px 13px 14px!important;}
.service-card h3{font-size:12.6px!important;line-height:1.35!important;color:var(--ey-navy)!important;}
.service-card p{font-size:12.5px!important;line-height:1.45!important;}
.card-link{font-size:12px;color:var(--brown)!important;}
.about-section{padding:32px 0!important;background:#fff!important;}
.about-grid{gap:26px!important;grid-template-columns:.82fr 1.18fr!important;}
.about-image img{height:350px!important;border-radius:15px!important;}
.about-copy p{margin:9px 0!important;font-size:14px;line-height:1.58;}

/* Süreç, CTA, SSS ve referanslar */
.custom-section:has(.home-process-block),.custom-section:has(.home-faq-block){padding:30px 0!important;}
.process-grid{gap:10px!important;}
.process-card,.faq-item{padding:16px!important;border-radius:14px!important;box-shadow:0 9px 22px rgba(5,29,80,.055)!important;}
.process-card strong{width:34px!important;height:34px!important;border-radius:10px!important;margin-bottom:9px!important;background:linear-gradient(135deg,var(--teal),var(--ey-navy))!important;}
.process-card h3,.faq-item h3{font-size:15.5px!important;line-height:1.22!important;margin-bottom:5px!important;color:var(--ey-navy)!important;}
.process-card p,.faq-item p{font-size:12.8px!important;line-height:1.5!important;}
.faq-grid{gap:10px!important;}
.why-section{padding:30px 0!important;background:linear-gradient(135deg,var(--ey-navy),var(--teal))!important;}
.why-card{gap:18px!important;}
.why-card h2{font-size:25px!important;line-height:1.12!important;}
.why-card p{font-size:14px!important;}
.why-card .btn{background:var(--brown)!important;border-color:var(--brown)!important;color:#fff!important;}
.references-section{padding:30px 0 34px!important;}
.logos-grid{gap:10px!important;margin-top:18px!important;}
.logos-grid a{min-height:82px!important;padding:12px!important;border-radius:13px!important;}
.logos-grid img{height:58px!important;}
.footer-grid{padding:34px 0!important;}
.footer h4{margin-bottom:10px!important;}
.footer li{margin-bottom:6px!important;}
.bottom-inner{min-height:38px!important;}

/* Gerçek işlev: sabit hızlı işlem menüsü */
.floating-action-rail{position:fixed;right:16px;bottom:18px;z-index:86;display:flex;flex-direction:column;gap:7px;align-items:flex-end;}
.floating-action-rail a{display:flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:999px;color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.18);}
.float-whatsapp{background:#25d366;}
.float-request{background:var(--brown);}
.float-call{background:var(--ey-navy);}
.floating-action-rail a:hover{transform:translateY(-2px);text-decoration:none;}
.whatsapp{display:none!important;}

@media(max-width:1050px){
    .section{padding:30px 0!important;}
    .hero{height:390px!important;}
    .hero h1{font-size:34px!important;}
    .home-action-center{grid-template-columns:1fr!important;}
    .action-panel{min-height:96px;}
    .trust-mini-strip{grid-template-columns:repeat(2,1fr);}
    .quick-service-grid{grid-template-columns:repeat(2,1fr)!important;}
    .home-flow-grid{grid-template-columns:1fr!important;}
    .flow-slide{grid-template-columns:165px minmax(0,1fr)!important;}
    .about-grid{grid-template-columns:1fr!important;}
    .about-image img{height:280px!important;}
}
@media(max-width:720px){
    body{font-size:14px;}
    .container{width:min(100% - 24px,1180px);}
    .section{padding:26px 0!important;}
    .section-head h2,.about-copy h2{font-size:25px!important;}
    .hero{height:360px!important;}
    .hero h1{font-size:28px!important;}
    .hero p{font-size:13px!important;}
    .quick-service-grid,.process-grid,.faq-grid,.columns-grid,.services-grid,.services-grid.cols-2,.services-grid.cols-3,.services-grid.cols-4{grid-template-columns:1fr!important;}
    .flow-slide{grid-template-columns:1fr!important;}
    .flow-media img{height:175px!important;}
    .trust-mini-strip{grid-template-columns:1fr;}
    .floating-action-rail{left:10px;right:10px;bottom:10px;flex-direction:row;justify-content:center;}
    .floating-action-rail a{flex:1;padding:0 9px;font-size:11px;}
    .footer{padding-bottom:46px;}
}


/* ===== V16: Üst orta piyasa + hava durumu canlı alanı ===== */
.topbar-inner{display:grid!important;grid-template-columns:minmax(230px,1fr) minmax(300px,430px) minmax(230px,1fr)!important;align-items:center!important;gap:14px!important;}
.top-left{justify-content:flex-start!important;min-width:0;}
.top-right{justify-content:flex-end!important;min-width:0;}
.top-market-widget{justify-self:center;display:flex;align-items:center;justify-content:center;gap:8px;min-width:300px;max-width:430px;height:28px;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;overflow:hidden;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);}
.market-label{font-size:10px;font-weight:900;letter-spacing:.9px;color:#f4c46c;border-right:1px solid rgba(255,255,255,.18);padding-right:8px;line-height:1;}
.market-rotator,.market-weather{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:11px;line-height:1;}
.market-rotator{min-width:148px;justify-content:flex-start;}
.market-symbol,.weather-city{font-weight:900;color:#dce8ff;}
.market-value,.weather-degree{font-size:12px;color:#fff;font-weight:900;}
.market-change,.weather-status{font-style:normal;font-size:10px;color:#cbd5e1;font-weight:800;}
.market-rotator.is-up .market-change{color:#50f08e;}
.market-rotator.is-down .market-change{color:#ff7c7c;}
.market-rotator.is-flat .market-change{color:#d8dee8;}
.market-weather{border-left:1px solid rgba(255,255,255,.18);padding-left:8px;}
.market-ready .market-value,.market-ready .weather-degree{letter-spacing:.1px;}
@media(max-width:1180px){
    .topbar-inner{grid-template-columns:1fr!important;justify-items:center!important;padding:7px 0!important;}
    .top-left,.top-right{justify-content:center!important;text-align:center!important;}
    .top-market-widget{order:2;width:min(430px,100%);}
    .top-right{order:3;}
}
@media(max-width:560px){
    .top-market-widget{min-width:0;width:100%;height:auto;min-height:30px;gap:6px;flex-wrap:wrap;border-radius:14px;}
    .market-label{display:none;}
    .market-rotator{min-width:130px;justify-content:center;}
    .market-weather{padding-left:6px;}
}

/* ===== V8 Kullanıcı Revizyonları: okunurluk, kart yükseklikleri, görsel kontrolü ===== */
html{font-size:16px}
body{font-family:var(--font-main);font-size:16.5px;line-height:1.75;color:#1f2933;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
p,li,.wysiwyg{font-size:1rem;line-height:1.85}.wysiwyg p{margin-bottom:18px}.wysiwyg h2{font-size:1.75rem;line-height:1.25;margin:28px 0 14px}.wysiwyg h3{font-size:1.35rem;line-height:1.3;margin:24px 0 12px}
.nav-item>a{font-size:14px;letter-spacing:.02em}.btn,.info-btn,.card-link,.read-more-inline{font-size:14px}.hero-content p{font-size:18px;line-height:1.55}.service-card p,.intro-card p,.process-card p,.faq-item p,.side-widget li,.side-widget p{font-size:15.5px;line-height:1.7}
.section-head small:empty,.about-copy small:empty{display:none!important}.section-head h2{font-size:34px}.section-head p{font-size:17px;line-height:1.7}.page-hero{background:#1f2a31;color:#fff;padding:58px 0}.page-hero h1{font-size:42px;line-height:1.16;margin:0 0 14px}.page-hero p{font-size:18px;line-height:1.65;max-width:860px;margin:0;color:rgba(255,255,255,.9)}

/* İç sayfa / yazı görselleri küçültme ve yönetilebilir ölçü */
.page-featured-image,.post-detail-image{max-width:var(--content-image-max-width);margin:0 auto 30px;border-radius:14px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.12);border:1px solid var(--border);background:#fff}.page-featured-image img,.post-detail-image img{display:block;width:100%;max-height:var(--content-image-max-height);object-fit:contain;background:#fff}.page-content-section .container.narrow{max-width:980px}.post-detail .wysiwyg{max-width:920px;font-size:17px;line-height:1.9}.wysiwyg img{max-width:100%;height:auto;border-radius:10px}.wysiwyg figure{max-width:100%;margin:24px auto;text-align:center}.wysiwyg figure img{display:inline-block}.post-lead{font-size:19px;color:#5e6975;line-height:1.7;margin:0}

/* Ana sayfa: Hakkımızda + Mevzuat paneli */
.about-with-mevzuat-section .about-mevzuat-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(300px,.85fr);gap:34px;align-items:stretch}.about-with-mevzuat-section .about-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1fr);gap:28px;align-items:center}.about-with-mevzuat-section .about-image img{height:350px;object-fit:cover}.home-mevzuat-panel{background:#fff;border:1px solid var(--border);box-shadow:0 18px 40px rgba(15,23,42,.09);align-self:stretch;overflow:hidden}.home-mevzuat-title{background:#7fbf43;color:#fff;font-weight:900;font-size:16px;letter-spacing:.04em;padding:10px 18px}.home-mevzuat-panel ul{list-style:none;margin:0;padding:12px 14px;display:grid;gap:10px}.home-mevzuat-panel li a{display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center;color:#182b3a}.home-mevzuat-panel li a:hover{text-decoration:none;color:var(--teal)}.home-mevzuat-panel img{width:54px;height:42px;object-fit:contain;background:#f4f7fa;border:1px solid #e5eaf0}.home-mevzuat-panel li span{font-weight:800;font-size:14px;line-height:1.25}.home-mevzuat-panel li em{display:block;color:#d02222;font-style:normal;font-size:13px;margin-top:2px}.home-mevzuat-all{display:inline-flex;margin:0 14px 16px;font-weight:900;border-bottom:2px solid var(--teal);color:var(--teal)}

/* Ana sayfa haber-duyuru / blog-makale blokları */
.home-flow-section{padding:38px 0 28px}.home-flow-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:24px}.home-flow-slider{border-radius:16px;min-height:360px}.home-announcement-links{border-radius:16px}.flow-head small{font-size:13px}.flow-head h2{font-size:27px}.flow-slide{grid-template-columns:220px minmax(0,1fr);padding:18px 24px 38px}.flow-media{min-height:160px}.flow-media img{height:160px}.flow-copy h3{font-size:24px}.flow-excerpt{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;color:rgba(255,255,255,.92);line-height:1.65}.home-announcement-links li strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-announcement-links .all-link{border-color:var(--brown)}

/* Blog / makale / haber liste kartları: uzunluğu sınırlı */
.short-card-grid,.post-grid.bilgi-post-grid{align-items:start}.compact-post-card,.post-card{height:auto;min-height:0}.post-card-media{display:block;height:185px;overflow:hidden;background:#f2f5f8}.post-card-media img,.post-card img{height:185px;object-fit:cover}.post-card-body{padding:20px 20px 18px}.post-card h2{font-size:18px;line-height:1.36;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card p{font-size:15px;line-height:1.65;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-meta{font-size:12.5px}.read-more-inline{display:inline-flex;margin-top:12px;font-weight:900;color:var(--teal);border-bottom:2px solid rgba(15,118,110,.25)}.announcement-grid{align-items:start}.announcement-card img{height:185px}.announcement-card h2{font-size:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.announcement-card p{font-size:15.5px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.bilgi-filter-bar.minimal-filter{margin-bottom:26px}.bilgi-filter-bar.minimal-filter a{padding:11px 20px;border-radius:999px}.two-only-filter a:first-child:before{content:'✓';opacity:.7;margin-right:2px}

/* Mevzuat sayfası */
.mevzuat-list-grid{display:grid;gap:15px}.mevzuat-list-card{border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);overflow:hidden}.mevzuat-list-card a{display:grid;grid-template-columns:110px minmax(0,1fr);gap:18px;padding:16px;color:#203040}.mevzuat-list-card a:hover{text-decoration:none;background:#f8fbfc}.mevzuat-list-card img{width:110px;height:78px;object-fit:contain;background:#f2f5f8;border:1px solid #e6ecf2;border-radius:10px}.mevzuat-list-card span{display:block;color:var(--teal);font-size:13px;font-weight:900;margin-bottom:5px}.mevzuat-list-card h2{font-size:20px;line-height:1.3;margin:0 0 6px;color:#17366b}.mevzuat-list-card p{margin:0;color:#53606b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Yazar künyesi */
.article-author-kunye{max-width:920px;margin:0 auto 28px;border:1px solid #e3e9f1;border-top:4px solid var(--teal);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.07);padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:20px;align-items:start}.article-author-kunye img,.article-author-kunye .author-avatar-v8{width:128px;height:128px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px rgba(15,23,42,.14)}.author-kunye-text strong{display:block;color:var(--teal);font-size:13px;letter-spacing:.05em;margin-bottom:4px}.author-kunye-text h2{font-size:22px;margin:0 0 6px;color:#102c56}.author-kunye-text p{margin:0 0 8px;line-height:1.55}.author-kunye-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.author-kunye-actions .btn{padding:10px 14px}

/* Soru cevap + pratik linkler */
.qa-layout{display:grid;grid-template-columns:minmax(0,1.35fr) 300px;gap:28px;align-items:start}.qa-main-list,.quick-links-box{border:1px solid var(--border);background:#fff}.qa-head-strip{background:var(--teal);color:#fff;font-weight:900;text-transform:uppercase;padding:10px 14px}.qa-head-strip.dark{background:#5c6872}.qa-item{border-bottom:1px solid #e6ecf2;padding:0}.qa-item summary{cursor:pointer;padding:15px 18px;font-weight:800;list-style:none}.qa-item summary:before{content:'●';font-size:10px;margin-right:8px;color:#111}.qa-item div{padding:0 18px 16px;color:#4b5661}.quick-links-box{padding-bottom:16px}.quick-links-box select{display:block;width:calc(100% - 28px);margin:12px 14px 0;height:38px;border:1px solid #b8c0c9;border-radius:4px;background:#f1f4f8;padding:0 10px;font-weight:700;color:#26323b}

@media(max-width:1100px){.about-with-mevzuat-section .about-mevzuat-grid,.home-flow-grid{grid-template-columns:1fr}.about-with-mevzuat-section .about-grid{grid-template-columns:1fr 1fr}.qa-layout{grid-template-columns:1fr}.home-mevzuat-panel li a{grid-template-columns:64px 1fr}}
@media(max-width:760px){body{font-size:16px}.section-head h2,.page-hero h1{font-size:30px}.about-with-mevzuat-section .about-grid{grid-template-columns:1fr}.about-with-mevzuat-section .about-image img{height:auto}.flow-slide{grid-template-columns:1fr}.flow-media img{height:210px}.post-card-media,.post-card-media img,.post-card img{height:190px}.mevzuat-list-card a{grid-template-columns:1fr}.mevzuat-list-card img{width:100%;height:120px}.article-author-kunye{grid-template-columns:1fr}.article-author-kunye img,.article-author-kunye .author-avatar-v8{width:110px;height:110px}.page-featured-image,.post-detail-image{max-width:100%}}
/* DB güncellemesi uygulanmadan da başlık düzeltmeleri */
.home-process-block .section-head small,#hakkimizda .about-copy small,.home-faq-block .section-head small{display:none!important}.home-faq-block .section-head h2{font-size:0!important}.home-faq-block .section-head h2:after{content:'Sık Sorulan Sorular';display:block;font-size:34px;line-height:1.22;color:#08245a}.references-section .section-head p{display:none!important}

/* ===== V8.0.3 düzeltme paketi: başlık taşmaları + üst bar API toleransı ===== */
.top-market-widget{gap:10px!important;}
.market-rotator{min-width:172px!important;}
.market-value{margin-left:2px!important;}
.market-change{margin-left:3px!important;}
.market-weather{min-width:118px!important;}

/* Hizmetler bölümünde ikinci üst başlık görünmesin. */
.services-section .section-head small,
.module-hizmetlerimiz .section-head small,
.quick-services-section .section-head small{display:none!important;}

/* Sık Sorulan Sorular başlığındaki patlamayı engelle. */
.home-faq-block .section-head{margin-bottom:18px!important;text-align:center!important;position:relative!important;}
.home-faq-block .section-head h2{
    display:block!important;
    font-size:32px!important;
    line-height:1.22!important;
    margin:0!important;
    color:#08245a!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
}
.home-faq-block .section-head h2:after{content:none!important;display:none!important;}
.home-faq-block .section-head p{font-size:16px!important;line-height:1.55!important;max-width:760px!important;margin:10px auto 0!important;}

@media(max-width:760px){
    .home-faq-block .section-head h2{font-size:28px!important;}
    .top-market-widget{width:100%!important;max-width:430px!important;}
    .market-rotator{min-width:150px!important;}
    .market-weather{min-width:106px!important;}
}

/* ===== V8.1.0 ana sayfa editorial revizyonlar ===== */
.about-with-mevzuat-section .home-mevzuat-panel{
    display:flex!important;
    flex-direction:column!important;
    max-height:540px!important;
    min-height:540px!important;
    border-radius:0!important;
    box-shadow:0 14px 34px rgba(15,23,42,.08)!important;
}
.about-with-mevzuat-section .home-mevzuat-title{
    background:#86c345!important;
    color:#fff!important;
    font-size:17px!important;
    padding:14px 18px!important;
}
.about-with-mevzuat-section .home-mevzuat-scroll{
    flex:1 1 auto!important;
    overflow-y:auto!important;
    padding:10px 8px 0 12px!important;
    scrollbar-width:thin;
}
.about-with-mevzuat-section .home-mevzuat-scroll::-webkit-scrollbar,
.home-author-sidebar .author-stream-scroll::-webkit-scrollbar{width:10px;height:10px;}
.about-with-mevzuat-section .home-mevzuat-scroll::-webkit-scrollbar-thumb,
.home-author-sidebar .author-stream-scroll::-webkit-scrollbar-thumb{background:#b6c0ca;border-radius:999px;border:2px solid #fff;}
.about-with-mevzuat-section .home-mevzuat-scroll::-webkit-scrollbar-track,
.home-author-sidebar .author-stream-scroll::-webkit-scrollbar-track{background:#eef2f5;border-radius:999px;}
.about-with-mevzuat-section .home-mevzuat-panel ul{padding:0!important;margin:0!important;gap:4px!important;}
.about-with-mevzuat-section .home-mevzuat-panel li{border-bottom:1px solid #edf1f4;}
.about-with-mevzuat-section .home-mevzuat-panel li:last-child{border-bottom:0;}
.about-with-mevzuat-section .home-mevzuat-panel li a{
    grid-template-columns:58px 1fr!important;
    gap:12px!important;
    padding:9px 6px!important;
    align-items:flex-start!important;
}
.about-with-mevzuat-section .home-mevzuat-panel img{
    width:58px!important;
    height:44px!important;
    border:1px solid #ebeff3!important;
    background:#fff!important;
}
.about-with-mevzuat-section .home-mevzuat-panel li span{
    font-size:14px!important;
    line-height:1.3!important;
    font-weight:800!important;
    color:#1c2f3d!important;
}
.about-with-mevzuat-section .home-mevzuat-panel li em{
    color:#d93025!important;
    font-size:12.5px!important;
    margin-top:4px!important;
}
.about-with-mevzuat-section .home-mevzuat-all{
    margin:10px 16px 18px!important;
    font-size:14px!important;
    font-weight:900!important;
    align-self:flex-start!important;
}

.editorial-home-stream .home-flow-grid{
    grid-template-columns:minmax(0,1.58fr) minmax(320px,.82fr)!important;
    gap:20px!important;
    align-items:stretch!important;
}
.editorial-home-stream .editorial-news-box,
.editorial-home-stream .home-author-sidebar{
    min-height:520px!important;
    border-radius:16px!important;
}
.editorial-home-stream .editorial-news-box{
    display:flex!important;
    flex-direction:column!important;
    background:linear-gradient(135deg,#0b5360 0%, #0e8d93 100%)!important;
    position:relative!important;
    overflow:hidden!important;
}
.editorial-home-stream .editorial-news-box .flow-head{padding:26px 24px 8px!important;}
.editorial-home-stream .editorial-news-box .flow-head small{color:rgba(255,255,255,.86)!important;font-size:12px!important;}
.editorial-home-stream .editorial-news-box .flow-head h2{font-size:22px!important;color:#fff!important;}
.editorial-home-stream .editorial-slides{position:relative!important;flex:1 1 auto!important;min-height:0!important;}
.editorial-home-stream .editorial-slide{
    display:none!important;
    grid-template-columns:minmax(0,1.1fr) 280px!important;
    gap:22px!important;
    padding:8px 24px 62px!important;
    min-height:390px!important;
    align-items:stretch!important;
}
.editorial-home-stream .editorial-slide.active{display:grid!important;}
.editorial-home-stream .editorial-slide .flow-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-width:0!important;
}
.editorial-home-stream .editorial-slide .flow-copy h3{
    font-size:22px!important;
    line-height:1.2!important;
    margin:12px 0 14px!important;
}
.editorial-home-stream .editorial-slide .flow-copy h3 a{color:#fff!important;}
.editorial-home-stream .editorial-slide .flow-excerpt{
    display:block!important;
    color:rgba(255,255,255,.94)!important;
    font-size:15.5px!important;
    line-height:1.65!important;
    overflow:hidden!important;
    min-height:150px!important;
    max-height:188px!important;
}
.editorial-home-stream .editorial-slide .flow-excerpt p{margin:0!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;}
.editorial-home-stream .flow-readmore{
    margin-top:18px!important;
    display:inline-flex!important;
    align-self:flex-start!important;
    padding:0 0 4px!important;
    border-bottom:2px solid rgba(255,255,255,.82)!important;
    color:#fff!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
}
.editorial-home-stream .flow-readmore:hover{text-decoration:none!important;opacity:.92;}
.editorial-home-stream .editorial-slide .flow-media{
    background:transparent!important;
    border-radius:12px!important;
    min-height:0!important;
    align-self:end!important;
    justify-self:end!important;
    width:100%!important;
    max-width:280px!important;
    overflow:hidden!important;
    box-shadow:0 12px 26px rgba(0,0,0,.16)!important;
}
.editorial-home-stream .editorial-slide .flow-media img{
    width:100%!important;
    height:188px!important;
    object-fit:cover!important;
    display:block!important;
}
.editorial-home-stream .editorial-pager{
    position:absolute!important;
    left:24px!important;
    right:auto!important;
    bottom:18px!important;
    display:flex!important;
    gap:4px!important;
    z-index:4!important;
}
.editorial-home-stream .editorial-pager button{
    width:34px!important;
    height:28px!important;
    border-radius:0!important;
    border:0!important;
    background:#c92828!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:none!important;
}
.editorial-home-stream .editorial-pager button.active{background:#111!important;color:#fff!important;}

.home-author-sidebar{
    display:flex!important;
    flex-direction:column!important;
    background:linear-gradient(180deg,#15222b 0%, #101820 100%)!important;
}
.home-author-sidebar .flow-head.compact{padding:26px 22px 12px!important;}
.home-author-sidebar .flow-head.compact small{color:#d1d7dd!important;font-size:12px!important;}
.home-author-sidebar .flow-head.compact h2{font-size:22px!important;color:#fff!important;}
.home-author-sidebar .author-stream-scroll{
    flex:1 1 auto!important;
    overflow-y:auto!important;
    padding:0 10px 0 16px!important;
    scrollbar-width:thin;
}
.home-author-sidebar .author-stream-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:8px!important;}
.home-author-sidebar .author-stream-list li{margin:0!important;padding:0!important;}
.home-author-sidebar .author-stream-list li a{
    display:grid!important;
    grid-template-columns:58px 1fr!important;
    gap:12px!important;
    align-items:start!important;
    padding:10px 8px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    color:#fff!important;
    background:transparent!important;
    border-radius:0!important;
}
.home-author-sidebar .author-stream-list li:last-child a{border-bottom:0!important;}
.home-author-sidebar .author-mini-photo,
.home-author-sidebar .author-mini-photo img,
.home-author-sidebar .author-mini-initial{
    width:56px!important;
    height:56px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
}
.home-author-sidebar .author-mini-photo img{object-fit:cover!important;border:2px solid rgba(255,255,255,.15)!important;}
.home-author-sidebar .author-mini-initial{background:#e5e7eb!important;color:#1f2937!important;font-weight:900!important;font-size:18px!important;}
.home-author-sidebar .author-mini-copy{display:block!important;min-width:0!important;}
.home-author-sidebar .author-mini-copy strong{
    display:block!important;
    font-size:15px!important;
    line-height:1.25!important;
    color:#fff!important;
    margin-bottom:5px!important;
}
.home-author-sidebar .author-mini-copy em{
    display:block!important;
    color:#eef4f6!important;
    font-style:normal!important;
    font-size:14px!important;
    line-height:1.35!important;
    margin-bottom:5px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}
.home-author-sidebar .author-mini-date{display:block!important;color:#d85a5a!important;font-size:12.5px!important;font-weight:800!important;}
.home-author-sidebar .all-link{margin:12px 18px 18px!important;border-bottom:2px solid var(--brown)!important;align-self:flex-start!important;}

.writers-archive-list{display:grid;gap:18px;}
.writer-archive-item{
    display:grid;
    grid-template-columns:88px minmax(0,1fr);
    gap:18px;
    align-items:start;
    padding:18px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,23,42,.05);
}
.writer-archive-photo img,
.writer-archive-photo .author-avatar-v8{
    width:88px;
    height:88px;
    border-radius:999px;
    object-fit:cover;
    display:grid;
    place-items:center;
}
.writer-archive-copy{min-width:0;}
.writer-archive-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:6px;}
.writer-archive-meta a,
.writer-archive-meta span{font-weight:900;color:var(--teal);}
.writer-archive-meta em{font-style:normal;color:#d93025;font-size:13px;font-weight:800;}
.writer-archive-item h2{font-size:22px;line-height:1.3;margin:0 0 8px;color:#17366b;}
.writer-archive-item h2 a{color:inherit;}
.writer-archive-item p{margin:0;color:#53606b;line-height:1.68;}
.writer-archive-item .read-more-inline{margin-top:12px;}

@media(max-width:1100px){
    .editorial-home-stream .home-flow-grid{grid-template-columns:1fr!important;}
    .editorial-home-stream .home-author-sidebar,
    .about-with-mevzuat-section .home-mevzuat-panel,
    .editorial-home-stream .editorial-news-box{min-height:0!important;max-height:none!important;}
    .about-with-mevzuat-section .home-mevzuat-scroll,
    .home-author-sidebar .author-stream-scroll{max-height:420px!important;}
}
@media(max-width:760px){
    .about-with-mevzuat-section .home-mevzuat-panel li a{grid-template-columns:52px 1fr!important;}
    .editorial-home-stream .editorial-slide{grid-template-columns:1fr!important;padding:8px 18px 66px!important;min-height:0!important;}
    .editorial-home-stream .editorial-slide .flow-copy h3{font-size:20px!important;}
    .editorial-home-stream .editorial-slide .flow-excerpt{min-height:0!important;max-height:none!important;}
    .editorial-home-stream .editorial-slide .flow-media{max-width:none!important;justify-self:stretch!important;}
    .editorial-home-stream .editorial-slide .flow-media img{height:210px!important;}
    .editorial-home-stream .editorial-pager{left:18px!important;bottom:16px!important;}
    .home-author-sidebar .author-stream-list li a{grid-template-columns:54px 1fr!important;}
    .writer-archive-item{grid-template-columns:1fr;}
}

/* ===== V8.2.0 estetik ön yüz düzenlemesi ===== */
:root{
    --ey-soft:#f6f8fb;
    --ey-card:#ffffff;
    --ey-ink:#0b2341;
    --ey-muted:#64748b;
    --ey-teal:#0f766e;
    --ey-gold:#d89518;
    --ey-line:#e6edf3;
    --ey-shadow-soft:0 16px 36px rgba(15,23,42,.07);
}
body{background:#fff;color:#17233c;}
.section{padding:56px 0;}
.section-head{max-width:850px;margin:0 auto 30px;text-align:center;}
.section-head small{font-size:12px;letter-spacing:1.8px;color:var(--ey-gold);font-weight:900;}
.section-head h2{color:var(--ey-ink);letter-spacing:-.02em;}
.section-head p{color:#5d6b7a;}

/* Haber & Duyuru ve Yazarlarımız bölümü koyu bloktan çıkarıldı */
.editorial-home-stream{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)!important;padding:46px 0!important;}
.editorial-home-stream .home-flow-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.85fr)!important;gap:24px!important;}
.editorial-home-stream .editorial-news-box,
.editorial-home-stream .home-author-sidebar{
    background:#fff!important;
    color:#17233c!important;
    border:1px solid var(--ey-line)!important;
    box-shadow:var(--ey-shadow-soft)!important;
    border-radius:18px!important;
    min-height:500px!important;
}
.editorial-home-stream .editorial-news-box{overflow:hidden!important;}
.editorial-home-stream .editorial-news-box:before,
.editorial-home-stream .home-author-sidebar:before{
    content:'';
    display:block;
    height:5px;
    background:linear-gradient(90deg,var(--ey-teal),#0b4a79);
}
.editorial-home-stream .flow-head{padding:24px 26px 6px!important;}
.editorial-home-stream .flow-head small,
.editorial-home-stream .home-author-sidebar .flow-head.compact small{color:var(--ey-teal)!important;letter-spacing:1.4px!important;font-size:12px!important;}
.editorial-home-stream .flow-head h2,
.editorial-home-stream .home-author-sidebar .flow-head.compact h2{color:var(--ey-ink)!important;font-size:25px!important;line-height:1.2!important;}
.editorial-home-stream .editorial-slide{
    grid-template-columns:minmax(0,1.08fr) 300px!important;
    align-items:end!important;
    min-height:372px!important;
    padding:8px 26px 66px!important;
}
.editorial-home-stream .editorial-slide .flow-copy h3{font-size:27px!important;line-height:1.16!important;margin:8px 0 14px!important;color:var(--ey-ink)!important;}
.editorial-home-stream .editorial-slide .flow-copy h3 a{color:var(--ey-ink)!important;}
.editorial-home-stream .editorial-slide .flow-excerpt{
    color:#42526a!important;
    font-size:15.5px!important;
    line-height:1.72!important;
    min-height:145px!important;
    max-height:194px!important;
}
.editorial-home-stream .flow-readmore{
    color:var(--ey-teal)!important;
    border-bottom:2px solid rgba(15,118,110,.3)!important;
    margin-top:16px!important;
}
.editorial-home-stream .editorial-slide .flow-media{
    max-width:300px!important;
    border-radius:16px!important;
    box-shadow:0 14px 32px rgba(15,23,42,.14)!important;
    border:1px solid #eef2f6!important;
}
.editorial-home-stream .editorial-slide .flow-media img{height:210px!important;}
.editorial-home-stream .editorial-pager{left:26px!important;bottom:24px!important;gap:3px!important;}
.editorial-home-stream .editorial-pager button{
    width:31px!important;height:27px!important;background:#e11d2e!important;color:#fff!important;border-radius:2px!important;font-size:13px!important;
}
.editorial-home-stream .editorial-pager button.active{background:#111827!important;}

/* Yazarlarımız: gerçek foto, temiz liste, açık kart */
.home-author-sidebar{display:flex!important;flex-direction:column!important;}
.home-author-sidebar .flow-head.compact{padding:24px 24px 12px!important;}
.home-author-sidebar .author-stream-scroll{padding:0 14px 0 18px!important;max-height:370px!important;overflow-y:auto!important;}
.home-author-sidebar .author-stream-list{gap:0!important;}
.home-author-sidebar .author-stream-list li a{
    grid-template-columns:62px 1fr!important;
    gap:12px!important;
    padding:12px 4px!important;
    border-bottom:1px solid #edf2f7!important;
    color:#17233c!important;
    background:transparent!important;
}
.home-author-sidebar .author-stream-list li a:hover{background:#f8fafc!important;text-decoration:none!important;border-radius:10px!important;}
.home-author-sidebar .author-mini-photo,
.home-author-sidebar .author-mini-photo img,
.home-author-sidebar .author-mini-initial{width:58px!important;height:58px!important;border-radius:50%!important;}
.home-author-sidebar .author-mini-photo img{
    object-fit:contain!important;
    object-position:center top!important;
    background:#fff!important;
    border:2px solid #e7eef5!important;
    padding:2px!important;
}
.home-author-sidebar .author-mini-initial{background:#eef4f8!important;color:var(--ey-teal)!important;}
.home-author-sidebar .author-mini-copy strong{color:var(--ey-ink)!important;font-size:14.5px!important;margin-bottom:4px!important;}
.home-author-sidebar .author-mini-copy em{color:#35465a!important;font-size:13.5px!important;line-height:1.33!important;-webkit-line-clamp:3!important;}
.home-author-sidebar .author-mini-date{color:#c4262e!important;font-size:12px!important;font-weight:900!important;}
.home-author-sidebar .all-link{color:var(--ey-teal)!important;border-color:rgba(15,118,110,.35)!important;margin:14px 22px 20px!important;font-size:14px!important;}

/* Yazar detay/künye fotoğraflarında baş kesilmesini engelle */
.article-author-kunye{
    border-top:0!important;
    border-left:5px solid var(--ey-teal)!important;
    border-radius:18px!important;
    box-shadow:var(--ey-shadow-soft)!important;
    align-items:center!important;
}
.article-author-kunye img,
.article-author-kunye .author-avatar-v8,
.author-profile-card img,
.author-card-v8 img,
.writer-archive-photo img{
    object-fit:contain!important;
    object-position:center top!important;
    background:#fff!important;
    padding:3px!important;
    border:1px solid #e5edf4!important;
}
.article-author-kunye img{border-radius:14px!important;width:132px!important;height:132px!important;}
.author-profile-card img{border-radius:18px!important;}
.author-card-v8 img,.writer-archive-photo img{border-radius:50%!important;}
.author-kunye-text strong{color:var(--ey-teal)!important;}
.author-kunye-text h2{color:var(--ey-ink)!important;}

/* Referanslar başlığı: sadece Güven ve İş Birliği kalsın */
.references-section .section-head h2{display:none!important;}
.references-section .section-head small{
    display:block!important;
    font-size:31px!important;
    line-height:1.22!important;
    letter-spacing:-.02em!important;
    text-transform:none!important;
    color:var(--ey-ink)!important;
    margin-bottom:10px!important;
}
.references-section .section-head small:after{
    content:'';
    display:block;
    width:44px;
    height:3px;
    background:var(--ey-gold);
    margin:12px auto 0;
    border-radius:999px;
}

/* Genel kart/alan estetiği */
.quick-service-card,.service-card,.side-widget,.process-card,.faq-item,.home-mevzuat-panel,.post-card,.announcement-card,.mevzuat-list-card,.writer-archive-item{
    border-color:var(--ey-line)!important;
    box-shadow:var(--ey-shadow-soft)!important;
}
.quick-service-card,.service-card,.side-widget,.process-card,.faq-item{border-radius:16px!important;background:#fff!important;}
.quick-service-card:before{height:3px!important;background:linear-gradient(90deg,var(--ey-teal),#0b4a79)!important;}
.quick-service-card:hover,.service-card:hover,.post-card:hover{transform:translateY(-3px);}
.quick-service-card h3,.service-card h3,.process-card h3,.faq-item h3{color:var(--ey-ink)!important;}
.quick-service-card p,.service-card p,.process-card p,.faq-item p{color:#566678!important;}

/* Hizmetler bölümünün daha düzenli görünmesi */
.services-section{background:#fff!important;}
.services-grid{gap:22px!important;}
.service-card{overflow:hidden!important;transition:.2s ease!important;}
.service-card img{height:170px!important;object-fit:cover!important;background:#f2f6fa!important;}
.service-card div{padding:16px!important;}
.service-card h3{font-size:16px!important;line-height:1.32!important;}
.service-card .card-link{color:var(--ey-gold)!important;font-weight:900!important;}

/* Hakkımızda + mevzuat kısmı daha dengeli */
.about-with-mevzuat-section{background:#fff!important;padding-top:60px!important;}
.about-with-mevzuat-section .about-mevzuat-grid{grid-template-columns:minmax(0,2fr) minmax(315px,.8fr)!important;align-items:center!important;}
.about-with-mevzuat-section .about-grid{background:#fff;border-radius:20px;}
.about-with-mevzuat-section .about-image img{border-radius:18px!important;box-shadow:var(--ey-shadow-soft)!important;}
.about-with-mevzuat-section .about-copy h2{color:var(--ey-ink)!important;}
.about-with-mevzuat-section .home-mevzuat-panel{border-radius:0!important;background:#fff!important;}
.about-with-mevzuat-section .home-mevzuat-title{background:#82c341!important;}
.about-with-mevzuat-section .home-mevzuat-scroll{max-height:420px!important;}

/* Alt CTA çok ağır görünmesin */
.cta-section,.module-iletisim-cagrisi{background:linear-gradient(90deg,#0a4960,#0f766e)!important;}
.cta-section .btn,.module-iletisim-cagrisi .btn{background:#d89518!important;border-color:#d89518!important;color:#fff!important;}

@media(max-width:1100px){
    .editorial-home-stream .home-flow-grid,.about-with-mevzuat-section .about-mevzuat-grid{grid-template-columns:1fr!important;}
    .editorial-home-stream .editorial-news-box,.editorial-home-stream .home-author-sidebar{min-height:0!important;}
    .home-author-sidebar .author-stream-scroll{max-height:360px!important;}
}
@media(max-width:760px){
    .section{padding:38px 0;}
    .editorial-home-stream .editorial-slide{grid-template-columns:1fr!important;padding:8px 20px 68px!important;}
    .editorial-home-stream .editorial-slide .flow-copy h3{font-size:22px!important;}
    .editorial-home-stream .editorial-slide .flow-excerpt{min-height:0!important;max-height:none!important;}
    .editorial-home-stream .editorial-slide .flow-media{max-width:none!important;justify-self:stretch!important;}
    .editorial-home-stream .editorial-slide .flow-media img{height:200px!important;}
    .references-section .section-head small{font-size:26px!important;}
    .article-author-kunye{grid-template-columns:1fr!important;text-align:left!important;}
}

/* ===== V8.3.0 kullanıcı düzeltmeleri: sade yazar, görsel hizalama, hakkımızda paneli ===== */
/* Genel görseller: kırpma gerektiğinde de merkezden hizala; kartlarda yukarı/aşağı dengeli dursun. */
img{object-position:center center;}
.flow-media img,.service-card img,.post-card-media img,.post-card img,.announcement-card img,.mevzuat-list-card img,.home-mevzuat-panel img,.about-image img,.page-featured-image img,.post-detail-image img{object-position:center center!important;}

/* Yazarlarımız alanında sadece ana başlık kalsın. */
.home-author-sidebar .flow-head.compact small{display:none!important;}
.home-author-sidebar .flow-head.compact{padding-top:22px!important;padding-bottom:10px!important;}
.home-author-sidebar .flow-head.compact h2{font-size:26px!important;margin:0!important;}

/* Hakkımızda yanındaki Mevzuat paneli geçici olarak kapalı. Sağ taraf şimdilik boş kalır. */
.about-with-mevzuat-section .home-mevzuat-panel{display:none!important;}
.about-with-mevzuat-section .about-mevzuat-grid{grid-template-columns:minmax(0,2fr) minmax(315px,.8fr)!important;}
.about-with-mevzuat-section .about-grid{grid-column:1!important;align-self:center!important;}

/* Yazar fotoğrafları kırpılmasın; kafa kesilmesin. */
.home-author-sidebar .author-mini-photo,
.article-author-kunye .article-author-photo,
.article-author-kunye img,
.author-profile-card img,
.author-card-v8 img,
.writer-archive-photo img{
    overflow:hidden!important;
    background:#fff!important;
}
.home-author-sidebar .author-mini-photo img,
.article-author-kunye img,
.author-profile-card img,
.author-card-v8 img,
.writer-archive-photo img{
    object-fit:contain!important;
    object-position:center center!important;
    background:#fff!important;
}
.home-author-sidebar .author-mini-photo img{padding:3px!important;}
.article-author-kunye img{padding:4px!important;}

/* Yazı detayındaki yazar künyesi temizlendi: isim çizgiye binmez, fotoğraf üst/sol tarafta net durur. */
.article-author-kunye{
    max-width:920px!important;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:18px!important;
    align-items:center!important;
    padding:18px!important;
    border:1px solid var(--ey-line)!important;
    border-left:0!important;
    border-top:0!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:var(--ey-shadow-soft)!important;
}
.article-author-kunye:before{content:none!important;display:none!important;}
.article-author-kunye img,
.article-author-kunye .author-avatar-v8.big{
    grid-column:1!important;
    grid-row:1!important;
    width:112px!important;
    height:112px!important;
    border-radius:16px!important;
    border:1px solid #e5edf4!important;
}
.article-author-kunye .author-kunye-text{grid-column:2!important;grid-row:1!important;min-width:0!important;}
.article-author-kunye .author-kunye-text strong{
    display:inline-flex!important;
    margin:0 0 7px!important;
    padding:4px 9px!important;
    border-radius:999px!important;
    background:#eef8f6!important;
    color:var(--ey-teal)!important;
    font-size:12px!important;
    letter-spacing:.06em!important;
}
.article-author-kunye .author-kunye-text h2{margin:0 0 6px!important;font-size:22px!important;line-height:1.24!important;}
.article-author-kunye .author-kunye-text p{margin:0 0 8px!important;}

@media(max-width:1100px){
    .about-with-mevzuat-section .about-mevzuat-grid{grid-template-columns:1fr!important;}
    .about-with-mevzuat-section .about-grid{grid-column:auto!important;}
}
@media(max-width:760px){
    .article-author-kunye{grid-template-columns:1fr!important;}
    .article-author-kunye img,.article-author-kunye .author-avatar-v8.big{grid-column:1!important;grid-row:auto!important;width:108px!important;height:108px!important;}
    .article-author-kunye .author-kunye-text{grid-column:1!important;grid-row:auto!important;}
}


/* ===== V8.3.1 referans başlığı net düzeltme ===== */
.references-section .section-head.references-head-clean small{display:none!important;}
.references-section .section-head.references-head-clean h2{
    display:block!important;
    font-size:32px!important;
    line-height:1.22!important;
    letter-spacing:-.02em!important;
    text-transform:none!important;
    color:var(--ey-ink,#08245a)!important;
    margin:0!important;
    text-align:center!important;
}
.references-section .section-head.references-head-clean h2:after{
    content:'';
    display:block;
    width:44px;
    height:3px;
    background:var(--ey-gold,#d99a21);
    margin:12px auto 0;
    border-radius:999px;
}
.references-section .section-head.references-head-clean p{display:none!important;}


/* ===== V8.3.2 son düzenleme: haber manşeti + yazar künyesi üste ===== */
.editorial-home-stream .editorial-news-box{min-height:430px!important;}
.editorial-home-stream .editorial-slide{
    grid-template-columns:minmax(0,1fr) 330px!important;
    grid-template-rows:auto minmax(120px,1fr) auto!important;
    align-items:start!important;
    gap:14px 26px!important;
    padding:8px 26px 64px!important;
    min-height:330px!important;
}
.editorial-home-stream .editorial-slide .flow-copy{display:contents!important;}
.editorial-home-stream .editorial-slide .flow-copy h3{
    grid-column:1 / 3!important;
    grid-row:1!important;
    max-width:720px!important;
    font-size:27px!important;
    line-height:1.16!important;
    margin:8px 0 6px!important;
}
.editorial-home-stream .editorial-slide .flow-excerpt{
    grid-column:1!important;
    grid-row:2!important;
    min-height:0!important;
    max-height:168px!important;
    margin:0!important;
}
.editorial-home-stream .editorial-slide .flow-readmore{
    grid-column:1!important;
    grid-row:3!important;
    margin-top:6px!important;
    align-self:start!important;
    justify-self:start!important;
}
.editorial-home-stream .editorial-slide .flow-media{
    grid-column:2!important;
    grid-row:2 / 4!important;
    align-self:start!important;
    justify-self:end!important;
    max-width:330px!important;
    width:100%!important;
    margin-top:0!important;
}
.editorial-home-stream .editorial-slide .flow-media img{
    height:205px!important;
    object-fit:cover!important;
    object-position:center center!important;
}

/* Yazı detayında yazar kutusu her zaman başlığın üstünde ve görsel solda/üstte dursun. */
.post-detail-clean article{padding-top:24px!important;}
.article-author-kunye.article-author-kunye-top{
    margin:0 auto 22px!important;
    max-width:920px!important;
    display:grid!important;
    grid-template-columns:116px minmax(0,1fr)!important;
    gap:18px!important;
    align-items:center!important;
    padding:16px 18px!important;
    border:1px solid var(--ey-line,#e5e7eb)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
}
.article-author-kunye.article-author-kunye-top img,
.article-author-kunye.article-author-kunye-top .author-avatar-v8.big{
    grid-column:1!important;
    grid-row:1!important;
    width:116px!important;
    height:116px!important;
    border-radius:14px!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#fff!important;
    padding:4px!important;
    border:1px solid #e5edf4!important;
}
.article-author-kunye.article-author-kunye-top .author-kunye-text{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
}
.post-detail-head{margin-top:0!important;}
.post-detail-head .post-detail-meta{font-size:15px!important;line-height:1.45!important;margin-bottom:12px!important;}
.post-detail-head h1{margin-top:0!important;}

@media(max-width:760px){
    .editorial-home-stream .editorial-slide{grid-template-columns:1fr!important;grid-template-rows:auto auto auto auto!important;padding:8px 20px 70px!important;}
    .editorial-home-stream .editorial-slide .flow-copy{display:block!important;}
    .editorial-home-stream .editorial-slide .flow-copy h3,
    .editorial-home-stream .editorial-slide .flow-excerpt,
    .editorial-home-stream .editorial-slide .flow-readmore,
    .editorial-home-stream .editorial-slide .flow-media{grid-column:auto!important;grid-row:auto!important;}
    .editorial-home-stream .editorial-slide .flow-media{max-width:none!important;justify-self:stretch!important;}
    .editorial-home-stream .editorial-slide .flow-media img{height:205px!important;}
    .article-author-kunye.article-author-kunye-top{grid-template-columns:1fr!important;align-items:start!important;}
    .article-author-kunye.article-author-kunye-top img,
    .article-author-kunye.article-author-kunye-top .author-avatar-v8.big{grid-column:1!important;grid-row:auto!important;width:112px!important;height:112px!important;}
    .article-author-kunye.article-author-kunye-top .author-kunye-text{grid-column:1!important;grid-row:auto!important;}
}


/* ===== Enes Yavuz V8.5 son kullanıcı düzeltmeleri ===== */
.page-featured-image,
.post-detail-image,
.page-featured-image img,
.post-detail-image img,
.editorial-home-stream .editorial-slide .flow-media,
.editorial-home-stream .editorial-slide .flow-media img{background:transparent!important;box-shadow:none!important;border:none!important;}
.page-featured-image,.post-detail-image{padding:0!important;}
.page-featured-image img,.post-detail-image img{border-radius:18px!important;}

/* Slider altı 2-3 px beyaz boşluk */
.hero + .quick-services-section{margin-top:-14px!important;padding-top:14px!important;}

/* Ana sayfa haber akışı */
.editorial-home-stream .flow-head{padding:18px 26px 0!important;}
.editorial-home-stream .flow-head h2{letter-spacing:-.01em!important;}
.editorial-home-stream .editorial-news-box{min-height:430px!important;}
.editorial-home-stream .editorial-slide{padding:0 26px 82px!important;min-height:0!important;align-items:start!important;}
.editorial-home-stream .editorial-slide .flow-copy h3{margin:0 0 8px!important;}
.editorial-home-stream .editorial-slide .flow-excerpt{margin:0!important;min-height:0!important;}
.editorial-home-stream .flow-readmore,.read-more-inline{font-weight:800!important;display:inline-flex!important;}
.editorial-home-stream .editorial-pager{bottom:24px!important;left:26px!important;}

/* Hizmetlerimiz sayfası önce ızgara görünsün */
.services-landing-page-content{padding-top:20px!important;}
.services-landing-page-content .wysiwyg h2:first-child{margin-top:0!important;}
.quick-service-card{position:relative;min-height:132px!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;}
.quick-service-card:after{content:'';position:absolute;right:-16px;bottom:-16px;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.12);}

/* Haber / duyuru kartlarında buton belirgin olsun */
.compact-post-card .read-more-inline{margin-top:12px!important;color:var(--teal)!important;font-weight:800!important;}

@media(max-width:760px){
  .hero + .quick-services-section{margin-top:-10px!important;padding-top:12px!important;}
  .editorial-home-stream .flow-head{padding:16px 20px 0!important;}
  .editorial-home-stream .editorial-slide{padding:0 20px 74px!important;}
}


/* ===== Enes Yavuz V8.6 birikimli düzeltme ===== */
/* Açılış sliderı ile üç hızlı işlem kartı arasında yalnızca 3px beyaz boşluk. */
.hero + .custom-section:has(.home-action-center){
    margin-top:0!important;
    padding-top:3px!important;
}
.hero + .custom-section:has(.home-action-center) .home-action-center{margin-top:0!important;}

/* Hizmetlerimiz: yalnızca görsel, başlık ve inceleme çağrısı; kartın tamamı tıklanabilir. */
.service-card-link{display:block;color:inherit;text-decoration:none!important;}
.service-card-link:hover{text-decoration:none!important;}
.service-card-link div{display:flex;flex-direction:column;align-items:flex-start;}
.service-card-link .card-link{margin-top:10px;}

/* Ana sayfa başlığı: kullanıcı tarafından onaylanan metin. */
.editorial-home-stream .flow-head h2{white-space:normal!important;}

@media(max-width:760px){
    .hero + .custom-section:has(.home-action-center){padding-top:3px!important;}
}


/* ===== Enes Yavuz V8.7 kesin düzeltme ===== */
/* Hizmetlerimiz sayfası: görsel + başlık + kısa içerik + İncele bağlantısı. */
.services-landing-grid-section{
    padding:48px 0 64px!important;
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)!important;
}
.services-landing-grid-section .section-head{margin-bottom:28px!important;}
.services-landing-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;}
.services-landing-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:390px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#fff!important;
    border:1px solid var(--ey-line,#e6edf3)!important;
    box-shadow:0 14px 34px rgba(15,23,42,.08)!important;
    transition:transform .2s ease,box-shadow .2s ease!important;
}
.services-landing-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:0 22px 46px rgba(15,23,42,.13)!important;
}
.services-landing-card img{
    width:100%!important;
    height:185px!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#eef3f7!important;
}
.services-landing-card>div{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding:18px 18px 20px!important;
}
.services-landing-card h3{
    margin:0 0 10px!important;
    color:var(--ey-ink,#0b2341)!important;
    font-size:17px!important;
    line-height:1.35!important;
}
.services-landing-card p{
    margin:0 0 14px!important;
    color:#566678!important;
    font-size:14px!important;
    line-height:1.6!important;
}
.services-landing-card .card-link{
    margin-top:auto!important;
    color:var(--ey-teal,#0f766e)!important;
    font-weight:900!important;
}

/* Haber/duyuru ve normal yazı detayında yazar kimliği gösterilmez. */
.author-post-detail .article-author-kunye,
.post-detail:not(.author-profile-page) .article-author-kunye{display:none!important;}
.author-post-detail article{padding-top:24px!important;}

@media(max-width:1050px){
    .services-landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
    .services-landing-grid{grid-template-columns:1fr!important;}
    .services-landing-card{min-height:0!important;}
}


/* ===== Enes Yavuz V8.8 Haber ve Duyurular başlığı kesin görünürlük ===== */
.editorial-home-stream .editorial-news-box > .news-flow-head{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:8!important;
    width:100%!important;
    min-height:62px!important;
    padding:20px 26px 8px!important;
    margin:0!important;
    background:#fff!important;
}
.editorial-home-stream .editorial-news-box > .news-flow-head h2{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:9!important;
    margin:0!important;
    padding:0!important;
    color:#0b2341!important;
    font-size:25px!important;
    font-weight:900!important;
    line-height:1.2!important;
    letter-spacing:-.01em!important;
    text-indent:0!important;
    white-space:normal!important;
}
@media(max-width:760px){
    .editorial-home-stream .editorial-news-box > .news-flow-head{
        min-height:56px!important;
        padding:16px 20px 8px!important;
    }
    .editorial-home-stream .editorial-news-box > .news-flow-head h2{font-size:22px!important;}
}


/* ===== Enes Yavuz V8.9 Ana slider metin sıralaması ===== */
/* Görsel yüksekliği ve slider altındaki kartların konumu değiştirilmez. */
.hero-content .hero-subtitle{
    display:block!important;
    max-width:660px!important;
    margin:0 0 18px!important;
    color:#f4f6f8!important;
    font-size:17px!important;
    line-height:1.45!important;
    font-weight:600!important;
    letter-spacing:0!important;
    text-transform:none!important;
    white-space:normal!important;
}
.hero-content .hero-subtitle.has-description{
    margin-bottom:7px!important;
}
.hero-content .hero-description{
    display:block!important;
    max-width:660px!important;
    margin:0 0 18px!important;
    color:#e3e8ee!important;
    font-size:14.5px!important;
    line-height:1.58!important;
    font-weight:400!important;
    letter-spacing:0!important;
    text-transform:none!important;
    white-space:normal!important;
}

@media(max-width:760px){
    .hero-content .hero-subtitle{
        font-size:15px!important;
        line-height:1.4!important;
        margin-bottom:14px!important;
    }
    .hero-content .hero-subtitle.has-description{
        margin-bottom:6px!important;
    }
    .hero-content .hero-description{
        font-size:13px!important;
        line-height:1.48!important;
        margin-bottom:14px!important;
    }
}

/* ===== V9.0 hızlı hizmet etiket simgeleri kaldırıldı ===== */
.quick-service-card span::before{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
}
.quick-service-card span{
    padding-left:0!important;
    text-indent:0!important;
}


/* ===== Enes Yavuz V9.1 Başlık tipografisi eşitleme ===== */
/* Haber ve Duyurular ile Köşe Yazıları aynı font, ölçü, renk ve hizada gösterilir. */
.editorial-home-stream .editorial-news-box > .news-flow-head,
.editorial-home-stream .home-author-sidebar > .flow-head.compact{
    display:flex!important;
    align-items:flex-start!important;
    width:100%!important;
    min-height:62px!important;
    padding:20px 26px 8px!important;
    margin:0!important;
    background:#fff!important;
}
.editorial-home-stream .editorial-news-box > .news-flow-head h2,
.editorial-home-stream .home-author-sidebar > .flow-head.compact h2{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#0b2341!important;
    font-family:var(--font-main),Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:600!important;
    line-height:1.2!important;
    letter-spacing:0!important;
    text-align:left!important;
}
@media(max-width:760px){
    .editorial-home-stream .editorial-news-box > .news-flow-head,
    .editorial-home-stream .home-author-sidebar > .flow-head.compact{
        min-height:62px!important;
        padding:20px 20px 8px!important;
    }
    .editorial-home-stream .editorial-news-box > .news-flow-head h2,
    .editorial-home-stream .home-author-sidebar > .flow-head.compact h2{
        font-size:25px!important;
        font-weight:600!important;
    }
}

/* ===== Enes Yavuz V9.2: TÜRMOB Mevzuat Sirküleri arama alanı ===== */
.turmob-sirkuler-section{padding:54px 0 28px!important;background:#f6f8fb!important;}
.turmob-sirkuler-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:start;}
.turmob-category-sidebar{display:grid;gap:8px;position:sticky;top:175px;}
.turmob-category-sidebar a{display:flex;align-items:center;min-height:52px;padding:0 16px;border:1px solid #dfe6ee;border-radius:8px;background:#fff;color:#173150;font-weight:700;box-shadow:0 5px 16px rgba(15,35,65,.04);}
.turmob-category-sidebar a:hover,.turmob-category-sidebar a.active{background:#0f766e;color:#fff;border-color:#0f766e;text-decoration:none;}
.turmob-sirkuler-main{min-width:0;background:#fff;border:1px solid #e1e7ee;border-radius:12px;overflow:hidden;box-shadow:0 16px 38px rgba(15,35,65,.07);}
.turmob-sirkuler-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:24px 26px;background:#102b5a;color:#fff;}
.turmob-sirkuler-heading small{display:block;margin-bottom:3px;color:#9fe2d8;font-size:11px;font-weight:800;letter-spacing:.08em;}
.turmob-sirkuler-heading h2{margin:0;color:#fff;font-size:28px;line-height:1.15;font-weight:700;}
.turmob-sirkuler-heading>a{color:#fff;border-bottom:1px solid rgba(255,255,255,.7);font-weight:700;font-size:13px;white-space:nowrap;}
.turmob-filter-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:24px 26px 20px;border-bottom:1px solid #e5ebf1;}
.turmob-filter-form .full{grid-column:1/-1;}
.turmob-filter-form .form-row{margin:0;}
.turmob-filter-form label{display:block;margin-bottom:6px;color:#173150;font-weight:700;}
.turmob-filter-form input,.turmob-filter-form select{width:100%;height:46px;padding:0 12px;border:1px solid #b9c8d8;border-radius:5px;background:#fff;color:#1d2e42;font:inherit;}
.turmob-filter-form input:focus,.turmob-filter-form select:focus{outline:2px solid rgba(15,118,110,.18);border-color:#0f766e;}
.turmob-filter-form .form-actions{display:flex;gap:10px;align-items:center;}
.turmob-filter-form .btn{min-height:44px;border-radius:5px;}
.turmob-result-summary{padding:14px 26px;background:#f7fafc;color:#5c6f82;font-size:13px;border-bottom:1px solid #e5ebf1;}
.turmob-sirkuler-results{display:grid;}
.turmob-sirkuler-result{display:grid;gap:5px;padding:17px 26px;border-bottom:1px solid #e5ebf1;background:#fff;transition:.18s;}
.turmob-sirkuler-result:last-child{border-bottom:0;}
.turmob-sirkuler-result:hover{background:#f2faf8;text-decoration:none;}
.turmob-result-meta{color:#1768a6;font-size:13px;font-weight:700;}
.turmob-sirkuler-result strong{color:#132c48;font-size:16px;line-height:1.4;font-weight:650;}
.turmob-sirkuler-result em{color:#0f766e;font-style:normal;font-size:12.5px;font-weight:700;}
.turmob-sirkuler-main .empty-state{margin:24px;}
.mevzuat-page-section{padding-top:34px!important;}
.mevzuat-page-section:before{content:'Site Mevzuat Yazıları';display:block;width:min(1160px,calc(100% - 36px));margin:0 auto 24px;color:#0b2341;font-size:28px;font-weight:700;}

@media(max-width:860px){
    .turmob-sirkuler-layout{grid-template-columns:1fr;}
    .turmob-category-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
    .turmob-sirkuler-heading{align-items:flex-start;flex-direction:column;}
}
@media(max-width:620px){
    .turmob-sirkuler-section{padding-top:32px!important;}
    .turmob-category-sidebar{grid-template-columns:1fr;}
    .turmob-filter-form{grid-template-columns:1fr;padding:20px 18px;}
    .turmob-filter-form .full{grid-column:auto;}
    .turmob-filter-form .form-actions{flex-direction:column;align-items:stretch;}
    .turmob-filter-form .btn{width:100%;}
    .turmob-sirkuler-heading{padding:20px 18px;}
    .turmob-sirkuler-heading h2{font-size:24px;}
    .turmob-result-summary,.turmob-sirkuler-result{padding-left:18px;padding-right:18px;}
}
