﻿/* â”€â”€ Export map (globe) â€” keskin Ã§erÃ§eve, siyah/beyaz, map: img/map.png â”€â”€ */
.export-map {
  position: relative;
  z-index: 10;
  isolation: isolate;
  color: #fff;
  --bracket-fill: #fff;
  padding-top: clamp(80px, 11vw, 140px);
  padding-bottom: clamp(80px, 11vw, 140px);
  background: #0a0a0a;
}
.export-map__bg-dark {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a0a0a;
  pointer-events: none;
}
.export-map__bg-dark::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(46vh, 480px);
  pointer-events: none;
  background:
    radial-gradient(ellipse 102% 78% at 50% 104%, rgba(160, 215, 100, 0.035), transparent 60%),
    radial-gradient(ellipse 96% 70% at 50% 100%, rgba(135, 195, 70, 0.045), transparent 70%),
    radial-gradient(ellipse 76% 52% at 50% 100%, rgba(220, 240, 180, 0.028), transparent 66%),
    radial-gradient(ellipse 70% 46% at 50% 100%, rgba(120, 170, 60, 0.022), transparent 78%);
}
/* Ã‡entikler kaldÄ±rÄ±ldÄ± - dÃ¼z geÃ§iÅŸ */
.export-map.tfon-notch-panel::before {
  display: none;
}
.export-map .home-products__tag {
  margin-bottom: clamp(14px, 2vw, 22px);
}
.export-map .about__heading-wrap {
  margin: 0 auto;
  text-align: center;
}
.export-map__heading {
  font-family: var(--tf-font-sans), 'Raleway', sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 22ch;
  color: transparent;
  background-image: linear-gradient(
    108deg,
    #ffffff 0%,
    #c8c8c8 38%,
    #f0f0f0 62%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.export-map__heading span {
  display: block;
}
.export-map .home-products__lead {
  margin-bottom: clamp(22px, 3vw, 32px);
}
.export-map__countries {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 9px;
}
.export-map__countries li {
  min-width: 0;
  display: flex;
  align-items: stretch;
}
.export-map__country {
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--tf-font-sans), 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.export-map__label {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.22;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.export-map__country:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}
.export-map__country.is-active {
  background: #fff;
  color: #0a0a0a;
  border-color: #fff;
}
.export-map__flag {
  width: 26px;
  height: 17px;
  flex-shrink: 0;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  overflow: hidden;
  line-height: 0;
  background: #1a1a1a;
}
.export-map__flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.export-map__country.is-active .export-map__flag {
  border-color: rgba(0, 0, 0, 0.2);
}
.export-map__inner {
  position: relative;
  z-index: 1;
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0 28px;
}
.export-map__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  justify-items: center;
  text-align: center;
}
.export-map__col--text {
  position: relative;
  z-index: 2;
  text-align: center;
}
.export-map__heading-wrap {
  margin: 0 auto;
  text-align: center;
}
.export-map__col--map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-self: center;
  overflow: visible;
  margin-top: 20px;
}
/* â”€â”€ 3D Globe (CodePen: Mattaniah Tantero â€“ myrLaPm) â”€â”€ */
.globe-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 10;
  margin-inline: auto;
  overflow: visible;
  background: transparent;
  opacity: 0;
  transform: translate3d(0, -48px, 0) scale(1.85) !important;
  transform-origin: center center;
}
.export-map[data-export-map-boot='1'] .globe-wrap {
  animation: globe-wrap-in 0.92s var(--ease-out-expo) forwards;
}
@keyframes globe-wrap-in {
  from { opacity: 0; transform: translate3d(0, -48px, 0) scale(1.85) !important; }
  to   { opacity: 1; transform: translate3d(0, 0, 0) scale(1.85) !important; }
}
#globe-canvas-container {
  position: absolute; inset: 0;
}
.globe-wrap canvas { display: block; width: 100%; height: 100%; }
#globe-labels-container {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 5;
}
.globe-marker {
  position: absolute; width: 6px; height: 6px;
  background: var(--accent); border-radius: 50%;
  pointer-events: auto; display: flex;
  align-items: center; justify-content: center;
  box-shadow: 0 0 9px var(--accent);
  animation: globeBreath 2s ease-in-out infinite alternate;
}
.globe-marker::before, .globe-marker::after {
  content: ''; position: absolute;
  width: 100%; height: 100%; border-radius: 50%;
  border: 1px solid var(--accent); opacity: 0;
  animation: globeSonar 3s cubic-bezier(.215,.61,.355,1) infinite;
}
.globe-marker::after { animation-delay: 1.5s; }
@keyframes globeSonar {
  0%   { transform: scale(1); opacity: .8; }
  100% { transform: scale(3.25); opacity: 0; }
}
@keyframes globeBreath {
  from { transform: scale(1);   box-shadow: 0 0 6px var(--accent); }
  to   { transform: scale(1.08); box-shadow: 0 0 12px var(--accent); }
}
.globe-tooltip {
  position: absolute; bottom: 18px; left: 50%;
  transform: translateX(-50%);
  background: rgba(10,10,10,.95);
  border: 1px solid rgba(90,119,14,.6);
  padding: 8px 10px; border-radius: 6px;
  color: var(--accent); min-width: 118px;
  visibility: hidden; pointer-events: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.65);
  backdrop-filter: blur(10px);
  display: flex; flex-direction: column;
  font-family: var(--tf-font-sans), 'Raleway', sans-serif;
}
.globe-marker:hover .globe-tooltip { visibility: visible; }
.globe-tooltip .country-title {
  font-size: 10px; line-height: 14px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
}
@media (prefers-reduced-motion: reduce) {
  .globe-wrap { opacity: 1; transform: none; animation: none !important; }
  .globe-marker::before, .globe-marker::after { animation: none !important; }
  .globe-marker { animation: none !important; }
}

.export-map__mapShell { display: none; }
/* PDP mapShell ile aynÄ±: koyu yeÅŸil panel + yeÅŸil dÄ±ÅŸ glow + gloss (clip-pathâ€™ta gÃ¶lge filterâ€™da) */
.export-map__mapOuter {
  position: relative;
  filter: drop-shadow(0 0 1px rgba(90, 119, 14, 0.55))
    drop-shadow(0 0 10px rgba(45, 62, 12, 0.4))
    drop-shadow(0 0 26px rgba(35, 48, 10, 0.26))
    drop-shadow(0 0 48px rgba(22, 30, 8, 0.12));
}
.export-map__mapFrame {
  position: relative;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 26%, transparent 50%),
    linear-gradient(180deg, rgba(90, 119, 14, 0.08) 0%, transparent 32%),
    radial-gradient(ellipse 125% 62% at 50% -12%, rgba(70, 95, 28, 0.07), transparent 52%),
    linear-gradient(168deg, #141a0e 0%, #0a0d06 42%, #040503 100%);
  padding: clamp(14px, 2.4vw, 28px);
  box-sizing: border-box;
  -webkit-clip-path: polygon(
    0% 14px,
    14px 0%,
    36% 0%,
    40% 2.6%,
    60% 2.6%,
    64% 0%,
    calc(100% - 14px) 0%,
    100% 14px,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    14px 100%,
    0% calc(100% - 14px)
  );
  clip-path: polygon(
    0% 14px,
    14px 0%,
    36% 0%,
    40% 2.6%,
    60% 2.6%,
    64% 0%,
    calc(100% - 14px) 0%,
    100% 14px,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    14px 100%,
    0% calc(100% - 14px)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(75, 100, 28, 0.35),
    inset 0 -24px 38px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(22, 30, 10, 0.92);
}
.export-map__mapViewport {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 2px;
}
.export-map__mapImg {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter: grayscale(1) contrast(1.18) brightness(0.92);
}
.export-map__hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@keyframes export-map-hotspot-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.38;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.28);
    opacity: 0.1;
  }
}
.export-map__hotspot {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
}
.export-map__hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}
/* DÄ±ÅŸ halka: beyaz nokta etrafÄ±nda */
.export-map__hotspot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  animation: export-map-hotspot-pulse 2.6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  transition:
    transform 0.4s var(--ease-out-expo),
    opacity 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.export-map__hotspot:hover::before,
.export-map__hotspot.is-open::before,
.export-map__hotspot:focus-visible::before {
  animation: none;
  transform: translate(-50%, -50%) scale(1.12);
  opacity: 0.9;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.export-map__hotspot.is-open::before {
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.24);
}
/* Merkez nokta: beyaz */
.export-map__hotspot-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f0f0f0 45%, #d8d8d8 100%);
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.4),
    0 0 0 1.5px rgba(255, 255, 255, 0.65),
    inset 0 1px 1px rgba(255, 255, 255, 1);
  transition:
    transform 0.4s var(--ease-out-expo),
    box-shadow 0.35s ease;
}
.export-map__hotspot-mark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e8e8e8 0%, #b0b0b0 100%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}
.export-map__hotspot:hover .export-map__hotspot-mark,
.export-map__hotspot.is-open .export-map__hotspot-mark,
.export-map__hotspot:focus-visible .export-map__hotspot-mark {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow:
    0 3px 16px rgba(0, 0, 0, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.85),
    inset 0 1px 1px rgba(255, 255, 255, 1);
}
.export-map__hotspot.is-open .export-map__hotspot-mark {
  transform: translate(-50%, -50%) scale(1.18);
}
.export-map__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  transform: translateX(-50%) translateY(6px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  background: linear-gradient(155deg, #141414 0%, #000000 100%);
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--tf-font-sans), 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s var(--ease-soft);
}
.export-map__tooltip-icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}
.export-map__hotspot.is-open .export-map__tooltip,
.export-map__hotspot:focus-visible .export-map__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (hover: hover) {
  .export-map__hotspot:hover .export-map__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
.export-map__watermark {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%) scale(1.02, 1.05);
  width: 100%;
  text-align: center;
  font-family: var(--tf-font-sans), 'Raleway', sans-serif;
  font-size: clamp(2.75rem, 8vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
  color: transparent;
  background-image: linear-gradient(
    118deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 50%,
    rgba(255, 255, 255, 0.07) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
@media (prefers-reduced-motion: reduce) {
  .export-map__mapShell {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .export-map__hotspot::before {
    animation: none !important;
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 960px) {
  .export-map__grid {
    grid-template-columns: 1fr;
  }
  .export-map__countries {
    max-width: none;
  }
}
