/*
Theme Name: OkulDenemeleri
Theme URI: https://www.okuldenemeleri.com/
Author: OkulDenemeleri
Description: OkulDenemeleri.com için modern dosya indirme, deneme, yazılı ve çalışma kağıdı teması.
Version: 1.1.2
Text Domain: okuldenemeleri
*/

:root{
  --od-blue:#135fa8;
  --od-blue-2:#0e7cc4;
  --od-navy:#102a43;
  --od-text:#22354a;
  --od-muted:#6e7d90;
  --od-bg:#f5f8fc;
  --od-card:#ffffff;
  --od-line:#e0e7ef;
  --od-green:#1f8b4c;
  --od-orange:#e67c21;
  --od-radius:18px;
  --od-shadow:0 14px 34px rgba(21,55,90,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--od-bg);color:var(--od-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6}
a{color:inherit}
img{max-width:100%;height:auto}
.od-container{width:min(1180px,calc(100% - 34px));margin:0 auto}
.od-topbar{background:#0d2a47;color:#d7e7f5;font-size:13px}
.od-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:7px 0}
.od-header{background:#fff;border-bottom:1px solid var(--od-line);position:sticky;top:0;z-index:50}
.od-header-inner{display:flex;align-items:center;gap:28px;min-height:76px}
.od-brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:240px}
.od-logo-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--od-blue),var(--od-blue-2));color:#fff;font-size:23px;font-weight:900;box-shadow:0 8px 20px rgba(19,95,168,.2)}
.od-brand-text strong{display:block;color:#153454;font-size:20px;line-height:1.05}
.od-brand-text small{display:block;color:#7b8797;font-size:11px;margin-top:3px}
.od-nav{display:flex;align-items:center;gap:20px;margin-left:auto}
.od-nav a{text-decoration:none;font-weight:700;font-size:14px;color:#38516a}
.od-nav a:hover{color:var(--od-blue)}
.od-nav .od-deneme-link{color:#fff;background:linear-gradient(135deg,var(--od-orange),#f29c4c);padding:9px 13px;border-radius:10px}
.od-mobile-toggle{display:none;margin-left:auto;border:1px solid var(--od-line);background:#fff;border-radius:10px;padding:9px 11px}
.od-hero{padding:58px 0 42px;background:
 radial-gradient(circle at 85% 20%,rgba(14,124,196,.13),transparent 26%),
 radial-gradient(circle at 5% 80%,rgba(19,95,168,.10),transparent 25%),
 linear-gradient(180deg,#fbfdff,#edf5fc);border-bottom:1px solid #dce8f4}
.od-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.od-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#e9f3fd;color:#1767ad;font-weight:800;font-size:12px}
.od-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em;margin:16px 0 18px;color:#102f50}
.od-hero h1 span{color:var(--od-blue)}
.od-hero p{font-size:18px;color:#66778b;max-width:700px;margin:0}
.od-search-box{margin-top:26px;background:#fff;border:1px solid #d8e4ef;border-radius:15px;padding:9px;display:flex;gap:8px;box-shadow:var(--od-shadow)}
.od-search-box input{flex:1;border:0;outline:0;font-size:15px;padding:11px 13px;background:transparent}
.od-search-box button{border:0;border-radius:11px;background:var(--od-blue);color:#fff;font-weight:800;padding:0 19px;cursor:pointer}
.od-hero-card{background:linear-gradient(145deg,#0d3155,#155b94);color:#fff;border-radius:24px;padding:28px;box-shadow:0 24px 55px rgba(18,65,110,.2)}
.od-hero-card h3{margin:0 0 8px;font-size:23px}
.od-hero-card p{font-size:14px;color:#d8e8f7}
.od-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.od-quick-grid a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:13px 14px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:750}
.od-section{padding:46px 0}
.od-section.alt{background:#fff}
.od-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.od-section-head h2{margin:0;font-size:30px;color:#17344f}
.od-section-head p{margin:6px 0 0;color:var(--od-muted)}
.od-section-head a{text-decoration:none;color:var(--od-blue);font-weight:800}
.od-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.od-cat{display:block;text-decoration:none;background:#fff;border:1px solid var(--od-line);border-radius:16px;padding:19px;box-shadow:0 8px 22px rgba(25,55,90,.04);transition:.18s}
.od-cat:hover{transform:translateY(-2px);box-shadow:var(--od-shadow);border-color:#c5d8ea}
.od-cat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eaf4fe;color:var(--od-blue);font-size:21px;font-weight:900;margin-bottom:12px}
.od-cat strong{display:block;font-size:16px;color:#183653}
.od-cat small{display:block;color:#78889a;margin-top:3px}
.od-deneme-band{background:linear-gradient(135deg,#fff4e8,#fffaf5);border:1px solid #f0d0ad;border-radius:22px;padding:26px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.od-deneme-band h2{margin:0 0 7px;color:#7f4314;font-size:28px}
.od-deneme-band p{margin:0;color:#8b6b50}
.od-deneme-band a{display:inline-flex;text-decoration:none;background:var(--od-orange);color:#fff;padding:12px 18px;border-radius:11px;font-weight:850}
.od-file-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.od-file-card{background:#fff;border:1px solid var(--od-line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(20,45,80,.05)}
.od-file-thumb{aspect-ratio:16/9;background:#eaf3fb;display:block;overflow:hidden}
.od-file-thumb img{width:100%;height:100%;object-fit:cover}
.od-file-placeholder{height:100%;display:grid;place-items:center;font-size:54px;color:var(--od-blue);font-weight:900}
.od-file-body{padding:18px}
.od-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e9f3fd;color:#1664aa;font-size:10px;font-weight:900;letter-spacing:.04em}
.od-file-body h3{font-size:18px;line-height:1.32;margin:10px 0 7px}
.od-file-body h3 a{text-decoration:none;color:#193752}
.od-file-body p{color:#718195;font-size:13px;margin:0}
.od-file-meta{display:flex;flex-wrap:wrap;gap:8px;margin:13px 0;color:#788799;font-size:11px}
.od-download-btn{display:inline-flex;text-decoration:none;background:var(--od-blue);color:#fff;border-radius:10px;padding:9px 13px;font-weight:850;font-size:13px}
.od-page{padding:42px 0 60px}
.od-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}
.od-content-card,.od-sidebar-card{background:#fff;border:1px solid var(--od-line);border-radius:18px;padding:24px;box-shadow:0 10px 26px rgba(21,55,90,.05)}
.od-content-card h1{margin-top:0;color:#173651}
.od-sidebar-card{margin-bottom:18px}
.od-single-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.od-single-download{display:inline-flex;text-decoration:none;background:var(--od-green);color:#fff;padding:13px 18px;border-radius:11px;font-weight:900}
.od-file-info{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}
.od-file-info div{background:#f7f9fc;border:1px solid #e3e9f0;border-radius:11px;padding:12px}
.od-file-info b,.od-file-info span{display:block}
.od-file-info b{font-size:11px;color:#758398;text-transform:uppercase}
.od-file-info span{font-weight:750;margin-top:4px}
.od-footer{background:#0c2743;color:#cad8e6;margin-top:50px}
.od-footer-inner{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:34px;padding:42px 0}
.od-footer h4{color:#fff;margin-top:0}
.od-footer a{color:#cad8e6;text-decoration:none;display:block;margin:6px 0}
.od-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:13px 0;color:#91a7bc;font-size:12px}
@media(max-width:980px){
 .od-hero-grid,.od-page-grid{grid-template-columns:1fr}
 .od-category-grid{grid-template-columns:repeat(2,1fr)}
 .od-file-grid{grid-template-columns:repeat(2,1fr)}
 .od-nav{display:none;position:absolute;left:17px;right:17px;top:74px;background:#fff;border:1px solid var(--od-line);border-radius:14px;padding:14px;box-shadow:var(--od-shadow);flex-direction:column;align-items:stretch}
 .od-nav.open{display:flex}
 .od-mobile-toggle{display:block}
}
@media(max-width:620px){
 .od-topbar{display:none}
 .od-header-inner{min-height:66px}
 .od-brand{min-width:0}
 .od-brand-text small{display:none}
 .od-hero{padding:40px 0 30px}
 .od-category-grid,.od-file-grid,.od-footer-inner{grid-template-columns:1fr}
 .od-deneme-band{grid-template-columns:1fr}
 .od-search-box{flex-direction:column}
 .od-search-box button{min-height:43px}
 .od-file-info{grid-template-columns:1fr}
}

.od-external-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#fff0e2;color:#b45c12;font-size:10px;font-weight:900;letter-spacing:.04em}
.od-download-btn.external{background:var(--od-orange)}
.od-single-download.external{background:var(--od-orange)}

/* v1.1.0 — Deneme Merkezi */
.od-trial-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.od-trial-cat{display:block;text-decoration:none;background:#fff;border:1px solid var(--od-line);border-radius:18px;padding:22px;box-shadow:0 10px 26px rgba(20,45,80,.05);transition:.18s}
.od-trial-cat:hover{transform:translateY(-3px);box-shadow:var(--od-shadow);border-color:#bed6ea}
.od-trial-cat .num{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4ff,#f5f9ff);color:var(--od-blue);font-size:19px;font-weight:900;margin-bottom:14px}
.od-trial-cat strong{display:block;color:#153653;font-size:18px}
.od-trial-cat small{display:block;color:#75869a;margin-top:4px}
.od-featured-trials{background:linear-gradient(135deg,#fff6ec,#fffaf5);border-top:1px solid #f3dec7;border-bottom:1px solid #f3dec7}
.od-featured-trials .od-section-head h2{color:#7f4314}
.od-file-card .od-external-badge{margin-left:5px}
@media(max-width:900px){.od-trial-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.od-trial-category-grid{grid-template-columns:1fr}}


/* v1.1.2 - Yeni Logo Entegrasyonu */
.od-brand-logo{
    display:block;
    width:auto;
    height:54px;
    max-width:190px;
    object-fit:contain;
}
.od-brand-logo-link{
    display:flex;
    align-items:center;
    flex-shrink:0;
}
@media (max-width: 720px){
    .od-brand-logo{height:44px;max-width:150px;}
}
