:root {
  --nav-h: 104px;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
  color: #e8eefc;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.ilce-service-hero {
  position: relative;
  min-height: 420px;
  margin-top: 0;
  padding-top: var(--nav-h);
  background-image: url('../images/head1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
  padding-bottom: 110px;
  z-index: 0;
}

.ilce-service-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.34) 55%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.breadcrumb {
  position: absolute;
  top: calc(var(--nav-h) + 150px);
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
}

.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.breadcrumb-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 36px;
}

.breadcrumb-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-links a:hover {
  color: #ffffff;
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 4px;
}

.breadcrumb-current {
  color: #ffffff;
  font-weight: 600;
}

.service-content {
  background: #ffffff;
  color: #111827;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.service-content-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .service-content-wrapper {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}

.service-sidebar {
  width: 280px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 30px 0;
  position: relative;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-top: 60px;
}

@media (max-width: 1100px) {
  .service-sidebar {
    width: 100%;
    margin-top: 0;
  }
}

.service-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #0b1523;
  padding: 0 24px;
  margin-bottom: 20px;
}

.service-sidebar-menu {
  list-style: none;
  padding: 0 24px;
  margin: 0;
  flex: 1;
}

.service-sidebar-menu li {
  margin: 0 0 12px 0;
}

.service-sidebar-menu a {
  display: block;
  padding: 16px 20px;
  color: #4b5563;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: rgba(10, 14, 26, 0.05);
  border: 1px solid #e5e7eb;
  border-radius: 0;
}

.service-sidebar-menu a:hover {
  background: #ef3038;
  color: #ffffff;
  border-color: #ef3038;
}

.district-switcher {
  margin: 18px 24px 0;
}

.district-switcher-title {
  font-size: 14px;
  font-weight: 700;
  color: #0b1523;
  margin: 0 0 10px;
}

.district-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  background: rgba(10, 14, 26, 0.03);
  max-height: 340px;
  overflow: auto;
}

.district-list a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #4b5563;
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.district-list li:last-child a {
  border-bottom: none;
}

.district-list a:hover {
  background: rgba(239, 48, 56, 0.08);
  color: #0b1523;
}

.district-list a.active {
  background: #ef3038;
  color: #ffffff;
  font-weight: 700;
}

.service-sidebar-contact {
  margin: 20px 24px 0;
  padding: 0;
  flex-shrink: 0;
}

.service-contact-card {
  background: #101084;
  border-radius: 0;
  padding: 30px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.service-contact-icon {
  width: 60px;
  height: 60px;
  background: #ef3038;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-contact-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
}

.service-contact-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px;
}

.service-contact-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 20px;
}

.service-contact-phone {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}

.service-contact-email {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 18px;
}

.service-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ef3038;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.service-contact-button:hover {
  background: #d62828;
}

.service-contact-button svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
}

.service-title {
  color: #0b1523;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.3;
}

.service-description {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: justify;
}

.content-section {
  margin-bottom: 40px;
}

.content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .content-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.content-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0;
  background: #f3f4f6;
}

.content-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-text h2 {
  color: #0b1523;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
  text-align: left;
}

.content-text p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}

.ilce-faq details {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px 18px;
  margin-bottom: 12px;
}

.ilce-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0b1523;
}

.ilce-faq p {
  margin: 12px 0 0;
  line-height: 1.6;
  color: #4b5563;
}

/* Footer (index.html ile aynı görünüme yakın) */
.footer-top {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 50px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.footer-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ef3038, transparent);
}

.footer-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(239, 48, 56, 0.12), transparent 70%);
  pointer-events: none;
}

.footer-top-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}

.footer-top-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}

.footer-top-icon {
  width: 40px;
  height: 40px;
  background: #ef3038;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-top-icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.footer-top-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.footer-top-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-top-value {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  cursor: pointer;
}

.footer-top-item:hover .footer-top-value {
  color: #ef3038;
}

.footer-top-item:hover .footer-top-label {
  color: rgba(255, 255, 255, 0.9);
}

footer {
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1f2e 100%);
  color: #ffffff;
  padding: 60px 16px 20px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 48, 56, 0.3), transparent);
}

.foot-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: start;
}

.footer-section h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.footer-section h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-section h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ef3038;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-section ul li:last-child {
  margin-bottom: 0;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ffffff;
}

.footer-section ul li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
}

.footer-section ul li span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-ssl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.ssl-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.ssl-icon svg {
  width: 100%;
  height: 100%;
}

.footer-ssl span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 20px;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.footer-copyright-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-copyright-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-copyright-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-top {
    padding: 24px 20px;
    margin-bottom: 30px;
  }

  .footer-top-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-top-item {
    justify-content: center;
    text-align: center;
  }

  footer {
    padding: 40px 16px 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-copyright {
    flex-direction: column;
    text-align: center;
  }

  .footer-section h3,
  .footer-section h4 {
    font-size: 18px;
  }
}
