.templates-hero{background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color: white;padding: 8rem 2rem 4rem;text-align: center}.templates-hero h1{font-size: 2.5rem;margin-bottom: 1rem}.templates-container{max-width: 1000px;margin: 0 auto;padding: 3rem 2rem}.template-category{margin-bottom: 3rem}.template-category h2{color: var(--primary);font-size: 1.5rem;margin-bottom: 1.5rem;padding-bottom: 0.75rem;border-bottom: 3px solid var(--accent)}.template-grid{display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));gap: 1.5rem}.template-card{background: white;border-radius: 12px;padding: 1.5rem;box-shadow: 0 4px 15px rgba(0,0,0,0.08);border-top: 4px solid var(--accent);transition: transform 0.2s}.template-card:hover{transform: translateY(-4px)}.template-icon{width: 50px;height: 50px;background: var(--bg-alt);border-radius: 10px;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;margin-bottom: 1rem}.template-card :is(h2, h3){color: var(--primary);margin: 0 0 0.75rem;font-size: 1.1rem}.template-card p{color: var(--text-light);font-size: 0.95rem;line-height: 1.6;margin-bottom: 1rem}.template-card .btn{display: inline-block;padding: 0.5rem 1rem;background: var(--primary);color: white;text-decoration: none;border-radius: 6px;font-size: 0.9rem;font-weight: 600;transition: background 0.2s}.template-card .btn:hover{background: var(--primary-dark)}.template-card .btn-secondary{background: var(--bg-alt);color: var(--primary);margin-left: 0.5rem}.template-card .btn-secondary:hover{background: var(--border)}.template-preview{background: var(--bg-alt);border-radius: 8px;padding: 1.5rem;margin-top: 1rem;font-family: monospace;font-size: 0.85rem;line-height: 1.6;white-space: pre-wrap;max-height: 200px;overflow-y: auto;display: none}.template-preview.show{display: block}.disclaimer-box{background: #fff3cd;border: 1px solid #ffc107;border-radius: 8px;padding: 1.5rem;margin-bottom: 2rem}.disclaimer-box :is(h2, h3){color: #856404;margin: 0 0 0.5rem;font-size: 1rem}.disclaimer-box p{color: #856404;margin: 0;font-size: 0.95rem}.checklist-section{background: white;border-radius: 12px;padding: 2rem;box-shadow: 0 4px 15px rgba(0,0,0,0.08)}.checklist-section h3{color: var(--primary);margin: 0 0 1.5rem}.checklist-item{display: flex;align-items: flex-start;gap: 1rem;padding: 1rem;border-bottom: 1px solid var(--border)}.checklist-item:last-child{border-bottom: none}.checklist-item input[type="checkbox"]{width: 20px;height: 20px;margin-top: 2px;accent-color: var(--accent)}.checklist-item label{flex: 1}.checklist-item label strong{display: block;color: var(--primary);margin-bottom: 0.25rem}.checklist-item label span{color: var(--text-light);font-size: 0.9rem}