/* enco-seo — sayfaya özel stiller (base.css'ten sonra yüklenir) */
@keyframes revealUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroMock { from { opacity: 0; transform: translateY(44px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes sweep { 0% { left: -30%; } 100% { left: 130%; } }
@keyframes ringFill { from { stroke-dashoffset: 415; } to { stroke-dashoffset: 54; } }
@keyframes barFill { from { width: 0; } }
@keyframes floaty { 0%,100% { transform: translateZ(110px) translateY(0); } 50% { transform: translateZ(110px) translateY(-12px); } }
@keyframes scan { 0% { top: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
@supports (animation-timeline: view()) {
    [data-reveal] { animation: revealUp 1s linear both; animation-timeline: view(); animation-range: entry 0% entry 35%; }
  }

/* tasarımda style-hover olarak yazılı olan durumlar */
.e-enco-seo-h1:hover { color: #fff !important; }
.e-enco-seo-h2:hover { color: #fff !important; }
.e-enco-seo-h3:hover { color: #fff !important; }
.e-enco-seo-h4:hover { color: #fff !important; }
.e-enco-seo-h5:hover { background: oklch(0.6 0.17 258) !important; color: #fff !important; }
.e-enco-seo-h6:hover { background: oklch(0.5 0.19 258) !important; color: #fff !important; transform: translateY(-2px) !important; }
.e-enco-seo-h7:hover { border-color: #101a33 !important; }
.e-enco-seo-h8:hover { transform: translateY(-6px) !important; box-shadow: 0 26px 50px -22px rgba(16,26,51,0.45) !important; color: #fff !important; }
.e-enco-seo-h9:hover { background: oklch(0.6 0.17 258) !important; color: #fff !important; transform: translateY(-2px) !important; }
.e-enco-seo-h10:hover { border-color: oklch(0.6 0.17 258) !important; background: rgba(246,245,241,0.09) !important; transform: translateY(-3px) !important; }
.e-enco-seo-h11:hover { border-color: oklch(0.6 0.17 258) !important; background: rgba(246,245,241,0.09) !important; transform: translateY(-3px) !important; }
.e-enco-seo-h12:hover { background: oklch(0.6 0.17 258) !important; color: #fff !important; transform: translateY(-2px) !important; }
.e-enco-seo-h13:hover { border-color: #f6f5f1 !important; color: #fff !important; }
.e-enco-seo-h14:hover { background: oklch(0.6 0.17 258) !important; color: #fff !important; transform: translateY(-2px) !important; }
.e-enco-seo-h15:hover { border-color: #f6f5f1 !important; color: #fff !important; }
