:root {
  --ink: #101828;
  --muted: #667085;
  --brand: #f59e0b;
  --brand2: #f97316;
  --navy: #0b1220;
  --navy2: #121c30;
  --soft: #f7f8fa;
  --line: #e7eaf0;
  --white: #fff;
  --success: #16a34a;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(16, 24, 40, 0.09);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
.topbar {
  background: var(--navy);
  color: #dbe3ef;
  font-size: 13px;
  padding: 9px 0;
}
.topbar .container {
  gap: 18px;
}
.topbar strong {
  color: #fff;
}
.topbar a {
  color: #fff;
  font-weight: 750;
}
.navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}
.navbar-brand img {
  max-height: 58px;
  max-width: 205px;
  object-fit: contain;
}
.navbar-brand strong {
  font-size: 21px;
}
.nav-link {
  font-weight: 700;
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.nav-link:hover,
.nav-link:focus {
  color: #b45309;
}
.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--shadow);
}
.dropdown-item {
  border-radius: 9px;
  font-weight: 600;
  padding: 9px 12px;
}
.dropdown-item:hover {
  background: #fff7e8;
}
.nav-cta {
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.25);
}
.btn {
  border-radius: 12px;
  font-weight: 800;
  padding: 12px 20px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border: 0;
}
.btn-primary:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}
.btn-outline-dark {
  border: 1px solid #d0d5dd;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background: radial-gradient(circle at 80% 20%, #fff0c2 0, transparent 34%),
    linear-gradient(135deg, #fff 0, #f8fafc 55%, #fff8e9 100%);
}
.hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 70px solid rgba(245, 158, 11, 0.08);
  border-radius: 50%;
  right: -210px;
  top: -210px;
}
.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 70px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: #a15c00;
  margin-bottom: 14px;
}
.eyebrow:before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--brand);
  display: inline-block;
}
.hero h1,
.page-hero h1,
.detail-hero h1 {
  font-size: clamp(40px, 5.5vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 0 0 20px;
  font-weight: 900;
}
.hero h1 span {
  color: #c66a00;
}
.hero p {
  font-size: 19px;
  color: var(--muted);
  max-width: 750px;
  margin-bottom: 0;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.hero-badge {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 7px 20px rgba(16, 24, 40, 0.05);
}
.hero-card {
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  color: #fff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(11, 18, 32, 0.23);
  position: relative;
  overflow: hidden;
}
.hero-card:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 38px solid rgba(245, 158, 11, 0.12);
  border-radius: 50%;
  right: -90px;
  bottom: -100px;
}
.hero-card .hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  font-size: 29px;
  margin-bottom: 22px;
}
.hero-card strong {
  font-size: 25px;
  display: block;
  line-height: 1.2;
}
.hero-card p {
  color: #b9c3d3;
  font-size: 15px;
  margin: 10px 0 25px;
}
.hero-card .mini {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid #ffffff1c;
  padding-top: 17px;
  color: #e8edf5;
  font-size: 14px;
}
.hero-card .mini i {
  color: #fbbf24;
}
.section {
  padding: 88px 0;
}
.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}
.section-head h2 {
  font-size: clamp(31px, 4vw, 35px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
  font-weight: 900;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}
.light {
  background: var(--soft);
}
.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 35px rgba(16, 24, 40, 0.045);
  transition: 0.22s ease;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #f5d59b;
}
.service-card:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff7e6;
}
.icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: linear-gradient(135deg, #fff4d6, #ffe4ad);
  display: grid;
  place-items: center;
  color: #a45a00;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.service-card h2,
.service-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin: 18px 0 9px;
  font-weight: 850;
  position: relative;
  z-index: 1;
}
.service-card p,
.blog-card p {
  color: var(--muted);
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.more {
  font-weight: 850;
  color: #a15c00;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.trust {
  background: var(--navy);
  color: #fff;
  padding: 27px 0;
}
.trust .trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 22px;
  border-right: 1px solid #ffffff18;
}
.trust .trust-item:last-child {
  border-right: 0;
}
.trust i {
  font-size: 25px;
  color: #fbbf24;
}
.trust strong {
  display: block;
  font-size: 15px;
}
.trust span {
  display: block;
  color: #aeb8c9;
  font-size: 12px;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.region-grid a {
  padding: 16px 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  transition: 0.18s;
}
.region-grid a:hover {
  border-color: #f2c46f;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  transform: translateY(-2px);
}
.region-grid a i {
  margin-left: auto;
  color: #b36a00;
}
.page-hero,
.detail-hero {
  padding: 72px 0;
  background: linear-gradient(135deg, #f8fafc, #fff9ed);
  border-bottom: 1px solid var(--line);
}
.page-hero h1,
.detail-hero h1 {
  font-size: clamp(38px, 5vw, 56px);
}
.page-hero p,
.detail-hero p {
  color: var(--muted);
  max-width: 790px;
  font-size: 17px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 55px;
}
.content {
  font-size: 17px;
}
.content h2,
.content h3 {
  line-height: 1.25;
  font-weight: 850;
}
.content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.sticky-card {
  height: auto;
  position: sticky;
  top: 25px;
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  color: #fff;
  border: 0;
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.sticky-card p {
  color: #bcc6d5;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 17px;
  border: 1px solid var(--line);
}
.contact-box,
.info-card,
.reference-card,
.team-card,
.blog-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 10px 35px rgba(16, 24, 40, 0.05);
}
.blog-card img,
.reference-card img,
.team-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
}
.date {
  font-size: 12px;
  color: #a15c00;
  font-weight: 850;
}
.footer {
  background: #080e19;
  color: #c8d1df;
  padding: 65px 0 22px;
}
.footer h3,
.footer h4 {
  color: #fff;
  font-weight: 850;
}
.footer p {
  color: #96a2b5;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a:hover,
.footer a:hover {
  color: #fff;
}
.phone,
.wa {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  margin: 10px 0;
}
.copyright {
  border-top: 1px solid #ffffff14;
  margin-top: 42px;
  padding-top: 18px;
  font-size: 12px;
  color: #7f8b9d;
}
.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #18a957;
  color: #fff;
  font-size: 28px;
  z-index: 500;
  box-shadow: 0 12px 35px rgba(24, 169, 87, 0.35);
  transition: 0.2s;
}
.floating-wa:hover {
  transform: translateY(-3px);
  color: #fff;
}
.accordion-item {
  border-color: var(--line);
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-button {
  font-weight: 800;
  padding: 19px 20px;
}
.accordion-button:not(.collapsed) {
  color: #9a5700;
  background: #fff8e8;
  box-shadow: none;
}
.empty {
  text-align: center;
  padding: 70px 20px;
}
.mobile-actions {
  display: none;
}
@media (max-width: 991px) {
  .hero .container,
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 65px 0;
  }
  .hero-card {
    max-width: 620px;
  }
  .region-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .trust .trust-item {
    border-right: 0;
    border-bottom: 1px solid #ffffff18;
    padding: 14px 0;
  }
  .trust .trust-item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .topbar .container {
    justify-content: center !important;
  }
  .topbar .topbar-hide {
    display: none;
  }
  .hero h1 {
    font-size: 43px;
  }
  .section {
    padding: 65px 0;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .region-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-actions {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 490;
    gap: 8px;
  }
  .mobile-actions a {
    flex: 1;
    text-align: center;
    border-radius: 12px;
    padding: 11px;
    font-weight: 850;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }
  .floating-wa {
    right: 18px;
    bottom: 78px;
    width: 54px;
    height: 54px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .navbar-brand img {
    max-width: 65px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero p {
    font-size: 17px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .region-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    padding: 24px;
  }
  .page-hero,
  .detail-hero {
    padding: 55px 0;
  }
  .page-hero h1,
  .detail-hero h1 {
    font-size: 37px;
  }
}

/* Premium mobile navigation */
.mobile-menu-btn {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid #e4e7ec;
  background: #fff;
  color: var(--ink);
  border-radius: 13px;
  padding: 7px 10px 7px 7px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 7px 20px rgba(16, 24, 40, 0.06);
}
.mobile-menu-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
  font-size: 20px;
}
.mobile-offcanvas {
  width: min(91vw, 390px) !important;
  border: 0;
  border-radius: 0 28px 28px 0;
  box-shadow: 22px 0 70px rgba(11, 18, 32, 0.22);
  background: #f8fafc;
}
.mobile-offcanvas .offcanvas-header {
  padding: 22px 18px 18px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.mobile-drawer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.mobile-brand-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.25);
}
.mobile-drawer-brand strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.mobile-drawer-brand small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
  font-weight: 650;
}
.mobile-offcanvas .btn-close {
  margin-left: auto !important;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 11px;
  background-size: 15px;
  opacity: 0.8;
}
.mobile-offcanvas .offcanvas-body {
  padding: 16px 15px 24px;
  display: flex;
  flex-direction: column;
}
.mobile-service-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 13px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.045);
}
.mobile-service-box .mobile-service-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px #dcfce7;
}
.mobile-service-box strong {
  display: block;
  font-size: 13px;
  line-height: 1.1;
}
.mobile-service-box small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}
.mobile-service-box > a {
  margin-left: auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
}
.mobile-nav {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 7px;
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.035);
}
.mobile-nav .nav-item {
  margin: 2px 0;
}
.mobile-nav .nav-link {
  padding: 12px 12px !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:focus {
  background: #fff8e8;
  color: #a15c00;
}
.mobile-nav .dropdown-toggle:after {
  margin-left: auto;
}
.mobile-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
  float: none;
  border: 0;
  box-shadow: none;
  background: #f8fafc;
  border-radius: 12px;
  padding: 5px;
  margin: 2px 4px 6px;
}
.mobile-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 12px;
}
.mobile-nav .dropdown-item:hover {
  background: #fff0d0;
}
.mobile-drawer-cta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  padding: 14px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #17243c);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.16);
}
.mobile-drawer-cta > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  font-size: 17px;
}
.mobile-drawer-cta strong {
  display: block;
  font-size: 13px;
}
.mobile-drawer-cta small {
  display: block;
  color: #aeb9ca;
  font-size: 10px;
  margin-top: 2px;
}
.mobile-drawer-cta > i {
  margin-left: auto;
  color: #fbbf24;
}
.mobile-drawer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.mobile-drawer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 8px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.mobile-drawer-contact a:first-child i {
  color: #111827;
}
.mobile-drawer-contact a:last-child i {
  color: #16a34a;
}
@media (max-width: 991px) {
  .mobile-menu-btn {
    display: inline-flex;
  }
  .navbar {
    padding: 11px 0;
  }
  .navbar .container {
    gap: 12px;
  }
  .navbar-brand {
    min-width: 0;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .navbar-toggler {
    margin-left: auto;
  }
  .navbar-collapse {
    display: none !important;
  }
  .mobile-offcanvas .navbar-nav {
    display: block;
  }
}
@media (max-width: 575px) {
  .mobile-offcanvas {
    width: 92vw !important;
    border-radius: 0 24px 24px 0;
  }
  .mobile-offcanvas .offcanvas-header {
    padding: 18px 15px;
  }
  .mobile-drawer-brand strong {
    max-width: 190px;
  }
  .mobile-menu-btn {
    padding-right: 9px;
  }
  .mobile-menu-btn > span:last-child {
    display: none;
  }
  .mobile-menu-icon {
    width: 37px;
    height: 37px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 90px !important;
    width: auto !important;
    max-height: 100px !important;
    max-width: 300px !important;
    object-fit: contain;
  }
}

/* Desktop: dropdown menüler fare ile üzerine gelince otomatik açılır */
@media (min-width: 992px) {
  .site-header .navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header .navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }
  .site-header .navbar .navbar-nav > .nav-item.dropdown:hover > .nav-link {
    color: #b45309;
  }
  .site-header .navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    pointer-events: auto;
  }
  .site-header .navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    pointer-events: none;
  }
  .site-header .navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    pointer-events: auto;
  }
}
/* Mobilde hover kullanılmaz; dokunma/tıklama ile dropdown çalışmaya devam eder. */

/* Veritabanı görselleri */
.card-image {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f2f4f7;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.card-image:hover img {
  transform: scale(1.045);
}
.image-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(11, 18, 32, 0.86);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
.card-image:hover .image-arrow {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  transform: translateY(-2px);
}
.service-card-image {
  padding: 0;
  overflow: hidden;
}
.service-card-image > .icon,
.service-card-image > h3,
.service-card-image > h2,
.service-card-image > p,
.service-card-image > .more {
  margin-left: 30px;
  margin-right: 30px;
}
.service-card-image > .icon {
  margin-top: 24px;
}
.service-card-image > .more {
  margin-bottom: 28px;
}
.region-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgba(16, 24, 40, 0.045);
}
.region-card h2,
.region-card h3 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 850;
}
.region-card p,
.blog-card p,
.reference-card p {
  color: var(--muted);
  font-size: 15px;
}
.blog-card {
  padding: 0;
  overflow: hidden;
}
.blog-card h2 {
  font-size: 21px;
  line-height: 1.25;
  margin: 9px 0 10px;
  font-weight: 850;
}
.blog-card .date,
.blog-card p,
.blog-card .more {
  margin-left: 0;
  margin-right: 0;
}
.reference-card {
  padding: 0;
  overflow: hidden;
}
.reference-card h2 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
  margin: 0 0 9px;
}
.gallery-item {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.045);
}
.gallery-item a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery-item a:hover img {
  transform: scale(1.04);
}
.gallery-item figcaption {
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 750;
  color: var(--ink);
}
.detail-cover {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.detail-cover img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .service-card-image > .icon,
  .service-card-image > h3,
  .service-card-image > h2,
  .service-card-image > p,
  .service-card-image > .more {
    margin-left: 22px;
    margin-right: 22px;
  }
  .service-card-image > .icon {
    margin-top: 20px;
  }
  .service-card-image > .more {
    margin-bottom: 22px;
  }
}

/* Missing image state: exactly the same visual area as the real image */
.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  background: linear-gradient(135deg, #f1f4f7, #e7ebef);
  color: #a8b0b8;
  border: 0;
  font-size: 0;
  overflow: hidden;
}
.image-placeholder i {
  font-size: 3.2rem;
  line-height: 1;
  color: #a8b0b8;
  margin: 0;
}
.card-image .image-placeholder {
  aspect-ratio: 16/9;
  height: auto;
}
.gallery-item .image-placeholder {
  aspect-ratio: 4/3;
  height: auto;
}
.gallery-grid > a .image-placeholder {
  aspect-ratio: 4/3;
  height: auto;
  border-radius: 17px;
}
.detail-cover .image-placeholder {
  aspect-ratio: 16/9;
  height: auto;
  min-height: 0;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .image-placeholder i {
    font-size: 2.6rem;
  }
}

/* Desktop header: logo solda, menü tam ortada */
@media (min-width: 992px) {
  .site-header .navbar .container {
    position: relative;
    min-height: 58px;
  }
  .site-header .navbar-brand {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .site-header .navbar-collapse {
    justify-content: center !important;
  }
  .site-header .navbar-collapse > .navbar-nav {
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center;
  }
}

/* Masaüstü: menü tam ortada, Hızlı Servis en sağda */
@media (min-width: 992px) {
  .site-header .navbar .container {
    position: relative;
    min-height: 58px;
  }

  /* Logo container'ın sol kenarına tam yaslı */
  .site-header .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
  }

  /* Menü ortada kalır */
  .site-header .navbar-collapse {
    display: block !important;
    position: relative;
    width: 100%;
    padding-left: 160px;
    padding-right: 160px;
  }

  .site-header .navbar-collapse > .navbar-nav {
    width: 100%;
    justify-content: center !important;
    align-items: center;
    margin: 0 !important;
  }

  .site-header .navbar-collapse > .navbar-nav > .nav-item:not(:last-child) {
    flex: 0 0 auto;
  }

  /* Hızlı Servis container'ın sağ kenarına tam yaslı */
  .site-header .navbar-collapse > .navbar-nav > .nav-item:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
  }
}

/* Ana sayfa bölüm başlıkları */
.section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.section-more-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-bottom: 20px;
  border-radius: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-head-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .section-more-btn {
    margin-bottom: 8px;
  }
}
/* Section buttons: right side, vertically centered with the section heading */
@media (min-width: 768px) {
  .section-head-row {
    align-items: center;
  }
  .section-more-btn {
    margin-bottom: 0;
  }
}

/* Bölüm başlıkları: içerik solda, tümünü gör butonu bölümün en sağında */
.section-head.section-head-row {
  max-width: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.section-head.section-head-row > div {
  max-width: 780px;
}
.section-head.section-head-row .section-more-btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-head.section-head-row {
    align-items: flex-start;
  }
  .section-head.section-head-row > div {
    max-width: none;
    width: 100%;
  }
  .section-head.section-head-row .section-more-btn {
    margin-left: 0;
  }
}

/* Geliştirilmiş SSS */
.faq-section {
  background: linear-gradient(180deg, #fff 0, #f8fafc 100%);
}
.faq-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 760px;
}
.faq-head .eyebrow {
  justify-content: center;
}
.faq-accordion {
  max-width: 980px;
  margin: 0 auto;
}
.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #e6eaf0 !important;
  border-radius: 17px !important;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.045);
  transition: 0.2s ease;
  margin-bottom: 16px !important;
}
.faq-accordion .accordion-item:hover {
  border-color: #f3c66f !important;
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.07);
}
.faq-accordion .accordion-button {
  font-size: 16px;
  min-height: 74px;
  padding: 21px 26px;
  line-height: 1.5;
}
.faq-accordion .accordion-body {
  padding: 20px 30px 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
  max-width: 900px;
}

/* Geliştirilmiş page header */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 78px;
  background: linear-gradient(135deg, #f7f9fc 0%, #fff 52%, #fff7e7 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand), var(--brand2));
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding-left: 22px;
}
.page-hero-line {
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  margin-bottom: 20px;
}
.page-hero h1 {
  font-size: clamp(42px, 5.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 17px;
  font-weight: 900;
}
.page-hero p {
  color: var(--muted);
  max-width: 820px;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.page-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.page-hero-shape-one {
  width: 330px;
  height: 330px;
  right: -120px;
  top: -170px;
  border: 55px solid rgba(245, 158, 11, 0.09);
}
.page-hero-shape-two {
  width: 180px;
  height: 180px;
  right: 14%;
  bottom: -125px;
  background: rgba(11, 18, 32, 0.035);
}

/* Daha şık footer - okunabilir tipografi */
.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #070d18 0%, #0c1525 58%, #111c30 100%);
  color: #c8d1df;
  padding: 72px 0 22px;
}
.footer:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(245, 158, 11, 0.055);
  border-radius: 50%;
  right: -230px;
  top: -190px;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid #ffffff12;
  position: relative;
  z-index: 1;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-mark {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
  font-size: 23px;
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.18);
}
.footer-brand h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}
.footer-brand span {
  display: block;
  color: #7f8da3;
  font-size: 11px;
  margin-top: 2px;
  font-weight: 700;
}
.footer-intro {
  max-width: 560px;
  margin: 0;
  color: #aab5c5;
  font-size: 16px;
  line-height: 1.9;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.8fr 1.25fr;
  gap: 42px;
  padding: 42px 0 34px;
  position: relative;
  z-index: 1;
}
.footer h4 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 19px;
  font-weight: 850;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aab5c5;
  font-size: 15px;
  line-height: 1.55;
  transition: 0.18s;
}
.footer-links a i {
  color: #fbbf24;
  font-size: 15px;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}
.footer-all {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: #fbbf24;
  font-size: 14px;
  font-weight: 850;
}
.footer-contact-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0;
  color: #dbe3ef;
}
.footer-contact-card > span {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #ffffff0c;
  color: #fbbf24;
}
.footer-contact-card .wa-icon {
  color: #54d68a;
}
.footer-contact-card small {
  display: block;
  color: #8794a8;
  font-size: 12px;
  margin-bottom: 2px;
}
.footer-contact-card strong {
  display: block;
  color: #eef2f7;
  font-size: 15px;
  line-height: 1.5;
}
.footer-service-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 13px 15px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff !important;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.13);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ffffff12;
  padding-top: 19px;
  color: #8591a4;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.footer-bottom div {
  display: flex;
  gap: 10px;
}
.footer-bottom a {
  color: #aab5c5;
}
.footer-bottom a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-intro {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .page-hero {
    padding: 58px 0 55px;
  }
  .page-hero-inner {
    padding-left: 15px;
  }
  .page-hero h1 {
    font-size: 39px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .page-hero-shape-one {
    right: -190px;
  }
  .footer {
    padding-top: 55px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
  }
  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 18px 18px;
    min-height: 66px;
    line-height: 1.5;
  }
  .faq-accordion .accordion-body {
    padding: 17px 20px 25px;
    font-size: 14.5px;
    line-height: 1.9;
  }
}

/* Unified premium page headers - same visual language as Hizmetlerimiz */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  background: radial-gradient(
      circle at 88% 18%,
      rgba(245, 158, 11, 0.13),
      transparent 30%
    ),
    linear-gradient(135deg, #f7f9fc 0%, #fff 58%, #fff8e8 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand), var(--brand2));
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding-left: 22px;
}
.page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: #a15c00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.page-hero-eyebrow i {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
}
.page-hero h1 {
  font-size: clamp(42px, 5.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
  font-weight: 900;
  color: var(--ink);
}
.page-hero p {
  color: var(--muted);
  max-width: 820px;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.page-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.page-hero-glow-one {
  width: 360px;
  height: 360px;
  right: -125px;
  top: -185px;
  border: 58px solid rgba(245, 158, 11, 0.09);
}
.page-hero-glow-two {
  width: 170px;
  height: 170px;
  right: 19%;
  bottom: -120px;
  background: rgba(11, 18, 32, 0.035);
}
@media (max-width: 575px) {
  .page-hero {
    padding: 58px 0 54px;
  }
  .page-hero-inner {
    padding-left: 15px;
  }
  .page-hero-eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .page-hero h1 {
    font-size: 39px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .page-hero-glow-one {
    right: -205px;
  }
}

/* Page Header: eyebrow yazısı kaldırıldı, dekoratif çizgi korunuyor */
.page-hero-line-only {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 20px;
}
.page-hero-line-only i {
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
}

/* =========================================================
   STANDARD PAGE HEADER — tüm iç sayfalarda ortak görünüm
   Referans: Hizmetler sayfası tasarımı
   ========================================================= */
.navbar {
  height: 88px;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e7eaf0;
}
.navbar > .container {
  width: 100%;
  max-width: 1280px;
  height: 88px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
  height: 88px;
  margin-right: 0;
}
.navbar-brand img {
  width: auto;
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
}
.navbar .navbar-nav {
  align-items: center;
  gap: 2px;
}
.navbar .nav-link {
  color: #344054;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 13px !important;
  white-space: nowrap;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #a15c00;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: 0.16em;
}
.nav-cta {
  margin-left: 13px;
  min-width: 128px;
  text-align: center;
  border-radius: 13px;
  padding: 13px 20px !important;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.22);
}

/* Üstteki ince bilgi barı artık kullanılmıyor */
.site-header .topbar {
  display: none;
}

/* Ekran görüntüsündeki ortak sayfa başlığı */
.page-hero {
  position: relative;
  min-height: 330px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(
      circle at 86% 18%,
      rgba(245, 158, 11, 0.15),
      transparent 28%
    ),
    linear-gradient(110deg, #f8fafc 0%, #fff 57%, #fff8e9 100%);
  border-bottom: 1px solid #e7eaf0;
}
.page-hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f59e0b, #f97316);
}
.page-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}
.page-hero-inner {
  max-width: 900px;
  padding-left: 0;
}
.page-hero-line-only {
  display: block;
  width: 27px;
  height: 2px;
  margin: 0 0 20px;
}
.page-hero-line-only i {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 99px;
  background: #f59e0b;
}
.page-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.page-hero p {
  max-width: 820px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.8;
}
.page-hero-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}
.page-hero-glow-one {
  width: 360px;
  height: 360px;
  right: -125px;
  top: -185px;
  border: 58px solid rgba(245, 158, 11, 0.09);
  background: transparent;
}
.page-hero-glow-two {
  width: 170px;
  height: 170px;
  right: 19%;
  bottom: -120px;
  background: rgba(11, 18, 32, 0.035);
}

/* Detay sayfaları da aynı ortak başlığı kullanır */
.detail-hero {
  padding: 0;
  min-height: 330px;
}
@media (max-width: 1399px) {
  .navbar > .container,
  .page-hero .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .navbar > .container {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .page-hero .container {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 575px) {
  .navbar {
    height: 74px;
  }
  .navbar > .container {
    height: 74px;
  }
  .navbar-brand {
    height: 74px;
  }
  .navbar-brand img {
    max-width: 145px;
    max-height: 52px;
  }
  .page-hero {
    min-height: 300px;
  }
  .page-hero .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .page-hero h1 {
    font-size: 39px;
  }
  .page-hero p {
    font-size: 15px;
    line-height: 1.7;
  }
  .page-hero-glow-one {
    right: -205px;
  }
}

/* =========================================================
   İletişim sayfası — premium servis talebi alanı
   ========================================================= */
.contact-section {
  background: #fbfcfe;
  padding-top: 72px;
}
.contact-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a15c00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.contact-kicker i {
  font-size: 14px;
}
.contact-intro h2 {
  margin: 0 0 9px;
  font-size: clamp(30px, 3.5vw, 43px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--ink);
}
.contact-intro p {
  margin: 0;
  color: var(--muted);
  max-width: 720px;
  font-size: 16px;
}
.contact-intro-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.045);
}
.contact-intro-badge > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff4d6;
  color: #a15c00;
  font-size: 19px;
}
.contact-intro-badge strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
}
.contact-intro-badge small {
  display: block;
  color: #8a94a5;
  font-size: 11px;
}
.service-request-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 15px 45px rgba(16, 24, 40, 0.06);
}
.request-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid #edf0f4;
}
.request-head > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.request-step {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--navy);
  color: #fbbf24;
  font-size: 11px;
  font-weight: 900;
  flex: 0 0 38px;
}
.request-head h3 {
  font-size: 21px;
  margin: 0 0 3px;
  font-weight: 900;
  color: var(--ink);
}
.request-head p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.request-secure {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
  color: #667085;
  padding-top: 5px;
}
.request-secure i {
  color: #16a34a;
  margin-right: 4px;
}
.service-form label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #344054;
  margin: 0 0 7px;
}
.input-wrap {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #dfe3e9;
  background: #fff;
  border-radius: 12px;
  transition: 0.18s ease;
  overflow: hidden;
}
.input-wrap:focus-within {
  border-color: #f1b13c;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}
.input-wrap > i {
  width: 44px;
  text-align: center;
  color: #a15c00;
  font-size: 16px;
  flex: 0 0 44px;
}
.input-wrap input,
.input-wrap select,
.input-wrap textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font: inherit;
  font-size: 13px;
  padding: 12px 12px 12px 0;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #98a2b3;
}
.input-wrap select {
  cursor: pointer;
}
.textarea-wrap {
  align-items: flex-start;
}
.textarea-wrap > i {
  padding-top: 15px;
}
.textarea-wrap textarea {
  resize: vertical;
  min-height: 105px;
  line-height: 1.55;
}
.consent-check {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}
.consent-check input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: #f59e0b;
  flex: 0 0 16px;
}
.request-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  margin-top: 2px;
}
.request-submit i:last-child {
  margin-left: auto;
}
.form-note {
  display: block;
  text-align: center;
  color: #98a2b3;
  font-size: 10px;
  margin-top: 8px;
}
.contact-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.contact-info-card,
.contact-location-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 15px 45px rgba(16, 24, 40, 0.045);
}
.side-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.side-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff3cf, #ffe4ad);
  color: #a15c00;
  font-size: 19px;
}
.side-card-head > div > span,
.location-top > div > span {
  display: block;
  color: #a15c00;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 2px;
}
.side-card-head h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 900;
}
.side-card-text {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 16px;
  line-height: 1.65;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  border-top: 1px solid #edf0f4;
}
.channel-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #f8fafc;
  color: #344054;
  flex: 0 0 39px;
}
.contact-channel > span:nth-child(2) {
  min-width: 0;
}
.contact-channel small {
  display: block;
  color: #98a2b3;
  font-size: 9px;
  margin-bottom: 1px;
}
.contact-channel strong {
  display: block;
  color: #101828;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.channel-arrow {
  margin-left: auto;
  color: #98a2b3;
  font-size: 13px;
}
.whatsapp-channel .channel-icon {
  color: #16a34a;
  background: #ecfdf3;
}
.contact-location-card {
  background: linear-gradient(145deg, var(--navy), #18243a);
  color: #fff;
  border-color: transparent;
  position: relative;
  overflow: hidden;
}
.contact-location-card:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 32px solid rgba(245, 158, 11, 0.1);
  border-radius: 50%;
  right: -90px;
  bottom: -95px;
  pointer-events: none;
}
.location-top {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.location-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #fff;
  font-size: 18px;
}
.location-top > div > span {
  color: #fbbf24;
}
.location-top strong {
  font-size: 15px;
  display: block;
}
.contact-location-card > p {
  color: #b8c2d1;
  font-size: 12px;
  line-height: 1.65;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.address-line {
  display: flex;
  gap: 8px;
  color: #dbe3ef;
  font-size: 11px;
  line-height: 1.55;
  padding-top: 12px;
  border-top: 1px solid #ffffff14;
  position: relative;
  z-index: 1;
}
.address-line i {
  color: #fbbf24;
  margin-top: 2px;
}
.map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #ffffff14;
  color: #fbbf24;
  font-size: 11px;
  font-weight: 850;
  position: relative;
  z-index: 1;
}
.contact-process {
  padding-top: 74px;
}
.section-mini-head {
  margin-bottom: 24px;
}
.section-mini-head > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #a15c00;
}
.section-mini-head h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 5px 0 0;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.process-item {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 9px 30px rgba(16, 24, 40, 0.035);
}
.process-number {
  font-size: 11px;
  font-weight: 900;
  color: #a15c00;
  padding-top: 3px;
}
.process-item i {
  display: block;
  color: #a15c00;
  font-size: 19px;
  margin-bottom: 8px;
}
.process-item h3 {
  font-size: 15px;
  margin: 0 0 4px;
  font-weight: 850;
}
.process-item p {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.contact-bottom-cta {
  margin-top: 22px;
  padding: 19px 22px;
  border-radius: 19px;
  background: linear-gradient(135deg, var(--navy), #17243a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 16px 38px rgba(11, 18, 32, 0.15);
}
.contact-bottom-cta > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cta-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  font-size: 17px;
  flex: 0 0 42px;
}
.contact-bottom-cta strong {
  font-size: 14px;
}
.contact-bottom-cta p {
  color: #aeb9c9;
  font-size: 11px;
  margin: 2px 0 0;
}
.contact-bottom-cta .btn-light {
  font-size: 12px;
  padding: 10px 16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .contact-intro {
    align-items: flex-start;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .contact-bottom-cta {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .contact-section {
    padding-top: 54px;
  }
  .contact-intro {
    display: block;
    margin-bottom: 25px;
  }
  .contact-intro h2 {
    font-size: 30px;
  }
  .contact-intro p {
    font-size: 14px;
  }
  .contact-intro-badge {
    display: inline-flex;
    margin-top: 16px;
  }
  .service-request-card,
  .contact-info-card,
  .contact-location-card {
    padding: 21px;
    border-radius: 19px;
  }
  .request-head {
    display: block;
  }
  .request-secure {
    display: block;
    margin-top: 12px;
  }
  .request-head h3 {
    font-size: 18px;
  }
  .request-head p {
    font-size: 12px;
  }
  .request-submit {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact-process {
    padding-top: 54px;
  }
  .process-item {
    padding: 18px;
  }
  .contact-bottom-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
  .contact-bottom-cta .btn-light {
    width: 100%;
  }
}

/* =========================================================
   ORTAK PAGE HEADER — tüm iç sayfalarda standart ölçü
   ========================================================= */
.page-hero,
.detail-hero {
  height: 330px;
  min-height: 330px;
  max-height: 330px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.page-hero-inner {
  width: 100%;
}
@media (max-width: 575px) {
  .page-hero,
  .detail-hero {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

/* =========================================================
   FINAL PAGE HEADER NORMALIZATION — detay dahil tüm iç sayfalar
   ========================================================= */
.page-hero,
.page-hero.detail-hero,
.detail-hero {
  width: 100%;
  height: 330px !important;
  min-height: 330px !important;
  max-height: 330px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}
.page-hero .container,
.detail-hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.page-hero-inner {
  width: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .page-hero,
  .page-hero.detail-hero,
  .detail-hero {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}

/* =========================================================
   HEADER TOP — günlük çalışma saati
   ========================================================= */
.site-header .header-top {
  display: block;
  background: #111c30;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header .header-top .container {
  max-width: 1200px;
}
.header-top-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
}
.header-top-label {
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.header-top-label i {
  color: #fbbf24;
  font-size: 13px;
}
.header-top-inner strong {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 991px) {
  .header-top-inner {
    justify-content: space-between;
    min-height: 34px;
    font-size: 11px;
  }
  .header-top-contact a,
  .header-top-hours {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .header-top-inner {
    min-height: 32px;
    font-size: 10px;
    gap: 6px;
  }
  .header-top-contact a,
  .header-top-hours {
    font-size: 10px;
  }
  .header-top-contact i,
  .header-top-hours > i {
    font-size: 11px;
  }
}

/* Header top: çalışma saati sağda */
.header-top-contact {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header-top-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.header-top-contact a:hover {
  opacity: 1;
}
.header-top-contact i {
  color: #fbbf24;
  font-size: 13px;
}
.header-top-hours {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}
.header-top-hours > i {
  font-size: 14px;
}
.header-top-hours span {
  opacity: 0.75;
}
.header-top-hours strong {
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}

/* HEADER TOP — navbar container ile birebir aynı hizada */
.site-header .header-top > .container {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.site-header .header-top .header-top-inner {
  width: 100%;
  justify-content: space-between;
}
.site-header .header-top .header-top-contact {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}
.site-header .header-top .header-top-hours {
  margin-left: auto;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .site-header .header-top > .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .site-header .header-top > .container {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.detail-inline-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.detail-inline-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.detail-inline-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .25s ease;
}

.detail-inline-gallery a:hover img {
  transform: scale(1.04);
}

@media (max-width: 767.98px) {
  .detail-inline-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
  }
}


/* Detay galeri: tek resim varsa tam genişlik */
.detail-gallery-single,
.detail-gallery .gallery-item:only-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.detail-gallery-single img,
.detail-gallery .gallery-item:only-child img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 767.98px) {
    .detail-gallery-single,
    .detail-gallery .gallery-item:only-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


/* SEO / kullanıcı deneyimi: içerik içi linkler görünür ve belirgin */
.detail-content a[href],
.icerik a[href],
.content a[href],
.post-content a[href],
.blog-content a[href] {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.detail-content a[href]:hover,
.icerik a[href]:hover,
.content a[href]:hover,
.post-content a[href]:hover,
.blog-content a[href]:hover {
    text-decoration-thickness: 2px;
    opacity: .85;
}


/* Detay sayfası sağ kolon - geliştirilmiş servis ve iç link alanı */
.detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.detail-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 35px rgba(16, 24, 40, .06);
}
.detail-side-cta {
  position: sticky;
  top: 25px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  color: #fff;
  border: 0;
  box-shadow: var(--shadow);
}
.detail-side-cta:after {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  right: -65px;
  top: -65px;
  background: rgba(255,255,255,.07);
}
.detail-side-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b9c5d7;
  margin-bottom: 10px;
}
.detail-side-cta h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
.detail-side-cta p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #c4cedd;
  line-height: 1.6;
  font-size: 14px;
}
.detail-side-phone {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  margin-bottom: 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
}
.detail-side-phone:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
}
.detail-side-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255,.12);
}
.detail-side-phone small {
  display: block;
  color: #aebbd0;
  font-size: 11px;
  margin-bottom: 2px;
}
.detail-side-phone strong {
  display: block;
  font-size: 16px;
}
.detail-side-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.detail-side-actions .btn {
  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-weight: 750;
  border-radius: 12px;
}
.detail-side-actions .btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.detail-side-actions .btn-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
}
.detail-side-request {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.detail-side-request:hover {
  color: #fff;
  gap: 8px;
}
.detail-side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}
.detail-side-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 850;
  color: var(--navy);
}
.detail-side-heading > span i {
  color: var(--primary);
}
.detail-side-heading > a {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: var(--primary);
}
.detail-related-list {
  display: flex;
  flex-direction: column;
}
.detail-related-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.detail-related-item:first-child {
  border-top: 0;
  padding-top: 2px;
}
.detail-related-item:last-child {
  padding-bottom: 2px;
}
.detail-related-item i {
  flex: 0 0 auto;
  font-size: 15px;
  opacity: .55;
  transition: transform .2s ease, opacity .2s ease;
}
.detail-related-item:hover {
  color: var(--primary);
}
.detail-related-item:hover i {
  opacity: 1;
  transform: translate(2px,-2px);
}
@media (max-width: 991px) {
  .detail-side-cta {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .detail-sidebar {
    gap: 14px;
  }
  .detail-side-card {
    border-radius: 17px;
    padding: 18px;
  }
  .detail-side-cta h3 {
    font-size: 20px;
  }
}


/* Detay sağ kolon: sayfayı kaydırırken sabit kalmasın */
.detail-sidebar .detail-side-cta {
  position: static !important;
  top: auto !important;
}
.detail-sidebar {
  position: static !important;
  align-self: start;
}


/* Sayfa kaydırma butonu */
.detail-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9990;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 8px 25px rgba(16,24,40,.14);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}
.detail-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.detail-scroll-top:hover {
  background: var(--primary);
  color: #fff;
}
@media (max-width: 767.98px) {
  .detail-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}

/* İletişim — çalışma saatleri: bugün açık, tıklayınca haftalık liste */
.contact-hours-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(16, 24, 40, 0.04);
}
.hours-toggle {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
}
.hours-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #fff3cf, #ffe4ad);
  color: #a15c00;
  font-size: 16px;
  flex: 0 0 40px;
}
.hours-head-copy {
  display: block;
  min-width: 0;
  flex: 1;
}
.hours-head-copy > span {
  display: block;
  color: #a15c00;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 1px;
}
.hours-head-copy > strong {
  display: block;
  color: #101828;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}
.hours-toggle-icon {
  color: #667085;
  font-size: 15px;
  transition: transform .2s ease;
}
.hours-toggle[aria-expanded="true"] .hours-toggle-icon {
  transform: rotate(180deg);
}
.hours-today {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  margin-top: 12px;
  border-radius: 11px;
  background: #f8fafc;
  border: 1px solid #edf0f4;
}
.hours-today span {
  color: #667085;
  font-size: 11px;
  font-weight: 750;
}
.hours-today span i { margin-right: 4px; }
.hours-today strong {
  color: #101828;
  font-size: 11px;
  text-align: right;
}
.hours-list {
  padding: 0 20px 14px;
  border-top: 1px solid #edf0f4;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 2px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 11px;
}
.hours-row:last-child { border-bottom: 0; }
.hours-row span { color: #667085; }
.hours-row strong { color: #344054; text-align: right; font-weight: 800; white-space: nowrap; }
.hours-row.is-today span,
.hours-row.is-today strong { color: #a15c00; }
.hours-row.is-today { font-weight: 800; }
.hours-toggle:focus-visible {
  outline: 2px solid #f59e0b;
  outline-offset: -2px;
}
@media (max-width: 991.98px) {
  .hours-toggle { padding: 16px 18px; }
  .hours-list { padding: 0 18px 12px; }
}


/* İletişim formu: açıklama alanını sağ blok yüksekliğine daha iyi yaklaştır */
.textarea-wrap textarea {
  min-height: 180px;
}

/* Footer sosyal medya */
.footer-socials {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-socials > span {
  display: block;
  margin-bottom: 10px;
  color: #8fa0ba;
  font-size: 11px;
  font-weight: 700;
}
.footer-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.footer-social:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
  color: #fbbf24;
}
@media (max-width: 767.98px) {
  .textarea-wrap textarea {
    min-height: 145px;
  }
}

/* İletişim kartı sosyal medya */
.contact-socials {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #edf0f4;
}
.contact-socials-head span {
  display: block;
  color: #a15c00;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 3px;
}
.contact-socials-head strong {
  display: block;
  color: #344054;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
}
.contact-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-social {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #f8fafc;
  border: 1px solid #edf0f4;
  color: #475467;
  text-decoration: none;
  font-size: 15px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.contact-social:hover {
  transform: translateY(-2px);
  background: #101828;
  color: #fff;
}
.contact-social-whatapp:hover { background: #16a34a; }
/* Süreç kartlarında ikon ve başlık aynı hizada */
.process-item > div {
  min-width: 0;
}
.process-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 8px 0 0;
  line-height: 1;
}
.process-item h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
}
.process-item p {
  display: block;
}
@media (max-width: 767px) {
  .process-item i { margin-right: 7px; }
}

/* Mobil sabit alt aksiyonlar: uzun metin yatay taşma yapmasın */
@media (max-width: 767px) {
  .mobile-actions {
    left: 10px;
    right: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
    box-sizing: border-box;
    overflow: hidden;
  }
  .mobile-actions a {
    min-width: 0;
    width: 0;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 380px) {
  .mobile-actions {
    gap: 6px;
    left: 8px;
    right: 8px;
    max-width: calc(100vw - 16px);
  }
  .mobile-actions a {
    font-size: 12px;
    padding: 10px 6px;
  }
}

/* WhatsApp sabit butonu: tüm sayfalarda aynı konum ve mobil uyum */
.floating-wa {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  margin: 0 !important;
  transform: none;
  z-index: 9990 !important;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .floating-wa {
    right: 16px !important;
    bottom: 82px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    min-height: 54px;
  }
}
@media (max-width: 380px) {
  .floating-wa {
    right: 12px !important;
    bottom: 80px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    min-height: 50px;
    font-size: 22px;
  }
}

/* =========================================================
   GALERİ - MASAÜSTÜ 4 / MOBİL 2
   ========================================================= */

.gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
}

.gallery-item {
    min-width: 0 !important;
    width: 100% !important;
}

.gallery-item > a {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 3;
    height: auto !important;
    object-fit: cover;
}

/* MOBİL: 2 RESİM YAN YANA */
@media (max-width: 767.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* DAR TELEFONLARDA DA 2'Lİ */
@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}