﻿/* index-home.css — Bilensoft ana sayfa (red/slate) v5 */

:root {
  --hm-red: #dc2626;
  --hm-red-d: #b91c1c;
  --hm-red-deep: #7f1d1d;
  --hm-slate: #0f172a;
  --hm-slate-2: #1e293b;
  --hm-muted: #64748b;
  --hm-border: #e2e8f0;
  --hm-bg: #f8fafc;
  --hm-surface: #ffffff;
  --hm-font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --hm-display: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
  --hm-radius: 16px;
  --hm-radius-sm: 12px;
  --hm-shadow: 0 4px 24px -8px rgba(15, 23, 42, 0.1);
  --hm-container: clamp(1rem, 4vw, 1.5rem);
  --primary: #dc2626;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.index-page {
  margin: 0;
  font-family: var(--hm-font);
  color: var(--hm-slate);
  background: var(--hm-bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -15%, rgba(220, 38, 38, 0.07), transparent),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(15, 23, 42, 0.04), transparent);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body.index-page h1, body.index-page h2, body.index-page h3, body.index-page h4 {
  font-family: var(--hm-display);
}

/* Header overrides on home */
body.index-page .sticky-top-wrapper { position: sticky; top: 0; z-index: 1000; width: 100%; }
body.index-page .announcement-bar {
  background: linear-gradient(90deg, var(--hm-red-deep), var(--hm-red));
  color: #fff;
  font-size: clamp(0.75rem, 2vw, 0.85rem);
  font-weight: 600;
  padding: 0.5rem var(--hm-container);
  text-align: center;
}
body.index-page .pulse-icon { animation: hmPulse 1.5s ease-in-out infinite; display: inline-block; }
@keyframes hmPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) { body.index-page .pulse-icon { animation: none; } }

body.index-page .topnav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 0.4rem 0;
}
body.index-page .nav-link {
  font-weight: 600;
  color: #334155;
  margin: 0 6px;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s;
}
body.index-page .nav-link:hover,
body.index-page .nav-link.active { color: var(--hm-red); }
body.index-page .navbar-toggler { border: none; color: var(--hm-slate); }
body.index-page .navbar-toggler:focus { box-shadow: none; outline: 2px solid var(--hm-red); outline-offset: 2px; }

/* Header "Giriş Yap" — var(--primary) yoksa beyaz yazı kayboluyordu */
body.index-page .topnav .btn.btn-primary {
  background: var(--hm-red) !important;
  background-color: var(--hm-red) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.28);
}
body.index-page .topnav .btn.btn-primary:hover,
body.index-page .topnav .btn.btn-primary:focus {
  background: var(--hm-red-d) !important;
  background-color: var(--hm-red-d) !important;
  color: #fff !important;
}
body.index-page .topnav .nav-link.active {
  color: var(--hm-red);
  background: rgba(220, 38, 38, 0.08);
}

/* Toast */
.idx-toast {
  position: fixed;
  top: 88px;
  right: 16px;
  z-index: 1080;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: var(--hm-radius-sm);
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  font-weight: 600;
  font-size: 0.9rem;
  max-width: min(420px, calc(100vw - 32px));
}
.idx-toast--success { border-left: 4px solid #16a34a; color: #166534; }
.idx-toast--error { border-left: 4px solid #dc2626; color: #991b1b; }
.idx-toast--warning { border-left: 4px solid #f59e0b; color: #92400e; }
.idx-toast__close { border: none; background: transparent; cursor: pointer; color: inherit; opacity: 0.6; }

/* Contact strip */
.hm-strip {
  background: var(--hm-slate);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 10px 0;
}
.hm-strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
}
.hm-strip__item { display: inline-flex; align-items: center; gap: 6px; }
.hm-strip__item a { color: #fff; text-decoration: none; }
.hm-strip__item a:hover { text-decoration: underline; }
.hm-strip__sep { opacity: 0.35; }

/* Alpemix indirme CTA — kırmızı yanıp sönen */
.hm-strip__item--alpemix a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff !important;
  background: #dc2626;
  padding: 5px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.55);
  animation: hmAlpemixBlink 1.15s ease-in-out infinite;
}
.hm-strip__item--alpemix a:hover {
  background: #b91c1c;
  color: #fff !important;
  text-decoration: none !important;
}
.hm-strip__item--alpemix i { color: #fff !important; font-size: 1em; }
@keyframes hmAlpemixBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.55);
    background: #dc2626;
  }
  50% {
    opacity: 0.88;
    transform: scale(1.04);
    box-shadow: 0 0 16px 3px rgba(220, 38, 38, 0.75);
    background: #ef4444;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm-strip__item--alpemix a { animation: none; }
}

/* Servis Sorgula CTA — teal yanıp sönen */
.hm-strip__item--servis a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #042f2e !important;
  background: linear-gradient(135deg, #5eead4 0%, #14b8a6 55%, #0d9488 100%);
  padding: 5px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.5);
  animation: hmServisBlink 1.2s ease-in-out infinite;
}
.hm-strip__item--servis a:hover {
  background: linear-gradient(135deg, #2dd4bf 0%, #0f766e 100%);
  color: #fff !important;
  text-decoration: none !important;
}
.hm-strip__item--servis i { color: inherit !important; font-size: 1em; }
@keyframes hmServisBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.45);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.04);
    box-shadow: 0 0 18px 3px rgba(20, 184, 166, 0.7);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm-strip__item--servis a { animation: none; }
}

/* Full-bleed hero */
.hm-hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--hm-slate) center / cover no-repeat;
}
.hm-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: hmHeroZoom 18s ease-out forwards;
}
@keyframes hmHeroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hm-hero__bg { animation: none; transform: none; }
}
.hm-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.72) 55%, rgba(15, 23, 42, 0.92) 100%),
    linear-gradient(90deg, rgba(127, 29, 29, 0.45) 0%, transparent 55%);
  pointer-events: none;
}
.hm-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(3rem, 10vw, 5.5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
}
.hm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}
.hm-brand__mark {
  background: var(--hm-red);
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.hm-brand__sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.hm-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  max-width: 14ch;
}
.hm-hero h1 em {
  font-style: normal;
  color: #fecaca;
}
.hm-hero__lead {
  margin: 1rem 0 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38ch;
  font-weight: 500;
}
.hm-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.6rem;
}
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: var(--hm-radius-sm);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.hm-btn:hover { transform: translateY(-2px); }
.hm-btn--primary {
  background: var(--hm-red);
  color: #fff;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
}
.hm-btn--primary:hover { background: var(--hm-red-d); color: #fff; }
.hm-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.hm-btn--ghost:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }
.hm-btn--dark {
  background: var(--hm-slate);
  color: #fff;
}
.hm-btn--outline {
  background: #fff;
  color: var(--hm-slate);
  border: 1px solid var(--hm-border);
}
.hm-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 1.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.hm-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hm-trust i { color: #4ade80; }

/* Quick actions */
.hm-quick {
  background: #fff;
  border-bottom: 1px solid var(--hm-border);
  padding: 14px 0;
}
.hm-quick__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.hm-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--hm-slate);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.hm-chip:hover {
  border-color: #fecaca;
  background: #fef2f2;
  color: var(--hm-red-d);
}
button.hm-chip { font-family: inherit; cursor: pointer; }

/* Servis Sorgula — hızlı çip (dikkat çekici) */
.hm-chip--servis {
  color: #042f2e;
  background: linear-gradient(135deg, #5eead4 0%, #14b8a6 50%, #0d9488 100%);
  border-color: #99f6e4;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.28);
  animation: hmServisChipPulse 1.35s ease-in-out infinite;
}
.hm-chip--servis:hover {
  color: #fff;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  border-color: #0f766e;
}
@keyframes hmServisChipPulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(13, 148, 136, 0.28); transform: scale(1); }
  50% { box-shadow: 0 6px 20px rgba(20, 184, 166, 0.55); transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .hm-chip--servis { animation: none; }
}

/* Sections */
.hm-section { padding: clamp(2.5rem, 6vw, 4.25rem) 0; }
.hm-section--alt { background: #fff; }
.hm-section--dark {
  background: var(--hm-slate);
  color: #fff;
}
.hm-head { text-align: center; max-width: 640px; margin: 0 auto 2rem; }
.hm-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hm-red);
  margin-bottom: 0.6rem;
}
.hm-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.hm-head p {
  margin: 0.75rem 0 0;
  color: var(--hm-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
.hm-section--dark .hm-head p { color: rgba(255, 255, 255, 0.7); }
.hm-section--dark .hm-kicker { color: #fca5a5; }

/* E-fatura CTA */
.hm-band {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--hm-radius);
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #7f1d1d 100%);
  color: #fff;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--hm-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hm-band:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  color: #fff;
}
.hm-band__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.hm-band h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
}
.hm-band p { margin: 0; opacity: 0.85; font-size: 0.92rem; line-height: 1.5; max-width: 52ch; }
.hm-band__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.1rem;
  padding: 10px 18px;
  background: #fff;
  color: var(--hm-slate);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
}

/* Solutions grid — no heavy cards */
.hm-solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hm-border);
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  overflow: hidden;
}
.hm-sol {
  background: #fff;
  padding: 1.5rem 1.35rem;
  transition: background 0.2s;
}
.hm-sol:hover { background: #fff5f5; }
.hm-sol__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef2f2;
  color: var(--hm-red);
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}
.hm-sol h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
}
.hm-sol p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--hm-muted);
  line-height: 1.5;
}

/* E-imza ribbon */
.hm-ribbon {
  margin-top: 1.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  border-radius: var(--hm-radius);
  background: linear-gradient(120deg, #1e293b, #0f172a 60%, #450a0a);
  color: #fff;
  display: grid;
  grid-template-columns: 1.6fr auto;
  gap: 1.5rem;
  align-items: center;
}
.hm-ribbon h3 { margin: 0 0 0.5rem; font-size: 1.35rem; font-weight: 800; }
.hm-ribbon p { margin: 0; opacity: 0.85; font-size: 0.9rem; line-height: 1.5; }
.hm-ribbon__feats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
}
.hm-ribbon__feats span { display: inline-flex; align-items: center; gap: 5px; }
.hm-ribbon__feats i { color: #fca5a5; }

/* Stats */
.hm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
  text-align: center;
}
.hm-stat strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.hm-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

/* Why list */
.hm-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.75rem;
}
.hm-why__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.hm-why__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fef2f2;
  color: var(--hm-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.hm-why__item h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}
.hm-why__item p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--hm-muted);
  line-height: 1.45;
}

/* News */
.hm-news {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem;
}
.hm-news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hm-news-card:hover {
  border-color: #fecaca;
  box-shadow: var(--hm-shadow);
  color: inherit;
}
.hm-news-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}
.hm-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hm-news-card__body { padding: 1.15rem 1.25rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.hm-news-card__date {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--hm-muted);
  margin-bottom: 0.4rem;
}
.hm-news-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}
.hm-news-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--hm-muted);
  line-height: 1.5;
  flex: 1;
}
.hm-news-card__more {
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--hm-red);
}
.hm-news-list { display: flex; flex-direction: column; gap: 0.85rem; }
.hm-news-mini {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-sm);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.hm-news-mini:hover { border-color: #fecaca; color: inherit; }
.hm-news-mini__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #e2e8f0;
}
.hm-news-mini__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-news-mini__body { padding: 10px 12px 10px 0; display: flex; flex-direction: column; justify-content: center; }
.hm-news-mini h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}
.hm-news-mini time {
  font-size: 0.7rem;
  color: var(--hm-muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.hm-link-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  color: var(--hm-red);
  text-decoration: none;
  font-size: 0.88rem;
}
.hm-link-all:hover { color: var(--hm-red-d); }

/* Contact CTA */
.hm-cta {
  border-radius: var(--hm-radius);
  padding: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(135deg, var(--hm-red-deep), var(--hm-red) 55%, #f87171);
  color: #fff;
  text-align: center;
}
.hm-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
}
.hm-cta p {
  margin: 0 auto 1.35rem;
  max-width: 48ch;
  opacity: 0.9;
  line-height: 1.55;
}
.hm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* Sektor */
.hm-sektor {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.hm-sektor__item {
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-sm);
  padding: 1rem 0.85rem;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}
.hm-sektor__item:hover { border-color: #fecaca; background: #fffafa; }
.hm-sektor__item i {
  display: block;
  font-size: 1.35rem;
  color: var(--hm-red);
  margin-bottom: 0.45rem;
}
.hm-sektor__item strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
  line-height: 1.3;
}
.hm-sektor__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 700;
}
.hm-sektor__links a {
  color: var(--hm-muted);
  text-decoration: none;
}
.hm-sektor__links a:hover { color: var(--hm-red); }

/* Strips */
.hm-marquee { overflow: hidden; }
.hm-marquee__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}
.hm-marquee__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hm-muted);
}
.hm-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: hmScroll 40s linear infinite;
}
.hm-track:hover { animation-play-state: paused; }
@keyframes hmScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hm-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}
.hm-vid {
  width: 160px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.hm-vid__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  background: #e2e8f0;
}
.hm-vid__thumb img { width: 100%; height: 100%; object-fit: cover; }
.hm-vid__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.35);
  color: #fff;
  font-size: 1.5rem;
}
.hm-vid__title {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--hm-slate-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hm-ref {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: 12px;
  padding: 12px 10px;
}
.hm-ref img {
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
}
.hm-ref span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--hm-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Instagram */
.hm-ig h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
}
.hm-ig h2 a { color: inherit; text-decoration: none; }
.hm-ig h2 a:hover { color: var(--hm-red); }
.instagram-item {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 1.5rem;
  text-decoration: none;
}
.instagram-item img { width: 100%; height: 100%; object-fit: cover; }

/* FAQ */
.hm-faq { max-width: 760px; margin: 0 auto; }
.hm-faq__item {
  border-bottom: 1px solid var(--hm-border);
}
.hm-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 1rem 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: left;
  color: var(--hm-slate);
  cursor: pointer;
}
.hm-faq__q i { transition: transform 0.2s; color: var(--hm-muted); }
.hm-faq__q.open i { transform: rotate(180deg); color: var(--hm-red); }
.hm-faq__a {
  display: none;
  padding: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--hm-muted);
  line-height: 1.55;
}
.hm-faq__a.show { display: block; }
.hm-faq__a a { color: var(--hm-red-d); font-weight: 700; }

/* YouTube CTA */
.hm-yt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  padding: 1.35rem 1.5rem;
}
.hm-yt__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fee2e2;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.hm-yt__text { flex: 1; min-width: 180px; }
.hm-yt__name { font-weight: 800; font-size: 1.05rem; }
.hm-yt__meta { font-size: 0.8rem; color: var(--hm-muted); margin-top: 2px; }
.hm-yt__desc { font-size: 0.82rem; color: var(--hm-muted); margin-top: 6px; }
.hm-yt__desc a { color: var(--hm-red-d); }

/* SEO */
.hm-seo {
  padding: 1.5rem 0 2rem;
  font-size: 0.85rem;
  color: var(--hm-muted);
  line-height: 1.55;
}
.hm-seo a { color: var(--hm-red-d); font-weight: 700; }

/* FABs */
.destek-fab,
.callme-fab {
  position: fixed;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: none;
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.25);
  transition: transform 0.2s;
}
.destek-fab:hover,
.callme-fab:hover { transform: translateY(-2px); }
.destek-fab {
  right: 20px;
  bottom: 92px;
  background: var(--hm-slate);
}
.callme-fab {
  right: 20px;
  bottom: 28px;
  background: #16a34a;
}
@media (max-width: 575.98px) {
  .destek-fab span,
  .callme-fab span { display: none; }
  .destek-fab,
  .callme-fab {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
  }
  .destek-fab { bottom: 88px; right: 16px; }
  .callme-fab { bottom: 24px; right: 16px; }
}

/* Reveal */
.reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-item.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity: 1; transform: none; transition: none; }
}

/* Responsive */
@media (max-width: 1100px) {
  .hm-sektor { grid-template-columns: repeat(4, 1fr); }
  .hm-solutions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hm-news { grid-template-columns: 1fr; }
  .hm-ribbon { grid-template-columns: 1fr; }
  .hm-why { grid-template-columns: 1fr 1fr; }
  .hm-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hm-solutions { grid-template-columns: 1fr; }
  .hm-sektor { grid-template-columns: 1fr 1fr; }
  .hm-why { grid-template-columns: 1fr; }
  .hm-hero h1 { max-width: none; }
  /* Mobilde iletişim şeridinde Alpemix + Servis CTA görünsün */
  .hm-strip { display: block; padding: 8px 0; }
  .hm-strip__item:not(.hm-strip__item--alpemix):not(.hm-strip__item--servis),
  .hm-strip__sep { display: none; }
  .hm-strip__inner { justify-content: center; gap: 8px; }
  .hm-strip__item--alpemix a,
  .hm-strip__item--servis a {
    font-size: 0.78rem;
    padding: 7px 16px;
    max-width: 94vw;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }
}
