/*
Theme Name: BK Sistem
Version: 1.0
*/
:root{--navy:#0b2437;--blue:#0b3b5a;--teal:#20c7b5;--muted:#617386;--bg:#f5f8fb;--card:#fff;--line:#e3edf4}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--navy);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);z-index:10;border-bottom:1px solid var(--line)}.head-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:255px;height:auto;display:block}.main-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px;font-weight:700}.main-menu li{list-style:none}.main-menu a:hover{color:#087a74}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--teal);color:#06252c;font-weight:800;border-radius:999px;padding:13px 20px;box-shadow:0 12px 28px rgba(32,199,181,.25);border:0;cursor:pointer}.hero{background:linear-gradient(135deg,#071d2b 0%,#0d4565 55%,#0b736e 100%);color:#fff;padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#82f4e6;font-weight:900;font-size:13px}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:14px 0 18px}.hero p{font-size:20px;color:#d9eef5;max-width:650px}.hero img,.split img{width:100%;border-radius:28px;box-shadow:0 28px 70px rgba(0,0,0,.32);display:block}.section{padding:76px 0}.section.alt{background:var(--bg)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{font-size:38px;line-height:1.1;margin:0}.section-head p{color:var(--muted);max-width:560px}.cards,.postgrid,.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards{grid-template-columns:repeat(4,1fr)}.card,.postcard,.quote{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(10,55,85,.07)}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.card-body,.post-body,.quote{padding:20px}.card h3,.postcard h3{margin:0 0 8px;font-size:20px}.card p,.postcard p,.quote p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.checklist{padding:0;margin:22px 0;list-style:none}.checklist li{margin:12px 0;padding-left:32px;position:relative}.checklist li:before{content:'✓';position:absolute;left:0;color:#069b8e;font-weight:900}.postcard{display:flex;flex-direction:column}.postcard-media{display:block;width:100%;height:180px;background-size:cover;background-position:center;background-color:#dceaf2;overflow:hidden}.postcard-media img,.postcard img.postcard-img{width:100%;height:180px;object-fit:cover;display:block;background:transparent}.meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:12px}.badge{background:#e7fbf8;color:#087a74;border-radius:999px;padding:5px 10px;font-weight:800}.post-body{display:flex;flex-direction:column;flex:1}.read{margin-top:auto;color:#087a74;font-weight:900}.quote img{width:74px;height:74px;border-radius:50%;object-fit:cover;margin-bottom:14px}.quote strong{display:block;margin-top:14px}.cta{background:var(--navy);color:#fff;border-radius:34px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-footer{background:#071d2b;color:#d9eef5;padding:34px 0}.foot-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.foot-inner img{width:210px;background:#fff;border-radius:14px}.footer-links{display:flex;gap:18px}.page-hero{background:var(--bg);padding:54px 0}.content{max-width:820px;margin:0 auto;padding:56px 22px}.content h1{font-size:44px;line-height:1.1}.form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 12px 30px rgba(10,55,85,.07)}.form label{display:block;font-weight:800;margin:14px 0 6px}.form input,.form textarea{width:100%;border:1px solid #cbd9e3;border-radius:14px;padding:13px;font:inherit}.form textarea{min-height:150px}.notice{padding:14px 18px;border-radius:14px;margin:18px 0;font-weight:800}.ok{background:#e8fff7;color:#05715f}.err{background:#fff1f1;color:#a50f0f}.archive-grid{padding:48px 0}.article{max-width:820px;margin:0 auto;padding:54px 22px}.article h1{font-size:44px;line-height:1.12}.article .meta{justify-content:flex-start}.wp-caption,.article img{max-width:100%;height:auto}@media(max-width:900px){.hero-grid,.split,.cta{grid-template-columns:1fr;display:grid}.cards,.postgrid,.testimonials{grid-template-columns:1fr 1fr}.head-inner{height:auto;padding:12px 0;align-items:flex-start}.main-menu{flex-wrap:wrap;gap:12px}.brand img{width:220px}}@media(max-width:620px){.cards,.postgrid,.testimonials{grid-template-columns:1fr}.hero{padding:48px 0}.section{padding:52px 0}.section-head{display:block}.foot-inner{align-items:flex-start;flex-direction:column}.content h1,.article h1{font-size:34px}.hero p{font-size:18px}}