:root{
  --text:#0f172a;
  --sub:#475569;
  --bg:#f6f7ff;

  --card-bg:rgba(255,255,255,0.65);
  --card-border:rgba(255,255,255,0.42);
  --shadow:0 6px 26px rgba(0,0,0,0.06);

  --indigo:#6366f1;
  --indigo-soft:#eef2ff;
  --blue-soft:#edf5ff;

  --green:#16a34a;
  --red:#dc2626;
}

/* WRAPPER – Genel tipografi + link stili */
.tg-wrapper{
  max-width:840px;
  margin:0 auto;
  padding:16px 14px 60px;
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  line-height:1.5;
}

/* Sadece rehber içindeki klasik linkler */
.tg-wrapper a{
  color:var(--indigo);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}

/* CTA butonunun alt çizgisini geri al */
.tg-cta-btn{
  text-decoration:none;
}

/* HERO (eski .tg-hero yapısı kullanırsan diye kalsın) */
.tg-hero h1{
  font-size:21px;
  font-weight:900;
  color:var(--indigo);
  text-align:center;
  margin-bottom:6px;
}
.tg-hero p{
  font-size:13.5px;
  color:var(--sub);
  text-align:center;
  margin-bottom:18px;
  line-height:1.45;
}

/* KART GENEL */
.tg-box{
  background:var(--card-bg);
  border:1px solid var(--card-border);
  backdrop-filter:blur(12px);
  border-radius:18px;
  padding:16px 18px;
  box-shadow:var(--shadow);
  margin-bottom:16px;
}

/* BAŞLIK */
.tg-box h2{
  font-size:15.5px;
  font-weight:800;
  margin-bottom:10px;
  color:var(--indigo);
  display:flex;
  align-items:center;
  gap:8px;
}

/* METİN */
.tg-box p{
  font-size:13.5px;
  line-height:1.5;
  color:var(--sub);
  margin-bottom:6px;
}

/* ICON COLORS */
.tg-ok{color:var(--green);}
.tg-no{color:var(--red);}

/* LİSTE */
.tg-list{
  list-style:none;
  padding:0;
  margin:8px 0;
}
.tg-list li{
  font-size:13.5px;
  padding:3px 0;
  display:flex;
  gap:8px;
}

/* ALT LİSTE */
.tg-sublist{
  margin:4px 0 0 26px;
  list-style:none;
  padding:0;
}
.tg-sublist li{
  padding:2px 0;
  font-size:13.5px;
  display:block;
}

/* MİNİ NOTE – Rose linki burada */
.tg-note{
  background:var(--indigo-soft);
  border-left:3px solid var(--indigo);
  padding:10px 12px;
  border-radius:10px;
  margin:10px 0;
  font-size:13px;
  line-height:1.5;
}

/* Not içindeki linki daha belirgin yap */
.tg-note a{
  color:#4f46e5;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
  white-space:normal;
  word-break:break-word;
}
.tg-note a:hover{
  color:#4338ca;
}

/* ADIMLAR */
.tg-step{
  display:flex;
  gap:10px;
  margin-bottom:12px;
}
.tg-num{
  background:var(--indigo);
  color:#fff;
  font-size:11px;
  font-weight:700;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}
.tg-step-text h3{
  font-size:14px;
  margin-bottom:2px;
  font-weight:700;
}
.tg-step-text p{
  font-size:13px;
  margin:0;
}

/* BİLGİ KUTUSU */
.tg-callout{
  background:var(--blue-soft);
  border-left:3px solid var(--indigo);
  padding:10px 12px;
  border-radius:12px;
  margin:10px 0;
  font-size:13.5px;
}

/* KOPYALANABİLİR ALAN */
.tg-area{
  width:100%;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:10px;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:12.5px;
  height:120px;
  resize:none;
}

/* KOPYALA BUTONU */
.tg-copy{
  background:var(--indigo);
  color:#fff;
  border:none;
  padding:7px 13px;
  border-radius:8px;
  font-size:12.5px;
  margin-top:6px;
  cursor:pointer;
  font-weight:600;
  transition:.25s;
}
.tg-copy:hover{
  background:#4f46e5;
}
.tg-copy.copied{
  background:#16a34a !important;
}

/* CODE BLOK */
.tg-code{
  background:#ffffffbd;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:8px 0 8px;
}
.tg-code code{
  background:#fff;
  padding:7px 8px;
  font-size:12.5px;
  border-radius:8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  overflow-x:auto;
}
.copy-line{
  background:var(--indigo);
  padding:2px 8px;
  border-radius:6px;
  color:#fff;
  border:none;
  font-size:11px;
  cursor:pointer;
  flex-shrink:0;
}
.copy-line.copied{
  background:#16a34a !important;
}

/* ==========================================================
   SOFT GLASS HERO (KISALTILMIŞ)
   ========================================================== */

.tg-hero-card{
  width:100%;
  max-width:860px;
  margin:0 auto 24px auto;
  padding:22px 20px;

  background:rgba(255,255,255,0.45);
  backdrop-filter:blur(18px) saturate(180%);
  -webkit-backdrop-filter:blur(18px) saturate(180%);

  border:2px solid rgba(255,255,255,0.35);
  border-radius:24px;

  box-shadow:0 16px 46px rgba(99,102,241,0.10);

  text-align:center;
  position:relative;
  overflow:hidden;

  transition:all .30s cubic-bezier(.22,.61,.36,1);
}

/* lens glow */
.tg-hero-card::before{
  content:"";
  position:absolute;
  top:-40px;
  left:-30px;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(139,92,246,0.22), transparent 70%);
  filter:blur(40px);
  pointer-events:none;
}

/* hover glow ring */
.tg-hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:2px;
  background:linear-gradient(135deg, #818cf8, #a855f7);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  transition:opacity .30s;
}

/* hover */
.tg-hero-card:hover{
  transform:scale(1.012);
  box-shadow:0 24px 70px rgba(99,102,241,0.16);
}
.tg-hero-card:hover::after{
  opacity:1;
}

/* icon */
.tg-hero-icon{
  font-size:32px;
  margin-bottom:8px;
  opacity:0.9;
}

/* title */
.tg-hero-title{
  font-size:20px;
  font-weight:900;
  color:#6366f1;
  margin-bottom:8px;
  line-height:1.3;
}

/* description */
.tg-hero-desc{
  font-size:13.5px;
  color:#475569;
  line-height:1.5;
  max-width:640px;
  margin:0 auto;
}

/* ==========================================================
   CTA BLOKU
   ========================================================== */

.tg-cta{
  margin-top:26px;
  background:rgba(255,255,255,0.55);
  border-radius:22px;
  padding:24px 22px;
  text-align:center;
  backdrop-filter:blur(14px) saturate(160%);
  -webkit-backdrop-filter:blur(14px) saturate(160%);
  border:1px solid rgba(255,255,255,0.38);
  box-shadow:0 16px 54px rgba(99,102,241,0.12);
  transition:.3s cubic-bezier(.22,.61,.36,1);
}

.tg-cta:hover{
  transform:scale(1.012);
  box-shadow:0 22px 70px rgba(99,102,241,0.20);
}

.tg-cta-title{
  font-size:19px;
  font-weight:800;
  color:#4f46e5;
  margin-bottom:8px;
}

.tg-cta-desc{
  font-size:13.5px;
  color:#475569;
  margin-bottom:18px;
  line-height:1.5;
}

/* CTA BUTTON */
.tg-cta-btn{
  display:inline-block;
  background:linear-gradient(135deg,#6366f1,#8b5cf6);
  color:#fff;
  padding:11px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  box-shadow:0 10px 25px rgba(99,102,241,0.22);
  transition:.26s;
}

.tg-cta-btn:hover{
  background:linear-gradient(135deg,#4f46e5,#7c3aed);
  box-shadow:0 14px 32px rgba(99,102,241,0.28);
  transform:translateY(-1px);
}

/* ===================== MOBİL OPTİMİZASYON ===================== */
@media(max-width:600px){
  .tg-wrapper{
    padding:14px 10px 50px;
  }

  .tg-box{
    padding:14px 13px;
    border-radius:16px;
  }

  .tg-code code{
    font-size:12px;
  }

  .tg-hero-card{
    padding:18px 14px;
    border-radius:20px;
  }
  .tg-hero-title{
    font-size:18px;
  }
  .tg-hero-desc{
    font-size:13px;
  }
  .tg-hero-icon{
    font-size:30px;
  }

  .tg-cta{
    padding:20px 16px;
  }
  .tg-cta-title{
    font-size:17px;
  }
  .tg-cta-desc{
    font-size:13px;
  }

  .tg-step{
    align-items:flex-start;
  }
}
/* Sadece normal linkler için */
.tg-wrapper a:not(.tg-cta-btn){
  color:var(--indigo);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}

.tg-cta-btn{
  display:inline-block;
  background:linear-gradient(135deg,#6366f1,#8b5cf6);
  color:#fff !important;   /* yazıyı beyaz tut */
  padding:11px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  box-shadow:0 10px 25px rgba(99,102,241,0.22);
  transition:.26s;
  text-decoration:none;
}