﻿/* Koyu kurumsal tema — site-public (dijital ajans / yazılım) */
html.site-public {
  --bg: #020617;
  --surface: rgba(15, 23, 42, 0.78);
  --surface-alt: rgba(15, 118, 110, 0.22);
  --text: #cbd5e1;
  --heading: #f8fafc;
  --ink-muted: #94a3b8;
  --border: rgba(51, 65, 85, 0.45);
  --border-strong: rgba(45, 212, 191, 0.28);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow: 0 14px 48px -12px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 24px 64px -16px rgba(0, 0, 0, 0.65);
}

html.site-public body {
  margin: 0;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 90% 65% at 50% -12%, rgba(13, 148, 136, 0.28), transparent 52%),
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(6, 182, 212, 0.12), transparent),
    radial-gradient(ellipse 45% 40% at 0% 85%, rgba(15, 23, 42, 0.9), transparent),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(4, 47, 46, 0.35), transparent);
  /* fixed: bazı motorlarda doküman yüksekliği / kaydırma ile anormal boşluk */
  background-attachment: scroll;
}

html.site-public a {
  color: #99f6e4;
}
html.site-public a:hover {
  color: #ccfbf1;
}

/* Koyu sayfada çerçeveli butonlar (açık tema .btn-outline kurallarının üzerine) */
html.site-public main .btn-outline {
  color: rgba(248, 250, 252, 0.95);
  border-color: rgba(94, 234, 212, 0.38);
}
html.site-public main .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(153, 246, 228, 0.5);
  color: #fff;
}

html.site-public .home-hero .btn-outline {
  color: rgba(248, 250, 252, 0.95);
  border-color: rgba(255, 255, 255, 0.42);
}
html.site-public .home-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

html.site-public main .home-port-all__btn:hover {
  color: #042f2e;
  background: rgba(94, 234, 212, 0.92);
  border-color: transparent;
}

html.site-public .nav-actions .btn-header-primary,
html.site-public .nav-actions .btn-header-primary:visited {
  color: var(--brand-950);
}
html.site-public .nav-actions .btn-header-primary:hover {
  color: var(--brand-800);
}

html.site-public .header-topbar {
  background: linear-gradient(90deg, #020617 0%, #0f172a 45%, #134e4a 100%);
  border-bottom: 1px solid rgba(34, 211, 238, 0.15);
}
.header-topbar__sep {
  margin: 0 0.35rem;
  opacity: 0.55;
}
.header-topbar__cta a {
  font-weight: 600;
}

@media (max-width: 767px) {
  html.site-public .header-topbar__email,
  html.site-public .header-topbar__sep--before-email {
    display: none !important;
  }
}

html.site-public .site-header {
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.9) 35%, rgba(17, 94, 89, 0.88) 100%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(34, 211, 238, 0.16);
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.5);
}

html.site-public .logo__img {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

html.site-public .dropdown-menu {
  background: rgba(4, 30, 29, 0.97);
  border: 1px solid rgba(45, 212, 191, 0.28);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.55);
}
html.site-public .dropdown-menu a {
  color: rgba(240, 253, 250, 0.92);
}
html.site-public .dropdown-menu a:hover {
  background: rgba(20, 184, 166, 0.2);
  color: #fff;
}
html.site-public .dropdown-menu a.is-current {
  background: rgba(20, 184, 166, 0.28);
  color: #fff;
}
html.site-public .dropdown-menu__label {
  color: rgba(125, 191, 184, 0.85);
}
html.site-public .dropdown-menu__sep {
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.25), transparent);
}
html.site-public .dropdown-menu__lead {
  color: #ccfbf1 !important;
  border-color: rgba(94, 234, 212, 0.35);
}
html.site-public .dropdown-menu__lead:hover {
  background: rgba(20, 184, 166, 0.15) !important;
}
html.site-public .dropdown-menu__all {
  color: #ccfbf1 !important;
  border-top-color: rgba(45, 212, 191, 0.2);
}

@media (max-width: 1024px) {
  html.site-public .nav-wrap {
    background: linear-gradient(180deg, #0f172a 0%, #134e4a 100%);
    border-bottom: 1px solid rgba(34, 211, 238, 0.16);
  }
}

html.site-public .public-page__title {
  color: var(--heading);
}
html.site-public .public-page__intro {
  color: var(--ink-muted);
}
html.site-public .breadcrumb {
  color: var(--ink-muted);
}
html.site-public .breadcrumb a {
  color: #99f6e4;
}

html.site-public .section-title .eyebrow {
  color: #5eead4;
}
html.site-public .section-title h2 {
  color: var(--heading);
}
html.site-public .section-title p {
  color: var(--ink-muted);
}

/* Koyu home-band bloklarında başlık kontrastı (blog vb.) */
html.site-public .home-band > .container > .section-title .eyebrow {
  color: #5eead4;
}
html.site-public .home-band > .container > .section-title h2 {
  color: #f0fdfa;
}
html.site-public .home-band > .container > .section-title p {
  color: rgba(204, 251, 241, 0.78);
}

html.site-public .section--surface {
  background: rgba(4, 30, 29, 0.45);
  border-color: var(--border);
}

html.site-public .card,
html.site-public .why-item,
html.site-public .process-step,
html.site-public .testimonial,
html.site-public .content-card,
html.site-public .faq-item {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
html.site-public .card h2 a,
html.site-public .card__title a,
html.site-public .card h3 {
  color: var(--heading);
}
html.site-public .card h2 a:hover,
html.site-public .card__title a:hover {
  color: #ccfbf1;
}
html.site-public .card p,
html.site-public .card ul.feature-list {
  color: var(--ink-muted);
}
html.site-public .card .price-line,
html.site-public .price-line {
  color: #fefce8;
}

html.site-public .form-group label {
  color: var(--heading);
}
html.site-public .form-group input,
html.site-public .form-group select,
html.site-public .form-group textarea {
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(45, 212, 191, 0.28);
  color: var(--text);
}
html.site-public .form-group input::placeholder,
html.site-public .form-group textarea::placeholder {
  color: rgba(125, 191, 184, 0.55);
}

html.site-public .alert-error {
  background: rgba(127, 29, 29, 0.35);
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.35);
}
html.site-public .alert-success {
  background: rgba(6, 78, 59, 0.45);
  color: #a7f3d0;
  border-color: rgba(52, 211, 153, 0.35);
}

html.site-public .ref-showcase {
  background: rgba(4, 30, 29, 0.35);
  border-color: var(--border);
}
html.site-public .ref-showcase__stage {
  background: linear-gradient(180deg, rgba(4, 47, 46, 0.92) 0%, rgba(2, 26, 25, 0.96) 50%, rgba(3, 23, 22, 0.98) 100%);
}
html.site-public .ref-showcase__edge--left {
  background: linear-gradient(90deg, #022c2c 0%, rgba(2, 44, 42, 0.92) 45%, transparent);
}
html.site-public .ref-showcase__edge--right {
  background: linear-gradient(270deg, #022c2c 0%, rgba(2, 44, 42, 0.92) 45%, transparent);
}

html.site-public .site-footer {
  background: linear-gradient(185deg, #020617 0%, #0f172a 42%, #042f2e 100%);
  border-top: 1px solid rgba(34, 211, 238, 0.14);
}

html.site-public .footer-strip {
  border-bottom: 1px solid rgba(45, 212, 191, 0.15);
  background: rgba(20, 184, 166, 0.06);
}

.footer-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0;
}
.footer-tech span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.25);
  color: rgba(204, 251, 241, 0.88);
  background: rgba(15, 23, 42, 0.55);
}

html.site-public .footer-brand__tagline {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  opacity: 0.88;
  max-width: 24rem;
}
html.site-public .footer-brand__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  opacity: 0.65;
  letter-spacing: 0.02em;
}
html.site-public .footer-newsletter__text {
  margin: 0 0 0.55rem;
  font-size: 0.875rem;
  opacity: 0.78;
  line-height: 1.55;
}

/* ——— Ana sayfa (homepage) ——— */
.homepage {
  overflow-x: hidden;
}

.home-hero {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2rem, 5vw, 4rem);
  color: #f0fdfa;
  overflow: hidden;
}
/* Eski şablon: matrix canvas width/height ile akışta ~800px boşluk bırakıyordu; efekt kaldırıldı */
.home-hero canvas.home-hero__matrix,
.home-hero__matrix {
  display: none !important;
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(94, 234, 212, 0.35), transparent 50%),
    radial-gradient(ellipse 50% 50% at 95% 30%, rgba(20, 184, 166, 0.25), transparent 45%),
    linear-gradient(165deg, #042f2e 0%, #022c2c 48%, #0f172a 100%);
}
.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232dd4bf' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.home-hero__grid {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  /* center: sağ panel daha yüksekken sol blok üstte dev boşlukla aşağı kayar */
  align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .home-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #99f6e4;
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(94, 234, 212, 0.35);
  background: rgba(20, 184, 166, 0.15);
}

.home-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
  color: #f0fdfa;
}

.home-hero__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 1.9vw, 1.15rem);
  line-height: 1.75;
  color: rgba(240, 253, 250, 0.92) !important;
  max-width: 36rem;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 2rem;
}

.home-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}
.home-hero__chip {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 255, 0.88);
}

.home-hero__panel {
  border-radius: 20px;
  border: 1px solid rgba(94, 234, 212, 0.28);
  background: linear-gradient(155deg, rgba(4, 47, 46, 0.92) 0%, rgba(2, 26, 25, 0.96) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.home-hero__panel-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(45, 212, 191, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.home-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f87171;
}
.home-hero__dot:nth-child(2) {
  background: #fbbf24;
}
.home-hero__dot:nth-child(3) {
  background: #4ade80;
}
.home-hero__panel-title {
  margin-left: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(153, 246, 228, 0.85);
}

/* E-ticaret hero animasyonu (deploy.log yerine) */
.home-hero__commerce {
  padding: 1.1rem 1.2rem 1.35rem;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: rgba(240, 253, 250, 0.92);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 18rem;
}
.home-hero__commerce-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.home-hero__commerce-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.2);
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: #ccfbf1;
}
.home-hero__commerce-live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(204, 251, 241, 0.88);
}
.home-hero__commerce-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.25);
  animation: homeHeroLivePulse 1.8s ease-in-out infinite;
}
@keyframes homeHeroLivePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}
.home-hero__commerce-products {
  display: flex;
  gap: 0.55rem;
  align-items: flex-end;
  min-height: 4.25rem;
}
.home-hero__p-card {
  position: relative;
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  animation: homeHeroCardFloat 2.6s ease-in-out infinite;
  overflow: hidden;
}
.home-hero__p-card::after {
  content: '';
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(251, 191, 36, 0.25) 52%,
    transparent 60%
  );
  animation: homeHeroCardShine 3.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes homeHeroCardShine {
  0% {
    transform: translateX(-30%) rotate(12deg);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  55% {
    transform: translateX(35%) rotate(12deg);
    opacity: 0.85;
  }
  100% {
    transform: translateX(60%) rotate(12deg);
    opacity: 0;
  }
}
.home-hero__shop-motion {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.65rem;
  min-height: 2.85rem;
  padding: 0.35rem 0.15rem 0.15rem;
}
.home-hero__motion-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.12);
  color: #fef3c7;
  animation: homeHeroTagDrift 2.8s ease-in-out infinite;
}
.home-hero__motion-tag--2 {
  animation-delay: 0.35s;
  border-color: rgba(45, 212, 191, 0.4);
  background: rgba(20, 184, 166, 0.15);
  color: #ccfbf1;
}
.home-hero__motion-tag--3 {
  animation-delay: 0.7s;
  border-color: rgba(248, 250, 252, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 250, 252, 0.92);
}
@keyframes homeHeroTagDrift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.home-hero__motion-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(153, 246, 228, 0.95);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
  animation: homeHeroIcoBob 2.4s ease-in-out infinite;
}
.home-hero__motion-ico--2 {
  animation-delay: 0.4s;
  color: rgba(251, 191, 36, 0.95);
}
.home-hero__motion-ico--3 {
  animation-delay: 0.8s;
  color: rgba(248, 250, 252, 0.9);
}
@keyframes homeHeroIcoBob {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.04);
  }
}
.home-hero__p-card--a {
  height: 3.1rem;
  animation-delay: 0s;
}
.home-hero__p-card--b {
  height: 3.75rem;
  animation-delay: 0.2s;
}
.home-hero__p-card--c {
  height: 2.85rem;
  animation-delay: 0.4s;
}
@keyframes homeHeroCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.home-hero__commerce-cart-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.home-hero__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #99f6e4;
  animation: homeHeroCartBob 2.2s ease-in-out infinite;
}
.home-hero__cart-icon {
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}
.home-hero__cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #0d9488, #0f766e);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(6, 182, 212, 0.45);
  animation: homeHeroBadgePop 2.2s ease-in-out infinite;
}
@keyframes homeHeroCartBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes homeHeroBadgePop {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  55% {
    transform: scale(1);
  }
}
.home-hero__commerce-bar {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  border: 1px solid rgba(45, 212, 191, 0.2);
}
.home-hero__commerce-bar-fill {
  display: block;
  height: 100%;
  width: 35%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #22d3ee, #14b8a6);
  background-size: 200% 100%;
  animation: homeHeroBarFlow 2.8s ease-in-out infinite;
}
@keyframes homeHeroBarFlow {
  0% {
    width: 32%;
    background-position: 0% 50%;
  }
  50% {
    width: 100%;
    background-position: 100% 50%;
  }
  100% {
    width: 32%;
    background-position: 0% 50%;
  }
}
.home-hero__commerce-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(125, 191, 184, 0.9);
}
.home-hero__commerce-steps li {
  flex: 1;
  text-align: center;
  padding: 0.4rem 0.35rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}
.home-hero__commerce-steps li.is-done {
  color: #ccfbf1;
  border-color: rgba(45, 212, 191, 0.35);
}
.home-hero__commerce-steps li.is-done::before {
  content: '✓ ';
  color: #5eead4;
  font-weight: 800;
}
.home-hero__commerce-steps li.is-active {
  color: #fff;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
  animation: homeHeroStepGlow 2s ease-in-out infinite;
}
@keyframes homeHeroStepGlow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.15);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.45), 0 0 18px rgba(251, 191, 36, 0.12);
  }
}
.home-hero__commerce-marquee {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(45, 212, 191, 0.15);
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.68rem;
  color: rgba(204, 251, 241, 0.78);
  white-space: nowrap;
}
.home-hero__commerce-marquee-track {
  display: inline-block;
  padding: 0.45rem 0;
  animation: homeHeroMarquee 14s linear infinite;
}
.home-hero__commerce-marquee-track span {
  display: inline-block;
  padding-right: 2rem;
}
@keyframes homeHeroMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__p-card,
  .home-hero__p-card::after,
  .home-hero__cart,
  .home-hero__cart-count,
  .home-hero__commerce-bar-fill,
  .home-hero__commerce-steps li.is-active,
  .home-hero__commerce-live-dot,
  .home-hero__commerce-marquee-track,
  .home-hero__motion-tag,
  .home-hero__motion-ico {
    animation: none !important;
  }
  .home-hero__p-card::after {
    opacity: 0;
  }
  .home-hero__commerce-marquee-track {
    transform: none;
    white-space: normal;
    padding: 0.5rem 0.65rem;
  }
  .home-hero__commerce-marquee-track span:last-child {
    display: none;
  }
}

.home-metrics {
  width: min(1200px, 92vw);
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 720px) {
  .home-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-metric {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: rgba(4, 30, 29, 0.78);
  border: 1px solid rgba(45, 212, 191, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.home-metric strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #f0fdfa;
  letter-spacing: -0.03em;
}
.home-metric span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--ink-muted);
  font-weight: 500;
}

.home-value-strip {
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 5vw, 3rem);
  border-bottom: 1px solid var(--border);
  background: rgba(3, 23, 22, 0.4);
}
.home-value-strip__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .home-value-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.home-value-strip__item {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.home-value-strip__item h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--heading);
  letter-spacing: -0.02em;
}
.home-value-strip__item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--ink-muted);
}

.home-band {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.home-band--tight {
  padding-top: 2rem;
}

.home-split {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 880px) {
  .home-split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.home-split__prose h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: var(--heading);
}
.home-split__prose p {
  margin: 0 0 1rem;
  color: var(--ink-muted);
  line-height: 1.7;
}

.home-port-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
@media (min-width: 600px) {
  .home-port-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .home-port-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-port-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-port-card--link {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.home-port-card--link:focus-visible {
  outline: 2px solid #5eead4;
  outline-offset: 3px;
}
.home-port-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.home-port-card__cta {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.85rem;
  padding: 0.45rem 1rem;
  pointer-events: none;
}
.home-port-all {
  text-align: center;
  margin-top: 1.5rem;
}
.home-port-all__btn {
  color: #f0fdfa;
  border-color: rgba(94, 234, 212, 0.45);
}
.home-port-all__btn:hover {
  color: #042f2e;
  background: rgba(94, 234, 212, 0.92);
  border-color: transparent;
}
.home-port-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(17, 94, 89, 0.5), rgba(4, 47, 46, 0.8));
  position: relative;
}
.home-port-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 47, 46, 0.08) 0%, rgba(4, 47, 46, 0.38) 100%);
  z-index: 1;
}
.home-port-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
.home-port-card__body {
  padding: 1.1rem 1.2rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home-port-card__body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--heading);
}
.home-port-card__body p {
  margin: 0 0 1rem;
  flex: 0 1 auto;
  font-size: 0.88rem;
  color: var(--ink-muted);
  line-height: 1.55;
}
.home-port-card__cat {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5eead4;
  margin-bottom: 0.35rem;
}

/* ——— Hizmetler: geniş makale şeritleri (görsel + metin, dinamik) ——— */
.home-services-lead {
  max-width: 42rem;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.7;
  color: rgba(167, 243, 208, 0.9);
}

.home-services-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  margin: 0 auto 2.5rem;
  padding: 0 0.5rem;
}

.home-services-stack--compact {
  gap: clamp(1.35rem, 2.5vw, 2rem);
  margin-bottom: 1.5rem;
}

.home-service-wide {
  display: grid;
  gap: clamp(1.15rem, 2.5vw, 1.75rem);
  align-items: stretch;
  width: min(1200px, 94vw);
  margin: 0 auto;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

@media (min-width: 880px) {
  .home-service-wide {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.25rem);
    padding: clamp(1.25rem, 2.5vw, 1.65rem) clamp(1.35rem, 2.8vw, 1.85rem);
  }
  .home-service-wide--reverse .home-service-wide__media {
    order: 2;
  }
  .home-service-wide--reverse .home-service-wide__content {
    order: 1;
  }
}

.home-service-wide__media {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(17, 94, 89, 0.45), rgba(4, 47, 46, 0.92));
  align-self: stretch;
  min-height: 0;
}

.home-service-wide__media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

@media (min-width: 880px) {
  .home-service-wide__media img {
    min-height: 240px;
    max-height: 320px;
  }
}

.home-service-wide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  min-width: 0;
}

.home-service-wide__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.home-service-wide__title a {
  color: inherit;
  text-decoration: none;
}

.home-service-wide__title a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.home-service-wide__excerpt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-muted);
}

.home-service-wide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.home-services-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 0.5rem;
}

.service-detail-cover-wrap {
  padding: 0 0 clamp(1.5rem, 3vw, 2rem);
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
}

.service-detail-cover {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  aspect-ratio: 21 / 9;
  max-height: min(420px, 42vw);
  background: rgba(15, 23, 42, 0.5);
}

.service-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .service-detail-cover {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
}

html.site-public .home-service-wide__title,
html.site-public .home-service-wide__title a {
  color: #f0fdfa;
}

html.site-public .home-service-wide__excerpt {
  color: rgba(186, 230, 253, 0.88);
}

html.site-public .home-services-bottom .btn-outline {
  border-color: rgba(94, 234, 212, 0.42);
  color: rgba(248, 250, 252, 0.95);
}

html.site-public .home-services-bottom .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* ——— Ana sayfa / paketler: modern paket kartları ——— */
html.site-public .home-pkg-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 640px) {
  html.site-public .home-pkg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1080px) {
  html.site-public .home-pkg-section .home-pkg-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
  }
}
html.site-public .home-pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(168deg, rgba(19, 78, 74, 0.55) 0%, rgba(4, 30, 29, 0.94) 48%, rgba(2, 22, 21, 0.98) 100%);
  border: 1px solid rgba(94, 234, 212, 0.16);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.22s ease;
}
html.site-public .home-pkg-card:hover {
  transform: translateY(-5px);
  border-color: rgba(94, 234, 212, 0.32);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.48);
}
html.site-public .home-pkg-card--featured {
  border-color: rgba(34, 211, 238, 0.42);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(34, 211, 238, 0.14), 0 12px 40px rgba(6, 182, 212, 0.12);
}
html.site-public .home-pkg-card__accent {
  height: 3px;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(90deg, #0d9488, #5eead4, #14b8a6);
  opacity: 0.95;
}
html.site-public .home-pkg-card--featured .home-pkg-card__accent {
  height: 4px;
  background: linear-gradient(90deg, #0891b2, #22d3ee, #14b8a6);
}
html.site-public .home-pkg-card__inner {
  padding: 1.15rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
html.site-public .home-pkg-card__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #042f2e;
  background: linear-gradient(135deg, #a5f3fc, #22d3ee);
  border: 1px solid rgba(34, 211, 238, 0.45);
}
html.site-public .home-pkg-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #f0fdfa;
}
html.site-public .home-pkg-card__title--link {
  font-size: 1.12rem;
}
html.site-public .home-pkg-card__title--link a {
  color: inherit;
  text-decoration: none;
}
html.site-public .home-pkg-card__title--link a:hover {
  color: #99f6e4;
}
html.site-public .home-pkg-card__tagline {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(204, 251, 241, 0.72);
}
html.site-public .home-pkg-card__priceblock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.45rem;
  margin-bottom: 1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(94, 234, 212, 0.12);
}
html.site-public .home-pkg-card__amount {
  font-size: clamp(1.65rem, 4vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fefce8;
  text-shadow: 0 2px 24px rgba(34, 211, 238, 0.18);
}
html.site-public .home-pkg-card__currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(254, 252, 232, 0.88);
}
html.site-public .home-pkg-card__vat {
  width: 100%;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(153, 246, 228, 0.65);
}
html.site-public .home-pkg-card__quote {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ccfbf1;
}
html.site-public .home-pkg-card__features {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  flex: 1;
}
html.site-public .home-pkg-card__features li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.35rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(226, 252, 247, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
html.site-public .home-pkg-card__features li:last-child {
  border-bottom: none;
}
html.site-public .home-pkg-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 2px;
  background: linear-gradient(135deg, #2dd4bf, #0d9488);
  box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.25);
}
html.site-public .home-pkg-card__hint {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.8rem;
  color: rgba(167, 243, 208, 0.65);
  line-height: 1.45;
}
html.site-public .home-pkg-card__cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(13, 148, 136, 0.4);
}
html.site-public .home-pkg-card__cta:hover {
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.48);
}
html.site-public .home-pkg-footnote {
  text-align: center;
  margin-top: 1.75rem;
  font-size: 0.92rem;
  color: rgba(204, 251, 241, 0.78);
  line-height: 1.55;
}
html.site-public .home-pkg-footnote a {
  color: #99f6e4;
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  html.site-public .home-pkg-card:hover {
    transform: none;
  }
}

.home-cta-final {
  width: min(1200px, 92vw);
  margin: 0 auto 2.5rem;
  padding: clamp(2.25rem, 5vw, 3.25rem);
  text-align: center;
  border-radius: 22px;
  border: 1px solid rgba(94, 234, 212, 0.3);
  background: linear-gradient(125deg, rgba(4, 47, 46, 0.95) 0%, rgba(17, 94, 89, 0.75) 50%, rgba(4, 47, 46, 0.95) 100%);
  color: #f0fdfa;
  position: relative;
  overflow: hidden;
}
.home-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(153, 246, 228, 0.2), transparent 45%);
  pointer-events: none;
}
.home-cta-final h2,
.home-cta-final p,
.home-cta-final .btn {
  position: relative;
  z-index: 1;
}
.home-cta-final h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}
.home-cta-final p {
  margin: 0 auto 1.35rem;
  opacity: 0.9;
  max-width: 34rem;
  line-height: 1.65;
}

html.site-public .process-step::before {
  color: rgba(94, 234, 212, 0.14);
}
html.site-public .process-step strong {
  color: var(--heading);
}

html.site-public .testimonial p {
  color: rgba(240, 253, 250, 0.92);
}
html.site-public .testimonial cite {
  color: #ccfbf1;
}

html.site-public .text-accent {
  color: #99f6e4;
}

/* ——— Zengin içerik sayfaları (liste + detay + formlar) ——— */
.page-rich .page-hero-band {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(4, 47, 46, 0.94) 0%, rgba(3, 23, 22, 0.72) 55%, rgba(2, 44, 42, 0.45) 100%);
}
.page-rich .page-hero-band .breadcrumb {
  margin-bottom: 0.85rem;
}
.page-rich .page-hero-band .public-page__title {
  margin: 0 0 0.65rem;
}
.page-rich .page-hero-lead {
  margin: 0;
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-muted);
}
.page-rich .page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 1.25rem;
}
.page-rich .page-hero-pill {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.35);
  background: rgba(20, 184, 166, 0.12);
  color: rgba(240, 253, 250, 0.92);
}

.page-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1020px) {
  .page-layout--aside {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  }
}

.page-aside__sticky {
  position: sticky;
  top: calc(var(--header-h, 4.25rem) + 1rem);
}
.page-aside__card {
  padding: 1.35rem 1.25rem;
}
.page-aside__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5eead4;
}
.page-aside__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: var(--heading);
  letter-spacing: -0.02em;
}
.page-aside__text {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--ink-muted);
}
.page-aside__btn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.5rem;
  text-align: center;
}
.page-aside__bullets {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
  line-height: 1.55;
}
.page-aside__bullets li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.45rem;
}
.page-aside__bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5eead4;
  font-weight: 700;
}
.page-aside__links {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  text-align: center;
  color: var(--ink-muted);
}

.rich-section {
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.rich-section h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: var(--heading);
  letter-spacing: -0.02em;
}
.rich-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem 1rem;
}
@media (min-width: 640px) {
  .rich-icon-list--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.rich-icon-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(204, 251, 241, 0.9);
}
.rich-icon-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee, #0d9488);
  box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.28);
}

.rich-steps {
  counter-reset: rs;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .rich-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.rich-steps li {
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(4, 30, 29, 0.35);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink-muted);
}
.rich-steps li::before {
  counter-increment: rs;
  content: counter(rs);
  position: absolute;
  left: 0.75rem;
  top: 0.85rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.35);
  color: #f0fdfa;
  font-weight: 800;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-steps strong {
  display: block;
  color: var(--heading);
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.page-cta-inline {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(45, 212, 191, 0.25);
  background: rgba(20, 184, 166, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.page-cta-inline p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  color: rgba(204, 251, 241, 0.88);
  line-height: 1.55;
}

.split-panels {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .split-panels--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.split-panels .content-card {
  margin: 0;
}

.pkg-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.pkg-features li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.75rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  color: rgba(204, 251, 241, 0.9);
}
.pkg-features li:last-child {
  border-bottom: none;
}
.pkg-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5eead4;
  font-weight: 700;
}

.blog-meta {
  font-size: 0.875rem;
  color: var(--ink-muted);
  margin: 0 0 1.25rem;
}

.tech-line {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0 0 1rem;
}
.tech-line code,
.tech-line strong {
  color: #ccfbf1;
}

html.site-public .cms-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
html.site-public .cms-body h2,
html.site-public .cms-body h3,
html.site-public .cms-body h4 {
  color: var(--heading);
  margin-top: 1.5rem;
}
html.site-public .cms-body > h2:first-child,
html.site-public .cms-body > h3:first-child,
html.site-public .cms-body > h4:first-child,
html.site-public .cms-body > p:first-child {
  margin-top: 0;
}
html.site-public .cms-body blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid rgba(94, 234, 212, 0.55);
  background: rgba(4, 30, 29, 0.45);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: rgba(204, 251, 241, 0.92);
}

/* ——— Koyu tema: CMS ve liste sayfaları tipografi / tablo / buton ——— */
html.site-public .cms-body {
  color: rgba(226, 252, 247, 0.92);
}
html.site-public .cms-body p,
html.site-public .cms-body li {
  color: rgba(226, 252, 247, 0.9);
}
html.site-public .cms-body a {
  color: #99f6e4;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
html.site-public .cms-body a:hover {
  color: #ccfbf1;
}
html.site-public .cms-body ul,
html.site-public .cms-body ol {
  padding-left: 1.35rem;
}
html.site-public .cms-body hr {
  border: none;
  height: 1px;
  margin: 1.5rem 0;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.35), transparent);
}
html.site-public .cms-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.25rem 0;
}
html.site-public .cms-body th,
html.site-public .cms-body td {
  border: 1px solid rgba(45, 212, 191, 0.22);
  padding: 0.55rem 0.75rem;
  text-align: left;
}
html.site-public .cms-body th {
  background: rgba(20, 184, 166, 0.15);
  color: var(--heading);
  font-weight: 600;
}
html.site-public .cms-body pre,
html.site-public .cms-body code {
  font-family: ui-monospace, 'Cascadia Code', 'Segoe UI Mono', monospace;
  font-size: 0.88em;
}
html.site-public .cms-body pre {
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid rgba(45, 212, 191, 0.25);
  background: rgba(2, 22, 21, 0.85);
  color: #ccfbf1;
  overflow-x: auto;
  line-height: 1.5;
}
html.site-public .cms-body pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: 0.94em;
}
html.site-public .cms-body :not(pre) > code {
  padding: 0.12rem 0.38rem;
  border-radius: 6px;
  background: rgba(20, 184, 166, 0.18);
  color: #fef9c3;
  border: 1px solid rgba(45, 212, 191, 0.2);
}

html.site-public .lead-muted {
  color: rgba(167, 243, 208, 0.82);
}
html.site-public .lead-muted a {
  color: #99f6e4;
  font-weight: 600;
}
html.site-public .lead-muted a:hover {
  color: #ccfbf1;
}

html.site-public .rich-section h2 {
  color: #f0fdfa;
}

html.site-public .faq-item summary {
  color: var(--heading);
}

html.site-public .testimonial-slider {
  scrollbar-color: rgba(45, 212, 191, 0.45) rgba(4, 30, 29, 0.5);
  scroll-padding-inline: 0.5rem;
}
html.site-public .testimonial-slider::-webkit-scrollbar {
  height: 8px;
}
html.site-public .testimonial-slider::-webkit-scrollbar-track {
  background: rgba(4, 30, 29, 0.55);
  border-radius: 999px;
}
html.site-public .testimonial-slider::-webkit-scrollbar-thumb {
  background: rgba(45, 212, 191, 0.45);
  border-radius: 999px;
}
html.site-public .testimonial-slider::-webkit-scrollbar-thumb:hover {
  background: rgba(94, 234, 212, 0.55);
}

html.site-public .process-step {
  background: rgba(4, 30, 29, 0.55);
  border-color: rgba(45, 212, 191, 0.22);
}
html.site-public .process-step p {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public main .btn-primary:focus-visible,
html.site-public main .btn-dark:focus-visible,
html.site-public main .btn-outline:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

html.site-public main .btn-dark {
  border: 1px solid rgba(94, 234, 212, 0.28);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
html.site-public main .btn-dark:hover {
  border-color: rgba(153, 246, 228, 0.45);
}

html.site-public .page-cta-inline .btn {
  flex-shrink: 0;
}

html.site-public .page-aside__links a {
  color: #99f6e4;
  font-weight: 600;
}
html.site-public .page-aside__links a:hover {
  color: #ccfbf1;
}

html.site-public .ref-showcase__head.section-title .eyebrow {
  color: #5eead4;
}
html.site-public .ref-showcase__head.section-title h2 {
  color: #f0fdfa;
}
html.site-public .ref-showcase__head.section-title p {
  color: rgba(204, 251, 241, 0.82);
}

html.site-public .home-value-strip__item h3 {
  color: #f0fdfa;
}
html.site-public .home-value-strip__item p {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public .home-split__prose h3 {
  color: #f0fdfa;
}
html.site-public .home-split__prose p {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public .why-item strong {
  color: #f0fdfa;
}
html.site-public .why-item span {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public .card h3 {
  color: #f0fdfa;
}
html.site-public .card p {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public .home-port-card__body h3 {
  color: #f0fdfa;
}
html.site-public .home-port-card__body p {
  color: rgba(167, 243, 208, 0.88);
}

html.site-public .home-metric span {
  color: rgba(167, 243, 208, 0.9);
}

html.site-public .page-hero-lead a {
  color: #99f6e4;
  font-weight: 600;
}
html.site-public .page-hero-lead a:hover {
  color: #ccfbf1;
}

html.site-public .blog-meta {
  color: rgba(167, 243, 208, 0.88);
}
html.site-public .blog-meta a {
  color: #99f6e4;
}

/* Skip-to-content link (a11y / SEO) */
html.site-public .skip-link {
  position: absolute;
  left: 8px;
  top: -40px;
  z-index: 100;
  background: #115e59;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: top 0.2s ease;
}
html.site-public .skip-link:focus,
html.site-public .skip-link:focus-visible {
  top: 8px;
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}
