.treatment-options-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;color:#1f2937;font-family:Open Sans,sans-serif}.to-hero{text-align:center;padding:2.5rem 2rem;background-color:#f9fafb;border-radius:12px;margin-bottom:2.5rem;position:relative;display:flex;flex-direction:column;align-items:center}.to-hero-title{font-size:2.8rem;font-weight:800;margin-bottom:1rem;background-image:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.to-hero-description{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem;color:#4b5563}.to-badge{display:inline-flex;align-items:center;padding:.35rem .9rem;background-color:#ede9fe;color:#6d28d9;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem;gap:.5rem}.to-badge-dot{width:10px;height:10px;border-radius:50%;background-color:#6d28d9}.to-feature-tags{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.to-feature-tag{display:flex;align-items:center;padding:.5rem .9rem;background-color:#f3f4f6;border-radius:8px;font-weight:600;color:#4b5563}.to-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.to-sidebar{background-color:#f9fafb;border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05);position:sticky;top:20px}.to-sidebar-title{font-size:1.2rem;color:#4b5563;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.to-nav-links{list-style:none;padding:0;margin:0 0 1.5rem}.to-nav-links li{margin-bottom:.5rem}.to-nav-links a{display:block;padding:.6rem .85rem;border-radius:8px;color:#4b5563;text-decoration:none;transition:all .2s ease}.to-nav-links a:hover{background-color:#f3f4f6;color:#6d28d9}.to-sidebar-cta{background-color:#ede9fe;padding:1.25rem;border-radius:10px;text-align:center}.to-sidebar-cta h4{color:#6d28d9;margin-top:0;margin-bottom:.75rem;font-size:1.1rem}.to-sidebar-cta p{color:#4b5563;margin-bottom:1rem;font-size:.95rem}.to-cta-button{display:inline-block;padding:.6rem 1.1rem;background-color:#7c3aed;color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease}.to-cta-button:hover{background-color:#6d28d9}.to-content{display:flex;flex-direction:column;gap:2.5rem}.to-section-title{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem}.to-note{background-color:#f8fafc;border-left:4px solid #a855f7;padding:1rem;margin-bottom:1.5rem;color:#6b7280}.to-note-highlight{margin-top:.75rem;font-weight:600;color:#4b5563}.to-banner{background-color:#f3f4f6;border-radius:10px;padding:1rem}.to-section-header{margin-bottom:1.5rem}.to-section-header h2{font-size:1.8rem;font-weight:700;margin:0;padding:.9rem 1.2rem;color:white;border-radius:8px 8px 0 0}.to-section-header.purple h2{background-image:linear-gradient(90deg,#a855f7,#7e22ce)}.to-section-header.blue h2{background-image:linear-gradient(90deg,#3b82f6,#1d4ed8)}.to-section-header.teal h2{background-image:linear-gradient(90deg,#14b8a6,#0f766e)}.to-section-header.indigo h2{background-image:linear-gradient(90deg,#6366f1,#4338ca)}.to-section-header.pink h2{background-image:linear-gradient(90deg,#ec4899,#db2777)}.to-section-header.green h2{background-image:linear-gradient(90deg,#22c55e,#16a34a)}.to-panel{background-color:#ffffff;border-radius:0 0 8px 8px;padding:1.75rem;box-shadow:0 2px 10px rgba(0,0,0,.05)}.to-panel p{color:#4b5563;line-height:1.6}.to-panel a{color:#2563eb;font-weight:600}.to-emphasis{font-weight:600;color:#1f2937}.to-info-box{background-color:#f3f4f6;border-radius:8px;padding:1rem;margin:1.5rem 0}.to-checklist{list-style:none;padding-left:0}.to-checklist li{padding:.4rem 0 .4rem 1.5rem;position:relative}.to-checklist li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.to-type-card{background-color:#f9fafb;border-radius:8px;padding:1rem;margin:1.5rem 0}.to-type-item{margin-bottom:1rem}.to-callout{background-color:#f0fdf4;border-left:4px solid #10b981;padding:1rem;margin:1.5rem 0;color:#065f46}.to-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.to-quote{background-color:#ede9fe;border-left:4px solid #7c3aed;padding:1rem;margin:1.5rem 0;font-style:italic;color:#6d28d9;font-weight:600}.to-faqs{display:grid;gap:.75rem}.to-faq-item{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;background-color:#f9fafb}.to-faq-item summary{cursor:pointer;font-weight:600;color:#1f2937}.to-details,.to-faq-item p{margin-top:.75rem}.to-details summary{cursor:pointer;font-weight:600;color:#6d28d9}.to-details-content{margin-top:.75rem}@media (max-width:1024px){.to-layout{grid-template-columns:1fr}.to-sidebar{position:static}}@media (max-width:768px){.to-hero-title{font-size:2.2rem}.to-section-title{font-size:1.8rem}}@media (max-width:480px){.to-hero-title{font-size:1.8rem}}