.itc-guide-page{--itc-accent:#4f46e5;--itc-accent-dark:#4338ca;--itc-accent-light:#6366f1;--itc-accent-pale:#eef2ff;--itc-gradient-start:#4f46e5;--itc-gradient-end:#3730a3;--itc-success:#10b981;--itc-warning:#f59e0b;--itc-danger:#ef4444}.sg-page{font-family:var(--sg-font-sans,"Poppins",sans-serif);color:var(--sg-text);line-height:var(--sg-body-line-height,1.75)}.sg-main{padding:var(--sg-space-xl,4rem)0}.sg-layout{gap:var(--sg-space-xl,4rem);grid-template-columns:280px 1fr;align-items:start;display:grid}.sg-sidebar{position:sticky;top:2rem}.sg-content{min-width:0}@media (max-width:1024px){.sg-layout{gap:var(--sg-space-lg,2.5rem);grid-template-columns:1fr}.sg-sidebar{position:static}}.sg-hero{color:var(--sg-text-inverted,#fff);padding:var(--sg-space-2xl,6rem)0;position:relative;overflow:hidden}.itc-hero{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%)}.itc-hero:before{content:"";opacity:.6;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236366f1' fill-opacity='0.08' fill-rule='evenodd'%3E%3Cpath d='M0 20L20 0l20 20-20 20z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.sg-hero-content{z-index:1;max-width:700px;position:relative}.sg-hero-badge{color:#ffffffe6;border-radius:var(--sg-radius-pill,9999px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:var(--sg-space-md,1.5rem);background:#ffffff26;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.itc-hero-badge{background:#6366f14d;border:1px solid #6366f180}.sg-hero-title{color:var(--sg-text-inverted,#fff);margin-bottom:var(--sg-space-md,1.5rem);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.sg-hero-subtitle{color:#ffffffd9;margin-bottom:var(--sg-space-lg,2.5rem);max-width:600px;font-size:1.125rem;line-height:1.7}.sg-hero-stats{gap:var(--sg-space-md,1.5rem);margin-top:var(--sg-space-lg,2.5rem);flex-wrap:wrap;display:flex}.sg-hero-stat{color:#fffc;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.sg-hero-stat svg{color:#fff9}.sg-hero-stat strong{color:#fff}.sg-hero-form{max-width:480px}.sg-hero-form-row{gap:.5rem;margin-bottom:.75rem;display:flex}.sg-hero-input{border-radius:var(--sg-radius-md,.75rem);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:2px solid #fff3;flex:1;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,background .2s}.sg-hero-input::placeholder{color:#ffffff80}.sg-hero-input:focus{background:#ffffff26;border-color:#ffffff80;outline:none}.sg-hero-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%);color:#fff;border-radius:var(--sg-radius-md,.75rem);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.itc-hero-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%)}.sg-hero-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.sg-hero-submit:disabled{opacity:.7;cursor:not-allowed}.sg-hero-privacy{color:#fff9;margin:0;font-size:.8rem}.sg-form-message{border-radius:var(--sg-radius-md,.75rem);align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.sg-form-success{color:#6ee7b7;background:#10b98133;border:1px solid #10b9814d}.sg-form-error{color:#fca5a5;background:#ef444433;border:1px solid #ef44444d}.sg-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--itc-accent);background:var(--itc-accent-pale);border-radius:var(--sg-radius-pill,9999px);margin-bottom:var(--sg-space-sm,1rem);padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.sg-section-title{color:var(--sg-primary-dark,#0f2755);margin-bottom:var(--sg-space-md,1.5rem);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.sg-section-description{color:var(--sg-text-muted,#536075);margin-bottom:var(--sg-space-lg,2.5rem);font-size:1.1rem}.sg-section-alt{background:var(--sg-surface-alt,#f8fafc);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-xl,4rem);margin:var(--sg-space-lg,2.5rem)0}.sg-key-points{background:linear-gradient(135deg,var(--itc-accent-pale)0%,#e0e7ff 100%);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-md,1.5rem);margin-top:var(--sg-space-lg,2.5rem);border:1px solid #4f46e54d}.sg-key-points h3{color:var(--itc-accent-dark);margin:0 0 var(--sg-space-sm,1rem)0;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.sg-key-points ul{margin:0;padding:0;list-style:none}.sg-key-points ul li{color:var(--sg-text);align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem;display:flex}.sg-key-points ul li svg{color:var(--itc-accent);flex-shrink:0}.sg-audience-grid{gap:var(--sg-space-md,1.5rem);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.sg-audience-card{background:var(--sg-surface,#fff);border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-lg,2.5rem);text-align:center;transition:transform .2s,box-shadow .2s}.sg-audience-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.sg-audience-card svg{color:var(--itc-accent);margin-bottom:var(--sg-space-sm,1rem)}.sg-audience-card h3{color:var(--sg-primary-dark,#0f2755);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.sg-audience-card p{color:var(--sg-text-muted,#536075);margin:0;font-size:.9rem;line-height:1.6}.itc-question-section{border-bottom:1px solid var(--sg-border,#e2e8f0);padding-bottom:var(--sg-space-xl,4rem)}.itc-question-section:nth-child(2n){background:var(--sg-surface-alt,#f8fafc);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-xl,4rem);margin:var(--sg-space-lg,2.5rem)0}.itc-question-header{align-items:flex-start;gap:var(--sg-space-md,1.5rem);margin-bottom:var(--sg-space-lg,2.5rem);display:flex}.itc-question-number{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 12px #4f46e54d}.itc-question-title-area{flex:1}.itc-question-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.itc-importance-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--sg-radius-pill,9999px);align-items:center;padding:.25rem .625rem;font-size:.7rem;font-weight:600;display:inline-flex}.itc-importance-critical{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.itc-importance-high{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}.itc-importance-medium{color:#ca8a04;background:#fefce8;border:1px solid #fef08a}.itc-question-title{align-items:center;gap:.75rem;margin-bottom:0;display:flex}.itc-question-icon{color:var(--itc-accent)}.itc-question-content{margin-bottom:var(--sg-space-lg,2.5rem)}.itc-question-content p{margin-bottom:var(--sg-space-md,1.5rem);line-height:1.8}.itc-subsection{margin:var(--sg-space-lg,2.5rem)0;padding:var(--sg-space-md,1.5rem);border-radius:var(--sg-radius-md,.75rem);border:1px solid var(--sg-border,#e2e8f0)}.itc-subsection-info{background:linear-gradient(135deg,var(--itc-accent-pale)0%,#e0e7ff 100%);border-color:#4f46e533}.itc-subsection-success{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#10b98133}.itc-subsection-danger{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-color:#ef444433}.itc-subsection h3{margin:0 0 var(--sg-space-sm,1rem)0;align-items:center;gap:.5rem;display:flex}.itc-subsection-info h3{color:var(--itc-accent-dark)}.itc-subsection-success h3{color:#059669}.itc-subsection-danger h3{color:#dc2626}.itc-subsection-icon{flex-shrink:0}.itc-subsection-content p{margin:0 0 .75rem;line-height:1.7}.itc-subsection-content p:last-child{margin-bottom:0}.itc-look-for-list,.itc-red-flags-list{margin:0;padding:0;list-style:none}.itc-look-for-list li,.itc-red-flags-list li{align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.itc-look-for-list li svg,.itc-red-flags-list li svg{flex-shrink:0;margin-top:2px}.itc-icon-success{color:var(--itc-success)}.itc-icon-danger{color:var(--itc-danger)}.itc-follow-up-box{border-radius:var(--sg-radius-md,.75rem);padding:var(--sg-space-md,1.5rem);margin-top:var(--sg-space-lg,2.5rem);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b4d}.itc-follow-up-header{color:#92400e;margin-bottom:var(--sg-space-sm,1rem);align-items:center;gap:.5rem;font-weight:600;display:flex}.itc-follow-up-list{margin:0;padding:0;list-style:none}.itc-follow-up-list li{color:#78350f;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.95rem;font-style:italic;display:flex}.itc-follow-up-number{color:#fff;background:#d97706;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-style:normal;font-weight:700;display:flex}.sg-checklist{max-width:1000px;margin:0 auto}.sg-checklist-progress{margin-bottom:var(--sg-space-lg,2.5rem);text-align:center}.sg-checklist-progress-bar{background:var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-pill,9999px);height:8px;margin-bottom:var(--sg-space-xs,.5rem);overflow:hidden}.sg-checklist-progress-fill{background:linear-gradient(90deg,var(--itc-accent),var(--itc-accent-light));border-radius:var(--sg-radius-pill,9999px);height:100%;transition:width .3s}.sg-checklist-progress-text{color:var(--sg-text-muted,#536075);font-size:.875rem}.sg-checklist-grid{gap:var(--sg-space-md,1.5rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.sg-checklist-category{background:var(--sg-surface,#fff);border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-md,.75rem);padding:var(--sg-space-md,1.5rem)}.sg-checklist-category-title{color:var(--sg-primary-dark,#0f2755);margin-bottom:var(--sg-space-sm,1rem);padding-bottom:var(--sg-space-xs,.5rem);border-bottom:2px solid var(--itc-accent);font-size:1rem;font-weight:600}.sg-checklist-items{margin:0;padding:0;list-style:none}.sg-checklist-item{margin-bottom:.5rem}.sg-checklist-checkbox{text-align:left;border-radius:var(--sg-radius-sm,.375rem);cursor:pointer;width:100%;color:var(--sg-text);background:0 0;border:none;align-items:flex-start;gap:.5rem;padding:.5rem;font-family:inherit;font-size:.875rem;line-height:1.4;transition:background .2s;display:flex}.sg-checklist-checkbox:hover{background:var(--sg-surface-alt,#f8fafc)}.sg-checklist-checkbox svg{color:var(--sg-border,#e2e8f0);flex-shrink:0;margin-top:.125rem}.sg-checklist-checkbox.checked svg{color:var(--itc-accent)}.sg-checklist-checkbox span.checked{color:var(--sg-text-muted,#536075);text-decoration:line-through}.sg-accordion{flex-direction:column;gap:.5rem;display:flex}.sg-accordion-item{background:var(--sg-surface,#fff);border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-md,.75rem);overflow:hidden}.sg-accordion-trigger{width:100%;color:var(--sg-text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.sg-accordion-trigger:hover{background:var(--sg-surface-alt,#f8fafc)}.sg-accordion-trigger svg{color:var(--sg-text-muted,#536075);flex-shrink:0;transition:transform .2s}.sg-accordion-content{max-height:0;transition:max-height .3s;overflow:hidden}.sg-accordion-content p{color:var(--sg-text-muted,#536075);margin:0;padding:0 1.25rem 1rem;font-size:.95rem;line-height:1.7}.sg-author-box{gap:var(--sg-space-lg,2.5rem);background:linear-gradient(135deg,var(--itc-accent-pale)0%,white 100%);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-lg,2.5rem);border:1px solid #4f46e533;align-items:flex-start;display:flex}.sg-author-image{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%);border-radius:var(--sg-radius-md,.75rem);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.sg-author-icon{color:#fff}.sg-author-content{flex:1}.sg-author-content h3{color:var(--sg-primary-dark,#0f2755);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.sg-author-content p{color:var(--sg-text-muted,#536075);margin:0 0 var(--sg-space-sm,1rem)0;font-size:.95rem;line-height:1.7}.sg-author-credentials{flex-wrap:wrap;gap:.5rem;display:flex}.sg-author-credentials span{background:var(--itc-accent-pale);color:var(--itc-accent-dark);border-radius:var(--sg-radius-pill,9999px);padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}@media (max-width:768px){.sg-author-box{text-align:center;flex-direction:column;align-items:center}.sg-author-credentials{justify-content:center}}.sg-cta-box{border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-xl,4rem);text-align:center;color:#fff;background:linear-gradient(135deg,#312e81 0%,#1e1b4b 100%)}.sg-cta-box h2{margin:0 0 var(--sg-space-sm,1rem)0;color:#fff;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.sg-cta-box p{color:#fffc;margin:0 auto var(--sg-space-lg,2.5rem);max-width:600px;font-size:1.1rem;line-height:1.7}.sg-cta-buttons{justify-content:center;gap:var(--sg-space-sm,1rem);margin-bottom:var(--sg-space-md,1.5rem);flex-wrap:wrap;display:flex}.sg-cta-primary{background:linear-gradient(135deg,var(--itc-accent-light)0%,var(--itc-accent)100%);color:#fff;border-radius:var(--sg-radius-pill,9999px);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.sg-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e566}.sg-cta-secondary{color:#fff;border-radius:var(--sg-radius-pill,9999px);background:0 0;border:2px solid #ffffff4d;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.sg-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.sg-cta-note{color:#fff9;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:.9rem;display:flex}@media (max-width:640px){.sg-cta-buttons{flex-direction:column}.sg-cta-primary,.sg-cta-secondary{justify-content:center;width:100%}}.sg-popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;padding:var(--sg-space-md,1.5rem);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sg-popup{background:var(--sg-surface,#fff);border-radius:var(--sg-radius-lg,1rem);width:100%;max-width:480px;animation:.3s popup-enter;position:relative;box-shadow:0 25px 50px -12px #0006}@keyframes popup-enter{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.sg-popup-close{color:var(--sg-text-muted,#536075);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.sg-popup-close:hover{color:var(--sg-text)}.sg-popup-content{text-align:center;padding:2.5rem 2rem 2rem}.sg-popup-icon{background:linear-gradient(135deg,var(--itc-accent-pale)0%,#e0e7ff 100%);width:64px;height:64px;color:var(--itc-accent);margin:0 auto var(--sg-space-md,1.5rem);border-radius:50%;justify-content:center;align-items:center;display:flex}.sg-popup-title{color:var(--sg-primary-dark,#0f2755);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.sg-popup-text{color:var(--sg-text);margin:0 0 var(--sg-space-md,1.5rem)0;font-size:1rem;line-height:1.6}.sg-popup-form{flex-direction:column;gap:.75rem;display:flex}.sg-popup-input{border:2px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-md,.75rem);text-align:center;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.sg-popup-input:focus{border-color:var(--itc-accent);outline:none}.sg-popup-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%);color:#fff;border-radius:var(--sg-radius-md,.75rem);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.itc-popup-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%)}.sg-popup-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #4f46e54d}.sg-popup-submit:disabled{opacity:.7;cursor:not-allowed}.sg-popup-message{border-radius:var(--sg-radius-md,.75rem);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.sg-popup-success{color:#065f46;background:#ecfdf5}.sg-popup-error{color:#991b1b;background:#fef2f2}.sg-popup-dismiss{color:var(--sg-text-muted,#536075);cursor:pointer;margin-top:var(--sg-space-sm,1rem);background:0 0;border:none;font-size:.9rem;text-decoration:underline;transition:color .2s}.sg-popup-dismiss:hover{color:var(--sg-text)}.sg-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sg-lead-capture-box{max-width:500px;padding:var(--sg-space-lg,2.5rem);background:var(--sg-surface,#fff);border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-lg,1rem);margin:0 auto;box-shadow:0 4px 16px #00000014}.sg-lead-form{gap:var(--sg-space-sm,1rem);flex-direction:column;display:flex}.sg-form-group{flex-direction:column;gap:.375rem;display:flex}.sg-form-label{color:var(--sg-text);font-size:.875rem;font-weight:500}.sg-form-input{border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-md,.75rem);width:100%;color:var(--sg-text);background:var(--sg-surface,#fff);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.sg-form-input:focus{border-color:var(--itc-accent);outline:none;box-shadow:0 0 0 3px #4f46e533}.sg-form-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%);color:#fff;border-radius:var(--sg-radius-md,.75rem);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.itc-form-submit{background:linear-gradient(135deg,var(--itc-accent)0%,var(--itc-accent-dark)100%)}.sg-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #4f46e54d}.sg-form-submit:disabled{opacity:.7;cursor:not-allowed}.sg-form-trust{justify-content:center;gap:var(--sg-space-sm,1rem);margin-top:var(--sg-space-sm,1rem);padding-top:var(--sg-space-sm,1rem);border-top:1px solid var(--sg-border,#e2e8f0);flex-wrap:wrap;display:flex}.sg-form-trust span{color:var(--sg-text-muted,#536075);align-items:center;gap:.25rem;font-size:.8rem;display:flex}.sg-form-trust span:before{content:"✓";color:var(--itc-accent);font-size:.875rem}.sg-toc{background:var(--sg-surface,#fff);border:1px solid var(--sg-border,#e2e8f0);border-radius:var(--sg-radius-lg,1rem);padding:var(--sg-space-md,1.5rem)}.sg-toc-title{text-transform:uppercase;letter-spacing:.1em;color:var(--sg-text-muted,#536075);margin-bottom:var(--sg-space-sm,1rem);font-size:.875rem;font-weight:600}.sg-toc-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.sg-toc-item{display:flex}.sg-toc-link{width:100%;color:var(--sg-text-muted,#536075);border-radius:var(--sg-radius-sm,.375rem);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.sg-toc-link:hover{background:var(--itc-accent-pale);color:var(--itc-accent-dark)}.sg-toc-item.active .sg-toc-link{background:var(--itc-accent);color:#fff}.sg-toc-number{background:var(--itc-accent-pale);width:1.25rem;height:1.25rem;color:var(--itc-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.sg-toc-item.active .sg-toc-number{color:#fff;background:#fff3}.sg-toc-text{flex:1}@media (max-width:768px){.sg-hero{padding:var(--sg-space-xl,4rem)0}.sg-hero-form-row{flex-direction:column}.sg-hero-submit{justify-content:center;width:100%}.sg-hero-stats,.itc-question-header{gap:var(--sg-space-sm,1rem);flex-direction:column}.itc-question-number{width:48px;height:48px;font-size:1.25rem}.sg-section-alt{padding:var(--sg-space-lg,2.5rem);margin:var(--sg-space-md,1.5rem)0}.sg-popup-content{padding:2rem 1.5rem 1.5rem}.sg-cta-box{padding:var(--sg-space-lg,2.5rem)}}@media print{.itc-guide-page{--itc-accent:#4f46e5}.sg-popup-overlay,.sg-hero-form,.sg-cta-box,.sg-sidebar{display:none!important}.sg-layout{grid-template-columns:1fr}.sg-section-alt{background:#fff;border:1px solid #000}}
