
:root{--red:#d71920;--dark:#111;--blue:#005f99;--gold:#ffc400;--gray:#f4f6f8;--green:#25D366}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--gray);color:#222;line-height:1.6}
.topbar{background:#111;color:#fff;padding:9px 5%;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px}
.topbar a{color:#fff;text-decoration:none;font-weight:800}
.header{background:#fff;padding:12px 5%;display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:0;z-index:10;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.logo img{height:46px;max-width:250px;display:block}.nav a{color:#111;text-decoration:none;margin:0 8px;font-weight:800}.btn{display:inline-block;padding:14px 20px;border-radius:10px;text-decoration:none;font-weight:900}
.btn-call{background:var(--gold);color:#111}.btn-wp{background:var(--green);color:#fff}.btn-red{background:var(--red);color:#fff}
.hero{background:linear-gradient(120deg,rgba(15,15,15,.82),rgba(215,25,32,.70)),url('images/hero-beyaz-esya.jpg');background-size:cover;background-position:center;color:#fff;padding:82px 5%}
.hero-inner{max-width:1150px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.badge{display:inline-block;background:var(--gold);color:#111;padding:8px 14px;border-radius:999px;font-weight:900;margin-bottom:16px}
h1{font-size:46px;line-height:1.08;margin:0 0 16px}h2{font-size:30px;margin:0 0 13px}h3{margin:0 0 8px}.hero p{font-size:19px;margin-bottom:22px}.cta{display:flex;flex-wrap:wrap;gap:12px}
.hero-card{background:#fff;color:#111;border-radius:22px;padding:18px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.hero-card img{width:100%;height:230px;object-fit:cover;border-radius:16px;margin-bottom:12px}
.section{padding:55px 5%}.wrap{max-width:1150px;margin:auto}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:18px}
.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);border-top:4px solid var(--red)}.card-content{padding:20px}.card img{width:100%;height:170px;object-fit:cover;display:block}
.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.split img{width:100%;border-radius:20px;box-shadow:0 14px 35px rgba(0,0,0,.13)}
.districts{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.districts a{background:#fff;padding:14px;border-radius:12px;color:#111;text-decoration:none;font-weight:800;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.strip{background:linear-gradient(90deg,#d71920,#005f99);color:#fff;padding:34px 5%;text-align:center}.strip h2{font-size:34px}.notice{background:#fff7d6;border-left:5px solid var(--gold);padding:14px;border-radius:10px}
.footer{background:#111;color:#ddd;padding:35px 5%;text-align:center}.footer a{color:#fff}.float-call,.float-wp{position:fixed;bottom:18px;color:#fff;text-decoration:none;font-size:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:99;box-shadow:0 10px 25px rgba(0,0,0,.3)}.float-call{left:18px;background:var(--red)}.float-wp{right:18px;background:var(--green)}
@media(max-width:850px){.hero-inner,.split{grid-template-columns:1fr}.nav{display:none}h1{font-size:34px}.hero{padding:55px 5%}.header{position:relative}.logo img{height:38px;max-width:210px}}
