
:root{--red:#0b5ed7;--dark:#16171a;--muted:#6b7280;--soft:#f3f8ff;--line:#d7e7ff;--radius:26px;--shadow:0 18px 55px rgba(11,94,215,.13);--logo-h:74px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter','Segoe UI',Arial,sans-serif;background:#fff;color:var(--dark);overflow-x:hidden}
::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:var(--red);border-radius:20px}
a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #d7e7ff;backdrop-filter:blur(12px)}
.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center}.brand img{height:var(--logo-h);width:auto;max-width:360px;object-fit:contain;display:block}.desktop-nav{display:flex;align-items:center;gap:18px}.desktop-nav a{font-weight:800;color:#242426;display:flex;gap:8px;align-items:center;transition:.2s}.desktop-nav i,.mobile-menu a i{color:var(--red)}.desktop-nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{border:0;background:#fff;color:#111;font-size:24px;width:48px;height:48px;border-radius:16px;display:grid;place-items:center;cursor:pointer}.icon-btn:hover{background:var(--soft);color:var(--red)}.mobile-toggle{display:none}
.hero{position:relative;overflow:hidden;padding:70px 0 48px}.hero:before{content:"";position:absolute;inset:-260px -200px auto auto;width:560px;height:560px;background:radial-gradient(circle,rgba(11,94,215,.18),transparent 65%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid #cfe2ff;background:#f3f8ff;color:var(--red);padding:11px 16px;border-radius:999px;font-weight:900;margin-bottom:18px}.hero h1{font-size:clamp(42px,6vw,82px);line-height:.98;margin:0 0 20px;color:var(--red);letter-spacing:-2px}.hero p{font-size:22px;line-height:1.48;color:#3f4248;margin:0 0 28px}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 23px;border-radius:999px;font-weight:900;border:2px solid var(--red);transition:.22s;cursor:pointer}.btn-red{background:var(--red);color:#fff;box-shadow:0 16px 30px rgba(11,94,215,.22)}.btn-outline{background:#fff;color:var(--red)}.btn:hover{transform:translateY(-3px)}
.phone-wrap{display:grid;place-items:center;min-height:520px}.iphone{width:300px;height:600px;background:#111;border-radius:46px;padding:12px;box-shadow:0 30px 80px rgba(0,0,0,.24);position:relative;animation:floatPhone 5s ease-in-out infinite}.island{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:96px;height:28px;background:#050505;border-radius:999px;z-index:2}.screen{height:100%;background:#fff;border-radius:36px;overflow:hidden;position:relative;border:1px solid #222}.screen-top{height:90px;background:linear-gradient(135deg,var(--red),#3b82f6);display:flex;align-items:end;padding:18px;color:#fff;font-weight:900}.screen-logo{width:160px}.screen-card{margin:18px;border-radius:24px;padding:18px;background:#fff;box-shadow:0 16px 34px rgba(11,94,215,.15);border:1px solid #d7e7ff;text-align:center}.pulse-heart{width:68px;height:68px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;margin:0 auto 12px;animation:pulse 1.6s infinite}.screen-card h3{margin:0 0 8px;color:var(--red);font-size:21px}.screen-list{padding:0 18px;display:grid;gap:12px}.mini-row{display:flex;align-items:center;gap:12px;background:#f3f8ff;border-radius:18px;padding:13px;color:#202124;font-weight:800}.mini-row i{color:var(--red)}
.section{padding:70px 0}.section-title{text-align:center;margin-bottom:34px}.section-title h2{margin:0;color:var(--red);font-size:clamp(31px,4vw,48px);letter-spacing:-1px}.section-title p{margin:10px 0 0;color:var(--muted);font-size:18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--red);color:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);text-align:center;transform:translateY(28px);opacity:0;transition:.65s ease}.card.show{transform:translateY(0);opacity:1}.card i{font-size:34px;margin-bottom:14px}.card h3{margin:0 0 10px;font-size:22px}.card p{margin:0;line-height:1.55;color:#fff}.why-cards .card{background:#fff;color:var(--red);border:1px solid #cfe2ff;box-shadow:0 16px 42px rgba(11,94,215,.10)}.why-cards .card i,.why-cards .card h3,.why-cards .card p{color:var(--red)}
.search-panel{position:fixed;inset:0;background:#fff;z-index:90;display:none;padding:28px 0;overflow:auto}.search-panel.active{display:block;animation:fadeIn .2s ease}.search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.search-logo{height:62px}.search-box{height:74px;border:3px solid var(--red);border-radius:28px;padding:0 22px;display:flex;align-items:center;gap:14px}.search-box input{border:0;outline:0;font-size:24px;width:100%;font-weight:700}.popular{margin-top:28px}.popular h2{font-size:34px;margin:0 0 18px}.popular a,.result-link{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #eee;font-size:22px;font-weight:800}.popular i,.result-link i{color:var(--red)}
.mobile-menu{position:fixed;inset:0;background:#fff;z-index:80;display:none;padding:28px 0;overflow:auto}.mobile-menu.active{display:block;animation:slideIn .24s ease}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mobile-menu img{height:66px}.mobile-menu nav{display:grid;gap:8px}.mobile-menu a{font-size:24px;font-weight:900;padding:18px 0;border-bottom:1px solid #f0eeee;display:flex;gap:14px;align-items:center}
.form-panel,.pharmacy-panel,.blog-card,.content-card{background:#fff;border:1px solid #f4d5d8;border-radius:28px;box-shadow:var(--shadow);padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field label{display:block;font-weight:900;margin-bottom:8px;color:#252525}.field input,.field select,.field textarea{width:100%;height:54px;border:1px solid #d7e7ff;border-radius:16px;padding:0 16px;font-size:16px;outline-color:var(--red);background:#fff}.field textarea{height:120px;padding-top:14px;resize:vertical}.field select{accent-color:var(--red)}.radio-row{display:flex;gap:14px;flex-wrap:wrap;margin:15px 0}.radio-card{border:1px solid #0b5ed7;border-radius:16px;padding:14px 16px;font-weight:800}.radio-card input{accent-color:var(--red)}
.pharmacy-results{margin-top:26px;display:grid;gap:16px}.eczane-card{border:1px solid #bcd7ff;border-radius:22px;padding:20px;background:#fff;box-shadow:0 12px 30px rgba(11,94,215,.08)}.eczane-card h3{margin:0 0 10px;color:var(--red);font-size:24px}.eczane-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;color:#333}.eczane-meta div{background:#f3f8ff;border-radius:14px;padding:12px}.notice{background:#fff9db;border:1px solid #f4ce25;border-radius:18px;padding:16px;line-height:1.55;margin:18px 0}
.blog-list{display:grid;gap:22px}.blog-card{display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:center}.blog-card img,.blog-hero img{width:100%;height:160px;object-fit:contain;background:#fff;border-radius:20px;border:2px solid #d7e7ff}.blog-card time,.blog-article time{color:var(--red);font-weight:900}.blog-card h2{margin:8px 0;color:var(--red)}.blog-card p{line-height:1.6;color:#444}.blog-article{max-width:920px;margin:auto}.blog-hero{border:2px solid var(--red);border-radius:30px;padding:22px;animation:borderPulse 2s infinite}.blog-article h1{font-size:clamp(34px,5vw,58px);color:var(--red);margin:24px 0 10px}.blog-article p{font-size:18px;line-height:1.82;color:#2f3338}
.footer{background:var(--red);padding:55px 0 30px;border-top:1px solid var(--red);color:#fff;opacity:0;transform:translateY(30px);transition:.65s}.footer.show{opacity:1;transform:translateY(0)}.footer-box{background:transparent;border-radius:0;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:26px}.footer img{height:58px;filter:brightness(0) invert(1)}.footer p,.footer a{color:#fff;line-height:1.7}.footer nav{display:grid;gap:10px}.footer h3{margin:0 0 12px}.footer i{color:#fff;margin-right:8px}.copy{text-align:center;margin-top:22px;color:#fff}
.sticky-mobile{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:#fff;border:1px solid #cfe2ff;box-shadow:0 18px 45px rgba(0,0,0,.13);border-radius:22px;padding:9px;display:none;gap:8px}.sticky-mobile a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;background:var(--red);color:#fff;font-weight:900;padding:13px 8px}
@keyframes floatPhone{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-16px) rotate(1deg)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(11,94,215,.4)}70%{box-shadow:0 0 0 18px rgba(11,94,215,0)}100%{box-shadow:0 0 0 0 rgba(11,94,215,0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes borderPulse{0%,100%{box-shadow:0 0 0 rgba(11,94,215,0)}50%{box-shadow:0 0 34px rgba(11,94,215,.2)}}
@media(max-width:900px){:root{--logo-h:46px}.header-inner{height:76px}.desktop-nav{display:none}.mobile-toggle{display:grid}.hero{padding:44px 0 30px}.hero-grid{grid-template-columns:1fr}.hero h1{text-align:left}.phone-wrap{min-height:520px}.cards{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.blog-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.sticky-mobile{display:flex}.eczane-meta{grid-template-columns:1fr}.brand img{max-width:205px}.section{padding:52px 0}.btn-row .btn{width:100%}}
@media(min-width:901px){.sticky-mobile{display:none!important}}

.footer nav a{display:flex;align-items:center;gap:9px;font-weight:800}.footer nav a::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054";font-size:12px;color:#fff}.footer h3{display:flex;align-items:center;gap:8px}.footer h3::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f02e";color:#fff}
@media(max-width:900px){.site-header .brand img{height:46px!important;max-width:205px!important}.search-logo{height:62px!important}.mobile-menu img{height:66px!important}}


/* Son ince ayarlar */
::selection{background:var(--red);color:#fff}
select{border-color:var(--red)!important;color:var(--red);font-weight:800;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--red) 50%),linear-gradient(135deg,var(--red) 50%,transparent 50%);background-position:calc(100% - 22px) 50%,calc(100% - 15px) 50%;background-size:7px 7px,7px 7px;background-repeat:no-repeat;padding-right:42px!important}
.field select:focus{box-shadow:0 0 0 4px rgba(11,94,215,.12)}
.hero p .under-red{position:relative;color:var(--red);font-weight:900;white-space:nowrap}.hero p .under-red:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-5px;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='12' viewBox='0 0 120 12'%3E%3Cpath d='M2 8 C25 2, 42 11, 65 6 S102 2, 118 7' fill='none' stroke='%230b5ed7' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;opacity:.95}
.screen-top{justify-content:center;padding:22px 16px 14px}.screen-logo{background:#fff;border-radius:16px;padding:8px 10px;width:175px;box-shadow:0 10px 26px rgba(0,0,0,.11)}.screen-card{margin:14px 16px 12px;padding:15px}.pulse-heart{width:58px;height:58px;margin-bottom:9px}.screen-card h3{font-size:19px}.screen-card p{font-size:13px;line-height:1.35;margin:0;color:#555}.screen-list{gap:9px}.mini-row{padding:11px 12px;border:1px solid #d7e7ff;font-size:13.5px;line-height:1.25}.mini-row i{min-width:18px;text-align:center}
.blog-card{position:relative;overflow:hidden}.blog-image-wrap,.blog-hero{position:relative}.blog-image-wrap img,.blog-hero img{display:block}.blog-date-badge{position:absolute;left:16px;top:16px;background:var(--red);color:#fff!important;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:900;box-shadow:0 12px 25px rgba(11,94,215,.22);z-index:2}.blog-hero{border:0!important;padding:0!important;animation:none!important;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.blog-hero img{height:240px;border:0!important;border-radius:28px;object-fit:contain;padding:18px}.blog-article time:not(.blog-date-badge),.blog-card time:not(.blog-date-badge){display:none}.blog-article strong{color:var(--red)}.blog-article .mark{color:var(--red);font-weight:900;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.blog-article p{overflow-wrap:anywhere}.copy{display:none!important}.footer{padding-bottom:55px}.footer p{font-weight:600}.footer nav a i{color:#fff}.footer-grid>div{opacity:0;transform:translateY(20px);transition:.65s}.footer.show .footer-grid>div{opacity:1;transform:translateY(0)}.footer.show .footer-grid>div:nth-child(2){transition-delay:.08s}.footer.show .footer-grid>div:nth-child(3){transition-delay:.16s}
@media(max-width:900px){.site-header .brand img{height:39px!important;max-width:178px!important}.mobile-menu img{height:58px!important}.search-logo{height:54px!important}.header-inner{height:72px}.iphone{width:288px;height:590px}.screen-logo{width:158px}.screen-top{height:84px}.screen-card{margin:12px 14px;padding:13px}.screen-list{padding:0 14px}.mini-row{font-size:13px;padding:10px}.hero p{font-size:19px}.blog-hero img{height:190px}.blog-date-badge{left:12px;top:12px;font-size:12px;padding:8px 11px}.footer{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.footer-box{padding-left:20px!important;padding-right:20px!important}.sticky-mobile{display:flex}}
@media(min-width:901px){.footer{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.footer-box{width:min(1180px,calc(100% - 40px));margin:auto}.brand img{height:76px}}


/* Son istek düzenlemeleri */
html,body{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}.footer{flex-shrink:0;margin-top:auto}
.kurye-criteria{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.criteria-card{background:#fff;border:1px solid #cfe2ff;border-radius:26px;padding:24px;text-align:center;box-shadow:0 16px 42px rgba(11,94,215,.10);opacity:0;transform:translateY(26px);transition:.65s ease}.criteria-card.show{opacity:1;transform:translateY(0)}.criteria-card i{width:58px;height:58px;border-radius:20px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:25px;margin:0 auto 14px}.criteria-card h3{margin:0 0 8px;color:var(--red);font-size:22px}.criteria-card p{margin:0;color:#42464d;line-height:1.55}.kurye-note{margin-top:22px;background:var(--red);color:#fff;border-radius:28px;padding:28px;text-align:center;box-shadow:var(--shadow)}.kurye-note h3{font-size:28px;margin:0 0 10px}.kurye-note p{margin:0 0 18px;line-height:1.6}.kurye-note .btn{background:#fff;color:var(--red);border-color:#fff}.select-red option{color:#111;background:#fff}.loading-card{animation:pulseCard 1.2s infinite}@keyframes pulseCard{0%,100%{box-shadow:0 12px 30px rgba(11,94,215,.08)}50%{box-shadow:0 18px 46px rgba(11,94,215,.20)}}
@media(max-width:900px){.kurye-criteria{grid-template-columns:1fr}.criteria-card{padding:22px}.kurye-note{padding:24px}.footer{padding-bottom:96px}}


/* API uyumlu nöbetçi eczane tasarımı */
.pharmacy-panel{max-width:980px;margin:0 auto;background:linear-gradient(180deg,#fff,#f3f8ff);border:1px solid #ffd6da}
.pharmacy-submit{margin-top:20px;width:100%;height:58px;font-size:17px}
.field select:disabled{opacity:.7;cursor:wait;background-color:#f3f8ff}
.eczane-title{display:flex;align-items:center;gap:12px;margin-bottom:12px}.eczane-title span{width:48px;height:48px;border-radius:16px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:21px}.eczane-title h3{margin:0!important}.eczane-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.eczane-actions .btn{padding:12px 17px}.eczane-meta b{color:var(--red)}
html{scrollbar-color:var(--red) #fff}select.select-red{border:2px solid var(--red)!important;background-color:#fff!important;color:#0b5ed7!important}
body{min-height:100dvh}.footer{margin-bottom:0!important}.footer-box{padding-bottom:0!important}
@media(max-width:900px){.pharmacy-panel{padding:20px}.eczane-actions .btn{width:100%}.eczane-title span{width:42px;height:42px}.eczane-title h3{font-size:21px}}


/* Kullanıcı son düzenlemeleri */
.notice{background:#fff!important;border:2px solid var(--red)!important;color:var(--red)!important;font-weight:800;display:flex;align-items:center;gap:10px}
.notice:before{content:"\f05a";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--red);font-size:20px}
.footer a:hover{text-decoration:underline;text-underline-offset:4px}
.footer p a{display:inline-flex;align-items:center;gap:8px;color:#fff!important}
.kurye-page .section-title p{max-width:680px;margin-left:auto;margin-right:auto;color:#555;line-height:1.6}
.kurye-page .kurye-criteria{margin-top:22px}.kurye-note .btn{display:inline-flex;width:auto;min-width:230px;justify-content:center}
@media(max-width:900px){.kurye-note .btn{width:100%}.desktop-nav a{font-size:15px}}
@media(min-width:901px){.desktop-nav{gap:13px}.desktop-nav a{font-size:15px}.brand img{max-width:300px}}


/* Mavi renk düzeni + açık yeşil butonlar */
:root{
  --red:#0b5ed7;
  --soft:#f3f8ff;
  --line:#d7e7ff;
  --shadow:0 18px 55px rgba(11,94,215,.13);
  --cta:#8bdc65;
  --cta-dark:#39a845;
}
.btn{
  border-color:var(--cta)!important;
}
.btn-red,
.sticky-mobile a{
  background:#0b5ed7!important;
  color:#fff!important;
  border-color:#0b5ed7!important;
}
.btn-outline{
  background:#fff!important;
  color:var(--cta-dark)!important;
  border-color:var(--cta)!important;
}
.btn:hover{
  box-shadow:0 18px 36px rgba(57,168,69,.20)!important;
}
.screen-top{
  background:linear-gradient(135deg,#0b5ed7,#3b82f6)!important;
}
.pulse-heart,
.criteria-card i,
.eczane-title span{
  background:var(--red)!important;
  color:#fff!important;
}

/* Anasayfa foto alanı */
.photo-showcase{
  padding-top:22px;
}
.photo-card{
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  align-items:center;
  gap:28px;
  background:linear-gradient(135deg,#f3f8ff,#ffffff);
  border:1px solid var(--line);
  border-radius:34px;
  padding:28px;
  box-shadow:var(--shadow);
  overflow:hidden;
  opacity:0;
  transform:translateY(28px);
  transition:.65s ease;
}
.photo-card.show{
  opacity:1;
  transform:translateY(0);
}
.photo-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--red);
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  margin-bottom:14px;
}
.photo-copy h2{
  margin:0 0 12px;
  color:var(--red);
  font-size:clamp(30px,4vw,52px);
  letter-spacing:-1px;
}
.photo-copy p{
  margin:0;
  color:#343943;
  font-size:19px;
  line-height:1.6;
  font-weight:700;
}
.photo-frame{
  border-radius:28px;
  overflow:hidden;
  position:relative;
  min-height:340px;
  background:#eef6ff;
}
.photo-frame img{
  width:100%;
  height:100%;
  min-height:340px;
  display:block;
  object-fit:cover;
}
.photo-frame:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(11,94,215,.16),transparent 55%);
  pointer-events:none;
}
@media(max-width:900px){
  .photo-card{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:28px;
    gap:18px;
  }
  .photo-copy h2{
    font-size:32px;
  }
  .photo-copy p{
    font-size:16px;
  }
  .photo-frame,
  .photo-frame img{
    min-height:250px;
  }
}


/* Mobil alt sabit navbar */
.bottom-nav{
  position:fixed;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:120;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  padding:8px;
  background:rgba(255,255,255,.96);
  border:1px solid #d7e7ff;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.bottom-nav a{
  flex:1;
  min-width:0;
  height:64px;
  border-radius:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  color:#0b2442;
  font-size:12px;
  font-weight:900;
  line-height:1;
  transition:.2s ease;
}
.bottom-nav a i{font-size:21px;color:inherit}.bottom-nav a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.bottom-nav a.active{
  background:#061b35;
  color:#fff;
  box-shadow:0 14px 28px rgba(6,27,53,.22);
  transform:translateY(-2px);
}
@media(max-width:900px){
  body{padding-bottom:92px!important}
  .bottom-nav{display:flex}
  .sticky-mobile{display:none!important}
}
@media(min-width:901px){.bottom-nav{display:none!important}}


/* Revize: masaüstü header ikonları gizle */
@media(min-width:901px){.desktop-nav a i{display:none!important}.desktop-nav{gap:22px}.desktop-nav a{gap:0}}

/* Sayfa üstü breadcrumb / site haritası */
.page-hero{background:#082848;color:#fff;padding:54px 0 70px;margin-bottom:-34px}.page-hero h1{margin:0 0 18px;font-size:clamp(34px,5vw,56px);line-height:1.05;color:#fff;font-weight:900}.breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:14px;font-weight:900}.breadcrumb a{color:#fff}.breadcrumb span{color:#dceaff}.breadcrumb i{font-size:11px;color:#dceaff}.page-with-crumb{padding-top:0}.page-with-crumb>.container{background:#fff;border-radius:18px 18px 0 0;padding-top:24px;position:relative;z-index:1}.section-title.left-title{text-align:left;margin-bottom:22px}.section-title.left-title h2{font-size:clamp(30px,4vw,46px)}

/* Blog liste ekran görüntüsüne yakın */
.blog-page{background:#f2f6fb;padding-top:0}.blog-page>.container{max-width:980px;background:#fff;border-radius:18px 18px 0 0;padding:24px 24px 10px;box-shadow:0 18px 45px rgba(8,40,72,.08)}.blog-list{gap:0}.blog-list .blog-card{box-shadow:none;border:0;border-radius:0;border-bottom:1px solid #dde7f1;padding:24px 0;grid-template-columns:160px 1fr;background:#fff}.blog-list .blog-card:first-child{padding-top:0}.blog-list .blog-card img{height:130px;border:0;border-radius:12px;background:#edf2f7;object-fit:cover;padding:0}.blog-list .blog-card h2{color:#001f3f;font-size:25px;margin:7px 0 8px;line-height:1.18}.blog-list .blog-card p{margin:0 0 10px;color:#001f3f;font-size:16px}.blog-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#657b93;font-weight:800;font-size:13px}.blog-meta i{font-size:12px}.read-more{display:inline-flex;align-items:center;gap:6px;color:#005eb8;font-weight:900;font-size:14px}.blog-list .blog-date-badge{display:none!important}

/* Mobil alt menü düzeni */
.bottom-nav{left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;padding:8px!important;gap:4px!important;border-radius:22px!important}.bottom-nav a{min-width:0!important;padding:10px 4px!important;font-size:11px!important;line-height:1.05!important}.bottom-nav a span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important;text-align:center}.bottom-nav a i{font-size:19px!important;margin-bottom:3px}.bottom-nav a.active{background:#082848!important;color:#fff!important}
@media(max-width:900px){body{padding-bottom:0!important}.footer{padding-bottom:118px!important;margin-bottom:0!important}.footer-box{padding-bottom:0!important}.bottom-nav{display:flex!important}.sticky-mobile{display:none!important}html,body{background:#fff!important}}
@media(min-width:901px){.bottom-nav{display:none!important}}

/* Anasayfa telefon: WhatsApp sohbet ekranı */
.wa-phone-screen{background:#efeae2!important}.wa-top{height:78px;background:#075e54;color:#fff;display:flex;align-items:center;gap:10px;padding:18px 14px 10px}.wa-avatar{width:42px;height:42px;border-radius:50%;background:#fff;object-fit:cover;border:2px solid rgba(255,255,255,.75);cursor:pointer}.wa-name{font-size:15px;font-weight:900;line-height:1.1;cursor:pointer}.wa-status{font-size:11px;opacity:.88;margin-top:3px}.wa-chat-bg{position:absolute;inset:78px 0 58px;background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='none' stroke='%23d6cfc3' stroke-width='1' opacity='.55'%3E%3Cpath d='M15 18h18v12H15zM52 13c9 7 9 20 0 27M22 59c8-8 19-8 27 0M62 62h15M68 55v15M9 72c10-2 18 2 22 11'/%3E%3C/g%3E%3C/svg%3E");padding:18px 12px;overflow:hidden}.wa-bubble{max-width:82%;padding:9px 10px;border-radius:10px;font-size:13px;line-height:1.35;box-shadow:0 1px 1px rgba(0,0,0,.12);margin-bottom:10px}.wa-bubble.in{background:#fff;border-top-left-radius:2px}.wa-bubble.out{background:#d9fdd3;margin-left:auto;border-top-right-radius:2px}.wa-time{display:block;text-align:right;color:#667781;font-size:10px;margin-top:3px}.wa-inputbar{position:absolute;left:0;right:0;bottom:0;height:58px;background:#f0f2f5;display:flex;align-items:center;gap:7px;padding:8px}.wa-inputbar input{flex:1;height:40px;border:0;border-radius:999px;padding:0 13px;outline:0;font-size:12px}.wa-inputbar button{width:40px;height:40px;border:0;border-radius:50%;background:#128c7e;color:#fff;display:grid;place-items:center;font-size:17px}.wa-profile-card{position:absolute;left:15px;right:15px;top:94px;background:#fff;border-radius:18px;padding:16px;text-align:center;box-shadow:0 18px 40px rgba(0,0,0,.25);z-index:5;transform:translateY(-12px);opacity:0;pointer-events:none;transition:.2s}.wa-profile-card.active{opacity:1;transform:translateY(0);pointer-events:auto}.wa-profile-card img{width:74px;height:74px;border-radius:50%;object-fit:cover;margin-bottom:8px}.wa-profile-card h4{margin:0 0 4px;color:#111}.wa-profile-card a{color:#075e54;font-weight:900}
@media(max-width:900px){.wa-top{height:72px}.wa-chat-bg{inset:72px 0 56px}.wa-bubble{font-size:12.5px}}


/* Revize responsive düzenlemeler */
.desktop-nav a i{display:none!important}.desktop-nav{gap:24px}.desktop-nav a{gap:0;font-weight:700}
.page-hero{background:#082747;color:#fff;padding:54px 0 74px}.page-hero h1{margin:0 0 16px;font-size:clamp(34px,5vw,58px);letter-spacing:-1px}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800;flex-wrap:wrap}.breadcrumb a,.breadcrumb span{color:#fff}.breadcrumb i{font-size:11px;color:#dcecff}
.blog-section{background:#f3f7fb;padding:0 0 70px}.blog-list-modern{max-width:980px;margin:-34px auto 0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 55px rgba(8,39,71,.10);gap:0}.blog-list-modern .blog-card{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;box-shadow:none;padding:24px}.blog-list-modern .blog-card:last-child{border-bottom:0}.blog-list-modern .blog-image-wrap img{width:160px;height:112px;object-fit:cover;border:0;border-radius:12px;background:#eef4fa;padding:0}.blog-list-modern .blog-info h2{margin:0 0 8px;color:#062747;font-size:26px;line-height:1.12}.blog-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:13px;font-weight:800;margin:6px 0 10px}.blog-list-modern p{margin:0 0 12px;color:#062747;font-size:16px;line-height:1.55}.blog-list-modern strong{color:#005eb8;font-size:14px}
.article-section{background:#f3f7fb;padding:0 0 76px}.article-section .container{width:min(980px,calc(100% - 40px))}.blog-article{background:#fff;border-radius:16px;box-shadow:0 18px 55px rgba(8,39,71,.10);padding:34px;margin:-38px auto 0;max-width:860px}.blog-article .blog-hero{border:0!important;box-shadow:none!important;border-radius:14px;overflow:hidden;margin:0 0 20px}.blog-article .blog-hero img{height:300px;width:100%;object-fit:cover;border:0!important;padding:0!important;border-radius:14px}.blog-article h1{font-size:clamp(28px,4vw,42px);line-height:1.15;color:#062747;margin:0 0 8px}.blog-article h2{font-size:24px;color:#062747;margin:28px 0 10px}.blog-article p{font-size:17px;line-height:1.85;color:#062747}.article-lead{font-weight:600}.article-toc{background:#edf4fb;border-radius:12px;border-left:4px solid var(--red);padding:18px;margin:22px 0}.article-toc b{display:block;margin-bottom:10px;color:#062747}.article-toc a{display:block;color:#062747;font-weight:800;margin:7px 0;font-size:14px}.blog-article .mark{color:var(--red);font-weight:900;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}
.footer nav a{font-weight:500!important;font-size:15px}.footer p{font-weight:400!important}.footer h3{font-weight:800}.footer{padding-bottom:28px!important}.footer-box{padding-bottom:0!important}.copy{display:none!important}
.bottom-nav{position:fixed;left:14px;right:14px;bottom:10px;z-index:100;background:#fff;border:1px solid #d7e7ff;border-radius:20px;box-shadow:0 18px 45px rgba(8,39,71,.16);padding:8px;display:none;align-items:center;gap:4px}.bottom-nav a{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#082747;border-radius:15px;padding:9px 2px;font-weight:800;font-size:11px;line-height:1.1;text-align:center}.bottom-nav a i{font-size:19px}.bottom-nav a.active{background:#082747;color:#fff}.bottom-nav a span{white-space:normal;display:block}
.whatsapp-phone .screen{overflow:hidden}.wa-phone-screen{background:#efeae2!important}.wa-top{height:92px;background:#075e54;color:#fff;display:flex;align-items:flex-end;gap:10px;padding:34px 14px 12px;position:relative}.wa-avatar{width:42px;height:42px;border-radius:50%;background:#fff;object-fit:cover;border:2px solid rgba(255,255,255,.85);cursor:pointer;flex:0 0 auto}.wa-title{min-width:0;padding-bottom:2px}.wa-name{font-size:15px;font-weight:900;line-height:1.05;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.wa-name i{font-size:12px;color:#53bdeb;margin-left:3px}.wa-status{font-size:11px;opacity:.9;margin-top:4px}.wa-chat-bg{position:absolute;inset:92px 0 58px;background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='none' stroke='%23d6cfc3' stroke-width='1' opacity='.55'%3E%3Cpath d='M15 18h18v12H15zM52 13c9 7 9 20 0 27M22 59c8-8 19-8 27 0M62 62h15M68 55v15M9 72c10-2 18 2 22 11'/%3E%3C/g%3E%3C/svg%3E");padding:18px 12px;overflow:hidden}.wa-bubble{max-width:82%;padding:9px 10px 6px;border-radius:10px;font-size:13px;line-height:1.35;box-shadow:0 1px 1px rgba(0,0,0,.12);margin-bottom:10px;color:#263238}.wa-bubble.in{background:#fff;border-top-left-radius:2px}.wa-bubble.out{background:#d9fdd3;margin-left:auto;border-top-right-radius:2px}.wa-time{display:inline-block;color:#667781;font-size:10px;margin-left:7px;float:right;line-height:17px}.wa-check{color:#53bdeb;font-size:11px;margin-left:3px;float:right;line-height:17px}.wa-inputbar{position:absolute;left:0;right:0;bottom:0;height:58px;background:#f0f2f5;display:flex;align-items:center;gap:7px;padding:8px}.wa-inputbar input{flex:1;height:40px;border:0;border-radius:999px;padding:0 13px;outline:0;font-size:12px;min-width:0}.wa-inputbar button{width:40px;height:40px;border:0;border-radius:50%;background:#128c7e;color:#fff;display:grid;place-items:center;font-size:17px;flex:0 0 auto}.wa-profile-card{position:absolute;left:15px;right:15px;top:104px;background:#fff;border-radius:18px;padding:16px;text-align:center;box-shadow:0 18px 40px rgba(0,0,0,.25);z-index:5;transform:translateY(-12px);opacity:0;pointer-events:none;transition:.2s}.wa-profile-card.active{opacity:1;transform:translateY(0);pointer-events:auto}.wa-profile-card img{width:74px;height:74px;border-radius:50%;object-fit:cover;margin-bottom:8px}.wa-profile-card h4{margin:0 0 4px;color:#111}.wa-profile-card p{margin:0 0 8px;color:#667781}.wa-profile-card a{color:#075e54;font-weight:900}
@media(max-width:900px){body{padding-bottom:0!important;background:#fff!important}.site-header .brand img{height:42px!important;max-width:188px!important}.header-inner{height:70px}.page-hero{padding:46px 0 58px}.page-hero h1{font-size:34px}.blog-section{padding-bottom:42px}.blog-list-modern{margin:-30px auto 0;border-radius:16px}.blog-list-modern .blog-card{grid-template-columns:38% 1fr;gap:14px;padding:22px}.blog-list-modern .blog-image-wrap img{width:100%;height:130px;object-fit:cover}.blog-list-modern .blog-info h2{font-size:24px;line-height:1.12;word-break:normal;overflow-wrap:normal;hyphens:none}.blog-meta{font-size:12px;gap:8px;margin:8px 0}.blog-list-modern p{font-size:15px;line-height:1.55}.article-section{padding-bottom:44px}.article-section .container{width:min(100% - 28px, 980px)}.blog-article{padding:22px;margin:-30px auto 0;border-radius:14px}.blog-article .blog-hero img{height:210px}.blog-article h1{font-size:28px}.blog-article h2{font-size:21px}.blog-article p{font-size:16px;line-height:1.75}.article-toc{padding:16px}.bottom-nav{display:flex!important}.footer{padding-bottom:105px!important;margin-bottom:0!important}.footer-grid{gap:20px}.footer nav{gap:5px}.footer nav a{font-size:14px!important}.wa-top{height:96px;padding-top:38px}.wa-chat-bg{inset:96px 0 58px}.wa-name{max-width:155px}.phone-wrap{min-height:610px}.iphone{width:290px;height:590px}}
@media(max-width:390px){.blog-list-modern .blog-card{grid-template-columns:1fr;gap:12px}.blog-list-modern .blog-image-wrap img{height:170px}.blog-list-modern .blog-info h2{font-size:23px}.bottom-nav{left:10px;right:10px}.bottom-nav a{font-size:10px}.bottom-nav a i{font-size:17px}.iphone{width:282px;height:580px}}

/* FINAL REVIZE - breadcrumb, blog, contact, mobile nav, whatsapp */
@media(min-width:901px){
  .desktop-nav a i{display:none!important}
  .desktop-nav a{font-weight:650!important;font-size:15px!important;letter-spacing:-.1px!important}
}
.page-hero{padding:78px 0 84px!important;background:#082747!important;margin-bottom:0!important}
.page-hero h1{font-size:clamp(38px,4.6vw,60px)!important;line-height:1.05!important;margin:0 0 18px!important;color:#fff!important;font-weight:900!important}
.breadcrumb{font-size:14px!important;font-weight:800!important;gap:10px!important}
.blog-section{padding:52px 0 84px!important;background:#f3f7fb!important}
.blog-list-modern{margin:0 auto!important;max-width:980px!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 55px rgba(8,39,71,.10)!important}
.blog-list-modern .blog-card{grid-template-columns:160px 1fr!important;padding:24px!important;gap:20px!important;align-items:center!important}
.blog-list-modern .blog-info h2{font-size:25px!important;line-height:1.16!important;margin:0 0 8px!important;word-break:normal!important;overflow-wrap:normal!important}
.blog-list-modern .blog-image-wrap img{width:160px!important;height:112px!important;object-fit:cover!important}
.article-section{padding:52px 0 86px!important;background:#f3f7fb!important}
.blog-article{margin:0 auto!important;background:#fff!important;border-radius:18px!important;padding:34px!important;max-width:860px!important;box-shadow:0 18px 55px rgba(8,39,71,.10)!important}
.blog-article .blog-hero img{height:310px!important;object-fit:cover!important}
.blog-article h1{font-size:clamp(29px,3.3vw,42px)!important;color:#062747!important;line-height:1.14!important}
.blog-article p{font-size:17px!important;color:#062747!important;line-height:1.85!important}
.article-toc{background:#edf4fb!important;border-left:4px solid var(--red)!important;border-radius:12px!important;padding:18px!important}
.contact-section{background:#f3f7fb;padding:34px 0 78px}.contact-wrap{width:min(760px,calc(100% - 40px));display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.contact-info-card,.contact-form-card{background:#fff;border:1px solid #d9e2ec;border-radius:18px;box-shadow:0 14px 42px rgba(8,39,71,.08);padding:22px}.contact-line{display:flex;align-items:center;gap:13px;padding:10px 0;border-bottom:1px solid #e5edf5;color:#062747;font-weight:800;font-size:14px}.contact-line i{width:18px;text-align:center;color:#062747}.contact-line:last-of-type{border-bottom:0}.map-box{height:185px;margin-top:16px;border-radius:14px;overflow:hidden;border:1px solid #d9e2ec}.map-box iframe{width:100%;height:100%;border:0}.contact-form-card h2{margin:0 0 14px;color:#062747;font-size:24px}.contact-form-card form{display:grid;gap:10px}.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #cfdbe7;border-radius:8px;padding:0 12px;font-size:14px;outline-color:var(--red)}.contact-form-card input{height:42px}.contact-form-card textarea{height:116px;padding-top:12px;resize:vertical}.contact-form-card .btn{height:48px;border-radius:10px;background:#25d366!important;border-color:#25d366!important;color:#063b1c!important;width:100%}
.footer nav a{font-weight:450!important;font-size:15px!important;letter-spacing:0!important}.footer p,.footer a{font-weight:400!important}.footer h3{font-size:19px!important}.footer{padding-bottom:28px!important}.footer-box{padding-bottom:0!important}.footer .footer-grid{align-items:start!important}
.bottom-nav{left:12px!important;right:12px!important;bottom:max(9px,env(safe-area-inset-bottom))!important;border-radius:21px!important;padding:8px!important;gap:3px!important;box-shadow:0 18px 45px rgba(8,39,71,.16)!important;z-index:1000!important}.bottom-nav a{height:58px!important;padding:8px 1px!important;gap:4px!important;font-weight:600!important;font-size:9.4px!important;letter-spacing:-.45px!important;white-space:nowrap!important;line-height:1!important}.bottom-nav a span{white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important}.bottom-nav a i{font-size:18px!important;font-weight:600!important}.bottom-nav a.active{border-radius:16px!important;background:#082747!important;color:#fff!important}
.wa-top{height:112px!important;padding:58px 14px 12px!important;align-items:flex-end!important}.wa-chat-bg{inset:112px 0 58px!important}.wa-profile-card{top:120px!important}.wa-name{max-width:170px!important;font-size:15px!important}.wa-bubble.out .wa-time{float:none!important;display:inline-block!important;vertical-align:middle!important;line-height:1!important;margin-left:7px!important}.wa-bubble.out .wa-check{float:none!important;display:inline-block!important;vertical-align:middle!important;line-height:1!important;margin-left:3px!important;color:#53bdeb!important}.wa-bubble.in .wa-time{float:none!important;display:inline-block!important;vertical-align:middle!important;margin-left:7px!important}
@media(max-width:900px){
  body{padding-bottom:0!important;overflow-x:hidden!important}
  .page-hero{padding:45px 0 32px!important}.page-hero h1{font-size:31px!important;line-height:1.12!important;margin-bottom:14px!important}.breadcrumb{font-size:13px!important;line-height:1.4!important}.blog-section{padding:18px 0 44px!important}.blog-list-modern{border-radius:14px!important;margin:0 auto!important;width:calc(100% - 28px)!important}.blog-list-modern .blog-card{grid-template-columns:138px 1fr!important;gap:14px!important;padding:18px 14px!important;align-items:center!important}.blog-list-modern .blog-image-wrap img{width:138px!important;height:112px!important;border-radius:12px!important}.blog-list-modern .blog-info h2{font-size:21px!important;line-height:1.12!important;margin:0 0 7px!important}.blog-meta{font-size:11px!important;gap:7px!important;margin:5px 0 8px!important}.blog-list-modern p{font-size:14px!important;line-height:1.5!important;margin-bottom:8px!important}.blog-list-modern strong{font-size:13px!important}.article-section{padding:18px 0 44px!important}.article-section .container{width:calc(100% - 26px)!important}.blog-article{padding:18px!important;border-radius:14px!important}.blog-article .blog-hero img{height:190px!important}.blog-article h1{font-size:25px!important;line-height:1.15!important}.blog-article h2{font-size:20px!important}.blog-article p{font-size:15.5px!important;line-height:1.75!important}.article-toc{padding:15px!important}.contact-section{padding:20px 0 54px!important}.contact-wrap{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:14px!important}.contact-info-card,.contact-form-card{padding:18px!important;border-radius:16px!important}.map-box{height:175px}.bottom-nav{display:flex!important}.footer{padding-bottom:98px!important;margin-bottom:0!important}.footer nav a{font-size:14px!important}.wa-top{height:112px!important;padding-top:58px!important}.wa-chat-bg{inset:112px 0 58px!important}.wa-name{max-width:158px!important}.phone-wrap{min-height:610px!important}
}
@media(max-width:430px){.blog-list-modern .blog-card{grid-template-columns:38% 1fr!important}.blog-list-modern .blog-image-wrap img{width:100%!important;height:112px!important}.blog-list-modern .blog-info h2{font-size:20px!important}.bottom-nav{left:10px!important;right:10px!important}.bottom-nav a{font-size:8.9px!important;letter-spacing:-.55px!important}.bottom-nav a i{font-size:17px!important}}
@media(max-width:350px){.blog-list-modern .blog-card{grid-template-columns:1fr!important}.blog-list-modern .blog-image-wrap img{height:160px!important}.bottom-nav a{font-size:8px!important}}

/* Yeni mobil alt navbar tam ekran */
.bottom-nav{left:0!important;right:0!important;bottom:0!important;width:100%!important;border-radius:22px 22px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;padding:9px 6px calc(9px + env(safe-area-inset-bottom))!important;gap:2px!important}
.bottom-nav a{height:62px!important;border-radius:18px!important;font-weight:700!important;font-size:13.2px!important;letter-spacing:-.25px!important;font-family:'Inter','Segoe UI',Arial,sans-serif!important;gap:5px!important}.bottom-nav a i{font-size:20px!important;font-weight:600!important}.bottom-nav a span{white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important}.bottom-nav a:nth-child(2){flex:1.45!important}.bottom-nav a.active{background:#061f3d!important;color:#fff!important}
@media(max-width:380px){.bottom-nav a{font-size:12px!important}.bottom-nav a i{font-size:18px!important}.bottom-nav a:nth-child(2){flex:1.55!important}}
@media(max-width:900px){body{padding-bottom:82px!important}}

/* Blog responsive düzeltmeler */
.blog-section{padding-top:36px!important}.blog-list-modern{max-width:980px;margin:0 auto}.blog-list-modern .blog-card{grid-template-columns:170px 1fr!important;align-items:center!important;padding:18px 22px!important;gap:22px!important}.blog-list-modern .blog-image-wrap img{height:116px!important;object-fit:cover!important}.blog-list-modern .blog-info h2{font-size:25px!important;line-height:1.12!important;margin:0 0 8px!important}.blog-list-modern .blog-info p{font-size:16px!important;line-height:1.55!important}.page-hero{padding:58px 0 46px!important}.page-hero h1{font-size:clamp(34px,4vw,52px)!important;line-height:1.05!important}
@media(max-width:900px){.page-hero{padding:45px 0 28px!important}.page-hero h1{font-size:33px!important}.blog-section{padding-top:0!important}.blog-list-modern{border-radius:18px!important}.blog-list-modern .blog-card{grid-template-columns:130px 1fr!important;gap:14px!important;padding:22px 18px!important;align-items:center!important}.blog-list-modern .blog-image-wrap img{height:130px!important;border-radius:13px!important}.blog-list-modern .blog-info h2{font-size:23px!important;line-height:1.08!important;letter-spacing:-.5px!important}.blog-list-modern .blog-info p{font-size:15.5px!important;line-height:1.5!important}.blog-meta{font-size:12px!important;gap:7px!important;display:flex!important;flex-wrap:wrap!important}}
@media(max-width:430px){.blog-list-modern .blog-card{grid-template-columns:118px 1fr!important;gap:13px!important;padding:18px 14px!important}.blog-list-modern .blog-image-wrap img{height:118px!important}.blog-list-modern .blog-info h2{font-size:21px!important}.blog-list-modern .blog-info p{font-size:14.5px!important}.blog-list-modern .blog-info strong{font-size:14px!important}}

/* Dinamik blog detay ve yorum */
.blog-detail-section{padding:0 0 70px}.blog-detail-card{max-width:860px;margin:-24px auto 0;background:#fff;border:1px solid #dce8f7;border-radius:22px;padding:34px;box-shadow:0 18px 50px rgba(11,94,215,.08)}.blog-detail-img{width:100%;height:340px;object-fit:cover;border-radius:18px;margin-bottom:22px}.blog-detail-card h1{font-size:34px;line-height:1.12;margin:0 0 12px;color:#06213d}.blog-excerpt{font-size:17px;font-weight:700;color:#4c5b6e}.blog-content{font-size:17px;line-height:1.85;color:#102642}.blog-content h2{color:#06213d;margin-top:30px}.comment-box,.comments-list{margin-top:32px;padding-top:25px;border-top:1px solid #dce8f7}.comment-form .form-grid{display:grid;grid-template-columns:1fr 180px;gap:14px}.comment-item{background:#f4f8ff;border:1px solid #dce8f7;border-radius:18px;padding:16px;margin-top:12px}.stars{color:#ffc107;margin-left:10px}@media(max-width:900px){.blog-detail-card{margin:0 auto;padding:20px;border-radius:18px}.blog-detail-img{height:220px}.blog-detail-card h1{font-size:26px}.blog-content{font-size:16px}.comment-form .form-grid{grid-template-columns:1fr}}
.desktop-nav i{display:none!important}.page-content{font-size:17px;line-height:1.8}.contact-section{padding:40px 0 70px}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:920px}.contact-info-card,.contact-form-card{background:#fff;border:1px solid #dce8f7;border-radius:22px;padding:24px;box-shadow:0 14px 40px rgba(0,0,0,.06)}.contact-line{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #edf2f7;font-weight:800}.contact-line i{color:#06213d;width:20px}.map-box{margin-top:18px;border-radius:16px;overflow:hidden}.map-box iframe{width:100%;height:210px;border:0}.contact-form-card form{display:grid;gap:12px}.contact-form-card input,.contact-form-card textarea{border:1px solid #cfdbea;border-radius:12px;padding:13px;font:inherit}.contact-form-card textarea{min-height:120px}@media(max-width:900px){.contact-wrap{grid-template-columns:1fr}.contact-section{padding:24px 0 80px}}
/* Final düzenleme: alt navbar tam oturan ve okunaklı */
.bottom-nav{left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:none!important;border-radius:20px 20px 0 0!important;padding:8px 4px calc(8px + env(safe-area-inset-bottom))!important;margin:0!important;gap:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important}
.bottom-nav a{height:64px!important;border-radius:16px!important;font-size:13.5px!important;font-weight:650!important;letter-spacing:-.25px!important;line-height:1!important;gap:5px!important}.bottom-nav a i{font-size:20px!important;font-weight:500!important}.bottom-nav a:nth-child(2){flex:1.65!important}.bottom-nav a span{white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important}
@media(max-width:390px){.bottom-nav a{font-size:12.5px!important}.bottom-nav a i{font-size:18px!important}.bottom-nav a:nth-child(2){flex:1.75!important}}
.contact-result{margin-top:8px;font-weight:800;color:#12602a;background:#e9f8ef;border-radius:10px;padding:10px;display:none}.contact-result:not(:empty){display:block}
.star-rating{display:inline-flex;flex-direction:row-reverse;gap:3px;justify-content:flex-end}.star-rating input{display:none}.star-rating label{font-size:30px;line-height:1;color:#c8d1dc;cursor:pointer;transition:.15s}.star-rating input:checked ~ label,.star-rating label:hover,.star-rating label:hover ~ label{color:#ffc107}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.comment-head time{font-size:13px;color:#65748a;font-weight:700}.comment-item .stars{display:block;margin:6px 0 2px;color:#ffc107;letter-spacing:1px}.comment-item .stars span{color:#d7dee8}.empty-card{background:#fff;border:1px solid #dce8f7;border-radius:18px;padding:24px;font-weight:800;text-align:center}.notfound-page{min-height:70vh;display:grid;place-items:center;background:#f3f7fc;padding:55px 18px}.notfound-card{width:min(620px,100%);text-align:center;background:#fff;border:1px solid #dce8f7;border-radius:30px;padding:42px;box-shadow:0 18px 55px rgba(11,94,215,.10)}.notfound-icon{width:78px;height:78px;border-radius:24px;background:#eef6ff;color:#0b5ed7;display:grid;place-items:center;margin:0 auto 16px;font-size:34px}.notfound-card h1{font-size:86px;margin:0;color:#06213d;line-height:1}.notfound-card h2{font-size:28px;margin:8px 0;color:#06213d}.notfound-card p{color:#65748a;font-size:17px}.notfound-card .btn-row{justify-content:center;margin-top:22px}@media(max-width:900px){.notfound-card{padding:28px 18px}.notfound-card h1{font-size:68px}.notfound-card .btn{width:100%}.comment-head{align-items:flex-start}.star-rating label{font-size:28px}}


/* --- Son kullanıcı revizeleri --- */
:root{--red:#0b5ed7;--logo-h:64px}.brand img{max-width:285px}.page-hero{background:#0b5ed7!important}.page-hero h1,.breadcrumb,.breadcrumb a,.breadcrumb i,.breadcrumb span{color:#fff!important}.desktop-nav a{font-weight:760}.desktop-nav a i{display:none!important}.hero h1{font-size:clamp(44px,5vw,76px);max-width:830px}.hero h1 .keep-line{white-space:nowrap}.photo-kicker{display:none!important}.photo-copy p{font-size:20px}.mobile-menu{z-index:120}.mobile-menu a i{display:inline-flex!important;width:26px;justify-content:center;color:#0b5ed7!important}.mobile-menu.active~.bottom-nav,body.menu-open .bottom-nav{display:none!important}.bottom-nav{left:0!important;right:0!important;bottom:0!important;width:100%!important;border-radius:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;padding:8px 4px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important;box-shadow:0 -12px 34px rgba(0,0,0,.12)!important;z-index:70}.bottom-nav a{border-radius:16px!important;font-weight:650!important;font-size:11.5px!important;letter-spacing:-.25px;color:#082747!important;gap:4px!important}.bottom-nav a i{display:block!important;color:#0b5ed7!important;font-size:20px!important}.bottom-nav a.active{background:#0b5ed7!important;color:#fff!important}.bottom-nav a.active i{color:#fff!important}.bottom-nav span{white-space:nowrap!important}.blog-list-modern{max-width:980px;margin:0 auto}.blog-list-modern .blog-card{border-color:#dce8f7!important;border-radius:24px}.blog-list-modern .blog-card h2{font-size:26px;color:#06284a}.blog-card-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-hero-detail{padding-top:45px}.blog-detail-section{padding-top:45px}.blog-detail-card{max-width:920px;margin:0 auto}.blog-content img{max-width:100%;height:auto;border-radius:16px}.tool-upload{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer;font-weight:700}.editor img{max-width:100%;height:auto;border-radius:14px}.star-rating{direction:rtl;display:inline-flex;gap:3px}.star-rating input{display:none}.star-rating label{font-size:32px;color:#d4dbe6;cursor:pointer;line-height:1}.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:#ffc107}.comment-item .stars{color:#ffc107}.footer nav a{font-weight:650!important}.footer img{height:48px!important}img{max-width:100%}
@media(min-width:901px){.site-header .brand img{height:62px!important}.header-inner{height:84px!important}.blog-section{padding-top:34px}.page-hero{padding:54px 0 50px!important}.photo-card{grid-template-columns:.8fr 1.2fr}.hero-grid{grid-template-columns:1.02fr .98fr}.hero p{max-width:760px}}
@media(max-width:900px){body{padding-bottom:72px}.site-header .brand img{height:42px!important;max-width:185px!important}.page-hero{padding:38px 0 26px!important}.page-hero h1{font-size:30px!important;line-height:1.15!important}.breadcrumb{font-size:12px!important}.blog-section{padding-top:0!important}.blog-list-modern{gap:14px}.blog-list-modern .blog-card{grid-template-columns:112px 1fr!important;gap:14px!important;padding:14px!important;align-items:center!important;border-radius:18px!important}.blog-list-modern .blog-image-wrap img,.blog-list-modern .blog-card img{height:106px!important;object-fit:cover!important;border-radius:14px!important}.blog-list-modern .blog-card h2{font-size:18px!important;line-height:1.16!important;margin:0 0 6px!important}.blog-list-modern .blog-meta{font-size:11px!important;gap:6px!important;display:flex!important;flex-wrap:wrap!important}.blog-list-modern .blog-card-excerpt{font-size:13px!important;line-height:1.45!important;-webkit-line-clamp:2!important;margin:7px 0!important}.blog-list-modern .blog-card strong{font-size:13px!important}.bottom-nav a{font-size:10.5px!important}.bottom-nav a i{font-size:19px!important}.bottom-nav{display:flex!important}.mobile-menu.active~.bottom-nav,body.menu-open .bottom-nav{display:none!important}.hero h1{font-size:43px!important;line-height:1.03!important}.photo-copy p{font-size:17px!important}.blog-detail-section{padding-top:24px}.no-hero-detail{padding-top:24px}.blog-detail-card{padding:18px!important}.blog-detail-card h1{font-size:28px!important;line-height:1.15!important}.comment-box .form-grid{grid-template-columns:1fr!important}}
