/* Temforce TEM Guide Flow - TEMOps design system */
.temforce-tem-guide{
  --blue:#2548f4;
  --blue2:#0b73ff;
  --navy:#071033;
  --soft:#eaf2ff;
  --line:#dbe7ff;
  --muted:#667085;
  --ink:#111827;
  max-width:1180px;
  margin:0 auto;
  padding:56px 20px 72px;
  color:var(--ink);
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
  line-height:inherit;
}
.temforce-tem-guide *{box-sizing:border-box;font-family:inherit;font-style:inherit}
.temforce-tem-guide h1,.temforce-tem-guide h2,.temforce-tem-guide h3,.temforce-tem-guide h4,.temforce-tem-guide p,.temforce-tem-guide li,.temforce-tem-guide summary,.temforce-tem-guide td,.temforce-tem-guide th,.temforce-tem-guide a,.temforce-tem-guide span,.temforce-tem-guide strong{font-family:inherit;font-style:inherit}
.tfg-pill,.tfg-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #adc2ff;border-radius:999px;background:#eef3ff;color:var(--blue);letter-spacing:normal}
.tfg-pill-light{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.32);color:#fff}
.tfg-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:26px;align-items:stretch;margin-bottom:38px}
.tfg-hero-copy,.tfg-hero-card,.tfg-section,.tfg-final-cta{border-radius:28px}
.tfg-hero-copy{padding:46px;background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border:1px solid var(--line);box-shadow:0 22px 52px rgba(37,72,244,.10);position:relative;overflow:hidden}
.tfg-hero-copy:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(37,72,244,.16),rgba(37,72,244,0) 68%)}
.tfg-hero h1{position:relative;margin:18px 0 10px;color:var(--ink)}
.tfg-kicker{margin:0 0 12px;color:var(--blue)}
.tfg-hero p{position:relative;margin:0 0 18px;color:#394150}
.tfg-hero-definition{color:#111827}
.tfg-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.tfg-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:16px;text-decoration:none!important;transition:.18s;border:1px solid transparent}
.tfg-button-primary{background:var(--blue);color:#fff!important;box-shadow:0 14px 30px rgba(37,72,244,.18)}
.tfg-button-primary:hover{background:#050816!important;color:#fff!important;transform:translateY(-1px);border-color:#050816!important}
.tfg-button-soft{background:#fff;color:var(--blue)!important;border:1px solid #b9ceff}
.tfg-button-soft:hover{background:#050816!important;color:#fff!important;border-color:#050816!important;transform:translateY(-1px)}
.tfg-hero-card{padding:32px;background:linear-gradient(135deg,#071033 0%,#2548f4 58%,#54a5ff 100%);color:#fff;box-shadow:0 22px 52px rgba(37,72,244,.24);position:relative;overflow:hidden}
.tfg-hero-card:after{content:"";position:absolute;right:-70px;bottom:-80px;width:220px;height:220px;border-radius:999px;border:38px solid rgba(255,255,255,.12)}
.tfg-hero-card span{display:block;margin-bottom:18px;letter-spacing:normal;opacity:.82}
.tfg-hero-card p{position:relative;z-index:1;margin:0 0 16px;color:rgba(255,255,255,.92)}
.tfg-card-note{position:relative;z-index:1;padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:rgba(255,255,255,.12);color:#fff}
.tfg-hero-visual{position:relative;z-index:1;margin-top:22px;border-radius:22px;overflow:hidden;background:transparent;text-align:center}
.tfg-hero-visual img{display:block;width:100%;height:auto;max-width:410px;margin:0 auto}
.tfg-guide-nav{margin:0 0 28px;padding:26px;border-radius:28px;background:#fff;border:1px solid #edf1f7;box-shadow:0 16px 40px rgba(15,23,42,.06)}
.tfg-guide-nav-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.tfg-guide-nav h2{margin:8px 0 4px;color:var(--ink)}
.tfg-guide-nav p{margin:0;color:#3f4857;max-width:760px}
.tfg-chapter-list{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.tfg-chapter-link{display:block;text-decoration:none!important;padding:14px 12px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;color:#111827!important;transition:.18s;min-height:116px}
.tfg-chapter-link:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(37,72,244,.10)}
.tfg-chapter-link.is-active{background:var(--blue);border-color:var(--blue);color:#fff!important}
.tfg-chapter-link small{display:block;margin-bottom:8px;color:inherit;opacity:.8}
.tfg-chapter-link strong{display:block;color:inherit}
.tfg-section{margin:24px 0;padding:34px;background:#fff;border:1px solid #edf1f7;box-shadow:0 16px 40px rgba(15,23,42,.06)}
.tfg-section h2{margin:14px 0 14px;color:var(--ink)}
.tfg-section h3{margin:0 0 10px;color:var(--ink)}
.tfg-section p{margin:0 0 16px;color:#3f4857}
.tfg-section-lead{max-width:830px}
.tfg-two-col{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}
.tfg-check-card,.tfg-side-card,.tfg-standard-card{padding:26px;border-radius:22px;background:#f4f8ff;border:1px solid var(--line)}
.tfg-check-card ul,.tfg-side-card ul{margin:12px 0 0;padding:0;list-style:none}
.tfg-check-card li,.tfg-side-card li{position:relative;margin:0 0 10px;padding-left:28px;color:#344054}
.tfg-check-card li:before,.tfg-side-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--blue)}
.tfg-band{background:linear-gradient(135deg,#0f2f95 0%,#2548f4 55%,#54a5ff 100%);color:#fff;border-color:#9db7ff}
.tfg-band h2,.tfg-band h3,.tfg-band p,.tfg-band li{color:#fff!important}
.tfg-band p{opacity:.94}
.tfg-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.tfg-card-grid article{padding:22px;border:1px solid var(--line);border-radius:20px;background:#f8fbff}
.tfg-card-grid article p{margin:0;color:#3f4857}
.tfg-card-grid article strong{display:block;margin-bottom:8px;color:#111827}
.tfg-card-grid .tfg-card-num{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:var(--blue);color:#fff;margin-bottom:12px}
.tfg-flow{display:grid;gap:14px}
.tfg-flow div{padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}
.tfg-flow span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:var(--blue);color:#fff;margin-bottom:10px}
.tfg-flow strong{display:block;margin-bottom:5px;color:#111827}
.tfg-flow p{margin:0;color:#667085}
.tfg-table-wrap{overflow:auto;border-radius:20px;border:1px solid var(--line);margin-top:18px}
.tfg-table{width:100%;border-collapse:collapse;background:#fff;min-width:760px}
.tfg-table th{background:var(--blue);color:#fff;text-align:left;padding:18px}
.tfg-table td{padding:18px;border-bottom:1px solid #edf1f7;vertical-align:top;color:#3f4857}
.tfg-table tr:last-child td{border-bottom:0}
.tfg-table td:first-child{color:#111827;font-weight:600}
.tfg-roi-calculator{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:20px;margin-top:22px}
.tfg-roi-panel{padding:24px;border-radius:22px;background:#f8fbff;border:1px solid var(--line)}
.tfg-roi-field{margin-bottom:14px}
.tfg-roi-field label{display:block;margin-bottom:7px;color:#344054}
.tfg-roi-field input,.tfg-roi-field select{width:100%;min-height:46px;border-radius:14px;border:1px solid #dbe5ff;padding:10px 12px;background:#fff;color:#111827}
.tfg-roi-results{padding:24px;border-radius:22px;background:linear-gradient(135deg,#071033 0%,#2548f4 100%);color:#fff}
.tfg-roi-result{padding:16px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);margin-bottom:12px}
.tfg-roi-result span{display:block;margin-bottom:6px;opacity:.88}.tfg-roi-result strong{color:#fff}.tfg-roi-results p{color:rgba(255,255,255,.86);margin:14px 0 0}
.tfg-faq-list{display:grid;gap:12px;margin-top:20px}
.tfg-faq-list details{border:1px solid var(--line);border-radius:18px;background:#fff;padding:0;overflow:hidden}
.tfg-faq-list summary{cursor:pointer;padding:18px 20px;color:#111827}
.tfg-faq-list p{padding:0 20px 18px;margin:0}
.tfg-next-section{margin-top:24px}
.tfg-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.tfg-next-card{display:flex;flex-direction:column;padding:24px;border-radius:22px;background:#f8fbff;border:1px solid var(--line);text-decoration:none!important;color:#111827!important;transition:.18s}
.tfg-next-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(37,72,244,.10)}
.tfg-next-card strong{display:block;margin-bottom:8px;color:var(--blue)}
.tfg-next-card span{display:block;color:#667085;flex:1}
.tfg-next-card em{display:inline-flex;width:fit-content;margin-top:16px;padding:10px 14px;border-radius:999px;background:var(--blue);color:#fff;font-style:normal}
.tfg-final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:34px;background:linear-gradient(135deg,#071033 0%,#2548f4 100%);color:#fff;box-shadow:0 22px 52px rgba(37,72,244,.22)}
.tfg-final-cta h2{margin:14px 0 8px;color:#fff}.tfg-final-cta p{margin:0;color:rgba(255,255,255,.88)}.tfg-final-cta .tfg-button-primary{background:#fff;color:var(--blue)!important;white-space:nowrap}.tfg-final-cta .tfg-button-primary:hover{background:#050816!important;color:#fff!important}
@media(max-width:1080px){.tfg-chapter-list{grid-template-columns:repeat(4,minmax(0,1fr))}.tfg-hero,.tfg-two-col,.tfg-roi-calculator{grid-template-columns:1fr}.tfg-card-grid,.tfg-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.temforce-tem-guide{padding:34px 16px}.tfg-hero-copy,.tfg-hero-card,.tfg-section,.tfg-final-cta,.tfg-guide-nav{padding:24px;border-radius:22px}.tfg-card-grid,.tfg-next-grid,.tfg-chapter-list{grid-template-columns:1fr}.tfg-guide-nav-head{display:block}.tfg-final-cta{align-items:stretch;flex-direction:column}.tfg-button{width:100%}.tfg-actions{width:100%}}

/* v1.2 full content refinements */
.tfg-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.tfg-band-list{margin:18px 0 0;padding-left:1.2em;display:grid;gap:8px;}
.tfg-band-list li{color:#fff!important;}
.tfg-hero-card-title{font-size:1.15em;font-weight:700;}
.tfg-hero-card-line{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);}
@media(max-width:1080px){.tfg-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:680px){.tfg-card-grid-2{grid-template-columns:1fr;}}
