:root{
  --yildiz-navy:#071a2f;
  --yildiz-navy-2:#0b2544;
  --yildiz-navy-3:#0e3159;
  --yildiz-gold:#d9a34d;
  --yildiz-gold-2:#f0c777;
  --yildiz-text:#1f2937;
  --yildiz-muted:#6b7280;
  --yildiz-soft:#f7f7f5;
  --yildiz-white:#ffffff;
  --yildiz-shadow:0 18px 45px rgba(7,26,47,.14);
  --yildiz-radius:14px;
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--font-body);color:var(--yildiz-text);background:#fff;line-height:1.65;overflow-x:hidden;}
a{color:inherit;text-decoration:none;transition:.25s ease;}
a:hover{color:var(--yildiz-gold);}
img{max-width:100%;height:auto;}
svg{width:1em;height:1em;fill:currentColor;}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;}
.btn{border-radius:4px;text-transform:uppercase;font-weight:800;letter-spacing:.06em;font-size:.82rem;padding:.9rem 1.45rem;display:inline-flex;align-items:center;gap:.55rem;line-height:1;}
.btn-gold{background:linear-gradient(135deg,var(--yildiz-gold),var(--yildiz-gold-2));border:1px solid rgba(255,255,255,.18);color:#061629!important;box-shadow:0 10px 22px rgba(217,163,77,.24);}
.btn-gold:hover{transform:translateY(-2px);filter:brightness(1.04);color:#061629!important;}
.btn-outline-light{border:1px solid rgba(255,255,255,.55);color:#fff!important;background:rgba(255,255,255,.03);}
.btn-outline-light:hover{background:#fff;color:var(--yildiz-navy)!important;}
.btn-outline-gold{border:1px solid var(--yildiz-gold);color:var(--yildiz-gold)!important;background:#fff;padding:.75rem 1.35rem;}
.btn-outline-gold:hover{background:var(--yildiz-gold);color:#08192e!important;}
.btn-icon{display:inline-flex;font-size:1rem;}

/* Header */
.site-header{background:var(--yildiz-navy);position:sticky;top:0;z-index:999;box-shadow:0 2px 0 rgba(217,163,77,.5);}
.yildiz-navbar{min-height:76px;padding:.6rem 0;background:linear-gradient(90deg,#061629 0%,#071b31 55%,#081c33 100%);}
.yildiz-brand{display:flex;align-items:center;gap:.75rem;color:#fff;min-width:235px;}
.yildiz-brand:hover{color:#fff;}
.yildiz-brand .custom-logo{max-height:58px;width:auto;}
.brand-star{color:var(--yildiz-gold);font-size:3rem;display:inline-flex;line-height:1;}
.brand-star svg{width:1.08em;height:1.08em;stroke:currentColor;fill:none;stroke-width:5;}
.brand-text{display:flex;flex-direction:column;line-height:1.05;}
.brand-text strong{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.12em;font-weight:800;}
.brand-text small{font-size:.67rem;letter-spacing:.15em;color:#fff;text-transform:uppercase;}
.yildiz-menu{gap:1.15rem;align-items:center;}
.yildiz-menu .nav-link{color:#fff!important;font-size:.86rem;font-weight:800;padding:1.55rem .25rem!important;position:relative;transition:color .25s ease, transform .25s ease;}
.yildiz-menu .nav-link:after{content:'';position:absolute;left:0;right:0;bottom:.55rem;margin:auto;width:0;height:2px;background:#d9a34d;transition:width .25s ease;}
.yildiz-menu .nav-link:hover,.yildiz-menu .nav-link:focus{color:#d9a34d!important;transform:translateY(-2px);}
.yildiz-menu .nav-link:hover:after,.yildiz-menu .nav-link:focus:after{width:100%;}
.yildiz-menu .current-menu-item>.nav-link,.yildiz-menu .current_page_item>.nav-link,.yildiz-menu .current-menu-ancestor>.nav-link{color:#fff!important;}
.yildiz-menu .current-menu-item>.nav-link:after,.yildiz-menu .current_page_item>.nav-link:after,.yildiz-menu .current-menu-ancestor>.nav-link:after{width:0;}
.yildiz-menu .current-menu-item>.nav-link:hover,.yildiz-menu .current_page_item>.nav-link:hover,.yildiz-menu .current-menu-ancestor>.nav-link:hover,.yildiz-menu .current-menu-item>.nav-link:focus,.yildiz-menu .current_page_item>.nav-link:focus,.yildiz-menu .current-menu-ancestor>.nav-link:focus{color:#d9a34d!important;}
.yildiz-menu .current-menu-item>.nav-link:hover:after,.yildiz-menu .current_page_item>.nav-link:hover:after,.yildiz-menu .current-menu-ancestor>.nav-link:hover:after,.yildiz-menu .current-menu-item>.nav-link:focus:after,.yildiz-menu .current_page_item>.nav-link:focus:after,.yildiz-menu .current-menu-ancestor>.nav-link:focus:after{width:100%;}
.dropdown-menu{border:0;border-radius:10px;box-shadow:var(--yildiz-shadow);padding:.5rem;}
.dropdown-item{border-radius:7px;font-weight:700;font-size:.88rem;}
.dropdown-item:hover{background:#fff4df;color:#7c510f;}
.header-cta{white-space:nowrap;margin-left:1rem;padding:.82rem 1.2rem;}
.yildiz-toggler{border:1px solid rgba(217,163,77,.45);padding:.5rem .6rem;box-shadow:none!important;}
.yildiz-toggler span{display:block;width:24px;height:2px;background:var(--yildiz-gold);margin:5px 0;}

/* Hero */
.hero-section{background:var(--yildiz-navy);}
.carousel-item,.hero-fallback{min-height:500px;background-size:cover;background-position:center right;}
.hero-inner{min-height:500px;display:flex;align-items:center;}
.hero-copy{max-width:610px;color:#fff;padding:4.5rem 0 5.5rem;}
.hero-copy h1{font-family:var(--font-heading);font-weight:900;font-size:clamp(2.5rem,5vw,4.45rem);line-height:.98;margin:0 0 1.35rem;letter-spacing:-.035em;}
.hero-copy p{font-size:1.02rem;max-width:565px;color:rgba(255,255,255,.86);font-weight:500;margin-bottom:1.7rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;}

/* Stats */
.stats-wrap{margin-top:-42px;position:relative;z-index:5;}
.stats-card{background:linear-gradient(135deg,#0a2039,#0d2b4d);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:9px;box-shadow:var(--yildiz-shadow);overflow:hidden;}
.stat-item{display:flex;gap:1.5rem;padding:1.8rem 2.1rem;align-items:flex-start;border-right:1px solid rgba(255,255,255,.22);}
.stat-item:last-child{border-right:0;}
.stat-icon{font-size:2rem;color:var(--yildiz-gold);line-height:1;flex:0 0 auto;margin-top:.2rem;}
.stat-item strong{font-family:var(--font-heading);color:var(--yildiz-gold);font-size:2.35rem;line-height:1;display:block;}
.stat-item span{display:block;font-size:.9rem;font-weight:900;margin:.15rem 0 .35rem;}
.stat-item p{font-size:.8rem;color:rgba(255,255,255,.82);margin:0;line-height:1.45;}

/* Common sections */
.section{padding:4rem 0;}
.section-heading{text-align:center;margin-bottom:1.85rem;}
.section-kicker{display:inline-block;color:var(--yildiz-gold);font-weight:900;letter-spacing:.28em;font-size:.76rem;margin-bottom:.45rem;}
.section-title{font-family:var(--font-heading);font-weight:900;color:#122035;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.05;margin:0;}
.lead-text{color:#3e4a5b;font-size:1.02rem;font-weight:500;}

/* About */
.about-section{padding-top:4.7rem;background:linear-gradient(180deg,#fff 0,#fbfbfa 100%);}
.about-image{border-radius:8px;overflow:hidden;box-shadow:var(--yildiz-shadow);}
.about-image img{display:block;width:100%;aspect-ratio:4/2.65;object-fit:cover;}
.check-list{list-style:none;margin:1.4rem 0 1.6rem;padding:0;display:grid;gap:.55rem;}
.check-list li{position:relative;padding-left:2rem;font-weight:700;color:#3b4554;font-size:.95rem;}
.check-list li:before{content:'✓';position:absolute;left:0;top:.05rem;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--yildiz-gold);color:#fff;font-size:.8rem;display:flex;align-items:center;justify-content:center;font-weight:900;}

/* Services */
.services-section{background:#fbfbfa;padding-top:3.2rem;}
.service-card{height:100%;background:#fff;border:1px solid #e8e8e8;border-radius:9px;text-align:center;padding:1.45rem 1rem 1.1rem;box-shadow:0 10px 28px rgba(7,26,47,.07);transition:.25s ease;}
.service-card:hover{transform:translateY(-5px);border-color:rgba(217,163,77,.55);box-shadow:0 18px 40px rgba(7,26,47,.12);}
.service-icon{font-size:2.8rem;color:var(--yildiz-gold);height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;}
.service-card h3,.service-card h2{font-family:var(--font-heading);font-size:1.05rem;font-weight:900;margin:0 0 .55rem;color:#122035;}
.service-card p{font-size:.82rem;line-height:1.45;color:#515d6b;margin-bottom:.55rem;}
.service-card>a{font-size:1.35rem;font-weight:900;color:#061629;}
.service-card>a:hover{color:var(--yildiz-gold);}

/* Why */
.why-section{background:linear-gradient(90deg,#061629,#08213d);color:#fff;padding:2.1rem 0;}
.why-heading{text-align:center;color:var(--yildiz-gold);font-weight:900;letter-spacing:.25em;font-size:.78rem;margin-bottom:1.7rem;}
.why-item{display:flex;gap:1.2rem;padding:0 1.6rem;border-right:1px solid rgba(255,255,255,.18);}
.why-item:last-child{border-right:0;}
.why-icon{font-size:2.35rem;color:var(--yildiz-gold);flex:0 0 auto;line-height:1;}
.why-item h3{font-size:.98rem;font-weight:900;margin:0 0 .5rem;color:#fff;}
.why-item p{font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.45;margin:0;}

/* Lawyers */
.lawyers-section{background:#fff;}
.lawyer-card{display:flex;background:#fff;border:1px solid #e7e7e7;border-radius:9px;box-shadow:0 10px 30px rgba(7,26,47,.08);overflow:hidden;height:100%;transition:.25s ease;}
.lawyer-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,26,47,.13);}
.lawyer-photo{flex:0 0 44%;background:#f0f2f4;display:flex;align-items:flex-end;justify-content:center;}
.lawyer-photo img{width:100%;height:100%;object-fit:cover;min-height:165px;}
.lawyer-info{padding:1.2rem 1.1rem;}
.lawyer-info h3,.lawyer-info h2{font-family:var(--font-heading);font-size:1.06rem;font-weight:900;margin:0;color:#122035;}
.lawyer-info span{display:block;font-size:.82rem;font-weight:800;color:#6a7280;margin:.15rem 0 .7rem;}
.lawyer-info p{font-size:.82rem;line-height:1.45;color:#4d5968;margin:0 0 .65rem;}
.lawyer-links{display:flex;gap:.45rem;}
.lawyer-links a{width:24px;height:24px;border-radius:999px;border:1px solid #d7dce2;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;color:#344256;transition:.2s ease;}
.lawyer-links a svg{width:13px;height:13px;display:block;}
.lawyer-links a[aria-label="Instagram"] svg{width:12px;height:12px;}
.lawyer-links a:hover{background:var(--yildiz-gold);border-color:var(--yildiz-gold);color:#061629;}

/* CTA */
.cta-band{padding:1rem 0 2.4rem;background:#fff;}
.cta-box{border-radius:7px;min-height:120px;color:#fff;background-size:cover;background-position:center;display:flex;align-items:center;gap:1.8rem;padding:1.55rem 2.6rem;box-shadow:var(--yildiz-shadow);overflow:hidden;}
.cta-icon{width:78px;height:78px;border:4px solid var(--yildiz-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--yildiz-gold);font-size:2.15rem;flex:0 0 auto;}
.cta-copy{flex:1;}
.cta-copy h2{font-family:var(--font-heading);font-size:1.75rem;line-height:1.05;font-weight:900;margin:0 0 .35rem;color:#fff;}
.cta-copy p{margin:0;color:rgba(255,255,255,.85);font-size:.92rem;}
.cta-actions{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:flex-end;}
.cta-phone{font-weight:900;color:#fff;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;}
.cta-phone svg{color:#fff;}

/* Testimonials */
.testimonials-section{background:linear-gradient(180deg,#fff,#fbfbfa);padding-top:2.4rem;}
.testimonial-card{height:100%;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 9px 30px rgba(7,26,47,.06);padding:1.5rem 1.75rem;position:relative;}
.quote-mark{font-family:var(--font-heading);font-size:4rem;line-height:.7;color:var(--yildiz-gold);opacity:.85;}
.testimonial-card p{font-size:.9rem;color:#4b5563;line-height:1.55;min-height:84px;}
.stars{color:var(--yildiz-gold);letter-spacing:.12em;margin-bottom:.45rem;}
.testimonial-card strong{color:#17243a;}

/* Blog */
.blog-section{background:#fbfbfa;}
.blog-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;overflow:hidden;box-shadow:0 9px 26px rgba(7,26,47,.07);transition:.25s ease;}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(7,26,47,.12);}
.blog-image{display:block;height:170px;overflow:hidden;background:#e5e8eb;}
.blog-image img{width:100%;height:100%;object-fit:cover;transition:.45s ease;}
.blog-card:hover .blog-image img{transform:scale(1.04);}
.blog-body{padding:1rem 1.15rem 1.2rem;}
.blog-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;color:#697485;font-size:.74rem;margin-bottom:.75rem;}
.blog-meta span{background:#f7e2bd;color:#8b590d;border-radius:3px;padding:.15rem .45rem;font-weight:900;}
.blog-card h3,.blog-card h2{font-family:var(--font-heading);font-size:1.07rem;line-height:1.18;font-weight:900;margin:0 0 .55rem;color:#122035;}
.blog-card p{font-size:.86rem;color:#5a6470;line-height:1.5;}
.read-more{font-weight:900;font-size:.8rem;color:#122035;}

/* Contact */
.contact-section{background:#fff;padding-top:3rem;}
.contact-info-list{display:grid;gap:1.1rem;}
.contact-info-item{display:flex;gap:1rem;align-items:flex-start;}
.contact-info-item>span{width:46px;height:46px;border-radius:50%;background:#071a2f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex:0 0 auto;}
.contact-info-item strong{display:block;color:#122035;font-weight:900;font-size:.94rem;}
.contact-info-item p{font-size:.9rem;color:#4d5968;margin:0;line-height:1.45;}
.contact-form .form-control{border:1px solid #dde2e8;border-radius:4px;min-height:46px;font-size:.86rem;padding:.72rem .9rem;background:#fff;box-shadow:none;}
.contact-form .form-control:focus{border-color:var(--yildiz-gold);box-shadow:0 0 0 .18rem rgba(217,163,77,.16);}
.btn-submit{width:100%;justify-content:center;background:#061629;color:#fff!important;border:0;border-radius:3px;padding:1rem;}
.btn-submit:hover{background:var(--yildiz-gold);color:#061629!important;}
.map-box{height:100%;min-height:295px;border:1px solid #e2e7ec;border-radius:7px;overflow:hidden;box-shadow:0 9px 26px rgba(7,26,47,.07);background:#eef2f5;}
.map-box iframe,.map-box img{width:100%;height:100%;min-height:295px;object-fit:cover;display:block;border:0;}

/* Inner pages */
.inner-hero{background:linear-gradient(90deg,rgba(5,22,39,.98),rgba(8,37,68,.93)),url('../img/hero-default.png') center/cover;color:#fff;padding:4rem 0 3.6rem;}
.inner-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:900;margin:0;color:#fff;}
.inner-content,.single-content,.archive-list,.blog-archive{background:#fbfbfa;}
.content-card{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:2rem;box-shadow:0 12px 34px rgba(7,26,47,.08);}
.entry-content h2,.entry-content h3,.entry-content h4{font-family:var(--font-heading);font-weight:900;color:#122035;margin-top:1.5em;}
.entry-content a{text-decoration:underline;color:#8c590e;}
.lawyer-detail-box{background:#fbf7ee;border-left:4px solid var(--yildiz-gold);padding:1rem;border-radius:8px;}
.yildiz-widget{border:1px solid #e8e8e8;box-shadow:0 10px 28px rgba(7,26,47,.06);margin-bottom:1.4rem;}
.yildiz-widget .widget-title{font-family:var(--font-heading);font-weight:900;color:#122035;}
.pagination-wrap .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #dfe4ea;margin-right:.4rem;border-radius:4px;background:#fff;font-weight:800;}
.pagination-wrap .current,.pagination-wrap .page-numbers:hover{background:var(--yildiz-navy);color:#fff;border-color:var(--yildiz-navy);}

/* Footer */
.site-footer{background:linear-gradient(90deg,#061629,#071f39);color:#fff;}
.footer-main{padding:3rem 0 2.4rem;}
.footer-brand{min-width:0;}
.footer-brand .custom-logo{max-height:56px;width:auto;filter:brightness(1.1);}
.footer-about{font-size:.86rem;color:rgba(255,255,255,.78);line-height:1.55;}
.footer-socials{display:flex;gap:.5rem;}
.footer-socials a{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:.8rem;}
.footer-socials a:hover{background:var(--yildiz-gold);border-color:var(--yildiz-gold);color:#061629;}
.footer-title{font-size:.85rem;text-transform:uppercase;color:var(--yildiz-gold);letter-spacing:.15em;font-weight:900;margin-bottom:1rem;}
.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:.45rem;}
.footer-links a{font-size:.86rem;color:rgba(255,255,255,.82);}
.footer-links a:before{content:'›';color:var(--yildiz-gold);margin-right:.35rem;font-weight:900;}
.footer-links a:hover{color:var(--yildiz-gold);}
.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:.7rem;}
.footer-contact li{display:flex;gap:.65rem;align-items:flex-start;font-size:.86rem;color:rgba(255,255,255,.82);}
.footer-contact svg{color:var(--yildiz-gold);font-size:1.1rem;margin-top:.15rem;}
.footer-hours{font-size:.86rem;color:rgba(255,255,255,.82);line-height:1.6;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:1rem 0;color:rgba(255,255,255,.78);font-size:.82rem;}
.footer-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.footer-legal a{color:rgba(255,255,255,.78);}
.footer-legal a:hover{color:var(--yildiz-gold);}


/* Fixed WhatsApp Button */
.yildiz-whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 32px rgba(0,0,0,.22);
  z-index:9999;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.yildiz-whatsapp-float:before{
  content:'';
  position:absolute;
  inset:-7px;
  border-radius:50%;
  border:2px solid rgba(37,211,102,.36);
  animation:yildizWhatsappPulse 1.8s infinite;
}
.yildiz-whatsapp-float svg{
  width:34px;
  height:34px;
  fill:currentColor;
  position:relative;
  z-index:1;
}
.yildiz-whatsapp-float:hover{
  color:#fff;
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 20px 42px rgba(37,211,102,.36);
  filter:saturate(1.08);
}
@keyframes yildizWhatsappPulse{
  0%{transform:scale(.88);opacity:.9;}
  70%{transform:scale(1.22);opacity:0;}
  100%{transform:scale(1.22);opacity:0;}
}
@media (max-width:575.98px){
  .yildiz-whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;}
  .yildiz-whatsapp-float svg{width:31px;height:31px;}
}

@media (max-width:1199.98px){
  .stat-item{padding:1.5rem 1.2rem;}
  .why-item{padding:1rem 1.2rem;border-right:0;border-top:1px solid rgba(255,255,255,.13);}
  .cta-box{padding:1.4rem 1.5rem;}
}
@media (max-width:991.98px){
  .site-header{position:sticky;}
  .yildiz-navbar{min-height:auto;}
  .navbar-collapse{padding:1rem 0 1.2rem;}
  .yildiz-menu{gap:0;align-items:flex-start;}
  .yildiz-menu .nav-link{padding:.7rem 0!important;}
  .yildiz-menu .nav-link:after{display:none;}
  .header-cta{margin:1rem 0 0;}
  .carousel-item,.hero-fallback,.hero-inner{min-height:560px;}
  .hero-copy{padding:3rem 0;max-width:100%;}
  .stats-wrap{margin-top:0;background:var(--yildiz-navy);padding:1rem 0;}
  .stat-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);}
  .stat-item:nth-last-child(-n+2){border-bottom:0;}
  .lawyer-card{flex-direction:column;}
  .lawyer-photo{flex-basis:auto;height:260px;}
  .cta-box{flex-direction:column;align-items:flex-start;}
  .cta-actions{justify-content:flex-start;}
}
@media (max-width:767.98px){
  .section{padding:3rem 0;}
  .brand-text strong{font-size:1.05rem;}
  .brand-text small{font-size:.58rem;}
  .brand-star{font-size:2.35rem;}
  .hero-copy h1{font-size:2.7rem;}
  .hero-copy p{font-size:.95rem;}
  .stat-item{border-bottom:1px solid rgba(255,255,255,.18)!important;}
  .stat-item:last-child{border-bottom:0!important;}
  .cta-copy h2{font-size:1.45rem;}
  .content-card{padding:1.25rem;}
}
@media (max-width:575.98px){
  .btn{width:100%;justify-content:center;}
  .header-cta{width:auto;}
  .hero-actions{width:100%;}
  .carousel-item,.hero-fallback,.hero-inner{min-height:540px;}
  .stat-item{padding:1.3rem;}
  .section-heading{margin-bottom:1.4rem;}
  .cta-box{padding:1.25rem;}
  .cta-icon{width:62px;height:62px;font-size:1.7rem;}
  .footer-legal{gap:.65rem;}
}
