/* Public marketing and sales presentation layer. */
.synex-product-vitrine .feature-story-workflow .workflow-heading {
  display: block;
}

.synex-product-vitrine .feature-story-workflow .workflow-heading h2 {
  --title-color-1: #102f48;
  --title-color-2: #2388e8;
  --title-color-3: #20bea7;
  --title-color-4: #745fe7;

  width: 100%;
  max-width: none;
  margin: 0;
  white-space: nowrap;
  font-size: clamp(1.75rem, 5.8vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.065em;

  color: transparent;
  background:
    linear-gradient(
      110deg,
      var(--title-color-1) 0%,
      var(--title-color-2) 28%,
      var(--title-color-3) 52%,
      var(--title-color-4) 76%,
      var(--title-color-1) 100%
    );
  background-size: 240% 100%;
  background-position: 0% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  filter: drop-shadow(0 12px 24px rgba(35, 136, 232, 0.14));
  animation: workflow-premium-title 7s ease-in-out infinite;
}

@keyframes workflow-premium-title {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 12px 24px rgba(35, 136, 232, 0.14));
  }

  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 14px 30px rgba(32, 190, 167, 0.2));
  }
}

.synex-product-vitrine .marketing-video-showcase {
  position: relative;
  z-index: 3;
  width: min(1520px, calc(100% - 48px));
  margin: 0 auto 68px;
}

.marketing-video-frame {
  position: relative;
  isolation: isolate;
  padding: 9px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(220,238,244,.88));
  box-shadow:
    0 46px 110px rgba(7, 43, 65, 0.17),
    0 12px 34px rgba(32, 134, 194, 0.09),
    inset 0 1px 0 #fff;
}

.marketing-video-frame::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -2px;
  padding: 2px;
  border-radius: 40px;
  background: linear-gradient(115deg, rgba(39,132,226,.58), rgba(38,197,170,.48), rgba(120,90,230,.5), rgba(39,132,226,.58));
  background-size: 240% 100%;
  opacity: 0.48;
  animation: marketing-video-rim 9s ease-in-out infinite;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.marketing-video-aura {
  position: absolute;
  z-index: -3;
  width: 72%;
  height: 42%;
  right: 14%;
  bottom: -10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(36,152,202,.22), rgba(56,192,173,.1) 40%, transparent 72%);
  filter: blur(34px);
  opacity: 0.74;
  pointer-events: none;
}

.marketing-video-viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 29px;
  background:
    radial-gradient(circle at 70% 20%, rgba(34,163,190,.2), transparent 35%),
    linear-gradient(145deg, #061d2c, #092f43);
  box-shadow: inset 0 0 0 1px rgba(4,24,37,.28);
}

.marketing-video-viewport video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #061d2c;
  transform: scale(1.002);
}

.marketing-video-viewport video::-webkit-media-controls,
.marketing-video-viewport video::-webkit-media-controls-enclosure,
.marketing-video-viewport video::-webkit-media-controls-panel,
.marketing-video-viewport video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.marketing-video-shade {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(3,22,34,.18), transparent 18%, transparent 76%, rgba(3,22,34,.25));
  opacity: 0.5;
  pointer-events: none;
  transition: opacity .5s ease;
}

.marketing-video-showcase.is-playing .marketing-video-shade { opacity: 0.18; }

.marketing-video-status,
.marketing-video-meta {
  display: flex;
  position: absolute;
  z-index: 4;
  right: 31px;
  left: 31px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
}

.marketing-video-status { top: 29px; }
.marketing-video-meta { bottom: 29px; }
.marketing-video-status span,
.marketing-video-meta span { display: inline-flex;align-items: center;gap: 8px; }
.marketing-video-status span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4,29,43,.56);
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
  backdrop-filter: blur(14px);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.marketing-video-status i,
.marketing-video-meta i { width: 7px;height: 7px;border-radius: 50%;background: #47d497;box-shadow: 0 0 0 5px rgba(71,212,151,.17); }
.marketing-video-status em { color: rgba(255,255,255,.7);font-size: .56rem;font-style: normal;font-weight: 650; }
.marketing-video-meta span { font-size: .58rem;font-weight: 850;text-transform: uppercase;letter-spacing: .08em; }
.marketing-video-meta b { color: rgba(255,255,255,.74);font-size: .56rem;font-weight: 650; }

@keyframes marketing-video-rim {
  0%, 100% { background-position: 0% 50%;opacity: .4; }
  50% { background-position: 100% 50%;opacity: .7; }
}

@media (max-width: 480px) {
  .synex-product-vitrine .feature-story-workflow .workflow-heading h2 {
    font-size: clamp(1.65rem, 8vw, 2rem);
    letter-spacing: -0.055em;
  }

  .synex-product-vitrine .marketing-video-showcase {
    width: calc(100% - 24px);
    margin-bottom: 40px;
  }
  .marketing-video-frame { padding: 5px;border-radius: 22px;box-shadow: 0 24px 58px rgba(7,43,65,.16); }
  .marketing-video-frame::before { border-radius: 24px; }
  .marketing-video-viewport { border-radius: 17px; }
  .marketing-video-status,.marketing-video-meta { right: 15px;left: 15px; }
  .marketing-video-status { top: 15px; }.marketing-video-meta { bottom: 15px; }
  .marketing-video-status em,.marketing-video-meta b { display: none; }
  .marketing-video-status span { padding: 7px 9px;font-size: .45rem; }
  .marketing-video-meta span { font-size: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-video-frame::before { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .synex-product-vitrine .feature-story-workflow .workflow-heading h2 {
    animation: none;
    background-position: 45% 50%;
  }
}

/* 8.1 — business header actions and dimensional Türkiye operations map. */
.synex-product-vitrine .product-top-phone {
  gap: 12px;
  color: #e7f3ff;
}

.synex-product-vitrine .product-top-phone > i {
  display: grid;
  position: relative;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(139, 205, 255, .22);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(113, 190, 255, .17), rgba(74, 139, 225, .06));
  color: #a9d8ff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 8px 20px rgba(0, 10, 30, .16);
}

.synex-product-vitrine .product-top-phone > i > svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  filter: none;
  transform-origin: 48% 52%;
  animation: marketing-phone-ring 3.8s ease-in-out infinite;
}

.synex-product-vitrine .product-top-phone > i > span {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(142, 210, 255, .34);
  border-radius: 14px;
  opacity: 0;
  animation: marketing-phone-halo 3.8s ease-out infinite;
}

.synex-product-vitrine .product-top-phone > strong {
  color: #d8edff;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .025em;
}

.synex-product-vitrine .product-top-socials {
  padding-left: 0;
  border-left: 0;
}

.synex-product-vitrine .product-header-pro .product-header-shell {
  grid-template-columns: minmax(180px, 205px) minmax(0, 1fr);
  min-height: 102px;
}

.synex-product-vitrine .product-header-pro .product-navigation-panel {
  grid-template-columns: minmax(430px, 1fr) auto;
  gap: clamp(18px, 2vw, 30px);
}

.synex-product-vitrine .product-header-pro .product-nav-links {
  gap: clamp(15px, 1.35vw, 25px);
}

.synex-product-vitrine .product-header-pro .product-nav-links a {
  min-height: 48px;
  color: rgba(235, 244, 255, .75);
  font-size: .69rem;
  font-weight: 680;
}

.synex-product-vitrine .product-header-pro .product-header-actions {
  display: flex;
  gap: 9px;
}

.synex-product-vitrine .product-header-cta {
  display: inline-grid;
  position: relative;
  min-width: 0;
  min-height: 56px;
  grid-template-columns: 38px minmax(0, auto) 19px;
  align-items: center;
  gap: 9px;
  padding: 7px 11px 7px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  color: #fff;
  box-shadow: 0 15px 34px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .13);
  isolation: isolate;
  font-size: .66rem;
  font-weight: 760;
  white-space: nowrap;
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.synex-product-vitrine .product-header-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 55%;
  height: 180%;
  top: -40%;
  left: -75%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transition: left .55s ease;
}

.synex-product-vitrine .product-header-cta:hover {
  color: #fff;
  filter: saturate(1.1) brightness(1.05);
  transform: translateY(-3px);
}

.synex-product-vitrine .product-header-cta:hover::before { left: 125%; }
.synex-product-vitrine .product-header-cta > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px rgba(255, 255, 255, .12);
}

.synex-product-vitrine .product-header-cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.synex-product-vitrine .product-header-cta > em {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, .08);
  font-style: normal;
  transition: transform .22s ease, background .22s ease;
}

.synex-product-vitrine .product-header-cta > em svg { width: 12px; height: 12px; }
.synex-product-vitrine .product-header-cta:hover > em { background: rgba(255, 255, 255, .16); transform: translateX(2px); }
.synex-product-vitrine .product-header-cta.is-whatsapp {
  background: linear-gradient(135deg, #2bbd79 0%, #159b68 50%, #0b7456 100%);
  box-shadow: 0 16px 34px rgba(19, 151, 100, .24), inset 0 1px rgba(255, 255, 255, .14);
}
.synex-product-vitrine .product-header-cta.is-login {
  background: linear-gradient(135deg, #6678df 0%, #4f63c7 48%, #334798 100%);
  box-shadow: 0 16px 34px rgba(74, 92, 190, .24), inset 0 1px rgba(255, 255, 255, .14);
}
.synex-product-vitrine .product-header-cta.is-purchase {
  background: linear-gradient(135deg, #2e9bf2 0%, #1477dc 52%, #1552ad 100%);
  box-shadow: 0 16px 34px rgba(24, 112, 213, .27), inset 0 1px rgba(255, 255, 255, .14);
}

/* A dark glass stage and elevated province layers create a restrained 3D map. */
.synex-product-vitrine .marketing-turkey-canvas {
  perspective: 1050px;
  border: 1px solid rgba(118, 184, 238, .24);
  background:
    radial-gradient(circle at 22% 18%, rgba(49, 151, 225, .28), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(29, 190, 153, .18), transparent 34%),
    linear-gradient(155deg, #0d2947 0%, #102f50 46%, #071c33 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .12),
    inset 0 -28px 65px rgba(0, 11, 28, .27),
    0 23px 48px rgba(19, 63, 97, .2);
}

.synex-product-vitrine .marketing-turkey-canvas::before {
  z-index: 5;
  width: 24%;
  height: 190%;
  top: -48%;
  background: linear-gradient(90deg, transparent, rgba(139, 213, 255, .2), transparent);
  mix-blend-mode: screen;
  animation-duration: 8.5s;
}

.synex-product-vitrine .marketing-turkey-canvas::after {
  z-index: 0;
  inset: 38% -8% -48%;
  background-image:
    linear-gradient(rgba(113, 179, 220, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 179, 220, .12) 1px, transparent 1px);
  background-size: 25px 25px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .78), transparent 82%);
  transform: perspective(360px) rotateX(62deg) scale(1.25);
  transform-origin: 50% 0;
}

.synex-product-vitrine .marketing-turkey-provinces,
.synex-product-vitrine .turkey-map-svg.marketing-map-overlay {
  transform: perspective(980px) rotateX(7deg) translateY(-3px) scale(.985);
  transform-origin: 50% 58%;
}

.synex-product-vitrine .marketing-turkey-provinces {
  z-index: 2;
  filter:
    drop-shadow(0 2px 0 rgba(2, 20, 42, .95))
    drop-shadow(0 6px 0 rgba(4, 29, 54, .56))
    drop-shadow(0 23px 22px rgba(0, 8, 24, .5))
    saturate(1.12);
}

.synex-product-vitrine .marketing-turkey-provinces .city {
  fill: #286baa;
  stroke: rgba(184, 226, 255, .8);
  stroke-width: .92;
  paint-order: stroke fill;
  animation: business-province-glow 7.8s ease-in-out infinite;
}

.synex-product-vitrine .marketing-turkey-provinces .city:nth-of-type(3n+1) { fill: #197f86; }
.synex-product-vitrine .marketing-turkey-provinces .city:nth-of-type(3n+2) { fill: #4b5fa7; }
.synex-product-vitrine .marketing-turkey-provinces .city:nth-of-type(5n) { fill: #207eaf; }
.synex-product-vitrine .marketing-turkey-provinces .city:nth-of-type(7n) { fill: #16856f; }
.synex-product-vitrine .marketing-turkey-provinces .city:hover {
  fill: #38a8d0;
  filter: brightness(1.16) saturate(1.22) drop-shadow(0 7px 5px rgba(0, 14, 34, .42));
  transform: translateY(-3px) scale(1.025);
}

.synex-product-vitrine .turkey-map-svg.marketing-map-overlay { z-index: 4; }
.synex-product-vitrine .marketing-map-overlay .map-route {
  stroke: #67c8ff;
  stroke-width: 2;
  stroke-dasharray: 4 8;
  opacity: .7;
  filter: drop-shadow(0 0 5px rgba(73, 190, 255, .52));
}
.synex-product-vitrine .marketing-map-overlay .route-secondary { stroke: #55e0b9; }
.synex-product-vitrine .marketing-map-overlay .map-pin {
  filter: drop-shadow(0 8px 8px rgba(0, 8, 24, .55)) drop-shadow(0 0 8px rgba(94, 192, 255, .5));
}
.synex-product-vitrine .marketing-map-overlay .map-pin > circle:first-child {
  fill: rgba(106, 208, 255, .17);
  stroke: rgba(149, 224, 255, .32);
  stroke-width: 1;
}
.synex-product-vitrine .marketing-map-overlay .map-pin > path { fill: #62c6ff; stroke: #eaf8ff; }
.synex-product-vitrine .marketing-map-overlay .map-pin > circle:last-child { fill: #08243d; }
.synex-product-vitrine .turkey-map-visual .map-city-tags span {
  border: 1px solid rgba(61, 112, 151, .15);
  background: linear-gradient(180deg, #fff, #f5f8fb);
  color: #183f5c;
  box-shadow: 0 10px 22px rgba(18, 56, 86, .065), inset 0 1px #fff;
}
.synex-product-vitrine .turkey-map-visual .map-city-tags small { color: #71899a; }

@keyframes marketing-phone-ring {
  0%, 78%, 100% { transform: rotate(0); }
  82% { transform: rotate(13deg); }
  86% { transform: rotate(-11deg); }
  90% { transform: rotate(7deg); }
  94% { transform: rotate(-4deg); }
}
@keyframes marketing-phone-halo {
  0%, 74% { opacity: 0; transform: scale(.75); }
  82% { opacity: .55; }
  100% { opacity: 0; transform: scale(1.32); }
}
@keyframes business-province-glow {
  0%, 100% { filter: brightness(.98); }
  50% { filter: brightness(1.09); }
}

@media (max-width: 1320px) and (min-width: 1041px) {
  .synex-product-vitrine .product-header-pro .product-header-shell { grid-template-columns: 175px minmax(0, 1fr); gap: 14px; padding-inline: 14px; }
  .synex-product-vitrine .product-header-pro .product-navigation-panel { grid-template-columns: minmax(365px, 1fr) auto; gap: 14px; }
  .synex-product-vitrine .product-header-pro .product-nav-links { gap: 14px; }
  .synex-product-vitrine .product-header-pro .product-nav-links a { font-size: .62rem; }
  .synex-product-vitrine .product-header-cta { grid-template-columns: 34px minmax(0, auto) 16px; gap: 7px; min-height: 52px; padding: 6px 9px 6px 6px; font-size: .58rem; }
  .synex-product-vitrine .product-header-cta > i { width: 34px; height: 34px; }
}

@media (max-width: 1040px) {
  .synex-product-vitrine .product-header-pro .product-header-shell { min-height: 86px; grid-template-columns: minmax(0, 1fr) 46px; }
  .synex-product-vitrine .product-header-pro .product-navigation-panel { display: flex; }
  .synex-product-vitrine .product-header-pro .product-nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .synex-product-vitrine .product-header-pro .product-header-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .synex-product-vitrine .product-header-cta { width: 100%; min-height: 58px; grid-template-columns: 38px minmax(0, 1fr) 19px; justify-content:stretch; }
}

@media (max-width: 600px) {
  .synex-product-vitrine .product-header-pro .product-nav-links,
  .synex-product-vitrine .product-header-pro .product-header-actions { grid-template-columns: 1fr; }
  .synex-product-vitrine .product-header-cta { min-height: 56px; }
  .synex-product-vitrine .marketing-turkey-provinces,
  .synex-product-vitrine .turkey-map-svg.marketing-map-overlay { transform: perspective(780px) rotateX(5deg) scale(.99); }
}

@media (prefers-reduced-motion: reduce) {
  .synex-product-vitrine .product-top-phone > i > svg,
  .synex-product-vitrine .product-top-phone > i > span,
  .synex-product-vitrine .marketing-turkey-provinces .city { animation: none!important; }
}

/* 8.7.4 — crisp brand glyph for the header support action. */
body.synex-product-vitrine .product-header-cta.is-whatsapp .whatsapp-brand-icon {
  display: block!important;
  width: 21px!important;
  height: 21px!important;
  overflow: visible!important;
  fill: currentColor!important;
  stroke: none!important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12));
}
body.synex-product-vitrine .product-header-cta.is-whatsapp .whatsapp-brand-icon path {
  fill: currentColor!important;
  stroke: none!important;
}
