/* Ekspertiz hub inner pages — premium layout */
.eg-page--ekspertiz { padding: 0 0 3rem; }

/* Hero */
.eg-exp-hero {
  padding: 1.25rem 0 2.5rem;
  border-bottom: 1px solid var(--eg-border);
}

.eg-exp-hero--light {
  background: linear-gradient(145deg, #fff7ed 0%, #fff 45%, #f8fafc 100%);
}

.eg-exp-hero--dark {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #0b1220 100%);
  color: #e2e8f0;
  border-bottom-color: rgba(255, 255, 255, .08);
}

.eg-exp-hero--dark .eg-breadcrumbs__item a,
.eg-exp-hero--dark .eg-breadcrumbs__item:not(:last-child)::after {
  color: #94a3b8;
}

.eg-exp-hero--dark .eg-breadcrumbs__item span {
  color: #f1f5f9;
}

.eg-exp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: .5rem;
}

.eg-exp-hero__kicker {
  display: inline-block;
  margin: 0 0 .75rem;
  padding: .3rem .75rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: #c2410c;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.eg-exp-hero--dark .eg-exp-hero__kicker {
  background: rgba(249, 115, 22, .2);
  color: #fdba74;
}

.eg-exp-hero h1 {
  margin: 0 0 .85rem;
  font-size: clamp(1.65rem, 3.5vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.eg-exp-hero__lead {
  margin: 0 0 1.25rem;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--eg-muted);
}

.eg-exp-hero--dark .eg-exp-hero__lead {
  color: #cbd5e1;
}

.eg-exp-stats {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-stats__item {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .55rem .85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
  min-width: 5.5rem;
}

.eg-exp-hero--dark .eg-exp-stats__item {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .1);
}

.eg-exp-stats__item strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--eg-text);
  line-height: 1.1;
}

.eg-exp-hero--dark .eg-exp-stats__item strong {
  color: #fff;
}

.eg-exp-stats__item span {
  font-size: .68rem;
  font-weight: 600;
  color: var(--eg-muted);
}

.eg-exp-hero--dark .eg-exp-stats__item span {
  color: #94a3b8;
}

.eg-exp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero__media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .15);
}

.eg-exp-hero--dark .eg-exp-hero__media {
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.eg-exp-hero__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.eg-btn--ghost-light {
  border-color: rgba(255, 255, 255, .25);
  color: #f1f5f9;
}

.eg-btn--ghost-light:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
}

/* Koyu zemin üzerinde okunaklı beyaz buton (sigorta sayfası hero + CTA) */
.eg-btn--surface-on-dark,
.eg-exp-hero--dark .eg-btn--ghost.eg-btn--ghost-light,
.eg-exp-cta-band .eg-btn--ghost.eg-btn--ghost-light {
  background: #fff;
  border-color: #fff;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}

.eg-btn--surface-on-dark:hover,
.eg-exp-hero--dark .eg-btn--ghost.eg-btn--ghost-light:hover,
.eg-exp-cta-band .eg-btn--ghost.eg-btn--ghost-light:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #0f172a;
}

.eg-btn--on-dark {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.eg-btn--on-dark:hover {
  background: rgba(255, 255, 255, .1);
}

.eg-btn--outline.eg-btn--on-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}

.eg-btn--outline.eg-btn--on-dark:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
}

/* Sections */
.eg-exp-section {
  padding: 2.5rem 0;
}

.eg-exp-section--features {
  padding-top: 2rem;
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.eg-exp-section--content {
  background: #f8fafc;
}

.eg-exp-section--report {
  background: #fff;
}

.eg-exp-section--packages {
  background: linear-gradient(180deg, #f8fafc, #fff);
}

.eg-exp-section--faq {
  background: #fff;
  border-top: 1px solid var(--eg-border);
}

.eg-exp-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.75rem;
}

.eg-exp-section__title {
  margin: 0 0 .5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -.02em;
}

.eg-exp-section__lead {
  margin: 0;
  color: var(--eg-muted);
  font-size: .98rem;
  line-height: 1.55;
}

/* Feature grid */
.eg-exp-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.eg-exp-feature {
  padding: 1.15rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eg-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  transition: transform .2s, box-shadow .2s;
}

.eg-exp-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(249, 115, 22, .1);
  border-color: #fed7aa;
}

.eg-exp-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .65rem;
  border-radius: 10px;
  background: #fff7ed;
  font-size: 1.1rem;
}

.eg-exp-feature h3 {
  margin: 0 0 .4rem;
  font-size: .92rem;
  font-weight: 800;
}

.eg-exp-feature p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.5;
  color: var(--eg-muted);
}

/* Steps timeline */
.eg-exp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: exp-step;
}

.eg-exp-steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.25rem 1rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eg-border);
  box-shadow: var(--eg-shadow);
}

.eg-exp-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.eg-exp-steps__icon {
  font-size: 1.25rem;
  line-height: 1;
}

.eg-exp-steps__body h3 {
  margin: 0 0 .35rem;
  font-size: .95rem;
  font-weight: 800;
}

.eg-exp-steps__body p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.5;
  color: var(--eg-muted);
}

/* Content cards */
.eg-exp-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.eg-exp-cards--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eg-exp-cards--triple .eg-exp-card {
  height: 100%;
}

.eg-exp-card {
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eg-border);
  box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
}

.eg-exp-card__icon {
  display: inline-block;
  margin-bottom: .55rem;
  font-size: 1.35rem;
}

.eg-exp-card h2 {
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.eg-exp-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
  color: var(--eg-muted);
}

/* Report categories */
.eg-exp-report-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
}

.eg-exp-report-cats li {
  padding: .75rem .65rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid var(--eg-border);
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
  color: var(--eg-text);
}

/* FAQ */
.eg-exp-faq {
  max-width: 760px;
  margin: 0 auto;
}

.eg-exp-faq__item {
  background: #fff;
  border: 1px solid var(--eg-border);
  border-radius: 12px;
  padding: .15rem 1rem;
  margin-bottom: .65rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
}

.eg-exp-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  padding: .85rem 0;
  list-style: none;
}

.eg-exp-faq__item summary::-webkit-details-marker { display: none; }

.eg-exp-faq__item p {
  margin: 0 0 .85rem;
  font-size: .92rem;
  line-height: 1.6;
  color: var(--eg-muted);
}

/* CTA band */
.eg-exp-cta-band {
  padding: 2rem 0;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #e2e8f0;
}

.eg-exp-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.eg-exp-cta-band__text h2 {
  margin: 0 0 .35rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.eg-exp-cta-band__text p {
  margin: 0;
  font-size: .92rem;
  color: #94a3b8;
  max-width: 48ch;
}

.eg-exp-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

/* Bayilik başvuru bandı */
.eg-exp-section--bayilik-apply {
  padding: 2.5rem 0;
  background: linear-gradient(145deg, #fff7ed 0%, #fff 45%, #f8fafc 100%);
  border-top: 1px solid var(--eg-border);
  border-bottom: 1px solid var(--eg-border);
}

.eg-bayilik-apply {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 2.25rem;
  background: #fff;
  border: 1px solid var(--eg-border);
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .06);
}

.eg-bayilik-apply__content h2 {
  margin: 0 0 .65rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--eg-text);
}

.eg-bayilik-apply__content > p {
  margin: 0 0 1rem;
  color: var(--eg-muted);
  line-height: 1.65;
  max-width: 52ch;
}

.eg-bayilik-apply__types {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
}

.eg-bayilik-apply__types li {
  font-size: .92rem;
  color: var(--eg-text);
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
}

.eg-bayilik-apply__types li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--eg-primary, #ea580c);
}

.eg-bayilik-apply__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .75rem;
}

.eg-bayilik-apply__note {
  margin: 0;
  font-size: .8rem;
  color: var(--eg-muted);
}

.eg-btn--lg {
  padding: .85rem 1.5rem;
  font-size: 1rem;
}

.eg-exp-related-wrap {
  padding-top: 2rem;
}

.eg-exp-related-wrap .eg-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* FAQ page variant */
.eg-page--faq-premium { padding: 0 0 3rem; }

.eg-faq-premium-hero {
  padding: 1.25rem 0 2rem;
  background: linear-gradient(145deg, #eff6ff 0%, #fff 50%, #f8fafc 100%);
  border-bottom: 1px solid var(--eg-border);
}

.eg-faq-premium-hero h1 {
  margin: .5rem 0 .65rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}

.eg-faq-premium-hero__lead {
  margin: 0;
  max-width: 58ch;
  color: var(--eg-muted);
  font-size: 1.02rem;
}

.eg-faq-premium-hero .eg-exp-hero__kicker {
  margin: 0 0 .35rem;
}

.eg-faq-premium-hero .eg-exp-hero__actions {
  margin-top: 1.25rem;
}

.eg-faq-premium-body {
  padding: 2rem 0 2.5rem;
}

/* Brand logo in hero */
.eg-exp-hero__brand {
  margin-bottom: .75rem;
}

.eg-exp-hero__brand-logo {
  display: block;
  max-height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

/* Testimonials premium */
.eg-testimonials-premium-body {
  padding: 2rem 0 2.5rem;
}

.eg-testimonials--premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.eg-testimonial--premium {
  background: #fff;
  border: 1px solid var(--eg-border);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
}

.eg-testimonial--premium .eg-testimonial__text {
  font-size: .95rem;
  line-height: 1.65;
  color: var(--eg-text);
}

/* Contact premium */
.eg-contact-premium-body {
  padding: 2rem 0 3rem;
}

.eg-contact-premium-hero {
  padding: 0 0 1.5rem;
}

.eg-contact-premium-hero__img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.eg-contact-grid--premium {
  gap: 1.25rem;
}

.eg-contact-card--premium {
  background: #fff;
  border: 1px solid var(--eg-border);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
}

.eg-map--premium {
  border-radius: 14px;
  border: 1px solid var(--eg-border);
  min-height: 320px;
}

/* Videos premium */
.eg-videos-premium-body {
  padding: 2rem 0 2.5rem;
}

.eg-videos-premium-hero {
  padding: 0 0 1.5rem;
}

.eg-videos-premium-hero__img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* Gallery premium */
.eg-gallery-premium-body {
  padding: 2rem 0 2.5rem;
}

.eg-gallery-premium-hero {
  padding: 0 0 1.5rem;
}

.eg-gallery-premium-hero__img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

@media (max-width: 1024px) {
  .eg-exp-hero__grid { grid-template-columns: 1fr; }
  .eg-exp-hero__media { order: -1; max-width: 520px; }
  .eg-exp-hero--insurance .eg-exp-hero__content { order: 1; }
  .eg-exp-hero--insurance .eg-exp-hero__media { order: 2; max-width: none; width: 100%; }
  .eg-exp-features { grid-template-columns: repeat(2, 1fr); }
  .eg-exp-steps { grid-template-columns: repeat(2, 1fr); }
  .eg-exp-report-cats { grid-template-columns: repeat(3, 1fr); }
  .eg-exp-related-wrap .eg-related__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .eg-exp-hero {
    padding: .85rem 0 1.75rem;
  }

  .eg-exp-hero h1 {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  }

  .eg-exp-hero__lead {
    font-size: .95rem;
    line-height: 1.55;
  }

  .eg-exp-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .eg-exp-stats__item {
    min-width: 0;
  }

  .eg-exp-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .eg-exp-hero__actions .eg-btn {
    width: 100%;
    justify-content: center;
    min-height: 2.75rem;
  }

  .eg-exp-hero__img--photo {
    aspect-ratio: 16 / 10;
    max-height: 220px;
    object-fit: cover;
    object-position: center;
  }

  .eg-exp-section {
    padding: 2rem 0;
  }

  .eg-exp-section__head {
    margin-bottom: 1.25rem;
  }

  .eg-exp-section__title {
    font-size: 1.25rem;
  }

  .eg-exp-section__lead {
    font-size: .92rem;
  }

  .eg-exp-features {
    gap: .75rem;
  }

  .eg-exp-feature {
    padding: 1rem;
  }

  .eg-exp-faq__item summary {
    padding: .85rem 0;
    font-size: .92rem;
  }

  .eg-bayilik-apply {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .eg-bayilik-apply__action {
    align-items: stretch;
  }

  .eg-bayilik-apply__action .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-exp-cta-band__actions {
    width: 100%;
    flex-direction: column;
  }

  .eg-exp-cta-band__actions .eg-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .eg-exp-cards--triple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .eg-exp-features,
  .eg-exp-cards,
  .eg-exp-steps,
  .eg-exp-report-cats,
  .eg-exp-related-wrap .eg-related__grid {
    grid-template-columns: 1fr;
  }

  .eg-exp-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .eg-testimonials--premium {
    grid-template-columns: 1fr;
  }

  .eg-page--insurance {
    padding-bottom: calc(3rem + env(safe-area-inset-bottom));
  }
}

/* Kurumsal / yasal iç sayfalar */
.eg-page--legal {
  padding-bottom: calc(2.5rem + env(safe-area-inset-bottom));
}

.eg-exp-hero--legal {
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid var(--eg-border);
  background: #f8fafc;
}

.eg-exp-hero__grid--legal {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: .35rem;
}

.eg-exp-hero--legal h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  max-width: 24ch;
}

.eg-exp-hero--legal .eg-exp-hero__lead {
  max-width: 62ch;
  font-size: .98rem;
}

.eg-exp-section--legal {
  padding: 1.75rem 0 2.5rem;
}

.eg-exp-cards--legal {
  grid-template-columns: 1fr;
  gap: .85rem;
  max-width: 760px;
}

.eg-exp-cards--legal .eg-exp-card {
  padding: 1.15rem 1.1rem;
}

.eg-exp-cards--legal .eg-exp-card h2 {
  font-size: 1rem;
}

.eg-page--legal .eg-exp-related-wrap {
  padding-bottom: 1rem;
}


@media (max-width: 768px) {
  .eg-exp-hero--legal {
    padding: .75rem 0 1.25rem;
  }

  .eg-exp-hero--legal h1 {
    font-size: clamp(1.25rem, 5.5vw, 1.65rem);
    max-width: none;
  }

  .eg-exp-section--legal {
    padding: 1.35rem 0 2rem;
  }

  .eg-exp-cards--legal .eg-exp-card {
    padding: 1rem;
  }
}

/* Blog */
.eg-page--blog .eg-blog-index { padding: 2.5rem 0 4rem; }

.eg-blog-index__nav {
  position: sticky;
  top: calc(var(--eg-header-h, 72px) + .5rem);
  z-index: 5;
  margin-bottom: 2rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}

.eg-blog-index__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-blog-index__nav-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, color .2s, box-shadow .2s;
}

.eg-blog-index__nav-link:hover {
  background: #ffedd5;
  color: #9a3412;
  box-shadow: 0 2px 8px rgba(249, 115, 22, .15);
}

.eg-blog-index__nav-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  padding: .1rem .35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
}

.eg-blog-index__sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.eg-blog-index__section {
  scroll-margin-top: calc(var(--eg-header-h, 72px) + 5rem);
}

.eg-blog-index__section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid #f97316;
}

.eg-blog-index__section-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.02em;
}

.eg-blog-index__section-count {
  flex-shrink: 0;
  font-size: .78rem;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}

.eg-blog-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.eg-blog-index__item + .eg-blog-index__item {
  border-top: 1px solid #e2e8f0;
}

.eg-blog-index__item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: inherit;
  transition: background .18s;
}

.eg-blog-index__item-link:hover {
  background: #f8fafc;
}

.eg-blog-index__item-link:hover .eg-blog-index__item-title {
  color: #c2410c;
}

.eg-blog-index__item-link:hover .eg-blog-index__item-cta {
  transform: translateX(2px);
}

.eg-blog-index__item-main {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  min-width: 0;
}

.eg-blog-index__item-title {
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.45;
  color: #0f172a;
  transition: color .18s;
}

.eg-blog-index__item-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .86rem;
  line-height: 1.55;
  color: #64748b;
}

.eg-blog-index__item-cta {
  flex-shrink: 0;
  font-size: .82rem;
  font-weight: 700;
  color: #f97316;
  transition: transform .18s;
}

@media (max-width: 640px) {
  .eg-blog-index__nav {
    top: calc(var(--eg-header-h, 64px) + .25rem);
    padding: .75rem;
  }

  .eg-blog-index__section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
  }

  .eg-blog-index__item-link {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    padding: .9rem 1rem;
  }

  .eg-blog-index__item-cta {
    align-self: flex-end;
  }
}
.eg-blog-article { padding: 2rem 0 3rem; max-width: 760px; }
.eg-blog-body { font-size: 1.02rem; line-height: 1.75; color: #334155; }
.eg-blog-lead { font-size: 1.125rem; color: #0f172a; margin-bottom: 1.5rem; }
.eg-blog-body h2 { margin: 2rem 0 .75rem; font-size: 1.35rem; color: #0f172a; }
.eg-blog-figure { margin: 1.5rem 0; }
.eg-blog-figure img { width: 100%; height: auto; border-radius: 12px; }
.eg-blog-gallery { display: grid; gap: 1rem; margin: 1.5rem 0; }
.eg-blog-gallery--2 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.eg-blog-gallery img { width: 100%; height: auto; border-radius: 10px; }
.eg-blog-checklist,
.eg-blog-related-links { padding-left: 1.25rem; margin: 1rem 0 1.5rem; }
.eg-blog-checklist li,
.eg-blog-related-links li { margin-bottom: .5rem; }
.eg-blog-inline-cta {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.eg-blog-body--rich { max-width: none; }
.eg-blog-body h3 { margin: 1.25rem 0 .5rem; font-size: 1.05rem; color: #0f172a; }
.eg-blog-figure figcaption {
  margin-top: .5rem;
  font-size: .82rem;
  color: #64748b;
  text-align: center;
}
.eg-blog-gallery--3 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.eg-blog-gallery figure { margin: 0; }
.eg-blog-gallery figcaption { font-size: .75rem; color: #64748b; margin-top: .35rem; text-align: center; }

.eg-blog-callout {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  font-size: .95rem;
  line-height: 1.6;
}
.eg-blog-callout--info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}
.eg-blog-callout--warn {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.eg-blog-mount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.eg-blog-mount-card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
}
.eg-blog-mount-card__icon { font-size: 1.5rem; display: block; margin-bottom: .35rem; }
.eg-blog-mount-card h3 { margin: 0 0 .35rem; font-size: .95rem; font-weight: 800; color: #0f172a; }
.eg-blog-mount-card p { margin: 0; font-size: .88rem; color: #64748b; line-height: 1.55; }

.eg-blog-steps {
  margin: 1rem 0 1.5rem;
  padding-left: 1.35rem;
  counter-reset: step;
}
.eg-blog-steps li {
  margin-bottom: .65rem;
  padding-left: .25rem;
  line-height: 1.6;
}

.eg-blog-faq {
  padding: 0 0 2.5rem;
  max-width: 760px;
}
.eg-blog-faq__list { display: flex; flex-direction: column; gap: .65rem; }
.eg-blog-faq__item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.eg-blog-faq__item summary {
  padding: .85rem 1.1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: #0f172a;
}
.eg-blog-faq__item summary::-webkit-details-marker { display: none; }
.eg-blog-faq__item[open] summary { border-bottom: 1px solid #f1f5f9; background: #f8fafc; }
.eg-blog-faq__item p {
  margin: 0;
  padding: .85rem 1.1rem 1rem;
  font-size: .95rem;
  color: #475569;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .eg-blog-mount-grid { grid-template-columns: 1fr; }
}

/* AI-citable price guide (fiyat sayfası) */
.eg-price-guide__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.eg-price-guide__card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
}

.eg-price-guide__card--featured {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 42%);
}

.eg-price-guide__eyebrow {
  margin: 0 0 .85rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c2410c;
}

.eg-price-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}

.eg-price-guide__table th,
.eg-price-guide__table td {
  padding: .65rem .75rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.eg-price-guide__table thead th {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #64748b;
  background: #f8fafc;
}

.eg-price-guide__table tbody th {
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.eg-price-guide__table--muted tbody th {
  font-weight: 600;
}

.eg-price-guide__note {
  margin: .85rem 0 0;
  font-size: .82rem;
  line-height: 1.55;
  color: #64748b;
}

.eg-price-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.eg-price-guide__faq-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.eg-price-guide__faq-inline > div {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.eg-price-guide__faq-inline dt {
  margin: 0 0 .4rem;
  font-size: .88rem;
  font-weight: 700;
  color: #0f172a;
}

.eg-price-guide__faq-inline dd {
  margin: 0;
  font-size: .84rem;
  line-height: 1.55;
  color: #475569;
}

@media (max-width: 900px) {
  .eg-price-guide__grid { grid-template-columns: 1fr; }
  .eg-price-guide__faq-inline { grid-template-columns: 1fr; }
}

.eg-blog-related { padding: 2rem 0 3rem; background: #f8fafc; }
.eg-faq-premium-hero--compact { padding-bottom: 1.5rem; }
.eg-page--blog-post .eg-hm-blog__cat { display: inline-block; margin-bottom: .75rem; }

/* Insurance service page */
.eg-page--insurance {
  padding: 0 0 3rem;
}

.eg-exp-hero--insurance {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--insurance .eg-exp-hero__media--photo {
  background: rgba(15, 23, 42, .35);
  border: 1px solid rgba(255, 255, 255, .1);
}

.eg-exp-hero--insurance .eg-exp-hero__img--photo {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.eg-insurance-trust {
  background: #fff;
}

.eg-insurance-trust .eg-exp-features--insurance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.eg-insurance-trust .eg-exp-feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.15rem;
}

.eg-insurance-trust .eg-exp-feature__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .75rem;
  font-size: 1.2rem;
}

.eg-insurance-trust .eg-exp-feature h3 {
  font-size: .95rem;
  line-height: 1.35;
}

.eg-insurance-trust .eg-exp-feature p {
  flex: 1;
  font-size: .84rem;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .eg-insurance-trust .eg-exp-features--insurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .eg-insurance-trust .eg-exp-features--insurance {
    grid-template-columns: 1fr;
  }
}

.eg-insurance-repairs {
  padding: 3rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.eg-insurance-repairs__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-insurance-repairs__item {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eg-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-insurance-repairs__icon {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1;
}

.eg-insurance-repairs__item strong {
  display: block;
  margin-bottom: .35rem;
  font-size: .95rem;
  font-weight: 800;
  color: var(--eg-text);
}

.eg-insurance-repairs__item p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.55;
  color: var(--eg-muted);
}

.eg-insurance-seo {
  background: #fff;
}

.eg-exp-cards--seo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eg-insurance-partners {
  padding: 3rem 0;
  background: #f8fafc;
  border-top: 1px solid var(--eg-border);
  border-bottom: 1px solid var(--eg-border);
}

.eg-page--insurance .eg-hm-insurance__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem;
}

.eg-page--insurance .eg-hm-insurance__item,
.eg-page--insurance .eg-hm-insurance__item--static {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: .75rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--eg-text);
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.eg-page--insurance a.eg-hm-insurance__item:hover {
  border-color: var(--eg-primary, #dc2626);
  color: var(--eg-primary, #dc2626);
  box-shadow: 0 6px 16px rgba(220, 38, 38, .08);
}
}

.eg-insurance-gallery {
  padding: 3rem 0;
  background: #fff;
}

.eg-insurance-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-insurance-gallery__item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
  background: #f1f5f9;
  border: 1px solid var(--eg-border);
}

.eg-insurance-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.eg-insurance-blog-link {
  margin: 1.5rem 0 0;
  font-size: .92rem;
  color: var(--eg-muted);
}

.eg-insurance-blog-link a {
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
}

.eg-insurance-blog-link a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .eg-insurance-repairs__grid,
  .eg-insurance-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-page--insurance .eg-hm-insurance__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .eg-insurance-repairs__grid,
  .eg-exp-cards--seo,
  .eg-insurance-gallery__grid {
    grid-template-columns: 1fr;
  }

  .eg-page--insurance .eg-hm-insurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-insurance-repairs,
  .eg-insurance-partners,
  .eg-insurance-gallery {
    padding: 2rem 0;
  }

  .eg-insurance-repairs__item {
    padding: 1rem;
  }

  .eg-page--insurance .eg-hm-insurance__item--static {
    min-height: 48px;
    font-size: .72rem;
    padding: .55rem .45rem;
  }

  .eg-exp-hero--insurance {
    padding-bottom: 1.5rem;
  }

  .eg-exp-hero--insurance .eg-exp-hero__kicker {
    font-size: .65rem;
  }
}

/* Insurance page — alt kapanış (ilgili + CTA) */
.eg-insurance-close {
  margin-top: 0;
}

.eg-insurance-close__related {
  padding: 2.5rem 0 2rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-top: 1px solid var(--eg-border);
}

.eg-insurance-close__related .eg-related {
  margin: 0;
}

.eg-insurance-close__related .eg-related h2 {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--eg-text);
}

.eg-insurance-close__related .eg-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.eg-insurance-close__related .eg-related__link {
  background: #fff;
  min-height: 3.25rem;
}

.eg-page--insurance .eg-exp-cta-band {
  margin: 0;
  padding: 2.25rem 0 2.5rem;
}

.eg-page--insurance .eg-exp-cta-band__inner {
  align-items: flex-start;
}

.eg-page--insurance .eg-exp-cta-band__actions {
  flex-shrink: 0;
}

.eg-page--insurance .eg-exp-cta-band__actions .eg-btn {
  min-width: 10.5rem;
  justify-content: center;
}

.eg-page--insurance .eg-insurance-blog-link {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--eg-border);
}

@media (max-width: 768px) {
  .eg-insurance-close__related .eg-related__grid {
    grid-template-columns: 1fr;
  }

  .eg-page--insurance .eg-exp-cta-band__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .eg-page--insurance .eg-exp-cta-band__actions {
    width: 100%;
    flex-direction: column;
  }

  .eg-page--insurance .eg-exp-cta-band__actions .eg-btn {
    width: 100%;
    min-width: 0;
  }
}

/* —— Dijital rapor landing —— */
.eg-page--dijital-rapor {
  padding: 0 0 3rem;
}

.eg-exp-hero--report-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--report-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--report {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin-inline: auto;
}

.eg-rapor-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 22rem;
}

.eg-exp-hero__img--report {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 35%;
}

.eg-exp-hero--report-landing .eg-exp-hero__actions--report {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--report-landing .eg-exp-hero__actions--report .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.eg-exp-hero--report-landing .eg-exp-hero__actions--report .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(249, 115, 22, .38);
}

.eg-btn--outline-dark {
  background: rgba(15, 23, 42, .35);
  border: 2px solid rgba(255, 255, 255, .65);
  color: #fff;
}

.eg-btn--outline-dark:hover {
  background: rgba(255, 255, 255, .14);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.eg-rapor-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 8px 24px rgba(249, 115, 22, .4);
}

.eg-exp-section--report-features {
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.eg-exp-feature--report {
  background: #fff;
  border: 1px solid var(--eg-border);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}

.eg-exp-feature--report:hover {
  transform: translateY(-4px);
  border-color: #fed7aa;
  box-shadow: 0 16px 36px rgba(249, 115, 22, .12);
}

.eg-rapor-delivery {
  padding: 2.75rem 0;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border-top: 1px solid var(--eg-border);
  border-bottom: 1px solid var(--eg-border);
}

.eg-rapor-delivery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-rapor-delivery__item {
  display: grid;
  gap: .35rem;
  padding: 1rem .9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eg-border);
  text-align: center;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .04);
}

.eg-rapor-delivery__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.eg-rapor-delivery__item strong {
  font-size: .88rem;
  color: var(--eg-text);
}

.eg-rapor-delivery__item span:last-child {
  font-size: .78rem;
  color: var(--eg-muted);
  line-height: 1.45;
}

.eg-rapor-usecases {
  padding: 2.75rem 0;
  background: #0f172a;
  color: #e2e8f0;
}

.eg-rapor-usecases .eg-exp-section__title {
  color: #fff;
}

.eg-rapor-usecases .eg-exp-section__lead {
  color: #94a3b8;
}

.eg-rapor-usecases__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.eg-rapor-usecase {
  display: grid;
  gap: .45rem;
  padding: 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  color: inherit;
  text-decoration: none;
  transition: transform .2s, border-color .2s, background .2s;
}

.eg-rapor-usecase:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, .45);
  background: rgba(249, 115, 22, .08);
  text-decoration: none;
}

.eg-rapor-usecase__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.eg-rapor-usecase h3 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.eg-rapor-usecase p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.5;
  color: #94a3b8;
}

.eg-rapor-usecase__link {
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 700;
  color: #fdba74;
}

.eg-page--dijital-rapor .eg-mod--compare {
  background: #fff;
}

.eg-page--dijital-rapor .eg-mod--report {
  padding-top: 2rem;
}

@media (max-width: 900px) {
  .eg-rapor-delivery__grid,
  .eg-rapor-usecases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .eg-exp-hero--report-landing .eg-exp-hero__grid {
    grid-template-columns: 1fr;
  }

  .eg-exp-hero__media--report {
    order: -1;
    max-width: 100%;
  }

  .eg-rapor-hero__frame {
    max-height: 15.5rem;
  }

  .eg-exp-hero__img--report {
    max-height: 15.5rem;
    aspect-ratio: 16 / 9;
    object-position: center center;
  }
}

@media (max-width: 560px) {
  .eg-rapor-delivery__grid,
  .eg-rapor-usecases__grid {
    grid-template-columns: 1fr;
  }

  .eg-exp-hero--report-landing .eg-exp-hero__actions--report {
    flex-direction: column;
    align-items: stretch;
  }

  .eg-exp-hero--report-landing .eg-exp-hero__actions--report .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-rapor-hero__frame {
    max-height: 13.5rem;
  }

  .eg-exp-hero__img--report {
    max-height: 13.5rem;
  }
}

/* —— Teknolojiler hub landing —— */
.eg-page--teknoloji-hub {
  padding: 0 0 3rem;
}

.eg-exp-hero--tech-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--tech-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--tech {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin-inline: auto;
}

.eg-tech-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 22rem;
}

.eg-exp-hero__img--tech {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 40%;
}

.eg-exp-hero--tech-landing .eg-exp-hero__actions--tech {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--tech-landing .eg-exp-hero__actions--tech .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.eg-exp-hero--tech-landing .eg-exp-hero__actions--tech .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(249, 115, 22, .38);
}

.eg-tech-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(249, 115, 22, .92), rgba(234, 88, 12, .88));
  box-shadow: 0 8px 24px rgba(249, 115, 22, .35);
}

.eg-tech-grid-section {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.eg-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-tech-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: 1.25rem 1.2rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation: eg-tech-card-in .55s ease both;
  animation-delay: calc(var(--tech-i, 0) * 55ms);
}

@keyframes eg-tech-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eg-tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, .35);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .1);
  text-decoration: none;
  color: inherit;
}

.eg-tech-card--featured {
  border-color: rgba(249, 115, 22, .22);
  background: linear-gradient(145deg, #fff 0%, #fff7ed 100%);
}

.eg-tech-card__glow {
  position: absolute;
  inset: auto -30% -60% auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, .12) 0%, transparent 70%);
  pointer-events: none;
}

.eg-tech-card__icon {
  display: flex;
  align-items: center;
  color: var(--eg-orange, #f97316);
}

.eg-tech-card__icon .eg-hm__ico {
  width: 28px;
  height: 28px;
}

.eg-tech-card__emoji {
  font-size: 1.5rem;
  line-height: 1;
}

.eg-tech-card__tag {
  align-self: flex-start;
  padding: .2rem .55rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #9a3412;
  background: rgba(249, 115, 22, .12);
}

.eg-tech-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.eg-tech-card p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.55;
  color: #64748b;
  flex: 1;
}

.eg-tech-card__link {
  margin-top: .25rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--eg-orange, #f97316);
}

.eg-tech-benefits {
  padding: 2.5rem 0 3rem;
}

.eg-exp-features--tech {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eg-exp-feature--tech {
  padding: 1.25rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .06);
}

.eg-tech-workflow {
  padding: 3rem 0;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
  color: #e2e8f0;
}

.eg-tech-workflow .eg-exp-section__title {
  color: #fff;
}

.eg-tech-workflow .eg-exp-section__lead {
  color: rgba(226, 232, 240, .78);
}

.eg-tech-workflow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-tech-workflow__step {
  position: relative;
  padding: 1.35rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.eg-tech-workflow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .5rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: var(--eg-orange, #f97316);
}

.eg-tech-workflow__icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: .45rem;
}

.eg-tech-workflow__step h3 {
  margin: 0 0 .35rem;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
}

.eg-tech-workflow__step p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, .72);
}

.eg-tech-matrix {
  padding: 2.75rem 0 3rem;
  background: #f8fafc;
}

.eg-tech-matrix__table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
}

.eg-tech-matrix__table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}

.eg-tech-matrix__table th,
.eg-tech-matrix__table td {
  padding: .85rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.eg-tech-matrix__table thead th {
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.eg-tech-matrix__table thead th:first-child {
  text-align: left;
  border-radius: 14px 0 0 0;
}

.eg-tech-matrix__table thead th:last-child {
  border-radius: 0 14px 0 0;
}

.eg-tech-matrix__table tbody th {
  text-align: left;
  font-weight: 600;
  color: #0f172a;
}

.eg-tech-matrix__yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  font-weight: 800;
  color: #15803d;
  background: rgba(34, 197, 94, .14);
}

.eg-tech-matrix__no {
  color: #94a3b8;
  font-weight: 600;
}

.eg-tech-matrix__note {
  margin: 1rem 0 0;
  font-size: .84rem;
  color: #64748b;
  text-align: center;
}

.eg-page--teknoloji-hub .eg-mod--compare {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .eg-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-exp-features--tech {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-tech-workflow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .eg-exp-hero--tech-landing .eg-exp-hero__grid {
    grid-template-columns: 1fr;
  }

  .eg-tech-hero__frame {
    max-height: 14rem;
  }

  .eg-exp-hero__img--tech {
    max-height: 14rem;
  }

  .eg-exp-hero--tech-landing .eg-exp-hero__actions--tech .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-tech-grid {
    grid-template-columns: 1fr;
  }

  .eg-exp-features--tech,
  .eg-tech-workflow__steps {
    grid-template-columns: 1fr;
  }
}

/* —— Fren testi landing —— */
.eg-page--fren-test {
  padding: 0 0 3rem;
}

.eg-exp-hero--fren-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--fren-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--fren {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

.eg-fren-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 24rem;
}

.eg-exp-hero__img--fren {
  display: block;
  width: 100%;
  height: auto;
  max-height: 24rem;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 45%;
}

.eg-exp-hero--fren-landing .eg-exp-hero__actions--fren {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--fren-landing .eg-exp-hero__actions--fren .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
}

.eg-exp-hero--fren-landing .eg-exp-hero__actions--fren .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(249, 115, 22, .38);
}

.eg-fren-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(220, 38, 38, .92), rgba(185, 28, 28, .88));
  box-shadow: 0 8px 24px rgba(220, 38, 38, .35);
}

.eg-fren-features {
  padding-top: 2.5rem;
}

.eg-exp-features--fren {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eg-exp-feature--fren {
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-fren-showcase {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 100%);
}

.eg-fren-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.eg-fren-showcase__photo {
  margin: 0;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.eg-fren-showcase__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

.eg-fren-showcase__photo figcaption {
  padding: .65rem 1rem;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
}

.eg-fren-showcase__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .2);
}

.eg-fren-showcase__badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fecaca;
  background: rgba(220, 38, 38, .2);
  border: 1px solid rgba(248, 113, 113, .35);
}

.eg-fren-showcase__head h2 {
  margin: .5rem 0 .35rem;
  font-size: 1.35rem;
  color: #fff;
}

.eg-fren-showcase__head p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, .75);
}

.eg-fren-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .85rem;
}

.eg-fren-metrics__item {
  animation: eg-fren-metric-in .5s ease both;
  animation-delay: calc(var(--metric-i, 0) * 80ms);
}

@keyframes eg-fren-metric-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.eg-fren-metrics__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .35rem;
}

.eg-fren-metrics__label {
  font-size: .82rem;
  color: rgba(226, 232, 240, .85);
}

.eg-fren-metrics__value {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.eg-fren-metrics__value small {
  font-size: .68rem;
  font-weight: 600;
  color: rgba(226, 232, 240, .55);
  margin-left: .15rem;
}

.eg-fren-metrics__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.eg-fren-metrics__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ef4444, #f97316);
  animation: eg-fren-bar-fill 1.2s ease forwards;
  animation-delay: calc(.3s + var(--metric-i, 0) * 100ms);
}

@keyframes eg-fren-bar-fill {
  to { width: var(--fill-pct, 50%); }
}

.eg-fren-showcase__note {
  margin: .25rem 0 0;
  font-size: .72rem;
  color: rgba(226, 232, 240, .5);
}

.eg-fren-steps {
  padding: 3rem 0;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  color: #e2e8f0;
}

.eg-fren-steps .eg-exp-section__title {
  color: #fff;
}

.eg-fren-steps .eg-exp-section__lead {
  color: rgba(226, 232, 240, .75);
}

.eg-fren-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-fren-steps__item {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.eg-fren-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .45rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: #dc2626;
}

.eg-fren-steps__icon {
  display: block;
  font-size: 1.45rem;
  margin-bottom: .4rem;
}

.eg-fren-steps__item h3 {
  margin: 0 0 .3rem;
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

.eg-fren-steps__item p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, .7);
}

.eg-fren-gallery {
  padding: 2.5rem 0 3rem;
}

.eg-fren-gallery__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: .75rem;
}

.eg-fren-gallery__item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.eg-fren-gallery__item--lead {
  grid-row: span 2;
}

.eg-fren-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.eg-fren-package .eg-pkg-cards__grid--single {
  max-width: 28rem;
  margin-inline: auto;
}

.eg-fren-related {
  padding: 2rem 0 2.5rem;
  background: #f8fafc;
}

.eg-fren-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-fren-related__card {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.eg-fren-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
  text-decoration: none;
  color: inherit;
}

.eg-fren-related__icon {
  font-size: 1.4rem;
}

.eg-fren-related__card h3 {
  margin: 0;
  font-size: .98rem;
  font-weight: 700;
  color: #0f172a;
}

.eg-fren-related__card p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.5;
  color: #64748b;
  flex: 1;
}

.eg-fren-related__link {
  font-size: .78rem;
  font-weight: 700;
  color: var(--eg-orange, #f97316);
}

@media (max-width: 1024px) {
  .eg-exp-features--fren {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-fren-showcase__grid {
    grid-template-columns: 1fr;
  }

  .eg-fren-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-fren-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .eg-fren-gallery__item--lead {
    grid-column: span 2;
    grid-row: auto;
  }

  .eg-fren-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .eg-exp-hero--fren-landing .eg-exp-hero__grid {
    grid-template-columns: 1fr;
  }

  .eg-fren-hero__frame {
    max-height: 15rem;
  }

  .eg-exp-hero__img--fren {
    max-height: 15rem;
  }

  .eg-exp-hero--fren-landing .eg-exp-hero__actions--fren .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-exp-features--fren,
  .eg-fren-steps__list {
    grid-template-columns: 1fr;
  }

  .eg-fren-gallery__grid {
    grid-template-columns: 1fr;
  }

  .eg-fren-gallery__item--lead {
    grid-column: auto;
  }
}

/* —— Endoskopi landing —— */
.eg-page--endoskopi {
  padding: 0 0 3rem;
}

.eg-exp-hero--endo-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--endo-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--endo {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

.eg-endo-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 24rem;
}

.eg-exp-hero__img--endo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 24rem;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 40%;
}

.eg-exp-hero--endo-landing .eg-exp-hero__actions--endo {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--endo-landing .eg-exp-hero__actions--endo .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
}

.eg-exp-hero--endo-landing .eg-exp-hero__actions--endo .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(20, 184, 166, .35);
}

.eg-endo-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(20, 184, 166, .92), rgba(13, 148, 136, .88));
  box-shadow: 0 8px 24px rgba(20, 184, 166, .35);
}

.eg-endo-features {
  padding-top: 2.5rem;
}

.eg-exp-features--endo {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eg-exp-feature--endo {
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-endo-showcase {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.eg-endo-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.eg-endo-showcase__photo {
  margin: 0;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.eg-endo-showcase__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

.eg-endo-showcase__photo figcaption {
  padding: .65rem 1rem;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
}

.eg-endo-showcase__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #042f2e 0%, #134e4a 55%, #0f172a 100%);
  color: #ccfbf1;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .2);
}

.eg-endo-showcase__badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #99f6e4;
  background: rgba(20, 184, 166, .18);
  border: 1px solid rgba(45, 212, 191, .35);
}

.eg-endo-showcase__head h2 {
  margin: .5rem 0 .35rem;
  font-size: 1.35rem;
  color: #fff;
}

.eg-endo-showcase__head p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(204, 251, 241, .75);
}

.eg-endo-viewport {
  position: relative;
  height: 8.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: #022c22;
  border: 1px solid rgba(45, 212, 191, .25);
}

.eg-endo-viewport__bg {
  position: absolute;
  inset: 0;
}

.eg-endo-viewport__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.15) contrast(1.08) hue-rotate(-8deg);
}

.eg-endo-viewport__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 30%, rgba(2, 44, 34, .55) 100%),
    linear-gradient(180deg, rgba(4, 47, 46, .25) 0%, rgba(4, 47, 46, .65) 100%);
  pointer-events: none;
}

.eg-endo-viewport__crosshair {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(45, 212, 191, .45) calc(50% - 1px), rgba(45, 212, 191, .45) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(45, 212, 191, .45) calc(50% - 1px), rgba(45, 212, 191, .45) calc(50% + 1px), transparent calc(50% + 1px));
  opacity: .7;
}

.eg-endo-viewport__scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(45, 212, 191, .4) 48%, transparent 100%);
  animation: eg-endo-scan 2.8s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes eg-endo-scan {
  0%, 100% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
}

.eg-endo-viewport__label {
  position: absolute;
  top: .45rem;
  left: .55rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  color: rgba(153, 246, 228, .95);
  z-index: 3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.eg-endo-zones {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.eg-endo-zones__item {
  animation: eg-endo-zone-in .5s ease both;
  animation-delay: calc(var(--zone-i, 0) * 80ms);
}

@keyframes eg-endo-zone-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.eg-endo-zones__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .3rem;
}

.eg-endo-zones__label {
  font-size: .82rem;
  color: rgba(204, 251, 241, .9);
}

.eg-endo-zones__status {
  font-size: .72rem;
  font-weight: 700;
  color: #5eead4;
}

.eg-endo-zones__item--warn .eg-endo-zones__status {
  color: #fcd34d;
}

.eg-endo-zones__bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.eg-endo-zones__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #14b8a6, #2dd4bf);
  animation: eg-endo-bar-fill 1.2s ease forwards;
  animation-delay: calc(.3s + var(--zone-i, 0) * 100ms);
}

.eg-endo-zones__item--warn .eg-endo-zones__fill {
  background: linear-gradient(90deg, #d97706, #fbbf24);
}

@keyframes eg-endo-bar-fill {
  to { width: var(--fill-pct, 50%); }
}

.eg-endo-showcase__note {
  margin: .25rem 0 0;
  font-size: .72rem;
  color: rgba(204, 251, 241, .5);
}

.eg-endo-steps {
  padding: 3rem 0;
  background: linear-gradient(145deg, #042f2e 0%, #134e4a 50%, #0f172a 100%);
  color: #ccfbf1;
}

.eg-endo-steps .eg-exp-section__title {
  color: #fff;
}

.eg-endo-steps .eg-exp-section__lead {
  color: rgba(204, 251, 241, .75);
}

.eg-endo-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-endo-steps__item {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(45, 212, 191, .15);
  text-align: center;
}

.eg-endo-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .45rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #042f2e;
  background: #2dd4bf;
}

.eg-endo-steps__icon {
  display: block;
  font-size: 1.45rem;
  margin-bottom: .4rem;
}

.eg-endo-steps__item h3 {
  margin: 0 0 .3rem;
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

.eg-endo-steps__item p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(204, 251, 241, .7);
}

.eg-endo-gallery {
  padding: 2.5rem 0 3rem;
}

.eg-endo-frames {
  padding: 2rem 0 2.5rem;
  background: #0f172a;
}

.eg-endo-frames .eg-exp-section__title {
  color: #fff;
}

.eg-endo-frames .eg-exp-section__lead {
  color: rgba(226, 232, 240, .75);
}

.eg-endo-frames__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-endo-frames__item {
  margin: 0;
  animation: eg-endo-frame-in .55s ease both;
  animation-delay: calc(var(--frame-i, 0) * 90ms);
}

@keyframes eg-endo-frame-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.eg-endo-frames__screen {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(45, 212, 191, .35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}

.eg-endo-frames__item--warn .eg-endo-frames__screen {
  border-color: rgba(251, 191, 36, .55);
}

.eg-endo-frames__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05) hue-rotate(-6deg);
}

.eg-endo-frames__scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(45, 212, 191, .28) 50%, transparent 100%);
  animation: eg-endo-scan 3.2s ease-in-out infinite;
  pointer-events: none;
}

.eg-endo-frames__rec {
  position: absolute;
  top: .45rem;
  right: .5rem;
  padding: .15rem .4rem;
  border-radius: 4px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
  background: rgba(220, 38, 38, .85);
  animation: eg-endo-rec-blink 1.2s step-end infinite;
}

@keyframes eg-endo-rec-blink {
  50% { opacity: .35; }
}

.eg-endo-frames__item figcaption {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  margin-top: .55rem;
  padding: 0 .15rem;
}

.eg-endo-frames__item figcaption strong {
  font-size: .88rem;
  color: #fff;
}

.eg-endo-frames__item figcaption span {
  font-size: .74rem;
  color: rgba(226, 232, 240, .65);
}

.eg-endo-frames__item--warn figcaption span {
  color: #fcd34d;
}

.eg-endo-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.eg-endo-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.eg-endo-gallery__item--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.eg-endo-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
}

.eg-endo-gallery__item--lead .eg-endo-gallery__img {
  min-height: 18rem;
}

.eg-endo-gallery__cap {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: 2rem .85rem .75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, .88) 100%);
}

.eg-endo-gallery__tag {
  align-self: flex-start;
  padding: .15rem .5rem;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #99f6e4;
  background: rgba(20, 184, 166, .25);
  border: 1px solid rgba(45, 212, 191, .35);
}

.eg-endo-gallery__title {
  font-size: .84rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

.eg-endo-package .eg-pkg-cards__grid--single {
  max-width: 28rem;
  margin-inline: auto;
}

.eg-endo-related {
  padding: 2rem 0 2.5rem;
  background: #f8fafc;
}

.eg-endo-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-endo-related__card {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.eg-endo-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
  text-decoration: none;
  color: inherit;
}

.eg-endo-related__icon {
  font-size: 1.4rem;
}

.eg-endo-related__card h3 {
  margin: 0;
  font-size: .98rem;
  font-weight: 700;
  color: #0f172a;
}

.eg-endo-related__card p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.5;
  color: #64748b;
  flex: 1;
}

.eg-endo-related__link {
  font-size: .78rem;
  font-weight: 700;
  color: #0d9488;
}

@media (max-width: 1024px) {
  .eg-exp-features--endo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-endo-showcase__grid {
    grid-template-columns: 1fr;
  }

  .eg-endo-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-endo-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .eg-endo-gallery__item--lead {
    grid-column: span 2;
    grid-row: auto;
  }

  .eg-endo-frames__grid {
    grid-template-columns: 1fr;
  }

  .eg-endo-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .eg-exp-hero--endo-landing .eg-exp-hero__grid {
    grid-template-columns: 1fr;
  }

  .eg-endo-hero__frame {
    max-height: 15rem;
  }

  .eg-exp-hero__img--endo {
    max-height: 15rem;
  }

  .eg-exp-hero--endo-landing .eg-exp-hero__actions--endo .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-exp-features--endo,
  .eg-endo-steps__list {
    grid-template-columns: 1fr;
  }

  .eg-endo-gallery__grid {
    grid-template-columns: 1fr;
  }

  .eg-endo-gallery__item--lead {
    grid-column: auto;
  }

  .eg-endo-viewport {
    height: 7rem;
  }
}

/* —— Dyno test landing —— */
.eg-page--dyno-test {
  padding: 0 0 3rem;
}

.eg-exp-hero--dyno-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--dyno-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--dyno {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

.eg-dyno-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 24rem;
}

.eg-exp-hero__img--dyno {
  display: block;
  width: 100%;
  height: auto;
  max-height: 24rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 40%;
}

.eg-exp-hero--dyno-landing .eg-exp-hero__actions--dyno {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--dyno-landing .eg-exp-hero__actions--dyno .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
}

.eg-exp-hero--dyno-landing .eg-exp-hero__actions--dyno .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(249, 115, 22, .38);
}

.eg-dyno-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(249, 115, 22, .95), rgba(234, 88, 12, .9));
  box-shadow: 0 8px 24px rgba(249, 115, 22, .4);
}

.eg-dyno-features {
  padding-top: 2.5rem;
}

.eg-exp-features--dyno {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eg-exp-feature--dyno {
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-dyno-showcase {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
}

.eg-dyno-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.eg-dyno-showcase__photo {
  margin: 0;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.eg-dyno-showcase__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

.eg-dyno-showcase__photo figcaption {
  padding: .65rem 1rem;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
}

.eg-dyno-showcase__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #1c1917 0%, #292524 55%, #0f172a 100%);
  color: #fef3c7;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .2);
}

.eg-dyno-showcase__badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fed7aa;
  background: rgba(249, 115, 22, .2);
  border: 1px solid rgba(251, 146, 60, .35);
}

.eg-dyno-showcase__head h2 {
  margin: .5rem 0 .35rem;
  font-size: 1.35rem;
  color: #fff;
}

.eg-dyno-showcase__head p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(254, 243, 199, .75);
}

.eg-dyno-chart {
  position: relative;
  height: 7rem;
  padding: .65rem .75rem .35rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(251, 146, 60, .2);
  overflow: hidden;
}

.eg-dyno-chart__svg {
  display: block;
  width: 100%;
  height: calc(100% - 1rem);
}

.eg-dyno-chart__line {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: eg-dyno-line-draw 2s ease forwards;
}

@keyframes eg-dyno-line-draw {
  to { stroke-dashoffset: 0; }
}

.eg-dyno-chart__area {
  opacity: 0;
  animation: eg-dyno-area-in 1.2s ease .8s forwards;
}

@keyframes eg-dyno-area-in {
  to { opacity: 1; }
}

.eg-dyno-chart__label {
  position: absolute;
  bottom: .35rem;
  left: .75rem;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(254, 215, 170, .75);
}

.eg-dyno-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.eg-dyno-metrics__item {
  animation: eg-dyno-metric-in .5s ease both;
  animation-delay: calc(var(--metric-i, 0) * 80ms);
}

@keyframes eg-dyno-metric-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.eg-dyno-metrics__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .3rem;
}

.eg-dyno-metrics__label {
  font-size: .82rem;
  color: rgba(254, 243, 199, .85);
}

.eg-dyno-metrics__value {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.eg-dyno-metrics__value small {
  font-size: .68rem;
  font-weight: 600;
  color: rgba(254, 243, 199, .55);
  margin-left: .15rem;
}

.eg-dyno-metrics__bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.eg-dyno-metrics__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ea580c, #f97316);
  animation: eg-dyno-bar-fill 1.2s ease forwards;
  animation-delay: calc(.3s + var(--metric-i, 0) * 100ms);
}

@keyframes eg-dyno-bar-fill {
  to { width: var(--fill-pct, 50%); }
}

.eg-dyno-showcase__note {
  margin: .25rem 0 0;
  font-size: .72rem;
  color: rgba(254, 243, 199, .5);
}

.eg-dyno-steps {
  padding: 3rem 0;
  background: linear-gradient(145deg, #292524 0%, #1c1917 50%, #0f172a 100%);
  color: #fef3c7;
}

.eg-dyno-steps .eg-exp-section__title {
  color: #fff;
}

.eg-dyno-steps .eg-exp-section__lead {
  color: rgba(254, 243, 199, .75);
}

.eg-dyno-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-dyno-steps__item {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(251, 146, 60, .15);
  text-align: center;
}

.eg-dyno-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .45rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: #f97316;
}

.eg-dyno-steps__icon {
  display: block;
  font-size: 1.45rem;
  margin-bottom: .4rem;
}

.eg-dyno-steps__item h3 {
  margin: 0 0 .3rem;
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

.eg-dyno-steps__item p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(254, 243, 199, .7);
}

.eg-dyno-gallery {
  padding: 2.5rem 0 3rem;
}

.eg-dyno-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.eg-dyno-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.eg-dyno-gallery__item--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.eg-dyno-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
}

.eg-dyno-gallery__item--lead .eg-dyno-gallery__img {
  min-height: 18rem;
}

.eg-dyno-gallery__cap {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: 2rem .85rem .75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, .88) 100%);
}

.eg-dyno-gallery__tag {
  align-self: flex-start;
  padding: .15rem .5rem;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fed7aa;
  background: rgba(249, 115, 22, .25);
  border: 1px solid rgba(251, 146, 60, .35);
}

.eg-dyno-gallery__title {
  font-size: .84rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

.eg-dyno-package--finale {
  padding-block: 2.5rem 3.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 42%);
}

.eg-dyno-package__split {
  max-width: 72rem;
  margin-inline: auto;
}

.eg-dyno-package__split .eg-pkg-card--split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .1);
  overflow: hidden;
}

.eg-dyno-package__split .eg-pkg-card__media,
.eg-dyno-package__split .eg-pkg-card__media--video {
  aspect-ratio: auto;
  min-height: 100%;
  height: 100%;
  border-radius: 0;
}

.eg-dyno-package__split .eg-pkg-card__media--video .eg-pkg-promo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.eg-dyno-package__split .eg-pkg-card__body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.65rem 1.35rem;
  border-left: 1px solid rgba(15, 23, 42, .06);
}

.eg-pkg-card__split-head {
  margin-bottom: 1rem;
}

.eg-pkg-card__split-title {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -.01em;
}

.eg-pkg-card__split-lead {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
  color: #64748b;
}

.eg-dyno-package__split .eg-pkg-card__desc {
  font-size: .9rem;
  line-height: 1.5;
}

.eg-dyno-package__split .eg-pkg-card__price {
  font-size: 1.75rem;
}

.eg-dyno-package__split .eg-pkg-card__highlights {
  min-height: 0;
  padding: .65rem .75rem;
}

.eg-dyno-package__split .eg-pkg-card__features {
  margin-bottom: .5rem;
}

.eg-dyno-package__split .eg-pkg-card__features li {
  font-size: .86rem;
  padding: .45rem .65rem;
}

.eg-dyno-package__split .eg-pkg-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin-top: auto;
  padding-top: .75rem;
}

.eg-dyno-package__split .eg-pkg-card__actions .eg-btn {
  justify-content: center;
  font-size: .82rem;
  padding: .55rem .65rem;
}

.eg-dyno-package__split .eg-pkg-card__actions .eg-btn--outline {
  grid-column: 1 / -1;
}

@media (max-width: 960px) {
  .eg-dyno-package__split .eg-pkg-card--split {
    grid-template-columns: 1fr;
  }

  .eg-dyno-package__split .eg-pkg-card__media--video {
    aspect-ratio: 16 / 9;
    min-height: 0;
    height: auto;
  }

  .eg-dyno-package__split .eg-pkg-card__body {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, .06);
  }
}

.eg-dyno-package__card {
  max-width: 44rem;
  margin-inline: auto;
}

.eg-dyno-package__card .eg-pkg-card {
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .1);
  overflow: hidden;
}

.eg-dyno-package__card .eg-pkg-card__media--video {
  aspect-ratio: 16 / 9;
}

.eg-dyno-package__card .eg-pkg-promo-video,
.eg-dyno-package__card .eg-pkg-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eg-dyno-package .eg-pkg-cards__grid--single {
  max-width: 44rem;
  margin-inline: auto;
}

.eg-dyno-related {
  padding: 2rem 0 2.5rem;
  background: #f8fafc;
}

.eg-dyno-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-dyno-related__card {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.eg-dyno-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
  text-decoration: none;
  color: inherit;
}

.eg-dyno-related__icon {
  font-size: 1.4rem;
}

.eg-dyno-related__card h3 {
  margin: 0;
  font-size: .98rem;
  font-weight: 700;
  color: #0f172a;
}

.eg-dyno-related__card p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.5;
  color: #64748b;
  flex: 1;
}

.eg-dyno-related__link {
  font-size: .78rem;
  font-weight: 700;
  color: var(--eg-orange, #f97316);
}

@media (max-width: 1024px) {
  .eg-exp-features--dyno {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-dyno-showcase__grid {
    grid-template-columns: 1fr;
  }

  .eg-dyno-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-dyno-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .eg-dyno-gallery__item--lead {
    grid-column: span 2;
    grid-row: auto;
  }

  .eg-dyno-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .eg-exp-hero--dyno-landing .eg-exp-hero__grid {
    grid-template-columns: 1fr;
  }

  .eg-dyno-hero__frame {
    max-height: 15rem;
  }

  .eg-exp-hero__img--dyno {
    max-height: 15rem;
  }

  .eg-exp-hero--dyno-landing .eg-exp-hero__actions--dyno .eg-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-exp-features--dyno,
  .eg-dyno-steps__list {
    grid-template-columns: 1fr;
  }

  .eg-dyno-gallery__grid {
    grid-template-columns: 1fr;
  }

  .eg-dyno-gallery__item--lead {
    grid-column: auto;
  }
}

/* —— TEXA diagnostic landing —— */
.eg-page--texa-diagnostic {
  padding: 0 0 3rem;
}

.eg-exp-hero--texa-landing {
  padding-bottom: 2.75rem;
}

.eg-exp-hero--texa-landing .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-exp-hero__media--texa {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

.eg-texa-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 24rem;
}

.eg-exp-hero__img--texa {
  display: block;
  width: 100%;
  height: auto;
  max-height: 24rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 40%;
}

.eg-exp-hero--texa-landing .eg-exp-hero__actions--texa {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.eg-exp-hero--texa-landing .eg-exp-hero__actions--texa .eg-btn {
  min-height: 2.85rem;
  padding-inline: 1.2rem;
  font-weight: 700;
}

.eg-exp-hero--texa-landing .eg-exp-hero__actions--texa .eg-btn--primary {
  box-shadow: 0 10px 28px rgba(6, 182, 212, .38);
}

.eg-texa-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(6, 182, 212, .95), rgba(8, 145, 178, .9));
  box-shadow: 0 8px 24px rgba(6, 182, 212, .4);
}

.eg-texa-features {
  padding-top: 2.5rem;
}

.eg-exp-features--texa {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eg-exp-feature--texa {
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-texa-showcase {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #ecfeff 0%, #fff 100%);
}

.eg-texa-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.eg-texa-showcase__photo {
  margin: 0;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.eg-texa-showcase__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

.eg-texa-showcase__photo figcaption {
  padding: .65rem 1rem;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
}

.eg-texa-showcase__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #0c4a6e 0%, #164e63 55%, #0f172a 100%);
  color: #cffafe;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .2);
}

.eg-texa-showcase__badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #a5f3fc;
  background: rgba(6, 182, 212, .2);
  border: 1px solid rgba(34, 211, 238, .35);
}

.eg-texa-showcase__head h2 {
  margin: .5rem 0 .35rem;
  font-size: 1.35rem;
  color: #fff;
}

.eg-texa-showcase__head p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(207, 250, 254, .75);
}

.eg-texa-dtc {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.eg-texa-dtc__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  align-items: center;
  gap: .65rem;
  padding: .55rem .75rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(34, 211, 238, .12);
  animation: eg-texa-dtc-in .45s ease both;
  animation-delay: calc(var(--dtc-i, 0) * 70ms);
}

@keyframes eg-texa-dtc-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.eg-texa-dtc__code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .78rem;
  font-weight: 700;
  color: #67e8f9;
}

.eg-texa-dtc__desc {
  font-size: .78rem;
  color: rgba(207, 250, 254, .85);
}

.eg-texa-dtc__state {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.eg-texa-dtc__item--active .eg-texa-dtc__state {
  background: #f87171;
  box-shadow: 0 0 8px rgba(248, 113, 113, .6);
}

.eg-texa-dtc__item--ok .eg-texa-dtc__state {
  background: #4ade80;
  box-shadow: 0 0 6px rgba(74, 222, 128, .5);
}

.eg-texa-dtc__item--warn .eg-texa-dtc__state {
  background: #fbbf24;
  box-shadow: 0 0 6px rgba(251, 191, 36, .5);
}

.eg-texa-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.eg-texa-metrics__item {
  animation: eg-texa-metric-in .5s ease both;
  animation-delay: calc(var(--metric-i, 0) * 80ms);
}

@keyframes eg-texa-metric-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.eg-texa-metrics__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .3rem;
}

.eg-texa-metrics__label {
  font-size: .82rem;
  color: rgba(207, 250, 254, .85);
}

.eg-texa-metrics__value {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.eg-texa-metrics__value small {
  font-size: .68rem;
  font-weight: 600;
  color: rgba(207, 250, 254, .55);
  margin-left: .15rem;
}

.eg-texa-metrics__bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.eg-texa-metrics__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #0891b2, #22d3ee);
  animation: eg-texa-bar-fill 1.2s ease forwards;
  animation-delay: calc(.3s + var(--metric-i, 0) * 100ms);
}

@keyframes eg-texa-bar-fill {
  to { width: var(--fill-pct, 50%); }
}

.eg-texa-showcase__note {
  margin: .25rem 0 0;
  font-size: .72rem;
  color: rgba(207, 250, 254, .5);
}

.eg-texa-steps {
  padding: 3rem 0;
  background: linear-gradient(145deg, #164e63 0%, #0c4a6e 50%, #0f172a 100%);
  color: #cffafe;
}

.eg-texa-steps .eg-exp-section__title {
  color: #fff;
}

.eg-texa-steps .eg-exp-section__lead {
  color: rgba(207, 250, 254, .75);
}

.eg-texa-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-texa-steps__item {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(34, 211, 238, .15);
  text-align: center;
}

.eg-texa-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .45rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: #06b6d4;
}

.eg-texa-steps__icon {
  display: block;
  font-size: 1.45rem;
  margin-bottom: .4rem;
}

.eg-texa-steps__item h3 {
  margin: 0 0 .3rem;
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

.eg-texa-steps__item p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(207, 250, 254, .7);
}

.eg-texa-gallery {
  padding: 2.5rem 0 3rem;
}

.eg-texa-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-texa-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
}

.eg-texa-gallery__item--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.eg-texa-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.eg-texa-gallery__item--lead .eg-texa-gallery__img {
  min-height: 16rem;
}

.eg-texa-gallery__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  padding: .75rem 1rem;
  background: linear-gradient(0deg, rgba(15, 23, 42, .85) 0%, transparent 100%);
  color: #fff;
}

.eg-texa-gallery__tag {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #67e8f9;
}

.eg-texa-gallery__title {
  font-size: .82rem;
  font-weight: 600;
}

.eg-texa-related {
  padding: 2rem 0 2.5rem;
  background: #f8fafc;
}

.eg-texa-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eg-texa-related__card {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}

.eg-texa-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
}

.eg-texa-related__icon {
  font-size: 1.5rem;
}

.eg-texa-related__card h3 {
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
}

.eg-texa-related__card p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
  color: #64748b;
  flex: 1;
}

.eg-texa-related__link {
  font-size: .78rem;
  font-weight: 700;
  color: #0891b2;
}

@media (max-width: 900px) {
  .eg-exp-hero--texa-landing .eg-exp-hero__grid,
  .eg-texa-showcase__grid {
    grid-template-columns: 1fr;
  }

  .eg-exp-features--texa,
  .eg-texa-steps__list,
  .eg-texa-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-texa-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-texa-gallery__item--lead {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .eg-exp-features--texa,
  .eg-texa-steps__list,
  .eg-texa-related__grid,
  .eg-texa-gallery__grid {
    grid-template-columns: 1fr;
  }

  .eg-texa-gallery__item--lead {
    grid-column: auto;
  }
}

/* —— Generic ekspertiz landing —— */
.eg-page--xp-landing { padding: 0 0 3rem; }

.eg-xp-landing-hero .eg-exp-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.eg-xp-landing-hero__media { max-width: 36rem; margin-inline: auto; }

.eg-xp-landing-hero__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .08);
  max-height: 24rem;
}

.eg-xp-landing-hero__img {
  display: block;
  width: 100%;
  max-height: 24rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.eg-xp-landing-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--xp-accent-gradient, linear-gradient(135deg, #ea580c, #f97316));
  box-shadow: 0 8px 24px rgba(249, 115, 22, .35);
}

.eg-xp-landing-hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.eg-xp-landing-hero__actions .eg-btn--lg { min-height: 2.85rem; padding-inline: 1.2rem; font-weight: 700; }

.eg-xp-landing--ai { --xp-accent: #8b5cf6; --xp-accent-light: #c4b5fd; --xp-accent-gradient: linear-gradient(135deg, #7c3aed, #8b5cf6); --xp-panel-bg: linear-gradient(145deg, #1e1b4b 0%, #312e81 55%, #0f172a 100%); --xp-panel-text: #ede9fe; --xp-showcase-bg: linear-gradient(180deg, #f5f3ff 0%, #fff 100%); }
.eg-xp-landing--why { --xp-accent: #d97706; --xp-accent-light: #fcd34d; --xp-accent-gradient: linear-gradient(135deg, #d97706, #f59e0b); --xp-panel-bg: linear-gradient(145deg, #292524 0%, #1c1917 55%, #0f172a 100%); --xp-panel-text: #fef3c7; --xp-showcase-bg: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
.eg-xp-landing--info { --xp-accent: #0891b2; --xp-accent-light: #67e8f9; --xp-accent-gradient: linear-gradient(135deg, #0891b2, #06b6d4); --xp-panel-bg: linear-gradient(145deg, #0c4a6e 0%, #164e63 55%, #0f172a 100%); --xp-panel-text: #cffafe; --xp-showcase-bg: linear-gradient(180deg, #ecfeff 0%, #fff 100%); }
.eg-xp-landing--process { --xp-accent: #2563eb; --xp-accent-light: #93c5fd; --xp-accent-gradient: linear-gradient(135deg, #2563eb, #3b82f6); --xp-panel-bg: linear-gradient(145deg, #1e3a8a 0%, #1e40af 55%, #0f172a 100%); --xp-panel-text: #dbeafe; --xp-showcase-bg: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.eg-xp-landing--service { --xp-accent: #059669; --xp-accent-light: #6ee7b7; --xp-accent-gradient: linear-gradient(135deg, #059669, #10b981); --xp-panel-bg: linear-gradient(145deg, #064e3b 0%, #065f46 55%, #0f172a 100%); --xp-panel-text: #d1fae5; --xp-showcase-bg: linear-gradient(180deg, #ecfdf5 0%, #fff 100%); }
.eg-xp-landing--istanbul { --xp-accent: #ea580c; --xp-accent-light: #fdba74; --xp-accent-gradient: linear-gradient(135deg, #ea580c, #f97316); --xp-panel-bg: linear-gradient(145deg, #1c1917 0%, #292524 55%, #0f172a 100%); --xp-panel-text: #fef3c7; --xp-showcase-bg: linear-gradient(180deg, #fff7ed 0%, #fff 100%); }
.eg-xp-landing--brand { --xp-accent: #dc2626; --xp-accent-light: #fca5a5; --xp-accent-gradient: linear-gradient(135deg, #dc2626, #ef4444); --xp-panel-bg: linear-gradient(145deg, #450a0a 0%, #7f1d1d 55%, #0f172a 100%); --xp-panel-text: #fee2e2; --xp-showcase-bg: linear-gradient(180deg, #fef2f2 0%, #fff 100%); }
.eg-tech-card__icon--brand .eg-tech-card__abbr { display: flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.04em; color: var(--eg-primary, #dc2626); background: rgba(220, 38, 38, 0.08); border-radius: 0.625rem; }
.eg-page--marka-hub .eg-tech-grid--brands { --tech-cols: repeat(auto-fill, minmax(11rem, 1fr)); }

.eg-xp-landing-features { padding-top: 2.5rem; }
.eg-xp-landing-features__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.eg-xp-landing-features__grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.eg-xp-landing-features__grid--triple .eg-xp-landing-feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.15rem;
}

.eg-xp-landing-features__grid--triple .eg-xp-landing-feature p {
  flex: 1;
}

.eg-servis-close__related {
  padding: 2.25rem 0 1.75rem;
  background: #f8fafc;
  border-top: 1px solid var(--eg-border);
}

.eg-servis-brands {
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid var(--eg-border);
}

.eg-servis-brands__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-servis-brands__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--eg-border);
  border-radius: 0.65rem;
  background: #f8fafc;
  color: var(--eg-text);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.eg-servis-brands__link:hover,
.eg-servis-brands__link:focus-visible {
  border-color: var(--eg-primary);
  background: #fff;
  color: var(--eg-primary);
}

@media (max-width: 960px) {
  .eg-servis-brands__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .eg-servis-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.eg-servis-close .eg-exp-cta-band {
  margin: 0;
  padding: 2.25rem 0 2.5rem;
}

.eg-servis-close .eg-exp-cta-band__inner {
  align-items: flex-start;
}

.eg-servis-close .eg-exp-cta-band__actions {
  flex-shrink: 0;
  flex-wrap: wrap;
}

.eg-servis-close .eg-exp-cta-band__actions .eg-btn {
  min-width: 10.5rem;
  justify-content: center;
}

@media (max-width: 1024px) {
  .eg-xp-landing-features__grid--triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .eg-xp-landing-features__grid--triple {
    grid-template-columns: 1fr;
  }

  .eg-servis-close .eg-exp-cta-band__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .eg-servis-close .eg-exp-cta-band__actions {
    width: 100%;
    flex-direction: column;
  }

  .eg-servis-close .eg-exp-cta-band__actions .eg-btn {
    width: 100%;
    min-width: 0;
  }
}
.eg-xp-landing-feature {
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.eg-xp-landing-showcase {
  padding: 2.5rem 0 3rem;
  background: var(--xp-showcase-bg, linear-gradient(180deg, #f8fafc 0%, #fff 100%));
}

.eg-xp-landing-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.eg-xp-landing-showcase__photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.eg-xp-landing-showcase__img {
  display: block;
  width: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.eg-xp-landing-showcase__photo figcaption {
  padding: .65rem 1rem;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
}

.eg-xp-landing-showcase__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: var(--xp-panel-bg);
  color: var(--xp-panel-text);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .2);
}

.eg-xp-landing-showcase__badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--xp-accent-light);
  background: color-mix(in srgb, var(--xp-accent) 25%, transparent);
  border: 1px solid color-mix(in srgb, var(--xp-accent) 40%, transparent);
}

.eg-xp-landing-showcase__head h2 { margin: .5rem 0 .35rem; font-size: 1.35rem; color: #fff; }
.eg-xp-landing-showcase__head p { margin: 0; font-size: .88rem; line-height: 1.55; opacity: .8; }
.eg-xp-landing-showcase__note { margin: .25rem 0 0; font-size: .72rem; opacity: .55; }

.eg-xp-panel-metrics { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .75rem; }
.eg-xp-panel-metrics__item { animation: eg-xp-metric-in .5s ease both; animation-delay: calc(var(--metric-i, 0) * 80ms); }
@keyframes eg-xp-metric-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.eg-xp-panel-metrics__top { display: flex; justify-content: space-between; align-items: baseline; gap: .75rem; margin-bottom: .3rem; font-size: .82rem; }
.eg-xp-panel-metrics__value { font-size: 1rem; font-weight: 800; color: #fff; }
.eg-xp-panel-metrics__value small { font-size: .68rem; font-weight: 600; opacity: .55; margin-left: .15rem; }
.eg-xp-panel-metrics__bar { height: 5px; border-radius: 999px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.eg-xp-panel-metrics__bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--xp-accent-gradient); animation: eg-xp-bar-fill 1.2s ease forwards; animation-delay: calc(.3s + var(--metric-i, 0) * 100ms); }
@keyframes eg-xp-bar-fill { to { width: var(--fill-pct, 50%); } }

.eg-xp-panel-checklist { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.eg-xp-panel-checklist__item {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .75rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .08);
  animation: eg-xp-check-in .45s ease both;
  animation-delay: calc(var(--item-i, 0) * 60ms);
}
@keyframes eg-xp-check-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.eg-xp-panel-checklist__icon { font-size: 1rem; }
.eg-xp-panel-checklist__label { font-size: .8rem; }

.eg-xp-landing-steps {
  padding: 3rem 0;
  background: var(--xp-panel-bg);
  color: var(--xp-panel-text);
}

.eg-xp-landing-steps .eg-exp-section__title { color: #fff; }
.eg-xp-landing-steps .eg-exp-section__lead { opacity: .75; }

.eg-xp-landing-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-xp-landing-steps__item {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

.eg-xp-landing-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .45rem;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
  background: var(--xp-accent);
}

.eg-xp-landing-steps__icon { display: block; font-size: 1.45rem; margin-bottom: .4rem; }
.eg-xp-landing-steps__item h3 { margin: 0 0 .3rem; font-size: .92rem; font-weight: 700; color: #fff; }
.eg-xp-landing-steps__item p { margin: 0; font-size: .78rem; line-height: 1.5; opacity: .7; }

.eg-xp-landing-gallery { padding: 2.5rem 0 3rem; }
.eg-xp-landing-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.eg-xp-landing-gallery__item { position: relative; margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 32px rgba(15, 23, 42, .1); }
.eg-xp-landing-gallery__item--lead { grid-column: span 2; grid-row: span 2; }
.eg-xp-landing-gallery__img { display: block; width: 100%; min-height: 10rem; object-fit: cover; }
.eg-xp-landing-gallery__item--lead .eg-xp-landing-gallery__img { min-height: 16rem; }
.eg-xp-landing-gallery__item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: .75rem 1rem;
  background: linear-gradient(0deg, rgba(15, 23, 42, .85) 0%, transparent 100%);
  color: #fff;
  font-size: .82rem;
}
.eg-xp-landing-gallery__tag { display: block; font-size: .62rem; font-weight: 700; text-transform: uppercase; color: var(--xp-accent-light, #67e8f9); }

.eg-xp-landing-related { padding: 2rem 0 2.5rem; background: #f8fafc; }
.eg-xp-landing-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.eg-xp-landing-related__card {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 100%;
}
.eg-xp-landing-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
  text-decoration: none;
  color: inherit;
}
.eg-xp-landing-related__card > span[aria-hidden="true"] {
  font-size: 1.35rem;
  line-height: 1;
}
.eg-xp-landing-related__card h3 { margin: 0; font-size: .95rem; font-weight: 700; color: var(--eg-text, #0f172a); }
.eg-xp-landing-related__card p { margin: 0; font-size: .8rem; color: #64748b; flex: 1; }

/* FAQ premium enhancements */
.eg-faq-premium-hero--rich { padding-bottom: 2.5rem; }
.eg-faq-premium-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
}
.eg-faq-premium-hero__media img { border-radius: 16px; box-shadow: 0 20px 50px rgba(0, 0, 0, .25); width: 100%; max-height: 22rem; object-fit: cover; }
.eg-faq-quick-links { padding: 2rem 0; background: #f8fafc; }
.eg-faq-quick-links__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.eg-faq-quick-links__card {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s ease;
}
.eg-faq-quick-links__card:hover { box-shadow: 0 8px 24px rgba(15, 23, 42, .08); }
.eg-faq-quick-links__card strong { font-size: .9rem; }
.eg-faq-quick-links__card span { font-size: .78rem; color: #64748b; }

/* Packages page enhancements */
.eg-pkg-hero--dark {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  color: #f8fafc;
}
.eg-pkg-hero--dark h1 { color: #fff; }
.eg-pkg-hero--dark .eg-pkg-hero__lead { color: rgba(248, 250, 252, .85); }
.eg-pkg-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.eg-pkg-stats__item {
  padding: .85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}
.eg-pkg-stats__item strong { display: block; font-size: 1.25rem; color: #fff; }
.eg-pkg-stats__item span { font-size: .72rem; color: rgba(248, 250, 252, .7); text-transform: uppercase; letter-spacing: .04em; }
.eg-pkg-features { padding: 2rem 0; }
.eg-pkg-features__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }

@media (max-width: 900px) {
  .eg-xp-landing-hero .eg-exp-hero__grid,
  .eg-xp-landing-showcase__grid,
  .eg-faq-premium-hero__grid { grid-template-columns: 1fr; }
  .eg-xp-landing-features__grid,
  .eg-xp-landing-steps__list,
  .eg-xp-landing-related__grid,
  .eg-faq-quick-links__grid,
  .eg-pkg-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eg-xp-landing-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eg-xp-landing-gallery__item--lead { grid-column: span 2; grid-row: auto; }
}

@media (max-width: 600px) {
  .eg-xp-landing-features__grid,
  .eg-xp-landing-steps__list,
  .eg-xp-landing-related__grid,
  .eg-xp-landing-gallery__grid,
  .eg-faq-quick-links__grid,
  .eg-pkg-features__grid,
  .eg-pkg-stats { grid-template-columns: 1fr; }
  .eg-xp-landing-gallery__item--lead { grid-column: auto; }
}

.eg-pkg-detail-highlights {
  padding: 1.25rem 0;
  background: #f8fafc;
  border-block: 1px solid rgba(15, 23, 42, .06);
}

.eg-pkg-detail-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eg-pkg-detail-highlights__item {
  padding: .75rem .9rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: .78rem;
  line-height: 1.45;
  color: #334155;
}

@media (max-width: 900px) {
  .eg-pkg-detail-highlights__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .eg-pkg-detail-highlights__grid { grid-template-columns: 1fr; }
}
