/* ═══════════════════════════════════════════════════════════════════
   MicroCloud + AMD EPYC 4005 — ürün özeti  |  gtm-css/microcloud.css
   Kapsam: .gtm-mcl   (tam genişlik blog yazısı)
═══════════════════════════════════════════════════════════════════ */

.gtm-mcl {
  --n:#0A1628; --nd:#04080F; --ac:#003A70; --ac2:#6FB3E8; --cy:#28C8D8;
  --r:#D22630; --g:#00A550; --ink:#2B3038; --mu:#5A6472; --line:#DCE1E8; --soft:#F4F7FA;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  color: var(--ink); line-height: 1.6;
  width: 100vw; max-width: 100vw;
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
}

/* Tema kapsayıcısı ve tekrarlı başlık */
body.gtm-landing .entry-header { display: none !important; }
body.gtm-landing .site-content > .ast-container { max-width: 100% !important; padding: 0 !important; }
body.gtm-landing .content-area.primary { margin-top: 0 !important; }
body.gtm-landing .site-main > article { padding-top: 0 !important; }
body.gtm-landing .post-thumb-img-content,
body.gtm-landing .ast-single-post-order,
body.gtm-landing .entry-meta { display: none !important; }

.gtm-mcl img { max-width: 100%; display: block; }
.gtm-mcl .wrap { max-width: 1440px; margin: 0 auto; padding: 0 28px; }
.gtm-mcl .wrap-dar { max-width: 1020px; margin: 0 auto; padding: 0 28px; }
.gtm-mcl a { color: var(--ac); }

/* ---------- HERO ---------- */
.gtm-mcl .m-hero {
  position: relative; background: var(--nd); color: #fff; overflow: hidden;
  padding: 84px 0 0;
}
.gtm-mcl .m-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(880px 400px at 76% 20%, rgba(40,200,216,.15), transparent 62%),
    linear-gradient(140deg, #04080F 0%, #0A1B33 52%, #062D52 100%);
}
.gtm-mcl .m-hero .wrap { position: relative; z-index: 2; }
.gtm-mcl .m-hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center;
  padding-bottom: 64px;
}
.gtm-mcl .m-kicker {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--cy); margin-bottom: 18px;
  padding: 6px 12px; border: 1px solid rgba(40,200,216,.35); border-radius: 4px;
}
.gtm-mcl .m-hero h1 {
  font-size: clamp(30px, 4vw, 52px); line-height: 1.12; font-weight: 800;
  letter-spacing: -.6px; color: #fff; margin: 0 0 20px;
}
.gtm-mcl .m-hero h1 em { font-style: normal; color: var(--ac2); }
.gtm-mcl .m-hero .lead { font-size: 18px; color: #C6D2E0; margin: 0 0 26px; max-width: 62ch; }
.gtm-mcl .m-hero-marka {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 15px; color: #9FB0C4;
}
.gtm-mcl .m-hero-marka b { color: #fff; font-weight: 700; }
.gtm-mcl .m-hero-marka span {
  width: 100%; font-size: 13px; color: #74869C; margin-top: 2px;
}
.gtm-mcl .m-hero-img img {
  border-radius: 12px; border: 1px solid rgba(255,255,255,.12);
  background: #fff; padding: 18px;
}
.gtm-mcl .m-hero-not {
  font-size: 12.5px; color: #74869C; padding: 0 0 22px; border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 14px;
}

/* ---------- İSTATİSTİK ŞERİDİ ---------- */
.gtm-mcl .m-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.gtm-mcl .m-stat { background: #fff; padding: 30px 26px; }
.gtm-mcl .m-stat b {
  display: block; font-size: clamp(26px, 3vw, 38px); font-weight: 800;
  color: var(--ac); letter-spacing: -.8px; line-height: 1.1;
}
.gtm-mcl .m-stat span { display: block; font-size: 13.5px; color: var(--mu); margin-top: 6px; }

/* ---------- BLOKLAR ---------- */
.gtm-mcl .m-block { padding: 72px 0; }
.gtm-mcl .m-block.alt { background: var(--soft); }
.gtm-mcl .m-block.dark { background: var(--n); color: #D7E0EA; }
.gtm-mcl .m-block.dark h2 { color: #fff; }
.gtm-mcl .m-block h2 {
  font-size: clamp(24px, 2.6vw, 34px); font-weight: 800; letter-spacing: -.4px;
  color: var(--n); margin: 0 0 16px;
}
.gtm-mcl .m-block h3 {
  font-size: 19px; font-weight: 700; color: var(--n); margin: 26px 0 8px;
}
.gtm-mcl .m-block p { margin: 0 0 14px; }
.gtm-mcl .m-lead { font-size: 17.5px; color: var(--mu); max-width: 74ch; }

/* ---------- FAYDA KARTLARI ---------- */
.gtm-mcl .m-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 26px; }
.gtm-mcl .m-card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 24px 24px 22px;
  transition: .16s ease;
}
.gtm-mcl .m-card:hover { border-color: var(--r); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,58,112,.08); }
.gtm-mcl .m-card b { display: block; font-size: 16.5px; color: var(--ac); margin-bottom: 8px; }
.gtm-mcl .m-card p { font-size: 14.5px; color: var(--mu); margin: 0; }

/* ---------- İŞ YÜKÜ LİSTESİ ---------- */
.gtm-mcl .m-use { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.gtm-mcl .m-use div {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--cy);
  border-radius: 8px; padding: 20px 20px 18px;
}
.gtm-mcl .m-use b { display: block; font-size: 15.5px; color: var(--n); margin-bottom: 6px; }
.gtm-mcl .m-use p { font-size: 14px; color: var(--mu); margin: 0; }

/* ---------- YAPILANDIRMA KARTLARI ---------- */
.gtm-mcl .m-cfg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.gtm-mcl .m-cfg-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
}
.gtm-mcl .m-cfg-card header {
  background: linear-gradient(135deg, var(--ac), #06254A); color: #fff; padding: 20px 22px;
}
.gtm-mcl .m-cfg-card header b { display: block; font-size: 30px; font-weight: 800; line-height: 1; }
.gtm-mcl .m-cfg-card header span { display: block; font-size: 13px; color: #B9CCE0; margin-top: 5px; }
.gtm-mcl .m-cfg-card dl { margin: 0; padding: 20px 22px; flex: 1; }
.gtm-mcl .m-cfg-card dt {
  font-size: 11.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
  color: var(--mu); margin-top: 14px;
}
.gtm-mcl .m-cfg-card dt:first-child { margin-top: 0; }
.gtm-mcl .m-cfg-card dd { margin: 3px 0 0; font-size: 14.5px; color: var(--ink); }
.gtm-mcl .m-cfg-card footer { padding: 0 22px 20px; }
.gtm-mcl .m-cfg-card footer a {
  display: block; text-align: center; padding: 11px 14px; border-radius: 7px;
  background: var(--ac); color: #fff !important; text-decoration: none;
  font-size: 14.5px; font-weight: 700; transition: .15s ease;
}
.gtm-mcl .m-cfg-card footer a:hover { background: var(--r); }

/* ---------- TABLO ---------- */
.gtm-mcl .m-tr { overflow-x: auto; margin-top: 24px; }
.gtm-mcl table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14.5px; background: #fff; }
.gtm-mcl th, .gtm-mcl td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.gtm-mcl thead th {
  background: var(--n); color: #fff; font-size: 12.5px; letter-spacing: .5px;
  text-transform: uppercase; font-weight: 800;
}
.gtm-mcl tbody tr:nth-child(even) { background: #FAFCFE; }
.gtm-mcl td.num { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--ac); }
.gtm-mcl .m-note { font-size: 13px; color: var(--mu); margin-top: 12px; }

/* ---------- MATEMATİK ŞERİDİ ---------- */
.gtm-mcl .m-math {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px;
  text-align: center;
}
.gtm-mcl .m-math div { padding: 26px 18px; border: 1px dashed rgba(255,255,255,.18); border-radius: 10px; }
.gtm-mcl .m-math b { display: block; font-size: 34px; font-weight: 800; color: var(--cy); letter-spacing: -1px; }
.gtm-mcl .m-math span { display: block; font-size: 14px; color: #9FB0C4; margin-top: 6px; }

/* ---------- SSS ---------- */
.gtm-mcl .m-faq details {
  border: 1px solid var(--line); border-radius: 9px; background: #fff;
  margin-bottom: 10px; overflow: hidden;
}
.gtm-mcl .m-faq details[open] { border-color: var(--ac2); box-shadow: 0 4px 16px rgba(0,58,112,.07); }
.gtm-mcl .m-faq summary {
  cursor: pointer; list-style: none; padding: 16px 46px 16px 20px; position: relative;
  font-weight: 700; font-size: 15.5px; color: var(--n);
}
.gtm-mcl .m-faq summary::-webkit-details-marker { display: none; }
.gtm-mcl .m-faq summary::after {
  content: ''; position: absolute; right: 20px; top: 50%;
  width: 9px; height: 9px; border-right: 2px solid var(--ac); border-bottom: 2px solid var(--ac);
  transform: translateY(-65%) rotate(45deg); transition: .2s ease;
}
.gtm-mcl .m-faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.gtm-mcl .m-faq details > div { padding: 0 20px 18px; font-size: 15px; color: var(--mu); }

/* ---------- CTA ---------- */
.gtm-mcl .m-cta { text-align: center; }
.gtm-mcl .m-cta h2 { color: #fff; }
.gtm-mcl .m-cta p { color: #A9BACC; max-width: 62ch; margin: 0 auto 26px; }
.gtm-mcl .m-btn {
  display: inline-block; padding: 15px 34px; border-radius: 8px; text-decoration: none;
  font-weight: 700; font-size: 16px; margin: 6px;
}
.gtm-mcl .m-btn.pri { background: var(--r); color: #fff !important; }
.gtm-mcl .m-btn.pri:hover { background: #B01E27; }
.gtm-mcl .m-btn.sec { border: 1px solid rgba(255,255,255,.3); color: #fff !important; }
.gtm-mcl .m-btn.sec:hover { border-color: var(--cy); color: var(--cy) !important; }

/* ---------- DUYARLI ---------- */
@media (max-width: 1080px) {
  .gtm-mcl .m-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .gtm-mcl .m-stats { grid-template-columns: repeat(2, 1fr); }
  .gtm-mcl .m-use, .gtm-mcl .m-cfg, .gtm-mcl .m-math { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .gtm-mcl .m-hero { padding-top: 56px; }
  .gtm-mcl .m-block { padding: 52px 0; }
  .gtm-mcl .wrap, .gtm-mcl .wrap-dar { padding: 0 18px; }
  .gtm-mcl .m-grid, .gtm-mcl .m-use, .gtm-mcl .m-cfg, .gtm-mcl .m-math { grid-template-columns: 1fr; }
  .gtm-mcl .m-stats { grid-template-columns: 1fr 1fr; }
}
