/* Premium v3 — sıcak zemin, serif başlıklar, cam header */
:root {
  --color-page: #f3f1ec;
  --color-bg: #ebe8e1;
  --color-surface: #fffcfa;
  --color-ink: #0c1222;
  --color-muted: #5c6578;
  --color-indigo: #3730a3;
  --color-indigo-light: #4f46e5;
  --color-indigo-dark: #312e81;
  --color-gold: #b8860b;
  --color-amber: #c2410c;
  --color-amber-bright: #ea580c;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --radius: 0.5rem;
  --shadow-luxury:
    0 0 0 1px rgba(15, 23, 42, 0.04),
    0 2px 4px rgba(15, 23, 42, 0.02),
    0 20px 50px -12px rgba(15, 23, 42, 0.12);
}

body,
.site-body {
  font-family: var(--font-sans);
  background-color: var(--color-page);
  background-image: radial-gradient(
      ellipse 120% 80% at 50% -20%,
      rgba(99, 102, 241, 0.06),
      transparent 50%
    ),
    radial-gradient(
      ellipse 80% 50% at 100% 0%,
      rgba(245, 158, 11, 0.04),
      transparent 45%
    );
  color: var(--color-ink);
}

.font-display {
  font-family: var(--font-display);
}
.heading-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.site-topbar {
  background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
  border-bottom: 1px solid rgba(251, 191, 36, 0.15);
}

.site-header {
  background: rgba(255, 252, 250, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.site-logo {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nav-pill {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: #475569;
  transition: color 0.2s, background 0.2s;
}
.nav-pill:hover {
  color: var(--color-indigo-dark);
  background: rgba(99, 102, 241, 0.08);
}

.btn-primary-header {
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: linear-gradient(145deg, #4338ca 0%, #3730a3 100%);
  color: #fff;
  box-shadow: 0 4px 14px -2px rgba(67, 56, 202, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary-header:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -4px rgba(67, 56, 202, 0.5);
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.section-kicker--center {
  justify-content: center;
}
.section-kicker::before,
.section-kicker::after {
  content: "";
  height: 1px;
  width: 2.5rem;
  background: linear-gradient(90deg, transparent, rgba(180, 134, 11, 0.6), transparent);
  border-radius: 1px;
}
.section-kicker span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-indigo-dark);
}

.reviews-kicker::before,
.reviews-kicker::after {
  background: #a5b4fc;
}
.reviews-kicker span {
  color: #c7d2fe;
}

/* Izgara — daha yumuşak lüks */
.pattern-grid {
  background-color: #f0ede6;
  background-image: linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
}

.pattern-soft {
  background: linear-gradient(165deg, #faf8f5 0%, #ebe8e1 55%, #e5e2db 100%);
}

/* Premium hizmet kartı */
.service-card h2,
.service-card h3 {
  margin: 0;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffcfa 0%, #faf8f5 100%);
  border-radius: 1px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-luxury);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}
@media (min-width: 640px) {
  .service-card {
    border-radius: 1.125rem;
  }
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.22);
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.08),
    0 8px 16px -4px rgba(55, 48, 163, 0.12),
    0 28px 56px -16px rgba(15, 23, 42, 0.18);
}
.service-card:focus-within {
  outline: 2px solid rgba(99, 102, 241, 0.4);
  outline-offset: 2px;
}
.service-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e0e7ff 0%, #f1f5f9 100%);
}
.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.service-card:hover .service-card__media img {
  transform: scale(1.06);
}
.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.45) 0%,
    rgba(15, 23, 42, 0) 50%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.service-card:hover .service-card__media::after {
  opacity: 1;
}
.service-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 48%,
    transparent 56%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.service-card:hover .service-card__shine {
  opacity: 1;
}
.service-card__body {
  padding: 1.25rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #f8f6f2 100%);
}
.service-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-ink);
  line-height: 1.3;
}
.service-card__desc {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #64748b;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-indigo-dark);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(55, 48, 163, 0.15);
  width: fit-content;
  transition: background 0.25s, color 0.25s, border-color 0.25s, gap 0.2s, box-shadow 0.25s;
}
.service-card:hover .service-card__link {
  background: linear-gradient(145deg, #4338ca, #3730a3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px -2px rgba(55, 48, 163, 0.35);
  gap: 0.5rem;
}
.service-card__link span[aria-hidden="true"] {
  transition: transform 0.25s ease;
}
.service-card:hover .service-card__link span[aria-hidden="true"] {
  transform: translate(2px, -2px);
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card__media img,
  .service-card__media::after,
  .service-card__link span[aria-hidden="true"] {
    transition: none;
  }
  .service-card:hover {
    transform: none;
  }
  .service-card:hover .service-card__media img {
    transform: none;
  }
}

/* Premium “tüm hizmetler” kartı */
.service-card--cta {
  border: none;
  text-decoration: none;
  background: linear-gradient(155deg, #1e1b4b 0%, #312e81 38%, #1e1b4b 100%);
  box-shadow:
    0 12px 40px -8px rgba(30, 27, 75, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  min-height: 240px;
  justify-content: center;
  padding: 2rem 1.75rem;
  text-align: left;
  border-radius: 1.125rem;
}
.service-card--cta:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 48px -12px rgba(30, 27, 75, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border-color: transparent;
}
.service-card--cta .service-card__cta-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.service-card--cta .service-card__cta-desc {
  font-size: 0.8125rem;
  color: rgba(224, 231, 255, 0.85);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.service-card--cta .service-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fcd34d;
}

/* Diagonal kesit (hero görsel) */
.hero-visual-clip {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1023px) {
  .hero-visual-clip {
    clip-path: none;
  }
}

/* Kampanya kartları — lüks blok */
.promo-block {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(145deg, #fffcfa 0%, #f8f6f2 100%);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-luxury);
  padding: 1.75rem 2rem;
  position: relative;
  overflow: hidden;
}
.promo-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #b8860b, #3730a3);
  border-radius: 1.25rem 0 0 1.25rem;
}
.promo-block__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: #9a3412;
  line-height: 1;
  letter-spacing: -0.02em;
}
.promo-block__txt {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  margin-top: 0.65rem;
  line-height: 1.45;
}
.promo-block__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.promo-block__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(99, 102, 241, 0.16);
  font-size: 0.95rem;
}
.promo-block__num--label {
  font-size: 1.4rem;
  color: #7c2d12;
}
.promo-block__txt--sentence {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
}

/* Eski bilet sınıfı — geriye uyumluluk */
.ticket-offer {
  display: flex;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 130px;
  border: 1px solid #e0e7ff;
}
.ticket-offer__main {
  flex: 1;
  background: linear-gradient(145deg, #312e81 0%, #4f46e5 100%);
  color: #fff;
  padding: 1.25rem 1.5rem;
  border: none;
}
.ticket-offer__stub {
  width: 3.25rem;
  background: var(--color-cta);
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.ticket-offer__price {
  font-size: 1.85rem;
  font-weight: 800;
  color: #fde68a;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.ticket-offer__title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.35;
  opacity: 0.95;
}

.value-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius);
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  border: 1px solid #c7d2fe;
}

.district-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-indigo-dark);
  background: rgba(255, 252, 250, 0.98);
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.area-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1.15rem;
  background: rgba(255, 252, 250, 0.95);
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
}

.area-card--priority {
  border-color: rgba(217, 119, 6, 0.35);
  background: linear-gradient(
    145deg,
    rgba(255, 251, 235, 0.98),
    rgba(255, 252, 250, 0.99)
  );
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.12),
    0 4px 14px -4px rgba(245, 158, 11, 0.15);
}

.area-card--priority .area-card__pin {
  background: rgba(245, 158, 11, 0.22) !important;
  color: #9a3412 !important;
  border-color: rgba(217, 119, 6, 0.25);
}

.area-card--priority:hover {
  border-color: rgba(217, 119, 6, 0.5);
}

.area-card:hover {
  background: linear-gradient(145deg, #4338ca, #3730a3);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(55, 48, 163, 0.35);
}
.area-card:hover .area-card__text {
  color: #fff !important;
}
.area-card:hover .area-card__pin {
  background: var(--color-amber-bright) !important;
  color: #0f172a !important;
}

.faq-details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  color: var(--color-ink);
}
.faq-details summary::-webkit-details-marker {
  display: none;
}
.faq-details summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #f1f5f9;
  color: var(--color-ink);
  font-weight: 700;
}
.faq-details[open] summary::after {
  content: "−";
  background: var(--color-indigo);
  color: #fff;
}
.faq-details[open] summary {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

details:not(.faq-details) summary::-webkit-details-marker {
  display: none;
}
details:not(.faq-details) summary::after {
  content: " +";
  float: right;
  color: var(--color-indigo);
}
details:not(.faq-details)[open] summary::after {
  content: " −";
}

.btn-arrow::after {
  content: " ↗";
  font-size: 0.9em;
}

.floating-cta-group {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.whatsapp-float {
  background: #16a34a;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.45);
  animation: pulse 1.4s infinite, bounceY 1.8s infinite;
}

.call-sticky {
  position: relative;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(150deg, #fde68a 0%, #fbbf24 22%, #f59e0b 55%, #ea580c 100%);
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 -2px 8px rgba(180, 83, 9, 0.35) inset,
    0 0 0 1px rgba(234, 88, 12, 0.35),
    0 12px 32px -6px rgba(245, 158, 11, 0.55),
    0 8px 24px -4px rgba(234, 88, 12, 0.45);
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}

.call-sticky:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 -2px 10px rgba(180, 83, 9, 0.25) inset,
    0 0 0 1px rgba(234, 88, 12, 0.45),
    0 18px 44px -8px rgba(245, 158, 11, 0.65),
    0 12px 36px -4px rgba(234, 88, 12, 0.5);
}

.call-sticky:active {
  transform: scale(0.98);
}

.call-sticky__pulse {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(251, 191, 36, 0.55);
  animation: floating-call-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.call-sticky__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.call-sticky__svg {
  color: #0f172a;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
}

@keyframes floating-call-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .call-sticky__pulse {
    animation: none;
    opacity: 0.35;
  }
}

/* Görünür breadcrumb — tam genişlik cam şerit (iç kart yok); JSON-LD ile aynı sıra */
.breadcrumb-nav {
  position: relative;
  z-index: 10;
}

.breadcrumb-strip {
  position: relative;
  width: 100%;
  font-family: var(--font-sans);
  background: linear-gradient(
    105deg,
    rgba(255, 252, 250, 0.92) 0%,
    rgba(238, 242, 255, 0.55) 42%,
    rgba(255, 248, 237, 0.5) 100%
  );
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 8px 24px -16px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.breadcrumb-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(79, 70, 229, 0.55) 0%,
    rgba(245, 158, 11, 0.5) 50%,
    rgba(79, 70, 229, 0.4) 100%
  );
  opacity: 0.9;
}

.breadcrumb-strip__inner {
  position: relative;
}

.breadcrumb-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.28rem;
  border-radius: 0.35rem;
  background: linear-gradient(
    145deg,
    rgba(99, 102, 241, 0.12),
    rgba(245, 158, 11, 0.1)
  );
  color: var(--color-indigo-dark);
  vertical-align: middle;
}

.breadcrumb-home__icon {
  display: block;
  opacity: 0.92;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  justify-content: center;
}

@media (min-width: 640px) {
  .breadcrumb-list {
    font-size: 0.8125rem;
    justify-content: flex-start;
  }
}

.breadcrumb-list__item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 100%;
}

.breadcrumb-list__text {
  min-width: 0;
}

.breadcrumb-list__item:not(:last-child)::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  margin-left: 0.05rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.1);
  border-radius: 0.2rem;
}

.breadcrumb-list__link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: var(--color-indigo);
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.breadcrumb-list__link:hover {
  color: var(--color-indigo-dark);
}

.breadcrumb-list__link:hover .breadcrumb-home {
  background: linear-gradient(
    145deg,
    rgba(99, 102, 241, 0.2),
    rgba(245, 158, 11, 0.14)
  );
}

.breadcrumb-list__link .breadcrumb-list__text {
  text-decoration: underline;
  text-decoration-color: rgba(67, 56, 202, 0.35);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.breadcrumb-list__link:hover .breadcrumb-list__text {
  text-decoration-color: rgba(49, 46, 129, 0.55);
}

.breadcrumb-list__current {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0.25rem;
  max-width: 100%;
  padding: 0.2rem 0.45rem 0.22rem;
  margin: 0;
  border-radius: 999px;
  color: var(--color-ink);
  font-weight: 700;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.09),
    rgba(245, 158, 11, 0.07)
  );
  border: 1px solid rgba(99, 102, 241, 0.12);
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.03);
}

/* İletişim: hero ile birleşik koyu breadcrumb (ayrı beyaz kutu yok) */
.breadcrumb-nav--dark .breadcrumb-strip {
  background: rgba(15, 23, 42, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.breadcrumb-nav--dark .breadcrumb-strip::before {
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(129, 140, 248, 0.55) 0%,
    rgba(251, 191, 36, 0.45) 50%,
    rgba(129, 140, 248, 0.4) 100%
  );
}

.breadcrumb-nav--dark .breadcrumb-strip__inner {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}

.breadcrumb-nav--dark .breadcrumb-home {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.breadcrumb-nav--dark .breadcrumb-list__link {
  color: rgba(255, 255, 255, 0.82);
}

.breadcrumb-nav--dark .breadcrumb-list__link:hover {
  color: #fff;
}

.breadcrumb-nav--dark .breadcrumb-list__link:hover .breadcrumb-home {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}

.breadcrumb-nav--dark .breadcrumb-list__link .breadcrumb-list__text {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

.breadcrumb-nav--dark .breadcrumb-list__link:hover .breadcrumb-list__text {
  text-decoration-color: rgba(253, 230, 138, 0.75);
}

.breadcrumb-nav--dark .breadcrumb-list__item:not(:last-child)::after {
  color: rgba(203, 213, 225, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.breadcrumb-nav--dark .breadcrumb-list__current {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/* İletişim kartları — premium içerik düzeni */
.contact-page {
  position: relative;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.4rem 1.65rem;
  border-radius: 1.35rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8f8f6 52%, #fafaf8 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 24px 56px -28px rgba(15, 23, 42, 0.22),
    0 12px 32px -16px rgba(67, 56, 202, 0.08);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 1.35rem 1.35rem 0 0;
  opacity: 0.95;
}

.contact-card--phone::before {
  background: linear-gradient(90deg, #6366f1, #a5b4fc, #f59e0b);
}

.contact-card--social::before {
  background: linear-gradient(90deg, #22c55e, #4ade80, #6366f1);
}

.contact-card__shine {
  pointer-events: none;
  position: absolute;
  top: -20%;
  right: -15%;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 68%);
}

.contact-card__shine--mint {
  background: radial-gradient(circle, rgba(34, 197, 94, 0.14), transparent 68%);
}

@media (min-width: 768px) {
  .contact-card {
    padding: 1.85rem 1.65rem 2rem;
  }
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.95) inset,
    0 32px 64px -24px rgba(15, 23, 42, 0.26),
    0 16px 40px -16px rgba(67, 56, 202, 0.14);
}

.contact-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.contact-card__icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 8px 20px -8px rgba(15, 23, 42, 0.15);
}

.contact-card__icon--phone {
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.22), rgba(79, 70, 229, 0.08));
  color: #3730a3;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.contact-card__icon--wa {
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.22), rgba(22, 163, 74, 0.08));
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.contact-card__badge {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4338ca;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.18);
}

.contact-card__badge--mint {
  color: #15803d;
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.22);
}

.contact-card__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  font-style: italic;
  color: var(--color-ink);
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.contact-card__lead {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-muted);
  margin: 0 0 1.15rem;
}

.contact-card__panel {
  padding: 1rem 1.1rem;
  margin-bottom: 1.1rem;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.65) 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.contact-card__number {
  display: block;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 800;
  color: #4338ca;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.contact-card__number:hover {
  color: #312e81;
}

.contact-card__hint {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.contact-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    filter 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

.contact-card__cta svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.contact-card__cta--amber {
  background: linear-gradient(165deg, #fcd34d 0%, #f59e0b 45%, #ea580c 100%);
  color: #0f172a;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 8px 24px -6px rgba(234, 88, 12, 0.5);
}

.contact-card__cta--amber:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.4) inset,
    0 12px 32px -8px rgba(234, 88, 12, 0.55);
}

.contact-card__tiles {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-card__tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

.contact-card__tile:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
}

.contact-card__tile--wa:hover {
  background: rgba(240, 253, 244, 0.95);
  border-color: rgba(34, 197, 94, 0.35);
}

.contact-card__tile--gb:hover {
  background: rgba(238, 242, 255, 0.95);
  border-color: rgba(99, 102, 241, 0.35);
}

.contact-card__tile-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  min-width: 0;
}

.contact-card__tile-kicker {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.contact-card__tile--wa .contact-card__tile-kicker {
  color: #16a34a;
}

.contact-card__tile--gb .contact-card__tile-kicker {
  color: #6366f1;
}

.contact-card__tile-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-ink);
}

.contact-card__tile-go {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  color: #64748b;
  background: rgba(241, 245, 249, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.2);
  transition:
    color 0.2s,
    background 0.2s;
}

.contact-card__tile:hover .contact-card__tile-go {
  color: #0f172a;
  background: rgba(255, 255, 255, 1);
}

.contact-card__tile--wa:hover .contact-card__tile-go {
  color: #15803d;
  background: rgba(220, 252, 231, 0.9);
}

.contact-card__tile--gb:hover .contact-card__tile-go {
  color: #4338ca;
  background: rgba(224, 231, 255, 0.95);
}

/* İletişim — bölge özeti */
.contact-regions {
  margin-top: 2.5rem;
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 252, 250, 0.9) 0%, rgba(241, 245, 249, 0.5) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  text-align: center;
}

.contact-regions__label {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.65rem;
}

.contact-regions__line {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 0.85rem;
}

.contact-regions__muted {
  color: #64748b;
}

.contact-regions__dot {
  margin: 0 0.25rem;
  color: #cbd5e1;
}

.contact-regions__priority {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #475569;
  margin: 0;
}

.contact-regions__prio-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.4rem;
}

@media (min-width: 640px) {
  .contact-regions__prio-label {
    display: inline;
    margin-right: 0.35rem;
    margin-bottom: 0;
  }
}

.contact-regions__chip {
  display: inline-block;
  margin: 0.15rem 0.15rem 0 0;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #7c2d12;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.95), rgba(253, 230, 138, 0.5));
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 0.35rem;
}

.contact-regions__rest {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
}

.contact-regions__seo {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  font-size: 0.65rem;
  line-height: 1.65;
  color: #94a3b8;
  letter-spacing: 0.02em;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.65);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(22, 163, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80%,
  100% {
    transform: rotate(0deg);
  }
}

/* —— Premium footer —— */
.site-footer {
  position: relative;
  margin-top: 0;
  color: #cbd5e1;
  font-family: var(--font-sans);
}

.footer-accent {
  height: 3px;
  background: linear-gradient(
    90deg,
    #4f46e5 0%,
    #f59e0b 50%,
    #4338ca 100%
  );
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.25);
}

.footer-shell {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #050508 0%, #0c0c12 38%, #09090b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-shell__glow {
  pointer-events: none;
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 70%;
  background: radial-gradient(
    ellipse 55% 45% at 50% 0%,
    rgba(79, 70, 229, 0.18),
    transparent 65%
  );
}

.footer-shell__noise {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.footer-grid {
  display: grid;
  gap: 2.5rem 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2rem;
  }
  .footer-col--brand {
    order: 1;
  }
  .footer-col--nav {
    order: 2;
  }
  .footer-col--regions {
    order: 3;
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 0.85fr);
    gap: 3rem 2.75rem;
    align-items: start;
  }
  .footer-col--brand,
  .footer-col--regions,
  .footer-col--nav {
    order: unset;
    grid-column: unset;
  }
}

.footer-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.88);
  margin: 0 0 1rem;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fafafa;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.footer-owner {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fde68a;
  margin: 0 0 0.85rem;
}

.footer-tagline {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 1.35rem;
  max-width: 22rem;
}

.footer-phone {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
  padding: 0.75rem 1rem 0.75rem 0.85rem;
  border-radius: 999px;
  overflow: visible;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(145deg, #fde68a 0%, #fbbf24 28%, #f59e0b 62%, #ea580c 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 -1px 0 rgba(180, 83, 9, 0.25) inset,
    0 12px 36px -10px rgba(245, 158, 11, 0.65),
    0 0 0 1px rgba(234, 88, 12, 0.35),
    0 0 48px -8px rgba(251, 191, 36, 0.45);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.footer-phone:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 -1px 0 rgba(180, 83, 9, 0.2) inset,
    0 18px 44px -12px rgba(245, 158, 11, 0.75),
    0 0 0 1px rgba(234, 88, 12, 0.45),
    0 0 56px -6px rgba(251, 191, 36, 0.55);
}

.footer-phone__pulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.35), rgba(234, 88, 12, 0.2));
  z-index: 0;
  animation: footer-phone-ring 2.8s ease-out infinite;
  pointer-events: none;
}

.footer-phone > :not(.footer-phone__pulse) {
  position: relative;
  z-index: 1;
}

@keyframes footer-phone-ring {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-phone__pulse {
    animation: none;
    opacity: 0.45;
  }
}

.footer-phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  color: #fde68a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.footer-phone__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 0;
}

.footer-phone__kicker {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.65);
}

.footer-phone__num {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
  line-height: 1.1;
}

@media (min-width: 400px) {
  .footer-phone__num {
    font-size: 1.2rem;
  }
}

.footer-phone__chev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding-left: 0.15rem;
  color: rgba(15, 23, 42, 0.55);
  transition: transform 0.2s ease, color 0.2s;
}

.footer-phone:hover .footer-phone__chev {
  transform: translateX(3px);
  color: #0f172a;
}

.footer-note {
  font-size: 0.6875rem;
  color: #64748b;
  margin: 0.65rem 0 0;
  letter-spacing: 0.06em;
}

.footer-section {
  margin-bottom: 1.35rem;
}

.footer-section:last-child {
  margin-bottom: 0;
}

.footer-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.55rem;
}

.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  line-height: 1.2;
}

.footer-chip--priority {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.12), rgba(245, 158, 11, 0.06));
  border-color: rgba(245, 158, 11, 0.35);
  color: #fef3c7;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.4rem;
  align-items: center;
}

.footer-tag {
  font-size: 0.625rem;
  font-weight: 500;
  color: #94a3b8;
  padding: 0.2rem 0.45rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.45;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-nav__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #cbd5e1;
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.15s,
    border-color 0.15s;
}

.footer-nav__link:hover {
  color: #fff;
  border-bottom-color: rgba(251, 191, 36, 0.45);
}

.footer-legal {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0.5rem;
  max-width: 22rem;
  text-align: right;
  line-height: 1.45;
}

@media (min-width: 640px) {
  .footer-credit {
    max-width: none;
  }
}

.footer-credit__label {
  color: #64748b;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.footer-credit__sep {
  color: #475569;
  font-weight: 300;
  user-select: none;
}

.footer-credit__link {
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a5b4fc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.footer-credit__link:hover {
  color: #fcd34d;
  border-bottom-color: rgba(251, 191, 36, 0.45);
}

/* Footer refresh */
.footer-shell {
  background: linear-gradient(180deg, #1b1d22 0%, #17191e 48%, #14161a 100%);
}

.footer-grid {
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr) minmax(0, 0.95fr);
    gap: 2.25rem;
  }
}

.footer-col {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .footer-col {
    padding-right: 1.75rem;
    border-right: 1px solid rgba(148, 163, 184, 0.18);
  }

  .footer-col:last-child {
    border-right: 0;
    padding-right: 0;
  }
}

.footer-eyebrow {
  color: #fcd34d;
  margin-bottom: 0.9rem;
  font-size: 0.61rem;
  letter-spacing: 0.24em;
}

.footer-logo {
  font-size: 1.55rem;
  color: #f8fafc;
  line-height: 1.12;
  margin-bottom: 0.45rem;
}

.footer-owner {
  margin-bottom: 0.65rem;
}

.footer-tagline {
  color: #b6c1d1;
  margin-bottom: 1.1rem;
  max-width: 19rem;
  font-size: 0.84rem;
  line-height: 1.62;
}

.footer-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-phone {
  border: 1px solid rgba(251, 191, 36, 0.45);
  box-shadow: none;
}

.footer-phone:hover {
  box-shadow: 0 10px 24px -12px rgba(245, 158, 11, 0.45);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 0.85rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e2e8f0;
  background: #20242b;
  border: 1px solid rgba(148, 163, 184, 0.3);
  letter-spacing: 0.02em;
}

.footer-whatsapp:hover {
  background: #262b33;
  border-color: rgba(251, 191, 36, 0.42);
  color: #f8fafc;
}

.footer-note {
  margin-top: 0.75rem;
  color: #9ca9bd;
}

.footer-section {
  margin-bottom: 1.05rem;
}

.footer-section:first-of-type {
  margin-bottom: 1.25rem;
}

.footer-label {
  color: #aeb9cc;
  margin-bottom: 0.6rem;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.footer-chip {
  background: #23272f;
  border-color: rgba(148, 163, 184, 0.28);
  color: #e2e8f0;
  font-size: 0.64rem;
  padding: 0.3rem 0.55rem;
}

.footer-tag {
  background: #20242b;
  color: #c9d3e3;
  border-color: rgba(148, 163, 184, 0.16);
  font-size: 0.58rem;
  line-height: 1.3;
  padding: 0.16rem 0.4rem;
}

.footer-col--regions .footer-tags {
  max-height: 8.2rem;
  overflow-y: auto;
  padding-right: 0.2rem;
  align-content: flex-start;
}

.footer-col--regions .footer-tags::-webkit-scrollbar {
  width: 4px;
}

.footer-col--regions .footer-tags::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.35);
  border-radius: 999px;
}

.footer-nav__list {
  gap: 0.3rem;
}

.footer-col--nav .footer-eyebrow + .footer-nav {
  margin-bottom: 1.1rem !important;
}

.footer-nav__link {
  border: 0;
  border-radius: 0;
  padding: 0.32rem 0;
  background: transparent;
  color: #d1dae8;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.18);
  font-size: 0.83rem;
  line-height: 1.45;
}

.footer-nav__link:hover {
  border-bottom-color: rgba(251, 191, 36, 0.42);
  background: transparent;
  color: #ffffff;
}

.footer-legal {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.38));
}

.footer-credit__label {
  color: #a0aec2;
}

.reviews-slider__viewport {
  overflow: hidden;
}

.reviews-slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-slide {
  flex: 0 0 100%;
}

.review-card {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.review-nav {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #4338ca;
  font-weight: 700;
  line-height: 1;
}

.review-dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.review-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  border: 0;
  background: #cbd5e1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.review-dot.is-active {
  background: #4338ca;
  transform: scale(1.25);
}

.review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-slide.is-expanded .review-text {
  display: block;
  -webkit-line-clamp: unset;
}

.review-more {
  border: 0;
  padding: 0;
  background: transparent;
  color: #4338ca;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Mobile premium + performance pack */
@media (max-width: 767px) {
  .site-topbar {
    padding: 0.4rem 0.75rem;
    line-height: 1.35;
  }

  .site-header {
    background: rgba(255, 252, 250, 0.94);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__inner {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    gap: 0.6rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    padding: 0.15rem 0;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-pill {
    flex: 0 0 auto;
    padding: 0.48rem 0.78rem;
    font-size: 0.77rem;
    border: 1px solid rgba(99, 102, 241, 0.12);
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
    justify-content: center;
    min-height: 2.35rem;
  }

  .btn-primary-header {
    display: none;
  }

  .home-hero .heading-display {
    font-size: clamp(1.85rem, 7.2vw, 2.25rem);
    line-height: 1.08;
  }

  .home-hero {
    position: relative;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
    background-image:
      linear-gradient(180deg, rgba(7, 10, 19, 0.82) 0%, rgba(7, 10, 19, 0.92) 100%),
      url("/static/images/hero.webp");
    background-size: cover;
    background-position: center 34%;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.06) inset,
      0 20px 44px -26px rgba(15, 23, 42, 0.65);
  }

  .home-hero__content {
    padding-top: 2.1rem;
    padding-bottom: 1.5rem;
    min-height: 30rem;
    background: linear-gradient(180deg, rgba(10, 13, 25, 0.8) 0%, rgba(12, 15, 26, 0.74) 100%);
  }

  .home-hero__content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 8% 5%, rgba(251, 191, 36, 0.14), transparent 40%),
      radial-gradient(circle at 88% 0%, rgba(99, 102, 241, 0.18), transparent 44%);
  }

  .home-hero p {
    text-wrap: balance;
  }

  .home-hero__content > p {
    font-size: 0.95rem;
    line-height: 1.7;
    background: rgba(15, 23, 42, 0.38);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-left: 2px solid rgba(245, 158, 11, 0.75);
    border-radius: 0.85rem;
    padding: 0.85rem 0.9rem;
    margin-bottom: 0.9rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.52rem;
  }

  .hero-cta,
  .hero-wa {
    width: 100%;
    min-height: 2.85rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0.82rem;
  }

  .hero-trust {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding-right: 3.7rem;
  }

  .hero-trust span:nth-child(3) {
    grid-column: 1 / -1;
  }

  .hero-trust span {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.44);
    color: #cbd5e1;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0.38rem 0.32rem;
  }

  .home-hero__media {
    display: none;
  }

  .home-hero__visual {
    min-height: 0;
    object-position: center 26%;
    filter: saturate(1.08) contrast(1.04);
  }

  .service-card {
    border-radius: 0.9rem;
    box-shadow:
      0 0 0 1px rgba(15, 23, 42, 0.05),
      0 8px 18px -12px rgba(15, 23, 42, 0.2);
  }

  .service-card__body {
    padding: 1rem 1rem 1.05rem;
  }

  .service-card__title {
    font-size: 1rem;
  }

  .service-card__desc {
    font-size: 0.78rem;
  }

  .service-card__link {
    font-size: 0.68rem;
    padding: 0.45rem 0.85rem;
  }

  .floating-cta-group {
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom) + 14px);
    gap: 8px;
  }

  .call-sticky,
  .whatsapp-float {
    width: 52px;
    height: 52px;
  }

  .whatsapp-float {
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow:
      0 10px 26px rgba(22, 163, 74, 0.36),
      0 0 0 1px rgba(21, 128, 61, 0.3);
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
    display: block;
    transform: none;
  }

  .call-sticky__pulse,
  .footer-phone__pulse,
  .whatsapp-float {
    animation: none;
  }

  .footer-shell__noise {
    opacity: 0.025;
  }

  .footer-shell__glow {
    inset: -38% -35% auto -35%;
    opacity: 0.75;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-col {
    padding: 0.85rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  }

  .footer-col--regions {
    order: 3;
  }

  .footer-col--nav {
    order: 2;
  }

  .footer-col--brand {
    order: 1;
  }

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

  .footer-phone {
    width: 100%;
    justify-content: flex-start;
    padding: 0.72rem 0.8rem;
  }

  .footer-whatsapp {
    width: 100%;
    border-radius: 0.75rem;
  }

  .footer-phone__num {
    font-size: 1.03rem;
  }

  .footer-tagline {
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .footer-tags {
    max-height: 6.2rem;
    overflow-y: auto;
    padding-right: 0.2rem;
  }

  .footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 0.75rem;
  }

  .footer-nav__link {
    display: block;
    min-height: auto;
    border-radius: 0;
    padding: 0.24rem 0;
    border: 0;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.2);
    background: transparent;
  }

  .footer-legal {
    padding-bottom: 4.9rem;
  }

  .services-hero {
    padding-top: 2.35rem;
    padding-bottom: 2.15rem;
  }

  .services-hero .heading-display {
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    line-height: 1.06;
  }

  .services-hero p {
    font-size: 1.22rem;
    line-height: 1.55;
    max-width: 17rem;
    margin-inline: auto;
  }

  main > section:nth-child(n + 2) {
    content-visibility: auto;
    contain-intrinsic-size: 700px;
  }
}
