/* index-as.css v2 — sakin, marka uyumlu anasayfa */

:root {
  --as-red: #dc2626;
  --as-red-d: #b91c1c;
  --as-navy: #0b1b33;
  --as-ink: #0f172a;
  --as-muted: #64748b;
  --as-line: #e8edf3;
  --as-bg: #f7f8fa;
  --as-radius: 18px;
  --as-radius-lg: 24px;
}

body.index-page {
  background: #fff;
  background-image: none;
  color: var(--as-ink);
}
body.index-page .announcement-bar {
  background: #0b1b33 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.02em;
}
body.index-page .pulse-icon { animation: none !important; }

.as-nav .nav-link { font-size: 0.84rem !important; padding: 10px 10px !important; }
.as-nav__tool--btn {
  border-left: 0 !important;
  background: #dc2626 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
}
.as-nav__tool--btn:hover { background: #b91c1c !important; color: #fff !important; }

/* Hero */
.as-hero {
  padding: 56px 0 28px;
  background:
    radial-gradient(ellipse 70% 80% at 80% 10%, rgba(220, 38, 38, 0.06), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #fff 70%);
}
.as-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}
.as-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--as-red);
  margin-bottom: 16px;
}
.as-hero h1 {
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  line-height: 1.14;
  font-weight: 750;
  color: var(--as-navy);
  margin: 0 0 18px;
  letter-spacing: -0.035em;
}
.as-hero h1 em { font-style: normal; color: var(--as-red); }
.as-hero__lead {
  font-size: 1.05rem;
  color: #475569;
  max-width: 34rem;
  line-height: 1.7;
  margin: 0 0 28px;
}
.as-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 0.92rem;
  transition: background .18s, border-color .18s, transform .18s, box-shadow .18s;
}
.as-btn--navy { background: var(--as-navy); color: #fff; }
.as-btn--navy:hover { background: #132844; color: #fff; }
.as-btn--red { background: var(--as-red); color: #fff; box-shadow: 0 10px 22px rgba(220, 38, 38, 0.22); }
.as-btn--red:hover { background: var(--as-red-d); color: #fff; }
.as-btn--ghost { background: #fff; color: var(--as-navy); border: 1px solid #d5dbe3; }
.as-btn--ghost:hover { border-color: var(--as-navy); color: var(--as-navy); }
.as-btn--white { background: #fff; color: var(--as-navy); }
.as-btn--white:hover { background: #f8fafc; color: var(--as-navy); }
.as-btn--on-dark:hover { background: rgba(255,255,255,.08); color: #fff; }

.as-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.as-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--as-line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
}
.as-trust i { color: var(--as-red); }

.as-hero__visual { position: relative; }
.as-hero__photo {
  width: 100%;
  height: min(400px, 54vw);
  object-fit: cover;
  border-radius: var(--as-radius-lg);
  outline: 1px solid rgba(11, 27, 51, 0.06);
  box-shadow: 0 24px 50px -28px rgba(11, 27, 51, 0.4);
}

/* Quick chips */
body.index-page .hm-quick {
  padding: 8px 0 36px;
  background: transparent;
  border: 0;
}
body.index-page .hm-quick__row { justify-content: flex-start; gap: 8px; }
body.index-page .hm-chip {
  background: #fff !important;
  border: 1px solid var(--as-line) !important;
  border-radius: 12px !important;
  color: #334155 !important;
  box-shadow: none !important;
  animation: none !important;
}
body.index-page .hm-chip:hover {
  border-color: #fecaca !important;
  color: var(--as-red) !important;
  background: #fffafa !important;
}
body.index-page .hm-chip--servis,
body.index-page .hm-chip--servis:hover {
  animation: none !important;
  background: #fff !important;
}

/* e-Dönüşüm */
.as-ed { padding: 28px 0 20px; text-align: center; }
.as-ed h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 800;
  color: var(--as-ink);
  margin: 0 0 8px;
}
.as-ed h2 span { color: var(--as-red); }
.as-ed p { color: var(--as-muted); margin: 0 auto 32px; max-width: 34rem; font-size: 0.98rem; }
.as-ed__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 780px;
  margin: 0 auto;
}
.as-ed__item { text-decoration: none; color: var(--as-ink); }
.as-ed__orb {
  width: 92px;
  height: 92px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #f3f5f8;
  display: grid;
  place-items: center;
  transition: transform .18s, box-shadow .18s;
}
.as-ed__orb i { font-size: 1.7rem; color: var(--as-navy); }
.as-ed__item:hover .as-ed__orb {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(11, 27, 51, 0.08);
}
.as-ed__item strong { display: block; font-size: 0.95rem; font-weight: 700; }

/* Product cards */
.as-prods { padding: 28px 0 72px; background: var(--as-bg); }
.as-prods__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.as-prod {
  background: #fff;
  border-radius: var(--as-radius-lg);
  padding: 28px 28px 18px;
  min-height: 268px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--as-line);
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.as-prod:hover {
  transform: translateY(-3px);
  color: inherit;
  border-color: #fecaca;
  box-shadow: 0 18px 40px rgba(11, 27, 51, 0.08);
}
.as-prod h3 {
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--as-ink);
}
.as-prod p { color: #475569; margin: 0 0 10px; line-height: 1.5; }
.as-prod__go { color: var(--as-red); font-weight: 700; font-size: 0.9rem; }
.as-prod__art {
  margin-top: auto;
  height: 118px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 2.8rem;
  color: rgba(11, 27, 51, 0.28);
  background: linear-gradient(180deg, #fbfcfe, #f1f5f9);
}

/* Dark eco */
.as-eco {
  position: relative;
  background: #070d18;
  color: #fff;
  padding: 72px 0 40px;
  overflow: hidden;
}
.as-eco::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(220, 38, 38, 0.18), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(15, 23, 42, 0.7), transparent 36%);
  pointer-events: none;
}
.as-eco__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 40px;
  align-items: center;
}
.as-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.as-badge i { color: #f87171; font-size: 0.5rem; }
.as-eco h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  margin: 16px 0;
  color: #fff;
}
.as-eco__list { list-style: none; padding: 0; margin: 0 0 24px; color: #cbd5e1; line-height: 1.85; }
.as-eco__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.as-ecard {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  min-height: 164px;
  transition: transform .18s, background .18s, border-color .18s;
}
.as-ecard:hover {
  color: #fff;
  background: rgba(255,255,255,0.07);
  border-color: rgba(220, 38, 38, 0.35);
  transform: translateY(-2px);
}
.as-ecard__ico {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center; margin-bottom: 12px;
  background: rgba(220, 38, 38, 0.16); color: #fecaca;
}
.as-ecard h3 { font-size: 1.08rem; margin: 0 0 8px; }
.as-ecard p { color: #94a3b8; font-size: 0.84rem; margin: 0 0 12px; line-height: 1.5; }
.as-ecard span { font-size: 0.8rem; font-weight: 700; color: #fecaca; }

/* Sectors */
.as-sec { background: #070d18; padding: 24px 0 72px; }
.as-sec h2, .as-mods h2 {
  text-align: center;
  font-weight: 800;
  margin: 0 0 28px;
}
.as-sec h2 { color: #fff; font-size: 1.7rem; }
.as-sec__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  scrollbar-width: none;
}
.as-sec__track::-webkit-scrollbar { display: none; }
.as-scard {
  flex: 0 0 min(250px, 80vw);
  scroll-snap-align: start;
  background: #101827;
  border-radius: 20px;
  padding: 22px 20px 16px;
  min-height: 268px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color .18s;
}
.as-scard:hover { color: #fff; border-color: rgba(220, 38, 38, 0.45); }
.as-scard h3 { font-size: 1.12rem; margin: 0 0 8px; letter-spacing: -0.02em; }
.as-scard p { color: #94a3b8; font-size: 0.84rem; margin: 0; line-height: 1.45; }
.as-scard__ico {
  margin-top: auto;
  height: 92px;
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  color: #e2e8f0;
  position: relative;
}
.as-scard:hover .as-scard__ico { color: #fecaca; }
.as-scard__ico::after {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 78px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(220, 38, 38, 0.45), transparent 70%);
}
.as-sec__nav { display: flex; justify-content: center; gap: 8px; }
.as-sec__nav button {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  background: #111827; color: #fff; cursor: pointer;
}
.as-sec__nav button:hover { background: var(--as-red); border-color: var(--as-red); }

/* Modules */
.as-mods { background: var(--as-bg); padding: 64px 0; }
.as-mods h2 { color: var(--as-navy); font-size: 1.7rem; }
.as-mods__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.as-mod {
  background: #fff;
  border: 1px solid var(--as-line);
  border-radius: 14px;
  padding: 18px 8px;
  text-align: center;
  text-decoration: none;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 600;
  transition: border-color .18s, background .18s;
}
.as-mod i { display: block; color: var(--as-red); font-size: 1.3rem; margin-bottom: 8px; }
.as-mod:hover { color: var(--as-red); border-color: #fecaca; background: #fffafa; }

/* Bands */
.as-bands { display: grid; gap: 12px; }
.as-band {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, #0b1b33, #15233c 58%, #4a1515);
  border-radius: var(--as-radius);
  padding: 26px 28px;
  color: #fff;
  transition: transform .18s;
}
.as-band:hover { color: #fff; transform: translateY(-2px); }
.as-band span { display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; color: #fecaca; }
.as-band h3 { margin: 8px 0 6px; font-size: 1.18rem; color: #fff; }
.as-band p { margin: 0; color: #cbd5e1; }

/* Unify leftover hm */
body.index-page .hm-section { padding: 64px 0; }
body.index-page .hm-section--alt { background: var(--as-bg); }
body.index-page .hm-kicker { color: var(--as-red); letter-spacing: 0.12em; }
body.index-page .hm-head h2 { letter-spacing: -0.03em; }
body.index-page .hm-cta { border-radius: var(--as-radius-lg); }
body.index-page .hm-faq { max-width: 740px; margin: 0 auto; }
body.index-page .hm-faq__q { font-size: 1rem; }
body.index-page .hm-faq__q.open { color: var(--as-red); }
body.index-page .hm-news-card { border-radius: 20px; box-shadow: 0 12px 32px rgba(11, 27, 51, 0.07); }
body.index-page .hm-news-mini { border-radius: 16px; }
body.index-page .footer { margin-top: 0; }

/* Haberler — koyu dergi sahnesi (logo görselleri filigran) */
.as-press {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 50% 40% at 8% 0%, rgba(220, 38, 38, 0.05), transparent 55%),
    #f4f6fa;
}
.as-press__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.as-press__head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
  letter-spacing: -0.04em;
  color: var(--as-navy);
}
.as-press__head p {
  margin: 8px 0 0;
  color: var(--as-muted);
  font-size: 0.95rem;
  max-width: 36rem;
}
body.index-page a.as-press__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--as-navy);
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
body.index-page a.as-press__all:hover { color: var(--as-red); border-bottom-color: var(--as-red); }

.as-press__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.85fr);
  min-height: 460px;
  border-radius: 28px;
  overflow: hidden;
  background: #0b1b33;
  box-shadow: 0 24px 60px rgba(11, 27, 51, 0.18);
}
.as-press__stage--solo { grid-template-columns: 1fr; }

body.index-page a.as-press__lead {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 40px 44px 36px;
  color: #fff;
  text-decoration: none !important;
  overflow: hidden;
}
.as-press__lead::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--as-red);
  z-index: 2;
}
.as-press__watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 70% 20%, rgba(220, 38, 38, 0.22), transparent 58%),
    linear-gradient(180deg, #10233f 0%, #0b1b33 100%);
}
.as-press__watermark img {
  position: absolute;
  right: -4%;
  top: 8%;
  width: 72%;
  height: 84%;
  object-fit: contain;
  object-position: center;
  opacity: 0.14;
  filter: grayscale(1) brightness(1.4);
  transform: scale(1.04);
  transition: transform .5s ease, opacity .5s ease;
}
.as-press__lead:hover .as-press__watermark img {
  transform: scale(1.1);
  opacity: 0.2;
}
.as-press__lead-copy {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}
.as-press__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.as-press__chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--as-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.as-press__lead time {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.as-press__lead h3 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
  font-weight: 750;
  color: #fff;
}
.as-press__lead p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 42ch;
}
.as-press__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.as-press__go i { transition: transform .2s ease; }
.as-press__lead:hover .as-press__go i { transform: translateX(4px); }

.as-press__rail {
  display: flex;
  flex-direction: column;
  background: #12243f;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
body.index-page a.as-press__row {
  display: grid;
  grid-template-columns: 52px 1fr 16px;
  gap: 14px;
  align-items: center;
  flex: 1;
  padding: 18px 22px;
  color: #fff;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background .2s ease;
}
body.index-page a.as-press__row:last-child { border-bottom: 0; }
body.index-page a.as-press__row:hover { background: rgba(255, 255, 255, 0.05); }
.as-press__row time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.as-press__row time strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.as-press__row time em {
  font-style: normal;
  margin-top: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f87171;
}
.as-press__row span {
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}
.as-press__row > i {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.85rem;
  transition: color .2s ease, transform .2s ease;
}
body.index-page a.as-press__row:hover > i {
  color: #f87171;
  transform: translate(2px, -2px);
}
.as-press__empty { color: var(--as-muted); margin: 0; }

@media (max-width: 960px) {
  .as-press__stage { grid-template-columns: 1fr; }
  .as-press__rail { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.07); }
  body.index-page a.as-press__lead { min-height: 380px; padding: 32px 28px 28px; }
  .as-press__head { flex-direction: column; align-items: flex-start; }
}

.as-mega {
  background: #0b1b33;
  padding: 52px 0 22px;
  border-top: 0;
}
.as-mega h3 { font-size: 0.7rem; letter-spacing: 0.1em; font-weight: 800; margin: 0 0 12px; color: #fca5a5; }
.as-mega ul { list-style: none; padding: 0; margin: 0 0 22px; }
.as-mega a { color: #cbd5e1; text-decoration: none; font-size: 0.84rem; display: block; padding: 3px 0; }
.as-mega a:hover { color: #fff; }
.as-mega__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.as-mega__copy {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; color: #94a3b8; font-size: 0.8rem;
}

.as-mono {
  width: 72px; height: 40px; border-radius: 8px;
  background: #f1f5f9; color: #334155;
  display: grid; place-items: center; font-weight: 800; font-size: 0.78rem;
}

@media (max-width: 1100px) {
  .as-hero__grid, .as-eco__grid, .as-prods__grid { grid-template-columns: 1fr; }
  .as-ed__row { grid-template-columns: repeat(2, 1fr); }
  .as-mods__grid { grid-template-columns: repeat(3, 1fr); }
  .as-mega__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .as-hero { padding: 32px 0 16px; }
  .as-hero__cta { flex-direction: column; }
  .as-hero__cta .as-btn { width: 100%; }
  .as-ed__row { gap: 12px; }
  .as-mods__grid { grid-template-columns: repeat(2, 1fr); }
  .as-mega__grid, .as-eco__cards { grid-template-columns: 1fr; }
  .as-hero__photo { height: 240px; }
  .as-scard { flex-basis: min(250px, 86vw); }
}
