/* /themes/vision/assets/css/hakkimizda.css
   =========================================================
   QUANTAPS • Hakkımızda (Kurumsal)
   - Inline CSS YOK
   - FontAwesome YOK
   - SVG sprite (qt-ic-*) ile
   - İletişim: Mail + WhatsApp tek şablon
   ========================================================= */

.qc-wrap{
  --ink:#0f172a;
  --ink-soft:#6a7398;
  --lav:#6a7eff;
  --lav2:#9faeff;
  --bd:rgba(106,126,255,.18);
  --max:880px;
}

/* BASE */
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(900px 320px at 50% -140px, rgba(106,126,255,.16), transparent 60%),
    radial-gradient(600px 220px at 20% 0%, rgba(159,174,255,.16), transparent 55%),
    linear-gradient(180deg,#f7f8ff,#ffffff);
}

.qc-wrap{
  width:min(var(--max),100%);
  margin:auto;
  padding:18px 20px 44px;
  overflow-wrap:anywhere;
}

/* HERO */
.qc-hero{
  border-radius:18px;
  padding:18px 22px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.66),rgba(255,255,255,.36));
  border:1px solid rgba(106,126,255,.18);
  backdrop-filter:blur(10px) saturate(160%);
  -webkit-backdrop-filter:blur(10px) saturate(160%);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.75),
    0 10px 26px rgba(106,126,255,.12);
  transform:translateZ(0);
}
.qc-hero::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(260px 120px at 18% 12%, rgba(106,126,255,.18), transparent 60%),
    radial-gradient(240px 120px at 86% 28%, rgba(159,174,255,.16), transparent 62%);
  pointer-events:none;
}
.qc-hero-inner{ position:relative; z-index:1; }

.qc-hero h1{
  margin:0;
  font-size:clamp(26px,4vw,34px);
  font-weight:950;
  background:linear-gradient(90deg,var(--lav),var(--lav2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.qc-hero p{
  margin:6px 0 0;
  max-width:520px;
  font-size:.95rem;
  color:var(--ink-soft);
  line-height:1.45;
}

/* CONTENT CARD */
.qc-prose{
  margin-top:18px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(106,126,255,.16);
  box-shadow:0 6px 18px rgba(106,126,255,.06);
  padding:18px 20px;
}
@media (min-width:768px){
  .qc-prose{ padding:20px 24px; }
}

.qc-prose h2{
  margin:20px 0 10px;
  font-size:1.08rem;
  font-weight:950;
  color:var(--ink);
  letter-spacing:-.2px;
}
.qc-prose h2:first-child{ margin-top:0; }
.qc-prose h2::after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  margin-top:6px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--lav),var(--lav2));
  opacity:.95;
}
.qc-prose p{
  margin:0 0 14px;
  font-size:.98rem;
  line-height:1.72;
  color:#1f273d;
}

/* SVG icon core (tek doğru kaynak) */
.qc-svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

/* LIST */
.qc-list{
  margin:14px 0 18px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(106,126,255,.16);
  overflow:hidden;
}
.qc-li{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  font-weight:750;
  color:#1f273d;
  border-bottom:1px solid rgba(106,126,255,.14);
}
.qc-li:last-child{ border-bottom:none; }
.qc-li .qc-ic{
  width:28px;
  height:28px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(106,126,255,.14),rgba(255,255,255,.86));
  box-shadow:inset 0 0 0 1px rgba(106,126,255,.18);
  color:var(--lav);
  flex:0 0 auto;
}
.qc-li .qc-ic .qc-svg{ width:16px; height:16px; }

/* NOTE */
.qc-note{
  display:flex;
  gap:10px;
  margin:14px 0 16px;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff,#f7f9ff);
  border:1px solid rgba(106,126,255,.22);
  box-shadow:0 10px 24px rgba(106,126,255,.10);
  font-weight:750;
  color:#263158;
  line-height:1.6;
}
.qc-note .qc-ic{
  width:28px;
  height:28px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(106,126,255,.14),rgba(255,255,255,.86));
  box-shadow:inset 0 0 0 1px rgba(106,126,255,.18);
  color:var(--lav);
  flex:0 0 auto;
  margin-top:1px;
}
.qc-note .qc-ic .qc-svg{ width:16px; height:16px; }

/* ACTIONS (Mail + WhatsApp tek şablon) */
.qc-actions{
  display:grid;
  gap:12px;
  margin-top:10px;
}
@media(min-width:680px){
  .qc-actions{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

.qc-btn{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 14px;
  min-height:78px;
  border-radius:16px;
  border:1px solid rgba(148,163,184,.32);
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 18px rgba(15,18,36,.04);
  text-decoration:none;
  color:#0b1220;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.qc-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(106,126,255,.28);
  box-shadow:0 16px 28px rgba(15,18,36,.08);
}
.qc-btn:active{ transform:translateY(0); }
.qc-btn:focus-visible{
  outline:none;
  box-shadow:0 0 0 5px rgba(106,126,255,.14);
}

/* icon capsule */
.qc-ic-btn{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  line-height:0;
}

/* mail: outline */
.qc-btn--mail .qc-ic-btn{
  background:linear-gradient(180deg,#ffffff,#f7f9ff);
  box-shadow:inset 0 0 0 2px rgba(106,126,255,.24);
  color:var(--lav);
}

/* wa: yeşil */
.qc-btn--wa .qc-ic-btn{
  background:linear-gradient(135deg, rgba(34,197,94,.22), rgba(255,255,255,.78));
  box-shadow:inset 0 0 0 2px rgba(34,197,94,.22);
  color:#16a34a;
}

.qc-txt{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.qc-title{
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.01em;
}
.qc-btn--mail .qc-title{
  background:linear-gradient(90deg,var(--lav),var(--lav2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.qc-sub{
  font-size:.86rem;
  color:rgba(71,85,105,.95);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* MOBILE */
@media (max-width:480px){
  .qc-wrap{ padding:16px 14px 40px; }
  .qc-prose{ padding:16px; }
  .qc-ic-btn{ width:48px; height:48px; border-radius:16px; }
  .qc-svg{ width:18px; height:18px; }
}