:root {
  --navy: #071827;
  --primary: #0b63ce;
  --primary-dark: #0e5fcc;
  --cyan: #13b8c8;
  --surface: #f2f7fb;
  --white: #ffffff;
  --heading: #102536;
  --text-muted: #607383;
  --border: #d8e3ec;
  --whatsapp: #0f7a3a;
  --shell: 1300px;
  --bg: var(--white);
  --panel: var(--surface);
  --text: var(--heading);
  --muted: var(--text-muted);
  --line: var(--border);
  --orange: var(--primary);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--heading);
  font: 400 14px 'Inter', Arial, sans-serif;
  padding-bottom: 70px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

button, input, select, textarea {
  font: inherit;
}

.site-shell {
  width: min(var(--shell), calc(100% - 32px));
  margin-inline: auto;
}

/* 1. Üst Bilgi Barı (Support Strip) */
.support-strip {
  height: 42px;
  background: #f2f7fb;
  border-bottom: 1px solid #d8e3ec;
}

.support-strip > .site-shell {
  height: 100%;
  display: flex;
  align-items: center;
  
}

.support-strip p {
  margin: 0;
  color: #607383;
  font-size: 13px;
}

.mini-home {
  color: var(--orange);
  font-size: 19px;
  margin-right: 8px;
  vertical-align: middle;
}

.support-strip .outline-action {
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #d8e3ec;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--heading);
  background: transparent;
}

.support-strip .outline-action:hover {
  background: rgba(22, 119, 255, 0.1);
  border-color: var(--orange);
}

.support-strip .primary-action {
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #1677ff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(#1677ff, #0e5fcc);
  margin-left: 8px;
}

.support-strip .primary-action:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 10px rgba(22, 119, 255, 0.4);
}

/* 2. İletişim Barı (Contact Strip) */
.contact-strip {
  height: 68px;
  background: #f2f7fb;
  border-bottom: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.08fr 1.2fr 1.35fr 0.95fr;
  height: 100%;
  align-items: center;
}

.contact-item {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-right: 1px solid #d8e3ec;
}

.contact-item:first-child {
  padding-left: 0;
}

.round-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 18px;
  flex: none;
  background: rgba(22, 119, 255, 0.05);
}

.contact-item p {
  margin: 0;
  display: grid;
  gap: 3px;
}

.contact-item b, .socials > b {
  font-size: 10px;
  color: #607383;
  letter-spacing: 0.5px;
}

.contact-item a, .contact-item p > span {
  font-size: 13px;
  color: var(--heading);
  font-weight: 500;
}

.contact-item a:hover {
  color: var(--orange);
}

.socials {
  padding-left: 20px;
}

.socials > div {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}

.socials a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8e3ec;
  font-weight: 800;
  font-size: 11px;
  color: var(--heading);
}

.socials a:hover {
  background: var(--orange);
  color: #fff;
  transform: translateY(-2px);
}

.main-header {
  height: 70px;
  background: #ffffff;
  border-top: 1px solid #d8e3ec;
  border-bottom: 1px solid #d8e3ec;
  position: sticky;
  top: 0;
  z-index: 1000;
}


.navbar {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  flex: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brand img {
  width: 42px;
  height: 48px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand b {
  color: var(--orange);
  font-size: 14px;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
  margin-top: 2px;
}

.navlinks {
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 12px;
  flex: none;
  margin-left: 20px;
  white-space: nowrap;
}

.navlinks a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  font-size: 11px;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: 0.5px;
}

.navlinks a:hover, .navlinks a.active {
  color: var(--orange);
  border-color: var(--orange);
}

.nav-actions {
  display: flex;
  gap: 6px;
  flex: none;
  flex-shrink: 0;
  margin-left: auto;
}

.nav-actions > a {
  min-width: 105px;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border: 1px solid #d8e3ec;
  border-radius: 5px;
}

.nav-actions > a:hover {
  background: rgba(22, 119, 255, 0.1);
  border-color: var(--orange);
}

.nav-actions i {
  color: var(--orange);
  font-size: 18px;
  font-style: normal;
}

.nav-actions span {
  display: grid;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.nav-actions small {
  font-size: 8px;
  font-weight: 500;
  margin-top: 2px;
  color: #607383;
}

.nav-actions .wa {
  border-color: var(--whatsapp);
}

.nav-actions .wa:hover {
  background: rgba(32, 184, 90, 0.1);
  border-color: var(--whatsapp);
}

.nav-actions .wa i {
  color: var(--whatsapp);
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--heading);
  font-size: 24px;
  cursor: pointer;
}

/* 4. Hero Section */
.hero {
  background: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #d8e3ec;
}

.hero-layout {
  min-height: 500px;
  display: grid;
  grid-template-columns: 45% 30% 25%;
  position: relative;
  align-items: center;
  gap: 15px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e3ec;
  color: var(--primary);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(22, 119, 255, 0.05);
}

.hero h1 {
  font-size: 48px;
  line-height: 1.15;
  margin: 20px 0 15px;
  max-width: 480px;
  letter-spacing: -1px;
  font-weight: 800;
}

.hero h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}

.hero-copy > p {
  color: #607383;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 440px;
  font-size: 14px;
}

.hero-copy ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 13px;
  font-weight: 600;
}

.hero-copy li {
  display: flex;
  align-items: center;
}

.hero-copy li:before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.hero-cta {
  display: flex;
  gap: 12px;
}

.hero-cta a {
  height: 48px;
  min-width: 170px;
  padding: 0 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #1677ff;
  background: linear-gradient(#1677ff, #0e5fcc);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(22, 119, 255, 0.2);
}

.hero-cta a:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.hero-cta a.whatsapp {
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: 0 4px 15px rgba(32, 184, 90, 0.25);
  color: #fff;
}

.hero-cta a.whatsapp:hover {
  background: #1a9d4a;
  border-color: #1a9d4a;
}

.hero-cta i {
  font-size: 22px;
  font-style: normal;
}

.hero-cta span {
  display: grid;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-cta b {
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-art {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  align-self: stretch;
}

.hero-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 15%, transparent 85%, #ffffff 100%);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 5. Keşif Talep Formu */
.request-form {
  align-self: center;
  z-index: 4;
  background: var(--white);
  border: 1px solid var(--orange);
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(7, 24, 39, 0.12);
  backdrop-filter: blur(10px);
}
@keyframes formFlash {
  0% { box-shadow: 0 10px 30px rgba(7, 24, 39, 0.12); }
  50% { box-shadow: 0 0 25px rgba(22, 119, 255, 0.4); border-color: #1677ff; }
  100% { box-shadow: 0 10px 30px rgba(7, 24, 39, 0.12); }
}
.request-form.flash-active {
  animation: formFlash 1s ease-in-out;
}

.request-form h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.request-form > p {
  font-size: 12px;
  color: #607383;
  margin: 6px 0 14px;
}

.request-form input, .request-form select {
  width: 100%;
  height: 42px;
  line-height: normal;
  margin-bottom: 8px;
  padding: 0 12px;
  background: var(--surface);
  border: 1px solid #d8e3ec;
  color: var(--heading);
  border-radius: 4px;
  font-size: 12.5px;
  box-sizing: border-box;
}

.request-form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231677ff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 32px;
}

.request-form input:focus, .request-form select:focus {
  border-color: var(--orange);
  outline: none;
}

.request-form button {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(#1677ff, #0e5fcc);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.2);
  transition: all 0.2s;
}

.request-form button:hover {
  filter: brightness(1.1);
}

.request-form button:disabled {
  opacity: 0.6;
}

.request-form small {
  display: block;
  margin-top: 10px;
  color: #607383;
  font-size: 11px;
}

/* 6. Hizmet Kartları (Services Grid) */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.service-card {
  min-height: 220px;
  padding: 20px 16px;
  background: var(--white);
  border: 1px solid var(--orange);
  border-color: rgba(22, 119, 255, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  
}

.service-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 25px rgba(22, 119, 255, 0.12);
  transform: translateY(-2px);
}

.service-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #1677ff, #0e5fcc);
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.2);
}

.service-icon img {
  width: 30px;
  height: 30px;
}

.service-card h3 {
  font-size: 15px;
  margin: 0 0 4px 0;
  font-weight: 700;
  color: var(--heading);
}

.service-card p {
  font-size: 11px;
  line-height: 1.4;
  color: #607383;
  margin: 0;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 10px;
  display: grid;
  gap: 6px;
  font-size: 12px;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-card li i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

.service-card > a,
.service-card > button {
  display: inline-flex;
  
  align-items: center;
  min-width: 130px;
  align-self: flex-start;
  border: 1px solid #d8e3ec;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--heading);
  background: var(--white);
  text-decoration: none;
}

.service-card > a:hover,
.service-card > button:hover {
  background: rgba(22, 119, 255, 0.1);
  border-color: var(--orange);
}

/* 7. Alt İki Sütun (Yorumlar & Animasyon) */
.content-row {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 12px;
  margin-top: 15px;
}

.reviews, .process {
  min-height: 220px;
  background: #f2f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.reviews > h2, .process > h2 {
  font-size: 14px;
  margin: 0 0 12px;
  color: var(--heading);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviews > h2 span, .process > h2 span {
  color: var(--orange);
  font-size: 18px;
}

.review-window {
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: 8px;
  transition: transform 0.35s ease;
}

.review-card {
  min-width: calc((100% - 16px) / 3);
  height: 145px;
  position: relative;
  padding: 12px;
  background: #f2f7fb;
  border: 1px solid #d8e3ec;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  
}

.review-card .quote {
  position: absolute;
  right: 12px;
  top: 8px;
  color: rgba(22, 119, 255, 0.2);
  font-size: 32px;
  font-family: Georgia, serif;
  line-height: 1;
}

.stars {
  color: var(--orange);
  letter-spacing: 1px;
  font-size: 11px;
}

.review-card > p {
  height: 55px;
  margin: 8px 0;
  color: #607383;
  font-size: 11px;
  line-height: 1.4;
  font-style: italic;
  overflow: hidden;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-weight: 800;
  font-size: 11px;
  background: rgba(22, 119, 255, 0.05);
}

.reviewer div {
  display: grid;
  line-height: 1.2;
}

.reviewer b {
  font-size: 11px;
  color: var(--heading);
}

.reviewer small {
  font-size: 9px;
  color: #607383;
}

.slider-dots {
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.slider-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8e3ec;
  cursor: pointer;
  transition: all 0.2s;
}

.slider-dots button.active {
  background: var(--orange);
  width: 16px;
  border-radius: 5px;
}

/* Homepage service-card accordion: closed card design remains unchanged. */
.service-accordion-toggle {
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.service-accordion-toggle b { transition: transform .2s ease; }
.service-accordion-toggle[aria-expanded="true"] b { transform: rotate(180deg); }
.service-subpanel {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.service-subpanel[hidden] { display: none !important; }
.district-service-link:hover,
.district-service-link:focus-visible { border-color: var(--orange) !important; color: var(--orange) !important; outline: 2px solid transparent; }
.service-subpanel nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  max-height: 260px;
  overflow: auto;
  scrollbar-width: thin;
}
.service-subpanel nav a {
  min-height: 34px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--heading);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.service-subpanel nav a:hover,
.service-subpanel nav a:focus-visible { border-color: var(--primary); color: var(--primary); }
.service-hub-link {
  display: block;
  margin-top: 8px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  .service-accordion-toggle b { transition: none; }
}

/* Animasyon Bölümü */
.process-steps {
  height: 115px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #d8e3ec;
}

.process-step {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 20px 1fr;
  width: 22%;
  text-align: center;
}

.process-step b {
  position: absolute;
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  font-size: 10px;
  background: #ffffff;
  color: var(--orange);
  font-weight: 700;
}

.process-step img {
  width: 100%;
  height: 75px;
  object-fit: contain;
  grid-row: 2;
}

.process-step small {
  position: absolute;
  top: 3px;
  left: 28px;
  right: 0;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
}

.process-arrow {
  color: var(--orange);
  font-size: 24px;
  width: 4%;
  text-align: center;
  opacity: 0.8;
}

.process-tags {
  height: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #d8e3ec;
  border-radius: 4px;
  background: #ffffff;
}

.process-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d8e3ec;
  font-size: 10px;
  color: var(--heading);
  font-weight: 600;
  gap: 5px;
}

.process-tags span:last-child {
  border: 0;
}

/* 8. Alt Bilgi (Footer) */
footer {
  margin-top: 30px;
  padding: 40px 0 100px;
  background: var(--surface);
  border-top: 1px solid #d8e3ec;
  color: #607383;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand {
  width: 100%;
}

.footer-grid b {
  color: var(--heading);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer-grid a {
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--orange);
}

.footer-grid span {
  font-size: 13px;
  color: #607383;
}

/* 9. Alt Sabit Bar (Sticky Actions) */
.sticky-actions {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 12px !important;
  z-index: 9999 !important;
  display: flex !important;
  gap: 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border-top: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  height: auto !important;
  width: calc(100% - 24px) !important;
  max-width: 480px !important;
}

.sticky-actions a {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(7, 24, 39, 0.2) !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.sticky-actions a:active {
  transform: scale(0.97) !important;
}

.sticky-actions a.call {
  background: linear-gradient(135deg, #1677ff, #0a4fa6) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}

.sticky-actions a.call:hover {
  background: linear-gradient(135deg, #0e5fcc, #083d80) !important;
}

.sticky-actions a.message {
  background: linear-gradient(135deg, #20b85a, #16803a) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}

.sticky-actions a.message:hover {
  background: linear-gradient(135deg, #1ea34e, #0f6a30) !important;
}

.sticky-actions .action-icon {
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0 !important;
  margin-right: 10px !important;
  stroke-width: 2px !important;
  fill: none !important;
}

.sticky-actions a.message .action-icon {
  fill: currentColor !important;
}

.sticky-actions .action-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.2 !important;
}

.sticky-actions .action-title {
  font-size: 9px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.85) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.sticky-actions .action-value {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-top: 1px !important;
  white-space: nowrap !important;
}

.sticky-actions .action-badge {
  font-size: 8px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.9) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  padding: 1px 6px !important;
  border-radius: 20px !important;
  margin-top: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  background: rgba(0,0,0,0.12) !important;
}

body {
  padding-bottom: 84px !important;
}

/* Hizmet detay: mevcut tasarımı koruyan sağ navigasyon */
.service-detail-layout {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 310px);
  gap: 28px;
  align-items: start;
}
.service-detail-content { min-width: 0; }
.service-detail-content > section { padding-left: 0 !important; padding-right: 0 !important; }
.service-sidebar { position: sticky; top: 92px; margin: 80px 0; }
.service-sidebar details { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.service-sidebar summary { padding: 16px 18px; color: var(--heading); font-weight: 800; cursor: pointer; list-style-position: inside; }
.service-sidebar nav { display: grid; border-top: 1px solid var(--border); }
.service-sidebar-link { display: block; padding: 11px 16px; border-bottom: 1px solid var(--border); color: var(--text-muted); text-decoration: none; font-size: 13px; line-height: 1.35; }
.service-sidebar-link:hover, .service-sidebar-link:focus-visible { color: var(--orange); outline: none; }
.service-sidebar-link.is-active { color: var(--orange); font-weight: 800; background: rgba(243,106,10,.08); }
.service-sidebar-link.category-return { color: var(--heading); font-weight: 700; border-bottom: 0; }

/* 10. Responsive Tasarım */
@media (max-width: 1250px) {
  :root {
    --shell: 1000px;
  }
  .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .socials {
    display: none;
  }
  .navlinks {
    gap: 16px;
  }
  .nav-actions > a:nth-child(1) {
    display: none;
  }
  .hero-layout {
    grid-template-columns: 42% 32% 26%;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-row {
    grid-template-columns: 1fr;
  }
  .reviews, .process {
    height: auto;
  }
}

@media (max-width: 760px) {
  .service-detail-layout { width: min(100% - 28px, 1200px); grid-template-columns: 1fr; gap: 0; }
  .service-sidebar { position: static; margin: 24px 0 60px; order: -1; }
  .service-sidebar details:not([open]) nav { display: none; }
  body {
    padding-bottom: 68px;
  }
  .support-strip {
    height: auto;
    min-height: 42px;
    padding: 6px 0;
  }
  .support-strip p {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .support-strip .outline-action {
    display: none;
  }
  .contact-strip {
    display: none;
  }
  .main-header {
    height: 65px;
  }
  .navbar {
    
  }
  .brand {
    width: 100%;
  }
  .menu-toggle {
    display: block;
  }
  .navlinks {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 2px solid var(--line);
    box-shadow: 0 10px 20px rgba(7, 24, 39, 0.1);
  }
  .navlinks.open {
    display: flex;
  }
  .navlinks a {
    height: auto;
    padding: 14px;
    font-size: 13px;
    border-bottom: 1px solid #d8e3ec;
  }
  .navlinks a:last-child {
    border-bottom: 0;
  }
  .nav-actions {
    display: none;
  }
  .hero-layout {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0 30px;
  }
  .hero-copy {
    padding: 20px 0;
    text-align: center;
  }
  .hero h1 {
    font-size: 38px;
    margin-inline: auto;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-copy ul {
    justify-content: center;
  }
  .hero-cta {
    justify-content: center;
  }
  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(242, 247, 251, 0.95)), url('/assets/images/hero-technician-mobile.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .hero-art {
    display: none !important;
  }
  .request-form {
    width: 100%;
    margin-top: 15px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
  }
  .review-card {
    min-width: calc((100% - 8px) / 2);
  }
  .process {
    overflow: visible !important;
  }
  .process-steps {
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    align-items: center !important;
    padding: 15px 10px !important;
    margin-bottom: 25px !important;
    background: transparent !important;
    border: none !important;
  }
  .process-step {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    min-height: 80px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    background: #ffffff !important;
    border: 1px solid #d8e3ec !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    box-sizing: border-box !important;
  }
  .process-step b {
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid var(--orange) !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    background: #ffffff !important;
    color: var(--orange) !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
  }
  .process-step img {
    height: 50px !important;
    width: 50px !important;
    object-fit: contain !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  .process-step small {
    position: static !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: normal !important;
    text-align: left !important;
    color: var(--heading) !important;
    flex: 1 !important;
  }
  .process-arrow {
    display: none !important;
  }
  .process-step:not(:last-child) {
    position: relative !important;
  }
  .process-step:not(:last-child)::after {
    content: '↓' !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: var(--orange) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .process-tags {
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .process-tags span {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: 120px !important;
    height: 36px !important;
    border: 1px solid #d8e3ec !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }
  .process-tags span:last-child {
    flex: 1 1 100% !important;
    border: 1px solid #d8e3ec !important;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

}

@media (max-width: 520px) {
  .support-strip > .site-shell {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta a {
    width: 100%;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    min-width: 100%;
  }

}

/* --- MEGA MENU STYLES --- */
.nav-drop-item.has-mega-menu {
  position: static !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.mega-menu-trigger {
  cursor: pointer;
}

.mega-menu-trigger .arrow {
  font-size: 9px;
  margin-left: 4px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.nav-drop-item.has-mega-menu:hover .mega-menu-trigger .arrow {
  transform: rotate(180deg);
}

.mega-menu-wrapper-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(var(--shell), calc(100vw - 40px));
  background: #ffffff;
  border: 1px solid #d8e3ec;
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 40px rgba(7, 24, 39, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(15px);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999;
  padding: 30px;
  box-sizing: border-box;
}

.nav-drop-item.has-mega-menu:hover .mega-menu-wrapper-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 280px;
  gap: 20px 30px;
  width: 100%;
  box-sizing: border-box;
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.mega-menu-column:hover {
  background: rgba(22, 119, 255, 0.02);
}

.mega-column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(22, 119, 255, 0.1);
  padding-bottom: 8px;
}

.mega-column-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(22, 119, 255, 0.08);
  border: 1px solid rgba(22, 119, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-column-title-text {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mega-column-title-text a {
  color: var(--heading);
}

.mega-column-title-text a:hover {
  color: var(--orange);
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  
  text-decoration: none;
  padding: 2px 0;
  color: var(--muted);
  transition: all 0.2s ease;
  font-size: 11px;
  font-weight: 500;
}

.mega-menu-link .check-icon {
  color: var(--orange);
  font-size: 10px;
  margin-right: 6px;
  flex-shrink: 0;
}

.mega-menu-link .link-text {
  flex-grow: 1;
}

.mega-menu-link .arrow-icon {
  font-size: 10px;
  color: var(--orange);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}

.mega-menu-link:hover {
  color: var(--heading);
  transform: translateX(4px);
}

.mega-menu-link:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Right Side CTA Panel */
.mega-cta-panel {
  background: linear-gradient(135deg, #f2f7fb, #ffffff);
  border: 1px solid rgba(22, 119, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(7, 24, 39, 0.08);
  box-sizing: border-box;
  grid-column: 5;
  height: 100%;
}

.cta-badge-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-247-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}

.cta-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--heading);
  margin: 0;
}

.cta-desc {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
}

.cta-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-features li {
  font-size: 10.5px;
  color: var(--heading);
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-features li .check {
  color: var(--orange);
  font-weight: 700;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.cta-btn-phone,
.cta-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-btn-phone {
  background: var(--orange);
  color: #fff;
}

.cta-btn-phone:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.cta-btn-whatsapp {
  background: transparent;
  border: 1px solid var(--whatsapp);
  color: var(--whatsapp);
}

.cta-btn-whatsapp:hover {
  background: rgba(32, 184, 90, 0.08);
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .mega-menu-wrapper-dropdown {
    display: none !important;
  }
}

/* --- CUSTOM DROPDOWN SYSTEM --- */
.nav-drop-item.has-custom-dropdown {
  position: relative !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.dropdown-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 3px solid transparent;
  padding: 0 4px;
  position: relative;
}

.dropdown-trigger .trigger-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}

.dropdown-trigger .trigger-arrow {
  font-size: 9px;
  display: inline-block;
  transition: transform 0.2s ease;
  color: inherit;
}

.dropdown-trigger .sub-label {
  font-size: 9.5px;
  font-weight: 500;
  color: #607383;
  text-transform: none;
  transition: color 0.2s ease;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
/* Hover States for Trigger */
.nav-drop-item.has-custom-dropdown:hover .trigger-title {
  color: var(--orange);
}

.nav-drop-item.has-custom-dropdown:hover .trigger-arrow {
  transform: rotate(180deg);
  color: var(--orange);
}

.nav-drop-item.has-custom-dropdown:hover .sub-label {
  color: var(--orange);
}

/* Dropdown Menu Container */
.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 280px;
  background: #ffffff;
  border: 1px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(7, 24, 39, 0.12);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999;
  box-sizing: border-box;
}

.nav-drop-item.has-custom-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-header {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8e3ec;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropdown-list li {
  width: 100%;
}

.dropdown-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #607383;
  font-size: 11.5px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: none !important;
  height: auto !important;
  line-height: 1.3;
}

.dropdown-list .list-bullet {
  color: var(--orange);
  font-weight: 700;
  margin-right: 8px;
  font-size: 13px;
  flex-shrink: 0;
}

.dropdown-list .list-text {
  flex-grow: 1;
}

.dropdown-list a:hover {
  color: var(--heading) !important;
  transform: translateX(4px);
}

.leak-dropdown-menu {
  width: min(620px, calc(100vw - 32px));
}

.leak-dropdown-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 10px;
}

.dropdown-footer {
  font-size: 9.5px;
  color: #607383;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #d8e3ec;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
  .custom-dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .nav-drop-item.has-custom-dropdown {
    display: block !important;
    height: auto !important;
  }
  .dropdown-trigger {
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 10px 14px;
    height: auto;
  }
  .dropdown-trigger .sub-label {
    display: none; /* Hide sub-label on mobile to save vertical space */
  }
  .custom-dropdown-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
    display: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
  .nav-drop-item.has-custom-dropdown.open-mobile .custom-dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav-drop-item.has-custom-dropdown.open-mobile .trigger-arrow {
    transform: rotate(180deg) !important;
  }
  .dropdown-header, .dropdown-footer {
    display: none; /* Hide header/footer on mobile list */
  }

  .dropdown-list {
    gap: 0;
  }
  .leak-dropdown-list {
    display: flex;
  }
  .dropdown-list a {
    padding: 10px 24px !important;
    border-bottom: 1px solid #d8e3ec !important;
  }
}

/* --- CONTACT & MAP SECTION STYLES --- */
.contact-section {
  padding: 80px 0;
  background: var(--surface);
  font-family: 'Inter', sans-serif;
  color: var(--heading);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}

/* Left details */
.info-badge {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  border: 1px solid var(--orange);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

.info-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 15px 0;
  line-height: 1.15;
}

.info-title span {
  color: var(--orange);
}

.info-desc {
  color: #607383;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 35px 0;
}

.info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid #d8e3ec;
  border-radius: 8px;
  padding: 16px 20px;
}

.info-card-icon {
  background: rgba(22, 119, 255, 0.08);
  color: var(--orange);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-card-body b {
  color: var(--orange);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-card-body span, .info-card-body a {
  color: var(--heading);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/* Right Form */
.contact-form-col {
  width: 100%;
}

.request-form-custom {
  background: var(--white);
  border: 1px solid var(--orange);
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
}

.form-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.form-header-icon {
  font-size: 22px;
  color: var(--orange);
}

.form-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--heading);
}

.form-row-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.request-form-custom input, .request-form-custom select, .request-form-custom textarea {
  background: var(--surface);
  border: 1px solid #d8e3ec;
  color: var(--heading);
  border-radius: 6px;
  padding: 10px 14px;
  height: 46px;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13.5px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.request-form-custom select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231677ff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  padding-right: 40px;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 46px;
}

.request-form-custom input:focus, .request-form-custom select:focus, .request-form-custom textarea:focus {
  border-color: var(--orange);
}

.request-form-custom textarea {
  resize: vertical;
  min-height: 100px;
}

.kvkk-row {
  margin-bottom: 20px;
}

.kvkk-row label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.kvkk-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--orange);
  cursor: pointer;
}

.kvkk-row span {
  font-size: 12px;
  color: #607383;
  line-height: 1.4;
}

.request-form-custom button {
  background: linear-gradient(90deg, #1677ff 0%, #0e5fcc 100%);
  color: #fff;
  font-weight: 800;
  border: none;
  padding: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  transition: all 0.2s ease;
}

.request-form-custom button:hover {
  background: linear-gradient(90deg, #0e5fcc 0%, #0a4fa6 100%);
  transform: translateY(-1px);
}

/* Bottom Map */
.map-wrapper-custom {
  position: relative;
  margin-top: 60px;
}

.map-overlay-card {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d8e3ec;
  border-radius: 10px;
  padding: 22px;
  z-index: 100;
  width: 280px;
  box-shadow: 0 10px 30px rgba(7, 24, 39, 0.12);
  box-sizing: border-box;
}

.overlay-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.overlay-marker {
  font-size: 18px;
  color: var(--orange);
}

.overlay-header h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: var(--heading);
}

.overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overlay-list li {
  font-size: 12.5px;
  color: #607383;
  display: flex;
  align-items: center;
  gap: 8px;
}

.overlay-list .bullet {
  color: var(--orange);
  font-size: 12px;
}

.map-image-container {
  border: 1px solid #d8e3ec;
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
}

.map-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .form-row-custom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .map-overlay-card {
    position: static !important;
    width: 100% !important;
    margin-bottom: 20px;
    box-shadow: none !important;
  }
  .map-image-container {
    height: 300px;
  }
}

/* --- PREMIUM FOOTER STYLES --- */
.site-footer {
  background: var(--white);
  border-top: 1px solid var(--orange);
  padding: 80px 0 0 0;
  color: var(--heading);
  font-family: 'Inter', sans-serif;
}


.footer-grid-custom {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.4fr 1.1fr 0.8fr;
  gap: 30px;
  margin-bottom: 60px;
}

.footer-col {
  border-right: 1px solid #d8e3ec;
  padding-right: 25px;
}

.social-col-last {
  border-right: none !important;
  padding-right: 0 !important;
}

/* Column 1: Brand & Badges */
.footer-brand-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--heading);
  margin-bottom: 20px;
}

.footer-brand-custom img {
  width: 32px;
  height: 32px;
}

.footer-brand-custom span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.footer-brand-custom span b {
  color: var(--orange);
  margin-left: 4px;
}

.brand-desc {
  color: #607383;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

.footer-badges-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-badge-item .badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.footer-badge-item .badge-text {
  color: #607383;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
}

/* Services Double Column */
.services-col-double {
  width: 100%;
}

.services-double-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}

.footer-social-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-wrap b {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--heading);
  letter-spacing: 0.5px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid #d8e3ec;
  color: var(--heading);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 700;
}

.footer-socials a:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

/* List Columns */
.footer-col h3, .footer-col-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  color: var(--heading);
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
  display: inline-block;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col li {
  border-bottom: 1px solid #d8e3ec;
  padding-bottom: 8px;
}

.footer-col li:last-child {
  border-bottom: none;
}

.footer-col li a {
  display: flex;
  
  align-items: center;
  color: #607383;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-col li a:hover {
  color: var(--orange);
}

.footer-col li a .arrow {
  color: #607383;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-col li a:hover .arrow {
  color: var(--orange);
}

/* Column 4: Contact */
.contact-col-custom {
  width: 100%;
}

.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #d8e3ec;
  padding-bottom: 10px;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* Green border for whatsapp icon */
.contact-info-item:nth-child(2) .contact-icon-circle {
  border-color: var(--whatsapp);
  color: var(--whatsapp);
}

.contact-text-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-text-group small {
  color: #607383;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-text-group a, .contact-text-group span {
  color: var(--heading);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}

.contact-text-group a:hover {
  color: var(--orange);
}

/* Sub-footer */
.sub-footer-custom {
  background: var(--surface);
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 25px 0;
  color: #607383;
  font-size: 13px;
}

.sub-footer-grid {
  display: flex;
  
  align-items: center;
}

.sub-footer-grid p {
  margin: 0;
}

.policy-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.policy-links a {
  color: #607383;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

.policy-links a:hover {
  color: var(--orange);
}

.policy-links .dot {
  color: #607383;
}

/* Footer Responsive Overrides */
@media (max-width: 990px) {
  .footer-grid-custom {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .footer-grid-custom {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .sub-footer-grid {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* Price Section Responsive Rules */
.price-table-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 760px) {
  .price-table-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}

/* Responsive Grid & Layout Overrides */
.hizmet-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hizmet-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 760px) {
  .hizmet-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
  }
  .hizmet-hero-grid div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hizmet-hero-grid img {
    max-width: 100% !important;
    margin-top: 15px !important;
  }
  
  .hizmet-info-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  /* Page title mobile sizing */
  .page-title-h1 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
  
  /* Flow card fluid simulator */
  .animation-container {
    flex-direction: column !important;
    gap: 25px !important;
    padding: 25px 15px !important;
  }
  .animation-container .arrow-trans {
    transform: rotate(90deg) !important;
    margin: 5px 0 !important;
  }
  .animation-container .flow-card {
    width: 100% !important;
    max-width: 220px !important;
    flex: none !important;
  }
  
  /* Author card profile */
  .yazar-profile-card {
    padding: 25px 20px !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }
  .yazar-profile-card div {
    text-align: center !important;
  }
}

/* 11. Mobil Menü ve Overlay Stilleri (Header'dan taşındı) */
.desktop-nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.mobile-nav-menu {
  display: none;
}

@media (max-width: 760px) {
  .desktop-nav-menu {
    display: none !important;
  }
  .mobile-nav-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  
  .navlinks.open {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 999999 !important;
    padding: 25px 20px !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }
  
  .mobile-menu-header {
    display: flex;
    
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .mobile-menu-header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }
  .mobile-menu-header .brand img {
    height: 38px;
    width: 100%;
  }
  .mobile-menu-header .brand span {
    font-size: 15px;
    font-weight: 400;
    color: var(--heading);
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .mobile-menu-header .brand span b {
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
    padding-bottom: 2px;
    font-weight: 800;
  }
  .mobile-menu-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d8e3ec;
    background: var(--surface);
    color: var(--heading);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .mobile-status-strip {
    background: var(--surface);
    border: 1px solid #d8e3ec;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #607383;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }
  .mobile-status-strip .status-dot {
    color: var(--whatsapp);
    animation: statusPulse 1.5s infinite;
  }
  @keyframes statusPulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
  }

  .mobile-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .mobile-card-item {
    background: #f2f7fb;
    border: 1px solid #d8e3ec;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  
  .mobile-card-item.active-card {
    border-color: var(--orange);
    box-shadow: 0 0 15px rgba(22, 119, 255, 0.1);
  }
  .mobile-card-item.active-card .card-title {
    color: var(--orange) !important;
  }
  
  .card-trigger {
    display: flex;
    align-items: center;
    
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--heading);
    width: 100%;
    box-sizing: border-box;
  }
  
  .card-icon-wrapper {
    width: 38px;
    height: 38px;
    background: var(--white);
    border: 1px solid #d8e3ec;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    flex-shrink: 0;
  }
  .active-card .card-icon-wrapper {
    background: rgba(22, 119, 255, 0.05);
    border-color: rgba(22, 119, 255, 0.2);
  }
  
  .card-title {
    flex-grow: 1;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--heading);
    text-align: left;
  }
  
  .card-chevron, .card-chevron-down {
    font-size: 14px;
    color: #607383;
    transition: transform 0.2s ease;
  }
  .active-card .card-chevron {
    color: var(--orange);
  }
  
  .mobile-submenu {
    display: none;
    background: #ffffff;
    border-top: 1px solid #d8e3ec;
  }
  .mobile-card-item.open-mobile .mobile-submenu {
    display: block;
  }
  .mobile-card-item.open-mobile .card-chevron-down {
    transform: rotate(180deg);
  }
  
  .mobile-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-submenu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px 12px 52px !important;
    font-size: 13px;
    color: #607383;
    border-bottom: 1px solid #f2f7fb !important;
    text-decoration: none;
  }
  .mobile-submenu li a span {
    color: var(--orange);
    font-weight: 700;
  }
  .mobile-submenu li a:hover {
    color: var(--heading);
    background: var(--surface);
  }
  
  .mobile-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 25px;
    width: 100%;
  }
  .mobile-cta-btn {
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(7, 24, 39, 0.12);
  }
  .mobile-cta-btn.ara-btn {
    background: linear-gradient(135deg, #1677ff 0%, #0e5fcc 100%);
  }
  .mobile-cta-btn.wa-btn {
    background: linear-gradient(135deg, #20b85a 0%, #16803a 100%);
  }
  .btn-icon {
    font-size: 18px;
  }
  
  .mobile-menu-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #607383;
    margin-top: 5px;
  }
  .mobile-menu-badges .badge-dot {
    color: var(--orange);
    font-size: 8px;
  }
  .mobile-menu-badges .badge-icon {
    color: #d4af37;
  }

  .mobile-brand-card {
    background: #ffffff;
    border: 1px solid #d8e3ec;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    white-space: normal !important;
  }
  .card-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .brand-card-logo {
    height: 38px;
    width: 100%;
  }
  .brand-card-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading);
  }
  .brand-card-name b {
    color: var(--orange);
  }
  .brand-card-desc {
    font-size: 13.5px;
    color: #607383;
    line-height: 1.5;
    margin: 0 0 18px 0;
  }
  .brand-card-trust-row {
    display: flex;
    align-items: center;
    
    border-top: 1px solid #d8e3ec;
    padding-top: 14px;
    width: 100%;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .trust-label {
    font-size: 11.5px;
    font-weight: 600;
    color: #607383;
  }
  .trust-divider {
    color: #d8e3ec;
    font-weight: 300;
    font-size: 12px;
  }
}


/* ==========================================================================
   MEGA MENU STYLES - CRISP HORIZONTAL COLUMNS & PERFECT ALIGNMENT
   ========================================================================== */

.main-header .navbar {
  position: relative;
}

.desktop-nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  position: static;
  flex-wrap: nowrap;
}

.nav-item-link {
  color: var(--heading);
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 2px;
  transition: color 0.2s ease;
  white-space: nowrap;
  letter-spacing: -0.1px;
}

.nav-item-link:hover,
.nav-item-link.active {
  color: #1677ff;
}

.nav-drop-item.mega-dropdown-parent {
  position: relative;
  padding: 8px 0;
}

.dropdown-trigger {
  color: var(--heading);
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  padding: 4px 2px;
  border-radius: 4px;
  transition: color 0.2s ease;
  white-space: nowrap;
  letter-spacing: -0.1px;
}

@media (max-width: 1280px) {
  .desktop-nav-menu {
    gap: 6px;
  }
  .dropdown-trigger, .nav-item-link {
    font-size: 11px;
    padding: 3px 1px;
  }
}

.mega-dropdown-parent:hover .dropdown-trigger,
.mega-dropdown-parent.open .dropdown-trigger,
.dropdown-trigger.active {
  color: #1677ff;
}

/* Caret Triangle Indicator */
.megamenu-caret {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1677ff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100002;
}

.mega-dropdown-parent.open .megamenu-caret {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Dropdown Box */
.mega-menu-box {
  position: absolute;
  top: calc(100% + 2px);
  width: 1180px;
  right: auto !important;
  background: #ffffff;
  border: 1px solid #d8e3ec;
  border-top: 2px solid #1677ff;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(7, 24, 39, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 100000;
  padding: 24px;
  box-sizing: border-box;
}

.mega-dropdown-parent.open .mega-menu-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Mega Menu Header Section */
.mega-menu-header {
  display: flex;
  align-items: center;
  
  border-bottom: 1px solid #d8e3ec;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.mega-header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mega-header-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid #1677ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 119, 255, 0.06);
  flex-shrink: 0;
}

.mega-header-icon svg {
  width: 22px;
  height: 22px;
  stroke: #1677ff;
}

.mega-header-text h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--heading);
  margin: 0 0 3px 0;
  letter-spacing: -0.3px;
}

.mega-header-text p {
  font-size: 13.5px;
  color: #607383;
  margin: 0;
  font-weight: 400;
}

.mega-view-all {
  color: #1677ff;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.mega-view-all:hover {
  color: var(--heading);
  text-decoration: underline;
}

/* Mega Menu Body & Grid */
.mega-menu-body {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.mega-columns-grid {
  display: grid;
  flex-grow: 1;
  gap: 12px;
}

.mega-columns-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(230px, 1fr));
}

.mega-columns-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(190px, 1fr));
}

.mega-column {
  padding: 0 12px;
  border-right: 1px solid #d8e3ec;
  box-sizing: border-box;
  min-width: 0;
}

.mega-column:first-child {
  padding-left: 0;
}

.mega-column:last-child {
  border-right: none;
}

.mega-group-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #1677ff;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.group-icon svg {
  width: 16px;
  height: 16px;
  stroke: #1677ff;
  flex-shrink: 0;
}

.mega-group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mega-subitem-link {
  display: flex;
  align-items: center;
  
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #607383;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.mega-subitem-link:hover {
  background: var(--surface);
  color: var(--heading);
}

.item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}

.item-icon svg {
  width: 15px;
  height: 15px;
  stroke: #607383;
  transition: stroke 0.15s ease;
}

.mega-subitem-link:hover .item-icon svg {
  stroke: #1677ff;
}

.item-label {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-arrow {
  font-size: 14px;
  color: #607383;
  margin-left: 8px;
  flex-shrink: 0;
  transition: color 0.15s ease, transform 0.15s ease;
}

.mega-subitem-link:hover .item-arrow {
  color: #1677ff;
  transform: translateX(2px);
}

/* Right CTA Panel */
.mega-cta-panel {
  width: 220px;
  flex-shrink: 0;
  border-left: 1px solid #d8e3ec;
  padding-left: 20px;
  box-sizing: border-box;
}

.mega-cta-card {
  background: #ffffff;
  border: 1px solid #d8e3ec;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.mega-cta-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-cta-badges li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--heading);
}

.badge-check svg {
  width: 16px;
  height: 16px;
  stroke: #1677ff;
  flex-shrink: 0;
}

.mega-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

.mega-cta-btn.primary {
  background: #1677ff;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.3);
}

.mega-cta-btn.primary:hover {
  background: #0e5fcc;
  box-shadow: 0 6px 16px rgba(22, 119, 255, 0.4);
}

.mega-cta-btn.secondary {
  background: transparent;
  border: 1px solid #1677ff;
  color: #1677ff;
}

.mega-cta-btn.secondary:hover {
  background: rgba(22, 119, 255, 0.1);
  color: var(--heading);
}

/* Mobile Drawer Group Titles */
.mobile-group-title {
  font-size: 11px;
  font-weight: 800;
  color: #1677ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 14px 0 6px 0;
  padding-left: 10px;
}

/* Mobile header/drawer visibility and accessibility hardening */
.mobile-header-call { display: none; }
@media (max-width: 760px) {
  body.mobile-menu-open { overflow: hidden; }
  .main-header { min-height: 68px; }
  .main-header .navbar { min-height: 68px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .main-header .navbar > .brand { width: auto; min-width: 0; flex: 1 1 auto; margin-right: auto; }
  .main-header .navbar > .brand img { flex: 0 0 auto; }
  .main-header .navbar > .brand span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .mobile-header-call, .menu-toggle { width: 43px; height: 43px; flex: 0 0 43px; border: 1px solid #d8e3ec; border-radius: 50%; background: #fff; color: var(--heading); align-items: center; justify-content: center; box-sizing: border-box; }
  .mobile-header-call { display: flex; text-decoration: none; color: var(--orange); font-size: 19px; }
  .menu-toggle { display: inline-flex; flex-direction: column; gap: 4px; padding: 0; }
  .menu-toggle span { width: 18px; height: 2px; display: block; background: currentColor; border-radius: 2px; }
  .navlinks.open { display: block !important; position: fixed !important; inset: 0 !important; width: 100vw !important; height: 100dvh !important; padding: 0 !important; overflow-y: auto !important; overscroll-behavior: contain; background: #f7fafc !important; }
  .navlinks.open > :not(.mobile-nav-menu) { display: none !important; }
  .mobile-nav-menu { min-height: 100dvh; padding: 0 16px calc(26px + env(safe-area-inset-bottom)); background: #f7fafc; }
  .mobile-menu-header { position: sticky; top: 0; z-index: 2; justify-content: space-between; gap: 12px; padding: calc(14px + env(safe-area-inset-top)) 0 14px; margin-bottom: 10px; background: #f7fafc; }
  .mobile-menu-header .brand { width: auto; min-width: 0; flex: 1 1 auto; margin: 0; }
  .mobile-menu-header .brand img, .brand-card-logo { width: 44px; height: 50px; object-fit: contain; flex: 0 0 44px; }
  .mobile-menu-header .brand span { display: block; min-width: 0; font-size: 15px; font-weight: 800; overflow-wrap: anywhere; }
  .mobile-menu-close { width: 44px; height: 44px; flex: 0 0 44px; }
  .mobile-brand-card { padding: 18px; box-shadow: 0 10px 30px rgba(7,24,39,.06); }
  .brand-card-name { min-width: 0; font-size: clamp(17px,5vw,21px); overflow-wrap: anywhere; }
  .brand-card-trust-row { justify-content: space-between; gap: 7px; overflow-x: auto; }
  .trust-item { gap: 5px; white-space: nowrap; }
  .mobile-card-item { background: #fff; border-radius: 12px; box-shadow: 0 6px 18px rgba(7,24,39,.04); }
  button.card-trigger { appearance: none; border: 0; background: transparent; font: inherit; }
  .card-trigger { min-height: 68px; padding: 12px 14px; }
  .card-icon-wrapper { width: 44px; height: 44px; }
  .card-title { font-size: 15px; }
  .mobile-submenu[hidden] { display: none !important; }
  .mobile-card-item.open-mobile .mobile-submenu:not([hidden]) { display: block; }
  .mobile-view-all { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 18px !important; border-bottom: 1px solid #e5edf4 !important; color: var(--heading) !important; font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-cta-row.mobile-cta-single { grid-template-columns: 1fr; }
  .mobile-menu-badges a { display: inline-flex; min-height: 32px; align-items: center; padding: 0; border: 0; color: #607383; text-decoration: none; }
}
