.tool-crosslinks[data-astro-cid-cc4m3oyp]{background:var(--white);padding:56px 0}.tool-crosslinks-label[data-astro-cid-cc4m3oyp]{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);text-align:center;margin-bottom:1.1rem;font-size:.85rem;font-weight:700}.tool-crosslinks-grid[data-astro-cid-cc4m3oyp]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.tool-crosslinks-item[data-astro-cid-cc4m3oyp]{background:var(--purple-50);border:1px solid var(--purple-100);border-radius:var(--radius-lg);color:var(--brand-black);align-items:center;gap:.65rem;padding:.9rem 1.1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.tool-crosslinks-item[data-astro-cid-cc4m3oyp]:hover,.tool-crosslinks-item[data-astro-cid-cc4m3oyp]:focus-visible{border-color:var(--primary-purple);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tool-crosslinks-item[data-astro-cid-cc4m3oyp]>i[data-astro-cid-cc4m3oyp]:first-child{color:var(--primary-purple);flex-shrink:0;font-size:.95rem}.tool-crosslinks-item[data-astro-cid-cc4m3oyp] span[data-astro-cid-cc4m3oyp]{flex:1}.tool-crosslinks-arrow[data-astro-cid-cc4m3oyp]{color:var(--gray-300);flex-shrink:0;font-size:.8rem}.tool-hero{background:radial-gradient(60% 55% at 85% 8%, #8d56e629, transparent), var(--purple-50);padding:96px 0 48px}.tool-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.tool-hero-grid--single{grid-template-columns:minmax(0,1fr);max-width:560px}.tool-hero-main{text-align:center}.tool-hero-badge{margin-bottom:1.25rem}.tool-hero-title{font-family:var(--font-display);color:var(--brand-black);margin-bottom:.6rem;font-size:clamp(1.4rem,3.4vw,2.5rem);line-height:1.15}.tool-hero-subtitle{color:var(--gray-600);max-width:560px;margin-bottom:1.4rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.5}.tool-card{background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);text-align:left;border:1px solid var(--purple-100);padding:2rem}.tool-benefits{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.tool-benefit{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);align-items:center;gap:.65rem;padding:.6rem 1rem .6rem .6rem;font-size:.9rem;font-weight:500;display:flex}.tool-benefit-icon{background:var(--gradient-primary);width:30px;height:30px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex}.tool-side{justify-content:center;margin-top:9.5rem;display:flex}.tool-side-panel{width:100%;max-width:340px;animation:.5s tool-fade-in}@keyframes tool-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tool-checklist-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.75rem}.tool-checklist-card .status-tag{margin-bottom:.9rem}.tool-panel-heading{font-family:var(--font-display);color:var(--brand-black);margin-bottom:1.1rem;font-size:1.1rem;font-weight:700;line-height:1.4}.tool-checklist{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.tool-checklist li{color:var(--gray-500);align-items:center;gap:.6rem;font-size:.95rem;display:flex}.tool-checklist li.done{color:var(--brand-black);font-weight:600}.tool-checklist li.done i{color:#17a34a}.tool-checklist li i{color:var(--gray-300);font-size:1rem}.tool-side-next{background:var(--gradient-primary);color:var(--white);text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-purple);justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.tool-side-next:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.tool-checklist-inline{background:var(--white);border:1px solid var(--purple-100);border-radius:var(--radius-xl);max-width:560px;margin:1.25rem auto 0;padding:1rem 1.25rem;animation:.5s tool-fade-in}.tool-checklist-inline .tool-panel-heading{margin-bottom:.85rem;font-size:.95rem}.tool-checklist-inline .tool-checklist{flex-flow:wrap;gap:.5rem 1.25rem}.tool-checklist-inline .tool-checklist li{font-size:.88rem}@media (width<=900px){.tool-hero-grid{grid-template-columns:1fr}.tool-side{margin-top:1rem}}@media (width<=640px){.tool-hero{padding:84px 0 36px}.tool-hero-badge{margin-bottom:.65rem}.tool-hero-subtitle{margin-bottom:1.1rem}.tool-card{padding:1.5rem}.tool-benefits{flex-direction:column;align-items:stretch}}@media (width<=400px){.tool-hero-title{font-size:1.3rem}.tool-hero-subtitle{font-size:.92rem}}.tool-explain,.tool-faq{padding:80px 0}.tool-faq{background:var(--gray-50)}.tool-explain-inner{max-width:720px;margin:0 auto}.tool-explain h2,.tool-faq h2{font-family:var(--font-display);color:var(--brand-black);margin-bottom:1.25rem;font-size:1.75rem}.tool-explain h3{font-family:var(--font-display);color:var(--brand-black);margin:2rem 0 .75rem;font-size:1.25rem}.tool-explain p{color:var(--gray-700);margin-bottom:1rem;line-height:1.7}.tool-explain a{color:var(--primary-purple);font-weight:600}.tool-list{color:var(--gray-700);padding-left:1.25rem;line-height:1.8}.tool-list li{margin-bottom:.4rem}.tool-faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:.75rem;padding:1rem 1.25rem}.tool-faq-item summary{color:var(--brand-black);cursor:pointer;font-weight:600;list-style:none}.tool-faq-item summary::-webkit-details-marker{display:none}.tool-faq-item summary:after{content:"+";float:right;color:var(--primary-purple);font-size:1.25rem}.tool-faq-item[open] summary:after{content:"−"}.tool-faq-item p{color:var(--gray-600);margin-top:.75rem;line-height:1.6}.tool-upsell{background:var(--gradient-primary);text-align:center;padding:90px 0}.tool-upsell-inner{max-width:640px;margin:0 auto}.tool-upsell h2{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:1.75rem}.tool-upsell p{color:var(--purple-100);margin-bottom:2rem;line-height:1.7}.tool-upsell-features{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.tool-upsell-feature{color:var(--white);border-radius:var(--radius-md);background:#ffffff1a;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.95rem;font-weight:500;display:flex}.tool-upsell-cta{background:var(--white);color:var(--primary-purple);display:inline-flex}.tool-upsell-cta:hover{background:var(--purple-50)}.tool-upsell-note{color:var(--purple-100);margin-top:1.5rem;margin-bottom:0;font-size:.9rem}
