/* /themes/vision/assets/css/mesafeli-satis-sozlesmesi.css
   =========================================================
   QUANTAPS • Mesafeli Satış Sözleşmesi (Kurumsal)
   - Inline CSS YOK
   - FontAwesome YOK
   - WP + Mail dışında ikon/SVG YOK
   ========================================================= */

.tos-wrap{
  --ink:#0f172a;
  --ink-soft:#6a7398;
  --lav:#6a7eff;
  --lav2:#9faeff;
  --max:880px;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(850px 280px at 50% -120px, rgba(106,126,255,.14), transparent),
    linear-gradient(180deg,#f7f8ff,#ffffff);
}

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

/* HERO (iconsuz) */
.tos-hero{
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.40));
  backdrop-filter:blur(10px) saturate(160%);
  -webkit-backdrop-filter:blur(10px) saturate(160%);
  border:1px solid rgba(106,126,255,.18);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,.7),
    inset 0 -2px 6px rgba(106,126,255,.08),
    0 8px 22px rgba(106,126,255,.12);
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  overflow:hidden;
  transform:translateZ(0);
}

.tos-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--lav),var(--lav2));
  box-shadow:0 0 0 6px rgba(106,126,255,.14);
  flex:0 0 auto;
}

.tos-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;
}

.tos-hero p{
  margin:6px 0 0;
  font-size:.95rem;
  color:var(--ink-soft);
  line-height:1.45;
}

/* Card */
.tos-card{
  margin-top:26px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(106,126,255,.16);
  box-shadow:0 6px 18px rgba(106,126,255,.05);
  padding:18px 20px;
}
@media (min-width:768px){ .tos-card{padding:20px 24px;} }

.tos-card h2{
  margin:0 0 12px;
  font-size:1.12rem;
  font-weight:950;
  color:var(--ink);
  letter-spacing:-.2px;
}
.tos-card h2::after{
  content:"";
  display:block;
  height:2px;
  width:42px;
  background:linear-gradient(90deg,var(--lav),var(--lav2));
  margin-top:5px;
  border-radius:2px;
  opacity:.95;
}

.tos-card p{
  margin:0 0 14px;
  line-height:1.66;
  font-size:.97rem;
  color:#1f273d;
}

.tos-note{
  background:linear-gradient(180deg,#ffffff,#f7f9ff);
  padding:13px 16px;
  border-radius:12px;
  border:1px solid rgba(106,126,255,.22);
  box-shadow:0 6px 20px rgba(106,126,255,.08);
  color:#263158;
  font-weight:650;
  margin-top:14px;
  line-height:1.55;
}

/* Contract */
.tos-contract{
  margin-top:14px;
  padding:16px 18px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(248,250,252,.92), rgba(255,255,255,.90));
  border:1px solid rgba(106,126,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  overflow-wrap:anywhere;
  word-break:break-word;
}
.tos-contract h1,
.tos-contract h2,
.tos-contract h3{
  margin:14px 0 8px;
  font-weight:950;
  letter-spacing:-.2px;
  line-height:1.25;
  color:var(--ink);
}
.tos-contract h2{font-size:1.02rem;}
.tos-contract h3{font-size:.98rem;}
.tos-contract p,
.tos-contract li{
  margin:0 0 10px;
  font-size:.95rem;
  line-height:1.72;
  color:rgba(15,23,42,.92);
}
.tos-contract p:last-child{margin-bottom:0;}
.tos-contract ul,
.tos-contract ol{
  margin:10px 0 10px 1.1em;
  padding:0;
}
.tos-contract li{margin:6px 0;}
.tos-contract a{
  color:var(--lav);
  text-decoration:none;
  font-weight:850;
}
.tos-contract a:hover{text-decoration:underline;}
.tos-contract hr{
  border:0;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(15,23,42,.14), transparent);
  margin:14px 0;
}

/* ===== Kurumsal iletişim şablonu (SADECE Mail + WhatsApp SVG) ===== */

.tos-actions{
  display:grid;
  gap:12px;
  margin-top:10px;
}
@media(min-width:680px){ .tos-actions{grid-template-columns:repeat(2,1fr);} }

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

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

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

/* whatsapp */
.tos-act-wa .tos-ic-btn{
  background:linear-gradient(135deg, rgba(34,197,94,.18), rgba(255,255,255,.78));
  box-shadow:inset 0 0 0 1px rgba(34,197,94,.26), 0 10px 22px rgba(16,185,129,.12);
  color:#16a34a;
}

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

.tos-svg{
  width:20px;
  height:20px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

/* Mobile */
@media (max-width:480px){
  .tos-wrap{padding:16px 14px 40px;}
  .tos-hero{padding:16px 16px;}
  .tos-card{padding:16px 16px;}
  .tos-contract{padding:14px 14px;}
  .tos-ic-btn{width:48px;height:48px;border-radius:16px;}
  .tos-svg{width:18px;height:18px;}
}