/*
Theme Name: İstanbul Göz Full Web
Theme URI: https://www.igh.com.tr/
Author: OpenAI
Description: İstanbul Göz Hastanesi için sade, ferah, Arial fontlu, mavi ağırlıklı, mobil uyumlu tam web sitesi WordPress teması.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: istanbul-goz-full
*/

:root{
  --blue-dark:#071B36;
  --blue:#126FC9;
  --blue-soft:#F3F9FF;
  --green:#00C875;
  --green-dark:#00A963;
  --red:#D92D20;
  --red-soft:#FFF1F0;
  --black:#000000;
  --white:#FFFFFF;
  --line:#E7EAF0;
  --soft:#F8FAFC;
  --container:1180px;
  --shadow:0 18px 46px rgba(7,27,54,.09);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--black);
  background:var(--white);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.igh-container{width:min(100%,var(--container));margin:0 auto;padding:0 24px}
.screen-reader-text{position:absolute;left:-9999px}

.igh-utility{
  background:var(--blue-soft);
  border-bottom:1px solid var(--line);
}
.igh-utility-inner{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.igh-utility-left{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--black);
  font-size:15px;
  font-weight:400;
  white-space:nowrap;
}
.igh-mini-dot{width:9px;height:9px;border-radius:50%;background:var(--green)}
.igh-utility-right,.igh-socials,.igh-languages{display:flex;align-items:center;gap:8px}
.igh-utility-right{gap:18px}
.igh-social,.igh-flag{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--white);
  color:var(--black);
  border:1px solid var(--line);
  font-size:15px;
  font-weight:400;
}
.igh-flag{font-size:18px;overflow:hidden}

.igh-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.igh-nav{
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.igh-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:max-content;
}
.igh-brand-mark{
  width:50px;
  height:50px;
  border-radius:18px;
  background:var(--blue-dark);
  position:relative;
  display:inline-block;
  flex:0 0 auto;
}
.igh-brand-mark:before{
  content:"";
  position:absolute;
  width:33px;
  height:18px;
  left:8px;
  top:16px;
  border:3px solid var(--white);
  border-radius:50%;
}
.igh-brand-mark:after{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  left:21px;
  top:21px;
  background:var(--white);
  border-radius:50%;
}
.igh-logo-img img{max-height:54px;width:auto}
.igh-brand-name{
  display:block;
  color:var(--black);
  font-size:22px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.igh-brand-sub{
  display:block;
  margin-top:5px;
  color:var(--black);
  font-size:13px;
  line-height:1;
  font-weight:400;
  white-space:nowrap;
}
.igh-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  white-space:nowrap;
  color:var(--black);
  font-size:16px;
  font-weight:400;
}
.igh-menu ul{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  margin:0;
  padding:0;
  list-style:none;
}
.igh-menu a{color:var(--black)}
.igh-menu a:hover{color:var(--blue)}
.igh-nav-actions{display:flex;align-items:center;gap:10px;min-width:max-content}

.igh-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:15px 24px;
  cursor:pointer;
  font-size:16px;
  font-weight:400;
  line-height:1;
  white-space:nowrap;
  transition:.18s ease;
}
.igh-btn:hover{transform:translateY(-2px)}
.igh-btn-green{background:var(--green);color:var(--white);box-shadow:0 14px 30px rgba(0,200,117,.22)}
.igh-btn-green:hover{background:var(--green-dark);color:var(--white)}
.igh-btn-blue{background:var(--blue);color:var(--white);box-shadow:0 14px 30px rgba(18,111,201,.18)}
.igh-btn-white{background:var(--white);color:var(--black);border:1px solid var(--line)}
.igh-btn-red{background:var(--red);color:var(--white)}
.igh-menu-button{display:none;background:var(--white);color:var(--black);border:1px solid var(--line)}
.igh-mobile-menu{display:none;border-top:1px solid var(--line);background:#fff}
.igh-mobile-menu.open{display:block}
.igh-mobile-menu ul{list-style:none;margin:0;padding:14px 24px 20px}
.igh-mobile-menu li{border-bottom:1px solid var(--line)}
.igh-mobile-menu a{display:block;padding:14px 0;color:#000;font-size:17px}

.igh-hero{
  background:
    radial-gradient(circle at 88% 18%, rgba(18,111,201,.10), transparent 28%),
    linear-gradient(135deg, var(--white) 0%, var(--blue-soft) 100%);
}
.igh-hero-inner{
  min-height:680px;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:78px;
  align-items:center;
  padding:78px 0 108px;
}
.igh-hero-labels{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.igh-label{
  background:var(--white);
  color:var(--black);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 16px;
  font-size:16px;
  font-weight:400;
  box-shadow:0 8px 20px rgba(7,27,54,.05);
}
.igh-label-alert{background:var(--red-soft);color:var(--black);border-color:#FFD5CF}
.igh-hero h1{
  max-width:780px;
  margin:0 0 28px;
  color:var(--black);
  font-size:62px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:500;
}
.igh-hero h1 span{color:var(--blue);font-weight:400}
.igh-hero p{
  max-width:650px;
  margin:0 0 36px;
  color:var(--black);
  font-size:22px;
  font-weight:400;
}
.igh-hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.igh-hero-visual{
  min-height:500px;
  border-radius:40px;
  background:var(--blue-dark);
  color:var(--white);
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
  padding:36px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.igh-hero-visual:before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-90px;
  top:-78px;
  border-radius:50%;
  background:rgba(255,255,255,.09);
}
.igh-hero-visual:after{
  content:"";
  position:absolute;
  left:70px;
  right:70px;
  top:88px;
  height:210px;
  border-radius:32px 32px 12px 12px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
}
.igh-visual-cross{
  position:absolute;
  top:122px;
  left:50%;
  transform:translateX(-50%);
  width:72px;
  height:72px;
  border-radius:24px;
  background:var(--white);
  z-index:1;
}
.igh-visual-cross:before,.igh-visual-cross:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:var(--blue-dark);
  border-radius:99px;
}
.igh-visual-cross:before{width:42px;height:10px}
.igh-visual-cross:after{width:10px;height:42px}
.igh-visual-text{position:relative;z-index:2;max-width:440px}
.igh-visual-text h2{
  margin:0 0 14px;
  color:var(--white);
  font-size:34px;
  line-height:1.18;
  font-weight:400;
  letter-spacing:-.02em;
}
.igh-visual-text p{margin:0;color:var(--white);font-size:19px;font-weight:400}

.igh-quick{margin-top:-58px;position:relative;z-index:5}
.igh-quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:16px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow);
}
.igh-quick-card{
  min-height:136px;
  padding:26px;
  border-radius:26px;
  background:var(--soft);
  color:var(--black);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:9px;
}
.igh-quick-card strong{color:var(--black);font-size:21px;line-height:1.15;font-weight:400}
.igh-quick-card span{color:var(--black);font-size:17px;font-weight:400}

.igh-section{padding:96px 0}
.igh-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:44px;
}
.igh-section-kicker{
  margin:0 0 12px;
  color:var(--black);
  font-size:15px;
  font-weight:400;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.igh-section h2,.igh-page-hero h1{
  max-width:760px;
  margin:0;
  color:var(--black);
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight:400;
}
.igh-section-head p{
  max-width:620px;
  margin:14px 0 0;
  color:var(--black);
  font-size:20px;
  font-weight:400;
}

.igh-services{background:var(--white)}
.igh-doctors,.igh-soft-section{background:var(--blue-soft)}
.igh-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.igh-card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.igh-service-card,.igh-doctor-card,.igh-info-card,.igh-faq-card{
  padding:32px;
  border-radius:30px;
  border:1px solid var(--line);
  background:var(--white);
  color:var(--black);
  box-shadow:0 12px 30px rgba(7,27,54,.05);
}
.igh-service-card{min-height:210px}
.igh-service-card h3,.igh-doctor-card h3,.igh-info-card h3,.igh-faq-card h3{
  margin:0 0 14px;
  color:var(--black);
  font-size:25px;
  line-height:1.16;
  font-weight:400;
}
.igh-service-card p,.igh-doctor-card p,.igh-info-card p,.igh-faq-card p{
  margin:0 0 24px;
  color:var(--black);
  font-size:18px;
  font-weight:400;
}
.igh-service-card a,.igh-info-card a{
  color:var(--black);
  font-size:17px;
  font-weight:400;
  text-decoration:underline;
  text-underline-offset:4px;
}
.igh-doctor-avatar{
  width:68px;
  height:68px;
  border-radius:24px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  background:var(--blue-dark);
  color:var(--white);
  font-size:24px;
  font-weight:400;
}
.igh-doctor-actions{display:flex;gap:10px;flex-wrap:wrap}
.igh-doctor-actions .igh-btn{min-height:48px;padding:13px 18px;font-size:16px}

.igh-page-hero{
  background:linear-gradient(135deg,var(--white),var(--blue-soft));
  padding:86px 0 76px;
}
.igh-page-hero p{
  max-width:760px;
  color:var(--black);
  font-size:22px;
  margin:22px 0 0;
}
.igh-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.igh-dark-panel{
  border-radius:36px;
  background:var(--blue-dark);
  color:var(--white);
  padding:42px;
  box-shadow:var(--shadow);
}
.igh-dark-panel h2,.igh-dark-panel h3,.igh-dark-panel p,.igh-dark-panel li{
  color:var(--white);
}
.igh-dark-panel h2,.igh-dark-panel h3{
  margin:0 0 18px;
  font-weight:400;
}
.igh-dark-panel p,.igh-dark-panel li{
  font-size:19px;
  font-weight:400;
}
.igh-list{
  display:grid;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}
.igh-list li{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}
.igh-light-panel{
  border-radius:36px;
  background:var(--soft);
  border:1px solid var(--line);
  padding:42px;
}
.igh-light-panel h2,.igh-light-panel h3{
  margin:0 0 18px;
  font-weight:400;
  color:#000;
}
.igh-light-panel p,.igh-light-panel li{
  color:#000;
  font-size:19px;
}
.igh-contact{background:var(--white)}
.igh-contact-box{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.igh-contact-dark{
  min-height:340px;
  padding:42px;
  border-radius:36px;
  background:var(--blue-dark);
  color:var(--white);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:var(--shadow);
}
.igh-contact-dark h2,.igh-contact-dark p{color:var(--white)}
.igh-contact-dark p{font-size:21px;font-weight:400}
.igh-contact-actions{display:flex;gap:12px;flex-wrap:wrap}
.igh-contact-light{
  padding:42px;
  border-radius:36px;
  border:1px solid var(--line);
  background:var(--soft);
  color:var(--black);
}
.igh-contact-light h3{margin:0 0 22px;color:var(--black);font-size:30px;font-weight:400}
.igh-contact-list{display:grid;gap:14px;color:var(--black);font-size:19px;font-weight:400}

.igh-faq-list{display:grid;gap:18px}
.igh-faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 30px rgba(7,27,54,.05);
}
.igh-faq-item h3{margin:0 0 10px;font-size:23px;font-weight:400;color:#000}
.igh-faq-item p{margin:0;font-size:18px;color:#000}

.igh-page-content{padding:80px 0}
.igh-page-content h1{font-weight:400;font-size:44px;color:#000}
.igh-page-content p,.igh-page-content li{font-size:18px;color:#000}

.igh-footer{
  background:var(--blue-dark);
  color:var(--white);
  padding:58px 0 28px;
}
.igh-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1fr;
  gap:34px;
  padding-bottom:38px;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.igh-footer h3,.igh-footer h4,.igh-footer p,.igh-footer a,.igh-footer span{color:var(--white);font-weight:400}
.igh-footer h3{margin:0 0 12px;font-size:26px}
.igh-footer h4{margin:0 0 14px;font-size:19px}
.igh-footer p,.igh-footer a,.igh-footer span{font-size:17px}
.igh-footer-links{display:grid;gap:10px}
.igh-footer-bottom{display:flex;justify-content:space-between;gap:18px;padding-top:24px;color:var(--white);font-size:15px}
.igh-mobile-sticky{
  display:none;
  position:fixed;
  z-index:80;
  left:12px;
  right:12px;
  bottom:12px;
  gap:8px;
  padding:10px;
  border-radius:22px;
  background:rgba(255,255,255,.96);
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(7,27,54,.18);
}
.igh-mobile-sticky .igh-btn{flex:1;min-height:48px;padding:12px 10px;font-size:15px}

@media(max-width:1100px){
  .igh-menu{display:none}
  .igh-menu-button{display:inline-flex}
  .igh-nav{display:flex;justify-content:space-between}
  .igh-hero-inner,.igh-contact-box,.igh-split{grid-template-columns:1fr}
  .igh-hero-inner{min-height:auto}
  .igh-hero h1{font-size:50px}
  .igh-quick-grid,.igh-card-grid{grid-template-columns:repeat(2,1fr)}
  .igh-card-grid-2{grid-template-columns:1fr}
  .igh-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .igh-container{padding:0 18px}
  .igh-utility-inner{flex-direction:column;align-items:flex-start;padding:12px 0}
  .igh-utility-right{width:100%;justify-content:space-between}
  .igh-nav{min-height:76px}
  .igh-brand-mark{width:46px;height:46px}
  .igh-brand-name{font-size:19px}
  .igh-brand-sub{font-size:12px}
  .igh-nav-actions .igh-btn-green{display:none}
  .igh-hero-inner{gap:36px;padding:56px 0 90px}
  .igh-hero h1{font-size:38px;line-height:1.09}
  .igh-hero p,.igh-page-hero p{font-size:18px}
  .igh-hero-actions .igh-btn{width:100%}
  .igh-hero-visual{min-height:390px;padding:28px}
  .igh-hero-visual:after{left:34px;right:34px;top:70px;height:160px}
  .igh-visual-cross{top:102px}
  .igh-visual-text h2{font-size:28px}
  .igh-visual-text p{font-size:17px}
  .igh-quick-grid,.igh-card-grid,.igh-footer-grid{grid-template-columns:1fr}
  .igh-section{padding:76px 0}
  .igh-section-head{display:block}
  .igh-section-head .igh-btn{margin-top:20px}
  .igh-section h2,.igh-page-hero h1{font-size:32px}
  .igh-section-head p{font-size:18px}
  .igh-doctor-actions .igh-btn,.igh-contact-actions .igh-btn{width:100%}
  .igh-contact-dark,.igh-contact-light,.igh-dark-panel,.igh-light-panel{padding:30px}
  .igh-footer-bottom{flex-direction:column}
  .igh-mobile-sticky{display:flex}
  body{padding-bottom:86px}
}


/* Göz Hastalıkları - tek bilgi sayfası */
.igh-disease-single{
  background:var(--white);
}
.igh-disease-single-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:stretch;
}
.igh-disease-visual{
  min-height:520px;
  border-radius:40px;
  background:var(--blue-dark);
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.igh-disease-visual:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  right:-110px;
  top:-95px;
  background:rgba(255,255,255,.10);
}
.igh-disease-eye{
  position:absolute;
  left:50%;
  top:42%;
  transform:translate(-50%,-50%);
  width:300px;
  height:160px;
  border:3px solid var(--white);
  border-radius:50%;
  opacity:.92;
}
.igh-disease-eye:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:94px;
  height:94px;
  border-radius:50%;
  background:var(--white);
}
.igh-disease-eye:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--blue-dark);
}
.igh-disease-visual-text{
  position:absolute;
  left:38px;
  right:38px;
  bottom:38px;
  color:var(--white);
}
.igh-disease-visual-text h2{
  margin:0 0 14px;
  color:var(--white);
  font-size:34px;
  line-height:1.18;
  font-weight:400;
}
.igh-disease-visual-text p{
  margin:0;
  color:var(--white);
  font-size:19px;
}
.igh-disease-text{
  border-radius:40px;
  background:var(--soft);
  border:1px solid var(--line);
  padding:46px;
}
.igh-disease-text h2{
  margin:0 0 22px;
  color:var(--black);
  font-size:40px;
  line-height:1.12;
  font-weight:400;
  letter-spacing:-.03em;
}
.igh-disease-text p{
  margin:0 0 18px;
  color:var(--black);
  font-size:21px;
  line-height:1.65;
  font-weight:400;
}
.igh-disease-text p:last-child{
  margin-bottom:0;
}
@media(max-width:1100px){
  .igh-disease-single-layout{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .igh-disease-visual{
    min-height:390px;
  }
  .igh-disease-eye{
    width:230px;
    height:124px;
  }
  .igh-disease-text{
    padding:30px;
  }
  .igh-disease-text h2{
    font-size:32px;
  }
  .igh-disease-text p{
    font-size:18px;
  }
}
