@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:optional;src:url('/assets/fonts/inter-latin.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:optional;src:url('/assets/fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
:root {
  --bg: #071a2e;
  --panel: #0d2b45;
  --orange: #f36a0a;
  --text: #f7f7f7;
  --muted: #a9bfd0;
  --line: #174d73;
  --service-orange: #f97316;
  --service-orange-dark: #d95d0b;
  --shell: 1680px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: radial-gradient(circle at 50% 15%, #123c5c 0, #071a2e 48%);
  color: var(--text);
  font: 400 14px 'Inter', 'Inter-fallback', Arial, sans-serif;
  padding-bottom: 70px;
}

img, video, iframe, svg, canvas {
  max-width: 100%;
  height: auto;
}

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

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

.site-shell {
  width: min(100% - 48px, var(--shell, 1680px));
  margin-inline: auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .site-shell {
    width: min(100% - 32px, 1680px);
  }
}

@media (max-width: 480px) {
  .site-shell {
    width: min(100% - 24px, 1680px);
  }
}

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

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

.support-strip p {
  margin: 0;
  color: #c6c6c6;
  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 #6b4a35;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: transparent;
}

.support-strip .outline-action:hover {
  background: rgba(243, 106, 10, 0.1);
  border-color: var(--orange);
}

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

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

/* 2. İletişim Barı (Contact Strip) */
.contact-strip {
  height: 68px;
  background: #0d0f10;
  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 #332216;
}

.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(243, 106, 10, 0.05);
}

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

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

.contact-item a, .contact-item p > span {
  font-size: 13px;
  color: #eee;
  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: #232729;
  font-weight: 800;
  font-size: 11px;
  color: #ccc;
}

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

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


.navbar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.main-header .site-shell {
  width: min(1820px, calc(100% - 40px));
}

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

.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;
}

.brand img,
.footer-brand-custom img,
.brand-card-logo,
.mobile-menu-header .brand img {
  filter: drop-shadow(0 0 7px rgba(22, 135, 217, 0.28));
}

.mobile-menu-header .brand img {
  width: 34px;
  height: 38px;
}

.brand img {
  width: 42px;
  height: 48px;
}

.brand-card-logo {
  width: 34px;
  height: 38px;
}

.brand:hover img,
.footer-brand-custom:hover img,
.mobile-menu-header .brand:hover img {
  filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.45));
}

.navlinks {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: 20px;
}

.nav-actions > a {
  min-width: 104px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border: 1px solid #9a4c1a;
  border-radius: 5px;
}

.nav-actions > a:hover {
  background: rgba(243, 106, 10, 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: #aaa;
}

.nav-actions .wa {
  border-color: #458631;
}

.nav-actions .wa:hover {
  background: rgba(73, 125, 43, 0.1);
  border-color: #5e9e38;
}

.nav-actions .wa i {
  color: #78b934;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

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

.hero-layout {
  min-height: 500px;
  display: grid;
  grid-template-columns: 38% 26% 36%;
  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 #7c421d;
  color: #d4d4d4;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(243, 106, 10, 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: #c4c4c4;
  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: #2e7d32; /* Green checkmark */
  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 #ff7915;
  background: linear-gradient(#ff831f, #e75600);
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(243, 106, 10, 0.2);
}

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

.hero-cta a.whatsapp {
  background: #111914;
  border-color: #458631;
  box-shadow: 0 4px 15px rgba(73, 125, 43, 0.15);
}

.hero-cta a.whatsapp:hover {
  background: rgba(73, 125, 43, 0.15);
  border-color: #5e9e38;
}

.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.85);
}

.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, #080a0b 0%, transparent 15%, transparent 85%, #080a0b 100%);
}

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

/* 5. Keşif Talep Formu */
.request-form {
  align-self: center;
  min-height: 370px;
  z-index: 4;
  background: rgba(12, 14, 15, 0.85);
  border: 1px solid var(--orange);
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  margin-left: -50px;
  max-width: 440px;
}
@keyframes formFlash {
  0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05); }
  50% { box-shadow: 0 0 25px rgba(243, 106, 10, 0.8), inset 0 1px rgba(255,255,255,0.05); border-color: #f36a0a; }
  100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05); }
}
.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: #aaa;
  margin: 6px 0 14px;
}

.request-form input, .request-form select {
  width: 100%;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 12px;
  background: #080a0b;
  border: 1px solid #2d3135;
  color: #ddd;
  border-radius: 4px;
  font-size: 12px;
}

.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(#ff831f, #e75600);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(243, 106, 10, 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: #999;
  font-size: 11px;
}

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

.service-card {
  min-height: 360px;
  padding: 20px 20px 17px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(17, 32, 44, 0.98), rgba(7, 16, 24, 0.98));
  border: 1px solid rgba(81, 151, 199, 0.26);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -75px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.2), transparent 68%);
  pointer-events: none;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: auto 20px 0;
  height: 2px;
  background: linear-gradient(90deg, var(--service-orange), transparent);
  opacity: 0.8;
}

.service-card:hover {
  border-color: rgba(249, 115, 22, 0.7);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(249, 115, 22, 0.08);
  transform: translateY(-6px);
}

.service-card-topline {
  position: relative;
  z-index: 1;
  min-height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.service-eyebrow {
  color: #82c8f2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.service-badge {
  color: #d7e7f2;
  border: 1px solid rgba(130, 200, 242, 0.25);
  background: rgba(59, 130, 175, 0.14);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 9px;
  white-space: nowrap;
}

.service-badge span {
  color: #45b7ff;
  font-size: 8px;
}

.service-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #fb861b, #b44808);
  border: 4px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
}

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

.service-card h3 {
  font-size: 17px;
  line-height: 1.18;
  margin: 0 0 7px 0;
  font-weight: 700;
  color: #fff;
}

.service-card p {
  font-size: 12px;
  line-height: 1.5;
  color: #a9c1d0;
  margin: 0;
}

.service-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 20px 0 12px;
  display: grid;
  gap: 9px;
  font-size: 12px;
}

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

.service-card li a {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}

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

.service-card-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 35px;
  margin: 0 0 15px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(130, 200, 242, 0.13);
  color: #8faebe !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.service-card-note > span {
  color: var(--service-orange);
  font-size: 13px;
}

.service-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.service-trust {
  color: #8fd4f8;
  font-size: 10px;
  white-space: nowrap;
}

.service-trust span {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  border-radius: 50%;
  background: rgba(22, 135, 217, 0.25);
  color: #52b7ef;
  font-size: 10px;
}

.service-card-footer > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(249, 115, 22, 0.55);
  border-radius: 9px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 700;
  color: #eee;
}

.service-card-footer > a:hover {
  background: var(--service-orange);
  border-color: var(--service-orange);
  color: #fff;
}

/* 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: #0e1112;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.reviews > h2, .process > h2 {
  font-size: 14px;
  margin: 0 0 12px;
  color: #d7d7d7;
  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: #141719;
  border: 1px solid #70401f;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card .quote {
  position: absolute;
  right: 12px;
  top: 8px;
  color: rgba(243, 106, 10, 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: #c6c6c6;
  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(243, 106, 10, 0.05);
}

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

.reviewer b {
  font-size: 11px;
  color: #fff;
}

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

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

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

.slider-dots button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}

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

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

.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: #090a0b;
  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 #754019;
  border-radius: 4px;
  background: #080a0b;
}

.process-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #754019;
  font-size: 10px;
  color: #ccc;
  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: #060708;
  border-top: 1px solid #2d231b;
  color: #aaa;
}

.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: auto;
}

.footer-grid b {
  color: #fff;
  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: #ddd;
}

/* 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(0,0,0,0.4) !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, #b82711, #851304) !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
}

.sticky-actions a.call:hover {
  background: linear-gradient(135deg, #c92f17, #981706) !important;
}

.sticky-actions a.message {
  background: linear-gradient(135deg, #1b5e20, #0d3c11) !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
}

.sticky-actions a.message:hover {
  background: linear-gradient(135deg, #2e7d32, #1b5e20) !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.7) !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.8) !important;
  border: 1px solid rgba(255,255,255,0.2) !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.15) !important;
}

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

/* 10. Responsive Tasarım */
@media (max-width: 1250px) {
  .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .socials {
    display: none;
  }
  .navlinks { gap: 0; }
  .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) {
  body {
    padding-bottom: 74px;
  }
  .contact-strip {
    display: none !important;
  }
  .support-strip {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #041322 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .support-strip > .site-shell {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .support-strip p {
    font-size: 11.5px !important;
    margin: 0 !important;
    color: #eaf6ff !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
  .support-strip .outline-action {
    display: none !important;
  }
  .main-header {
    height: 60px !important;
  }
  .navbar {
    justify-content: space-between !important;
    width: 100% !important;
  }
  .brand {
    margin-right: 0 !important;
  }
  .brand img {
    width: 36px !important;
    height: 42px !important;
  }
  .brand span {
    font-size: 16px !important;
  }
  .brand b {
    font-size: 12px !important;
  }
  .menu-toggle {
    display: block !important;
    font-size: 26px !important;
  }
  .navlinks {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #0d1114;
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 2px solid var(--orange);
    box-shadow: 0 15px 35px rgba(0,0,0,0.8);
  }
  .navlinks.open {
    display: flex;
  }
  .nav-actions {
    display: none !important;
  }
  .hero-layout {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 0 30px !important;
    gap: 18px !important;
  }
  .hero-copy {
    padding: 10px 0 !important;
    text-align: center !important;
  }
  .hero h1 {
    font-size: clamp(23px, 6.2vw, 29px) !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 auto 12px !important;
    letter-spacing: -0.3px !important;
  }
  .hero h1 span {
    color: #f36a0a !important;
    display: inline !important;
  }
  .hero-copy > p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #94a3b8 !important;
    margin: 0 auto 16px !important;
    max-width: 100% !important;
  }
  .hero-copy ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
    list-style: none !important;
  }
  .hero-copy ul li {
    font-size: 11px !important;
    background: rgba(243, 106, 10, 0.1) !important;
    border: 1px solid rgba(243, 106, 10, 0.3) !important;
    border-radius: 20px !important;
    padding: 4px 10px !important;
    color: #e2e8f0 !important;
    white-space: nowrap !important;
  }
  .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .hero-cta a {
    width: 100% !important;
    height: 46px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .hero {
    background-image: linear-gradient(rgba(8, 10, 11, 0.92), rgba(8, 10, 11, 0.95)), url('/assets/images/hero-technician-opt.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  @media (max-width: 800px){
    .hero { background-image: linear-gradient(rgba(8, 10, 11, 0.92), rgba(8, 10, 11, 0.95)), url('/assets/images/hero-technician-mob.webp') !important; }
  }
  .hero-art {
    display: none !important;
  }
  .request-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    padding: 20px 16px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    min-height: 340px;
    background: rgba(12, 16, 19, 0.92) !important;
  }
  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 16px 0 !important;
  }
  .service-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
    background: #0d1114 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
  }
  .service-card h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
  }
  .service-card-footer {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }
  .service-card-footer > a {
    width: 100% !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: center !important;
  }
  .review-card {
    min-width: 100% !important;
    padding: 18px 16px !important;
    border-radius: 14px !important;
  }
  .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: #090b0c !important;
    border: 1px solid #1c2022 !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: #090b0c !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: #fff !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 #754019 !important;
    border-radius: 4px !important;
    background: #080a0b !important;
    box-sizing: border-box !important;
  }
  .process-tags span:last-child {
    flex: 1 1 100% !important;
    border: 1px solid #754019 !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;
    gap: 14px;
  }

  .service-card {
    min-height: 340px;
    padding: 18px 17px 16px;
  }

  .service-card-topline {
    margin-bottom: 14px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card-footer {
    align-items: flex-start;
  }

  .service-trust {
    font-size: 9px;
  }

  .service-card-footer > a {
    padding: 7px 9px;
  }

  .service-card li a {
    padding: 6px 0;
  }

  .service-card ul {
    margin-top: 16px;
    gap: 6px;
  }

  .service-card-note {
    margin-bottom: 12px !important;
  }

  .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: #111416;
  border: 1px solid #241b15;
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  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(243, 106, 10, 0.02);
}

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

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

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

.mega-column-title-text a {
  color: #fff;
}

.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;
  justify-content: space-between;
  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: #fff;
  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, #181c1e, #0d0f10);
  border: 1px solid rgba(243, 106, 10, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  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: #fff;
  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: #eee;
  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 #25d366;
  color: #25d366;
}

.cta-btn-whatsapp:hover {
  background: rgba(37, 211, 102, 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: #d0d2d3;
  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: #6c7275;
  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: #0d0f10;
  border: 1px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  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: #e0a97a; /* Muted Peach/Orange Tint from visual */
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  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: #ccc;
  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: #fff !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: #55585a;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  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 #1c2022 !important;
  }
}

/* --- CONTACT & MAP SECTION STYLES --- */
.contact-section {
  padding: 80px 0;
  background: #0d0f10;
  font-family: 'Inter', 'Inter-fallback', sans-serif;
  color: #fff;
}

.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: #a0a5a8;
  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: #111416;
  border: 1px solid #1c2022;
  border-radius: 8px;
  padding: 16px 20px;
}

.info-card-icon {
  background: rgba(243, 106, 10, 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: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

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

.request-form-custom {
  background: #0d0f10;
  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: #fff;
}

.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: #111416;
  border: 1px solid #1c2022;
  color: #fff;
  border-radius: 6px;
  padding: 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.request-form-custom select {
  cursor: pointer;
  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='%23f36a0a'%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;
}

.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: #a0a5a8;
  line-height: 1.4;
}

.request-form-custom button {
  background: linear-gradient(90deg, #f36a0a 0%, #e05a08 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, #e05a08 0%, #c44f07 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(13, 15, 16, 0.95);
  border: 1px solid #1c2022;
  border-radius: 10px;
  padding: 22px;
  z-index: 100;
  width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  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: #fff;
}

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

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

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

.map-image-container {
  border: 1px solid #1c2022;
  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: #0d0f10;
  border-top: 1px solid var(--orange);
  padding: 80px 0 0 0;
  color: #fff;
  font-family: 'Inter', 'Inter-fallback', 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 #1c2022;
  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: #fff;
  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: #a0a5a8;
  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: #a0a5a8;
  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: #fff;
  letter-spacing: 0.5px;
}

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

.footer-socials a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111416;
  border: 1px solid #1c2022;
  color: #fff;
  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: #fff;
  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 #1c2022;
  padding-bottom: 8px;
}

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

.footer-col li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a0a5a8;
  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: #444;
  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 #1c2022;
  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: #25d366;
  color: #25d366;
}

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

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

.contact-text-group a, .contact-text-group span {
  color: #fff;
  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: #090a0b;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 25px 0;
  color: #cbd5e1;
  font-size: 13px;
}

.sub-footer-custom a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.sub-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

/* 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;
  justify-content: center;
  gap: clamp(8px, 1.1vw, 20px);
  min-width: 0;
}

.desktop-nav-menu > .nav-item-link,
.desktop-nav-menu > .nav-drop-item {
  flex: 0 0 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}

.desktop-nav-menu > .nav-item-link {
  padding: 0 4px;
}

.desktop-nav-menu .dropdown-trigger {
  padding: 0 4px;
}

/* Orta ekranlarda menü öğelerinin sıkışıp iç içe girmesini önler. */
@media (min-width: 1101px) and (max-width: 1450px) {
  .navbar {
    gap: 12px;
  }

  .brand {
    width: 154px;
    gap: 6px;
    font-size: 17px;
  }

  .brand img {
    width: 36px;
    height: 42px;
  }

  .brand b {
    font-size: 12px;
  }

  .navlinks,
  .desktop-nav-menu {
    gap: 0;
  }

  .navlinks a {
    font-size: 9px;
    letter-spacing: 0;
  }

  .desktop-nav-menu > .nav-item-link,
  .desktop-nav-menu .dropdown-trigger {
    padding-inline: 5px;
  }

  .nav-actions {
    gap: 4px;
  }

  .nav-actions > a {
    min-width: 70px;
    padding: 0 5px;
    gap: 4px;
  }

  .nav-actions span {
    font-size: 8px;
  }

  .nav-actions small {
    font-size: 7px;
  }
}

/* 1100 px altında kategori isimlerini sıkıştırmak yerine mobil çekmeceyi kullan. */
@media (max-width: 1100px) and (min-width: 761px) {
  .main-header {
    height: 65px;
  }

  .main-header .site-shell {
    width: calc(100% - 28px);
  }

  .brand {
    width: auto;
  }

  .navlinks {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-actions {
    display: none;
  }

  .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: #090a0b !important;
    z-index: 999999 !important;
    padding: 25px 20px !important;
    overflow-y: auto !important;
  }

  .navlinks.open .desktop-nav-menu {
    display: none !important;
  }

  .navlinks.open .mobile-nav-menu {
    display: flex !important;
  }
}
.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: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    background: #090a0b !important;
    z-index: 999999 !important;
    padding: 25px 20px !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }
  
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    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: auto;
  }
  .mobile-menu-header .brand span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    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 rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .mobile-status-strip {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #8a9094;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }
  .mobile-status-strip .status-dot {
    color: #2ecc71;
    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: #111416;
    border: 1px solid #1c2022;
    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(243, 106, 10, 0.1);
  }
  .mobile-card-item.active-card .card-title {
    color: var(--orange) !important;
  }
  
  .card-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  
  .card-icon-wrapper {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    flex-shrink: 0;
  }
  .active-card .card-icon-wrapper {
    background: rgba(243, 106, 10, 0.05);
    border-color: rgba(243, 106, 10, 0.2);
  }
  
  .card-title {
    flex-grow: 1;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  
  .card-chevron, .card-chevron-down {
    font-size: 14px;
    color: #888;
    transition: transform 0.2s ease;
  }
  .active-card .card-chevron {
    color: var(--orange);
  }
  
  .mobile-submenu {
    display: none;
    background: #090a0b;
    border-top: 1px solid #15181a;
  }
  .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: #aaa;
    border-bottom: 1px solid #111416 !important;
    text-decoration: none;
  }
  .mobile-submenu li a span {
    color: var(--orange);
    font-weight: 700;
  }
  .mobile-submenu li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.01);
  }
  
  .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(0, 0, 0, 0.3);
  }
  .mobile-cta-btn.ara-btn {
    background: linear-gradient(135deg, #f36a0a 0%, #d35400 100%);
  }
  .mobile-cta-btn.wa-btn {
    background: linear-gradient(135deg, #25d366 0%, #1c9c4b 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: #6a7074;
    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: #090a0b;
    border: 1px solid #1c2022;
    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: auto;
  }
  .brand-card-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .brand-card-name b {
    color: var(--orange);
  }
  .brand-card-desc {
    font-size: 13.5px;
    color: #8a9094;
    line-height: 1.5;
    margin: 0 0 18px 0;
  }
  .brand-card-trust-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    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: #a0a5a8;
  }
  .trust-divider {
    color: rgba(255, 255, 255, 0.08);
    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;
  justify-content: flex-start;
  gap: clamp(10px, 1.15vw, 22px);
  position: static;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.nav-item-link,
.dropdown-trigger {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 52px;
  padding: 0 6px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  box-sizing: border-box;
}

.nav-drop-item.mega-dropdown-parent {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-item-link:hover,
.nav-item-link.active,
.mega-dropdown-parent:hover .dropdown-trigger,
.mega-dropdown-parent.open .dropdown-trigger,
.dropdown-trigger.active {
  color: var(--orange, #f36a0a);
  border-bottom-color: var(--orange, #f36a0a);
}

/* 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 #ff6b00;
  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 STYLES - APPLE PREMIUM UI REDESIGN
   ========================================================================== */

.mega-menu-box {
  position: absolute;
  top: calc(100% + 8px);
  width: 1080px;
  max-width: calc(100vw - 32px);
  right: auto !important;
  background: linear-gradient(180deg, #101417 0%, #080a0b 100%);
  border: 1px solid rgba(243, 106, 10, 0.25);
  border-top: 2px solid #f36a0a;
  border-radius: 18px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.95), 0 0 30px rgba(243, 106, 10, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  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: 100000;
  padding: 22px 24px;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
}

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

/* Caret Triangle Indicator */
.megamenu-caret {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f36a0a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, left 0.2s ease;
  z-index: 100002;
  filter: drop-shadow(0 -2px 4px rgba(243, 106, 10, 0.6));
}

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

/* Mega Menu Header Section */
.mega-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

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

.mega-header-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(243, 106, 10, 0.35);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 106, 10, 0.08);
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(243, 106, 10, 0.15);
}

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

.mega-header-text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
  letter-spacing: -0.3px;
}

.mega-header-text p {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
  font-weight: 400;
}

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

.mega-view-all:hover {
  color: #ffffff;
}

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

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

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

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

.mega-column {
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  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: 11.5px;
  font-weight: 800;
  color: #f36a0a;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.group-icon svg {
  width: 15px;
  height: 15px;
  stroke: #f36a0a;
  flex-shrink: 0;
}

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

.mega-subitem-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.18s ease-in-out;
  white-space: nowrap;
}

.mega-subitem-link:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

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

.item-icon svg {
  width: 15px;
  height: 15px;
  stroke: #94a3b8;
  transition: stroke 0.18s ease;
}

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

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

.item-arrow {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 6px;
  flex-shrink: 0;
  transition: all 0.18s ease;
}

.mega-subitem-link:hover .item-arrow {
  color: #f36a0a;
  transform: translateX(3px);
}

/* Right CTA Panel & Card */
.mega-cta-panel {
  width: 240px;
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  padding-left: 16px;
  box-sizing: border-box;
}

.mega-cta-card {
  background: rgba(14, 18, 22, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.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: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #e2e8f0;
  line-height: 1.35;
}

.badge-check svg {
  width: 14px;
  height: 14px;
  stroke: #f36a0a;
  flex-shrink: 0;
  margin-top: 2px;
}

.mega-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  height: auto !important;
  padding: 8px 12px !important;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  white-space: normal !important;
  word-break: break-word;
  letter-spacing: 0.4px;
  line-height: 1.3;
}

.mega-cta-btn.primary {
  background: linear-gradient(135deg, #f36a0a 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(243, 106, 10, 0.4);
  box-shadow: 0 4px 15px rgba(243, 106, 10, 0.3) !important;
}

.mega-cta-btn.primary:hover {
  background: linear-gradient(135deg, #ff7a1c 0%, #f36a0a 100%) !important;
  box-shadow: 0 6px 20px rgba(243, 106, 10, 0.45) !important;
  transform: translateY(-1px);
}

.mega-cta-btn.secondary {
  background: rgba(2, 132, 199, 0.12) !important;
  border: 1px solid rgba(56, 189, 248, 0.4) !important;
  color: #38bdf8 !important;
}

.mega-cta-btn.secondary:hover {
  background: rgba(2, 132, 199, 0.22) !important;
  color: #ffffff !important;
  border-color: #38bdf8 !important;
  transform: translateY(-1px);
}

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

/* Üst menü linklerinin %100 yükseklik kuralı mega menü içine taşınmamalı. */
.navlinks .mega-menu-box a {
  height: auto;
  border-bottom: 0;
}

.mega-menu-header {
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.mega-menu-body {
  align-items: flex-start;
  gap: 18px;
}

.mega-columns-grid {
  align-items: start;
  align-content: start;
  gap: 8px;
}

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

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

.mega-column {
  align-self: start;
  padding: 0 10px;
}

.mega-group-title {
  margin-bottom: 8px;
}

.mega-group-list {
  gap: 1px;
}

.mega-subitem-link {
  height: auto !important;
  min-height: 32px;
  padding: 5px 8px;
  font-size: 12.5px;
}

.mega-cta-panel {
  align-self: flex-start;
  height: auto;
  width: 210px;
  padding-left: 16px;
}

.mega-cta-card {
  padding: 14px;
  gap: 10px;
}

.mega-cta-badges {
  gap: 8px;
}

.support-strip {
  background: #041322;
  border-bottom-color: #123b5b;
}

.contact-strip,
.main-header {
  background: #08223a;
  border-color: #174d73;
}

.hero {
  background: #061a2d;
  border-bottom-color: #174d73;
}

.hero-art:after {
  background: linear-gradient(90deg, #061a2d 0%, transparent 15%, transparent 85%, #061a2d 100%);
}

.request-form {
  background: rgba(7, 26, 46, 0.9);
  border-color: #1687d9;
  box-shadow: 0 10px 32px rgba(1, 11, 21, 0.55), 0 0 0 1px rgba(22, 135, 217, 0.08);
}

.request-form input,
.request-form select {
  background: #061a2d;
  border-color: #24597d;
}

.support-strip .primary-action,
.hero-cta a:not(.whatsapp),
.request-form button,
.cta-btn-phone,
.mobile-cta-btn.ara-btn,
.mega-cta-btn.primary {
  background: linear-gradient(135deg, var(--service-orange), var(--service-orange-dark));
  border-color: #fb923c;
  color: #fff;
  box-shadow: 0 5px 16px rgba(249, 115, 22, 0.26);
}

.support-strip .primary-action:hover,
.hero-cta a:not(.whatsapp):hover,
.request-form button:hover,
.cta-btn-phone:hover,
.mobile-cta-btn.ara-btn:hover,
.mega-cta-btn.primary:hover {
  background: linear-gradient(135deg, #fb923c, #ea580c);
  box-shadow: 0 7px 20px rgba(249, 115, 22, 0.36);
}

.sticky-actions a.call,
.sticky-actions a.call:hover {
  background: linear-gradient(135deg, #f97316, #c94d08) !important;
}

.site-footer {
  background: #041322;
  border-top-color: #174d73;
}

::selection {
  background: #f36a0a;
  color: #fff;
}

/* Header/footer visibility guard: keeps the information bars visible after theme changes. */
.support-strip,
.contact-strip,
.site-footer {
  display: block;
  visibility: visible;
  opacity: 1;
}

.support-strip {
  position: relative;
  z-index: 1001;
  min-height: 42px;
  color: #eaf6ff;
}

.support-strip > .site-shell,
.contact-strip > .site-shell {
  visibility: visible;
  opacity: 1;
}

.support-strip p,
.support-strip p b,
.support-strip a {
  color: #eaf6ff;
}

.support-strip .outline-action {
  border-color: #4b86ab;
  color: #eaf6ff;
}

.contact-strip {
  position: relative;
  z-index: 1001;
  min-height: 68px;
  color: #eaf6ff;
}

.contact-strip .contact-item,
.contact-strip .socials {
  visibility: visible;
  opacity: 1;
}

.contact-strip .contact-item b,
.contact-strip .socials > b {
  color: #a9c7da;
}

.contact-strip .contact-item a,
.contact-strip .contact-item p > span {
  color: #f4fbff;
}

.contact-strip .round-icon {
  background: rgba(22, 135, 217, 0.14);
}

.site-footer {
  position: relative;
  z-index: 1;
  color: #f4fbff;
}

/* Inter fallback metric override — CLS azaltma.
   Inter yüklenene kadar kullanılan Arial/Roboto fallback'in dikey
   metriklerini Inter'e yaklaştırır; font swap olduğunda satır
   yükseklikleri ve blok boyutları kaymaz. */
@font-face {
  font-family: 'Inter-fallback';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Arial'), local('Roboto');
  size-adjust: 107.44%;
  ascent-override: 90.49%;
  descent-override: 22.40%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Inter-fallback';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Arial'), local('Roboto');
  size-adjust: 107.44%;
  ascent-override: 90.49%;
  descent-override: 22.40%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Inter-fallback';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Arial'), local('Roboto');
  size-adjust: 107.44%;
  ascent-override: 90.49%;
  descent-override: 22.40%;
  line-gap-override: 0%;
}

/* ═══ AI OVERVIEW / FEATURED SNIPPET (0. Sıra) BİLGİ KUTUSU ═══ */
.ai-overview {
  padding: 42px 20px 50px;
  background:
    radial-gradient(900px 240px at 85% 0%, rgba(243, 106, 10, 0.05), transparent 60%),
    linear-gradient(180deg, #0d0f10 0%, #0b0d0f 100%);
  overflow-x: clip;
}

.ai-overview__shell {
  max-width: 1080px;
  margin: 0 auto;
}

.ai-overview__card {
  position: relative;
  border: 1px solid rgba(243, 106, 10, 0.28);
  border-radius: 18px;
  padding: 28px 28px 30px;
  background:
    radial-gradient(1000px 280px at 88% -12%, rgba(243, 106, 10, 0.12), transparent 60%),
    radial-gradient(800px 260px at 0% 0%, rgba(22, 135, 217, 0.10), transparent 55%),
    linear-gradient(160deg, #15191c 0%, #0d1013 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ai-overview__card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #f97316 45%, rgba(22, 135, 217, 0.75));
  opacity: 0.9;
}

.ai-overview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ai-overview__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}

.ai-overview__spark {
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
}

.ai-overview__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ai-overview__badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ff831f, #e75600);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-overview__badge--alt {
  color: #9fd0f2;
  background: rgba(22, 135, 217, 0.16);
  border: 1px solid rgba(22, 135, 217, 0.4);
}

.ai-overview__lead {
  margin: 0 0 26px;
  padding: 16px 18px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #e7edf1;
  background: rgba(243, 106, 10, 0.07);
  border-left: 3px solid var(--orange);
  border-radius: 10px;
}

.ai-overview__lead .ai-hl {
  color: var(--orange);
  font-weight: 800;
  white-space: nowrap;
}

.ai-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 26px;
}

.ai-method {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px;
  background: rgba(13, 15, 16, 0.72);
  border: 1px solid #1c2022;
  border-radius: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ai-method:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 106, 10, 0.5);
}

.ai-method__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-size: 23px;
  line-height: 1;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(243, 106, 10, 0.22), rgba(243, 106, 10, 0.05));
  border: 1px solid rgba(243, 106, 10, 0.32);
}

.ai-method h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 800;
  color: #fff;
}

.ai-method p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #a0a5a8;
}

.ai-section-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
}

.ai-price {
  margin: 0 0 26px;
}

.ai-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #1c2022;
  border-radius: 12px;
  background: rgba(13, 15, 16, 0.6);
}

.ai-price-table thead th {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  color: #8faebe;
  background: rgba(243, 106, 10, 0.08);
  border-bottom: 1px solid #1c2022;
}

.ai-price-table tbody td {
  padding: 13px 16px;
  font-size: 13.5px;
  color: #e7edf1;
  border-bottom: 1px solid #1c2022;
}

.ai-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.ai-price-table tbody td:last-child {
  font-weight: 800;
  color: var(--orange);
  text-align: right;
  white-space: nowrap;
}

.ai-price-table tbody tr:hover td {
  background: rgba(243, 106, 10, 0.05);
}

.ai-price__note {
  margin: 10px 2px 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: #8faebe;
}

.ai-symptoms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 26px;
}

.ai-symptom {
  padding: 18px 16px;
  background: rgba(13, 15, 16, 0.72);
  border: 1px solid #1c2022;
  border-radius: 12px;
}

.ai-symptom__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}

.ai-symptom__icon {
  font-size: 20px;
  line-height: 1;
}

.ai-symptom__head h3 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
}

.ai-symptom p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: #a0a5a8;
}

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

.ai-cta__btn {
  flex: 1 1 240px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.ai-cta__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.ai-cta__call {
  background: linear-gradient(135deg, #ff831f, #e75600);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(243, 106, 10, 0.28);
}

.ai-cta__wa {
  background: linear-gradient(135deg, #2ecc66, #1da851);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.22);
}

.ai-cta__icon {
  font-size: 22px;
  line-height: 1;
}

.ai-cta__text {
  display: grid;
  gap: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.ai-cta__text small {
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 760px) {
  .ai-overview {
    padding: 30px 16px 36px;
  }

  .ai-overview__card {
    padding: 22px 16px 24px;
    border-radius: 16px;
  }

  .ai-overview__head {
    align-items: flex-start;
  }

  .ai-overview__lead {
    font-size: 15px;
    line-height: 1.6;
    padding: 14px 14px;
  }

  .ai-overview__lead .ai-hl {
    white-space: normal;
  }

  .ai-methods {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ai-symptoms {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ai-cta__btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 640px) {
  .ai-price-table thead {
    display: none;
  }

  .ai-price-table,
  .ai-price-table tbody,
  .ai-price-table tr,
  .ai-price-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .ai-price-table tbody tr {
    padding: 12px 14px;
    border-bottom: 1px solid #1c2022;
  }

  .ai-price-table tbody tr:last-child {
    border-bottom: 0;
  }

  .ai-price-table tbody td {
    padding: 4px 0;
    border: 0;
    text-align: left;
  }

  .ai-price-table tbody td:last-child {
    text-align: left;
    white-space: normal;
  }

  .ai-price-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8faebe;
  }

  .ai-price-table tbody td:first-child {
    padding-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-method,
  .ai-cta__btn {
    transition: none;
  }
}
