
:root{
    --navy:#072a68;
    --navy-2:#001f58;
    --navy-3:#073f91;
    --blue:#0b5bd3;
    --sky:#e9f5ff;
    --sky-2:#f4fbff;
    --orange:#ff7900;
    --orange-2:#ff9f1a;
    --text:#08235b;
    --muted:#65769a;
    --border:#d9e5f6;
    --card:#ffffff;
    --soft:#f7fbff;
    --shadow:0 22px 55px rgba(5,33,85,.13);
    --radius:18px;
    --radius-lg:28px;
    --container:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{
    position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e9f0fb;box-shadow:0 8px 24px rgba(4,30,85,.04)
}
.top-shell{
    max-width:var(--container);
    margin:0 auto;
    min-height:82px;
    display:flex;
    align-items:center;
    gap:30px;
    padding:0 28px;
}
.brand img{width:247px;height:auto}
.brand--footer img{width:235px}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.main-nav a{font-weight:700;font-size:14px;color:#0b2b63;white-space:nowrap}
.main-nav a:hover{color:var(--orange)}
.header-actions{display:flex;align-items:center;gap:14px}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    min-height:44px;padding:0 22px;border-radius:9px;border:1px solid transparent;
    font-weight:800;font-size:14px;cursor:pointer;transition:.2s ease;white-space:nowrap
}
.btn-primary{background:linear-gradient(135deg,var(--orange),#ff8d00);color:#fff;box-shadow:0 14px 22px rgba(255,121,0,.22)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 28px rgba(255,121,0,.28)}
.btn-dark{background:#092d74;color:#fff}
.btn-outline{background:#fff;color:#07327a;border-color:#0c4a99}
.btn-outline:hover{background:#edf6ff}
.btn-small{min-height:36px;padding:0 15px;font-size:13px}
.btn-icon::before{font-size:16px;line-height:1}
.header-actions .btn-primary::before{content:"♙"}
.header-actions .btn-dark::before{content:"♕"}
.header-actions .btn-outline::before{content:"＋"}
.mobile-toggle{display:none;border:0;background:#eef6ff;color:var(--navy);font-size:28px;border-radius:10px;width:48px;height:44px}

.hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(105deg,#f7fbff 0%,#eef8ff 54%,#d9edff 100%);
    min-height:640px;
}
.hero::before{
    content:"";position:absolute;inset:0;
    background:
        radial-gradient(circle at 78% 20%,rgba(76,160,255,.28),transparent 24%),
        radial-gradient(circle at 88% 45%,rgba(255,121,0,.16),transparent 13%),
        linear-gradient(90deg,rgba(255,255,255,.85),rgba(255,255,255,.20));
    pointer-events:none
}
.hero-shell{
    position:relative;max-width:var(--container);margin:0 auto;padding:72px 28px 164px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center
}
.hero-copy h1{
    margin:0 0 24px;
    font-size:76px;
    line-height:.98;
    letter-spacing:-3px;
    color:#072b6b;
    font-weight:900;
}
.hero-copy h1 span{display:block;color:var(--orange)}
.hero-copy p{
    margin:0;
    max-width:610px;
    font-size:21px;
    line-height:1.65;
    color:#173568;
    font-weight:650;
}
.hero-visual{position:relative;min-height:350px}
.hero-visual img{width:100%;filter:drop-shadow(0 28px 32px rgba(35,91,146,.13))}
.pin{
    position:absolute;width:52px;height:52px;background:var(--orange);border-radius:50% 50% 50% 0;transform:rotate(-45deg);right:22px;bottom:52px;box-shadow:0 14px 28px rgba(255,121,0,.25)
}
.pin::before{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;left:17px;top:17px}
.search-panel{
    position:absolute;left:50%;bottom:-58px;transform:translateX(-50%);
    width:min(1180px,calc(100% - 56px));background:#fff;border-radius:16px;
    box-shadow:0 24px 70px rgba(5,33,85,.18);padding:26px 38px 20px;border:1px solid #edf4ff
}
.search-form{display:grid;grid-template-columns:1fr 1fr 1fr 220px;gap:22px;align-items:end}
.field label{display:block;margin-bottom:8px;font-weight:900;color:#0b2d6b;font-size:15px}
.field select,.field input,.field textarea{
    width:100%;height:52px;border:1px solid #ccdaee;border-radius:8px;padding:0 16px;color:#273d68;background:#fff;outline:none
}
.field textarea{height:120px;padding:14px 16px;resize:vertical}
.field select:focus,.field input:focus,.field textarea:focus{border-color:#0b5bd3;box-shadow:0 0 0 4px rgba(11,91,211,.09)}
.search-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:22px;font-size:14px;font-weight:800;color:#25416f}
.search-features span{display:flex;align-items:center;gap:9px}
.search-features span::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0a4fb5;color:#fff;font-size:12px}

.stats-band{
    max-width:var(--container);margin:82px auto 0;padding:0 28px
}
.stats-grid{
    background:linear-gradient(135deg,#07306f,#005aa7);
    border-radius:18px;box-shadow:0 22px 42px rgba(6,45,109,.28);
    display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;color:#fff
}
.stat{
    display:flex;align-items:center;gap:24px;padding:33px 34px;min-height:122px;position:relative
}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:27px;bottom:27px;width:1px;background:rgba(255,255,255,.24)}
.stat-icon{width:72px;height:72px;min-width:72px;border-radius:50%;background:#f7fbff;color:#0b4caf;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:inset 0 0 0 8px rgba(11,91,211,.08)}
.stat strong{display:block;font-size:38px;line-height:1;font-weight:900;letter-spacing:-1px}
.stat span{display:block;font-size:15px;font-weight:850;margin-top:6px}
.stat small{display:block;color:#d8ecff;font-weight:700;margin-top:3px}

.section{max-width:var(--container);margin:0 auto;padding:50px 28px}
.section-title{text-align:center;margin:0 0 25px;font-size:31px;line-height:1.2;letter-spacing:-.5px;color:#072a68}
.section-subtitle{text-align:center;max-width:760px;margin:-12px auto 30px;color:var(--muted);font-weight:650}
.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.category-card{
    background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 10px 18px;text-align:center;min-height:170px;box-shadow:0 10px 22px rgba(12,49,106,.05);transition:.2s
}
.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(12,49,106,.12)}
.category-icon{width:78px;height:78px;margin:0 auto 12px;border-radius:50%;background:linear-gradient(135deg,#e9f4ff,#fff1ea);display:flex;align-items:center;justify-content:center;font-size:40px}
.category-card h3{margin:0 0 8px;font-size:16px;line-height:1.2;color:#082b69}
.category-card p{margin:0;color:#6b7897;font-size:13px;font-weight:750}
.center-action{text-align:center;margin-top:24px}

.steps{display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;align-items:center;gap:8px;margin-top:20px;border-bottom:1px solid #dce9f7;padding-bottom:34px}
.step{
    display:grid;grid-template-columns:138px 1fr;gap:22px;align-items:center;position:relative
}
.step-badge{position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:#0b56c2;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(11,86,194,.22)}
.step-illustration{width:128px;height:128px;border-radius:50%;background:#eef6ff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.step h3{margin:0 0 7px;font-size:20px}
.step p{margin:0;color:#3f527b;font-weight:650;font-size:15px}
.dots{height:2px;border-top:3px dotted #2f86db}

.institution-section{padding-top:12px}
.section-heading-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.section-heading-row h2{margin:0;font-size:28px;color:#062b68}
.institution-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.institution-card{
    background:#fff;border:1px solid #d8e6f6;border-radius:12px;overflow:hidden;box-shadow:0 12px 24px rgba(5,33,85,.08);display:flex;flex-direction:column
}
.institution-card--large{display:grid;grid-template-columns:265px 1fr;min-height:260px}
.institution-card__image{height:150px;display:block;position:relative;background:#ddecff;overflow:hidden}
.institution-card--large .institution-card__image{height:auto;min-height:260px}
.institution-card__image img{width:100%;height:100%;object-fit:cover}
.badge{
    position:absolute;left:9px;top:9px;background:var(--orange);color:#fff;font-size:12px;font-weight:900;padding:5px 8px;border-radius:4px;z-index:2
}
.institution-card__body{padding:14px}
.institution-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.institution-card h3{font-size:18px;line-height:1.25;margin:0 0 9px;color:#092d6e}
.heart{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid #d7e6f8;color:#6f8db7;font-size:23px}
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:11px}
.chips span{font-size:12px;font-weight:800;color:#0b57b7;background:#edf6ff;border:1px solid #cee2fb;border-radius:5px;padding:4px 7px}
.meta-line{display:flex;gap:7px;margin:7px 0;color:#536486;font-size:13px;font-weight:650}
.institution-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-top:1px solid #dce8f6;border-bottom:1px solid #dce8f6;margin-top:34px;padding:22px 0}
.trust-item{display:flex;align-items:center;gap:14px;justify-content:center;font-weight:850;color:#244170}
.trust-item span{font-size:30px;color:#0b56c2}

.why{
    background:linear-gradient(110deg,#eaf7ff,#f7fbff);border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr;gap:24px;align-items:center
}
.why h2{grid-column:1/-1;text-align:center;margin:0 0 8px;font-size:31px;color:#082d6e}
.why-card{display:flex;gap:16px;align-items:flex-start;border-right:1px solid #d5e6f7;padding-right:18px}
.why-card:last-child{border-right:0;padding-right:0}
.why-icon{min-width:64px;width:64px;height:64px;border-radius:50%;background:#fff;color:#0b56c2;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 14px 22px rgba(5,33,85,.07)}
.why-card h3{margin:0 0 6px;font-size:18px}
.why-card p{margin:0;color:#52668b;font-size:14px;font-weight:650}
.why-map img{width:100%;max-width:360px;margin:0 auto}

.page-hero{
    background:linear-gradient(120deg,#f6fbff,#e5f4ff);
    padding:54px 0 38px;border-bottom:1px solid #dceafa
}
.page-hero .section{padding-top:0;padding-bottom:0}
.breadcrumb{display:flex;gap:10px;align-items:center;font-size:14px;color:#567096;font-weight:800;margin-bottom:18px;flex-wrap:wrap}
.breadcrumb a{color:#0b58bd}
.page-hero h1{font-size:48px;line-height:1.05;margin:0 0 14px;color:#082b68;letter-spacing:-1px}
.page-hero p{font-size:19px;color:#3b527b;max-width:850px;margin:0;font-weight:650}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:start}
.card-panel{
    background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 30px rgba(5,33,85,.06);padding:24px
}
.article-content h2{font-size:28px;margin:0 0 16px;color:#092b68}
.article-content h3{font-size:23px;margin:28px 0 12px;color:#092b68}
.article-content p{margin:0 0 18px;color:#263d68;font-size:17px;line-height:1.85}
.article-content ul{color:#263d68;font-size:16px;line-height:1.8}
.list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.sidebar{position:sticky;top:104px}
.form-card h3{margin:0 0 12px;font-size:22px}
.form-grid{display:grid;gap:13px}
.form-grid .btn{width:100%}
.notice{background:#fff8ed;border:1px solid #ffdca9;color:#7d4300;border-radius:14px;padding:16px 18px;font-weight:750}
.source-note{font-size:14px;color:#586b8e;background:#f3f8ff;border:1px solid #d7e8fb;border-radius:14px;padding:14px 16px;margin-top:18px}
.faq-item{border:1px solid #d9e6f6;border-radius:14px;margin-bottom:12px;background:#fff;overflow:hidden}
.faq-item summary{padding:16px 18px;font-weight:900;cursor:pointer}
.faq-item p{padding:0 18px 18px;margin:0;color:#40577f}
.directory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.directory-link{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;font-weight:800;color:#0b377f}
.directory-link:hover{background:#f1f8ff;color:#0b5bd3}
.success-box{background:#effaf2;border:1px solid #bfe9ca;color:#145e27;border-radius:14px;padding:16px 18px;font-weight:800;margin-bottom:18px}

.site-footer{
    background:linear-gradient(135deg,#06275f,#004b91);color:#dbeeff;margin-top:38px
}
.footer-shell{
    max-width:var(--container);margin:0 auto;padding:60px 28px 46px;display:grid;grid-template-columns:1.4fr 1fr .8fr .8fr .9fr 1.2fr;gap:34px;align-items:start
}
.site-footer h4{color:#fff;margin:0 0 16px;font-size:17px}
.site-footer p{margin:0 0 12px;color:#d7e9ff;font-weight:650}
.site-footer a{display:block;margin:8px 0;color:#e7f3ff;font-weight:650}
.site-footer a:hover{color:#ffb760}
.socials{display:flex;gap:12px;margin-top:22px}
.socials a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.13);display:flex;align-items:center;justify-content:center;margin:0;color:#fff;font-weight:900}
.footer-line{font-size:14px}
.newsletter{border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:22px}
.newsletter input{width:100%;height:47px;border-radius:8px;border:0;padding:0 14px;margin:8px 0 12px}
.newsletter .btn{width:100%}
.footer-bottom{
    max-width:var(--container);margin:0 auto;padding:24px 28px;border-top:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:space-between;gap:20px
}
.footer-bottom p{margin:0;color:#e7f4ff;font-size:14px}
.footer-bottom div{display:flex;gap:34px}
.footer-bottom a{margin:0;color:#fff;font-size:14px}

@media (max-width:1180px){
    .main-nav{gap:14px}.header-actions{gap:8px}.btn{padding:0 14px}
    .hero-copy h1{font-size:62px}
    .search-form{grid-template-columns:1fr 1fr;}.search-form .btn{height:52px}
    .category-grid{grid-template-columns:repeat(4,1fr)}
    .institution-strip{grid-template-columns:repeat(3,1fr)}
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .footer-shell{grid-template-columns:repeat(3,1fr)}
    .content-grid{grid-template-columns:1fr}
    .sidebar{position:static}
}
@media (max-width:860px){
    .top-shell{min-height:72px;padding:0 18px;gap:12px}
    .brand img{width:190px}
    .mobile-toggle{display:flex;align-items:center;justify-content:center;margin-left:auto}
    .main-nav,.header-actions{display:none}
    .main-nav.is-open{display:flex;position:absolute;left:18px;right:18px;top:76px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start}
    .hero-shell{grid-template-columns:1fr;padding:50px 20px 210px}
    .hero-copy h1{font-size:48px}
    .hero-copy p{font-size:17px}
    .hero-visual{min-height:240px}
    .search-panel{bottom:-124px;width:calc(100% - 32px);padding:20px}
    .search-form{grid-template-columns:1fr}
    .search-features{grid-template-columns:1fr 1fr}
    .stats-band{margin-top:154px;padding:0 16px}
    .stats-grid{grid-template-columns:1fr}
    .stat:not(:last-child)::after{display:none}
    .section{padding:38px 16px}
    .category-grid{grid-template-columns:repeat(2,1fr)}
    .steps{grid-template-columns:1fr;gap:22px}
    .dots{display:none}
    .step{grid-template-columns:92px 1fr}
    .step-illustration{width:86px;height:86px}
    .institution-strip,.list-grid,.directory-grid{grid-template-columns:1fr}
    .institution-card--large{display:flex}
    .trust-strip{grid-template-columns:1fr 1fr}
    .why{grid-template-columns:1fr;padding:24px}
    .why h2{text-align:left}
    .why-card{border-right:0;border-bottom:1px solid #d5e6f7;padding-bottom:18px}
    .footer-shell{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column;align-items:flex-start}
    .footer-bottom div{gap:18px;flex-wrap:wrap}
    .page-hero h1{font-size:36px}
}
@media (max-width:520px){
    .category-grid{grid-template-columns:1fr}
    .stat{padding:24px}
    .search-features{grid-template-columns:1fr}
    .trust-strip{grid-template-columns:1fr}
}


/* V2 veri ve filtre ekleri */
.compact-search{margin-bottom:22px}
.compact-search .search-form{box-shadow:none;margin:0;padding:0;position:static}
.mini-count{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#eef6ff;color:#0a3b87;font-weight:800;font-size:13px}
.link-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.link-cloud a{display:inline-flex;gap:8px;align-items:center;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:#fff;color:#0a347d;font-weight:800}
.link-cloud a small{background:#eef6ff;border-radius:999px;padding:2px 7px;color:#48608a}
.directory-link small{margin-left:auto;color:#6a7da2;font-weight:700}
.notice strong{color:#092d74}
.source-note a{text-decoration:underline;text-underline-offset:3px}
.article-content ul{padding-left:22px}
.article-content li{margin:8px 0;color:#30456f}
.form-grid input[type="checkbox"]{width:auto;margin-right:6px}


/* V3 tasarım düzeltmeleri: masaüstü hizalama, kırılma noktaları, reklam ve veri paneli */
.site-header{backdrop-filter:saturate(160%) blur(8px)}
.top-shell{justify-content:space-between}
.main-nav{margin-left:clamp(14px,2vw,34px);gap:clamp(14px,1.6vw,26px)}
.header-actions .btn{min-height:42px;padding-inline:clamp(12px,1.2vw,18px)}
.hero{min-height:628px}
.hero-shell{padding-top:66px}
.hero-copy h1{font-size:clamp(48px,5.4vw,76px)}
.hero-copy p{font-size:clamp(16px,1.5vw,21px)}
.search-panel{z-index:4}
.search-form .btn{height:52px;font-size:18px}
.stats-band{position:relative;z-index:2}
.section{max-width:var(--container);margin:0 auto;padding:44px 28px}
.section h2{text-align:center}
.section-heading-row h2,.section-head-row h2,.article-content h2,.card-panel h2,.page-hero h1{text-align:left}
.category-grid{align-items:stretch}
.category-card{display:flex;flex-direction:column;justify-content:center}
.institution-card__image{background:#eff6ff}
.institution-card__image img{width:100%;height:132px;object-fit:cover}
.institution-card--large .institution-card__image img{height:100%;min-height:260px}
.meta-line{word-break:break-word}
.ad-unit{grid-column:1/-1;background:#f7fbff;border:1px dashed #c7d8ee;border-radius:16px;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;margin:8px 0;color:#7282a2;font-size:12px}
.ad-unit span{display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#7282a2}
.sidebar .ad-unit{position:static;min-height:260px}
.pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin:28px 0}
.pagination a,.pagination strong,.pagination span{min-width:38px;height:38px;border-radius:10px;border:1px solid #d9e5f6;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-weight:800}
.pagination strong{background:#0b5bd3;color:#fff;border-color:#0b5bd3}
.pagination a:hover{background:#eef6ff}
.cookie-notice{position:fixed;left:24px;right:24px;bottom:24px;z-index:1000;max-width:980px;margin:auto;background:#fff;border:1px solid #d9e5f6;box-shadow:0 24px 70px rgba(5,33,85,.20);border-radius:18px;padding:18px;display:flex;gap:18px;align-items:center;justify-content:space-between}
.cookie-notice[hidden]{display:none!important}
.cookie-notice p{margin:0;color:#243b67;font-weight:650}
.cookie-notice div{display:flex;gap:10px;flex-shrink:0}
.admin-panel{max-width:1120px;margin:34px auto;padding:28px;background:#fff;border:1px solid #d9e5f6;border-radius:22px;box-shadow:0 22px 55px rgba(5,33,85,.10)}
.admin-panel h1{margin-top:0;color:#062b68}
.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}
.admin-stat{background:#f7fbff;border:1px solid #e1ecf8;border-radius:14px;padding:16px}
.admin-stat strong{display:block;font-size:26px;color:#073f91}
.progressbar{height:14px;background:#e9f1fb;border-radius:999px;overflow:hidden}
.progressbar span{display:block;height:100%;width:0;background:linear-gradient(90deg,#0b5bd3,#ff7900);transition:.2s}
.logbox{background:#071f4b;color:#dceaff;border-radius:14px;padding:16px;height:330px;overflow:auto;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:13px;white-space:pre-wrap}
.table-scroll{overflow:auto;border:1px solid #d9e5f6;border-radius:16px}
.table-scroll table{border-collapse:collapse;width:100%;background:#fff}
.table-scroll th,.table-scroll td{border-bottom:1px solid #e8f0fb;padding:10px 12px;text-align:left;font-size:14px}
.table-scroll th{background:#f7fbff;color:#072a68}

@media (max-width:1280px){
    .brand img{width:210px}
    .top-shell{gap:18px}
    .main-nav a{font-size:13px}
    .header-actions .btn{font-size:13px}
}
@media (max-width:1100px){
    .header-actions{display:none}
    .main-nav{margin-left:auto}
    .hero-shell{grid-template-columns:1.05fr .95fr}
    .institution-card__image img{height:118px}
}
@media (max-width:860px){
    .section h2{text-align:left}
    .cookie-notice{left:12px;right:12px;bottom:12px;display:block}
    .cookie-notice div{margin-top:12px}
    .admin-grid{grid-template-columns:1fr 1fr}
    .search-panel{position:relative;left:auto;bottom:auto;transform:none;width:calc(100% - 32px);margin:-160px auto 0}
    .hero-shell{padding-bottom:180px}
    .stats-band{margin-top:28px}
}
@media (max-width:560px){
    .admin-grid{grid-template-columns:1fr}
    .hero-copy h1{letter-spacing:-1px}
    .category-grid{grid-template-columns:1fr}
    .search-features{grid-template-columns:1fr}
    .footer-bottom{gap:16px}
    .footer-bottom div{display:flex;flex-direction:column;gap:8px}
}


/* Ana sayfa V3 sınıf uyumluluğu */
.steps-home{grid-template-columns:repeat(3,1fr);gap:28px;border-bottom:1px solid #dce9f7}
.step-card{position:relative;background:#fff;border:1px solid #e0ebf8;border-radius:22px;padding:24px 24px 24px 152px;min-height:150px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 34px rgba(5,33,85,.06)}
.step-card>span{position:absolute;left:22px;top:18px;width:34px;height:34px;border-radius:50%;background:#0b56c2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 8px 18px rgba(11,86,194,.22)}
.step-card img{position:absolute;left:36px;bottom:22px;width:96px;height:96px;border-radius:50%;background:#eef6ff}
.step-card h3{margin:0 0 7px;font-size:20px;color:#082b69}
.step-card p{margin:0;color:#3f527b;font-weight:650}
.step-card:not(:last-child)::after{content:"";position:absolute;right:-26px;top:50%;width:26px;border-top:3px dotted #2f86db}
.list-grid--featured{grid-template-columns:repeat(5,1fr)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;border-top:1px solid #dceafa;padding-top:22px}
.trust-row span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:54px;font-weight:850;color:#0a357d;border-right:1px solid #dceafa;text-align:center}
.trust-row span:last-child{border-right:0}
.why-section{max-width:var(--container);margin:0 auto;padding:30px 28px 54px}
.why-section>.why-card{background:linear-gradient(110deg,#eaf7ff,#f7fbff);border-radius:24px;padding:34px;display:grid;grid-template-columns:1.3fr .9fr;gap:24px;align-items:center;border:0;box-shadow:0 18px 42px rgba(5,33,85,.07)}
.why-section h2{grid-column:1/-1;text-align:left;margin:0;font-size:31px;color:#082d6e}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-grid>div{background:rgba(255,255,255,.72);border:1px solid #d9e9f8;border-radius:18px;padding:18px}
.why-grid strong{display:block;margin-bottom:8px;color:#092d74}
.why-grid p{margin:0;color:#52668b;font-weight:650}
.why-section img{width:100%;max-width:430px;justify-self:end}

@media (max-width:1180px){
    .steps-home{grid-template-columns:1fr;gap:18px}
    .step-card:not(:last-child)::after{display:none}
    .list-grid--featured{grid-template-columns:repeat(3,1fr)}
    .trust-row{grid-template-columns:repeat(2,1fr)}
    .trust-row span{border-right:0}
    .why-section>.why-card{grid-template-columns:1fr}
    .why-section img{justify-self:center}
}
@media (max-width:720px){
    .step-card{padding:118px 20px 20px;min-height:auto;text-align:left}
    .step-card img{left:20px;top:20px;bottom:auto;width:82px;height:82px}
    .step-card>span{left:88px;top:18px}
    .list-grid--featured{grid-template-columns:1fr}
    .trust-row{grid-template-columns:1fr}
    .why-grid{grid-template-columns:1fr}
}
