/* 3VG Growth Pages — Front (Premium, léger) */
:root{
  --tg-bg: #0b1220;
  --tg-card: rgba(255,255,255,.06);
  --tg-card2: rgba(255,255,255,.04);
  --tg-border: rgba(255,255,255,.12);
  --tg-text: rgba(255,255,255,.92);
  --tg-muted: rgba(255,255,255,.72);
  --tg-accent: #3b82f6;
  --tg-accent2:#22c55e;
  --tg-shadow: 0 20px 60px rgba(0,0,0,.35);
  --tg-radius: 18px;
  --tg-max: 1120px;
}

.tg-wrap{max-width:var(--tg-max); margin:0 auto; padding:0 18px;}
.tg-section{padding:56px 0;}
.tg-hero{padding:64px 0 22px; position:relative;}
.tg-hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(800px 360px at 10% 10%, rgba(59,130,246,.25), transparent 60%),
    radial-gradient(700px 340px at 90% 20%, rgba(34,197,94,.18), transparent 60%),
    radial-gradient(900px 460px at 50% 95%, rgba(255,255,255,.08), transparent 60%);
  pointer-events:none;
}
.tg-hero-small{padding:54px 0 10px;}
.tg-hero-grid{display:grid; grid-template-columns: 1.35fr .85fr; gap:22px; align-items:stretch;}
@media(max-width:920px){ .tg-hero-grid{grid-template-columns:1fr; } }

.tg-h1{font-size: clamp(28px, 2.6vw, 44px); line-height:1.12; margin:0 0 12px; color:var(--tg-text); letter-spacing:-.02em;}
.tg-h2{font-size: clamp(20px, 1.6vw, 28px); margin:0 0 12px; color:var(--tg-text);}
.tg-h3{font-size:18px; margin:0 0 8px; color:var(--tg-text);}
.tg-lead{font-size: clamp(16px, 1.1vw, 18px); line-height:1.55; color:var(--tg-muted); margin:0 0 16px;}
.tg-mini-title{font-size:13px; text-transform:uppercase; letter-spacing:.12em; color:var(--tg-muted); margin:0 0 10px;}

.tg-card{
  background: linear-gradient(180deg, var(--tg-card), var(--tg-card2));
  border:1px solid var(--tg-border);
  border-radius: var(--tg-radius);
  box-shadow: none;
  padding:18px 18px;
}
.tg-card-elev{ box-shadow: var(--tg-shadow); }
.tg-card-soft{ background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03)); }

.tg-badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px;}
.tg-badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--tg-muted);
  font-size: 13px;
}

.tg-cta-row{display:flex; flex-wrap:wrap; gap:12px; margin: 14px 0 6px;}
.tg-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:44px;
  padding: 10px 14px;
  border-radius: 14px;
  text-decoration:none !important;
  border:1px solid rgba(255,255,255,.14);
  color: var(--tg-text);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  will-change: transform;
  font-weight: 600;
}
.tg-btn:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.22); }
.tg-btn-primary{
  background: linear-gradient(135deg, rgba(59,130,246,.95), rgba(34,197,94,.90));
  border-color: rgba(255,255,255,.10);
}
.tg-btn-ghost{
  background: rgba(255,255,255,.03);
}
.tg-btn-block{width:100%;}
.tg-divider{height:1px; background: rgba(255,255,255,.12); margin:14px 0;}

.tg-check{margin:0; padding:0; list-style:none; display:grid; gap:10px;}
.tg-check li{
  display:flex; gap:10px; color: var(--tg-muted); line-height:1.4;
}
.tg-check li::before{
  content:"✓"; width:22px; height:22px;
  border-radius:8px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.22);
  color: rgba(255,255,255,.9);
  flex:0 0 22px;
}

.tg-list{margin:10px 0 0; padding-left:18px; color:var(--tg-muted); line-height:1.55;}
.tg-note{margin-top:12px; color:var(--tg-muted);}
.tg-note a{color: rgba(255,255,255,.92); text-decoration: underline; text-decoration-color: rgba(255,255,255,.25);}

.tg-grid-2{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
@media(max-width:860px){ .tg-grid-2{grid-template-columns:1fr;} }

.tg-cards{display:grid; gap:14px;}
.tg-cards-2{grid-template-columns:1fr 1fr;}
.tg-cards-3{grid-template-columns:1fr 1fr 1fr;}
@media(max-width:980px){ .tg-cards-3{grid-template-columns:1fr;} }
@media(max-width:860px){ .tg-cards-2{grid-template-columns:1fr;} }

.tg-steps{display:grid; gap:12px; margin-top:14px;}
.tg-step{
  display:grid; grid-template-columns:44px 1fr; gap:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.tg-step-n{
  width:44px; height:44px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(59,130,246,.16);
  border:1px solid rgba(59,130,246,.22);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.tg-step h3{margin:0 0 6px; font-size:16px;}
.tg-step p{margin:0; color:var(--tg-muted); line-height:1.45;}

.tg-toc{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius: 18px; padding:14px 14px;}
.tg-toc-title{font-weight:700; color:var(--tg-text); margin-bottom:8px;}
.tg-toc-nav{display:flex; flex-wrap:wrap; gap:10px;}
.tg-toc-nav a{
  text-decoration:none !important;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: var(--tg-muted);
  padding:8px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.tg-toc-nav a:hover{border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.88);}

.tg-callout{
  margin-top:18px;
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
  padding:16px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(59,130,246,.14), rgba(34,197,94,.10));
}
.tg-callout strong{display:block; color:var(--tg-text); font-size:15px;}
.tg-callout span{display:block; color:var(--tg-muted); font-size:13px; margin-top:2px;}
@media(max-width:720px){ .tg-callout{flex-direction:column; align-items:stretch;} }

.tg-faq{margin-top:16px;}
.tg-faq-item{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 12px 14px;
  margin: 10px 0;
}
.tg-faq-item summary{
  cursor:pointer;
  font-weight:700;
  color: rgba(255,255,255,.92);
  list-style:none;
}
.tg-faq-item summary::-webkit-details-marker{display:none;}
.tg-faq-a{color: var(--tg-muted); margin-top:10px; line-height:1.6;}
.tg-micro{font-size: 12.5px; color: rgba(255,255,255,.68); margin:10px 0 0; line-height:1.4;}

/* Keep things readable if theme background is white */
.tg-hero, .tg-section{
  color: var(--tg-text);
}


/* Ensure readability even if the theme is light */
.threevg-growth-scope{
  background: var(--tg-bg);
  color: var(--tg-text);
  padding: 0;
}
.threevg-growth-page .threevg-growth-content{
  background: var(--tg-bg);
  color: var(--tg-text);
  border-radius: 22px;
  box-shadow: var(--tg-shadow);
  overflow: hidden;
  margin: 18px auto 40px;
  max-width: var(--tg-max);
}
.threevg-growth-page .threevg-growth-content a{ color: rgba(255,255,255,.92); }
.threevg-growth-page .threevg-growth-content a:hover{ opacity:.92; }
