@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800;900&display=swap";.login-container{min-height:100vh;display:flex;font-family:Plus Jakarta Sans,sans-serif}.login-left{flex:1;display:none}@media (min-width: 1024px){.login-left{display:block}}.login-image-container{position:relative;width:100%;height:100vh;overflow:hidden}.login-image{width:100%;height:100%;object-fit:cover}.login-overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 40px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.overlay-title{font-size:32px;font-weight:800;margin-bottom:12px;font-family:Plus Jakarta Sans,sans-serif}.overlay-text{font-size:16px;opacity:.9;font-family:Plus Jakarta Sans,sans-serif}.login-right{flex:1;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:420px;padding:48px}.login-header{text-align:center;margin-bottom:32px}.login-logo{height:48px;margin-bottom:20px}.login-title{font-size:28px;font-weight:800;color:#222;margin-bottom:8px;font-family:Plus Jakarta Sans,sans-serif}.login-subtitle{font-size:14px;color:#717171;font-family:Plus Jakarta Sans,sans-serif}.login-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:#222;margin-bottom:8px;font-family:Plus Jakarta Sans,sans-serif}.form-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:Plus Jakarta Sans,sans-serif;transition:border-color .2s}.form-input::placeholder{color:#999}.form-input:disabled{background:#f5f5f5;cursor:not-allowed}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input{padding-right:48px}.password-toggle{position:absolute;right:12px;background:transparent;border:none;color:#717171;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#4570eb}.error-message{background:#fee;color:#c00;padding:10px 12px;border-radius:8px;font-size:14px;margin-bottom:16px;font-family:Plus Jakarta Sans,sans-serif}.login-button{width:100%;padding:14px;background:#4570eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:background .2s}.login-button:hover{background:#3860db}.login-button:disabled{background:#9ca3af;cursor:not-allowed}.login-footer{text-align:center}.back-link{color:#717171;font-size:14px;text-decoration:none;font-family:Plus Jakarta Sans,sans-serif;transition:color .2s}.back-link:hover{color:#4570eb}@media (max-width: 1023px){.login-right{background:linear-gradient(135deg,#4570eb,#7b61ff)}.login-card{box-shadow:0 20px 60px #0000004d}}.dashboard-container{display:flex;min-height:100vh;background:#f8f9fa;font-family:Plus Jakarta Sans,sans-serif}.dashboard-sidebar{width:260px;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column}.sidebar-header{padding:24px;border-bottom:1px solid #e5e5e5}.sidebar-logo{height:32px;margin-bottom:12px}.sidebar-title{font-size:18px;font-weight:700;color:#222;font-family:Plus Jakarta Sans,sans-serif}.sidebar-nav{flex:1;padding:16px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px;border-radius:8px;color:#717171;text-decoration:none;font-size:14px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s}.nav-item:hover{background:#f8f9fa;color:#222}.nav-item.active{background:#4570eb;color:#fff}.nav-icon{font-size:18px}.sidebar-footer{padding:16px;border-top:1px solid #e5e5e5}.logout-button{width:100%;padding:12px;background:#f8f9fa;color:#222;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:background .2s}.logout-button:hover{background:#e5e5e5}.dashboard-main{flex:1;padding:24px 28px 40px;overflow-y:auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.dashboard-title{font-size:32px;font-weight:800;color:#222;font-family:Plus Jakarta Sans,sans-serif}.header-user{display:flex;align-items:center;gap:12px}.user-email{font-size:14px;color:#717171;font-family:Plus Jakarta Sans,sans-serif}.user-avatar{width:40px;height:40px;background:#e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:16px}.stat-icon{font-size:32px}.stat-content{flex:1}.stat-label{font-size:14px;color:#717171;margin-bottom:4px;font-family:Plus Jakarta Sans,sans-serif}.stat-value{font-size:28px;font-weight:700;color:#222;font-family:Plus Jakarta Sans,sans-serif}.stat-trend{font-size:12px;color:#22c55e;font-weight:600;font-family:Plus Jakarta Sans,sans-serif}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.content-card{background:#fff;padding:20px;border-radius:16px;border:1px solid #edf0f4;box-shadow:0 1px 1px #1018280a,0 6px 12px #1018280f}.card-title{font-size:18px;font-weight:700;color:#222;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px}.activity-icon{font-size:20px}.activity-text{font-size:14px;color:#222;margin-bottom:4px;font-family:Plus Jakarta Sans,sans-serif}.activity-time{font-size:12px;color:#717171;font-family:Plus Jakarta Sans,sans-serif}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:600;color:#222;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .2s}.action-button:hover{background:#4570eb;color:#fff;border-color:#4570eb}.pill{border:1px solid #c7d2fe;background:#eef2ff;color:#1d4ed8;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer;font-size:14px}.pill.active{background:#2b4fd9;color:#fff;border-color:#2b4fd9}.form-input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px}.form-input:focus{outline:none;border-color:#2b4fd9;box-shadow:0 0 0 3px #2b4fd926}.cover-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:grid;place-items:center;z-index:50}.cover-editor-modal{width:min(1080px,94vw);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0003}.cover-editor-header{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e7eb;gap:8px}.cover-editor-header .spacer{flex:1}.cover-editor-body{padding:16px}.cover-editor-board{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 1px 1px #1018280a,inset 0 0 0 1px #ffffff4d}.cover-editor-board .draggable{position:absolute;cursor:move;-webkit-user-select:none;user-select:none}.cover-editor-board .text{font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:#fff}.cover-editor-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.cover-editor-board .resizer{position:absolute;width:16px;height:16px;background:#fff;border:2px solid #2b4fd9;border-radius:4px;cursor:nwse-resize}.courses-list{display:grid;gap:10px}.cover-preview{width:100%;height:140px;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;background:#f8fafc}.tools{display:flex;gap:8px}.btn{padding:8px 12px;border-radius:8px;border:1px solid #dbe3ff;background:#f4f7ff;color:#2b4fd9;font-weight:600;cursor:pointer}.btn.secondary{background:#fff;border-color:#e5e7eb;color:#111827}.btn.danger{background:#fff5f5;border-color:#fecaca;color:#b91c1c}.btn:hover{filter:brightness(.98)}.row-actions{padding-top:6px}.form-input.invalid{border-color:#fecaca;box-shadow:0 0 0 3px #fecaca80}.course-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.course-card{position:relative;display:grid;gap:10px;border:1px solid #edf0f4;border-radius:14px;padding:14px;background:#fff;box-shadow:0 1px 1px #1018280a}.card-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px}.icon-btn{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;border:1px solid #e5e7eb;background:#fff;cursor:pointer;text-decoration:none}.icon-btn.danger{border-color:#fecaca}.card-preview{width:100%}.card-field{display:grid;gap:6px}.card-field label{font-size:12px;color:#6b7280}.card-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.card-tools{display:flex;gap:8px;flex-wrap:wrap}.action-icon{font-size:18px}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.welcome-text{font-size:1.1rem;color:#333}.role-badge{padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.role-badge.admin{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.role-badge.user{background:#f0f0f0;color:#666}.admin-section,.user-section{margin-top:2rem}.admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.admin-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.admin-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.admin-card h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.admin-card p{margin:0;color:#666;font-size:.95rem;line-height:1.4}@media (max-width: 768px){.dashboard-sidebar{display:none}.dashboard-main{padding:16px}.stats-grid,.content-grid{grid-template-columns:1fr}}.delete-confirmation-modal{max-width:500px}.delete-warning{text-align:center;padding:20px 0}.warning-icon{font-size:48px;margin-bottom:16px}.delete-warning h3{margin:0 0 16px;color:#1f2937;font-size:18px}.delete-warning p{margin:0 0 8px;color:#6b7280}.delete-warning p strong{color:#1f2937;font-weight:600}.warning-text{font-size:14px;line-height:1.5;color:#6b7280;background:#fef3c7;padding:12px;border-radius:6px;border-left:4px solid #f59e0b}.btn-danger{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.status-message{font-size:14px;font-weight:500}.status-message.success{background:#10b981}.status-message.error{background:#ef4444}@media (max-width: 768px){.delete-confirmation-modal{margin:20px;width:calc(100% - 40px)}.status-message{right:10px;left:10px;top:10px}}.delete-confirmation-compact{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:24px;max-width:400px;width:90vw;text-align:center;animation:modalSlideIn .2s ease-out}.compact-header{margin-bottom:20px}.compact-icon{font-size:32px;margin-bottom:12px}.compact-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.compact-content{margin-bottom:24px}.course-name{margin:0 0 8px;font-size:16px;font-weight:500;color:#374151}.compact-description{margin:0;font-size:14px;color:#6b7280;line-height:1.4}.compact-actions{display:flex;gap:12px;justify-content:center}.btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:80px}.btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.btn-confirm-delete{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:80px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-confirm-delete:hover:not(:disabled){background:#dc2626}.btn-confirm-delete:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid white;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 480px){.delete-confirmation-compact{margin:20px;padding:20px}.compact-actions{flex-direction:column}.btn-cancel,.btn-confirm-delete{width:100%}}.inline-delete-confirmation{background:#fef3c7;border-left:4px solid #f59e0b;padding:16px;margin:0}.confirmation-content{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.confirmation-icon{font-size:24px;flex-shrink:0}.confirmation-text{flex:1;min-width:200px}.confirmation-text h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#92400e}.confirmation-text p{margin:0;font-size:13px;color:#a16207;line-height:1.4}.confirmation-actions{display:flex;gap:8px;flex-shrink:0}.btn-cancel-inline{background:#fff;color:#6b7280;border:1px solid #d1d5db;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel-inline:hover{background:#f9fafb;border-color:#9ca3af}.btn-confirm-delete-inline{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.btn-confirm-delete-inline:hover:not(:disabled){background:#dc2626}.btn-confirm-delete-inline:disabled{opacity:.6;cursor:not-allowed}.spinner-inline{width:12px;height:12px;border:2px solid white;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.confirmation-content{flex-direction:column;align-items:flex-start;gap:12px}.confirmation-actions{width:100%;justify-content:flex-end}.btn-cancel-inline,.btn-confirm-delete-inline{flex:1;justify-content:center}}.speakers-modal{max-width:800px;width:90vw}.speakers-modal .modal-content{max-height:70vh;overflow-y:auto}.course-info{background:#f8fafc;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #e2e8f0}.course-info h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1e293b}.course-info p{margin:0;font-size:14px;color:#64748b}.section{margin-bottom:24px}.section h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}.search-container{margin-bottom:16px}.search-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.speaker-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:all .2s}.speaker-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.speaker-card.assigned{border-color:#10b981;background:#f0fdf4}.speaker-card.available{border-color:#d1d5db;background:#fff}.speaker-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.speaker-avatar img{width:100%;height:100%;object-fit:cover}.speaker-info{flex:1;min-width:0}.speaker-info h5{margin:0 0 4px;font-size:14px;font-weight:600;color:#1f2937}.speaker-info p{margin:0 0 2px;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-btn,.remove-btn{flex-shrink:0;width:32px;height:32px;border-radius:6px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.add-btn{background:#8b5cf6;color:#fff}.add-btn:hover{background:#7c3aed}.remove-btn{background:#ef4444;color:#fff}.remove-btn:hover{background:#dc2626}.add-btn:disabled,.remove-btn:disabled{opacity:.6;cursor:not-allowed}.empty-state{text-align:center;padding:40px 20px;color:#6b7280;font-style:italic}.success-message,.error-message{padding:12px 16px;border-radius:6px;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-size:14px}.success-message{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@media (max-width: 768px){.speakers-grid{grid-template-columns:1fr}.speaker-card{flex-direction:column;text-align:center;gap:8px}.speaker-info{text-align:center}}.inline-speakers-management{background:#f8fafc;border-left:4px solid #8b5cf6;padding:20px;margin:0}.speakers-content{max-width:100%}.speakers-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.speakers-icon{font-size:24px;flex-shrink:0}.speakers-title h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#1e293b}.speakers-title p{margin:0;font-size:14px;color:#64748b}.speakers-section{margin-bottom:20px}.speakers-section h5{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.speakers-search{margin-bottom:12px}.search-input-inline{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.search-input-inline:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.speakers-list{display:flex;flex-direction:column;gap:8px}.speaker-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;transition:all .2s}.speaker-item:hover{box-shadow:0 2px 8px #0000001a}.speaker-item.assigned{border-color:#10b981;background:#f0fdf4}.speaker-item.available{border-color:#d1d5db;background:#fff}.speaker-info{display:flex;flex-direction:column;gap:2px}.speaker-name{font-size:14px;font-weight:500;color:#1f2937}.speaker-details{font-size:12px;color:#6b7280}.btn-add-speaker,.btn-remove-speaker{width:32px;height:32px;border-radius:6px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-add-speaker{background:#8b5cf6;color:#fff}.btn-add-speaker:hover:not(:disabled){background:#7c3aed}.btn-remove-speaker{background:#ef4444;color:#fff}.btn-remove-speaker:hover:not(:disabled){background:#dc2626}.btn-add-speaker:disabled,.btn-remove-speaker:disabled{opacity:.6;cursor:not-allowed}.empty-speakers{text-align:center;padding:20px;color:#6b7280;font-style:italic;background:#fff;border-radius:6px;border:1px dashed #d1d5db}@media (max-width: 768px){.speakers-header,.speaker-item{flex-direction:column;align-items:flex-start;gap:12px}.btn-add-speaker,.btn-remove-speaker{align-self:flex-end}}.dashboard-improved,.live-courses-manager{display:flex;flex-direction:column;gap:24px}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.status-info{display:flex;align-items:center;gap:16px}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.status-pill.saving{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.status-pill.saved{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.status-pill.error{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2}.status-actions{display:flex;align-items:center;gap:16px}.auto-save-toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;cursor:pointer}.auto-save-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer}.month-selector{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.month-tabs{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.month-tab{position:relative;display:flex;align-items:center;background:#f9fafb;border:2px solid transparent;border-radius:10px;transition:all .2s;padding-right:20px}.month-tab:hover{background:#f3f4f6}.month-tab.active{background:#4570eb;border-color:#4570eb}.month-tab.active .tab-button{color:#fff}.tab-button{padding:10px 35px 10px 16px;background:none;border:none;font-size:14px;font-weight:600;color:#374151;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;position:relative}.tab-close{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:20px;height:20px;background:#ef4444;color:#fff;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8;transition:all .2s;box-shadow:0 1px 2px #0000001a;z-index:10}.tab-close:hover{opacity:1;background:#dc2626;transform:scale(1.1)}.month-tab:hover .tab-close{opacity:1}.month-tab.add-tab{border:2px dashed #d1d5db;background:transparent;min-width:120px}.month-tab.add-tab .tab-button{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;width:100%;padding:10px 16px}.month-tab.add-tab:hover{border-color:#4570eb;background:#eff6ff}.month-tab.add-tab:hover .tab-button{color:#4570eb}.content-section{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-title{font-size:20px;font-weight:700;color:#111827;display:flex;align-items:center;gap:12px}.course-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#eff6ff;color:#4570eb;border-radius:12px;font-size:14px;font-weight:600}.btn-primary,.btn-secondary,.btn-save{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif;border:none}.btn-secondary{background:#fff;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb}.btn-save{background:#10b981;color:#fff}.btn-save:hover{background:#059669}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:700;color:#111827;margin-bottom:8px}.empty-state p{font-size:14px;color:#6b7280;margin-bottom:24px}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px}.course-card-view,.course-card-edit{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s;box-shadow:0 1px 3px #0000000d}.course-card-view:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.course-card-edit{border:2px solid #4570eb;box-shadow:0 0 0 4px #4570eb1a}.edit-header{background:linear-gradient(135deg,#4570eb,#3b5fd9);color:#fff;padding:16px 20px;margin-bottom:20px}.edit-title{font-size:16px;font-weight:600;margin:0}.card-cover{position:relative;height:180px;background:#f9fafb;cursor:pointer;overflow:hidden}.cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.card-cover:hover .cover-overlay{opacity:1}.cover-edit-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;color:#111827;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s}.cover-edit-btn:hover{transform:scale(1.05)}.card-content{padding:20px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.card-subtitle{font-size:14px;font-weight:600;color:#6b7280}.card-category{display:inline-block;padding:4px 12px;background:#eff6ff;color:#4570eb;border-radius:6px;font-size:12px;font-weight:600}.card-actions{display:flex;gap:6px}.icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;color:#6b7280}.icon-btn:hover{background:#f9fafb;color:#111827}.icon-btn.danger{border-color:#fee2e2}.icon-btn.danger:hover{background:#fee2e2;color:#ef4444}.icon-btn.success{border-color:#d1fae5}.icon-btn.success:hover{background:#d1fae5;color:#10b981}.card-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:12px;line-height:1.3}.card-meta{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.meta-date{display:flex;align-items:center;gap:6px}.card-form{display:flex;flex-direction:column;gap:20px;padding:0 20px 20px}.cover-edit-section{margin-top:8px}.cover-thumbnail{position:relative;width:100%;height:120px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid #e5e7eb;transition:all .2s}.cover-thumbnail:hover{border-color:#4570eb}.cover-edit-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;opacity:0;transition:opacity .2s;font-size:14px;font-weight:600}.cover-thumbnail:hover .cover-edit-overlay{opacity:1}.form-actions{display:flex;gap:12px;margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb}.btn-cancel-form,.btn-save-form{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:Plus Jakarta Sans,sans-serif}.btn-cancel-form{background:#f3f4f6;color:#6b7280}.btn-cancel-form:hover{background:#e5e7eb;color:#374151}.btn-save-form{background:#4570eb;color:#fff}.btn-save-form:hover{background:#3b5fd9;transform:translateY(-1px);box-shadow:0 4px 12px #4570eb4d}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:#374151}.form-input{padding:10px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s}.form-input:focus{outline:none;border-color:#4570eb;box-shadow:0 0 0 3px #4570eb1a}.form-input.error:focus{box-shadow:0 0 0 3px #ef44441a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#4570eb;border-radius:50%;animation:spin 1s linear infinite}.logout-notification{position:fixed;top:20px;right:20px;z-index:10000;animation:slideInRight .4s cubic-bezier(.68,-.55,.265,1.55)}.logout-notification-content{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#065f46;padding:18px 24px;border-radius:16px;border:1px solid #a7f3d0;box-shadow:0 20px 40px #10b98126;font-weight:600;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.logout-notification-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#059669)}.logout-notification-content svg{flex-shrink:0;width:20px;height:20px;color:#10b981;filter:drop-shadow(0 2px 4px rgba(16,185,129,.2))}@keyframes slideInRight{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.logout-notification{top:16px;right:16px;left:16px}.logout-notification-content{padding:16px 20px;border-radius:14px;font-size:13px}}@media (max-width: 480px){.logout-notification{top:12px;right:12px;left:12px}.logout-notification-content{padding:14px 18px;border-radius:12px;font-size:12px;gap:12px}.logout-notification-content svg{width:18px;height:18px}}.dashboard-container{display:flex;min-height:100vh;background:#f8f9fb}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000a}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e5e7eb}.logo-container{display:flex;align-items:center;gap:12px}.logo-container svg{width:32px;height:32px;flex-shrink:0}.logo-text{font-size:18px;font-weight:700;color:#111827}.sidebar-nav{flex:1;padding:20px 12px;overflow-y:auto}.nav-section{margin-bottom:24px}.nav-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 12px 12px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s;text-align:left;font-family:Plus Jakarta Sans,sans-serif}.nav-item svg{width:20px;height:20px;flex-shrink:0}.nav-item:hover{background:#f3f4f6;color:#111827}.nav-item.active{background:#eff6ff;color:#4570eb;font-weight:600}.nav-item.nav-back{margin-bottom:12px;color:#6b7280}.nav-item.nav-back:hover{background:#f3f4f6;color:#374151}.sidebar-footer{margin-top:auto;padding:24px 20px;border-top:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#fafbff);position:relative}.sidebar-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.user-info{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.user-info:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.user-avatar{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease;position:relative;overflow:hidden}.user-avatar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.user-info:hover .user-avatar:before{left:100%}.user-info:hover .user-avatar{transform:scale(1.05);box-shadow:0 6px 16px #667eea66}.user-details{display:flex;flex-direction:column;gap:4px;flex:1}.user-name{font-size:15px;font-weight:700;color:#1e293b;margin:0}.user-email{font-size:13px;color:#64748b;font-weight:500;margin:0;word-break:break-word}@media (max-width: 768px){.user-info{padding:14px;gap:12px}.user-avatar{width:44px;height:44px;font-size:16px;border-radius:12px}.user-name{font-size:14px}.user-email{font-size:12px}}@media (max-width: 480px){.user-info{padding:12px;gap:10px}.user-avatar{width:40px;height:40px;font-size:15px;border-radius:10px}.user-name{font-size:13px}.user-email{font-size:11px}}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow-x:hidden}.dashboard-header{background:#fff;padding:20px 32px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-size:24px;font-weight:700;color:#111827;margin:0}.header-actions{display:flex;align-items:center;gap:16px}.header-date{font-size:14px;color:#6b7280;text-transform:capitalize}.dashboard-content{flex:1;padding:24px;overflow-y:auto}.dashboard-overview{display:flex;flex-direction:column;gap:32px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.overview-card{background:linear-gradient(135deg,#fff,#fafbff);border-radius:20px;padding:28px;border:1px solid rgba(69,112,235,.08);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.overview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4570eb,#7c3aed);opacity:0;transition:opacity .3s}.overview-card:hover:before{opacity:1}.overview-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #4570eb1a,0 10px 10px -5px #4570eb0a;border-color:#4570eb33}.overview-card .card-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px;position:relative}.overview-card:nth-child(1) .card-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 16px -4px #667eea66}.overview-card:nth-child(2) .card-icon{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 8px 16px -4px #f093fb66}.overview-card:nth-child(3) .card-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 8px 16px -4px #4facfe66}.overview-card:nth-child(4) .card-icon{background:linear-gradient(135deg,#43e97b,#38f9d7);box-shadow:0 8px 16px -4px #43e97b66}.overview-card .card-icon svg{width:28px;height:28px;color:#fff}.overview-card .card-content{flex:1}.overview-card h3{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.overview-card .card-value{font-size:36px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px;line-height:1}.overview-card:nth-child(2) .card-value{background:linear-gradient(135deg,#f093fb,#f5576c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overview-card:nth-child(3) .card-value{background:linear-gradient(135deg,#4facfe,#00f2fe);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overview-card:nth-child(4) .card-value{background:linear-gradient(135deg,#43e97b,#38f9d7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overview-card .card-label{font-size:14px;color:#9ca3af;margin:0;font-weight:500}.recent-activity{background:linear-gradient(135deg,#fff,#fafbff);border-radius:20px;padding:28px;border:1px solid rgba(69,112,235,.08);box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.recent-activity h2{font-size:20px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 24px}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;gap:16px;padding:16px;background:#ffffffb3;border:1px solid rgba(69,112,235,.06);border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.activity-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#667eea,#764ba2);opacity:0;transition:opacity .2s}.activity-item:hover:before{opacity:1}.activity-item:hover{background:#fff;transform:translate(4px);box-shadow:0 4px 12px #4570eb14}.activity-icon{font-size:24px;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#4570eb0d;border-radius:10px}.activity-content{flex:1}.activity-content p{font-size:14px;font-weight:500;color:#374151;margin:0 0 6px}.activity-time{font-size:12px;color:#9ca3af;font-weight:500}.content-placeholder{background:#fff;border-radius:12px;padding:48px;border:1px solid #e5e7eb;text-align:center}.content-placeholder h2{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px}.content-placeholder p{font-size:16px;color:#6b7280;margin:0}@media (max-width: 1024px){.courses-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-sidebar{display:none}.form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:stretch;gap:16px}.status-bar{flex-direction:column;align-items:stretch;gap:12px}}.analytics-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;margin-top:20px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px #1018280f,0 8px 20px #1018280f}.panel.panel-wide{grid-column:span 2}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6}.panel-header h3{font-size:16px;font-weight:700;margin:0}.panel-meta{display:flex;gap:8px;margin-top:6px}.pill{background:#f3f4f6;color:#374151;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.tablist{display:flex;gap:8px}.tablist .tab{background:#f9fafb;border:1px solid #e5e7eb;color:#374151;border-radius:10px;padding:8px 12px;font-weight:600;font-size:13px;cursor:pointer}.tablist .tab.active{background:#4570eb;color:#fff;border-color:#4570eb}.panel-body{padding:16px 20px}.map-placeholder{position:relative;height:260px;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#eef2ff);overflow:hidden}.map-watermark{position:absolute;right:12px;bottom:12px;color:#94a3b8;font-size:12px}.map-dot{position:absolute;transform:translate(-50%,-50%)}.dot-pill{background:#111827cc;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;white-space:nowrap}.bar-chart{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:60px 1fr 1fr;gap:8px;align-items:center}.bar-label{font-size:12px;color:#6b7280;font-weight:600}.bar-track{background:#f3f4f6;height:10px;border-radius:6px;overflow:hidden}.bar{height:100%;border-radius:6px}.bar.male{background:#60a5fa}.bar.female{background:#f472b6}.radar-placeholder{position:relative;height:260px;background:radial-gradient(ellipse at center,#fff,#f8fafc 65%);border-radius:12px}.radar-center{position:absolute;top:50%;left:50%;width:6px;height:6px;background:#111827;border-radius:999px;transform:translate(-50%,-50%)}.radar-ring{position:absolute;top:50%;left:50%;border:1px dashed #cbd5e1;border-radius:9999px;transform:translate(-50%,-50%)}.radar-ring.r1{width:60%;height:60%}.radar-ring.r2{width:80%;height:80%}.radar-ring.r3{width:95%;height:95%}.radar-spoke{position:absolute;top:50%;left:50%;width:1px;height:48%;background:#e5e7eb;transform-origin:top}.radar-spoke.s1{transform:translate(-50%,-100%) rotate(0)}.radar-spoke.s2{transform:translate(-50%,-100%) rotate(72deg)}.radar-spoke.s3{transform:translate(-50%,-100%) rotate(144deg)}.radar-spoke.s4{transform:translate(-50%,-100%) rotate(216deg)}.radar-spoke.s5{transform:translate(-50%,-100%) rotate(288deg)}.panel-table .table{width:100%;border-collapse:collapse}.panel-table th,.panel-table td{padding:10px 12px;border-bottom:1px solid #f3f4f6;text-align:left;font-size:14px}.panel-table th{color:#6b7280;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.4px}@media (max-width: 1024px){.analytics-grid{grid-template-columns:1fr}.panel.panel-wide{grid-column:auto}}.logout-section{margin-top:20px}.logout-button{width:100%;padding:14px 16px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Plus Jakarta Sans,sans-serif;position:relative;overflow:hidden;box-shadow:0 4px 12px #ef44444d}.logout-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.logout-button:hover:before{left:100%}.logout-button:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 8px 20px #ef444466}.logout-button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #ef44444d}.logout-button:disabled{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.logout-button.logging-out{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.logout-button.logging-out:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:none;box-shadow:0 4px 12px #f59e0b4d}.logout-button-content{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:1}.logout-icon{width:18px;height:18px;flex-shrink:0;transition:transform .2s}.logout-button:hover:not(:disabled) .logout-icon{transform:translate(2px)}.logout-spinner{display:flex;align-items:center;justify-content:center;flex-shrink:0}.spinner-circle{animation:spin 1s linear infinite;stroke-dasharray:60;stroke-dashoffset:60}@keyframes spin{0%{stroke-dashoffset:60}50%{stroke-dashoffset:30}to{stroke-dashoffset:60}}.logout-info{margin-top:8px;text-align:center}.logout-hint{font-size:11px;color:#9ca3af;font-weight:500;opacity:.8;transition:opacity .2s}.logout-button:hover+.logout-info .logout-hint{opacity:1;color:#6b7280}@media (max-width: 768px){.logout-button{padding:16px 20px;font-size:15px;border-radius:14px}.logout-icon{width:20px;height:20px}.logout-hint{font-size:12px}}@media (max-width: 480px){.logout-button{padding:18px 24px;font-size:16px}.logout-button-content{gap:12px}.logout-icon{width:22px;height:22px}}.logout-section:hover .logout-button:not(:disabled){transform:translateY(-1px)}.logout-section:hover .logout-hint{color:#6b7280;opacity:1}@media (max-width: 768px){.sidebar-footer{padding:20px 16px}}@media (max-width: 480px){.sidebar-footer{padding:18px 14px}}.config-container{min-height:100vh;background:#f8f9fa;font-family:Plus Jakarta Sans,sans-serif}.config-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;gap:24px}.back-button{padding:10px 16px;background:transparent;border:1px solid #e5e5e5;border-radius:8px;color:#717171;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.back-button:hover{background:#f8f9fa;color:#222}.config-title{font-size:28px;font-weight:800;color:#222;margin:0;font-family:Plus Jakarta Sans,sans-serif}.config-tabs{background:#fff;padding:0 32px;display:flex;gap:8px;border-bottom:1px solid #e5e5e5}.tab-button{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;border-bottom:3px solid transparent;color:#717171;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.tab-button:hover{color:#222;background:#f8f9fa}.tab-button.active{color:#4570eb;border-bottom-color:#4570eb}.tab-icon{font-size:18px}.config-content{padding:32px;max-width:1400px;margin:0 auto}.coming-soon{background:#fff;border-radius:12px;padding:80px 40px;text-align:center;box-shadow:0 1px 3px #0000001a}.coming-icon{font-size:64px;display:block;margin-bottom:24px}.coming-soon h3{font-size:24px;font-weight:700;color:#222;margin-bottom:12px;font-family:Plus Jakarta Sans,sans-serif}.coming-soon p{color:#717171;font-size:16px;font-family:Plus Jakarta Sans,sans-serif}.v3-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.v3-toolbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 20px #0000001a}.v3-title{font-size:20px;font-weight:700;color:#2d3748;margin:0}.v3-back-btn,.v3-save-btn{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.v3-back-btn{background:transparent;color:#4a5568}.v3-back-btn:hover{background:#f7fafc}.v3-save-btn{background:#48bb78;color:#fff}.v3-save-btn:hover{background:#38a169;transform:translateY(-1px);box-shadow:0 4px 12px #48bb784d}.v3-save-btn:disabled{opacity:.6;cursor:not-allowed}.v3-board{display:flex;gap:24px;padding:32px;overflow-x:auto;align-items:flex-start}.v3-column{flex:0 0 360px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px;height:fit-content}.v3-column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 8px}.v3-column-title{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.v3-status{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;background:#fff3;color:#fff}.v3-status.internal{background:#63b3ed4d}.v3-status.external{background:#f6ad554d}.v3-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .2s}.v3-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.v3-card-image{height:180px;background-size:cover;background-position:center;position:relative}.v3-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5));display:flex;align-items:flex-end;padding:12px;opacity:0;transition:opacity .2s}.v3-card:hover .v3-image-overlay{opacity:1}.v3-change-img{padding:6px 12px;background:#fff;color:#2d3748;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.v3-change-img:hover{background:#f7fafc}.v3-card-body{padding:16px}.v3-card-title{font-size:16px;font-weight:700;color:#2d3748;margin:0 0 8px}.v3-card-subtitle{font-size:13px;color:#718096;line-height:1.5;margin:0 0 12px}.v3-edit-title,.v3-edit-subtitle,.v3-edit-url{width:100%;padding:8px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;margin-bottom:8px;font-family:inherit}.v3-edit-title{font-weight:600}.v3-card-meta{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.v3-chip{padding:4px 8px;background:#edf2f7;color:#4a5568;border-radius:12px;font-size:11px;font-weight:600}.v3-date,.v3-time{font-size:11px;color:#a0aec0;display:flex;align-items:center}.v3-card-link{display:flex;gap:8px;margin-bottom:12px}.v3-link-type{padding:6px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;background:#fff;color:#4a5568}.v3-link-input{flex:1;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#2d3748}.v3-card-footer{padding-top:12px;border-top:1px solid #e2e8f0}.v3-edit-btn{width:100%;padding:8px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.v3-edit-btn:hover{background:#edf2f7;color:#2d3748}.v3-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:20px;color:#fff;font-weight:600}@media (max-width: 768px){.v3-board{flex-direction:column;align-items:center}.v3-column{width:100%;max-width:360px}}.landing-video-intro .video-overlay-inner{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr 420px;gap:28px;padding:24px;color:#fff}.landing-video-intro .video-actions{display:block}.hero-cta-panel{background:#00000061;border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:18px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:grid;gap:14px}.hero-cta{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#fff;padding:16px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;transition:background .2s ease,transform .2s ease}.hero-cta:hover{background:#ffffff1f;transform:translateY(-1px)}.hero-cta .copy{display:grid;gap:6px}.hero-cta .title{font-size:20px;font-weight:800}.hero-cta .subtitle{font-size:14px;opacity:.9}.hero-cta .arrow{opacity:.9;font-weight:800}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}body{font-family:Plus Jakarta Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p,span,div,a,button,input,textarea,select,label{font-family:Plus Jakarta Sans,sans-serif}.landing-gradient{width:100%;min-height:440px;background:linear-gradient(180deg,#fff,#f4f9ff);padding-bottom:32px}.landing-gradient-inner{max-width:1600px;width:min(96vw,1600px);margin:0 auto;min-height:100%;display:grid;grid-template-columns:152px 1fr;gap:10px;align-items:start;padding-top:24px;padding-right:8px}.landing-sidebar{position:sticky;top:80px;align-self:flex-start;margin-top:50px}.landing-sidebar-list{list-style:none;display:flex;flex-direction:column;gap:14px;padding:0 4px}.landing-sidebar-list{padding-left:0}.landing-sidebar a{color:#111827;text-decoration:none;font-weight:400;position:relative}.landing-sidebar a.active{color:#4570eb;font-weight:700}@media (min-width: 901px){.landing-sidebar a{display:block;line-height:1.35;padding:6px 8px 8px 14px;transition:color .2s ease,padding-left .2s ease}.landing-sidebar a:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:#4570eb;border-radius:2px;transform:scaleY(0);transform-origin:top;transition:transform .2s ease}.landing-sidebar a:after{content:"";position:absolute;left:14px;right:0;bottom:0;height:2px;background:#4570eb;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.landing-sidebar a:hover{color:#111827;padding-left:18px;text-decoration:none}.landing-sidebar a:hover:before{transform:scaleY(1)}.landing-sidebar a:hover:after{transform:scaleX(1)}.landing-sidebar a.active:before{transform:scaleY(1)}.landing-sidebar a.active:after{transform:scaleX(1)}}.stories{margin:32px 0}.stories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.stories-header h2{font-size:22px;font-weight:800}.stories-more{color:#111827;text-decoration:none;font-size:14px}.stories-more:hover{text-decoration:underline}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.story-card{display:grid;gap:0px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000008}.story-image{display:block;width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;border:none;padding:0;cursor:pointer;transition:transform .2s}.story-image:hover{transform:scale(1.02)}.story-title{font-size:18px;font-weight:700;line-height:1.3;margin:12px 16px 8px}.story-meta{font-size:14px;color:#6b7280;margin:0 16px 16px}.landing-layout{max-width:1600px;width:min(96vw,1600px);margin:0 auto;padding:0 8px 0 6px;display:grid;grid-template-columns:152px 1fr;gap:10px;align-items:start}@media (min-width: 901px){.landing-layout{padding:0 8px 0 6px}}.landing-main{min-width:0}.landing-main-inner{max-width:100%}.landing-sidebar{position:sticky;top:204px;transform:none;align-self:start}@media (max-width: 840px){.landing-video-intro .video-overlay-inner{grid-template-columns:1fr!important;gap:24px!important;padding:32px 24px!important;align-items:center;text-align:center}.landing-video-intro .video-copy h3{font-size:28px!important;margin-bottom:16px}.landing-video-intro .hero-cta-panel{max-width:400px;margin:0 auto}}@media (max-width: 600px){.landing-video-intro .video-overlay-inner{padding:40px 20px!important;gap:20px!important}.landing-video-intro .video-copy h3{font-size:24px!important}.landing-video-intro .hero-cta-panel{max-width:100%}}@media (max-width: 480px){.landing-video-intro .video-overlay-inner{padding:36px 16px!important}.landing-video-intro .video-copy h3{font-size:20px!important}.landing-video-intro .hero-cta{padding:12px!important}.landing-video-intro .hero-cta .title{font-size:16px!important}.landing-video-intro .hero-cta .subtitle{font-size:12px!important}}@media (max-width: 480px){.landing-video-intro .video-overlay-inner{padding:12px!important}.landing-video-intro .video-copy h3{font-size:20px!important;margin-bottom:8px}.landing-video-intro .hero-cta-panel{padding:12px}.landing-video-intro .hero-cta{padding:10px 12px!important;flex-direction:column;text-align:center;gap:8px}.landing-video-intro .hero-cta .copy{gap:4px}.landing-video-intro .hero-cta .title{font-size:14px!important}.landing-video-intro .hero-cta .subtitle{font-size:11px!important}.landing-video-intro .hero-cta .arrow{display:none}}@media (max-width: 768px){.stories-grid{grid-template-columns:1fr;gap:16px}.stories{margin:24px 0}.landing-layout{grid-template-columns:1fr;gap:16px;padding:0 16px}.landing-gradient-inner{grid-template-columns:1fr;gap:16px;padding-top:16px;padding-right:16px;padding-left:16px}.landing-sidebar{position:static;transform:none;order:-1}.landing-sidebar-list{flex-direction:row;flex-wrap:wrap;gap:8px 16px;padding:0;justify-content:center}.landing-sidebar a{padding:8px 12px;border-radius:8px;background:#4570eb0d;font-size:14px;transition:all .2s ease;min-height:44px;display:flex;align-items:center;white-space:nowrap}.landing-sidebar a:hover{background:#4570eb1a;text-decoration:none}.landing-main{order:2}.landing-layout{padding:0 12px}.landing-gradient{min-height:320px;padding-bottom:24px}.stories-header{flex-direction:column;align-items:flex-start;gap:8px}.stories-header h2{font-size:20px}.landing-sidebar-list{gap:6px 12px}.landing-sidebar a{padding:6px 10px;font-size:13px;min-height:40px}}@media (max-width: 480px){.landing-layout{padding:0 8px;gap:12px}.landing-gradient-inner{gap:12px;padding-top:12px;padding-right:8px;padding-left:8px}.stories{margin:16px 0}.stories-header h2{font-size:18px}.story-title{font-size:16px}.landing-sidebar-list{gap:4px 8px;justify-content:flex-start}.landing-sidebar a{padding:5px 8px;font-size:12px;min-height:36px;border-radius:6px}}@media (hover: none) and (pointer: coarse){.landing-sidebar a:active{background:#4570eb26;transform:scale(.98)}.story-card:active{transform:scale(.98)}}.billing-wrapper{max-width:1100px;margin:60px auto 80px;padding:0 24px;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,system-ui,sans-serif}.billing-heading{font-size:40px;font-weight:800;letter-spacing:-.02em;color:#0b1020;margin:0 0 8px}.billing-intro{color:#6b7280;display:grid;gap:6px;margin-bottom:24px}.billing-intro a{color:#4f6bff;font-weight:700}.billing-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px;padding:28px;border:1px solid #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#fafcff,#f4f7ff)}.billing-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 18px #0a10200f;padding:28px;display:grid;gap:20px}.billing-card h2{margin:0 0 8px;font-size:24px;color:#374151;font-weight:800}.pill-input,.pill-select{width:100%;padding:14px 16px;border:1px solid #d1d5db;border-radius:9999px;background:#fff;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.pill-input:focus,.pill-select:focus{border-color:#4f6bff;box-shadow:0 0 0 4px #4f6bff29}.pill-file{width:100%;padding:14px 16px;border:1px dashed #cbd5e1;border-radius:9999px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-label{display:block;font-weight:700;margin-bottom:8px;color:#374151}.btn-primary-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:14px 24px;background:#4f6bff;color:#fff;border:none;border-radius:9999px;font-weight:800;cursor:pointer}.btn-primary-pill:hover{filter:brightness(.95)}.preview-panel{border:1px solid #e5e7eb;border-radius:16px;background:#fff;min-height:460px;box-shadow:0 4px 18px #0a10200f;display:grid;place-items:center;padding:24px;text-align:center;color:#6b7280}.preview-panel .title{font-weight:800;font-size:18px;color:#374151;margin-bottom:8px}.dropzone{position:relative;border:1px dashed #cbd5e1;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:22px;min-height:96px;display:grid;place-items:center;text-align:center;color:#6b7280;cursor:pointer;transition:border-color .2s ease,background .2s ease}.dropzone:hover{border-color:#94a3b8}.dropzone.dragover{border-color:#4f6bff;background:linear-gradient(180deg,#f3f6ff,#eef2ff)}.dropzone .dz-title{font-weight:700;color:#374151;margin-bottom:4px}.dropzone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dropzone .dz-icon{color:#94a3b8;margin-bottom:6px}.field-error{color:#dc2626;font-size:12px;margin-top:6px}.pill-input.error,.pill-select.error{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}.invoice-preview{width:100%;max-width:520px;color:#0b1020;text-align:left}.invoice-card{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 10px #0a10200d;overflow:hidden;background:#fff}.invoice-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 10px}.invoice-header img{height:28px;width:auto;object-fit:contain}.invoice-pill{background:#107f8c;color:#fff;padding:6px 12px;border-radius:9999px;font-weight:800;font-size:13px}.invoice-section{padding:12px 18px}.invoice-section-title{background:#0ba7b5;color:#fff;font-weight:800;font-size:13px;padding:6px 12px;border-radius:9999px;display:inline-block;margin:8px 18px}.invoice-kv{font-size:12px;line-height:1.4;color:#374151}.invoice-kv strong{color:#0b1020}.invoice-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:8px}.invoice-table th,.invoice-table td{border-top:1px solid #e5e7eb;padding:8px 10px;text-align:left}.invoice-table th{background:#f8fafc;font-weight:800;color:#374151}.invoice-summary{padding:10px 18px;display:grid;gap:6px;justify-content:end}.invoice-summary .row{display:grid;grid-template-columns:auto auto;gap:24px;font-size:13px}.invoice-summary .row strong{text-align:right}.invoice-meta{padding:10px 18px 16px;font-size:12px;color:#374151;display:grid;grid-template-columns:1fr 1fr;gap:12px}.invoice-meta .box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px}.carousel-simple{width:100%;max-width:100%}@media (max-width: 490px){.carousel-simple{height:300px!important;border-radius:8px;margin:0 auto}}@media (max-width: 360px){.carousel-simple{height:250px!important;border-radius:6px}}@media (max-width: 840px){.landing-video-intro .video-frame{aspect-ratio:16 / 8.5}}@media (max-width: 600px){.landing-video-intro .video-frame{aspect-ratio:16 / 10}}@media (max-width: 480px){.landing-video-intro .video-frame{aspect-ratio:16 / 12}}.plan-anual-banner{background:#4f6bff;color:#fff;position:relative;box-shadow:0 2px 12px #667eea4d,0 1px 3px #0000001a}@keyframes bannerGradientFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.plan-anual-banner:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:gradientFlow 3s ease infinite}.banner-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.banner-info{display:flex;align-items:center;gap:1.5rem;flex:1}.banner-badge{background:#ff7b00;color:#333;font-size:.75rem;font-weight:900;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.badge-icon{font-size:.9rem;display:flex;align-items:center}.badge-text{font-weight:900;letter-spacing:.3px}.banner-text{font-family:plus jakarta sans,sans-serif;display:flex;flex-direction:column;gap:.25rem}.banner-title{font-size:1rem;font-weight:700;color:#fff;line-height:1.2}.banner-subtitle{font-size:.85rem;color:#fffc;line-height:1.2}.banner-price{display:flex;align-items:baseline;gap:.35rem;margin-left:auto}.banner-price-amount{font-size:2rem;font-weight:800;color:#fff;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.banner-price-currency{font-size:1rem;font-weight:600;color:#fffc}.banner-cta{background:#fff3;color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 4px 15px #0003;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-cta:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.banner-cta svg{width:20px;height:20px}@media (max-width: 768px){.banner-content{flex-direction:column;gap:1.5rem;padding:1.25rem 1.5rem}.banner-info{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.banner-badge{font-size:.65rem;padding:.4rem .75rem;align-self:flex-start;border-radius:20px}.badge-icon{font-size:.8rem}.banner-text{gap:.15rem}.banner-title{font-size:.95rem}.banner-subtitle{font-size:.75rem}.banner-price{margin-left:0;align-self:flex-start}.banner-price-amount{font-size:1.75rem}.banner-price-currency{font-size:.9rem}.banner-cta{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}}.countdown-banner{display:flex;align-items:center;gap:.75rem;font-family:Plus Jakarta Sans,sans-serif}.countdown-text{font-size:.75rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.countdown-timer{display:flex;align-items:center;gap:.25rem}.time-unit{display:flex;align-items:baseline;gap:.125rem}.time-number{font-size:.9rem;font-weight:800;color:#fff;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.time-label{font-size:.6rem;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.2px}.time-separator{font-size:.7rem;font-weight:700;color:#fff9;margin:0 .1rem}@media (max-width: 768px){.countdown-banner{gap:.5rem}.countdown-text{font-size:.65rem}.time-number{font-size:.8rem}.time-label{font-size:.5rem}.time-separator{font-size:.6rem}.countdown-timer{gap:.2rem}}.stories-versions{padding:40px 0}.version-selector{margin-bottom:32px}.selector-header{margin-bottom:24px}.selector-header h2{font-size:28px;font-weight:800;color:#222;margin-bottom:16px;font-family:Plus Jakarta Sans,sans-serif}.version-pills{display:flex;gap:8px;flex-wrap:wrap}.version-pill{padding:8px 16px;border:1px solid #e5e5e5;background:#fff;border-radius:20px;font-size:13px;font-weight:600;color:#717171;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.version-pill:hover{background:#f8f9fa;color:#222}.version-pill.active{background:#4570eb;color:#fff;border-color:#4570eb}.stories-grid-v1{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.story-card-v1{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.story-card-v1:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.story-image-v1{height:180px;background-size:cover;background-position:center;position:relative}.story-tag-v1{position:absolute;top:12px;left:12px;background:#fffffff2;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#4570eb}.story-content-v1{padding:20px}.story-content-v1 h3{font-size:18px;font-weight:700;color:#222;margin-bottom:8px;line-height:1.3}.story-meta-v1{font-size:13px;color:#717171}.stories-scroll-v2{display:flex;gap:20px;overflow-x:auto;padding:4px 0 20px;scroll-behavior:smooth}.stories-scroll-v2::-webkit-scrollbar{height:8px}.stories-scroll-v2::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.stories-scroll-v2::-webkit-scrollbar-thumb{background:#4570eb;border-radius:10px}.story-card-v2{min-width:320px;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:transform .2s}.story-card-v2:hover{transform:scale(1.02)}.story-image-v2{height:200px;background-size:cover;background-position:center}.story-content-v2{padding:20px}.story-tag-v2{display:inline-block;background:#e8f0ff;color:#4570eb;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;margin-bottom:12px}.story-content-v2 h3{font-size:18px;font-weight:700;color:#222;margin-bottom:8px}.story-content-v2 p{font-size:13px;color:#717171}.stories-v3{display:flex;flex-direction:column;gap:1px;background:#e5e5e5;border-radius:12px;overflow:hidden}.story-card-v3{background:#fff;padding:24px;display:flex;align-items:center;gap:24px;cursor:pointer;transition:background .2s}.story-card-v3:hover{background:#f8f9fa}.story-card-v3:hover .story-arrow-v3{transform:translate(4px)}.story-number-v3{font-size:32px;font-weight:800;color:#e5e5e5;min-width:50px}.story-content-v3{flex:1}.story-header-v3{display:flex;gap:12px;margin-bottom:8px;font-size:12px}.story-tag-v3{color:#4570eb;font-weight:600}.story-date-v3{color:#717171}.story-content-v3 h3{font-size:20px;font-weight:700;color:#222;margin-bottom:8px}.story-subtitle-v3{font-size:14px;color:#717171;line-height:1.5}.story-arrow-v3{font-size:24px;color:#4570eb;transition:transform .2s}.masonry-grid-v4{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;grid-auto-flow:dense}.story-card-v4{border-radius:12px;overflow:hidden;cursor:pointer;position:relative;height:250px;transition:transform .2s}.story-card-v4.tall{grid-row:span 2;height:520px}.story-card-v4:hover{transform:scale(1.03)}.story-image-v4{width:100%;height:100%;background-size:cover;background-position:center}.story-overlay-v4{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.story-tag-v4{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:8px}.story-overlay-v4 h3{font-size:18px;font-weight:700;margin-bottom:4px}.story-overlay-v4 p{font-size:13px;opacity:.9}.stories-list-v5{display:flex;flex-direction:column;gap:20px}.story-card-v5{display:flex;gap:24px;background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #00000014}.story-card-v5:hover{transform:translate(8px);box-shadow:0 8px 24px #0000001f}.story-image-v5{width:240px;min-width:240px;height:180px;background-size:cover;background-position:center;position:relative}.story-tag-badge-v5{position:absolute;top:12px;left:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#4570eb}.story-content-v5{padding:24px;display:flex;flex-direction:column;justify-content:center}.story-content-v5 h3{font-size:20px;font-weight:700;color:#222;margin-bottom:8px;line-height:1.3}.story-subtitle-v5{font-size:14px;color:#717171;line-height:1.5;margin-bottom:12px}.story-meta-v5{display:flex;gap:8px;font-size:13px;color:#717171}.stories-grid-v6{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.story-card-v6{border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s,box-shadow .3s;height:320px}.story-card-v6:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 32px #0003}.story-image-v6{width:100%;height:100%;background-size:cover;background-position:center;position:relative}.story-gradient-overlay-v6{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;color:#fff}.story-gradient-overlay-v6 .story-tag-v6{position:absolute;top:20px;left:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.story-gradient-overlay-v6 h3{font-size:22px;font-weight:700;margin-bottom:12px;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.3)}.story-footer-v6{display:flex;justify-content:space-between;font-size:13px;opacity:.95}.magazine-grid-v7{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.story-card-v7{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000014}.story-card-v7.featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.story-card-v7:hover{box-shadow:0 8px 24px #0000001f}.story-image-v7{height:200px;background-size:cover;background-position:center}.story-card-v7.featured .story-image-v7{height:100%}.story-content-v7{padding:20px}.story-tag-v7{display:inline-block;background:#111;color:#fff;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.story-content-v7 h3{font-size:20px;font-weight:700;color:#222;margin-bottom:12px;line-height:1.3}.story-subtitle-v7{font-size:14px;color:#717171;line-height:1.5;margin-bottom:16px}.story-meta-v7{font-size:12px;color:#717171;display:flex;align-items:center;gap:8px}.story-meta-v7 .dot{font-size:8px}.stories-grid-v8{display:flex;flex-direction:column;gap:24px}.story-card-v8{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #00000014;height:240px}.story-card-v8.image-right{direction:rtl}.story-card-v8.image-right>*{direction:ltr}.story-card-v8:hover{transform:scale(1.02);box-shadow:0 12px 32px #4570eb26}.story-image-v8{background-size:cover;background-position:center;position:relative}.story-tag-v8{position:absolute;top:16px;left:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#4570eb}.story-content-v8{padding:32px;display:flex;flex-direction:column;justify-content:center}.story-content-v8 h3{font-size:22px;font-weight:700;color:#222;margin-bottom:12px;line-height:1.3}.story-subtitle-v8{font-size:14px;color:#717171;line-height:1.5;margin-bottom:16px}.story-footer-v8{display:flex;justify-content:space-between;align-items:center}.story-meta-v8{font-size:13px;color:#717171}.read-arrow-v8{font-size:20px;color:#4570eb;transition:transform .2s}.story-card-v8:hover .read-arrow-v8{transform:translate(4px)}.stories-grid-v9{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.story-card-v9{cursor:pointer;transition:all .3s}.story-card-v9:hover{transform:translateY(-4px)}.story-wrapper-v9{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s}.story-card-v9:hover .story-wrapper-v9{box-shadow:0 12px 24px #00000026}.story-image-v9{height:200px;background-size:cover;background-position:center;position:relative;overflow:hidden;transition:transform .5s}.story-card-v9:hover .story-image-v9{transform:scale(1.1)}.story-overlay-v9{position:absolute;top:0;left:0;right:0;padding:16px;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.story-tag-v9{display:inline-block;background:#fffffff2;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#4570eb}.story-content-v9{padding:20px}.story-content-v9 h3{font-size:18px;font-weight:700;color:#222;margin-bottom:12px;line-height:1.3}.story-meta-v9{display:flex;justify-content:space-between;font-size:13px;color:#717171}.read-time-v9{font-weight:500}.bento-grid-v10{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,240px);gap:20px}.bento-card-v10{border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.bento-card-v10:hover{transform:scale(1.03);box-shadow:0 20px 40px #0003}.bento-card-v10.large{grid-column:span 2;grid-row:span 2}.bento-card-v10.tall{grid-row:span 2}.bento-card-v10.wide{grid-column:span 2}.bento-image-v10{width:100%;height:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}.bento-content-v10{width:100%;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff}.bento-tag-v10{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.bento-content-v10 h3{font-size:20px;font-weight:700;margin-bottom:8px;line-height:1.3}.bento-card-v10.large h3{font-size:28px}.bento-subtitle-v10{font-size:14px;opacity:.9;line-height:1.4;margin-bottom:12px}.bento-meta-v10{display:flex;gap:12px;font-size:13px;opacity:.8}@media (max-width: 768px){.version-pills{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.story-card-v7.featured{grid-column:span 1;display:block}.stories-table-v10{font-size:12px}.stories-table-v10 th,.stories-table-v10 td{padding:12px}}*{box-sizing:border-box}.notion-app{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:#fff}.notion-error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.notion-error-icon{font-size:64px;margin-bottom:24px}.notion-error-page h1{font-size:32px;font-weight:600;color:#37352f;margin-bottom:8px}.notion-error-page p{font-size:16px;color:#37352fa6;margin-bottom:32px}.notion-home-btn{padding:12px 24px;background:#2383e2;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.notion-home-btn:hover{background:#1c67b3}.notion-frame{width:100%;min-height:100vh;background:#fff}.notion-cover-image{height:360px;background-size:cover;background-position:center;position:relative;width:100%;background-color:#f1f1f0}.notion-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.1))}.notion-cover-change{position:absolute;top:8px;right:8px;padding:6px 12px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:3px;font-size:12px;font-weight:500;color:#37352f;cursor:pointer;opacity:0;transition:opacity .2s}.notion-cover-image:hover .notion-cover-change{opacity:1}.notion-page-container{max-width:720px;margin:0 auto;padding:0 48px;position:relative}.notion-page-icon{position:absolute;top:-30px;left:48px;font-size:78px;line-height:1;cursor:pointer;transition:transform .2s}.notion-page-icon:hover{transform:scale(1.1)}.notion-page-emoji{display:block;-webkit-user-select:none;user-select:none}.notion-page-inner{background:#fff;padding:0 0 96px}.notion-title-section{margin-bottom:40px;padding-top:60px}.notion-title-large{font-size:40px;font-weight:700;line-height:1.2;color:#37352f;margin-bottom:8px;letter-spacing:-.5px}.notion-backlink{display:flex;align-items:center;gap:6px;color:#37352f73;font-size:14px;margin:6px 0 18px}.notion-backlink .notion-link-icon{transform:rotate(315deg)}.notion-subtitle{font-size:16px;color:#37352f80;line-height:1.4;font-weight:400}.notion-subtitle-underline{border-bottom:1px solid rgba(55,53,47,.15);padding-bottom:2px}.notion-intro-section{margin-bottom:48px}.notion-byline{display:flex;align-items:center;gap:12px;margin-bottom:28px}.notion-author-avatar{width:36px;height:36px;border-radius:50%}.notion-byline-text{display:flex;flex-direction:column;gap:2px;color:#37352fcc}.notion-byline-row{display:flex;align-items:center;gap:8px;font-size:14px}.notion-byline-row .dot{color:#37352f66}.notion-byline-meta{font-size:13px;color:#37352f8c}.notion-linkedin{color:#0a66c2}.notion-intro-greeting{font-size:16px;font-weight:600;color:#37352f;margin-bottom:20px}.notion-emoji-wave{display:inline-block;font-size:20px;margin-right:8px;animation:wave .6s ease-in-out}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.notion-intro-emoji{display:block;font-size:20px;font-weight:600;color:#37352f;margin-bottom:24px;line-height:1.4}.notion-intro-text{font-size:15px;color:#37352f;line-height:1.6;margin-bottom:16px}.notion-properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px 16px;padding:20px;background:#f7f6f3;border-radius:3px;margin-bottom:16px}.notion-property{display:flex;flex-direction:column;gap:4px}.notion-property-name{font-size:12px;color:#37352f80;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.notion-property-value{font-size:14px;color:#37352f;display:flex;align-items:center}.notion-select-pill{display:inline-block;padding:2px 8px;border-radius:3px;font-size:14px;line-height:20px}.notion-select-pill.blue{background:#0091ff1a;color:#0059b6}.notion-select-pill.green{background:#00b8541a;color:#007b38}.notion-person{display:inline-flex;align-items:center;gap:6px}.notion-person img{width:20px;height:20px;border-radius:50%}.notion-tags-section{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.notion-tag-pill{display:inline-block;padding:3px 10px;background:#37352f14;border-radius:3px;font-size:14px;color:#37352fa6}.notion-content-area{color:#37352f;line-height:1.5;font-size:16px}.notion-content-area h1{font-size:30px;font-weight:600;line-height:1.3;margin-top:2em;margin-bottom:4px;color:#37352f}.notion-content-area h2{font-size:24px;font-weight:600;line-height:1.3;margin-top:1.4em;margin-bottom:1px;color:#37352f}.notion-content-area h3{font-size:20px;font-weight:600;line-height:1.3;margin-top:1em;margin-bottom:1px;color:#37352f}.notion-content-area a{color:#2e78c9;text-decoration:none}.notion-content-area a:hover{text-decoration:underline;text-underline-offset:2px}.notion-content-area mark,.notion-highlight{background:#fde2e2;padding:2px 4px;border-radius:4px}.notion-content-area p{margin:8px 0;padding:3px 2px;line-height:1.75}.notion-content-area ul,.notion-content-area ol{margin:8px 0;padding-left:24px}.notion-content-area li{margin:6px 0;padding:0 2px;line-height:1.5}.notion-callout{display:flex;gap:12px;padding:16px 16px 16px 12px;border-radius:3px;margin:8px 0;background:#f1f1ef}.notion-callout.notion-info{background:#2e78c914}.notion-callout.notion-success{background:#00b85414}.notion-callout-icon{font-size:24px;line-height:1;margin-top:1px}.notion-callout-content{flex:1;line-height:1.5}.notion-toggle{margin:8px 0}.notion-toggle-header{display:flex;align-items:center;gap:8px;padding:3px 2px;cursor:pointer;-webkit-user-select:none;user-select:none}.notion-toggle-arrow{display:inline-block;transition:transform .2s;color:#37352fa6;font-size:12px}.notion-toggle.open .notion-toggle-arrow{transform:rotate(90deg)}.notion-toggle-content{display:none;padding-left:24px;margin-top:2px}.notion-toggle.open .notion-toggle-content{display:block}.notion-table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0}.notion-table th{background:transparent;padding:8px 9px;text-align:left;font-weight:500;color:#37352f;border:1px solid rgb(233,233,231)}.notion-table td{padding:7px 9px;border:1px solid rgb(233,233,231);line-height:1.5}.notion-emoji{margin-right:4px}.notion-tag{display:inline-block;padding:0 6px;border-radius:3px;font-size:14px;line-height:20px}.notion-tag.red{background:#ff001a1a;color:#d92d20}.notion-tag.yellow{background:#fdbc101a;color:#cb8709}.notion-tag.green{background:#00b8541a;color:#007b38}.notion-tag.blue{background:#0091ff1a;color:#0059b6}.notion-tag.purple{background:#9065b01a;color:#6940a5}.notion-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:16px 0}.notion-column{min-width:0}.notion-card{padding:16px;background:#f7f6f3;border-radius:3px;height:100%}.notion-card-emoji{font-size:32px;margin-bottom:8px}.notion-card h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#37352f}.notion-card p{font-size:14px;line-height:1.5;color:#37352fa6}.notion-code{background:#f7f6f3;border-radius:3px;padding:12px;margin:4px 0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:85%;line-height:1.45;color:#37352f}.notion-numbered-list{margin:16px 0}.notion-numbered-item{display:flex;gap:12px;margin:8px 0}.notion-number{min-width:24px;height:24px;background:#37352f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;flex-shrink:0}.notion-item-content{flex:1;line-height:1.5}.notion-divider{width:100%;height:1px;background:#37352f17;margin:16px 0}.notion-quote{display:flex;gap:12px;margin:16px 0;padding:3px 2px}.notion-quote-bar{width:3px;background:#37352f;border-radius:1.5px}.notion-quote-content{flex:1;font-size:16px;line-height:1.5;color:#37352f}.notion-quote-content cite{display:block;margin-top:8px;font-size:14px;color:#37352fa6;font-style:normal}.notion-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:16px 0}.notion-gallery-card{padding:16px;background:#f7f6f3;border-radius:3px;text-align:center}.notion-gallery-icon{font-size:32px;margin-bottom:8px}.notion-gallery-card h4{font-size:14px;font-weight:600;margin-bottom:4px;color:#37352f}.notion-gallery-card p{font-size:13px;color:#37352fa6;line-height:1.4;margin-bottom:8px}.notion-gallery-tags{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.notion-progress{margin:16px 0;padding:16px;background:#f7f6f3;border-radius:3px}.notion-progress-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:500;color:#37352f}.notion-progress-bar{height:8px;background:#e9e9e7;border-radius:4px;overflow:hidden;margin-bottom:16px}.notion-progress-fill{height:100%;background:linear-gradient(90deg,#2383e2,#8a61ce);transition:width .3s ease}.notion-checklist{margin:8px 0}.notion-checkbox{display:flex;align-items:center;gap:8px;margin:4px 0;cursor:pointer}.notion-checkbox input{display:none}.notion-check{width:16px;height:16px;border:2px solid rgba(55,53,47,.35);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent}.notion-checkbox input:checked+.notion-check{background:#2383e2;border-color:#2383e2;color:#fff}.notion-timeline{margin:24px 0;position:relative;padding-left:32px}.notion-timeline-item{position:relative;margin-bottom:24px;display:flex;gap:16px}.notion-timeline-marker{position:absolute;left:-32px;width:24px;height:24px;background:#fff;border:2px solid rgb(233,233,231);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#37352fa6}.notion-timeline-marker.completed{background:#2ea043;border-color:#2ea043;color:#fff}.notion-timeline-marker.active{border-color:#2383e2;color:#2383e2;font-weight:700}.notion-timeline-content{flex:1;padding-bottom:24px;border-left:2px solid rgb(233,233,231);padding-left:24px;margin-left:-13px}.notion-timeline-item:last-child .notion-timeline-content{border-left:none}.notion-timeline-date{font-size:12px;color:#37352f80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.notion-timeline-content h4{font-size:16px;font-weight:600;margin-bottom:4px;color:#37352f}.notion-timeline-content p{font-size:14px;color:#37352fa6;line-height:1.4}.notion-cta{margin:32px 0;padding:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;text-align:center;color:#fff}.notion-cta h3{font-size:28px;margin-bottom:12px}.notion-cta p{font-size:16px;margin-bottom:24px;opacity:.95}.notion-cta-buttons{display:flex;gap:16px;justify-content:center}.notion-btn-primary,.notion-btn-secondary{padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:transform .2s;border:none;font-size:14px}.notion-btn-primary{background:#fff;color:#764ba2}.notion-btn-secondary{background:transparent;color:#fff;border:2px solid white}.notion-btn-primary:hover,.notion-btn-secondary:hover{transform:translateY(-2px)}.notion-footer{margin-top:48px;padding-top:24px;border-top:1px solid rgba(55,53,47,.09);display:flex;justify-content:space-between;align-items:center}.notion-share{position:relative}.notion-share-btn{padding:6px 16px;background:#2383e2;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.notion-share-btn:hover{background:#1c67b3}.notion-share-menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fff;border:1px solid rgb(233,233,231);border-radius:3px;box-shadow:0 2px 8px #0000001a;min-width:150px;overflow:hidden}.notion-share-menu button{width:100%;padding:8px 12px;background:none;border:none;text-align:left;font-size:14px;color:#37352f;cursor:pointer;transition:background .2s}.notion-share-menu button:hover{background:#f7f6f3}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#37352f1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#37352f33}@media (max-width: 768px){.notion-page-container{padding:0 20px;top:-30px}.notion-page-inner{padding:16px 0 48px}.notion-title-large{font-size:32px}.notion-properties-grid,.notion-columns,.notion-gallery{grid-template-columns:1fr}.notion-cta-buttons{flex-direction:column}.notion-footer{flex-direction:column;gap:16px}}.EducationLegal-module_visually-hidden__tf4FU{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.EducationLegal-module_edu-root__It1C-{display:grid;grid-template-columns:154px 1fr;min-height:calc(100vh - 80px);gap:16px;background:#4570eb;padding:16px 48px 16px 16px;overflow-x:hidden}.EducationLegal-module_edu-sidebar__DMDgz{background:#4570eb;color:#fff;padding:16px 12px;position:sticky;top:0;height:100vh}.EducationLegal-module_edu-logo__mNBYb{display:none}.EducationLegal-module_edu-logo-img__c7J-N{width:112px;height:auto;margin:4px 8px 12px;display:block}.EducationLegal-module_edu-nav__XTWrJ{display:grid;gap:8px}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG{color:#fffffff2;text-decoration:none;padding:8px 12px;border-radius:999px;display:flex;align-items:center;gap:8px}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG .EducationLegal-module_ic__JBasd{width:20px;height:20px}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG.EducationLegal-module_back__WYofP{background:transparent;color:#fff;padding-left:0}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG.EducationLegal-module_back__WYofP:hover{text-decoration:underline;background:transparent}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG.EducationLegal-module_active__qmUhA,.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG:hover{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.22)}.EducationLegal-module_edu-topbar__DlCK8{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.EducationLegal-module_edu-title__-dczO{font-weight:700}.EducationLegal-module_edu-search__146-f{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;color:#111827}.EducationLegal-module_edu-banner__kQwcj{position:relative;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:20px;height:clamp(320px,38vw,520px)}.EducationLegal-module_edu-banner-img__bE9Yz{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:1;z-index:0;margin-top:55px}.EducationLegal-module_edu-banner-inner__dOVYq{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:transparent;z-index:1}.EducationLegal-module_edu-banner-logo__852et{max-width:min(60%,520px);width:100%;height:auto;filter:none;mix-blend-mode:normal}.EducationLegal-module_edu-subtitle__I7BnZ{color:#334155;font-weight:600;letter-spacing:.1px;font-size:20px}.EducationLegal-module_edu-hero-actions__nlS8T{position:static;display:flex;gap:14px}.EducationLegal-module_btn-pill__PrqUe{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;font-weight:700;text-decoration:none;color:#fff;box-shadow:0 4px 14px #0000001f}.EducationLegal-module_ic__JBasd{width:18px;height:18px}.EducationLegal-module_live__NDUae{background:#58c33b}.EducationLegal-module_recorded__RwYLR{background:#4570eb}.EducationLegal-module_edu-trust__RYCL7{text-align:center;color:#475569;font-size:14px;margin:12px 0 0}.EducationLegal-module_edu-live__RyaWM{margin-top:44px;padding:40px 8px 20px}.EducationLegal-module_live-header__zAIwB{display:flex;align-items:center;gap:10px;justify-content:center}.EducationLegal-module_live-ic__reREM{width:22px;height:22px;color:#58c33b}.EducationLegal-module_live-title__PsYRI{font-size:clamp(22px,4vw,40px);line-height:1.1;text-align:center;margin:0;letter-spacing:.2px}.EducationLegal-module_accent__5-OgB{color:#58c33b}.EducationLegal-module_live-sub__s7cLF{text-align:center;color:#475569;max-width:760px;margin:16px auto 18px}.EducationLegal-module_pill-group__K2TVf{display:flex;gap:10px;justify-content:center;margin:12px 0 40px;flex-wrap:wrap}.EducationLegal-module_pill__uwKN3{border:1px solid #3b82f6;background:transparent;color:#1d4ed8;border-radius:999px;padding:8px 18px;cursor:pointer;font-weight:600}.EducationLegal-module_pill__uwKN3:hover{background:#3b82f60f}.EducationLegal-module_pill__uwKN3.EducationLegal-module_active__qmUhA{background:#3b82f61a}.EducationLegal-module_course-grid__wNrsl{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:none;margin:0}@media (min-width: 1280px){.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{grid-template-columns:repeat(4,1fr);gap:16px}}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-card__zlm6h{background:#fff;border:1px solid #edf0f4;border-radius:18px;box-shadow:0 1px 1px #1018280a,0 6px 12px #1018280f,0 18px 36px #10182814;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s ease,transform .18s ease}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-card__zlm6h:hover{transform:translateY(-1px);box-shadow:0 1px 1px #1018280d,0 10px 18px #10182814,0 28px 54px #1018281a}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-cover__pMwZK{padding:14px 14px 0}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_cover-fallback__IaTEs{height:140px;border-radius:14px;background:linear-gradient(180deg,#e8f0ff,#eef2ff);background-size:cover;background-position:center;border:1px solid #E6ECF7;box-shadow:0 1px 2px #1018280a}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-body__EeLRB{padding:24px 16px 14px;display:flex;flex-direction:column;flex:1}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-meta__eqjk9{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_meta-item__PQxuJ{display:inline-flex;align-items:center;gap:6px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_meta-ic__sbBht{width:24px;height:24px;color:#6b7280}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_meta-label__VxT4F{font-weight:600;color:#374151}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_date-text__rAxSN{color:#6b7280;margin-left:8px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-title__-nwnb{margin:12px 0;font-size:18px;line-height:1.3;color:#111827;font-weight:700;min-height:44px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-tags__14y1n{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;min-height:28px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_chip__odQGj{background:#eef2ff;color:#2563eb;border:1px solid #E0EAFF;border-radius:999px;padding:0 12px;font-size:13px;font-weight:600;height:28px;display:inline-flex;align-items:center}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_chip__odQGj.EducationLegal-module_live__NDUae{background:#f2f9eb;color:#82c73a;border-color:#e6f2da;display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_chip-ic__7Eu-E{width:18px;height:18px;color:#82c73a}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-actions__D8jVO{display:flex;justify-content:center;padding-top:10px;margin-top:auto}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_btn-outline__tATJu{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border:1px solid #E5E7EB;background:#fff;color:#0f172a;border-radius:9999px;padding:0 18px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:inset 0 1px #fffffff2,0 1px #1118270a,0 4px 8px #1118270d;transition:box-shadow .15s ease,transform .1s ease,border-color .15s ease,background-color .15s ease}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_btn-outline__tATJu:hover{text-decoration:none;background:#fff;box-shadow:inset 0 1px #fff,0 2px 4px #11182714,0 12px 24px #11182714}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_btn-outline__tATJu:active{text-decoration:none;transform:translateY(.5px);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #11182714,0 8px 16px #1118270f}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_btn-outline__tATJu:focus-visible{text-decoration:none;outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #3b82f61f,inset 0 1px #ffffffe6,0 2px 4px #11182714,0 12px 24px #11182714}@media (max-width: 768px){.EducationLegal-module_edu-live__RyaWM{margin-top:24px;padding:24px 0 20px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_live-title__PsYRI{font-size:clamp(20px,5vw,28px)}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_live-sub__s7cLF{font-size:14px;margin:12px auto 16px;padding:0 8px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_pill-group__K2TVf{margin:8px 0 24px;padding:0 8px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_pill__uwKN3{padding:6px 14px;font-size:13px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{grid-template-columns:1fr;gap:16px;padding:0 8px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-card__zlm6h{border-radius:14px;box-shadow:0 1px 1px #1018280a,0 4px 8px #1018280f,0 12px 24px #10182814}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-cover__pMwZK{padding:12px 12px 0}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_cover-fallback__IaTEs{height:120px;border-radius:12px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-body__EeLRB{padding:18px 14px 12px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-meta__eqjk9{font-size:13px;flex-wrap:wrap}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_meta-ic__sbBht{width:20px;height:20px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-title__-nwnb{font-size:16px;min-height:40px;margin:10px 0}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-tags__14y1n{margin-bottom:14px;gap:6px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_chip__odQGj{font-size:12px;height:26px;padding:0 10px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_chip-ic__7Eu-E{width:16px;height:16px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_btn-outline__tATJu{text-decoration:none;height:40px;font-size:13px}}@media (max-width: 1024px) and (min-width: 769px){.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{grid-template-columns:repeat(2,1fr);gap:16px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-title__-nwnb{font-size:17px}}@media (max-width: 1100px){.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{grid-template-columns:1fr}}.EducationLegal-module_no-future-courses-message__Qn4-Q{margin:20px 0}.EducationLegal-module_featured-courses-wrapper__rQKxE{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border:2px solid #3b82f6;border-radius:16px;padding:2rem;margin-bottom:2rem;position:relative}.EducationLegal-module_edu-recorded__heHRY{padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);margin-top:3rem}.EducationLegal-module_recorded-header__VqcwT{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:1rem}.EducationLegal-module_recorded-ic__29Clw{width:22px;height:22px;color:#4570eb}.EducationLegal-module_recorded-title__wHgpS{font-size:clamp(22px,4vw,40px);line-height:1.1;text-align:center;margin:0;letter-spacing:.2px;font-weight:800;color:#1a1a1a}.EducationLegal-module_recorded-sub__bb2mF{text-align:center;color:#475569;max-width:760px;margin:16px auto 18px;font-size:1.05rem}@media (max-width: 768px){.EducationLegal-module_edu-recorded__heHRY{padding:2rem 0;margin-top:2rem}.EducationLegal-module_recorded-header__VqcwT{margin-bottom:.75rem}.EducationLegal-module_recorded-ic__29Clw{width:20px;height:20px}.EducationLegal-module_recorded-title__wHgpS{font-size:clamp(20px,5vw,28px)}.EducationLegal-module_recorded-sub__bb2mF{font-size:14px;margin:12px auto 16px;padding:0 16px}.EducationLegal-module_featured-courses-wrapper__rQKxE{margin:0 8px 1.5rem!important;padding:1.5rem 1rem!important;border-radius:12px!important}.EducationLegal-module_featured-courses-wrapper__rQKxE h3{font-size:1.5rem!important}.EducationLegal-module_featured-courses-wrapper__rQKxE p{font-size:.95rem!important;margin-bottom:1rem!important}}.EducationLegal-module_recorded-courses-section__FWbK1 .EducationLegal-module_line-clamp-2__6regs{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.EducationLegal-module_recorded-courses-section__FWbK1 .EducationLegal-module_course-card__zlm6h{transition:transform .2s ease,box-shadow .2s ease}.EducationLegal-module_recorded-courses-section__FWbK1 .EducationLegal-module_course-card__zlm6h:hover{transform:translateY(-4px)}.EducationLegal-module_edu-footer__wJPo-{background:#4570eb}.EducationLegal-module_edu-footer-inner__Xoxda{max-width:1200px;margin:0 auto;padding:12px 24px}.EducationLegal-module_edu-admin-link__sJT84{color:#fff;font-size:13px;font-weight:600;text-decoration:none;opacity:.95}.EducationLegal-module_edu-admin-link__sJT84:hover{text-decoration:underline;opacity:1}@media (max-width: 768px){.EducationLegal-module_edu-footer-inner__Xoxda{padding:12px 16px;text-align:center}.EducationLegal-module_edu-admin-link__sJT84{font-size:12px;display:inline-block;margin:0 8px}}@media (max-width: 768px){.EducationLegal-module_pricing-sticky__S4kNP{position:static!important;top:auto!important;left:auto!important;transform:none!important;z-index:auto!important}.EducationLegal-module_edu-live__RyaWM,.EducationLegal-module_edu-recorded__heHRY{margin-top:20px}.EducationLegal-module_pill-group__K2TVf,.EducationLegal-module_hc-track__tQcUA,.EducationLegal-module_edu-nav__XTWrJ{-webkit-overflow-scrolling:touch}.EducationLegal-module_btn-pill__PrqUe,.EducationLegal-module_pill__uwKN3,.EducationLegal-module_rc-btn__UaaTZ,.EducationLegal-module_btn-outline__tATJu{text-decoration:none;min-height:44px;touch-action:manipulation}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG{min-height:44px;display:flex;align-items:center}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}}@media (max-width: 480px){.EducationLegal-module_edu-root__It1C-{padding:6px;gap:6px}.EducationLegal-module_edu-content__FxKVX{padding:12px}.EducationLegal-module_edu-banner__kQwcj{height:clamp(240px,60vw,320px);margin-bottom:12px}.EducationLegal-module_edu-banner-inner__dOVYq{padding:16px 12px}.EducationLegal-module_edu-subtitle__I7BnZ{font-size:14px}.EducationLegal-module_btn-pill__PrqUe{padding:10px 16px;font-size:13px}.EducationLegal-module_edu-live__RyaWM{padding:20px 0 16px}.EducationLegal-module_edu-live__RyaWM .EducationLegal-module_course-grid__wNrsl{padding:0 6px;gap:16px}.EducationLegal-module_edu-recorded__heHRY{padding:1.5rem 0}}.EducationLegal-module_rc-root__Sd2Qd{margin-top:24px}.EducationLegal-module_rc-header__KEkal{text-align:center;margin-bottom:16px}.EducationLegal-module_rc-title__BlHIi{font-size:36px;font-weight:800;color:#0f172a;margin:0}.EducationLegal-module_rc-title__BlHIi .EducationLegal-module_accent__5-OgB{color:#4570eb}.EducationLegal-module_rc-subcount__i8gaL{color:#64748b;margin-top:4px}.EducationLegal-module_rc-filters__p19K9{display:flex;gap:6px;overflow-x:auto;padding:2px 4px;margin:8px 0 14px;scroll-snap-type:x mandatory}.EducationLegal-module_rc-filters__p19K9.EducationLegal-module_scroller__cbDuc::-webkit-scrollbar{height:6px}.EducationLegal-module_rc-filters__p19K9.EducationLegal-module_scroller__cbDuc::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}.EducationLegal-module_rc-chip__lgbVr{border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;cursor:pointer;height:24px;scroll-snap-align:start;white-space:nowrap}.EducationLegal-module_rc-chip__lgbVr:hover{background:#f3f6ff}.EducationLegal-module_rc-chip__lgbVr.EducationLegal-module_active__qmUhA{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.EducationLegal-module_rc-grid__mnnUX{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;justify-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.EducationLegal-module_rc-grid__mnnUX:has(.EducationLegal-module_modern-course-card__RpkV3:nth-child(3):last-child){grid-template-columns:repeat(3,1fr);max-width:1000px;justify-content:center}@media (max-width: 1024px){.EducationLegal-module_rc-grid__mnnUX:has(.EducationLegal-module_modern-course-card__RpkV3:nth-child(3):last-child){grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width: 768px){.EducationLegal-module_rc-grid__mnnUX{grid-template-columns:1fr;max-width:400px}.EducationLegal-module_rc-grid__mnnUX:has(.EducationLegal-module_modern-course-card__RpkV3:nth-child(3):last-child){grid-template-columns:1fr;max-width:400px}}@media (max-width: 768px){.EducationLegal-module_rc-grid__mnnUX{gap:16px;padding:0 8px;grid-template-columns:1fr}.EducationLegal-module_rc-card__H8uEr{border-radius:12px;box-shadow:0 2px 6px #1018280d}.EducationLegal-module_rc-cover__QFBAz{padding:12px 12px 0}.EducationLegal-module_rc-cover__QFBAz img{height:140px;border-radius:10px}.EducationLegal-module_rc-body__Fcxie{padding:12px;gap:8px}.EducationLegal-module_rc-course-title__diyvS{font-size:15px;line-height:1.3}.EducationLegal-module_rc-chips__i35FZ{gap:6px}.EducationLegal-module_chip__odQGj{font-size:11px;height:26px;padding:4px 10px}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_item__oSPHG{padding:4px 0}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_item__oSPHG+.EducationLegal-module_item__oSPHG{padding-left:10px;margin-left:10px}.EducationLegal-module_rc-ic__Qcxno{width:18px;height:18px}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_label__W7YJ4{font-size:10.5px}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_value__Iob1O{font-size:11.5px}.EducationLegal-module_rc-btn__UaaTZ{padding:8px 12px;font-size:12.5px}}.EducationLegal-module_rc-card__H8uEr{background:#fff;border:1px solid #edf0f4;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #1018280d;transition:box-shadow .2s,transform .2s}.EducationLegal-module_rc-card__H8uEr:hover{box-shadow:0 12px 28px #4570eb26;transform:translateY(-2px)}.EducationLegal-module_rc-cover__QFBAz{position:relative;padding:14px 14px 0;background:#fff}.EducationLegal-module_rc-cover__QFBAz img{width:100%;height:160px;object-fit:cover;display:block;border-radius:12px;border:1px solid #E6ECF7;box-shadow:0 1px 2px #1018280a}.EducationLegal-module_rc-cover-fallback__C5vNj{height:100%;display:grid;place-items:center;color:#fff}.EducationLegal-module_rc-price__7FJ4R{position:absolute;bottom:10px;right:10px;background:#fffffff5;border-radius:10px;padding:6px 10px;text-align:right}.EducationLegal-module_rc-price__7FJ4R .EducationLegal-module_old__1sE49{font-size:11px;color:#6b7280;text-decoration:line-through;display:block}.EducationLegal-module_rc-price__7FJ4R .EducationLegal-module_now__a4StS{font-size:16px;font-weight:800;color:#0f172a}.EducationLegal-module_rc-body__Fcxie{padding:14px;display:flex;flex-direction:column;gap:10px}.EducationLegal-module_rc-course-title__diyvS{font-size:16.5px;font-weight:800;color:#0f172a;margin:0;line-height:1.25}.EducationLegal-module_rc-chips__i35FZ{display:flex;gap:8px;flex-wrap:wrap}.EducationLegal-module_chip__odQGj{font-size:12px;font-weight:700;border-radius:999px;padding:4px 12px;border:1px solid #E5E7EB;background:#f8fafc;color:#111827;height:28px;display:inline-flex;align-items:center}.EducationLegal-module_chip__odQGj.EducationLegal-module_neutral__HSVVX{background:#eef2ff;border-color:#e0eaff;color:#1d4ed8}.EducationLegal-module_rc-meta__AYUhk{display:flex;align-items:center;gap:0;color:#111827}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_item__oSPHG{flex:1;display:inline-flex;align-items:center;gap:10px;padding:6px 0}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_item__oSPHG+.EducationLegal-module_item__oSPHG{border-left:1px solid #E5E7EB;padding-left:14px;margin-left:14px}.EducationLegal-module_rc-ic__Qcxno{width:20px;height:20px;color:#0f172a}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_label__W7YJ4{font-size:11.5px;color:#6b7280;display:block}.EducationLegal-module_rc-meta__AYUhk .EducationLegal-module_value__Iob1O{font-size:12.5px;font-weight:600;color:#111827;display:block}.EducationLegal-module_rc-btn__UaaTZ{width:100%;background:#fff;color:#0f172a;padding:10px 14px;border:1px solid #E5E7EB;border-radius:9999px;font-weight:600;cursor:pointer;font-size:13.5px}.EducationLegal-module_rc-btn__UaaTZ:hover{background:#fff;box-shadow:inset 0 1px #fff,0 2px 6px #11182714}.EducationLegal-module_rc-empty__26tPb{text-align:center;padding:40px 12px;color:#64748b}.EducationLegal-module_rc-empty-ic__Hed5f{width:56px;height:56px;margin:0 auto 8px;color:#cbd5e1}.EducationLegal-module_hc-root__Dt8oZ{margin-top:28px}.EducationLegal-module_hc-header__2JJeG{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.EducationLegal-module_hc-title__g5W20{font-size:20px;font-weight:800;margin:0;color:#0f172a}.EducationLegal-module_hc-arrows__zIfc6{display:flex;gap:6px}.EducationLegal-module_hc-wrap__wZDD1{position:relative}.EducationLegal-module_hc-track__tQcUA{display:grid;grid-auto-flow:column;grid-auto-columns:340px;gap:24px;overflow-x:auto;padding:10px 0 20px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.EducationLegal-module_hc-btn__yK-Rq{width:36px;height:36px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 12px #1018281f;display:grid;place-items:center;cursor:pointer;transition:all .2s ease}.EducationLegal-module_hc-card__tSJYl{width:100%;scroll-snap-align:start}.EducationLegal-module_hc-badge__qdijk{border:1px dashed #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#f6f8ff,#f9fbff);display:grid;place-items:center}.EducationLegal-module_hc-badge-inner__uvwnU{width:100%;height:100%;display:grid;place-items:center;padding:24px 0}.EducationLegal-module_hc-badge__qdijk .EducationLegal-module_badge-icons__NLpZS{display:flex;gap:12px;opacity:.9}@media (max-width: 768px){.EducationLegal-module_hc-root__Dt8oZ{margin-top:24px}.EducationLegal-module_hc-header__2JJeG{margin-bottom:12px;padding:0 8px}.EducationLegal-module_hc-title__g5W20{font-size:20px}.EducationLegal-module_hc-arrows__zIfc6{gap:4px}.EducationLegal-module_hc-btn__yK-Rq{width:32px;height:32px}.EducationLegal-module_hc-track__tQcUA{grid-auto-columns:280px;gap:16px;padding:8px 0 16px}.EducationLegal-module_hc-track__tQcUA::-webkit-scrollbar{display:none}.EducationLegal-module_hc-badge__qdijk{border-radius:12px}.EducationLegal-module_hc-badge-inner__uvwnU{padding:20px 0}}@media (max-width: 768px){.EducationLegal-module_edu-root__It1C-{grid-template-columns:1fr;padding:8px;gap:8px;min-height:calc(100vh - 60px)}.EducationLegal-module_edu-sidebar__DMDgz{position:static;height:auto;border-radius:12px;margin-bottom:8px;padding:12px;background:linear-gradient(135deg,#4570eb,#3b5ecc)}.EducationLegal-module_edu-logo-img__c7J-N{width:80px;margin:2px 6px 8px}.EducationLegal-module_edu-nav__XTWrJ{display:flex;gap:6px;overflow-x:auto;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.EducationLegal-module_edu-nav__XTWrJ::-webkit-scrollbar{display:none}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG{padding:6px 12px;white-space:nowrap;font-size:14px;min-width:max-content;flex-shrink:0}.EducationLegal-module_edu-nav__XTWrJ .EducationLegal-module_item__oSPHG .EducationLegal-module_ic__JBasd{width:16px;height:16px}.EducationLegal-module_edu-content__FxKVX{padding:16px;border-radius:12px}.EducationLegal-module_edu-topbar__DlCK8{flex-direction:column;gap:12px;align-items:stretch;margin-bottom:12px}.EducationLegal-module_edu-search__146-f{width:100%;padding:10px 16px}.EducationLegal-module_edu-banner__kQwcj{height:clamp(280px,50vw,400px);margin-bottom:16px;border-radius:12px}.EducationLegal-module_edu-banner-inner__dOVYq{gap:8px;padding:20px 16px}.EducationLegal-module_edu-banner-logo__852et{max-width:min(80%,300px)}.EducationLegal-module_edu-subtitle__I7BnZ{font-size:16px;text-align:center;margin:0 8px}.EducationLegal-module_edu-hero-actions__nlS8T{flex-direction:column;gap:10px;width:100%;max-width:280px}.EducationLegal-module_btn-pill__PrqUe{padding:12px 20px;font-size:14px;justify-content:center;width:100%}.EducationLegal-module_btn-pill__PrqUe .EducationLegal-module_ic__JBasd{width:16px;height:16px}.EducationLegal-module_edu-trust__RYCL7{font-size:12px;margin:8px 0 0;padding:0 16px}}@media (max-width: 1024px) and (min-width: 769px){.EducationLegal-module_edu-banner__kQwcj{height:clamp(300px,35vw,450px)}.EducationLegal-module_edu-subtitle__I7BnZ{font-size:18px}.EducationLegal-module_edu-hero-actions__nlS8T{gap:12px}}.EducationLegal-module_carousel-sections__xn8lG{display:flex;flex-direction:column;gap:40px}.EducationLegal-module_category-carousel-section__qnsV3{position:relative}.EducationLegal-module_category-header__6nUCB{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.EducationLegal-module_category-title__nCTGG{font-size:24px;font-weight:700;color:#1f2937;margin:0}.EducationLegal-module_category-count__msyR-{font-size:14px;color:#6b7280;background:#f3f4f6;padding:4px 12px;border-radius:16px}.EducationLegal-module_carousel-container__SHxat{position:relative;overflow:hidden}.EducationLegal-module_carousel-track__Q6Lz0{display:flex;gap:24px;width:fit-content}.EducationLegal-module_carousel-card__nUrb-{flex:0 0 280px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease}.EducationLegal-module_carousel-card__nUrb-:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#d1d5db}.EducationLegal-module_carousel-course-title__x3jAJ{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px;line-height:1.4;height:44px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.EducationLegal-module_carousel-btn__66eCz{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .2s ease}.EducationLegal-module_carousel-btn__66eCz:hover{background:#f9fafb;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #00000026}.EducationLegal-module_carousel-btn-left__5wWZY{left:-20px}.EducationLegal-module_carousel-btn-right__QEDU6{right:-20px}.EducationLegal-module_carousel-btn-view__7Na7z{display:inline-flex;align-items:center;justify-content:center;width:100%;height:36px;border:1px solid #E5E7EB;background:#fff;color:#0f172a;border-radius:8px;padding:0 16px;cursor:pointer;font-weight:600;font-size:13px;text-decoration:none;transition:all .15s ease}.EducationLegal-module_carousel-btn-view__7Na7z:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}@media (max-width: 768px){.EducationLegal-module_carousel-card__nUrb-{flex:0 0 240px}.EducationLegal-module_category-title__nCTGG{font-size:20px}.EducationLegal-module_carousel-btn__66eCz{display:none}.EducationLegal-module_carousel-container__SHxat{overflow-x:auto;padding-bottom:8px}.EducationLegal-module_carousel-track__Q6Lz0{transform:none!important}}.EducationLegal-module_header-wrapper__M4ShO{position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.EducationLegal-module_header-wrapper__M4ShO.EducationLegal-module_header-hidden__rls8e{transform:translateY(-100%)}.EducationLegal-module_header-wrapper__M4ShO .EducationLegal-module_ab-header__whf7Q{background:#fff;box-shadow:0 1px 3px #0000001a}.EducationLegal-module_edu-content__FxKVX{background:#fff;color:#111827;padding:20px 24px 40px;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px #1018280f,0 8px 20px #1018280f;max-width:none;width:100%;margin:0;overflow-x:hidden}.EducationLegal-module_rootTopNav__vqyZa{margin-top:148px;padding:16px 48px 0;background:#4570eb;min-height:auto}@media (max-width: 768px){.EducationLegal-module_rootTopNav__vqyZa{padding:12px 24px 0}.EducationLegal-module_edu-content__FxKVX{padding:16px 20px 32px}}@media (max-width: 480px){.EducationLegal-module_rootTopNav__vqyZa{padding:8px 16px 0}.EducationLegal-module_edu-content__FxKVX{padding:12px 16px 24px}}.PlansSection-module_plans-section__dU2TT{padding:4rem 2rem;background:#f4f9ff;position:relative;min-height:100vh;overflow:visible}.PlansSection-module_plans-inner__SSUl5{max-width:1400px;margin:0 auto;position:relative;min-height:inherit}.PlansSection-module_plans-header__Nuyru{text-align:center;margin-bottom:3rem}.PlansSection-module_plans-title__7bOcN{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin:0 0 1rem}.PlansSection-module_plans-subtitle__aDKNH{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.PlansSection-module_plans-layout__S0-Ap{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;max-width:500px;margin:0 auto;position:relative}@media (max-width: 480px){.PlansSection-module_plans-section__dU2TT{padding:2rem 1rem}.PlansSection-module_plans-header__Nuyru{margin-bottom:2rem}.PlansSection-module_plans-title__7bOcN{font-size:clamp(1.5rem,6vw,2.5rem);margin:0 0 .75rem}.PlansSection-module_plans-subtitle__aDKNH{font-size:1rem;padding:0 .5rem}.PlansSection-module_plans-layout__S0-Ap{gap:1.5rem;max-width:100%}}@media (min-width: 768px){.PlansSection-module_plans-layout__S0-Ap{grid-template-columns:1fr 1fr;max-width:none}}@media (min-width: 1280px){.PlansSection-module_plans-layout__S0-Ap{display:grid;grid-template-columns:minmax(0,1fr) 460px minmax(0,1fr);gap:2.5rem;align-items:start;padding-top:2rem}}.PlansSection-module_testimonials-column__4XBRo{display:none}@media (max-width: 767px){.PlansSection-module_testimonials-column__4XBRo{display:grid;gap:1rem;align-content:start}.PlansSection-module_testimonials-column__4XBRo.PlansSection-module_left__iJw7D{order:2}.PlansSection-module_testimonials-column__4XBRo.PlansSection-module_right__jQrfi{display:none}}@media (min-width: 768px){.PlansSection-module_testimonials-column__4XBRo{flex:1}}@media (min-width: 1280px){.PlansSection-module_testimonials-column__4XBRo{display:grid;gap:1.5rem;align-content:start}.PlansSection-module_testimonials-column__4XBRo.PlansSection-module_left__iJw7D{justify-items:end;order:0}.PlansSection-module_testimonials-column__4XBRo.PlansSection-module_right__jQrfi{justify-items:start;display:grid}}@media (min-width: 768px) and (max-width: 1279px){.PlansSection-module_testimonials-column__4XBRo.PlansSection-module_right__jQrfi{display:grid;gap:1.5rem}}.PlansSection-module_testimonial-card__-sdu2{background:linear-gradient(145deg,#fff,#fafbff,#f0f7ff);border:1px solid rgba(69,112,235,.12);border-radius:20px;padding:1.5rem 1.75rem 5rem;position:relative;box-shadow:0 0 0 1px #4570eb08,0 1px 2px #00000005,0 4px 8px #4570eb0a,0 12px 24px #4570eb0f,0 24px 48px #0000000a;max-width:400px;width:100%;min-height:220px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}@media (max-width: 767px){.PlansSection-module_testimonial-card__-sdu2{border-radius:16px;padding:1.25rem 1.5rem 4rem;min-height:180px;max-width:100%;margin:0 auto;box-shadow:0 0 0 1px #4570eb0d,0 2px 4px #00000008,0 6px 12px #4570eb0f,0 12px 24px #4570eb14}.PlansSection-module_testimonial-quote__7Y-Ta{font-size:3rem;top:.5rem;left:1rem}.PlansSection-module_testimonial-content__Beq8E{margin-top:1rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.PlansSection-module_testimonial-footer__h3LsW{bottom:.75rem;left:1.5rem;right:1.5rem;padding:.375rem 0}.PlansSection-module_testimonial-author-name__jYEJo{font-size:.8125rem}.PlansSection-module_testimonial-author-role__dcGLu{font-size:.6875rem}.PlansSection-module_testimonial-author-company__vcz4B{font-size:.625rem}.PlansSection-module_testimonial-avatar__dHXau,.PlansSection-module_testimonial-avatar-img__T3dW-{width:34px;height:34px;border-radius:8px}.PlansSection-module_testimonial-rating__3NTlw{top:1rem;right:1rem;padding:.1875rem .375rem}.PlansSection-module_testimonial-rating__3NTlw .PlansSection-module_star__-Ty90{width:12px;height:12px}}.PlansSection-module_testimonial-card__-sdu2:before{content:"";position:absolute;top:-100%;left:-100%;right:-100%;bottom:-100%;background:radial-gradient(circle at 50% 50%,rgba(69,112,235,.08) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.PlansSection-module_testimonial-card__-sdu2:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(69,112,235,.2) 50%,transparent 100%);opacity:0;transition:opacity .4s ease}.PlansSection-module_testimonial-card__-sdu2:hover{transform:translateY(-4px) scale(1.01);border-color:#4570eb33;box-shadow:0 0 0 1px #4570eb1a,0 4px 8px #0000000a,0 12px 24px #4570eb1f,0 24px 48px #4570eb14,0 48px 96px #0000000f}.PlansSection-module_testimonial-card__-sdu2:hover:before{opacity:1}.PlansSection-module_testimonial-card__-sdu2:hover:after{opacity:1}.PlansSection-module_testimonial-quote__7Y-Ta{position:absolute;top:.75rem;left:1.25rem;color:transparent;font-size:4rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-background-clip:text;background-clip:text;opacity:.08;font-family:Georgia,serif;z-index:0;transform:rotate(-5deg)}.PlansSection-module_testimonial-content__Beq8E{margin-top:1.25rem;margin-bottom:1rem;line-height:1.6;color:#334155;font-size:.9625rem;position:relative;z-index:1;font-weight:500;font-style:italic;letter-spacing:.01em;flex:1;min-height:60px}.PlansSection-module_testimonial-footer__h3LsW{position:absolute;bottom:1rem;left:1.75rem;right:1.75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 0;border-top:1px solid rgba(69,112,235,.08)}.PlansSection-module_testimonial-author__YKi63{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.PlansSection-module_testimonial-author-name__jYEJo{font-weight:700;color:#0f172a;font-size:.89375rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlansSection-module_testimonial-author-role__dcGLu{font-weight:500;color:#64748b;font-size:.75625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlansSection-module_testimonial-author-company__vcz4B{font-weight:400;color:#94a3b8;font-size:.6875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlansSection-module_testimonial-avatar__dHXau{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#4570eb,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.125rem;box-shadow:0 2px 4px #4570eb33,0 4px 12px #4570eb26;flex-shrink:0;position:relative}.PlansSection-module_testimonial-avatar__dHXau:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:14px;padding:2px;background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.3}.PlansSection-module_testimonial-avatar-link__yPX7D{display:inline-block;transition:transform .3s ease;cursor:pointer;flex-shrink:0;text-decoration:none;position:relative;z-index:10}.PlansSection-module_testimonial-avatar-link__yPX7D:hover{transform:scale(1.1)}.PlansSection-module_testimonial-avatar-link__yPX7D:after{content:"🔗";position:absolute;bottom:-5px;right:-5px;background:#4570eb;color:#fff;width:16px;height:16px;border-radius:50%;font-size:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;box-shadow:0 2px 4px #0003}.PlansSection-module_testimonial-avatar-link__yPX7D:hover:after{opacity:1}.PlansSection-module_testimonial-avatar-img__T3dW-{width:38px;height:38px;border-radius:10px;object-fit:cover;box-shadow:0 2px 4px #4570eb33,0 4px 12px #4570eb26;border:2px solid rgba(69,112,235,.2);transition:all .3s ease;background:linear-gradient(135deg,#4570eb,#2563eb);display:block}.PlansSection-module_testimonial-avatar-link__yPX7D:hover .PlansSection-module_testimonial-avatar-img__T3dW-{border-color:#4570eb;box-shadow:0 4px 8px #4570eb4d,0 8px 16px #4570eb33}.PlansSection-module_testimonial-rating__3NTlw{position:absolute;top:1.25rem;right:1.25rem;display:flex;gap:.125rem;padding:.25rem .5rem;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px}.PlansSection-module_testimonial-rating__3NTlw .PlansSection-module_star__-Ty90{width:14px;height:14px;color:#fbbf24;filter:drop-shadow(0 1px 2px rgba(251,191,36,.3))}.PlansSection-module_pricing-card__BRVLS{background:linear-gradient(135deg,#fff,#f0f7ff);border:1px solid rgba(69,112,235,.15);border-radius:24px;padding:2rem 1.75rem;box-shadow:0 0 0 1px #4570eb0d,0 2px 4px #00000005,0 4px 8px #00000008,0 10px 24px #0000000d,0 24px 48px #4570eb1f;width:100%;max-width:460px;margin:0 auto;height:fit-content;position:relative;overflow:hidden}@media (max-width: 767px){.PlansSection-module_pricing-card__BRVLS{border-radius:18px;padding:1.5rem 1.25rem;margin:0 .5rem;box-shadow:0 0 0 1px #4570eb14,0 2px 4px #00000008,0 4px 8px #0000000a,0 8px 16px #0000000f,0 16px 32px #4570eb1a;max-width:100%}.PlansSection-module_pricing-logo-container__NN-js{padding:1rem 0;margin-bottom:1rem}.PlansSection-module_pricing-logo__g34LM{height:36px}.PlansSection-module_billing-tabs__G08jp{margin-bottom:1.25rem;border-radius:12px}.PlansSection-module_billing-tab__4RCJx{padding:.625rem 1.25rem;font-size:.875rem;border-radius:8px}.PlansSection-module_billing-tab__4RCJx .PlansSection-module_discount-badge__4F-BA{top:-10px;right:-6px;font-size:.5625rem;padding:.1875rem .5rem}.PlansSection-module_price-section__9hzSJ{padding:1.25rem 0}.PlansSection-module_plan-name__2UViU{font-size:.6875rem;margin-bottom:.625rem;padding:.1875rem .625rem}.PlansSection-module_price-display__wvYJ6{gap:.25rem;margin-bottom:.375rem}.PlansSection-module_price-currency__VKSjl{font-size:1.5rem;margin-top:.375rem}.PlansSection-module_price-amount__4MiZn{font-size:clamp(3rem,12vw,4.5rem);letter-spacing:-.02em}.PlansSection-module_price-period__yPvn2{font-size:1.125rem;margin-left:.375rem}.PlansSection-module_features-list__7-ugb{padding:1.25rem 0}.PlansSection-module_feature-item__s9ZPb{padding:.5rem .25rem;font-size:.8125rem;gap:.75rem}.PlansSection-module_feature-check__VXp9d{width:18px;height:18px;padding:1.5px}.PlansSection-module_seats-section__YKH4A{padding:1rem 0;gap:.75rem}.PlansSection-module_seats-label__eOX1C{font-size:.6875rem}.PlansSection-module_seats-selector__-NPWy{gap:.875rem}.PlansSection-module_seats-button__Ri4pb{width:34px;height:34px;border-radius:6px;font-size:1.125rem}.PlansSection-module_seats-count__o17Oq{width:44px;font-size:1rem}.PlansSection-module_corporate-message__3Oa-c{border-radius:10px;padding:.625rem .875rem;gap:.375rem;margin-top:.375rem}.PlansSection-module_corporate-message__3Oa-c .PlansSection-module_corporate-icon__HfsWi{font-size:1.125rem}.PlansSection-module_corporate-message__3Oa-c span:last-child{font-size:.8125rem}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq{padding:.875rem;font-size:1rem;border-radius:12px;margin-top:1rem;letter-spacing:.015em}.PlansSection-module_cta-hint__YAg6o{font-size:.75rem;margin-top:.875rem;gap:.625rem}}@media (max-width: 1024px) and (min-width: 768px){.PlansSection-module_pricing-card__BRVLS{border-radius:20px;padding:1.75rem 1.5rem;max-width:420px}.PlansSection-module_price-amount__4MiZn{font-size:clamp(3.5rem,7vw,5rem)}.PlansSection-module_feature-item__s9ZPb{font-size:.8125rem}}.PlansSection-module_pricing-card__BRVLS:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(69,112,235,.06) 0%,transparent 70%);animation:PlansSection-module_float__zdWaG 20s ease-in-out infinite;pointer-events:none}.PlansSection-module_pricing-card__BRVLS:after{content:"";position:absolute;bottom:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);animation:PlansSection-module_float__zdWaG 20s ease-in-out infinite reverse;pointer-events:none}@keyframes PlansSection-module_float__zdWaG{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.PlansSection-module_pricing-card-container__s5WfQ{position:relative;width:100%;display:flex;justify-content:center;align-self:flex-start}@media (min-width: 1280px){.PlansSection-module_pricing-card__BRVLS{z-index:100}.PlansSection-module_pricing-card-container__s5WfQ{position:relative;height:auto;align-self:flex-start}}@media (max-width: 767px){.PlansSection-module_pricing-card__BRVLS{top:0;transform:none;position:static!important;left:auto!important;z-index:auto!important}.PlansSection-module_pricing-card-container__s5WfQ{order:1}}.PlansSection-module_pricing-logo-container__NN-js{display:flex;justify-content:center;align-items:center;padding:1.25rem 0;margin-bottom:1.25rem;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.PlansSection-module_pricing-logo__g34LM{width:auto;height:40px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.PlansSection-module_pricing-logo__g34LM:hover{transform:scale(1.05)}.PlansSection-module_billing-tabs__G08jp{display:flex;gap:0;background:linear-gradient(135deg,#e0e7ff,#cdd5f4);padding:.25rem;border-radius:14px;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #4570eb1a,0 1px 2px #0000000d;position:relative;z-index:1;border:1px solid rgba(69,112,235,.15)}.PlansSection-module_billing-tab__4RCJx{flex:1;padding:.75rem 1.5rem;border:none;background:transparent;color:#4570eb;font-weight:700;font-size:.9375rem;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;margin:.125rem}.PlansSection-module_billing-tab__4RCJx:hover:not(.PlansSection-module_active__G-EJV){color:#2563eb;background:#ffffff4d}.PlansSection-module_billing-tab__4RCJx.PlansSection-module_active__G-EJV{background:linear-gradient(135deg,#fff,#f8fafc);color:#1e293b;box-shadow:0 0 0 1px #4570eb1a,0 2px 4px #0000000d,0 4px 8px #4570eb1a,0 8px 16px #4570eb0d;transform:scale(1.01)}.PlansSection-module_billing-tab__4RCJx .PlansSection-module_discount-badge__4F-BA{position:absolute;top:-12px;right:-8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.625rem;padding:.25rem .625rem;border-radius:999px;font-weight:800;box-shadow:0 2px 8px #10b98166,0 1px 2px #0000001a;animation:PlansSection-module_pulse__78JnL 2s cubic-bezier(.4,0,.6,1) infinite;border:2px solid white}@keyframes PlansSection-module_pulse__78JnL{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.PlansSection-module_price-section__9hzSJ{text-align:center;padding:1.5rem 0;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.PlansSection-module_plan-name__2UViU{font-size:.75rem;font-weight:700;color:#4570eb;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em;display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#4570eb1a,#2563eb1a);border-radius:999px}.PlansSection-module_price-display__wvYJ6{display:flex;align-items:baseline;justify-content:center;gap:.375rem;position:relative;margin-bottom:.5rem}.PlansSection-module_price-currency__VKSjl{font-size:1.75rem;color:#64748b;font-weight:700;margin-top:.5rem}.PlansSection-module_price-amount__4MiZn{font-size:clamp(4rem,8vw,5.5rem);font-weight:900;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:.9;letter-spacing:-.03em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.PlansSection-module_price-period__yPvn2{font-size:1.25rem;color:#64748b;margin-left:.5rem;font-weight:600}.PlansSection-module_payment-methods__w-Ah4{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1rem;padding:.75rem 0;flex-wrap:nowrap}.PlansSection-module_payment-method-item__YNJcd{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;height:36px;min-width:60px;transition:all .2s ease;flex-shrink:0}.PlansSection-module_payment-method-item__YNJcd:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.PlansSection-module_payment-icon__HFY20{height:20px;width:auto;opacity:.7;transition:opacity .2s ease}.PlansSection-module_payment-method-item__YNJcd:hover .PlansSection-module_payment-icon__HFY20{opacity:1}.PlansSection-module_payment-icon__HFY20.PlansSection-module_visa__UXffl,.PlansSection-module_payment-icon__HFY20.PlansSection-module_mastercard__FUfnb,.PlansSection-module_payment-icon__HFY20.PlansSection-module_paypal__hSdH6{height:20px}.PlansSection-module_payment-icon__HFY20.PlansSection-module_spei__wfvwP{height:14px;filter:grayscale(100%);opacity:.8}.PlansSection-module_payment-method-item__YNJcd:hover .PlansSection-module_payment-icon__HFY20.PlansSection-module_spei__wfvwP{filter:grayscale(0%)}.PlansSection-module_payment-icon__HFY20.PlansSection-module_stripe__zdP3h{height:20px}.PlansSection-module_features-list__7-ugb{list-style:none;padding:1.5rem 0;margin:0;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.PlansSection-module_feature-item__s9ZPb{display:flex;align-items:center;gap:.875rem;padding:.625rem .375rem;color:#1e293b;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s;position:relative}.PlansSection-module_feature-item__s9ZPb:hover{background:linear-gradient(135deg,#4570eb08,#2563eb08);transform:translate(4px)}.PlansSection-module_feature-check__VXp9d{width:20px;height:20px;color:#10b981;flex-shrink:0;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:50%;padding:2px}.PlansSection-module_seats-section__YKH4A{padding:1.25rem 0;display:flex;flex-direction:column;gap:.875rem}.PlansSection-module_seats-label__eOX1C{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;text-align:center}.PlansSection-module_seats-selector__-NPWy{display:flex;align-items:center;justify-content:center;gap:1rem}.PlansSection-module_seats-button__Ri4pb{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;color:#334155;font-size:1.25rem;cursor:pointer;transition:all .2s}.PlansSection-module_seats-button__Ri4pb:hover:not(:disabled){background:#f3f4f6;border-color:#cbd5e1}.PlansSection-module_seats-button__Ri4pb:disabled{opacity:.5;cursor:not-allowed}.PlansSection-module_seats-count__o17Oq{width:48px;text-align:center;font-weight:700;font-size:1.125rem;color:#0f172a}.PlansSection-module_corporate-message__3Oa-c{background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #fbbf24;border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;animation:PlansSection-module_slideDown__DREbv .3s ease-out}@keyframes PlansSection-module_slideDown__DREbv{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PlansSection-module_corporate-message__3Oa-c .PlansSection-module_corporate-icon__HfsWi{font-size:1.25rem}.PlansSection-module_corporate-message__3Oa-c span:last-child{font-size:.875rem;font-weight:600;color:#92400e}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq{width:100%;padding:1rem;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border:none;border-radius:14px;font-weight:800;font-size:1.0625rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1.25rem;position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:.025em}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 25px #4570eb4d,0 20px 40px #2563eb33}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq:hover:before{transform:translate(100%)}.PlansSection-module_pricing-card__BRVLS .PlansSection-module_cta-button__EjyKq:active{transform:translateY(-1px) scale(1.01)}.PlansSection-module_features-title__wUo6e{font-size:.9375rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.PlansSection-module_feature-row__g9YW4{display:flex;align-items:center;gap:.875rem;padding:.625rem .375rem;color:#1e293b;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s}.PlansSection-module_feature-row__g9YW4:hover{background:linear-gradient(135deg,#4570eb08,#2563eb08);transform:translate(4px)}.PlansSection-module_feature-row__g9YW4 .PlansSection-module_feature-check__VXp9d{width:20px;height:20px;color:#10b981;flex-shrink:0;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:50%;padding:2px}.PlansSection-module_price-note__4TpWF{margin-top:.5rem;font-size:.875rem;color:#64748b}.PlansSection-module_price-trust__GwFM-{margin-top:.25rem;font-size:.8125rem;color:#94a3b8}.PlansSection-module_money-back__yNwgK{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:#0f172a}.PlansSection-module_money-back__yNwgK .PlansSection-module_guarantee-icon__N7P1S{width:18px;height:18px;color:#111827}.PlansSection-module_cta-hint__YAg6o{text-align:center;color:#64748b;font-size:.8125rem;margin-top:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem}.PlansSection-module_cta-hint__YAg6o:before,.PlansSection-module_cta-hint__YAg6o:after{content:"✓";color:#10b981;font-weight:700}.PlansSection-module_journey-section__vB9UV{background:#0e193f;color:#e2e8f0;padding:64px 24px 72px}.PlansSection-module_journey-inner__-fgqM{max-width:1200px;margin:0 auto;text-align:center}.PlansSection-module_journey-eyebrow__7bPjO{color:#4570eb;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.PlansSection-module_journey-title__fgE8L{color:#fff;font-weight:900;font-size:clamp(26px,4vw,40px);margin:0 0 12px}.PlansSection-module_journey-title__fgE8L .PlansSection-module_accent__5Vr--{color:#4570eb}.PlansSection-module_journey-sub__F-Jah{color:#cbd5e1;margin:0 auto 24px;max-width:720px}.PlansSection-module_journey-grid__42lyF{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}@media (min-width: 768px){.PlansSection-module_journey-grid__42lyF{grid-template-columns:1fr 1fr}}.PlansSection-module_journey-card__QW7PU{background:#192655;border:none;border-radius:14px;padding:16px 18px;text-align:left;display:grid;grid-template-columns:120px 1fr;align-items:center}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-left__Ilrqu{display:grid;grid-template-rows:auto auto;gap:10px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-num__0mbvE{color:#4570eb;font-weight:900;font-size:14px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-title__4wB-6{color:#fff;font-weight:800;margin:0}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-right__nTc0A{padding-left:8px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-desc__234Vd{color:#cbd5e1;margin:0;font-size:16.8px;line-height:1.6}.PlansSection-module_journey-cta__UbKV3{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;background:linear-gradient(135deg,#4570eb,#2563eb);padding:12px 18px;border-radius:999px;font-weight:800;margin-top:18px}.PlansSection-module_journey-cta__UbKV3 .PlansSection-module_arrow__gz20A{opacity:.9}.PlansSection-module_journey-cta__UbKV3:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb59}.PlansSection-module_testimonials-track__y-xmk{display:flex;transition:transform .5s ease-in-out}.PlansSection-module_testimonial-slide__JPCW-{min-width:100%;padding:2rem;color:#fff}.PlansSection-module_testimonial-header__brTkt{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.PlansSection-module_testimonial-avatar__dHXau{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.PlansSection-module_testimonial-info__w-zac h4{margin:0;font-size:1.125rem;font-weight:700}.PlansSection-module_testimonial-info__w-zac p{margin:0;font-size:.875rem;color:#fffc}.PlansSection-module_testimonial-stars__gRKn1{display:flex;gap:.25rem;margin-bottom:1rem}.PlansSection-module_star-icon__NLYdI{width:18px;height:18px}.PlansSection-module_star-icon__NLYdI.PlansSection-module_filled__odi-R{color:#fbbf24}.PlansSection-module_testimonial-text__g1Dys{font-size:1.125rem;line-height:1.6;font-style:italic}.PlansSection-module_testimonial-dots__ITz7W{display:flex;justify-content:center;gap:.5rem;padding:1rem}.PlansSection-module_dot__22Y2H{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s}.PlansSection-module_dot__22Y2H.PlansSection-module_active__G-EJV{width:24px;border-radius:4px;background:#fff}.PlansSection-module_plans-grid__GyiBM{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.PlansSection-module_plan-card__iozYx{background:#fff;border-radius:16px;padding:2rem;position:relative;transition:transform .3s,box-shadow .3s}.PlansSection-module_plan-card__iozYx:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.PlansSection-module_plan-card__iozYx.PlansSection-module_popular__VUHNK{border:3px solid #4f46e5;transform:scale(1.05)}.PlansSection-module_plan-card__iozYx.PlansSection-module_popular__VUHNK:hover{transform:scale(1.05) translateY(-8px)}.PlansSection-module_popular-badge__yrTXR{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff;padding:.375rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:700}.PlansSection-module_plan-name__2UViU{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;text-align:center}.PlansSection-module_plan-description__Dq6RL{color:#64748b;font-size:.875rem;text-align:center;margin:0 0 1.5rem}.PlansSection-module_plan-price__1JfbP{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.PlansSection-module_currency__ltAn9{font-size:1.25rem;color:#64748b;font-weight:600}.PlansSection-module_amount__sDQXY{font-size:2.5rem;font-weight:800;color:#1e293b}.PlansSection-module_period__Mvf1d{font-size:1rem;color:#64748b}.PlansSection-module_plan-features__quxvb{list-style:none;padding:0;margin:0 0 2rem}.PlansSection-module_feature__6Yrvq{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:#334155;font-size:.9375rem}.PlansSection-module_feature__6Yrvq.PlansSection-module_disabled__cVuFj{color:#cbd5e1}.PlansSection-module_feature-icon__DFJdy{width:20px;height:20px;flex-shrink:0;margin-top:2px}.PlansSection-module_feature-icon__DFJdy.PlansSection-module_check__jEA3f{color:#22c55e}.PlansSection-module_feature-icon__DFJdy.PlansSection-module_x__XgeWn{color:#ef4444}.PlansSection-module_plan-button__LM3Gp{width:100%;padding:.875rem;border:none;border-radius:999px;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s}.PlansSection-module_plan-button__LM3Gp:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.PlansSection-module_plan-note__jTYI8{margin-top:8px;text-align:center;color:#64748b;font-size:12px}.PlansSection-module_trust-badges__YbnDB{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;text-align:center}.PlansSection-module_trust-badge__w1SYR{display:flex;flex-direction:column;gap:.25rem}.PlansSection-module_trust-number__dkxrS{font-size:1.75rem;font-weight:800;color:#fff}.PlansSection-module_trust-label__95iJp{font-size:.875rem;color:#fffc;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.PlansSection-module_plans-section__dU2TT{padding:3rem 1rem}.PlansSection-module_plans-grid__GyiBM{grid-template-columns:1fr}.PlansSection-module_plan-card__iozYx.PlansSection-module_popular__VUHNK{transform:none}.PlansSection-module_trust-badges__YbnDB{gap:2rem}}@media (max-width: 768px){.PlansSection-module_journey-section__vB9UV{padding:48px 16px 56px}.PlansSection-module_journey-inner__-fgqM{max-width:100%}.PlansSection-module_journey-eyebrow__7bPjO{font-size:11px;margin-bottom:8px}.PlansSection-module_journey-title__fgE8L{font-size:clamp(22px,6vw,32px);margin:0 0 10px}.PlansSection-module_journey-sub__F-Jah{font-size:14px;margin:0 auto 20px;padding:0 8px}.PlansSection-module_journey-grid__42lyF{gap:14px;margin-top:16px}.PlansSection-module_journey-card__QW7PU{border-radius:12px;padding:14px 16px;grid-template-columns:100px 1fr}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-left__Ilrqu{gap:8px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-num__0mbvE{font-size:12px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-title__4wB-6{font-size:14px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-right__nTc0A{padding-left:6px}.PlansSection-module_journey-card__QW7PU .PlansSection-module_step-desc__234Vd{font-size:14px;line-height:1.5}.PlansSection-module_journey-cta__UbKV3{padding:10px 16px;font-size:14px;margin-top:16px;gap:6px}}.TopNavigation-module_topNav__TK-2c{position:fixed;left:0;right:0;background:#4570eb;color:#fff;z-index:999;transition:transform .3s ease-in-out}.TopNavigation-module_topNavContainer__xfnm7{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 32px;position:relative}.TopNavigation-module_topNavLeft__y7SSy{display:flex;align-items:center;justify-content:flex-start;gap:8px}.TopNavigation-module_topNavCenter__6-FCC{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px}.TopNavigation-module_topLogo__jIk-L{width:85px;height:auto;display:block}.TopNavigation-module_topNavBack__X68d8{color:#fffffff2;text-decoration:none;padding:8px 16px;border-radius:999px;display:flex;align-items:center;gap:6px;font-size:15px;font-weight:500;transition:background .2s ease;background:transparent;border:1px solid transparent;cursor:pointer}.TopNavigation-module_topNavBack__X68d8:hover{opacity:.8;text-decoration:none;background:#ffffff26}.TopNavigation-module_topNavItem__WRoEL{color:#fffffff2;text-decoration:none;padding:8px 16px;border-radius:999px;display:flex;align-items:center;gap:6px;font-size:15px;font-weight:500;transition:background .2s ease;background:transparent;border:1px solid transparent;cursor:pointer}.TopNavigation-module_topNavItem__WRoEL .TopNavigation-module_ic__lAmLv{width:18px;height:18px}.TopNavigation-module_topNavItem__WRoEL:hover{background:#ffffff26}.TopNavigation-module_topNavItem__WRoEL.TopNavigation-module_active__FDDwP{background:#ffffff40;font-weight:600;border:1px solid rgba(255,255,255,.3)}.TopNavigation-module_topNavRight__HgTfA{display:flex;align-items:center;gap:8px}.TopNavigation-module_topNavItem__WRoEL.TopNavigation-module_register__Q7O8r{background:#fff3;border:1px solid rgba(255,255,255,.3)}.TopNavigation-module_topNavItem__WRoEL.TopNavigation-module_register__Q7O8r:hover{background:#ffffff4d}.TopNavigation-module_rootTopNav__FetZ0{margin-top:148px;padding:16px 48px;background:#4570eb;min-height:calc(100vh - 148px)}.TopNavigation-module_hideSidebar__6mnNg{display:none}.TopNavigation-module_content__aA2u3{background:#fff;color:#111827;padding:20px 24px;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px #1018280f,0 8px 20px #1018280f;max-width:none;width:100%;margin:0;overflow-x:hidden}@media (max-width: 1024px){.TopNavigation-module_topNavContainer__xfnm7{padding:10px 24px;gap:12px}.TopNavigation-module_topLogo__jIk-L{width:70px;margin-right:8px}.TopNavigation-module_topNavItem__WRoEL{padding:6px 12px;font-size:14px}.TopNavigation-module_topNavItem__WRoEL span{display:none}.TopNavigation-module_rootTopNav__FetZ0{padding:12px 24px;margin-top:64px}}@media (max-width: 768px){.TopNavigation-module_topNavContainer__xfnm7{grid-template-columns:1fr;gap:8px;padding:8px 16px}.TopNavigation-module_topNavLeft__y7SSy{order:1;justify-content:center}.TopNavigation-module_topNavCenter__6-FCC{order:0;gap:4px;flex-wrap:wrap;justify-content:center}.TopNavigation-module_topNavRight__HgTfA{order:2;justify-content:center}.TopNavigation-module_topLogo__jIk-L{width:60px;margin-right:4px}.TopNavigation-module_topNavItem__WRoEL{padding:4px 10px;font-size:13px}.TopNavigation-module_topNavBack__X68d8{font-size:13px}.TopNavigation-module_rootTopNav__FetZ0{padding:8px 16px;margin-top:60px}}@media (max-width: 480px){.TopNavigation-module_topNavContainer__xfnm7{padding:6px 12px}.TopNavigation-module_topLogo__jIk-L{width:50px}.TopNavigation-module_topNavItem__WRoEL{padding:4px 8px;font-size:12px;gap:4px}.TopNavigation-module_topNavItem__WRoEL .TopNavigation-module_ic__lAmLv,.TopNavigation-module_topNavBack__X68d8 .TopNavigation-module_ic__lAmLv{width:16px;height:16px}.TopNavigation-module_rootTopNav__FetZ0{margin-top:56px}}.TopNavigation-module_header-wrapper__3aVG7{position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(0);transition:transform .3s ease-in-out}.TopNavigation-module_header-wrapper__3aVG7.TopNavigation-module_header-hidden__cFU40{transform:translateY(-100%)}.TopNavigation-module_edu-content__kAlhU{transition:margin-top .3s ease-in-out}.footer-main{margin-top:0;width:100%;display:block}.footer-main.footer-dark{background:linear-gradient(180deg,#0a0a0a,#1a1a1a);color:#fff;border-top:1px solid rgba(255,255,255,.05)}.footer-main.footer-light{background:linear-gradient(180deg,#f8f9fa,#fff);color:#333;border-top:1px solid rgba(0,0,0,.08)}.footer-main .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.footer-top{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:80px;padding:64px 0 48px;width:100%;min-width:0}.footer-main.footer-dark .footer-top{border-bottom:1px solid rgba(255,255,255,.1)}.footer-main.footer-light .footer-top{border-bottom:1px solid rgba(0,0,0,.1)}.footer-main .footer-brand{display:flex;flex-direction:column;gap:16px}.footer-main .footer-logo{font-size:32px;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-main .footer-logo-img{max-height:45px;max-width:150px;width:auto;height:auto;display:block;margin-bottom:12px;object-fit:contain}.footer-main.footer-dark .footer-tagline{font-size:14px;line-height:1.6;color:#fff9;margin:0;max-width:280px}.footer-main.footer-light .footer-tagline{font-size:14px;line-height:1.6;color:#0009;margin:0;max-width:280px}.footer-main .footer-social{display:flex;gap:12px;margin-top:8px}.footer-main.footer-dark .social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:8px;color:#fff9;transition:all .2s}.footer-main.footer-dark .social-link:hover{background:#ffffff1a;color:#fff;transform:translateY(-2px)}.footer-main.footer-light .social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:8px;color:#0009;transition:all .2s}.footer-main.footer-light .social-link:hover{background:#0000001a;color:#000;transform:translateY(-2px)}.footer-main .footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;width:100%;min-width:0}.footer-main .footer-column{min-width:0}.footer-main.footer-dark .footer-column h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffffe6;margin:0 0 16px}.footer-main.footer-light .footer-column h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#000000e6;margin:0 0 16px}.footer-main .footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-main .footer-column li{margin:0}.footer-main.footer-dark .footer-column a{color:#ffffff80;text-decoration:none;font-size:14px;transition:color .2s}.footer-main.footer-dark .footer-column a:hover{color:#ffffffe6}.footer-main.footer-light .footer-column a{color:#00000080;text-decoration:none;font-size:14px;transition:color .2s}.footer-main.footer-light .footer-column a:hover{color:#000000e6}.footer-main.footer-dark .footer-newsletter{display:flex;justify-content:space-between;align-items:center;padding:48px 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-main.footer-light .footer-newsletter{display:flex;justify-content:space-between;align-items:center;padding:48px 0;border-bottom:1px solid rgba(0,0,0,.1)}.footer-main.footer-dark .newsletter-content h4{font-size:20px;font-weight:600;margin:0 0 8px;color:#fff}.footer-main.footer-light .newsletter-content h4{font-size:20px;font-weight:600;margin:0 0 8px;color:#333}.footer-main.footer-dark .newsletter-content p{font-size:14px;color:#fff9;margin:0}.footer-main.footer-light .newsletter-content p{font-size:14px;color:#0009;margin:0}.footer-main .newsletter-form{display:flex;gap:12px}.footer-main.footer-dark .newsletter-input{width:300px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s}.footer-main.footer-light .newsletter-input{width:300px;padding:12px 16px;background:#00000008;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#333;font-size:14px;transition:all .2s}.footer-main.footer-dark .newsletter-input::placeholder{color:#fff6}.footer-main.footer-light .newsletter-input::placeholder{color:#0006}.footer-main.footer-dark .newsletter-input:focus{outline:none;background:#ffffff14;border-color:#fff3}.footer-main.footer-light .newsletter-input:focus{outline:none;background:#0000000d;border-color:#0003}.footer-main .newsletter-btn{padding:12px 24px;background:#0a5cff;border:none;border-radius:9999px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.footer-main .newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0a5cff59}.footer-main .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:32px 0}.footer-main .footer-legal{display:flex;flex-direction:column;gap:12px}.footer-main.footer-dark .footer-legal p{margin:0;font-size:14px;color:#ffffff80}.footer-main.footer-light .footer-legal p{margin:0;font-size:14px;color:#00000080}.footer-main .footer-links{display:flex;align-items:center;gap:8px;font-size:14px}.footer-main.footer-dark .footer-links a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-main.footer-dark .footer-links a:hover{color:#ffffffe6}.footer-main.footer-light .footer-links a{color:#00000080;text-decoration:none;transition:color .2s}.footer-main.footer-light .footer-links a:hover{color:#000000e6}.footer-main.footer-dark .footer-links .separator{color:#fff3}.footer-main.footer-light .footer-links .separator{color:#0003}.footer-main.footer-dark .footer-links .admin-link{color:#ffffff4d}.footer-main.footer-light .footer-links .admin-link{color:#0000004d}.footer-main .footer-badges{display:flex;gap:12px}.footer-main .footer-badges img{height:20px;opacity:.5;transition:opacity .2s}.footer-main .footer-badges img:hover{opacity:.8}@media (max-width: 1024px) and (min-width: 750px){.footer-main .footer-columns{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer-main .footer-top{grid-template-columns:1fr;gap:48px;justify-items:center;text-align:center}.footer-main .footer-columns{grid-template-columns:1fr 1fr;gap:32px;justify-items:center;text-align:center}.footer-main .footer-newsletter{flex-direction:column;align-items:flex-start;gap:24px}.footer-main .newsletter-form{width:100%;flex-direction:column}.footer-main .newsletter-input{width:100%}.footer-main .footer-bottom{flex-direction:column;align-items:flex-start;gap:24px}}@media (max-width: 750px){.footer-main .footer-top{display:flex;flex-direction:column;gap:48px;text-align:center}.footer-main .footer-brand{display:flex;flex-direction:column;align-items:center;gap:24px;padding:0}.footer-main .footer-columns{display:flex;flex-direction:column;gap:32px;text-align:left}.footer-main .footer-column{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);justify-items:center;text-align:center}.footer-main.footer-light .footer-column{border-bottom:1px solid rgba(0,0,0,.08)}.footer-main .footer-column:last-child{border-bottom:none;padding-bottom:0}.footer-main .footer-newsletter{flex-direction:column;align-items:flex-start;gap:20px;padding:32px 0}.footer-main .newsletter-form{width:100%;flex-direction:column;gap:12px}.footer-main .newsletter-input{width:100%}.footer-main .footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0}}@media (max-width: 480px){.footer-main .footer-container{padding:0 16px}.footer-main .footer-top{padding:32px 0 24px;gap:32px}.footer-main .footer-columns{gap:24px}.footer-main .footer-column{padding-bottom:12px}.footer-main .footer-brand{text-align:left}.footer-main .footer-newsletter{padding:24px 0}.footer-main .footer-links{flex-wrap:wrap}.footer-main .footer-bottom{padding:20px 0}}.trust-strip{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);margin:8px 0 0}.trust-track{display:flex;gap:48px;animation:trust-scroll 28s linear infinite;white-space:nowrap;align-items:center}.trust-item{display:grid;place-items:center}.trust-item img{height:30px;object-fit:contain;filter:grayscale(100%) contrast(1.05);opacity:.9}@keyframes trust-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.edu-root{display:grid;grid-template-columns:154px 1fr;min-height:calc(100vh - 80px);gap:16px;background:#4570eb;padding:16px 48px 16px 16px;overflow-x:hidden}.edu-sidebar{background:#4570eb;color:#fff;padding:16px 12px;position:sticky;top:0;height:100vh}.edu-logo{display:none}.edu-logo-img{width:112px;height:auto;margin:4px 8px 12px;display:block}.edu-nav{display:grid;gap:8px}.edu-nav .item{color:#fffffff2;text-decoration:none;padding:8px 12px;border-radius:999px;display:flex;align-items:center;gap:8px}.edu-nav .item .ic{width:20px;height:20px}.edu-nav .item.back{background:transparent;color:#fff;padding-left:0}.edu-nav .item.back:hover{text-decoration:underline;background:transparent}.edu-nav .item.active,.edu-nav .item:hover{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.22)}.edu-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.edu-title{font-weight:700}.edu-search{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;color:#111827}.edu-banner{position:relative;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:20px;height:clamp(320px,38vw,520px)}.edu-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:1;z-index:0}.edu-banner-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:transparent;z-index:1}.edu-banner-logo{max-width:min(60%,520px);width:100%;height:auto;filter:none;mix-blend-mode:normal}.edu-subtitle{color:#334155;font-weight:600;letter-spacing:.1px;font-size:20px}.edu-hero-actions{position:static;display:flex;gap:14px}.btn-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;font-weight:700;text-decoration:none;color:#fff;box-shadow:0 4px 14px #0000001f}.btn-pill .ic{width:18px;height:18px}.btn-pill.live{background:#58c33b}.btn-pill.recorded{background:#4570eb}.edu-trust{text-align:center;color:#475569;font-size:14px;margin:12px 0 0}.edu-live{margin-top:44px;padding:40px 8px 20px}.edu-live .live-header{display:flex;align-items:center;gap:10px;justify-content:center}.edu-live .live-ic{width:22px;height:22px;color:#58c33b}.edu-live .live-title{font-size:clamp(22px,4vw,40px);line-height:1.1;text-align:center;margin:0;letter-spacing:.2px}.edu-live .accent{color:#58c33b}.edu-live .live-sub{text-align:center;color:#475569;max-width:760px;margin:16px auto 18px}.edu-live .pill-group{display:flex;gap:10px;justify-content:center;margin:12px 0 40px;flex-wrap:wrap}.edu-live .pill{border:1px solid #3b82f6;background:transparent;color:#1d4ed8;border-radius:999px;padding:8px 18px;cursor:pointer;font-weight:600}.edu-live .pill:hover{background:#3b82f60f}.edu-live .pill.active{background:#3b82f61a}.edu-live .course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:none;margin:0}@media (min-width: 1280px){.edu-live .course-grid{grid-template-columns:repeat(4,1fr)}}.edu-live .course-card{background:#fff;border:1px solid #edf0f4;border-radius:18px;box-shadow:0 1px 1px #1018280a,0 6px 12px #1018280f,0 18px 36px #10182814;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s ease,transform .18s ease}.edu-live .course-card:hover{transform:translateY(-1px);box-shadow:0 1px 1px #1018280d,0 10px 18px #10182814,0 28px 54px #1018281a}.edu-live .course-cover{padding:14px 14px 0}.edu-live .cover-fallback{height:140px;border-radius:14px;background:linear-gradient(180deg,#e8f0ff,#eef2ff);background-size:cover;background-position:center;border:1px solid #E6ECF7;box-shadow:0 1px 2px #1018280a}.edu-live .course-body{padding:24px 16px 14px;display:flex;flex-direction:column;flex:1}.edu-live .course-meta{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.edu-live .meta-item{display:inline-flex;align-items:center;gap:6px}.edu-live .meta-ic{width:24px;height:24px;color:#6b7280}.edu-live .meta-label{font-weight:600;color:#374151}.edu-live .date-text{color:#6b7280;margin-left:8px}.edu-live .course-title{margin:12px 0;font-size:18px;line-height:1.3;color:#111827;font-weight:700;min-height:44px}.edu-live .course-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;min-height:28px}.edu-live .chip{background:#eef2ff;color:#2563eb;border:1px solid #E0EAFF;border-radius:999px;padding:0 12px;font-size:13px;font-weight:600;height:28px;display:inline-flex;align-items:center}.edu-live .chip.live{background:#f2f9eb;color:#82c73a;border-color:#e6f2da;display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px}.edu-live .chip-ic{width:18px;height:18px;color:#82c73a}.edu-live .course-actions{display:flex;justify-content:center;padding-top:10px;margin-top:auto}.edu-live .btn-outline{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border:1px solid #E5E7EB;background:#fff;color:#0f172a;border-radius:9999px;padding:0 18px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:inset 0 1px #fffffff2,0 1px #1118270a,0 4px 8px #1118270d;transition:box-shadow .15s ease,transform .1s ease,border-color .15s ease,background-color .15s ease}.edu-live .btn-outline:hover{text-decoration:none;background:#fff;box-shadow:inset 0 1px #fff,0 2px 4px #11182714,0 12px 24px #11182714}.edu-live .btn-outline:active{text-decoration:none;transform:translateY(.5px);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #11182714,0 8px 16px #1118270f}.edu-live .btn-outline:focus-visible{text-decoration:none;outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #3b82f61f,inset 0 1px #ffffffe6,0 2px 4px #11182714,0 12px 24px #11182714}@media (max-width: 768px){.edu-live{margin-top:24px;padding:24px 0 20px}.edu-live .live-title{font-size:clamp(20px,5vw,28px)}.edu-live .live-sub{font-size:14px;margin:12px auto 16px;padding:0 8px}.edu-live .pill-group{margin:8px 0 24px;padding:0 8px}.edu-live .pill{padding:6px 14px;font-size:13px}.edu-live .course-grid{grid-template-columns:1fr;gap:16px;padding:0 8px}.edu-live .course-card{border-radius:14px;box-shadow:0 1px 1px #1018280a,0 4px 8px #1018280f,0 12px 24px #10182814}.edu-live .course-cover{padding:12px 12px 0}.edu-live .cover-fallback{height:120px;border-radius:12px}.edu-live .course-body{padding:18px 14px 12px}.edu-live .course-meta{font-size:13px;flex-wrap:wrap}.edu-live .meta-ic{width:20px;height:20px}.edu-live .course-title{font-size:16px;min-height:40px;margin:10px 0}.edu-live .course-tags{margin-bottom:14px;gap:6px}.edu-live .chip{font-size:12px;height:26px;padding:0 10px}.edu-live .chip-ic{width:16px;height:16px}.edu-live .btn-outline{text-decoration:none;height:40px;font-size:13px}}@media (max-width: 1024px) and (min-width: 769px){.edu-live .course-grid{grid-template-columns:repeat(2,1fr);gap:20px}.edu-live .course-title{font-size:17px}}@media (max-width: 1100px){.edu-live .course-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.edu-live .course-grid{grid-template-columns:1fr}}.edu-recorded{padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);margin-top:3rem}.recorded-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:1rem}.recorded-ic{width:22px;height:22px;color:#4570eb}.recorded-title{font-size:clamp(22px,4vw,40px);line-height:1.1;text-align:center;margin:0;letter-spacing:.2px;font-weight:800;color:#1a1a1a}.recorded-title .accent{color:#4570eb}.recorded-sub{text-align:center;color:#475569;max-width:760px;margin:16px auto 18px;font-size:1.05rem}@media (max-width: 768px){.edu-recorded{padding:2rem 0;margin-top:2rem}.recorded-header{margin-bottom:.75rem}.recorded-ic{width:20px;height:20px}.recorded-title{font-size:clamp(20px,5vw,28px)}.recorded-sub{font-size:14px;margin:12px auto 16px;padding:0 16px}.featured-courses-wrapper{margin:0 8px 1.5rem!important;padding:1.5rem 1rem!important;border-radius:12px!important}.featured-courses-wrapper h3{font-size:1.5rem!important}.featured-courses-wrapper p{font-size:.95rem!important;margin-bottom:1rem!important}}.recorded-courses-section .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.recorded-courses-section .course-card{transition:transform .2s ease,box-shadow .2s ease}.recorded-courses-section .course-card:hover{transform:translateY(-4px)}.edu-footer{background:#4570eb}.edu-footer-inner{max-width:1200px;margin:0 auto;padding:12px 24px}.edu-admin-link{color:#fff;font-size:13px;font-weight:600;text-decoration:none;opacity:.95}.edu-admin-link:hover{text-decoration:underline;opacity:1}@media (max-width: 768px){.edu-footer-inner{padding:12px 16px;text-align:center}.edu-admin-link{font-size:12px;display:inline-block;margin:0 8px}}@media (max-width: 768px){.pricing-sticky{position:static!important;top:auto!important;left:auto!important;transform:none!important;z-index:auto!important}.edu-live,.edu-recorded{margin-top:20px}.pill-group,.hc-track,.edu-nav{-webkit-overflow-scrolling:touch}.btn-pill,.pill,.rc-btn,.btn-outline{text-decoration:none;min-height:44px;touch-action:manipulation}.edu-nav .item{min-height:44px;display:flex;align-items:center}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}}@media (max-width: 480px){.edu-root{padding:6px;gap:6px}.edu-content{padding:12px}.edu-banner{height:clamp(240px,60vw,320px);margin-bottom:12px}.edu-banner-inner{padding:16px 12px}.edu-subtitle{font-size:14px}.btn-pill{padding:10px 16px;font-size:13px}.edu-live{padding:20px 0 16px}.edu-live .course-grid{padding:0 6px;gap:12px}.edu-recorded{padding:1.5rem 0}}.rc-root{margin-top:24px}.rc-header{text-align:center;margin-bottom:16px}.rc-title{font-size:36px;font-weight:800;color:#0f172a;margin:0}.rc-title .accent{color:#4570eb}.rc-subcount{color:#64748b;margin-top:4px}.rc-filters{display:flex;gap:6px;overflow-x:auto;padding:2px 4px;margin:8px 0 14px;scroll-snap-type:x mandatory}.rc-filters.scroller::-webkit-scrollbar{height:6px}.rc-filters.scroller::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}.rc-chip{border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;cursor:pointer;height:24px;scroll-snap-align:start;white-space:nowrap}.rc-chip:hover{background:#f3f6ff}.rc-chip.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.rc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;justify-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.rc-grid:has(.modern-course-card:nth-child(3):last-child){grid-template-columns:repeat(3,1fr);max-width:1000px;justify-content:center}@media (max-width: 1024px){.rc-grid:has(.modern-course-card:nth-child(3):last-child){grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width: 768px){.rc-grid{grid-template-columns:1fr;max-width:400px}.rc-grid:has(.modern-course-card:nth-child(3):last-child){grid-template-columns:1fr;max-width:400px}}@media (max-width: 768px){.rc-grid{gap:16px;padding:0 8px;grid-template-columns:1fr}.rc-card{border-radius:12px;box-shadow:0 2px 6px #1018280d}.rc-cover{padding:12px 12px 0}.rc-cover img{height:140px;border-radius:10px}.rc-body{padding:12px;gap:8px}.rc-course-title{font-size:15px;line-height:1.3}.rc-chips{gap:6px}.chip{font-size:11px;height:26px;padding:4px 10px}.rc-meta .item{padding:4px 0}.rc-meta .item+.item{padding-left:10px;margin-left:10px}.rc-ic{width:18px;height:18px}.rc-meta .label{font-size:10.5px}.rc-meta .value{font-size:11.5px}.rc-btn{padding:8px 12px;font-size:12.5px}}.rc-card{background:#fff;border:1px solid #edf0f4;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #1018280d;transition:box-shadow .2s,transform .2s}.rc-card:hover{box-shadow:0 12px 28px #4570eb26;transform:translateY(-2px)}.rc-cover{position:relative;padding:14px 14px 0;background:#fff}.rc-cover img{width:100%;height:160px;object-fit:cover;display:block;border-radius:12px;border:1px solid #E6ECF7;box-shadow:0 1px 2px #1018280a}.rc-cover-fallback{height:100%;display:grid;place-items:center;color:#fff}.rc-price{position:absolute;bottom:10px;right:10px;background:#fffffff5;border-radius:10px;padding:6px 10px;text-align:right}.rc-price .old{font-size:11px;color:#6b7280;text-decoration:line-through;display:block}.rc-price .now{font-size:16px;font-weight:800;color:#0f172a}.rc-body{padding:14px;display:flex;flex-direction:column;gap:10px}.rc-course-title{font-size:16.5px;font-weight:800;color:#0f172a;margin:0;line-height:1.25}.rc-chips{display:flex;gap:8px;flex-wrap:wrap}.chip{font-size:12px;font-weight:700;border-radius:999px;padding:4px 12px;border:1px solid #E5E7EB;background:#f8fafc;color:#111827;height:28px;display:inline-flex;align-items:center}.chip.neutral{background:#eef2ff;border-color:#e0eaff;color:#1d4ed8}.rc-meta{display:flex;align-items:center;gap:0;color:#111827}.rc-meta .item{flex:1;display:inline-flex;align-items:center;gap:10px;padding:6px 0}.rc-meta .item+.item{border-left:1px solid #E5E7EB;padding-left:14px;margin-left:14px}.rc-ic{width:20px;height:20px;color:#0f172a}.rc-meta .label{font-size:11.5px;color:#6b7280;display:block}.rc-meta .value{font-size:12.5px;font-weight:600;color:#111827;display:block}.rc-btn{width:100%;background:#fff;color:#0f172a;padding:10px 14px;border:1px solid #E5E7EB;border-radius:9999px;font-weight:600;cursor:pointer;font-size:13.5px}.rc-btn:hover{background:#fff;box-shadow:inset 0 1px #fff,0 2px 6px #11182714}.rc-empty{text-align:center;padding:40px 12px;color:#64748b}.rc-empty-ic{width:56px;height:56px;margin:0 auto 8px;color:#cbd5e1}.hc-root{margin-top:28px}.hc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.hc-title{font-size:20px;font-weight:800;margin:0;color:#0f172a}.hc-arrows{display:flex;gap:6px}.hc-wrap{position:relative}.hc-track{display:grid;grid-auto-flow:column;grid-auto-columns:340px;gap:24px;overflow-x:auto;padding:10px 0 20px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.hc-btn{width:36px;height:36px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 12px #1018281f;display:grid;place-items:center;cursor:pointer;transition:all .2s ease}.hc-card{width:100%;scroll-snap-align:start}.hc-badge{border:1px dashed #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#f6f8ff,#f9fbff);display:grid;place-items:center}.hc-badge-inner{width:100%;height:100%;display:grid;place-items:center;padding:24px 0}.hc-badge .badge-icons{display:flex;gap:12px;opacity:.9}@media (max-width: 768px){.hc-root{margin-top:24px}.hc-header{margin-bottom:12px;padding:0 8px}.hc-title{font-size:20px}.hc-arrows{gap:4px}.hc-btn{width:32px;height:32px}.hc-track{grid-auto-columns:280px;gap:16px;padding:8px 0 16px}.hc-track::-webkit-scrollbar{display:none}.hc-badge{border-radius:12px}.hc-badge-inner{padding:20px 0}}@media (max-width: 768px){.edu-root{grid-template-columns:1fr;padding:8px;gap:8px;min-height:calc(100vh - 60px)}.edu-sidebar{position:static;height:auto;border-radius:12px;margin-bottom:8px;padding:12px;background:linear-gradient(135deg,#4570eb,#3b5ecc)}.edu-logo-img{width:80px;margin:2px 6px 8px}.edu-nav{display:flex;gap:6px;overflow-x:auto;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.edu-nav::-webkit-scrollbar{display:none}.edu-nav .item{padding:6px 12px;white-space:nowrap;font-size:14px;min-width:max-content;flex-shrink:0}.edu-nav .item .ic{width:16px;height:16px}.edu-content{padding:16px;border-radius:12px}.edu-topbar{flex-direction:column;gap:12px;align-items:stretch;margin-bottom:12px}.edu-search{width:100%;padding:10px 16px}.edu-banner{height:clamp(280px,50vw,400px);margin-bottom:16px;border-radius:12px}.edu-banner-inner{gap:8px;padding:20px 16px}.edu-banner-logo{max-width:min(80%,300px)}.edu-subtitle{font-size:16px;text-align:center;margin:0 8px}.edu-hero-actions{flex-direction:column;gap:10px;width:100%;max-width:280px}.btn-pill{padding:12px 20px;font-size:14px;justify-content:center;width:100%}.btn-pill .ic{width:16px;height:16px}.edu-trust{font-size:12px;margin:8px 0 0;padding:0 16px}}@media (max-width: 1024px) and (min-width: 769px){.edu-banner{height:clamp(300px,35vw,450px)}.edu-subtitle{font-size:18px}.edu-hero-actions{gap:12px}}.carousel-sections{display:flex;flex-direction:column;gap:40px}.category-carousel-section{position:relative}.category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.category-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.category-count{font-size:14px;color:#6b7280;background:#f3f4f6;padding:4px 12px;border-radius:16px}.carousel-container{position:relative;overflow:hidden}.carousel-track{display:flex;gap:24px;width:fit-content}.carousel-card{flex:0 0 280px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease}.carousel-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#d1d5db}.carousel-course-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px;line-height:1.4;height:44px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .2s ease}.carousel-btn:hover{background:#f9fafb;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #00000026}.carousel-btn-left{left:-20px}.carousel-btn-right{right:-20px}.carousel-btn-view{display:inline-flex;align-items:center;justify-content:center;width:100%;height:36px;border:1px solid #E5E7EB;background:#fff;color:#0f172a;border-radius:8px;padding:0 16px;cursor:pointer;font-weight:600;font-size:13px;text-decoration:none;transition:all .15s ease}.carousel-btn-view:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}@media (max-width: 768px){.carousel-card{flex:0 0 240px}.category-title{font-size:20px}.carousel-btn{display:none}.carousel-container{overflow-x:auto;padding-bottom:8px}.carousel-track{transform:none!important}}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.header-wrapper.header-hidden{transform:translateY(-100%)}.header-wrapper .ab-header{background:#fff;box-shadow:0 1px 3px #0000001a}.edu-content{background:#fff;color:#111827;padding:20px 24px 40px;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px #1018280f,0 8px 20px #1018280f;max-width:none;width:100%;margin:0;overflow-x:hidden}.rootTopNav{margin-top:148px;padding:16px 48px 0;background:#4570eb;min-height:auto}@media (max-width: 768px){.rootTopNav{padding:12px 24px 0}.edu-content{padding:16px 20px 32px}}@media (max-width: 480px){.rootTopNav{padding:8px 16px 0}.edu-content{padding:12px 16px 24px}}.modern-course-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 10px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;width:320px;position:relative}.modern-course-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #00000012,0 20px 40px #0000001f}.card-image-wrapper{position:relative;width:100%;height:160px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.modern-course-card:hover .card-image{transform:scale(1.05)}.card-content{padding:12px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.card-title{font-size:17px;font-weight:700;color:#1e293b;line-height:1.3;margin:0;min-height:36px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-description{font-size:14px;color:#64748b;line-height:1.6;margin:4px 0 8px;flex:1;max-height:120px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.card-description::-webkit-scrollbar{width:6px}.card-description::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.card-description::-webkit-scrollbar-track{background-color:#f1f5f9}.card-meta{display:flex;flex-direction:column;gap:6px;padding:10px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px}.meta-icon{width:16px;height:16px;color:#4570eb;flex-shrink:0}.meta-label{font-weight:600;color:#475569}.meta-value{color:#1e293b;font-weight:700;margin-left:auto;background:#fff;padding:4px 12px;border-radius:8px;font-size:13px;border:1px solid #e2e8f0}.card-action-button{padding:10px 20px;background:#4570eb;color:#fff;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 12px #4570eb40;margin-top:12px;width:100%;box-sizing:border-box;position:relative;overflow:hidden}.card-action-button:hover{background:#3b5dd1;transform:translateY(-2px);box-shadow:0 6px 16px #4570eb59;text-decoration:none}.card-action-button:active{transform:translateY(0)}.modern-course-card.horizontal{flex-direction:row;height:auto}.modern-course-card.horizontal .card-image-wrapper{width:280px;height:200px;flex-shrink:0}.modern-course-card.featured{border:2px solid #4570eb}.modern-course-card.featured .card-image-wrapper{height:180px}.modern-course-card.featured .card-action-button{background:#58c33b;box-shadow:0 4px 12px #58c33b40}.modern-course-card.featured .card-action-button:hover{background:#4aa831;box-shadow:0 6px 16px #58c33b59}@media (max-width: 768px){.modern-course-card{width:100%;max-width:320px}.modern-course-card.live-course{max-width:320px}.modern-course-card.horizontal{flex-direction:column}.modern-course-card.horizontal .card-image-wrapper{width:100%;height:200px}.card-title{font-size:16px;min-height:44px}.card-description{font-size:13px;max-height:100px}.card-content{padding:16px 16px 14px}.card-meta{padding:10px;gap:6px}.meta-item{font-size:13px}.meta-icon{width:16px;height:16px}.card-action-button{padding:10px 20px;font-size:14px}}@media (max-width: 480px){.card-image-wrapper{height:160px}.card-content{padding:14px 14px 12px}.card-meta{padding:8px}}.modern-course-card.live-course{border:2px solid #58c33b;box-shadow:0 1px 3px #0000000d,0 10px 20px #58c33b26;width:320px;margin-bottom:0}.modern-course-card.live-course:hover{box-shadow:0 4px 6px #00000012,0 20px 40px #58c33b40}.card-live-badge{position:absolute;top:12px;right:12px;padding:5px 10px;background:#58c33b;color:#fff;border-radius:16px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 4px 12px #58c33b4d;z-index:2}.live-icon{width:12px;height:12px}.modern-course-card.live-course .card-action-button{background:#58c33b;box-shadow:0 4px 12px #58c33b40}.modern-course-card.live-course .card-action-button:hover{background:#4aa831;box-shadow:0 6px 16px #58c33b59}.modern-course-card.live-course .meta-icon{color:#58c33b}.modern-course-card.live-course .meta-value{background:#dcfce7;border-color:#bbf7d0;color:#166534}.card-action-button.live-button{background:#58c33b!important;box-shadow:0 4px 12px #58c33b40!important}.card-action-button.live-button:hover{background:#4aa831!important;box-shadow:0 6px 16px #58c33b59!important}.card-action-button.live-button:active{background:#047857!important}.card-action-button.recorded-button{background:#4570eb!important;box-shadow:0 4px 12px #4570eb40!important}.card-action-button.recorded-button:hover{background:#3b5dd1!important;box-shadow:0 6px 16px #4570eb59!important}.card-action-button.recorded-button:active{background:#334bc4!important}.plans-section{padding:4rem 2rem;background:#f4f9ff;position:relative;min-height:100vh;overflow:visible}.plans-inner{max-width:1400px;margin:0 auto;position:relative;min-height:inherit}.plans-header{text-align:center;margin-bottom:3rem}.plans-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin:0 0 1rem}.plans-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.plans-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;max-width:500px;margin:0 auto;position:relative}@media (max-width: 480px){.plans-section{padding:2rem 1rem}.plans-header{margin-bottom:2rem}.plans-title{font-size:clamp(1.5rem,6vw,2.5rem);margin:0 0 .75rem}.plans-subtitle{font-size:1rem;padding:0 .5rem}.plans-layout{gap:1.5rem;max-width:100%}}@media (min-width: 768px){.plans-layout{grid-template-columns:1fr 1fr;max-width:none}}@media (min-width: 1280px){.plans-layout{display:grid;grid-template-columns:minmax(0,1fr) 460px minmax(0,1fr);gap:2.5rem;align-items:start;padding-top:2rem}}.testimonials-column{display:none}@media (max-width: 767px){.testimonials-column{display:grid;gap:1rem;align-content:start}.testimonials-column.left{order:2}.testimonials-column.right{display:none}}@media (min-width: 768px){.testimonials-column{flex:1}}@media (min-width: 1280px){.testimonials-column{display:grid;gap:1.5rem;align-content:start}.testimonials-column.left{justify-items:end;order:0}.testimonials-column.right{justify-items:start;display:grid}}@media (min-width: 768px) and (max-width: 1279px){.testimonials-column.right{display:grid;gap:1.5rem}}.testimonial-card{background:linear-gradient(145deg,#fff,#fafbff,#f0f7ff);border:1px solid rgba(69,112,235,.12);border-radius:20px;padding:1.5rem 1.75rem 5rem;position:relative;box-shadow:0 0 0 1px #4570eb08,0 1px 2px #00000005,0 4px 8px #4570eb0a,0 12px 24px #4570eb0f,0 24px 48px #0000000a;max-width:400px;width:100%;min-height:220px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}@media (max-width: 767px){.testimonial-card{border-radius:16px;padding:1.25rem 1.5rem 4rem;min-height:180px;max-width:100%;margin:0 auto;box-shadow:0 0 0 1px #4570eb0d,0 2px 4px #00000008,0 6px 12px #4570eb0f,0 12px 24px #4570eb14}.testimonial-quote{font-size:3rem;top:.5rem;left:1rem}.testimonial-content{margin-top:1rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.testimonial-footer{bottom:.75rem;left:1.5rem;right:1.5rem;padding:.375rem 0}.testimonial-author-name{font-size:.8125rem}.testimonial-author-role{font-size:.6875rem}.testimonial-author-company{font-size:.625rem}.testimonial-avatar,.testimonial-avatar-img{width:34px;height:34px;border-radius:8px}.testimonial-rating{top:1rem;right:1rem;padding:.1875rem .375rem}.testimonial-rating .star{width:12px;height:12px}}.testimonial-card:before{content:"";position:absolute;top:-100%;left:-100%;right:-100%;bottom:-100%;background:radial-gradient(circle at 50% 50%,rgba(69,112,235,.08) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.testimonial-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(69,112,235,.2) 50%,transparent 100%);opacity:0;transition:opacity .4s ease}.testimonial-card:hover{transform:translateY(-4px) scale(1.01);border-color:#4570eb33;box-shadow:0 0 0 1px #4570eb1a,0 4px 8px #0000000a,0 12px 24px #4570eb1f,0 24px 48px #4570eb14,0 48px 96px #0000000f}.testimonial-card:hover:before{opacity:1}.testimonial-card:hover:after{opacity:1}.testimonial-quote{position:absolute;top:.75rem;left:1.25rem;color:transparent;font-size:4rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-background-clip:text;background-clip:text;opacity:.08;font-family:Georgia,serif;z-index:0;transform:rotate(-5deg)}.testimonial-content{margin-top:1.25rem;margin-bottom:1rem;line-height:1.6;color:#334155;font-size:.9625rem;position:relative;z-index:1;font-weight:500;font-style:italic;letter-spacing:.01em;flex:1;min-height:60px}.testimonial-footer{position:absolute;bottom:1rem;left:1.75rem;right:1.75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 0;border-top:1px solid rgba(69,112,235,.08)}.testimonial-author{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.testimonial-author-name{font-weight:700;color:#0f172a;font-size:.89375rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonial-author-role{font-weight:500;color:#64748b;font-size:.75625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonial-author-company{font-weight:400;color:#94a3b8;font-size:.6875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonial-avatar{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#4570eb,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.125rem;box-shadow:0 2px 4px #4570eb33,0 4px 12px #4570eb26;flex-shrink:0;position:relative}.testimonial-avatar:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:14px;padding:2px;background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.3}.testimonial-avatar-link{display:inline-block;transition:transform .3s ease;cursor:pointer;flex-shrink:0;text-decoration:none;position:relative;z-index:10}.testimonial-avatar-link:hover{transform:scale(1.1)}.testimonial-avatar-link:after{content:"🔗";position:absolute;bottom:-5px;right:-5px;background:#4570eb;color:#fff;width:16px;height:16px;border-radius:50%;font-size:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;box-shadow:0 2px 4px #0003}.testimonial-avatar-link:hover:after{opacity:1}.testimonial-avatar-img{width:38px;height:38px;border-radius:10px;object-fit:cover;box-shadow:0 2px 4px #4570eb33,0 4px 12px #4570eb26;border:2px solid rgba(69,112,235,.2);transition:all .3s ease;background:linear-gradient(135deg,#4570eb,#2563eb);display:block}.testimonial-avatar-link:hover .testimonial-avatar-img{border-color:#4570eb;box-shadow:0 4px 8px #4570eb4d,0 8px 16px #4570eb33}.testimonial-rating{position:absolute;top:1.25rem;right:1.25rem;display:flex;gap:.125rem;padding:.25rem .5rem;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px}.testimonial-rating .star{width:14px;height:14px;color:#fbbf24;filter:drop-shadow(0 1px 2px rgba(251,191,36,.3))}.pricing-card{background:linear-gradient(135deg,#fff,#f0f7ff);border:1px solid rgba(69,112,235,.15);border-radius:24px;padding:2rem 1.75rem;box-shadow:0 0 0 1px #4570eb0d,0 2px 4px #00000005,0 4px 8px #00000008,0 10px 24px #0000000d,0 24px 48px #4570eb1f;width:100%;max-width:460px;margin:0 auto;height:fit-content;position:relative;overflow:hidden}@media (max-width: 767px){.pricing-card{border-radius:18px;padding:1.5rem 1.25rem;margin:0 .5rem;box-shadow:0 0 0 1px #4570eb14,0 2px 4px #00000008,0 4px 8px #0000000a,0 8px 16px #0000000f,0 16px 32px #4570eb1a;max-width:100%}.pricing-logo-container{padding:1rem 0;margin-bottom:1rem}.pricing-logo{height:36px}.billing-tabs{margin-bottom:1.25rem;border-radius:12px}.billing-tab{padding:.625rem 1.25rem;font-size:.875rem;border-radius:8px}.billing-tab .discount-badge{top:-10px;right:-6px;font-size:.5625rem;padding:.1875rem .5rem}.price-section{padding:1.25rem 0}.plan-name{font-size:.6875rem;margin-bottom:.625rem;padding:.1875rem .625rem}.price-display{gap:.25rem;margin-bottom:.375rem}.price-currency{font-size:1.5rem;margin-top:.375rem}.price-amount{font-size:clamp(3rem,12vw,4.5rem);letter-spacing:-.02em}.price-period{font-size:1.125rem;margin-left:.375rem}.features-list{padding:1.25rem 0}.feature-item{padding:.5rem .25rem;font-size:.8125rem;gap:.75rem}.feature-check{width:18px;height:18px;padding:1.5px}.seats-section{padding:1rem 0;gap:.75rem}.seats-label{font-size:.6875rem}.seats-selector{gap:.875rem}.seats-button{width:34px;height:34px;border-radius:6px;font-size:1.125rem}.seats-count{width:44px;font-size:1rem}.corporate-message{border-radius:10px;padding:.625rem .875rem;gap:.375rem;margin-top:.375rem}.corporate-message .corporate-icon{font-size:1.125rem}.corporate-message span:last-child{font-size:.8125rem}.pricing-card .cta-button{padding:.875rem;font-size:1rem;border-radius:12px;margin-top:1rem;letter-spacing:.015em}.cta-hint{font-size:.75rem;margin-top:.875rem;gap:.625rem}}@media (max-width: 1024px) and (min-width: 768px){.pricing-card{border-radius:20px;padding:1.75rem 1.5rem;max-width:420px}.price-amount{font-size:clamp(3.5rem,7vw,5rem)}.feature-item{font-size:.8125rem}}.pricing-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(69,112,235,.06) 0%,transparent 70%);animation:float 20s ease-in-out infinite;pointer-events:none}.pricing-card:after{content:"";position:absolute;bottom:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);animation:float 20s ease-in-out infinite reverse;pointer-events:none}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.pricing-card-container{position:relative;width:100%;display:flex;justify-content:center;align-self:flex-start}@media (min-width: 1280px){.pricing-card{z-index:100}.pricing-card-container{position:relative;height:auto;align-self:flex-start}}@media (max-width: 767px){.pricing-card{top:0;transform:none;position:static!important;left:auto!important;z-index:auto!important}.pricing-card-container{order:1}}.pricing-logo-container{display:flex;justify-content:center;align-items:center;padding:1.25rem 0;margin-bottom:1.25rem;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.pricing-logo{width:auto;height:40px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.pricing-logo:hover{transform:scale(1.05)}.billing-tabs{display:flex;gap:0;background:linear-gradient(135deg,#e0e7ff,#cdd5f4);padding:.25rem;border-radius:14px;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #4570eb1a,0 1px 2px #0000000d;position:relative;z-index:1;border:1px solid rgba(69,112,235,.15)}.billing-tab{flex:1;padding:.75rem 1.5rem;border:none;background:transparent;color:#4570eb;font-weight:700;font-size:.9375rem;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;margin:.125rem}.billing-tab:hover:not(.active){color:#2563eb;background:#ffffff4d}.billing-tab.active{background:linear-gradient(135deg,#fff,#f8fafc);color:#1e293b;box-shadow:0 0 0 1px #4570eb1a,0 2px 4px #0000000d,0 4px 8px #4570eb1a,0 8px 16px #4570eb0d;transform:scale(1.01)}.billing-tab .discount-badge{position:absolute;top:-12px;right:-8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.625rem;padding:.25rem .625rem;border-radius:999px;font-weight:800;box-shadow:0 2px 8px #10b98166,0 1px 2px #0000001a;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border:2px solid white}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.price-section{text-align:center;padding:1.5rem 0;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.plan-name{font-size:.75rem;font-weight:700;color:#4570eb;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em;display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#4570eb1a,#2563eb1a);border-radius:999px}.price-display{display:flex;align-items:baseline;justify-content:center;gap:.375rem;position:relative;margin-bottom:.5rem}.price-currency{font-size:1.75rem;color:#64748b;font-weight:700;margin-top:.5rem}.price-amount{font-size:clamp(4rem,8vw,5.5rem);font-weight:900;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:.9;letter-spacing:-.03em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.price-period{font-size:1.25rem;color:#64748b;margin-left:.5rem;font-weight:600}.payment-methods{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1rem;padding:.75rem 0;flex-wrap:nowrap}.payment-method-item{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;height:36px;min-width:60px;transition:all .2s ease;flex-shrink:0}.payment-method-item:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.payment-icon{height:20px;width:auto;opacity:.7;transition:opacity .2s ease}.payment-method-item:hover .payment-icon{opacity:1}.payment-icon.visa,.payment-icon.mastercard,.payment-icon.paypal{height:20px}.payment-icon.spei{height:14px;filter:grayscale(100%);opacity:.8}.payment-method-item:hover .payment-icon.spei{filter:grayscale(0%)}.payment-icon.stripe{height:20px}.features-list{list-style:none;padding:1.5rem 0;margin:0;border-bottom:1px solid rgba(69,112,235,.1);position:relative;z-index:1}.feature-item{display:flex;align-items:center;gap:.875rem;padding:.625rem .375rem;color:#1e293b;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s;position:relative}.feature-item:hover{background:linear-gradient(135deg,#4570eb08,#2563eb08);transform:translate(4px)}.feature-check{width:20px;height:20px;color:#10b981;flex-shrink:0;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:50%;padding:2px}.seats-section{padding:1.25rem 0;display:flex;flex-direction:column;gap:.875rem}.seats-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;text-align:center}.seats-selector{display:flex;align-items:center;justify-content:center;gap:1rem}.seats-button{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;color:#334155;font-size:1.25rem;cursor:pointer;transition:all .2s}.seats-button:hover:not(:disabled){background:#f3f4f6;border-color:#cbd5e1}.seats-button:disabled{opacity:.5;cursor:not-allowed}.seats-count{width:48px;text-align:center;font-weight:700;font-size:1.125rem;color:#0f172a}.corporate-message{background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #fbbf24;border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;animation:slideDown .3s ease-out}.corporate-message .corporate-icon{font-size:1.25rem}.corporate-message span:last-child{font-size:.875rem;font-weight:600;color:#92400e}.pricing-card .cta-button{width:100%;padding:1rem;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border:none;border-radius:14px;font-weight:800;font-size:1.0625rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1.25rem;position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:.025em}.pricing-card .cta-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s}.pricing-card .cta-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 25px #4570eb4d,0 20px 40px #2563eb33}.pricing-card .cta-button:hover:before{transform:translate(100%)}.pricing-card .cta-button:active{transform:translateY(-1px) scale(1.01)}.features-title{font-size:.9375rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.feature-row{display:flex;align-items:center;gap:.875rem;padding:.625rem .375rem;color:#1e293b;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s}.feature-row:hover{background:linear-gradient(135deg,#4570eb08,#2563eb08);transform:translate(4px)}.feature-row .feature-check{width:20px;height:20px;color:#10b981;flex-shrink:0;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:50%;padding:2px}.price-note{margin-top:.5rem;font-size:.875rem;color:#64748b}.price-trust{margin-top:.25rem;font-size:.8125rem;color:#94a3b8}.money-back{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:#0f172a}.money-back .guarantee-icon{width:18px;height:18px;color:#111827}.cta-hint{text-align:center;color:#64748b;font-size:.8125rem;margin-top:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem}.cta-hint:before,.cta-hint:after{content:"✓";color:#10b981;font-weight:700}.journey-section{background:#0e193f;color:#e2e8f0;padding:64px 24px 72px}.journey-inner{max-width:1200px;margin:0 auto;text-align:center}.journey-eyebrow{color:#4570eb;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.journey-title{color:#fff;font-weight:900;font-size:clamp(26px,4vw,40px);margin:0 0 12px}.journey-title .accent{color:#4570eb}.journey-sub{color:#cbd5e1;margin:0 auto 24px;max-width:720px}.journey-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}@media (min-width: 768px){.journey-grid{grid-template-columns:1fr 1fr}}.journey-card{background:#192655;border:none;border-radius:14px;padding:16px 18px;text-align:left;display:grid;grid-template-columns:120px 1fr;align-items:center}.journey-card .step-left{display:grid;grid-template-rows:auto auto;gap:10px}.journey-card .step-num{color:#4570eb;font-weight:900;font-size:14px}.journey-card .step-title{color:#fff;font-weight:800;margin:0}.journey-card .step-right{padding-left:8px}.journey-card .step-desc{color:#cbd5e1;margin:0;font-size:16.8px;line-height:1.6}.journey-cta{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;background:linear-gradient(135deg,#4570eb,#2563eb);padding:12px 18px;border-radius:999px;font-weight:800;margin-top:18px}.journey-cta .arrow{opacity:.9}.journey-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb59}.testimonials-track{display:flex;transition:transform .5s ease-in-out}.testimonial-slide{min-width:100%;padding:2rem;color:#fff}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.testimonial-info h4{margin:0;font-size:1.125rem;font-weight:700}.testimonial-info p{margin:0;font-size:.875rem;color:#fffc}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.star-icon{width:18px;height:18px}.star-icon.filled{color:#fbbf24}.testimonial-text{font-size:1.125rem;line-height:1.6;font-style:italic}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;padding:1rem}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s}.dot.active{width:24px;border-radius:4px;background:#fff}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.plan-card{background:#fff;border-radius:16px;padding:2rem;position:relative;transition:transform .3s,box-shadow .3s}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.plan-card.popular{border:3px solid #4f46e5;transform:scale(1.05)}.plan-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff;padding:.375rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:700}.plan-name{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;text-align:center}.plan-description{color:#64748b;font-size:.875rem;text-align:center;margin:0 0 1.5rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.currency{font-size:1.25rem;color:#64748b;font-weight:600}.amount{font-size:2.5rem;font-weight:800;color:#1e293b}.period{font-size:1rem;color:#64748b}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:#334155;font-size:.9375rem}.feature.disabled{color:#cbd5e1}.feature-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.feature-icon.check{color:#22c55e}.feature-icon.x{color:#ef4444}.plan-button{width:100%;padding:.875rem;border:none;border-radius:999px;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s}.plan-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.plan-note{margin-top:8px;text-align:center;color:#64748b;font-size:12px}.trust-badges{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;text-align:center}.trust-badge{display:flex;flex-direction:column;gap:.25rem}.trust-number{font-size:1.75rem;font-weight:800;color:#fff}.trust-label{font-size:.875rem;color:#fffc;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.plans-section{padding:3rem 1rem}.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:none}.trust-badges{gap:2rem}}@media (max-width: 768px){.journey-section{padding:48px 16px 56px}.journey-inner{max-width:100%}.journey-eyebrow{font-size:11px;margin-bottom:8px}.journey-title{font-size:clamp(22px,6vw,32px);margin:0 0 10px}.journey-sub{font-size:14px;margin:0 auto 20px;padding:0 8px}.journey-grid{gap:14px;margin-top:16px}.journey-card{border-radius:12px;padding:14px 16px;grid-template-columns:100px 1fr}.journey-card .step-left{gap:8px}.journey-card .step-num{font-size:12px}.journey-card .step-title{font-size:14px}.journey-card .step-right{padding-left:6px}.journey-card .step-desc{font-size:14px;line-height:1.5}.journey-cta{padding:10px 16px;font-size:14px;margin-top:16px;gap:6px}}.HorizontalCourseScroller-module_hcRoot__eeunV{margin:2rem 0;padding:0 1rem}.HorizontalCourseScroller-module_hcHeader__DKJXP{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.HorizontalCourseScroller-module_hcTitle__-xREK{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.HorizontalCourseScroller-module_hcArrows__gCv0f{display:flex;gap:.5rem}.HorizontalCourseScroller-module_hcBtn__yB1Th{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#64748b}.HorizontalCourseScroller-module_hcBtn__yB1Th:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6;transform:scale(1.05)}.HorizontalCourseScroller-module_hcBtn__yB1Th:active{transform:scale(.95)}.HorizontalCourseScroller-module_hcWrap__sPyqx{position:relative;overflow:hidden;border-radius:12px}.HorizontalCourseScroller-module_hcTrack__v5hp-{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.HorizontalCourseScroller-module_hcTrack__v5hp-::-webkit-scrollbar{display:none}.HorizontalCourseScroller-module_hcCard__dJjz-{flex:0 0 320px;height:auto}.HorizontalCourseScroller-module_hcCard__dJjz-:last-child{margin-right:1rem}.HorizontalCourseScroller-module_hcBadge__jykcx{flex:0 0 200px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #3b82f6;border-radius:16px;display:flex;align-items:center;justify-content:center;min-height:300px;position:relative;overflow:hidden}.HorizontalCourseScroller-module_hcBadge__jykcx:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#3b82f60d,#1d4ed80d);z-index:1}.HorizontalCourseScroller-module_hcBadgeInner__cN7Yd{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;z-index:2;position:relative}.HorizontalCourseScroller-module_badgeIcons__Ruzvg{display:flex;gap:1rem;margin-bottom:1rem;opacity:.8}.HorizontalCourseScroller-module_hcBadge__jykcx img{max-width:100px;max-height:100px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(59,130,246,.2))}@media (max-width: 768px){.HorizontalCourseScroller-module_hcCard__dJjz-{flex:0 0 280px}.HorizontalCourseScroller-module_hcBadge__jykcx{flex:0 0 160px;min-height:240px}.HorizontalCourseScroller-module_hcTrack__v5hp-{gap:1rem}.HorizontalCourseScroller-module_hcTitle__-xREK{font-size:1.25rem}.HorizontalCourseScroller-module_hcRoot__eeunV{padding:0 .5rem}}@media (max-width: 480px){.HorizontalCourseScroller-module_hcCard__dJjz-{flex:0 0 260px}.HorizontalCourseScroller-module_hcBadge__jykcx{flex:0 0 140px;min-height:200px}.HorizontalCourseScroller-module_hcBadgeInner__cN7Yd{padding:1rem}.HorizontalCourseScroller-module_hcBadge__jykcx img{max-width:60px;max-height:60px}.HorizontalCourseScroller-module_badgeIcons__Ruzvg svg{width:2rem;height:2rem}}.CategoriesNavbar-module_categoriesNavbarHover__reIIn{position:fixed;left:0;top:258px;z-index:50;transition:top .3s cubic-bezier(.4,0,.2,1)}.CategoriesNavbar-module_categoriesNavbarHover__reIIn.CategoriesNavbar-module_headerHidden__0FNk2{top:120px}.CategoriesNavbar-module_categoriesNavbarHover__reIIn:hover .CategoriesNavbar-module_navbarContent__oPkcM{transform:translate(0);opacity:1;visibility:visible}.CategoriesNavbar-module_navbarIndicator__p7fIr{position:relative;left:0;background:#58c33b;color:#fff;padding:1rem .5rem;border-radius:0 12px 12px 0;cursor:pointer;box-shadow:4px 0 20px #58c33b4d;transition:all .3s ease}.CategoriesNavbar-module_navbarIndicator__p7fIr:hover{background:#4aa831;transform:translate(2px)}.CategoriesNavbar-module_indicatorIcon__UUapS{width:20px;height:20px;transition:transform .3s ease}.CategoriesNavbar-module_categoriesNavbarHover__reIIn:hover .CategoriesNavbar-module_indicatorIcon__UUapS{transform:rotate(-180deg)}.CategoriesNavbar-module_navbarContent__oPkcM{position:absolute;left:60px;top:0;transform:translate(-100%);width:320px;background:#fff;border-radius:16px;box-shadow:10px 0 50px #00000026;padding:1.5rem;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb}.CategoriesNavbar-module_navbarHeader__vHia2{margin-bottom:1.5rem}.CategoriesNavbar-module_navbarTitle__ZBaoC{display:flex;align-items:center;gap:.75rem;margin:0;color:#1f2937;font-size:1.125rem;font-weight:600}.CategoriesNavbar-module_navbarTitleIcon__Zp-N6{width:20px;height:20px;color:#58c33b}.CategoriesNavbar-module_navbarMenu__SNs0V{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.CategoriesNavbar-module_navbarLoading__I1OOW{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#6b7280}.CategoriesNavbar-module_loadingSpinner__nrgCx{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #58c33b;border-radius:50%;animation:CategoriesNavbar-module_spin__NjguT 1s linear infinite}@keyframes CategoriesNavbar-module_spin__NjguT{to{transform:rotate(360deg)}}.CategoriesNavbar-module_categoryItem__MRveH{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.CategoriesNavbar-module_categoryItem__MRveH:hover{background:#e8f8e3;transform:translate(-2px)}.CategoriesNavbar-module_categoryItem__MRveH.CategoriesNavbar-module_active__A1wCb{background:#d4f1ca;border:1px solid #58c33b}.CategoriesNavbar-module_categoryInfo__GoRFl{display:flex;align-items:center;gap:.75rem;flex:1}.CategoriesNavbar-module_categoryIcon__Ie--E{width:16px;height:16px;color:#6b7280;transition:color .2s ease}.CategoriesNavbar-module_categoryItem__MRveH:hover .CategoriesNavbar-module_categoryIcon__Ie--E,.CategoriesNavbar-module_categoryItem__MRveH.CategoriesNavbar-module_active__A1wCb .CategoriesNavbar-module_categoryIcon__Ie--E{color:#58c33b}.CategoriesNavbar-module_categoryName__5A9fn{font-size:.875rem;font-weight:500;color:#374151}.CategoriesNavbar-module_categoryItem__MRveH.CategoriesNavbar-module_active__A1wCb .CategoriesNavbar-module_categoryName__5A9fn{color:#3d8f26;font-weight:600}.CategoriesNavbar-module_categoryMeta__gW8mj{display:flex;align-items:center;gap:.5rem}.CategoriesNavbar-module_categoryCount__mZRxq{background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;min-width:24px;text-align:center}.CategoriesNavbar-module_categoryItem__MRveH.CategoriesNavbar-module_active__A1wCb .CategoriesNavbar-module_categoryCount__mZRxq{background:#58c33b;color:#fff}.CategoriesNavbar-module_categoryArrow__HXqyS{width:14px;height:14px;color:#9ca3af;transition:all .2s ease}.CategoriesNavbar-module_categoryItem__MRveH:hover .CategoriesNavbar-module_categoryArrow__HXqyS,.CategoriesNavbar-module_categoryItem__MRveH.CategoriesNavbar-module_active__A1wCb .CategoriesNavbar-module_categoryArrow__HXqyS{color:#58c33b;transform:translate(-2px)}.CategoriesNavbar-module_categoriesSeparator__Err3Q{margin:1rem 0 .5rem;padding:.5rem 0;border-top:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.CategoriesNavbar-module_navbarFooter__TZ88-{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.CategoriesNavbar-module_footerStats__xX6R1{text-align:center}.CategoriesNavbar-module_statsText__fyK4s{font-size:.75rem;color:#6b7280}@media (max-width: 1024px){.CategoriesNavbar-module_categoriesNavbarHover__reIIn{display:none}}.simple-cover-editor{display:flex;flex-direction:column;gap:20px}.standard-cover-info{padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.color-display{display:flex;flex-direction:column;gap:12px;align-items:center}.color-display p{font-size:13px;color:#6b7280;text-align:center;margin:0;font-weight:500}.editor-content{min-height:120px}.default-section{padding:16px;background:#f9fafb;border-radius:8px}.color-preview{display:flex;flex-direction:column;gap:12px;align-items:center}.color-sample{display:flex;align-items:center;justify-content:center;width:200px;height:80px;border-radius:12px;color:#fff;font-weight:600;font-size:14px;box-shadow:0 4px 8px #0000001a}.default-section p{font-size:14px;color:#6b7280;text-align:center;margin:0}.editor-preview-simple{display:flex;flex-direction:column;gap:12px}.editor-preview-simple h4{font-size:16px;font-weight:600;color:#374151;margin:0}.preview-container-simple{position:relative;width:100%;aspect-ratio:1200 / 630;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #1018280a}.preview-image-simple{display:block;width:100%;height:100%;object-fit:contain;background:#f3f4f6}.preview-loading-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:#6b7280}.loading-spinner-simple{width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#4570eb;border-radius:50%;animation:spin 1s linear infinite}.preview-empty-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;color:#9ca3af}@media (max-width: 768px){.templates-grid-simple{grid-template-columns:1fr}.editor-modes{flex-wrap:wrap}.mode-btn{flex:1;min-width:0;justify-content:center}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .2s ease-out}.modal-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;pointer-events:none}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;pointer-events:all;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb}.modal-title{font-size:24px;font-weight:700;color:#111827;margin:0}.modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-tabs{display:flex;gap:8px;padding:16px 28px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.modal-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.modal-tab:hover{background:#fff;color:#374151}.modal-tab.active{background:#fff;color:#4570eb;box-shadow:0 1px 3px #0000000d}.modal-tab svg{width:16px;height:16px}.modal-body{flex:1;overflow-y:auto;padding:28px}.modal-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#374151}.form-label svg{width:16px;height:16px;color:#6b7280}.form-input{padding:12px 14px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s}.form-input:focus{outline:none;border-color:#4570eb;box-shadow:0 0 0 4px #4570eb1a}.form-input.error{border-color:#ef4444}.form-input.error:focus{box-shadow:0 0 0 4px #ef44441a}.form-input.disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}textarea.form-input{resize:vertical;min-height:100px}.form-error{font-size:12px;color:#ef4444;font-weight:500}.form-helper{font-size:12px;color:#6b7280;font-weight:500}.modal-cover-section{display:flex;flex-direction:column;gap:20px}.current-cover-preview{display:flex;flex-direction:column;gap:12px}.current-cover-preview h3{font-size:16px;font-weight:600;color:#374151;margin:0}.cover-preview-image{width:100%;max-width:400px;height:200px;object-fit:cover;border-radius:12px;border:2px solid #e5e7eb}.cover-preview-placeholder{width:100%;max-width:400px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;color:#9ca3af}.cover-editor-container{width:100%}.info-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.info-box h4{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px}.info-box p{font-size:13px;color:#6b7280;margin:0 0 8px}.info-box p:last-child{margin-bottom:0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 20px 20px}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif;border:none}.btn-primary{background:#4570eb;color:#fff}.btn-primary:hover{background:#3b5fd9;transform:translateY(-1px);box-shadow:0 4px 12px #4570eb4d}.btn-secondary{background:#fff;color:#6b7280;border:2px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;color:#374151;border-color:#d1d5db}.btn-secondary.mb-4{margin-bottom:16px}.cover-editor-embedded{width:100%}.cover-editor-embedded-content{background:#fff;border-radius:12px;border:1px solid #e5e7eb}.cover-editor-embedded .editor-body{padding:16px;gap:16px}.cover-editor-embedded .editor-sidebar{width:100%;margin-bottom:16px}.cover-editor-embedded .editor-preview{width:100%}.cover-editor-embedded .preview-container{height:200px}.embedded-actions{display:flex;justify-content:center;padding:16px;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-save-embedded{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#4570eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.btn-save-embedded:hover{background:#3b5fd9;transform:translateY(-1px)}@media (max-width: 768px){.modal-container{padding:0}.modal-content{max-width:100%;max-height:100vh;height:100vh;border-radius:0}.form-row{grid-template-columns:1fr}.modal-tabs{overflow-x:auto;flex-wrap:nowrap}.cover-editor-embedded .editor-body{flex-direction:column}}.featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.title-icon{width:32px;height:32px;color:#fbbf24}.header-actions{display:flex;gap:1rem;align-items:center}.btn-auto{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#a78bfa,#c084fc);color:#fff;border:none;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-auto:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a78bfa66}.btn-save{padding:.625rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-save:hover:not(:disabled){background:#4338ca;box-shadow:0 4px 12px #4f46e54d}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-icon{width:18px;height:18px}.featured-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.section-header{margin-bottom:1.5rem}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.count-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .625rem;background:#fef3c7;color:#92400e;border-radius:999px;font-size:.875rem;font-weight:600}.section-hint{color:#64748b;font-size:.875rem;margin:0}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1280px){.featured-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.featured-grid{grid-template-columns:1fr}}.featured-slot{position:relative;background:#fff;border:2px dashed #e5e7eb;border-radius:12px;padding:1rem;min-height:280px;display:flex;flex-direction:column;transition:all .2s}.featured-slot.empty{align-items:center;justify-content:center;background:#f8fafc}.featured-slot.filled{border-style:solid;border-color:#cbd5e1;cursor:move}.featured-slot.filled:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.slot-number{position:absolute;top:.5rem;left:.5rem;width:24px;height:24px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.empty-icon{width:48px;height:48px;color:#cbd5e1;margin-bottom:.5rem}.empty-text{color:#94a3b8;font-size:.875rem}.slot-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.remove-btn{width:24px;height:24px;background:#fee2e2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-btn:hover{background:#fecaca}.remove-icon{width:14px;height:14px;color:#dc2626}.course-preview{flex:1;display:flex;flex-direction:column}.course-cover{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:.75rem}.course-cover-placeholder{width:100%;height:120px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.placeholder-icon{width:32px;height:32px;color:#6366f1}.course-info{flex:1;display:flex;flex-direction:column}.course-title{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.course-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.meta-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#64748b}.meta-icon{width:14px;height:14px;color:#94a3b8}.course-rating{margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.stars-container{display:flex;align-items:center;gap:.125rem}.star{width:14px;height:14px}.star.filled{color:#fbbf24}.star.empty{color:#e5e7eb}.students-count{font-size:.75rem;color:#64748b;margin-top:.25rem}.no-rating{font-size:.75rem;color:#94a3b8}.drag-handle{position:absolute;bottom:.5rem;right:.5rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;cursor:grab}.drag-handle:active{cursor:grabbing}.drag-icon{width:16px;height:16px}.available-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:2rem;box-shadow:0 1px 3px #0000000d}.search-filters{display:flex;gap:1rem;margin-top:.5rem}.search-box{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e5e7eb;border-radius:999px;font-size:.875rem;background:#fff}.category-filter{padding:.625rem 1rem;border:1px solid #e5e7eb;border-radius:999px;font-size:.875rem;background:#fff;cursor:pointer}.category-filter:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.available-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.no-courses{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:#64748b}.available-course{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafbfc;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.available-course:hover{background:#f8fafc;box-shadow:0 2px 8px #0000000d}.course-content{flex:1;display:flex;align-items:center;gap:.75rem}.course-thumb{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.course-thumb-placeholder{width:60px;height:60px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thumb-icon{width:24px;height:24px;color:#6366f1}.course-name{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .375rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.course-badges{display:flex;flex-wrap:wrap;gap:.375rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge.category{background:#e0e7ff;color:#4338ca}.badge.duration{background:#f3f4f6;color:#4b5563}.badge.rating{background:#fef3c7;color:#92400e}.rating-star{width:12px;height:12px}.add-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#4f46e5;color:#fff;border:none;border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-btn:hover:not(:disabled){background:#4338ca}.add-btn:disabled{opacity:.5;cursor:not-allowed}.add-icon{width:16px;height:16px}.tematica-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.header-content{flex:1}.page-title{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:800;color:#1e293b;margin:0 0 .5rem}.title-icon{width:32px;height:32px;color:#6366f1}.page-subtitle{color:#64748b;font-size:1rem;margin:0}.page-actions{display:flex;gap:1rem}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#4338ca;box-shadow:0 4px 12px #4f46e54d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.tematica-layout{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;height:calc(100vh - 250px)}.thematics-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#fafbfc}.panel-header h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.btn-add-thematic{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-thematic:hover{background:#4338ca}.btn-icon{width:16px;height:16px}.thematics-list{flex:1;overflow-y:auto;padding:.5rem}.thematic-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin-bottom:.5rem;background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.thematic-item:hover{background:#f8fafc;border-color:#cbd5e1}.thematic-item.active{background:#eef2ff;border-color:#6366f1}.thematic-info{display:flex;align-items:center;gap:.75rem;flex:1}.thematic-number{width:24px;height:24px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.thematic-item.active .thematic-number{background:#4338ca}.thematic-title{flex:1;font-weight:600;color:#334155}.course-count{padding:.125rem .5rem;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:.75rem;color:#64748b}.thematic-actions{display:flex;gap:.25rem}.btn-icon-small{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s}.btn-icon-small:hover{background:#f8fafc;border-color:#cbd5e1}.btn-icon-small.danger:hover{background:#fee2e2;border-color:#fecaca}.btn-icon-small:disabled{opacity:.5;cursor:not-allowed}.icon-small{width:16px;height:16px;color:#64748b}.btn-icon-small.danger .icon-small{color:#dc2626}.edit-title-form{display:flex;align-items:center;gap:.375rem;width:100%}.edit-title-form input{flex:1;padding:.375rem .5rem;border:1px solid #6366f1;border-radius:4px;font-size:.875rem;outline:none}.courses-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.course-limit{padding:.25rem .625rem;background:#fef3c7;color:#92400e;border-radius:999px;font-size:.875rem;font-weight:600}.selected-courses{padding:1.5rem;border-bottom:1px solid #f1f5f9;max-height:400px;overflow-y:auto}.empty-state{text-align:center;padding:2rem;color:#94a3b8}.empty-icon{width:48px;height:48px;margin:0 auto 1rem;color:#cbd5e1}.empty-state p{margin:0 0 .5rem}.hint{font-size:.875rem;color:#cbd5e1}.course-list{display:flex;flex-direction:column;gap:.75rem}.course-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px}.course-item.selected{background:#fff;border-color:#cbd5e1}.course-position{width:28px;height:28px;background:#e0e7ff;color:#4338ca;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.course-info{flex:1;display:flex;align-items:center;gap:.75rem}.course-thumb{width:50px;height:50px;object-fit:cover;border-radius:6px}.course-details{flex:1;min-width:0}.course-details h4{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-category{font-size:.75rem;color:#64748b}.course-actions{display:flex;gap:.25rem}.btn-move{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s}.btn-move:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-move:disabled{opacity:.3;cursor:not-allowed}.btn-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:all .2s}.btn-remove:hover{background:#fecaca;border-color:#fca5a5}.btn-remove .icon-small{color:#dc2626}.available-section{flex:1;padding:1.5rem;overflow-y:auto;background:#fafbfc}.search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.search-header h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.search-box{position:relative;width:250px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8}.search-input{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #e5e7eb;border-radius:999px;font-size:.875rem;background:#fff}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.available-courses{min-height:200px}.no-results{text-align:center;padding:2rem;color:#94a3b8}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.course-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.course-card:hover{box-shadow:0 2px 8px #0000000d;border-color:#cbd5e1}.card-thumb{width:40px;height:40px;object-fit:cover;border-radius:4px}.card-info{flex:1;min-width:0}.card-info h5{font-size:.8125rem;font-weight:600;color:#1e293b;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-category{font-size:.75rem;color:#64748b}.btn-add{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#4f46e5;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.btn-add:hover:not(:disabled){background:#4338ca}.btn-add:disabled{opacity:.5;cursor:not-allowed}.btn-add .icon-small{color:#fff}.badge-preview-section{padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.badge-preview-section h4{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 .75rem}.badge-preview-image{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#fff;padding:8px;border:1px solid #e5e7eb}.badge-preview-empty{width:120px;height:120px;border:2px dashed #e5e7eb;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#94a3b8;background:#fff}.empty-badge-icon{width:32px;height:32px;color:#cbd5e1}.badge-preview-empty span{font-size:.75rem}.btn-badge-edit{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-badge-edit:hover{background:#c7d2fe;border-color:#a5b4fc}.header-right{display:flex;align-items:center;gap:.75rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f1f5f9}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.badge-upload-modal{max-width:450px}.badge-upload-container{text-align:center}.upload-section h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.upload-hint{font-size:.875rem;color:#64748b;margin:0 0 1.5rem}.current-badge{margin:0 auto 1.5rem;display:inline-block}.badge-image-preview{width:150px;height:150px;object-fit:contain;border-radius:16px;background:#f8fafc;padding:12px;border:2px solid #e5e7eb}.badge-placeholder{width:150px;height:150px;border:2px dashed #cbd5e1;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#fafbfc;color:#94a3b8}.placeholder-icon{width:40px;height:40px;color:#cbd5e1}.upload-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.upload-button:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.upload-icon{width:20px;height:20px}.remove-badge-btn{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;padding:.5rem 1rem;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.remove-badge-btn:hover{background:#fecaca;border-color:#fca5a5}.predefined-badges-section{margin:1.5rem 0}.predefined-badges-section h5{font-size:.9375rem;font-weight:600;color:#334155;margin:0 0 1rem}.saving-indicator{text-align:center;padding:.5rem;margin-bottom:1rem;background:#e0e7ff;color:#4338ca;border-radius:6px;font-size:.875rem;font-weight:500}.predefined-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-height:300px;overflow-y:auto;padding:.5rem;background:#f8fafc;border-radius:8px}.predefined-badge{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.predefined-badge:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.predefined-badge.selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.predefined-badge img{width:48px;height:48px;object-fit:contain}.predefined-badge span{font-size:.7rem;color:#64748b;text-align:center;line-height:1.2}.predefined-badge.selected span{color:#4338ca;font-weight:600}.predefined-badge:disabled{opacity:.5;cursor:not-allowed;transform:none}.predefined-badge:disabled:hover{background:#fff;border-color:#e5e7eb;transform:none}.upload-divider{margin:1.5rem 0 1rem;text-align:center;position:relative}.upload-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e5e7eb}.upload-divider span{position:relative;background:#fff;padding:0 1rem;color:#94a3b8;font-size:.875rem}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.btn-modal-save{padding:.625rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-modal-save:hover{background:#4338ca}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:1rem 0}.info-box p{margin:.5rem 0;color:#475569;line-height:1.6}.info-box p:first-child{font-weight:600;color:#1e293b;margin-bottom:1rem}@media (max-width: 1024px){.tematica-layout{grid-template-columns:1fr;height:auto}.thematics-panel{max-height:300px}.courses-panel{min-height:500px}}@media (max-width: 768px){.course-grid{grid-template-columns:1fr}.search-box{width:100%}.search-header{flex-direction:column;gap:.75rem;align-items:stretch}}@media (max-width: 1024px){.tematica-layout{grid-template-columns:1fr;height:auto}.thematics-panel{order:2}.content-panel{order:1}}.curso-landing{width:100%;overflow-x:hidden;background:#fff}.curso-landing{--primary-color: #2563eb;--primary-dark: #1e40af;--primary-light: #3b82f6;--accent-color: #4570eb;--accent-gradient: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);--text-gradient: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);--badge-gradient: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);--glow-color: rgba(37, 99, 235, .15);--border-accent: rgba(37, 99, 235, .2);--primary-color-rgb: 37, 99, 235}.componente-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000d1ab3,#00081099);animation:gradientShift 20s ease-in-out infinite;pointer-events:none}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.6}}.animated-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(10,1fr);gap:1px;transform:perspective(1000px) rotateX(60deg) scale(2);opacity:.1}.grid-line{background:linear-gradient(to bottom,transparent,rgba(69,112,235,.5),transparent);animation:gridPulse 4s ease-in-out infinite}.grid-line:nth-child(2n){animation-delay:.5s}.grid-line:nth-child(3n){animation-delay:1s}@keyframes gridPulse{0%,to{opacity:.1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(1.5)}}.hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:900px;animation:fadeInUp 1s ease-out}.hero-logo{width:180px;height:auto;margin:0 auto 2rem;display:block;opacity:.95;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3));animation:fadeInDown 1s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(var(--primary-color-rgb, 37, 99, 235),.1);border:1px solid var(--border-accent);border-radius:999px;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:2rem;animation:subtle-pulse 2.5s ease-in-out infinite}.badge-dot{width:6px;height:6px;background:var(--primary-color);border-radius:50%;opacity:.7;animation:dot-glow 2s ease-in-out infinite}@keyframes dot-glow{0%,to{opacity:.4}50%{opacity:1}}@keyframes subtle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.018)}}.cursoComponente-hero-title{font-family:Plus Jakarta Sans;letter-spacing:.02em;font-size:clamp(2.5rem,8vw,5rem);font-weight:100;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 15px rgba(255,255,255,.3),0 0 25px rgba(255,255,255,.2),0 0 35px rgba(255,255,255,.1)}.title-line{display:block;opacity:0;animation:titleReveal .8s ease-out forwards}.title-line:nth-child(2){animation-delay:.2s}.title-line.highlight{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes titleReveal{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.cursoComponente-hero-subtitle{font-family:Plus Jakarta Sans;font-size:clamp(1.05rem,4vw,2rem);font-weight:200;color:#ffffffd8;margin-bottom:2rem;opacity:0;animation:fadeIn 1s ease-out .4s forwards;letter-spacing:.01em;line-height:1.5;line-height:1.2}@keyframes fadeIn{to{opacity:1}}.hero-meta{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;font-size:.9rem;opacity:0;animation:fadeInUp .6s ease-out .6s forwards}.meta-icon{width:18px;height:18px;color:#4570eb}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.inscribete-btn{position:relative;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;border:none;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;transform:translateZ(0);box-shadow:0 4px 16px #667eea4d,0 0 0 1px #ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:auto;min-width:fit-content;display:inline-flex;align-items:center;justify-content:center}.inscribete-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #667eea66,0 0 0 1px #fff3;background:linear-gradient(135deg,#764ba2,#667eea,#f093fb)}.inscribete-btn:active{transform:translateY(-1px) scale(.98);transition:all .1s ease}.btn-primary{position:relative;padding:1.5rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;border:none;border-radius:20px;font-size:1.25rem;font-weight:700;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateZ(0);box-shadow:0 8px 32px #667eea4d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:pulse-glow 2s ease-in-out infinite alternate;width:auto;min-width:fit-content;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px #667eea66,0 0 0 1px #fff3,inset 0 1px #ffffff4d;background:linear-gradient(135deg,#764ba2,#667eea,#f093fb)}.btn-primary:active{transform:translateY(-1px) scale(.98);transition:all .1s ease}.btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),rgba(255,255,255,.6),rgba(255,255,255,.4),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.btn-primary:hover .btn-shine{left:100%}@keyframes pulse-glow{0%{box-shadow:0 8px 32px #667eea4d,0 0 0 1px #ffffff1a,inset 0 1px #fff3}to{box-shadow:0 8px 32px #667eea80,0 0 0 1px #ffffff26,inset 0 1px #ffffff40}}.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.btn-icon{width:20px;height:20px}.price-tag{display:inline-flex;align-items:baseline;gap:.25rem;margin-top:1.5rem;padding:0;background:transparent;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.price-currency{font-size:1.25rem;color:#94a3b8}.price-amount{font-size:2.75rem;font-weight:900;background:linear-gradient(135deg,#94a3b8,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.price-period{font-size:1rem;color:#94a3b8;margin-left:.5rem}.modules-section{padding:5rem 2rem;background:#f8fafc}.section-header h2{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#0f172a;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.modules-container{max-width:1200px;margin:0 auto;padding:0 2rem}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:0 auto}.module-card{background:#fff;border-radius:16px;padding:2rem;position:relative;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0;opacity:0;animation:moduleAppear .6s ease-out forwards}@keyframes moduleAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.module-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#4570eb}.module-card.active{border-color:#4570eb;box-shadow:0 20px 40px #4570eb26}.module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.module-number{font-size:.875rem;font-weight:700;color:#4570eb;text-transform:uppercase;letter-spacing:.05em}.preview-badge{padding:.25rem .75rem;background:var(--badge-gradient);color:#fff;border-radius:999px;font-size:.75rem;font-weight:600}.module-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.module-description{color:#64748b;line-height:1.6;margin-bottom:1rem}.module-meta{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem}.module-icon{width:16px;height:16px}.module-topics{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.module-topics h4{font-size:.875rem;font-weight:700;color:#475569;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.module-topics ul{list-style:none;padding:0;margin:0}.module-topics li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#475569}.topic-icon{width:16px;height:16px;color:var(--primary-color);flex-shrink:0}.module-hover-effect{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:linear-gradient(135deg,transparent,rgba(69,112,235,.05));opacity:0;transition:opacity .3s ease;pointer-events:none}.module-card:hover .module-hover-effect{opacity:1}.instructors-section{padding:5rem 2rem;background:#fff}.instructors-container{max-width:1200px;margin:0 auto}.instructors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.instructor-card{background:#f8fafc;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.instructor-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#4570eb}.instructor-avatar{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4570eb,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-icon{width:40px;height:40px;color:#fff}.instructor-info{text-align:center}.instructor-info .instructor-name{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.instructor-info .instructor-title{font-size:.875rem;color:#64748b;margin:0 0 1rem}.instructor-specialty{margin-bottom:1rem}.specialty-badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.instructor-info .instructor-bio{font-size:.9375rem;line-height:1.6;color:#475569;margin-bottom:1.5rem}.instructor-linkedin{display:inline-flex;align-items:center;gap:.5rem;color:#0077b5;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease}.instructor-linkedin:hover{transform:translateY(-2px);color:#005885}.linkedin-icon{width:20px;height:20px}@media (max-width: 768px){.instructor-container{grid-template-columns:1fr;gap:2rem}}.instructor-image-wrapper{position:relative}.instructor-image{position:relative;width:100%;aspect-ratio:1;max-width:400px;margin:0 auto}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e7ff,#cdd5f4);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.placeholder-icon{width:60px;height:60px;color:#4570eb;opacity:.5}.image-decoration{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border:3px solid #4570eb;border-radius:24px;opacity:.1;transform:rotate(-3deg)}.instructor-content{padding:1rem}.instructor-label{font-size:.875rem;font-weight:700;color:#4570eb;text-transform:uppercase;letter-spacing:.1em}.instructor-name{font-size:2.5rem;font-weight:900;color:#0f172a;margin:.5rem 0}.instructor-title{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem}.instructor-bio{line-height:1.7;color:#475569;margin-bottom:2rem}.instructor-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:800;color:#0f172a}.stat-label{font-size:.875rem;color:#64748b}.linkedin-link{display:inline-flex;align-items:center;color:#4570eb;font-weight:600;text-decoration:none;transition:all .3s ease}.linkedin-link:hover{transform:translate(4px)}.breadcrumbs{padding:1rem 2rem;background:#fffffff2;border-bottom:1px solid #e2e8f0}.breadcrumb-list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;max-width:1200px;margin:0 auto}.breadcrumb-item{font-size:.875rem}.breadcrumb-item a{color:#64748b;text-decoration:none;transition:color .2s}.breadcrumb-item a:hover{color:#3b82f6}.breadcrumb-item.active{color:#1e293b;font-weight:500}.breadcrumb-separator{color:#cbd5e1;-webkit-user-select:none;user-select:none}.hero-benefits{margin-top:2rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2)}.benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.benefits-list li{color:#fff;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.lead-capture-section{padding:3rem 2rem;background:linear-gradient(135deg,#eff6ff,#f0f9ff)}.lead-capture-container{max-width:600px;margin:0 auto}.lead-capture-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 20px 40px #0000001a;text-align:center;border:2px solid #3b82f6}.lead-title{font-size:1.75rem;color:#0f172a;margin-bottom:.5rem}.lead-subtitle{color:#64748b;margin-bottom:2rem;font-size:1.05rem}.lead-form{display:flex;gap:1rem;flex-direction:column}@media (min-width: 640px){.lead-form{flex-direction:row}}.lead-input{flex:1;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.lead-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.lead-button{padding:.875rem 2rem;background:linear-gradient(135deg,#3b82f6,#1e3a8a);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.lead-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.lead-privacy{margin-top:1rem;font-size:.875rem;color:#64748b}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s ease}.trust-section{padding:4rem 2rem;background:#fff;text-align:center}.trust-text{font-size:1.125rem;color:#475569;margin-bottom:2rem;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto}.faq-section{padding:5rem 2rem;background:#f8fafc}.faq-container{max-width:800px;margin:0 auto}.faq-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#0f172a}.faq-grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:all .3s ease}.faq-item[open]{box-shadow:0 10px 30px #00000014;border-color:#3b82f6}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#0f172a;font-size:1.05rem;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:#3b82f6}.faq-icon{width:20px;height:20px;transition:transform .3s ease;color:#64748b;flex-shrink:0}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:#475569;line-height:1.7}.faq-answer p{margin:0}@media (max-width: 640px){.faq-title{font-size:1.75rem}.faq-question{font-size:.95rem;padding:1.25rem}}.value-breakdown-section{padding:5rem 2rem;background:linear-gradient(135deg,#fef3c7,#fef9c3)}.value-container{max-width:900px;margin:0 auto}.value-title{font-size:2rem;text-align:center;margin-bottom:3rem;color:#0f172a}.value-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.value-item{display:flex;align-items:start;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.value-icon{width:24px;height:24px;color:#10b981;flex-shrink:0;margin-top:.25rem}.value-item div{flex:1}.value-item strong{display:block;color:#0f172a;margin-bottom:.25rem}.value-price{color:#64748b;font-size:.9rem}.value-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;border:2px solid #fbbf24}.value-total,.value-today{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.25rem}.value-crossed{text-decoration:line-through;color:#94a3b8}.value-final{font-size:2rem;font-weight:700;color:#16a34a}.value-save{text-align:center;padding-top:1rem;border-top:1px solid #e2e8f0}.save-amount{display:block;font-size:1.1rem;font-weight:600;color:#dc2626;margin-bottom:.5rem}.save-warning{display:inline-block;background:#fef2f2;color:#dc2626;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500}.contact-form-section{position:relative;padding:5rem 2rem;overflow:hidden}.contact-form-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/fondo2.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;z-index:0}.contact-form-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.contact-form-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start;position:relative;z-index:2}.contact-form-left{padding-right:2rem;background:#fffffff2;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-title{font-size:2rem;color:#0f172a;margin-bottom:1rem}.contact-subtitle{color:#475569;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;color:#64748b}.contact-icon{width:24px;height:24px;color:#3b82f6;flex-shrink:0}.contact-form-right{background:#fffffffa;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 10px 30px #00000014}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:600;color:#334155}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-submit-btn{width:100%;padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:9999px;font-size:1.05rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #3b82f640}.form-submit-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 12px 28px #2563eb47}.form-btn-icon{width:20px;height:20px}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s ease;animation:whatsappPulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}.whatsapp-float svg{width:32px;height:32px}@keyframes whatsappPulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}to{box-shadow:0 4px 20px #25d36666}}@media (max-width: 768px){.contact-form-content{grid-template-columns:1fr;gap:2rem}.contact-form-left{padding-right:0}.form-grid{grid-template-columns:1fr}.whatsapp-float{bottom:68px;right:8px;width:47px;height:47px}.whatsapp-float svg{width:28px;height:28px}}.cta-section{position:relative;padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden}.cta-content{position:relative;z-index:10;text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem}.cta-button{position:relative;padding:1.25rem 3rem;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border:none;border-radius:999px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;overflow:hidden}.cta-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #4570eb66}.button-glow{position:absolute;top:50%;left:50%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.cta-button:hover .button-glow{opacity:1;animation:glow .6s ease-out}@keyframes glow{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.cta-guarantee{margin-top:1.5rem;color:#10b981;font-weight:600}.cta-decoration{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(69,112,235,.1) 0%,transparent 70%);animation:float 20s ease-in-out infinite}.decoration-circle:nth-child(1){width:400px;height:400px;top:-200px;left:-200px}.decoration-circle:nth-child(2){width:300px;height:300px;bottom:-150px;right:-150px;animation-delay:5s}.decoration-circle:nth-child(3){width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.waves-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.3;pointer-events:none}.particles-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;opacity:.5;pointer-events:none}.waves-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.1;pointer-events:none}.syllabus-float{position:fixed;bottom:30px;right:100px;background:linear-gradient(135deg,#6ea8ff,#6b6bff);color:#fff;border-radius:30px;height:60px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 18px #6b6bff59,0 0 24px #6b6bff59;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;z-index:1000;font-family:inherit}.syllabus-float:hover{transform:translateY(-1px);box-shadow:0 10px 24px #6b6bff73;opacity:.95}.syllabus-icon{width:20px;height:20px;flex-shrink:0;filter:brightness(0) invert(1);opacity:.95}.syllabus-text{font-size:13px;font-weight:700;white-space:nowrap}.whatsapp-float{position:fixed;bottom:30px;right:30px;background:#25d366;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px #00000026,0 8px 24px #25d36640;transition:all .3s ease;z-index:1000;animation:whatsappPulse 2s infinite}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 16px #0003,0 12px 32px #25d36659}.whatsapp-icon{width:30px;height:30px;flex-shrink:0}@keyframes whatsappPulse{0%{box-shadow:0 4px 12px #00000026,0 8px 24px #25d36640}50%{box-shadow:0 4px 16px #0003,0 12px 32px #25d36666}to{box-shadow:0 4px 12px #00000026,0 8px 24px #25d36640}}@media (max-width: 768px){.syllabus-icon{width:14px;height:14px;filter:brightness(0) invert(1)}.syllabus-text{font-size:10px}.whatsapp-float{bottom:66px;right:9px;width:47px;height:47px}.whatsapp-icon{width:24px;height:24px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1500;padding:24px}.modal-content{width:90vw;max-height:calc(100vh - 40px);max-width:1200px;background:linear-gradient(180deg,#fff,#f8faff);border-radius:18px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(226,232,240,.8)}.modal-title{margin:0;font-weight:800;color:#0f172a}.modal-close{border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#334155}.modal-download{border:1px solid #e2e8f0;background:#fff;color:#1e293b;border-radius:8px;padding:6px 10px;font-weight:600;cursor:pointer}.modal-body{padding:16px 20px 20px;overflow:auto}.syllabus-h2{font-size:14pt;font-weight:700;color:#1a365d;margin:16px 0 8px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.05em}.syllabus-h3{font-size:12pt;font-weight:600;color:#334155;margin:20px 0 12px;font-family:Inter,sans-serif}.syllabus-h4{font-size:11pt;font-weight:600;color:#475569;margin:16px 0 8px}.syllabus-desc,.syllabus-intro{text-align:justify;margin-bottom:16px;color:#334155}.syllabus-intro{font-style:italic;font-size:10.5pt}.learning-outcomes-group{margin-bottom:20px}.outcomes-list{list-style:none;padding:0;margin:8px 0 0 24px}.outcome-item{position:relative;padding-left:20px;margin-bottom:8px;font-size:10.5pt}.outcome-item:before{content:"▸";position:absolute;left:0;color:#1a365d;font-weight:700}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:20px 0}.info-column{background:#f8fafc;padding:16px;border-radius:8px;border:1px solid #e2e8f0}.info-label{font-size:10pt;font-weight:700;color:#1a365d;margin:0 0 12px;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif}.info-list{list-style:none;padding:0;margin:0}.info-list li{padding:4px 0;font-size:10pt;line-height:1.6}.info-list strong{color:#475569;font-weight:600}.teaching-team{margin-top:24px}.instructors-grid{display:grid;gap:12px;margin-top:12px}.instructor-card-syllabus{padding:12px;background:#f1f5f9;border-left:3px solid #1a365d;font-size:10pt}.expertise-tags{display:block;font-size:9pt;color:#64748b;margin-top:4px;font-style:italic}.prereq-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:20px 0}.prereq-column{background:linear-gradient(135deg,#f8fafc,#fff);padding:16px;border-radius:8px;border:1px solid #e2e8f0}.prereq-list{list-style:none;padding:0;margin:8px 0 0}.prereq-list li{position:relative;padding-left:24px;margin-bottom:8px;font-size:10pt;line-height:1.6}.prereq-list li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:700}.methodology-content{margin-top:16px}.methodology-desc{margin:12px 0 16px;font-size:10.5pt}.methodology-list{list-style:none;padding:0;margin:16px 0}.methodology-list li{padding:8px 0;font-size:10pt;border-bottom:1px solid #f1f5f9}.methodology-list strong{color:#1a365d;font-weight:600}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}.format-item{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.format-item strong{display:block;color:#1a365d;margin-bottom:8px;font-size:10pt;font-weight:600}.format-item p{margin:4px 0;font-size:9.5pt;color:#475569}.assessment-content{margin-top:16px}.assessment-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:10pt}.assessment-table thead{background:#1a365d;color:#fff}.assessment-table th{padding:12px;text-align:left;font-weight:600;letter-spacing:.02em}.assessment-table tbody tr{border-bottom:1px solid #e2e8f0}.assessment-table tbody tr:hover{background:#f8fafc}.assessment-table td{padding:12px;color:#334155}.weight-col{font-weight:600;color:#1a365d}.grading-scale{background:#f8fafc;padding:16px;border-radius:8px;margin:16px 0}.grade-row{padding:6px 0;font-size:10pt}.grade{display:inline-block;min-width:100px;font-weight:600;color:#1a365d}.cert-info{margin-top:16px;padding:16px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border-left:4px solid #f59e0b;border-radius:4px;font-size:10pt}.policies-content{margin-top:16px}.policy-item{margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.policy-title{font-size:11pt;font-weight:600;color:#1a365d;margin:0 0 8px}.policy-item p{margin:0;font-size:10pt;line-height:1.6}.resources-content{margin-top:16px}.resources-list{list-style:none;padding:0;margin:12px 0 20px}.resource-item{padding:8px 0 8px 24px;position:relative;font-size:10pt;line-height:1.6}.resource-item:before{content:"•";position:absolute;left:8px;color:#1a365d;font-weight:700}.resources-note{padding:12px;background:#f0f9ff;border-left:3px solid #0284c7;margin:16px 0;font-size:10pt}.schedule-note{font-style:italic;color:#64748b;margin-bottom:16px;font-size:10pt}.schedule-table-container{overflow-x:auto;margin:20px 0}.schedule-table{width:100%;border-collapse:collapse;font-size:10pt}.schedule-table thead{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.schedule-table th{padding:12px;text-align:left;font-weight:600;letter-spacing:.02em;white-space:nowrap}.schedule-table tbody tr{border-bottom:1px solid #e2e8f0}.schedule-table tbody tr:nth-child(2n){background:#f8fafc}.schedule-table td{padding:12px;vertical-align:top}.week-col{font-weight:600;color:#1a365d;text-align:center}.date-col{white-space:nowrap;color:#475569}.topic-col{max-width:400px}.topic-title{font-weight:600;color:#0f172a;margin-bottom:4px}.topic-desc{font-size:9.5pt;color:#475569;margin:4px 0}.topic-subtopics{list-style:disc;margin:8px 0 0 20px;padding:0;font-size:9pt;color:#64748b}.reading-col{font-size:9.5pt;color:#475569}.assignment-col{font-weight:500;color:#dc2626}.additional-content{margin-top:16px}.additional-content h3{margin-top:24px}.additional-content p{margin:12px 0;font-size:10pt;line-height:1.6}.syllabus-footer{margin-top:24px;padding-top:16px;border-top:2px solid #e2e8f0;text-align:center}.footer-text{font-size:9pt;color:#64748b;margin:8px 0}.footer-disclaimer{font-size:9pt;color:#94a3b8;font-style:italic;margin:16px 0 0;padding:16px;background:#f8fafc;border-radius:8px}.print-header-elite{border-bottom:3px double #1a365d;padding-bottom:16px;margin-bottom:20px}.institution-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:24px}.print-logo-elite{height:60px;width:auto}.institution-info{flex:1}.institution-name{font-size:14pt;font-weight:700;letter-spacing:.15em;margin:0 0 4px;color:#1a365d;font-family:Inter,sans-serif}.institution-school{font-size:11pt;font-style:italic;color:#475569;margin:0}.institution-dept{font-size:10pt;color:#64748b;margin:2px 0 0}.course-header-elite{text-align:center}.course-title-elite{font-size:24pt;font-weight:700;color:#0f172a;margin:16px 0 12px;font-family:Inter,sans-serif}.course-meta-elite{font-size:11pt;color:#475569;display:flex;justify-content:center;gap:12px;align-items:center}.course-code{font-weight:600;color:#1a365d}.academic-term{font-style:italic}.credit-hours{font-weight:500}.separator{color:#cbd5e1}.kv-list,.bullet-list{margin:0;padding-left:18px;color:#334155}.two-col-list{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:0;padding-left:18px;color:#334155}@media (max-width: 640px){.two-col-list{grid-template-columns:1fr}}.outline-list{display:grid;grid-template-columns:1fr;gap:10px}.outline-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.outline-head{display:flex;justify-content:space-between;color:#64748b;font-size:12px;margin-bottom:4px}.outline-title{color:#0f172a;font-weight:600}.outline-desc{color:#475569;margin:6px 0 0}.outline-topics{margin:6px 0 0;padding-left:18px;color:#334155;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}@media (max-width: 640px){.outline-topics{grid-template-columns:1fr}}.page-letter{margin:0 auto;background:#fff;color:#0f172a;font-family:Georgia,Times New Roman,serif;line-height:1.8}.print-header{text-align:center;margin-bottom:16px}.print-logo{height:36px;width:auto;display:block;margin:0 auto 6px}.print-branding{font-size:12px;color:#475569;letter-spacing:.08em;text-transform:uppercase}.print-title{margin:6px 0 0;font-size:20px;font-weight:800}.print-meta{color:#64748b;font-size:12px;margin-top:4px}.print-badge{position:absolute;top:12px;right:12px;font-size:11px;color:#b91c1c;letter-spacing:.12em}.note{color:#475569;font-style:italic}@media print{body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.modal-overlay{position:static;inset:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0}.modal-content{width:8.5in;height:auto;max-width:none;box-shadow:none;border-radius:0}.modal-header,.modal-close,.syllabus-float,.whatsapp-float{display:none!important}.modal-body{padding:0;overflow:visible}.printable-syllabus{width:800px;min-height:5in;padding:.75in}}.certification-section{padding:100px 0;background:#fff;position:relative;overflow:hidden;contain:layout}.certification-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(26,54,93,.1),transparent)}.certification-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(26,54,93,.1),transparent)}.certification-container{max-width:1200px;margin:0 auto;padding:0 24px}.certification-header{text-align:center;margin-bottom:80px}.certification-title{font-size:48px;font-weight:800;color:#0f172a;margin:0 0 24px;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.02em;line-height:1.1}.certification-subtitle{font-size:20px;color:#64748b;max-width:640px;margin:0 auto;line-height:1.5;font-weight:400}.certification-content{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;overflow:hidden;contain:layout}.certificate-preview{width:100%;padding:20px;display:flex;justify-content:center;align-items:center;background:#f5f5f5;min-height:600px}.professional-diploma{width:100%;max-width:900px;aspect-ratio:11 / 8.5;margin:0 auto;background:#fff;box-shadow:0 15px 40px #0000001f;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.diploma-outer-border{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:8px solid #2c3e50;pointer-events:none}.diploma-content-wrapper{position:absolute;top:50px;right:50px;bottom:50px;left:50px;padding:40px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.diploma-top-header{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.diploma-main-logo{height:60px;width:auto;object-fit:contain;margin-bottom:10px}.academy-name{text-align:center}.academy-title{font-size:28px;font-weight:700;color:#2c3e50;margin:0;letter-spacing:.12em;font-family:Georgia,serif}.academy-tagline{font-size:11px;color:#7f8c8d;margin:4px 0 0;letter-spacing:.08em;text-transform:uppercase}.certificate-title-section{margin:25px 0}.certificate-main-title{font-size:42px;font-weight:300;color:#2c3e50;margin:0;letter-spacing:.25em;font-family:Georgia,serif}.certificate-subtitle{font-size:16px;color:#7f8c8d;margin:8px 0 0;letter-spacing:.15em}.diploma-body-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.certify-statement{font-size:16px;color:#555;margin:0 0 20px;font-style:italic}.recipient-section{margin:20px 0}.recipient-name{font-size:36px;font-weight:700;color:#2c3e50;margin:0;font-family:Georgia,serif}.name-underline-decoration{width:60%;height:2px;background:#2c3e50;margin:10px auto}.completion-statement{font-size:14px;color:#555;margin:15px 0 25px;line-height:1.5}.course-details-box{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #2c3e50;border-radius:0;padding:20px;margin:25px auto;max-width:70%}.course-name{font-size:22px;font-weight:700;color:#2c3e50;margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em;line-height:1.3}.course-metadata{font-size:12px;color:#7f8c8d;display:flex;justify-content:center;align-items:center;gap:10px}.separator{color:#bdc3c7}.achievement-text{font-size:13px;color:#555;margin:20px 0;line-height:1.5;font-style:italic}.diploma-bottom-section{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:flex-end;margin-top:30px;padding-top:20px}.qr-section{display:flex;flex-direction:column;align-items:center}.qr-code{display:flex;flex-direction:column;align-items:center;gap:8px}.qr-placeholder{width:80px;height:80px;background:#fff;border:2px solid #2c3e50;padding:4px;position:relative}.qr-pattern{width:100%;height:100%;background-image:repeating-linear-gradient(0deg,#2c3e50,#2c3e50 3px,#fff 3px,#fff 6px),repeating-linear-gradient(90deg,#2c3e50,#2c3e50 3px,#fff 3px,#fff 6px);opacity:.8;mix-blend-mode:multiply}.qr-text{font-size:9px;color:#7f8c8d;margin:0;text-align:center}.signatures-container{display:flex;justify-content:center;gap:60px}.signature-item-block{text-align:center;min-width:150px}.signature-line-style{width:140px;height:1px;background:#2c3e50;margin:0 auto 8px}.signer-name{font-size:13px;color:#2c3e50;margin:0 0 3px;font-weight:600}.signer-title{font-size:10px;color:#7f8c8d;margin:0;font-style:italic}.official-seal{display:flex;align-items:center;justify-content:center}.seal-wrapper{position:relative}.seal-ring{width:90px;height:90px;border:3px solid #2c3e50;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.seal-ring:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid #2c3e50;border-radius:50%}.seal-center{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#2c3e50;text-align:center;line-height:1.2}.seal-text-top,.seal-text-bottom{letter-spacing:.08em}.seal-divider{font-size:14px;margin:2px 0;color:#2c3e50}.diploma-date-section{margin-top:25px;text-align:center;border-top:1px solid #e0e0e0;padding-top:15px}.issue-date{font-size:11px;color:#7f8c8d;margin:0 0 5px;line-height:1.4}.certificate-id{font-size:10px;color:#95a5a6;margin:0;font-family:Courier New,monospace;letter-spacing:.05em}@media (max-width: 768px){.certificate-preview{padding:10px}.professional-diploma{max-width:100%;aspect-ratio:11/8.5}.diploma-content-wrapper{top:30px;right:30px;bottom:30px;left:30px;padding:20px}.diploma-outer-border{top:15px;right:15px;bottom:15px;left:15px;border-width:5px}.diploma-main-logo{height:40px}.academy-title{font-size:20px}.certificate-main-title{font-size:32px}.recipient-name{font-size:28px}.course-name{font-size:18px}.diploma-bottom-section{grid-template-columns:1fr;gap:20px;justify-items:center}.qr-placeholder{width:60px;height:60px}.seal-ring{width:70px;height:70px}.signatures-container{gap:30px}}.certificate-info{padding-left:40px}.info-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 1rem;font-family:Plus Jakarta Sans,sans-serif}.certificate-benefits-table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;margin-bottom:40px}.benefit-row{display:flex;align-items:center;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.benefit-row:last-child{border-bottom:none}.benefit-row:hover{background:#f0f7ff}.benefit-cell-icon{width:60px;padding:.75rem;text-align:center;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.benefit-cell-icon .icon{width:20px;height:20px;color:#4570eb}.benefit-cell-label{padding:.75rem;width:100px;font-size:.875rem;font-weight:600;color:#0f172a;font-family:Plus Jakarta Sans,sans-serif}.benefit-cell-value{flex:1;padding:.75rem;font-size:.875rem;color:#64748b;line-height:1.4;font-weight:400;font-family:Plus Jakarta Sans,sans-serif}.certificate-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px;background:#f8fafc;border-radius:12px;margin-bottom:32px}.stat-number{display:block;font-size:28px;font-weight:700;color:#1a365d;margin-bottom:4px}.stat-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.certificate-cta{text-align:left}.btn-certificate-primary{position:relative;padding:1rem 2rem;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;overflow:hidden;transition:all .3s ease;transform:translateZ(0);margin-bottom:12px}.btn-certificate-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4570eb66}.btn-certificate-primary .btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-certificate-primary:hover .btn-shine{left:100%}.certificate-note{font-size:14px;color:#475569;margin:0;display:flex;align-items:center;gap:8px}.inline-icon{width:16px;height:16px;color:#16a34a}@media (max-width: 1024px){.certification-content{grid-template-columns:1fr;gap:40px}.certificate-info{padding-left:0}.diploma-container{max-width:100%}.benefit-row{padding:.75rem}.benefit-cell-label{width:90px;font-size:.75rem}}@media (max-width: 768px){.certification-title{font-size:28px}.certification-subtitle{font-size:16px}.benefit-row{padding:.75rem}.benefit-cell-icon{width:50px;padding:.5rem}.benefit-cell-icon .icon{width:18px;height:18px}.benefit-cell-label{width:80px;padding:.5rem;font-size:.75rem}.benefit-cell-value{padding:.5rem;font-size:.8rem}.diploma-content{padding:60px 30px 40px}.diploma-institution{font-size:22px}.recipient-name{font-size:24px}.diploma-course-title{font-size:18px}.certificate-stats{grid-template-columns:1fr;gap:16px}.diploma-signatures{flex-direction:column;gap:30px}.diploma-seal-container{order:-1;margin-bottom:20px}.corner-decoration{width:30px;height:30px}.corner-decoration.top-left,.corner-decoration.top-right{top:25px}.corner-decoration.bottom-left,.corner-decoration.bottom-right{bottom:25px}.corner-decoration.top-left,.corner-decoration.bottom-left{left:25px}.corner-decoration.top-right,.corner-decoration.bottom-right{right:25px}}.academic-footer{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;margin-top:80px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.academic-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.academic-footer .footer-main{display:grid;grid-template-columns:1fr 3fr;gap:48px;padding:48px 0 32px;border-bottom:1px solid #e2e8f0}.academic-footer .footer-brand{display:flex;flex-direction:column;gap:16px}.academic-footer .footer-logo{height:48px;width:auto;object-fit:contain;max-width:150px}.academic-footer .footer-institution{margin-top:8px}.academic-footer .institution-title{font-size:14px;font-weight:700;letter-spacing:.08em;color:#1a365d;margin:0 0 4px}.academic-footer .institution-subtitle{font-size:13px;color:#475569;margin:0 0 8px;font-style:italic}.academic-footer .institution-affiliation{font-size:12px;color:#64748b;margin:0;line-height:1.4}.academic-footer .footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.academic-footer .footer-column{min-width:0}.academic-footer .footer-heading{font-size:13px;font-weight:600;color:#0f172a;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em}.academic-footer .footer-list{list-style:none;padding:0;margin:0}.academic-footer .footer-list li{margin-bottom:10px}.academic-footer .footer-list a{color:#475569;text-decoration:none;font-size:13px;transition:color .2s}.academic-footer .footer-list a:hover{color:#1a365d;text-decoration:underline}.academic-footer .footer-contact-item{font-size:13px;color:#475569;line-height:1.5;margin-bottom:12px!important}.academic-footer .footer-contact-item strong{color:#334155}.academic-footer .footer-actions{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid #e2e8f0}.academic-footer .footer-social{display:flex;gap:16px}.academic-footer .social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;transition:all .2s}.academic-footer .social-link:hover{background:#1a365d;color:#fff;border-color:#1a365d;transform:translateY(-2px)}.academic-footer .footer-cta-button{background:#1a365d;color:#fff;border:none;padding:10px 24px;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s}.academic-footer .footer-cta-button:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #1a365d33}.academic-footer .footer-legal{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:12px;color:#64748b}.academic-footer .legal-left p{margin:0 0 4px}.academic-footer .legal-links a{color:#64748b;text-decoration:none;transition:color .2s}.academic-footer .legal-links a:hover{color:#1a365d;text-decoration:underline}.academic-footer .legal-separator{margin:0 8px;color:#cbd5e1}.academic-footer .legal-right{text-align:right}.academic-footer .accreditation{margin:0;font-weight:500;color:#475569;font-style:italic}@media (max-width: 1024px){.academic-footer .footer-links{grid-template-columns:repeat(2,1fr);gap:24px}.academic-footer .footer-main{grid-template-columns:1fr;gap:32px}}@media (max-width: 768px){.academic-footer .footer-links{grid-template-columns:1fr;gap:24px}.academic-footer .footer-actions{flex-direction:column;gap:20px}.academic-footer .footer-legal{flex-direction:column;gap:12px;text-align:center}.academic-footer .legal-right{text-align:center}.academic-footer .footer-main{padding:32px 0 24px}}.syllabus-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 1024px){.syllabus-list{grid-template-columns:1fr}}.syllabus-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.syllabus-item-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b;margin-bottom:4px}.syllabus-item-title{margin:0 0 6px;color:#0f172a}.syllabus-item-desc{margin:0 0 8px;color:#475569}.syllabus-topics{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:0;padding-left:18px;color:#334155}@media (max-width: 640px){.syllabus-topics{grid-template-columns:1fr}}@media (max-width: 768px){.syllabus-float{position:fixed;bottom:12px;right:4px;background:linear-gradient(135deg,#6ea8ff,#6b6bff);color:#fff;border-radius:19px;height:42px;padding:0 20px;display:flex;align-items:center;gap:2px;border:none;cursor:pointer;z-index:9999;font-size:13px;font-weight:600}.hero-content{padding:1rem}.hero-logo{margin:0 auto 1rem}.cursoComponente-hero-title{font-size:2.3rem;margin-bottom:1rem}.cursoComponente-hero-subtitle{margin-bottom:1.5rem}.hero-actions{flex-direction:column;align-self:center;justify-content:center;display:flex;align-items:center;width:100%}.inscribete-btn{width:100px}.btn-primary,.btn-secondary{width:auto;min-width:fit-content}.cta-button{text-align:center;justify-content:center;display:flex;align-items:center}.modules-grid{grid-template-columns:1fr}.hero-meta{flex-direction:column;gap:1rem}}.course-info-unified{padding:5rem 2rem;background:#fff;min-height:100vh}.unified-container{max-width:1200px;margin:0 auto}.unified-header{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.label-academy{font-size:.875rem;font-weight:600;color:#4570eb;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin-bottom:1rem}.unified-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin:0 0 1.5rem;line-height:1.1}.title-highlight{background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unified-description{font-size:1.25rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.6}.unified-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.unified-learning{background:linear-gradient(135deg,#4570eb,#2563eb);padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #4570eb4d;position:sticky;top:2rem}.unified-learning .learning-v4 h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.unified-details{display:flex;flex-direction:column;gap:2rem}.unified-details .program-details-v9{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;padding:2rem}.unified-details .conceptual-v3{box-shadow:0 2px 10px #0000000d}@media (max-width: 968px){.unified-title{font-size:2.5rem}.unified-description{font-size:1.125rem}.unified-content{grid-template-columns:1fr}.unified-learning{position:static}}@media (max-width: 640px){.course-info-unified{padding:3rem 1rem}.unified-title{font-size:2rem}.unified-description{font-size:1rem}.unified-content{gap:2rem}.unified-learning{padding:1.5rem}}.learning-v6{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #0000000d}.learning-v6 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;text-align:center}.learning-list-v6{display:flex;flex-direction:column;gap:1rem}.learning-item-v6{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.learning-item-v6:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.check-icon-v6{width:1.5rem;height:1.5rem;color:#10b981;flex-shrink:0;margin-top:.125rem}.learning-item-v6 h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.learning-item-v6 p{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}.program-details-v11{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #0000000d}.program-details-v11 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;text-align:center}.details-grid-v11{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-card-v11{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.detail-card-v11:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.detail-icon-v11{width:2rem;height:2rem;color:#4570eb;flex-shrink:0}.detail-card-v11 strong{font-size:.875rem;font-weight:600;color:#475569;display:block;margin-bottom:.25rem}.detail-card-v11 p{font-size:1rem;font-weight:500;color:#0f172a;margin:0}@media (max-width: 768px){.details-grid-v11{grid-template-columns:1fr}.learning-item-v6{padding:.875rem}.detail-card-v11{padding:1.25rem}}.speaker-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.speaker-card:hover{box-shadow:0 4px 12px #00000014}.speaker-card.expanded{box-shadow:0 8px 24px #0000001a}.speaker-main{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;width:100%}.speaker-avatar{flex-shrink:0}.speaker-avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease}.speaker-card:hover .speaker-avatar img{filter:grayscale(0%)}.speaker-info,.speaker-info-actions{flex:1;min-width:0;display:flex;flex-direction:row;justify-content:space-between}.speaker-info h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.speaker-role{font-size:.875rem;color:#6b7280;margin:0}.company-name{color:#111827}.speaker-bio{margin-top:1rem;animation:slideDown .3s ease}.speaker-bio-text{font-size:.875rem;line-height:1.6;color:#374151;margin:0 0 1rem;text-align:justify;word-wrap:break-word;overflow-wrap:break-word}.speaker-tags{display:flex;flex-wrap:wrap;gap:.5rem}.expertise-tag{display:inline-block;padding:.375rem .875rem;background:#eff6ff;color:#2563eb;border-radius:6px;font-size:.8125rem;font-weight:500;border:1px solid #dbeafe}.linkedin-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#0077b5;transition:all .2s ease;margin:0 0 .25rem}.linkedin-link:hover{opacity:.8;transform:scale(1.1)}.expand-btn{width:32px;height:32px;background:none;border:none;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0;margin:0 0 .25rem}.expand-btn:hover{color:#111827}.chevron-icon{width:20px;height:20px}@media (max-width: 640px){.speakers-section{padding:2rem 1rem}.speakers-header h2{font-size:1.5rem}.speaker-card{padding:1rem}.speaker-main{flex-wrap:wrap}.speaker-avatar img{width:40px;height:40px}.speaker-info h3{font-size:.9375rem}.speaker-role,.speaker-bio p{font-size:.8125rem}}.SpeakersSection-module_speakersSection__dvtDs{padding:4rem 2rem;background:#fff;max-width:900px;margin:0 auto}.SpeakersSection-module_speakersContainer__vQHDf{width:100%}.SpeakersSection-module_speakersHeader__4xRe5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.SpeakersSection-module_speakersHeader__4xRe5 h2{font-size:2rem;font-weight:700;color:#000;margin:0}.SpeakersSection-module_viewAllBtn__S7tzf{background:none;border:none;color:#4570eb;font-size:1rem;font-weight:500;cursor:pointer;padding:0;transition:opacity .2s ease}.SpeakersSection-module_viewAllBtn__S7tzf:hover{opacity:.8}.SpeakersSection-module_speakersList__a7U-g{display:flex;flex-direction:column;gap:1rem}.SpeakersSection-module_speakerCard__zzNzT{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;width:auto;height:auto;position:static;transform:none;cursor:default;overflow:visible;flex-shrink:1;box-shadow:0 1px 3px #0000001a}.SpeakersSection-module_speakerCard__zzNzT:hover{box-shadow:0 4px 12px #00000014;transform:none;z-index:auto}.SpeakersSection-module_speakerCard__zzNzT.SpeakersSection-module_expanded__E7wIP{box-shadow:0 8px 24px #0000001a}.SpeakersSection-module_speakerMain__8kpTv{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;width:100%;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;color:inherit;padding:0;text-align:left;flex-direction:row;justify-content:space-between}.SpeakersSection-module_speakerAvatar__E8qVI{flex-shrink:0;width:auto;height:auto;position:static;top:auto;left:auto;right:auto;bottom:auto;border-radius:0;overflow:visible;border:none;box-shadow:none;margin-top:0}.SpeakersSection-module_speakerAvatar__E8qVI img{width:48px;height:48px;border-radius:50%;object-fit:cover;filter:grayscale(0%);transition:filter .3s ease;position:static;top:auto;left:auto;right:auto;bottom:auto;display:block}.SpeakersSection-module_speakerCard__zzNzT:hover .SpeakersSection-module_speakerAvatar__E8qVI img{filter:grayscale(0%)}.SpeakersSection-module_speakerInfo__wEO1A{flex:1;min-width:0;display:flex;flex-direction:row;justify-content:space-between;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;color:inherit;padding:0;text-align:left;margin-top:0;gap:0}.SpeakersSection-module_speakerInfoData__xwrDv{flex:1;min-width:0}.SpeakersSection-module_speakerInfoActions__Kw0Hq{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.SpeakersSection-module_speakerInfo__wEO1A h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem;text-shadow:none;text-transform:none;letter-spacing:normal;line-height:normal;font-family:inherit}.SpeakersSection-module_speakerRole__uKDZX{font-size:.875rem;color:#6b7280;margin:0;line-height:normal;font-weight:400;text-transform:none;letter-spacing:normal;font-family:inherit}.SpeakersSection-module_companyName__9jLtO{color:#111827}.SpeakersSection-module_speakerBioContainer__5G7LM{width:100%;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;color:inherit;padding:0;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;height:auto}.SpeakersSection-module_speakerBio__6o24X{margin-top:1rem;animation:SpeakersSection-module_slideDown__CrsJs .3s ease;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;color:inherit;padding:0;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;height:auto}@keyframes SpeakersSection-module_slideDown__CrsJs{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SpeakersSection-module_speakerBioText__j6InX{font-size:.875rem;line-height:1.6;color:#374151;margin:0 0 1rem;text-align:justify;word-wrap:break-word;overflow-wrap:break-word;font-weight:400;text-transform:none;letter-spacing:normal;font-family:inherit}.SpeakersSection-module_speakerTags__RNKbp{display:flex;flex-wrap:wrap;gap:.5rem;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;color:inherit;padding:0;text-align:left;justify-content:flex-start;align-items:center;height:auto}.SpeakersSection-module_expertiseTag__mumMd{display:inline-block;padding:.375rem .875rem;background:#eff6ff;color:#2563eb;border-radius:6px;font-size:.8125rem;font-weight:500;border:1px solid #dbeafe;position:static;top:auto;left:auto;right:auto;bottom:auto;text-shadow:none;text-transform:none;letter-spacing:normal;line-height:normal;font-family:inherit}.SpeakersSection-module_linkedinLink__-pH9-{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#0077b5;transition:all .2s ease;margin:0 0 .25rem;position:static;top:auto;left:auto;right:auto;bottom:auto;background:transparent;padding:0;text-align:center;text-decoration:none;border:none;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.SpeakersSection-module_linkedinLink__-pH9-:hover{opacity:.8;transform:scale(1.1);background:transparent;border-color:transparent;box-shadow:none}.SpeakersSection-module_linkedinLink__-pH9- svg{width:20px;height:20px;fill:currentColor}.SpeakersSection-module_expandBtn__w1EeG{width:32px;height:32px;background:none;border:none;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0;margin:0 0 .25rem;position:static;top:auto;left:auto;right:auto;bottom:auto;text-shadow:none;text-transform:none;letter-spacing:normal;line-height:normal;font-family:inherit;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.SpeakersSection-module_expandBtn__w1EeG:hover{color:#111827;background:transparent;border-color:transparent;box-shadow:none}.SpeakersSection-module_chevronIcon__jT4Lh{width:20px;height:20px}@media (max-width: 640px){.SpeakersSection-module_speakersSection__dvtDs{padding:2rem 1rem}.SpeakersSection-module_speakersHeader__4xRe5 h2{font-size:1.5rem}.SpeakersSection-module_speakerCard__zzNzT{padding:1rem}.SpeakersSection-module_speakerMain__8kpTv{flex-wrap:wrap}.SpeakersSection-module_speakerAvatar__E8qVI img{width:40px;height:40px}.SpeakersSection-module_speakerInfo__wEO1A h3{font-size:.9375rem}.SpeakersSection-module_speakerRole__uKDZX,.SpeakersSection-module_speakerBioText__j6InX{font-size:.8125rem}}.learning-v1{margin-top:2rem}.learning-v1 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.learning-list-v1{display:flex;flex-direction:column;gap:1rem}.learning-item-v1{display:flex;gap:.75rem;align-items:flex-start}.check-icon-v1{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.learning-item-v1 h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.learning-item-v1 p{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}.learning-v2{margin-top:2rem}.learning-v2 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.skills-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skill-card-v2{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.skill-card-v2:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.skill-icon-v2{width:32px;height:32px;color:#4570eb;margin:0 auto 1rem}.skill-card-v2 h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.skill-card-v2 ul{list-style:none;padding:0;margin:0}.skill-card-v2 li{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.learning-v3{margin-top:2rem}.learning-v3 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.learning-cards-v3{display:flex;flex-direction:column;gap:1rem}.card-v3{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.card-v3:hover{border-color:#4570eb;transform:translate(4px)}.badge-v3{background:#4570eb;color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.card-v3.intermediate .badge-v3{background:#f59e0b}.card-v3.advanced .badge-v3{background:#dc2626}.card-content-v3{flex:1}.card-content-v3 h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.topics-v3{display:flex;gap:.5rem;flex-wrap:wrap}.topics-v3 span{background:#f1f5f9;color:#475569;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.learning-v4{margin-top:2rem}.learning-v4 h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:left}.timeline-v4{position:relative}.timeline-v4:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#4570eb,#2563eb,#e2e8f0);border-radius:2px}.timeline-item-v4{display:flex;gap:1rem;margin-bottom:2rem;position:relative}.timeline-marker-v4{width:42px;height:42px;background:linear-gradient(135deg,#4570eb,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0;position:relative;z-index:1;border:3px solid white;box-shadow:0 4px 12px #4570eb4d}.timeline-content-v4{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;flex:1;margin-top:-8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.timeline-content-v4:hover{border-color:#4570eb;box-shadow:0 8px 25px #4570eb26;transform:translate(4px);background:#f0f7ff}.timeline-content-v4 h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.timeline-content-v4 ul{list-style:none;padding:0;margin:0}.timeline-content-v4 li{font-size:.875rem;color:#334155;margin-bottom:.5rem;position:relative;padding-left:1.25rem;line-height:1.5}.timeline-content-v4 li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700;font-size:.75rem}.learning-v5{margin-top:2rem}.learning-v5 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.tags-container-v5{display:flex;flex-direction:column;gap:1.5rem}.tag-group-v5 h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.tags-v5{display:flex;gap:.5rem;flex-wrap:wrap}.tag-v5{background:linear-gradient(135deg,#4570eb,#3b82f6);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:default}.tag-v5:hover{transform:scale(1.05);box-shadow:0 4px 12px #4570eb4d}@media (max-width: 768px){.skills-grid-v2{grid-template-columns:1fr}.card-v3{flex-direction:column;align-items:flex-start;gap:.75rem}.timeline-v4:before{left:15px}.timeline-marker-v4{width:30px;height:30px;font-size:.75rem}.tags-v5{gap:.375rem}.tag-v5{font-size:.8125rem;padding:.375rem .75rem}}.program-details-v1{margin-top:2rem}.program-details-v1 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.details-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.detail-card-v1{display:flex;gap:.75rem;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.detail-icon-v1{width:20px;height:20px;color:#4570eb;flex-shrink:0}.detail-card-v1 strong{display:block;font-size:.875rem;font-weight:600;color:#0f172a}.detail-card-v1 p{font-size:.75rem;color:#64748b;margin:0}.program-details-v2 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.details-list-v2{display:flex;flex-direction:column;gap:.75rem}.detail-item-v2{display:flex;gap:1rem;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.detail-number-v2{width:24px;height:24px;background:#4570eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.detail-item-v2 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.detail-item-v2 p{font-size:.75rem;color:#64748b;margin:0}.program-details-v3 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.details-blocks-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.detail-block-v3{padding:1rem;border-radius:12px;text-align:center;position:relative}.detail-block-v3.primary{background:linear-gradient(135deg,#4570eb,#3b82f6);color:#fff}.detail-block-v3.secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.detail-block-v3.accent{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.detail-block-v3.highlight{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.detail-badge-v3{font-size:.625rem;font-weight:700;letter-spacing:.05em;opacity:.9;margin-bottom:.5rem;display:block}.detail-block-v3 h4{font-size:1rem;font-weight:700;margin:0 0 .25rem}.detail-block-v3 p{font-size:.75rem;margin:0;opacity:.9}.program-details-v4 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.timeline-horizontal-v4{display:flex;align-items:center;gap:.5rem}.timeline-step-v4{text-align:center;flex:1}.step-marker-v4{width:40px;height:40px;background:#4570eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.step-marker-v4 svg{width:20px;height:20px}.step-content-v4 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.step-content-v4 p{font-size:.75rem;color:#64748b;margin:0}.timeline-connector-v4{height:2px;background:#e2e8f0;flex:.5}.program-details-v5 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.details-hover-v5{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hover-card-v5{position:relative;height:80px;border-radius:8px;overflow:hidden;cursor:pointer}.card-front-v5,.card-back-v5{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;transition:transform .3s ease}.card-front-v5{background:#f8fafc;border:1px solid #e2e8f0}.card-back-v5{background:#4570eb;color:#fff;transform:translateY(100%)}.hover-card-v5:hover .card-front-v5{transform:translateY(-100%)}.hover-card-v5:hover .card-back-v5{transform:translateY(0)}.card-front-v5 svg{width:24px;height:24px;color:#4570eb;margin-bottom:.5rem}.card-front-v5 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.card-back-v5 p{font-size:.75rem;text-align:center;margin:0;line-height:1.4}.program-details-v6 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.accordion-v6{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.accordion-item-v6{border-bottom:1px solid #e2e8f0}.accordion-item-v6:last-child{border-bottom:none}.accordion-item-v6 summary{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;cursor:pointer;list-style:none;font-size:.875rem;font-weight:500}.accordion-item-v6 summary svg{width:16px;height:16px;color:#4570eb}.accordion-content-v6{padding:.75rem;background:#fff;font-size:.75rem;color:#64748b;line-height:1.4}.accordion-content-v6 p{margin:0}.program-details-v7 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.dashboard-v7{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.metric-card-v7{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.metric-card-v7.large{text-align:center;grid-row:span 2}.metric-header-v7{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b;margin-bottom:.75rem}.metric-header-v7 svg{width:16px;height:16px}.metric-value-v7{font-size:3rem;font-weight:900;color:#4570eb;line-height:1;margin-bottom:.25rem}.metric-label-v7{font-size:.875rem;color:#64748b}.metrics-small-v7{display:flex;flex-direction:column;gap:1rem}.metric-card-v7.small{display:flex;align-items:center;gap:.75rem;padding:.75rem}.metric-card-v7.small svg{width:20px;height:20px;color:#4570eb}.metric-mini-v7{font-size:.875rem;font-weight:600;color:#0f172a;display:block}.metric-card-v7.small p{font-size:.75rem;color:#64748b;margin:0}.program-details-v8 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.infographic-v8{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.info-section-v8{text-align:center;flex:1}.big-icon-v8{width:48px;height:48px;background:#4570eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.big-icon-v8 svg{width:24px;height:24px}.info-section-v8 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.info-section-v8 p{font-size:.75rem;color:#64748b;margin:0}.info-divider-v8{font-size:1.25rem;color:#4570eb;font-weight:700}.program-details-v9{padding:1.5rem}.program-details-v9 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.modern-table-v9{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.table-row-v9{display:flex;align-items:center;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.table-row-v9:last-child{border-bottom:none}.table-row-v9:hover{background:#f0f7ff}.table-cell-v9{padding:.75rem}.table-cell-v9.icon{width:60px;text-align:center;background:#f8fafc;border-right:1px solid #e2e8f0}.table-cell-v9.icon svg{width:20px;height:20px;color:#4570eb}.table-cell-v9.label{width:100px;font-size:.875rem;font-weight:600;color:#0f172a}.table-cell-v9.value{flex:1;font-size:.875rem;color:#64748b}.program-details-v9a h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.striped-table-v9a{border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.table-row-v9a{display:flex;align-items:center;transition:all .2s ease}.table-row-v9a.even{background:#f8fafc}.table-row-v9a.odd{background:#fff}.table-row-v9a:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.table-cell-v9a.icon{width:60px;padding:1rem;text-align:center;border-right:1px solid #e2e8f0}.table-cell-v9a.icon svg{width:20px;height:20px;color:#4570eb}.table-cell-v9a.content{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.badge-v9a{font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}.badge-v9a.primary{background:#4570eb;color:#fff}.badge-v9a.secondary{background:#10b981;color:#fff}.badge-v9a.accent{background:#f59e0b;color:#fff}.badge-v9a.highlight{background:#8b5cf6;color:#fff}.value-v9a{font-size:.875rem;color:#0f172a;font-weight:500}.program-details-v9b h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.minimal-table-v9b{display:flex;flex-direction:column;gap:.5rem}.table-item-v9b{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid;transition:all .3s ease}.table-item-v9b.duration{border-left-color:#4570eb}.table-item-v9b.schedule{border-left-color:#10b981}.table-item-v9b.modality{border-left-color:#f59e0b}.table-item-v9b.certification{border-left-color:#8b5cf6}.table-item-v9b:hover{background:#f8fafc;transform:translate(8px);box-shadow:0 4px 12px #0000001a}.table-item-v9b svg{width:20px;height:20px;color:#4570eb}.table-item-v9b strong{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.table-item-v9b p{font-size:.75rem;color:#64748b;margin:0}.program-details-v9c h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.progress-table-v9c{display:flex;flex-direction:column;gap:1rem}.progress-row-v9c{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:all .3s ease}.progress-row-v9c:hover{border-color:#4570eb;box-shadow:0 4px 12px #4570eb1a}.row-header-v9c{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.row-header-v9c svg{width:20px;height:20px;color:#4570eb}.row-header-v9c strong{font-size:.875rem;font-weight:600;color:#0f172a}.row-content-v9c span{font-size:.875rem;color:#64748b;display:block;margin-bottom:.5rem}.progress-bar-v9c{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill-v9c{height:100%;background:linear-gradient(90deg,#4570eb,#10b981);border-radius:3px;transition:width .8s ease}.program-details-v9d h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.floating-cards-table-v9d{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.floating-card-v9d{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.floating-card-v9d:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#4570eb}.card-icon-v9d{width:48px;height:48px;background:linear-gradient(135deg,#4570eb,#3b82f6);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.card-icon-v9d svg{width:24px;height:24px}.card-content-v9d h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.card-content-v9d p{font-size:.875rem;color:#64748b;margin:0 0 1rem;flex:1}.card-footer-v9d{font-size:.75rem;color:#4570eb;font-weight:500;padding:.5rem .75rem;background:#f0f7ff;border-radius:6px;text-align:center}.program-details-v9e h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.kanban-table-v9e{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.kanban-column-v9e{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.column-header-v9e{background:#fff;padding:.75rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;position:relative}.column-header-v9e svg{width:16px;height:16px;color:#4570eb}.column-header-v9e span{font-size:.75rem;font-weight:600;color:#0f172a;flex:1}.status-dot-v9e{width:8px;height:8px;border-radius:50%;background:#e2e8f0}.status-dot-v9e.active{background:#10b981}.column-body-v9e{padding:.75rem}.kanban-item-v9e{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem;transition:all .2s ease}.kanban-item-v9e:hover{border-color:#4570eb;transform:scale(1.02)}.kanban-item-v9e h5{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.kanban-item-v9e p{font-size:.75rem;color:#64748b;margin:0 0 .5rem}.item-tag-v9e{font-size:.625rem;font-weight:600;color:#4570eb;background:#f0f7ff;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.program-details-v10 h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.bento-grid-v10{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem;height:160px}.bento-item-v10{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease}.bento-item-v10:hover{border-color:#4570eb;transform:translateY(-2px);box-shadow:0 4px 12px #4570eb1a}.bento-item-v10.large{grid-column:span 2;grid-row:span 2}.bento-item-v10.medium,.bento-item-v10.small{grid-column:span 2}.bento-item-v10 svg{width:24px;height:24px;color:#4570eb;flex-shrink:0}.bento-item-v10 h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.bento-item-v10 h5{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.bento-item-v10 p{font-size:.75rem;color:#64748b;margin:0;line-height:1.4}@media (max-width: 768px){.details-grid-v1,.details-blocks-v3,.details-hover-v5{grid-template-columns:1fr}.timeline-horizontal-v4{flex-direction:column;gap:1rem}.timeline-connector-v4{width:2px;height:20px}.dashboard-v7{grid-template-columns:1fr}.infographic-v8{flex-direction:column;gap:1rem}.info-divider-v8{transform:rotate(90deg)}.bento-grid-v10{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.bento-item-v10.large,.bento-item-v10.medium,.bento-item-v10.small{grid-column:span 1;grid-row:span 1}}.conceptual-v1{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.conceptual-v1 h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.content-v1 p{font-size:.875rem;line-height:1.6;color:#334155;margin-bottom:1rem}.insight-v1{background:#f0f7ff;border-left:3px solid #4570eb;padding:.75rem;border-radius:0 6px 6px 0}.label-v1{font-size:.75rem;font-weight:600;color:#4570eb;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}.insight-v1 p{font-size:.8125rem;color:#475569;margin:0}.conceptual-v2{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.conceptual-v2 h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.quote-block-v2{position:relative;background:#4570eb;color:#fff;padding:1rem 1rem 1rem 2.5rem;border-radius:8px;margin-bottom:1rem}.quote-mark{position:absolute;top:.5rem;left:.75rem;font-size:2rem;font-weight:900;opacity:.5}.quote-block-v2 p{margin:0;font-size:.875rem;font-style:italic;line-height:1.5}.content-v2>p{font-size:.875rem;color:#64748b;margin-bottom:1rem}.reality-box-v2{background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.reality-box-v2 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.reality-box-v2 p{font-size:.8125rem;color:#475569;margin:0;line-height:1.5}.conceptual-v3{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.header-v3{background:#f8fafc;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.header-v3 h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.card-v3{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.problem-section-v3,.solution-section-v3{display:flex;flex-direction:column;height:100%}.tag-v3{display:inline-block;background:#4570eb;color:#fff;padding:.375rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem;text-align:center;width:fit-content;box-shadow:0 2px 4px #4570eb33}.solution-section-v3 .tag-v3{background:#2563eb}.problem-section-v3 p,.solution-section-v3 p{font-size:.875rem;color:#334155;margin:0;line-height:1.6;flex:1}.divider-v3{display:none}.problem-section-v3:after{content:"";position:absolute;right:-.75rem;top:0;bottom:0;width:1px;background:#e2e8f0}.card-v3{position:relative}.conceptual-v4{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.conceptual-v4 h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.metric-row-v4{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.metric-v4{background:#f8fafc;padding:1rem;border-radius:8px;text-align:center;border:1px solid #e2e8f0}.number-v4{display:block;font-size:1.5rem;font-weight:900;color:#4570eb;margin-bottom:.25rem}.label-v4{font-size:.75rem;color:#64748b;line-height:1.3}.explanation-v4 p{font-size:.875rem;color:#334155;line-height:1.6;margin-bottom:1rem}.reality-note-v4{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:.75rem;border-radius:6px;font-size:.8125rem;line-height:1.5}.conceptual-v5{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.conceptual-v5 h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.narrative-v5{position:relative}.step-v5{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.step-v5:last-child{margin-bottom:0}.step-number-v5{width:32px;height:32px;background:#4570eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.step-content-v5 h4{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.step-content-v5 p{font-size:.8125rem;color:#64748b;margin:0;line-height:1.5}.connector-v5{width:2px;height:1rem;background:#e2e8f0;margin-left:1rem;margin-bottom:.5rem}@media (max-width: 768px){.metric-row-v4{grid-template-columns:1fr}.quote-block-v2{padding:1rem}.quote-mark{display:none}}.learning-test-page{min-height:100vh;background:#f8fafc}.layout-selector{background:#fff;padding:2rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.selector-section{margin-bottom:2rem}.selector-section h3{font-size:1.125rem;font-weight:600;color:#64748b;margin-bottom:1rem;text-align:center}.layout-selector h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;text-align:center}.selector-buttons{display:flex;gap:1rem;justify-content:center;max-width:1200px;margin:0 auto}.selector-btn{padding:1rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.selector-btn:hover{border-color:#4570eb;transform:translateY(-2px);box-shadow:0 4px 12px #4570eb26}.selector-btn.active{background:#4570eb;border-color:#4570eb;color:#fff}.version-number{font-size:1.25rem;font-weight:700}.version-name{font-size:.875rem;font-weight:500}.label-academy{font-size:.875rem;font-weight:600;color:#4570eb;text-transform:uppercase;letter-spacing:.05em}.layout-v1{padding:3rem 2rem;background:#fff;min-height:100vh}.container-v1{max-width:1200px;margin:0 auto}.header-section-v1{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.header-section-v1 .main-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin:1rem 0 1.5rem;line-height:1.1}.header-section-v1 .highlight{background:linear-gradient(135deg,#4570eb,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-section-v1 .main-description{font-size:1.25rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.6}.content-grid-v1{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.learning-section-v1{background:linear-gradient(135deg,#4570eb,#2563eb);padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #4570eb4d}.details-section-v1{display:flex;flex-direction:column;gap:2rem}.layout-v2{padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc,#fff);min-height:100vh}.bento-container{max-width:1400px;margin:0 auto}.bento-header{margin-bottom:2rem}.bento-header h1{font-size:2.5rem;font-weight:900;color:#0f172a;margin:.5rem 0}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto;gap:1.5rem}.bento-description{grid-column:span 2;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center}.bento-description p{font-size:1.125rem;color:#64748b;line-height:1.6}.bento-learning{grid-column:span 2;grid-row:span 2;background:linear-gradient(135deg,#4570eb,#2563eb);padding:2rem;border-radius:16px;box-shadow:0 10px 40px #4570eb4d;overflow:auto}.bento-details{grid-column:span 2;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 10px #0000000d}.bento-conceptual{grid-column:span 2;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.layout-v3{padding:3rem 2rem;background:#fff;min-height:100vh}.tabs-container{max-width:1200px;margin:0 auto}.tabs-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.tabs-header h1{font-size:2.5rem;font-weight:900;color:#0f172a;margin:.5rem 0 1rem}.header-description{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.tabs-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.tabs-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0}.tab-button{padding:1rem 2rem;background:none;border:none;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;position:relative;transition:all .3s ease}.tab-button:hover,.tab-button.active{color:#4570eb}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#4570eb}.tab-panel{background:linear-gradient(135deg,#4570eb,#2563eb);padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #4570eb4d}.right-sidebar{display:flex;flex-direction:column;gap:2rem}.layout-v4{background:#fff;min-height:100vh}.magazine-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.magazine-hero{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:3rem;border-bottom:3px solid #0f172a}.magazine-title{font-size:5rem;font-weight:900;line-height:.9;color:#0f172a;margin:1rem 0}.magazine-title .digital{color:#4570eb;font-style:italic}.hero-description{display:flex;align-items:flex-end}.hero-description p{font-size:1.125rem;color:#64748b;line-height:1.6}.magazine-columns{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.column-main{background:linear-gradient(135deg,#4570eb,#2563eb);padding:3rem;border-radius:0;box-shadow:-20px 20px 60px #4570eb4d}.sidebar-sticky{position:sticky;top:100px;display:flex;flex-direction:column;gap:2rem}.layout-v5{min-height:100vh;position:relative;overflow:hidden}.floating-container{position:relative;min-height:100vh}.floating-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.bg-gradient{width:100%;height:100%;background:linear-gradient(135deg,#4570eb,#2563eb,#1e40af);opacity:.1}.floating-content{position:relative;z-index:1;padding:3rem 2rem;max-width:1200px;margin:0 auto}.floating-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a}.floating-header h1{font-size:2.5rem;font-weight:900;color:#0f172a;margin:.5rem 0 1rem}.floating-header p{font-size:1.125rem;color:#64748b}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.card-learning{background:linear-gradient(135deg,#4570eb,#2563eb);padding:2.5rem;border-radius:24px;box-shadow:0 30px 80px #4570eb66;transform:rotate(-1deg);transition:all .3s ease}.card-learning:hover{transform:rotate(0) scale(1.02)}.card-stack{display:flex;flex-direction:column;gap:2rem}.card-details{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 20px 60px #0000001a;transform:rotate(1deg);transition:all .3s ease}.card-details:hover{transform:rotate(0) scale(1.02)}.card-conceptual{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001a;transform:rotate(-.5deg);transition:all .3s ease}.card-conceptual:hover{transform:rotate(0) scale(1.02)}@media (max-width: 968px){.content-grid-v1,.tabs-content,.magazine-columns,.cards-grid,.bento-grid{grid-template-columns:1fr}.bento-learning,.bento-details,.bento-conceptual,.bento-description{grid-column:span 1}.magazine-hero{grid-template-columns:1fr;gap:2rem}.magazine-title{font-size:3rem}.selector-buttons{flex-wrap:wrap}}.speakers-section{padding:4rem 2rem;background:#fff;max-width:900px;margin:0 auto}.speakers-container{width:100%}.speakers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.speakers-header h2{font-size:2rem;font-weight:700;color:#000;margin:0}.view-all-btn{background:none;border:none;color:#4570eb;font-size:1rem;font-weight:500;cursor:pointer;padding:0;transition:opacity .2s ease}.view-all-btn:hover{opacity:.8}.speakers-list{display:flex;flex-direction:column;gap:1rem}.speakers-section .speaker-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:1.25rem!important;transition:all .3s ease!important;display:flex!important;flex-direction:column!important;gap:1rem!important;width:auto!important;height:auto!important;position:static!important;transform:none!important;cursor:default!important;overflow:visible!important;flex-shrink:1!important;transform-style:initial!important;perspective:initial!important;z-index:auto!important;box-shadow:none!important;border-bottom:1px solid #e5e7eb!important;margin-bottom:0!important;box-shadow:0 1px 3px #0000001a!important}.speakers-section .speaker-card:hover{box-shadow:0 4px 12px #00000014!important;transform:none!important;z-index:auto!important}.speakers-section .speaker-card.expanded{box-shadow:0 8px 24px #0000001a!important}.speakers-section .speaker-main{display:flex!important;align-items:flex-start!important;gap:1rem!important;flex-wrap:wrap!important;width:100%!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;color:inherit!important;padding:0!important;text-align:left!important;flex-direction:row!important;justify-content:space-between!important}.speakers-section .speaker-avatar{width:auto!important;height:auto!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;border-radius:0!important;overflow:visible!important;flex-shrink:0!important;border:none!important;box-shadow:none!important;margin-top:0!important}.speakers-section .speaker-avatar img{width:48px!important;height:48px!important;border-radius:50%!important;object-fit:cover!important;filter:grayscale(100%)!important;transition:filter .3s ease!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;display:block!important}.speakers-section .speaker-card:hover .speaker-avatar img{filter:grayscale(100%)!important}.speakers-section .speaker-info{flex:1!important;min-width:0!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;color:inherit!important;padding:0!important;text-align:left!important;margin-top:0!important;gap:0!important}.speakers-section .speaker-info-data{flex:1!important;min-width:0!important}.speakers-section .speaker-info-actions{display:flex!important;align-items:center!important;gap:.5rem!important;flex-shrink:0!important}.speakers-section .speaker-info h3{font-size:1rem!important;font-weight:600!important;color:#111827!important;margin:0 0 .25rem!important;text-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:normal!important;font-family:inherit!important}.speakers-section .speaker-role{font-size:.875rem!important;color:#6b7280!important;margin:0!important;line-height:normal!important;font-weight:400!important;text-transform:none!important;letter-spacing:normal!important;font-family:inherit!important}.speakers-section .company-name{color:#111827!important}.speakers-section .speaker-bio-container{width:100%!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;color:inherit!important;padding:0!important;text-align:left!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:auto!important}.speakers-section .speaker-bio{margin-top:1rem!important;animation:slideDown .3s ease!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;color:inherit!important;padding:0!important;text-align:left!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:auto!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.speakers-section .speaker-bio-text{font-size:.875rem!important;line-height:1.6!important;color:#374151!important;margin:0 0 1rem!important;text-align:justify!important;word-wrap:break-word!important;overflow-wrap:break-word!important;font-weight:400!important;text-transform:none!important;letter-spacing:normal!important;font-family:inherit!important}.speakers-section .speaker-tags{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;color:inherit!important;padding:0!important;text-align:left!important;justify-content:flex-start!important;align-items:center!important;height:auto!important}.speakers-section .expertise-tag{display:inline-block!important;padding:.375rem .875rem!important;background:#eff6ff!important;color:#2563eb!important;border-radius:6px!important;font-size:.8125rem!important;font-weight:500!important;border:1px solid #dbeafe!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;text-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:normal!important;font-family:inherit!important}.speakers-section .linkedin-link{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;color:#0077b5!important;transition:all .2s ease!important;margin:0 0 .25rem!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:transparent!important;padding:0!important;text-align:center!important;text-decoration:none!important;border:none!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.speakers-section .linkedin-link:hover{opacity:.8!important;transform:scale(1.1)!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}.speakers-section .linkedin-link svg{width:20px!important;height:20px!important;fill:currentColor!important}.speakers-section .expand-btn{width:32px!important;height:32px!important;background:none!important;border:none!important;color:#6b7280!important;cursor:pointer!important;transition:all .2s ease!important;padding:0!important;margin:0 0 .25rem!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;text-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:normal!important;font-family:inherit!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.speakers-section .expand-btn:hover{color:#111827!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}.speakers-section .chevron-icon{width:20px!important;height:20px!important}@media (max-width: 640px){.speakers-section{padding:2rem 1rem}.speakers-header h2{font-size:1.5rem}.speakers-section .speaker-card{padding:1rem!important}.speakers-section .speaker-main{flex-wrap:wrap!important}.speakers-section .speaker-avatar img{width:40px!important;height:40px!important}.speakers-section .speaker-info h3{font-size:.9375rem!important}.speakers-section .speaker-role,.speakers-section .speaker-bio-text{font-size:.8125rem!important}}.FotoSection-module_container__iuBw2{margin-bottom:32px;padding:24px;background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.FotoSection-module_header__Xz5mX{margin-bottom:20px}.FotoSection-module_title__-gqKv{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.FotoSection-module_description__IRLSp{font-size:14px;color:#64748b;line-height:1.5}.FotoSection-module_previewContainer__a0akG{position:relative}.FotoSection-module_imageWrapper__FyWLY{width:100%;max-width:600px;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;position:relative}.FotoSection-module_previewImage__rFxa8{width:100%;height:auto;display:block;object-fit:cover}.FotoSection-module_uploadingOverlay__M5A8t{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.FotoSection-module_spinner__7ISU8{width:40px;height:40px;border:4px solid #ffffff;border-top:4px solid transparent;border-radius:50%;animation:FotoSection-module_spin__hRbNh 1s linear infinite}@keyframes FotoSection-module_spin__hRbNh{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FotoSection-module_uploadingText__9WxK8{color:#fff;font-size:14px;font-weight:600}.FotoSection-module_buttonContainer__UK6lH{margin-top:16px;display:flex;gap:12px}.FotoSection-module_button__gCe-F{padding:10px 20px;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.FotoSection-module_button__gCe-F:disabled{cursor:not-allowed;opacity:.6}.FotoSection-module_buttonChange__l3b5D{background-color:#3b82f6}.FotoSection-module_buttonChange__l3b5D:hover:not(:disabled){background-color:#2563eb}.FotoSection-module_buttonRemove__tpKCI{background-color:#ef4444}.FotoSection-module_buttonRemove__tpKCI:hover:not(:disabled){background-color:#dc2626}.FotoSection-module_uploadArea__48yex{border:2px dashed #cbd5e1;border-radius:12px;padding:48px 24px;text-align:center;cursor:pointer;background-color:#f8fafc;transition:all .3s ease}.FotoSection-module_uploadArea__48yex:hover{border-color:#3b82f6;background-color:#eff6ff}.FotoSection-module_uploadIcon__XFc8A{font-size:48px;margin-bottom:16px}.FotoSection-module_uploadTitle__Lupqo{font-size:16px;font-weight:600;color:#334155;margin-bottom:8px}.FotoSection-module_uploadSubtitle__aLJUK{font-size:14px;color:#64748b}.FotoSection-module_hiddenInput__LNSDI{display:none}.FotoSection-module_errorMessage__Scb2Q{margin-top:16px;padding:12px 16px;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px;display:flex;align-items:center;gap:8px}.FotoSection-module_infoMessage__SVpF2{margin-top:16px;padding:12px 16px;background-color:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:13px;display:flex;align-items:center;gap:8px}.mobile-hamburger-container{position:relative;display:none}.hamburger-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--ab-text);cursor:pointer;border-radius:8px;transition:all .2s ease}.hamburger-button:hover{background:#0000000d}.hamburger-button:active{transform:scale(.95)}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.hamburger-menu{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:999;transition:right .3s ease-out;overflow-y:auto}.hamburger-menu.menu-open{right:0}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--ab-border);background:#f8f9fa}.menu-header h3{margin:0;font-size:18px;font-weight:600;color:var(--ab-text)}.close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--ab-muted);cursor:pointer;border-radius:6px;transition:all .2s ease}.close-button:hover{background:#0000000d;color:var(--ab-text)}.menu-content{padding:20px 0}.menu-section{margin-bottom:32px}.menu-section:last-child{margin-bottom:0}.menu-section h4{margin:0 0 16px;padding:0 24px;font-size:14px;font-weight:600;color:var(--ab-muted);text-transform:uppercase;letter-spacing:.5px}.menu-item{display:flex;align-items:center;gap:16px;width:100%;padding:16px 24px;border:none;background:none;color:var(--ab-text);font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.menu-item:hover{background:#f8f9ff;color:var(--ab-pink)}.menu-item:active{background:#f0f0ff}.menu-emoji{font-size:20px;width:24px;text-align:center}.menu-item svg{width:20px;height:20px;color:currentColor}.user-info-menu{display:flex;align-items:center;gap:12px;padding:16px 24px;margin-bottom:8px;background:#f8f9fa;border-top:1px solid var(--ab-border);border-bottom:1px solid var(--ab-border)}.user-avatar-menu{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--ab-border);color:var(--ab-muted)}.user-name-menu{font-size:16px;font-weight:600;color:var(--ab-text)}.login-menu-item{background:var(--ab-pink);color:#fff;margin:0 24px;border-radius:12px;font-weight:600}.login-menu-item:hover{background:#3a5fd8;color:#fff}.admin-menu-item{color:#f59e0b}.admin-menu-item:hover{background:#fef3c7;color:#f59e0b}.logout-menu-item{color:#dc2626}.logout-menu-item:hover{background:#fef2f2;color:#dc2626}@media (max-width: 900px){.mobile-hamburger-container{display:block}}@media (max-width: 480px){.hamburger-menu{width:100vw}.menu-content{padding:16px 0}.menu-section{margin-bottom:24px}.menu-item{padding:14px 20px;font-size:15px}.menu-header{padding:16px 20px}.user-info-menu{padding:14px 20px}.login-menu-item{margin:0 20px}}@media (prefers-reduced-motion: no-preference){.hamburger-menu{transition:right .4s cubic-bezier(.4,0,.2,1)}.menu-overlay{animation:overlayFadeIn .4s cubic-bezier(.4,0,.2,1)}}:root{--ab-pink: #4570EB;--ab-text: #222222;--ab-muted: #717171;--ab-border: #ebebeb}html,body{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.ab-header{position:sticky;top:0;background:#fff;z-index:50;border-bottom:1px solid var(--ab-border);padding:10px}.ab-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:14px 24px}.brand{display:flex;align-items:center;gap:8px}.brand-link{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.brand-link:hover{opacity:.8}.brand-logo{display:block;height:28px;width:auto}.categories{display:flex;align-items:center;gap:16px;justify-self:center}.categories .tab{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;color:var(--ab-text);background:transparent;border:none;cursor:pointer;font-weight:600;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.categories .tab:hover,.categories .tab:focus,.categories .tab:active{background:transparent;box-shadow:none}.categories .tab .emoji{font-size:18px}.categories .tab .badge{position:absolute;top:-8px;left:10px;background:#0b74de;color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:999px}.categories .tab.active{color:var(--ab-text)}.categories .tab.active:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:3px;border-radius:2px;background:var(--ab-text);box-shadow:none}.actions{display:flex;align-items:center;gap:8px;justify-self:end}.user-actions{display:flex;align-items:center;gap:8px}.profile-dropdown-container{position:relative}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid var(--ab-border);border-radius:12px;box-shadow:0 10px 25px #00000026;min-width:180px;z-index:100;animation:dropdownSlideIn .2s ease-out;overflow:hidden}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:none;background:none;color:var(--ab-text);font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left}.dropdown-option:hover{background:#f8f9ff;color:var(--ab-pink)}.dropdown-option:not(:last-child){border-bottom:1px solid var(--ab-border)}.dropdown-option svg{width:16px;height:16px;color:currentColor}.logout-option{color:#dc2626}.logout-option:hover{background:#fef2f2;color:#dc2626}.admin-button{display:flex;align-items:center;gap:6px;padding:6px 12px;border:2px solid #f59e0b;border-radius:20px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f59e0b4d}.admin-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66;border-color:#f97316}.admin-button svg{width:14px;height:14px;color:#fff}.host{color:var(--ab-text);text-decoration:none;font-weight:600;padding:10px 12px;border-radius:22px}.icon-btn{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--ab-border);background:#fff;color:var(--ab-text);cursor:pointer}.desktop-actions{display:flex;align-items:center;gap:8px}.login-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--ab-pink);border-radius:22px;background:var(--ab-pink);color:#fff;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease}.login-button:hover{background:#3a5fd8;border-color:#3a5fd8;transform:translateY(-1px)}.login-button svg{width:16px;height:16px}.ab-header .login-button.login-button--quiet{background:#f2f4f7;border-color:#e5e7eb;color:#111827}.ab-header .login-button.login-button--quiet:hover{background:#eceff5;border-color:#dde2e8;transform:translateY(-1px)}.ab-header .login-button.login-button--quiet:active{background:#e6eaf1;transform:scale(.98)}.ab-header .login-button.login-button--quiet:focus-visible{outline:0;box-shadow:0 0 0 3px #4570eb59}.profile-button{display:flex;align-items:center;gap:10px;padding:6px 12px;border:1px solid var(--ab-border);border-radius:22px;background:#fff;color:var(--ab-text);cursor:pointer;transition:all .2s ease}.profile-button:hover{border-color:var(--ab-pink);background:#f8f9ff}.profile-button svg{width:18px;height:18px;color:var(--ab-pink)}.user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.user-name{font-weight:600;font-size:14px;color:var(--ab-text)}.user-email{font-size:12px;color:var(--ab-muted)}.menu-avatar{display:flex;align-items:center;gap:10px;padding:6px 10px 6px 12px;border:1px solid var(--ab-border);border-radius:22px;background:#fff;cursor:pointer}.menu-avatar .avatar{width:28px;height:28px;border-radius:50%;background:#f3f3f3}.user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.search-wrap{display:flex;justify-content:center;padding:10px 24px 24px;background:linear-gradient(180deg,#0000,#00000005)}.search-wrap.collapsed{height:0;padding:0 24px;overflow:hidden;transition:height .25s ease,padding .25s ease}.search-wrap:not(.collapsed){transition:height .25s ease,padding .25s ease}.search-bar{display:flex;align-items:center;width:min(656px,92vw);background:#fff;border:1px solid var(--ab-border);border-radius:40px;box-shadow:0 2px 16px #00000014;overflow:hidden;padding:0;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.search-bar:focus-within{border-color:var(--ab-pink);box-shadow:0 2px 16px #4570eb26}.search-input{flex:1;height:44px;border:none;outline:none;font-size:14px;color:var(--ab-text);background:transparent;padding:0 60px 0 20px;border-radius:0;box-shadow:none}.search-input:focus{outline:none;border:none;box-shadow:none}.search-input::placeholder{color:var(--ab-muted)}.search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;background:var(--ab-pink);border:none;border-radius:50%;cursor:pointer;z-index:1}.search-btn svg{color:#fff}.icon-btn svg{color:currentColor}.header-hero-stripe{width:100%;height:75px;background-color:#0e08fe;background-image:url(/Summit2025/Lawgic%20Legal%20AI%20Summit.png),url(/Summit2025/29%20sep%20-%203%20oct.png);background-repeat:no-repeat,no-repeat;background-position:20% 50%,80% 50%;background-size:auto 50%,auto 50%;animation:none;overflow:hidden}@keyframes stripeFloat{0%{background-position:40% 50%,56% 50%}to{background-position:44% 50%,60% 50%}}@media (prefers-reduced-motion: reduce){.header-hero-stripe{animation:none}}@media (max-width: 900px){.categories,.host{display:none}.ab-nav{grid-template-columns:auto 1fr auto;padding:10px 16px;gap:12px}.brand{order:3}.categories{order:2;display:flex!important;justify-content:center}.actions{order:1}.desktop-actions,.search-wrap{display:none}.brand-logo{height:24px}.profile-dropdown{right:-16px;min-width:150px}.dropdown-option{padding:10px 14px;font-size:13px}}@media (max-width: 900px){.mobile-search-container{width:100%;max-width:400px}.mobile-search-bar{display:flex;align-items:center;width:100%;background:#fff;border:1px solid var(--ab-border);border-radius:20px;box-shadow:0 2px 8px #0000000f;padding:8px 16px;gap:8px}.mobile-search-input{flex:1;border:none;outline:none;font-size:14px;color:var(--ab-text);background:transparent}.mobile-search-input::placeholder{color:var(--ab-muted)}.mobile-search-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--ab-muted);cursor:pointer}.mobile-search-btn svg{width:16px;height:16px}}.mobile-search-container{display:none}.categories .tab{display:inline-flex}@media (max-width: 900px){.mobile-search-container{display:block}.categories .tab{display:none}}@media (max-width: 480px){.ab-header{padding:6px}.ab-nav{padding:8px 12px;gap:8px}.brand-logo{height:22px}.profile-dropdown{right:-40px;min-width:140px}.dropdown-option{padding:8px 12px;font-size:12px}.user-actions{gap:6px}}@media (max-width: 440px){.ab-nav{padding:8px 12px;gap:8px}.mobile-search-container{max-width:200px}.mobile-search-bar{padding:4px 8px;height:32px;border-radius:16px}.mobile-search-input{font-size:13px}.mobile-search-btn{width:20px;height:20px}.mobile-search-btn svg{width:14px;height:14px}.brand-logo{height:22px}}@media (max-width: 380px){.mobile-search-container{max-width:160px}.ab-nav{gap:6px}.mobile-search-bar{padding:3px 6px;height:30px}.mobile-search-input{font-size:12px}}:root{--primary-blue: #4570EB;--text-dark: #222222;--text-muted: #717171;--border-light: #ebebeb;--bg-light: #F2F4F7;--bg-lighter: #f8f9fa;--white: #ffffff}.admin-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:8px;margin-left:4px}.admin-option{color:var(--primary-blue)!important}.admin-option:hover{background:#4570eb14!important}.header-v1 .profile-button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--border-light);border-radius:50%;background:var(--bg-light);cursor:pointer;transition:all .2s ease}.header-v1 .profile-button:hover{background:#eceff5;border-color:#dde2e8;transform:scale(1.05)}.header-v1 .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.header-v1 .user-info{display:none}.header-v1 .profile-button svg{width:20px;height:20px;color:var(--text-muted)}.header-v2 .profile-button{display:flex;align-items:center;gap:10px;padding:4px 12px 4px 4px;border:none;border-radius:24px;background:transparent;cursor:pointer;transition:all .2s ease}.header-v2 .profile-button:hover{background:#0000000a}.header-v2 .user-avatar{width:32px;height:32px;border-radius:50%}.header-v2 .user-name{color:var(--text-dark);font-size:14px;font-weight:500}.header-v2 .admin-badge{background:var(--primary-blue);color:var(--white)}.header-v3 .profile-button{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border:1px solid var(--border-light);border-radius:22px;background:var(--bg-light);cursor:pointer;transition:all .2s ease}.header-v3 .profile-button:hover{background:#eceff5;border-color:#dde2e8}.header-v3 .user-avatar{width:28px;height:28px;border-radius:50%}.header-v3 .user-name{color:var(--text-dark);font-size:14px;font-weight:500}.header-v3 .admin-badge{background:#4570eb1a;color:var(--primary-blue)}.header-v4 .profile-button{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border:1px solid var(--border-light);border-radius:22px;background:var(--white);cursor:pointer;transition:all .2s ease}.header-v4 .profile-button:hover{border-color:var(--primary-blue);box-shadow:0 0 0 3px #4570eb14}.header-v4 .user-avatar{width:28px;height:28px;border-radius:50%}.header-v4 .user-name{color:var(--text-dark);font-size:14px;font-weight:500}.header-v4 .admin-badge{color:var(--primary-blue);background:transparent;border:1px solid var(--primary-blue);padding:1px 5px}.header-v5 .profile-button{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border:1px solid rgba(69,112,235,.2);border-radius:22px;background:#4570eb0d;cursor:pointer;transition:all .2s ease}.header-v5 .profile-button:hover{background:#4570eb1a;border-color:#4570eb4d}.header-v5 .user-avatar{width:28px;height:28px;border-radius:50%}.header-v5 .user-name{color:var(--text-dark);font-size:14px;font-weight:500}.header-v5 .admin-badge{background:var(--primary-blue);color:var(--white)}.header-v6 .profile-button{display:flex;align-items:center;gap:6px;padding:8px 4px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;position:relative}.header-v6 .profile-button:hover{color:var(--primary-blue)}.header-v6 .user-avatar{display:none}.header-v6 .profile-button>svg{display:none}.header-v6 .user-name{color:var(--text-dark);font-size:14px;font-weight:600}.header-v6 .profile-button:hover .user-name{color:var(--primary-blue)}.header-v6 .admin-badge{background:var(--primary-blue);color:var(--white)}.header-v7 .profile-button{display:flex;align-items:center;gap:6px;padding:5px 10px 5px 5px;border:none;border-radius:18px;background:var(--bg-lighter);cursor:pointer;transition:all .2s ease;position:relative}.header-v7 .profile-button:hover{background:var(--bg-light)}.header-v7 .user-avatar{width:26px;height:26px;border-radius:50%}.header-v7 .user-name{color:var(--text-dark);font-size:13px;font-weight:500}.header-v7 .admin-badge{position:absolute;top:2px;right:2px;width:8px;height:8px;background:var(--primary-blue);border-radius:50%;font-size:0;padding:0;border:2px solid var(--white)}.header-v8 .profile-button{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border:1px solid var(--primary-blue);border-radius:22px;background:var(--primary-blue);color:var(--white);cursor:pointer;transition:all .2s ease}.header-v8 .profile-button:hover{background:#3a5fd8;border-color:#3a5fd8;transform:translateY(-1px)}.header-v8 .user-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--white)}.header-v8 .user-name{color:var(--white);font-size:14px;font-weight:500}.header-v8 .admin-badge{background:#fff3;color:var(--white)}.header-v8 .profile-button svg{color:var(--white)}.header-v9 .profile-button{display:flex;align-items:center;gap:4px;padding:8px 12px;border:none;background:transparent;cursor:pointer;transition:all .2s ease}.header-v9 .profile-button:hover{background:#0000000a}.header-v9 .profile-button:after{content:"▼";font-size:10px;color:var(--text-muted);margin-left:4px}.header-v9 .user-avatar{width:28px;height:28px;border-radius:50%}.header-v9 .user-name{color:var(--text-dark);font-size:14px;font-weight:500}.header-v9 .admin-badge{display:none}.header-v10 .profile-button{display:flex;align-items:center;gap:6px;padding:4px;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:all .2s ease}.header-v10 .profile-button:hover{background:#0000000f}.header-v10 .user-avatar{width:32px;height:32px;border-radius:50%}.header-v10 .user-info{display:none}.header-v10 .profile-button:hover .user-info{display:flex;flex-direction:column;align-items:flex-start}.header-v10 .user-name{color:var(--text-dark);font-size:13px;font-weight:500}.header-v10 .admin-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);font-size:9px}.profile-button svg{color:currentColor;fill:currentColor}.admin-button{display:none!important}.la-page{background:#fff;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.la-section{padding:48px 0;background:#fff}.la-container{width:min(96vw,1200px);margin:0 auto;padding:0 12px}.la-layout-legal-ai{grid-template-columns:152px 1fr!important;gap:10px!important}.la-hero{padding-top:24px}.la-hero-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center}.la-hero-copy{display:grid;gap:12px}.la-eyebrow{font-size:14px;font-weight:700;color:#6b7280;letter-spacing:.3px;text-transform:uppercase}.la-title{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.4px}.la-subtitle{font-size:16px;color:#374151}.la-cta-row{display:flex;gap:12px;margin-top:4px}.la-social-proof{font-size:13px;color:#6b7280;margin-top:4px}.la-hero-media{display:grid;place-items:center}.la-hero-video{width:100%;height:auto;max-width:560px;border-radius:16px;box-shadow:0 12px 40px #0000000f;background:#000}.la-featured-inner{display:grid;grid-template-columns:minmax(420px,560px) 520px;gap:36px;align-items:center}.la-featured-copy{max-width:560px}.la-featured-media{display:flex;justify-content:center;align-items:center}.la-featured-img{width:100%;height:auto;max-width:520px;max-height:520px;border-radius:16px;box-shadow:0 12px 40px #00000014;background:#f5f7ff;object-fit:contain}.la-list-bullets{margin:8px 0;padding-left:18px;color:#374151}.la-list-bullets li{margin:4px 0}.la-partners{border:none;padding-top:0;padding-bottom:0}.la-partners-line{height:1px;width:100%;background:#f0f2f5;border-radius:1px}.la-h2{font-size:clamp(22px,2.2vw,28px);font-weight:800;margin-bottom:16px;letter-spacing:-.2px}.la-h3{font-size:clamp(16px,1.8vw,20px);font-weight:700;min-height:24px}.la-p{color:#374151;font-size:14px}.la-version-selector{padding:20px 0;background:#f9fafb;border-bottom:1px solid #e5e7eb}.la-version-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.la-version-btn{padding:8px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:all .3s}.la-version-btn:hover{background:#f3f4f6;border-color:#9ca3af}.la-version-btn.active{background:#111827;color:#fff;border-color:#111827}.la-pricing-v1{padding:60px 20px;background:linear-gradient(135deg,#667eea,#764ba2)}.la-h2-v1{color:#fff;font-size:32px;text-align:center;margin-bottom:40px;font-weight:800}.la-v1-card{background:#fff;border-radius:16px;padding:40px;max-width:400px;margin:0 auto;box-shadow:0 20px 40px #0003;text-align:center}.la-v1-plan{font-size:24px;color:#333;margin-bottom:10px;font-weight:700}.la-v1-price{font-size:48px;font-weight:700;color:#667eea;margin-bottom:30px}.la-v1-price span{font-size:20px;color:#666}.la-v1-features{list-style:none;padding:0;margin:0 0 30px}.la-v1-features li{color:#555;border-bottom:1px solid #f0f0f0;position:relative;padding:12px 0 12px 24px;text-align:left}.la-v1-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.la-v1-btn{display:inline-block;width:100%;padding:16px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s}.la-v1-btn:hover{background:#5a67d8;transform:translateY(-2px)}.la-pricing-v2{padding:40px 0;background:#fff}.la-v2-table{width:100%;max-width:700px;margin:0 auto 30px;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.la-v2-table thead{background:#1a1a1a;color:#fff}.la-v2-table th,.la-v2-table td{padding:20px;text-align:left}.la-v2-table tbody tr{border-bottom:1px solid #e0e0e0}.la-v2-feature-name{font-weight:600;color:#333}.la-v2-check{color:#10b981;font-size:20px;margin-right:8px}.la-v2-price-row{background:#f9fafb;font-size:32px;font-weight:700;color:#1a1a1a}.la-v2-cta{text-align:center}.la-v2-btn{display:inline-block;padding:14px 40px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.la-v2-btn:hover{background:#333}.la-pricing-v3{padding:60px 20px;background:#fafafa}.la-v3-subtitle{text-align:center;color:#666;margin-bottom:50px;font-size:18px}.la-v3-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:40px;max-width:500px;margin:0 auto;position:relative}.la-v3-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#ef4444;color:#fff;padding:6px 20px;border-radius:20px;font-size:14px;font-weight:600}.la-v3-plan{font-size:28px;margin-bottom:20px;text-align:center;font-weight:700}.la-v3-price-container{text-align:center;margin-bottom:40px}.la-v3-price{font-size:56px;font-weight:700;color:#111}.la-v3-price sup{font-size:24px}.la-v3-price span{font-size:20px;color:#666}.la-v3-features{margin-bottom:40px}.la-v3-feature{display:flex;align-items:start;margin-bottom:20px}.la-v3-feature-icon{width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:12px;flex-shrink:0;font-size:14px;font-weight:700}.la-v3-feature-text{color:#333;line-height:1.5}.la-v3-feature-text strong{color:#111}.la-v3-cta{display:flex;gap:12px}.la-v3-btn{flex:1;padding:14px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s}.la-v3-btn-primary{background:#111;color:#fff}.la-v3-btn-primary:hover{background:#333}.la-v3-btn-secondary{background:transparent;color:#111;border:2px solid #e0e0e0}.la-v3-btn-secondary:hover{background:#f5f5f5}.la-pricing-v4{padding:60px 20px;background:linear-gradient(to bottom,#fff,#f3f4f6)}.la-v4-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000001a}.la-v4-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e0e0e0}.la-v4-plan-info h3{font-size:32px;color:#111;margin-bottom:8px;font-weight:700}.la-v4-plan-desc{color:#666;font-size:16px}.la-v4-price-box{text-align:right}.la-v4-price{font-size:48px;font-weight:700;color:#3b82f6}.la-v4-price span{font-size:20px;color:#666}.la-v4-features{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}.la-v4-feature{display:flex;align-items:center}.la-v4-icon{width:40px;height:40px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:16px;font-size:20px}.la-v4-feature-text{color:#333}.la-v4-footer{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid #e0e0e0}.la-v4-note{color:#666;font-size:14px}.la-v4-btn{display:inline-block;padding:14px 32px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.la-v4-btn:hover{background:#2563eb}.la-animation-selector{padding:20px 0;background:#0a0a0a;border-bottom:1px solid #1a1a1a}.la-animation-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.la-anim-btn{padding:8px 20px;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:8px;font-size:14px;font-weight:600;color:#94a3b8;cursor:pointer;transition:all .3s}.la-anim-btn:hover{background:#2a2a2a;border-color:#3b82f6;color:#e2e8f0}.la-anim-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.la-pricing-v5{padding:80px 20px;background:#0a0a0a;position:relative;overflow:hidden}.la-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.la-particle{position:absolute;background:#3b82f6;border-radius:50%;opacity:.5;animation:la-float-up 15s infinite}.la-particle-1{width:8px;height:8px;left:10%;animation-delay:0s;animation-duration:12s}.la-particle-2{width:6px;height:6px;left:20%;animation-delay:2s;animation-duration:15s}.la-particle-3{width:10px;height:10px;left:30%;animation-delay:4s;animation-duration:18s}.la-particle-4{width:5px;height:5px;left:40%;animation-delay:1s;animation-duration:10s}.la-particle-5{width:12px;height:12px;left:50%;animation-delay:3s;animation-duration:20s}.la-particle-6{width:7px;height:7px;left:60%;animation-delay:5s;animation-duration:14s}.la-particle-7{width:9px;height:9px;left:70%;animation-delay:2.5s;animation-duration:16s}.la-particle-8{width:6px;height:6px;left:80%;animation-delay:1.5s;animation-duration:13s}.la-particle-9{width:11px;height:11px;left:90%;animation-delay:4.5s;animation-duration:17s}.la-particle-10{width:8px;height:8px;left:15%;animation-delay:3.5s;animation-duration:11s}.la-particle-11{width:7px;height:7px;left:85%;animation-delay:.5s;animation-duration:19s}.la-particle-12{width:9px;height:9px;left:45%;animation-delay:2.8s;animation-duration:14s}@keyframes la-float-up{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:.5}90%{opacity:.5}to{transform:translateY(-100vh) translate(100px);opacity:0}}.la-gradient-waves{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(59,130,246,.3) 25%,transparent 50%,rgba(37,99,235,.3) 75%,transparent 100%);background-size:200% 200%;animation:la-gradient-wave 4s ease infinite;pointer-events:none}@keyframes la-gradient-wave{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.la-stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.la-star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:la-twinkle 3s infinite}.la-star-1{top:10%;left:20%;animation-delay:0s}.la-star-2{top:20%;left:40%;animation-delay:.5s}.la-star-3{top:30%;left:60%;animation-delay:1s}.la-star-4{top:40%;left:80%;animation-delay:1.5s}.la-star-5{top:50%;left:10%;animation-delay:2s}.la-star-6{top:60%;left:30%;animation-delay:2.5s}.la-star-7{top:70%;left:50%;animation-delay:.3s}.la-star-8{top:80%;left:70%;animation-delay:.8s}.la-star-9{top:90%;left:90%;animation-delay:1.3s}.la-star-10{top:15%;left:85%;animation-delay:1.8s}.la-star-11{top:25%;left:15%;animation-delay:2.3s}.la-star-12{top:35%;left:35%;animation-delay:.6s}.la-star-13{top:45%;left:55%;animation-delay:1.1s}.la-star-14{top:55%;left:75%;animation-delay:1.6s}.la-star-15{top:65%;left:25%;animation-delay:2.1s}.la-star-16{top:12%;left:45%;animation-delay:.4s}.la-star-17{top:85%;left:35%;animation-delay:1.9s}.la-star-18{top:5%;left:65%;animation-delay:2.4s}.la-star-19{top:75%;left:85%;animation-delay:.7s}.la-star-20{top:95%;left:5%;animation-delay:1.2s}@keyframes la-twinkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.la-mesh-gradient{position:absolute;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none}.la-mesh-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:la-mesh-float 20s infinite ease-in-out}.la-mesh-blob-1{width:600px;height:600px;background:#3b82f6;top:10%;left:10%;animation-duration:25s}.la-mesh-blob-2{width:500px;height:500px;background:#2563eb;top:50%;right:10%;animation-duration:20s;animation-delay:5s}.la-mesh-blob-3{width:400px;height:400px;background:#60a5fa;bottom:10%;left:30%;animation-duration:30s;animation-delay:10s}@keyframes la-mesh-float{0%,to{transform:translate(0) scale(1) rotate(0)}25%{transform:translate(100px,-100px) scale(1.2) rotate(90deg)}50%{transform:translate(-100px,100px) scale(.8) rotate(180deg)}75%{transform:translate(50px,50px) scale(1.1) rotate(270deg)}}.la-matrix-rain{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.la-matrix-column{position:absolute;top:-100%;font-family:Courier New,monospace;font-size:16px;font-weight:700;color:#60a5fa;writing-mode:vertical-lr;text-orientation:upright;animation:la-matrix-fall linear infinite;opacity:.9;text-shadow:0 0 10px #3b82f6,0 0 20px #2563eb;letter-spacing:2px}.la-matrix-column:nth-child(1){left:5%;animation-duration:10s;animation-delay:0s}.la-matrix-column:nth-child(2){left:15%;animation-duration:12s;animation-delay:2s}.la-matrix-column:nth-child(3){left:25%;animation-duration:8s;animation-delay:1s}.la-matrix-column:nth-child(4){left:35%;animation-duration:15s;animation-delay:3s}.la-matrix-column:nth-child(5){left:45%;animation-duration:11s;animation-delay:.5s}.la-matrix-column:nth-child(6){left:55%;animation-duration:13s;animation-delay:2.5s}.la-matrix-column:nth-child(7){left:65%;animation-duration:9s;animation-delay:1.5s}.la-matrix-column:nth-child(8){left:75%;animation-duration:14s;animation-delay:4s}.la-matrix-column:nth-child(9){left:85%;animation-duration:10s;animation-delay:.8s}.la-matrix-column:nth-child(10){left:95%;animation-duration:12s;animation-delay:3.5s}@keyframes la-matrix-fall{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.la-v5-bg{position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);opacity:.1;pointer-events:none}.la-v5-h2{text-align:center;font-size:40px;margin-bottom:20px;color:#fff;position:relative;font-weight:800}.la-v5-subtitle{text-align:center;color:#94a3b8;margin-bottom:60px;font-size:18px;position:relative}.la-v5-card{max-width:440px;margin:0 auto;background:linear-gradient(to bottom,#1e1e1e,#0f0f0f);border:1px solid #2a2a2a;border-radius:20px;padding:48px;position:relative;box-shadow:0 20px 60px #00000080}.la-v5-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#3b82f6,#2563eb);border-radius:20px;opacity:.5;z-index:-1;filter:blur(10px)}.la-v5-plan-name{text-align:center;color:#94a3b8;font-size:14px;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.la-v5-price{text-align:center;margin-bottom:40px}.la-v5-price-amount{font-size:64px;font-weight:700;color:#fff;line-height:1}.la-v5-price-amount sup{font-size:28px}.la-v5-price-period{color:#64748b;font-size:16px;margin-top:8px}.la-v5-features{margin-bottom:40px}.la-v5-feature{display:flex;align-items:center;margin-bottom:20px;color:#e2e8f0}.la-v5-feature-icon{width:20px;height:20px;border:2px solid #3b82f6;border-radius:50%;margin-right:16px;position:relative;flex-shrink:0}.la-v5-feature-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#3b82f6;border-radius:50%}.la-v5-highlight{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;padding:2px 8px;border-radius:4px;font-weight:600;margin-left:8px;font-size:12px}.la-v5-cta{display:block;width:100%;padding:16px;background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s;position:relative;overflow:hidden}.la-v5-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.la-v5-footer{text-align:center;margin-top:24px;color:#64748b;font-size:14px}.la-stat-title{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.la-stat-value{font-size:clamp(24px,2.4vw,32px);font-weight:900;color:#111827;letter-spacing:-.4px}.la-stat-label{font-weight:700;color:#1f2937}.la-grid{display:grid;gap:16px}@media (max-width: 768px){.la-v4-header{flex-direction:column;text-align:center}.la-v4-price-box{text-align:center;margin-top:20px}.la-v4-features{grid-template-columns:1fr}.la-v4-footer{flex-direction:column;gap:20px;text-align:center}.la-v3-cta{flex-direction:column}}.la-grid-3{grid-template-columns:repeat(3,1fr)}.la-grid-1{grid-template-columns:1fr}.la-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000000a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.la-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000014;border-color:#cfd5dd}.la-block{display:grid;place-items:center;color:#9aa0a6;font-weight:700;height:120px}.la-source-row{color:#6b7280;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.la-source-link{margin-left:auto;font-weight:700;color:#4570eb;font-size:13px;text-decoration:none}.la-source-link:hover{text-decoration:underline}.la-divider{width:1px;height:16px;background:#d1d5db;display:inline-block;border-radius:1px}.la-source-row span[id^=src-]{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:4px 8px;font-size:12px;color:#374151}.la-tools{background:#fff}.la-tool-card{display:grid;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;text-decoration:none;color:#111827;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;min-height:280px}.la-tool-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#d1d5db}.la-tool-icon{width:24px;height:24px}.la-tool-thumb{width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;border-radius:10px;background:#f4f6fb}.la-tool-head{display:flex;align-items:center;gap:8px}.la-tool-featured{border-color:#c7d2fe;box-shadow:0 6px 24px #4570eb14}.la-tool-cta{font-weight:700;color:#4570eb;font-size:13px}.la-news-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.la-view-all{font-weight:700;color:#4570eb;text-decoration:none;font-size:14px}.la-view-all:hover{text-decoration:underline}.la-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 40px}.la-news-item{display:grid;grid-template-columns:184px 1fr;gap:20px;align-items:center;padding:8px;border-radius:12px;text-decoration:none;color:#111827;border:1px solid transparent;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.la-news-item:hover{border-color:#e5e7eb;box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.la-news-thumb-wrap{position:relative;width:184px;height:184px;border-radius:14px;overflow:hidden}.la-news-thumb{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#e0e7ff,#ffe4e6)}.la-thumb-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72%;height:34%;border-radius:18px;background:#ffffff73;-webkit-backdrop-filter:saturate(120%) blur(14px);backdrop-filter:saturate(120%) blur(14px);border:1px solid rgba(255,255,255,.55);box-shadow:0 14px 30px #11182729;pointer-events:none}.la-thumb-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;color:#111827}.la-thumb-icon{width:20px;height:20px}.la-thumb-fa{font-size:22px}.la-news-title{font-size:18px;font-weight:800;letter-spacing:-.2px}.la-news-meta{font-size:13px;color:#6b7280;margin-top:4px}.la-news-desc{font-size:13px;color:#4b5563;margin-top:6px;line-height:1.5}.la-news-chip{display:inline-block;padding:4px 10px;background:#eef2ff;color:#1e40af;border:1px solid #dbeafe;border-radius:999px;font-size:12px;font-weight:700;margin-top:6px}@media (max-width: 1000px){.la-news-grid{grid-template-columns:1fr}.la-news-item{grid-template-columns:148px 1fr}.la-news-thumb-wrap{width:148px;height:148px}.la-thumb-card{width:76%;height:38%;border-radius:16px}}.la-metrics{background:#fff;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}.la-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center}.la-metric{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.la-metric-value{display:block;font-size:22px;font-weight:800;color:#111827}.la-metric-label{display:block;font-size:12px;color:#6b7280}.la-step{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000000a}.la-step-icon{width:28px;height:28px;border-radius:50%;background:#eef2ff;color:#4570eb;display:grid;place-items:center;font-weight:800;margin-bottom:8px}.la-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.la-tech-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000000a;display:grid;gap:8px}.la-chip-row{display:flex;flex-wrap:wrap;gap:8px}.la-chip{display:inline-flex;align-items:center;padding:6px 10px;background:#f2f4f7;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:700;color:#111827}.la-pricing{background:#fff}.la-plan{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;box-shadow:0 2px 12px #0000000d}.la-plan-featured{border-color:#4570eb;box-shadow:0 6px 20px #4570eb1f}.la-plan-name{font-weight:800;font-size:16px;margin-bottom:6px}.la-price{font-weight:800;font-size:24px;margin-bottom:10px}.la-list{list-style:none;padding:0;margin:0 0 12px;display:grid;gap:6px;color:#374151;font-size:14px}.la-testimonials{background:#fff}.la-quote{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;font-size:14px;color:#111827;box-shadow:0 2px 12px #0000000a}.la-faq-category{font-size:20px;font-weight:700;color:#111827;margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.la-faq-category:first-of-type{margin-top:24px}.la-faq-list{display:grid;gap:10px;margin-bottom:24px}.la-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;transition:border-color .15s ease}.la-faq-item:hover{border-color:#9ca3af}.la-faq-item summary{cursor:pointer;font-weight:700}.la-faq-item[open]{background:#f9fafb}.la-faq-item p{margin-top:6px;color:#374151;line-height:1.5}.la-cta{border-top:1px solid #f0f2f5}.la-cta-inner{text-align:center;display:grid;gap:8px}.la-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s ease}.la-btn-row{display:flex;justify-content:center;margin-top:8px}.la-btn-primary{background:#4570eb;border:1px solid #4570EB;color:#fff}.la-btn-primary:hover{background:#3a5fd8;border-color:#3a5fd8;transform:translateY(-1px)}.la-btn-secondary{background:#f2f4f7;border:1px solid #E5E7EB;color:#111827}.la-btn-secondary:hover{background:#eceff5;border-color:#dde2e8;transform:translateY(-1px)}.la-btn-glassy{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#ffffff29,#ffffff14),#4570eb;border-color:#ffffff59;box-shadow:0 8px 24px #00000026;--x: 50%;--y: 50%}.la-btn-glassy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-12deg) translate(-120%);transition:transform .7s ease;pointer-events:none}.la-btn-glassy:hover:before{transform:skew(-12deg) translate(120%)}.la-btn-glassy:active{transform:scale(.98)}.la-btn-glassy:after{content:"";position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:inherit;background:conic-gradient(from 0deg,#4570eb00,#4570eb80,#4570eb00);animation:la-spin 4s linear infinite;padding:1.5px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes la-spin{to{transform:rotate(360deg)}}.la-btn-glassy:active{background-image:radial-gradient(100px 100px at var(--x) var(--y),rgba(255,255,255,.35),rgba(255,255,255,0) 70%),linear-gradient(180deg,#ffffff29,#ffffff14),#4570EB}@media (max-width: 1000px){.la-hero-inner{grid-template-columns:1fr}.la-featured-inner{grid-template-columns:1fr;gap:20px}.la-featured-img{max-width:460px;max-height:460px;margin:0 auto}}@media (max-width: 1280px){.la-featured-inner{grid-template-columns:minmax(380px,520px) 480px;gap:28px}.la-featured-img{max-width:480px;max-height:480px}}@media (max-width: 768px){.la-section{padding:36px 0}.la-grid-3{grid-template-columns:1fr}.la-container{width:min(94vw,680px)}.la-tech-grid{grid-template-columns:1fr}}.lt-page{background:#fff;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Plus Jakarta Sans,sans-serif}.lt-container{width:min(96vw,1200px);margin:0 auto;padding:0 20px}.lt-hero-area{background:linear-gradient(180deg,#f8fafc,#fff);min-height:600px;padding-bottom:60px}.lt-navbar{padding:20px 0;border-bottom:1px solid #e5e7eb;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.lt-nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.lt-nav-logo{font-size:24px;font-weight:800;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lt-nav-links{display:flex;gap:32px}.lt-nav-links a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.lt-nav-links a:hover{color:#3b82f6}.lt-nav-cta{padding:10px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-nav-cta:hover{background:#2563eb;transform:translateY(-1px)}.lt-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:60px auto 0;padding:0 20px}.lt-hero-title{font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1;margin-bottom:24px;color:#111827}.lt-gradient-text{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lt-hero-subtitle{font-size:20px;color:#6b7280;line-height:1.6;margin-bottom:32px}.lt-hero-ctas{display:flex;gap:16px;margin-bottom:24px}.lt-btn-primary{padding:14px 28px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.lt-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.lt-btn-secondary{padding:14px 28px;background:#fff;color:#3b82f6;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.lt-btn-secondary:hover{background:#f9fafb;border-color:#3b82f6}.lt-hero-note{font-size:14px;color:#9ca3af}.lt-hero-visual{position:relative}.lt-hero-visual img{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 25px 50px -12px #00000026}.lt-hero-overlay{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);width:auto!important;max-width:280px!important;height:auto!important;border-radius:0!important;box-shadow:none!important;z-index:2}.lt-float-badge{position:absolute;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;align-items:center}.lt-float-badge span{font-size:24px;font-weight:700;color:#3b82f6}.lt-float-badge small{font-size:12px;color:#6b7280}.lt-badge-1{top:20px;left:-40px}.lt-badge-2{bottom:40px;right:-40px}.lt-partners{padding:40px 0;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.lt-partners-label{text-align:center;color:#9ca3af;font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.lt-partners-logos{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.lt-partner-logo{color:#9ca3af;font-size:18px;font-weight:600;opacity:.7;transition:opacity .3s}.lt-partner-logo:hover{opacity:1}.lt-benefits{padding:80px 0}.lt-section-title{font-size:clamp(32px,4vw,48px);font-weight:800;text-align:center;margin-bottom:60px;color:#111827}.lt-section-subtitle{text-align:center;color:#6b7280;font-size:18px;margin-top:-40px;margin-bottom:40px}.lt-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.lt-benefit-card{text-align:center;padding:40px 30px;background:#f9fafb;border-radius:16px;transition:all .3s}.lt-benefit-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.lt-benefit-icon{font-size:48px;margin-bottom:20px}.lt-benefit-card h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#111827}.lt-benefit-card p{color:#6b7280;line-height:1.6}.lt-how-it-works{padding:80px 0;background:#f9fafb}.lt-steps-visual{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:40px}.lt-step-card{background:#fff;border-radius:12px;padding:30px;flex:1;max-width:280px;text-align:center;border:2px solid #e5e7eb;transition:all .3s}.lt-step-card:hover{border-color:#3b82f6;transform:translateY(-4px)}.lt-step-num{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 20px}.lt-step-card h4{font-size:18px;font-weight:700;margin-bottom:10px;color:#111827}.lt-step-card p{color:#6b7280;font-size:14px}.lt-step-arrow{color:#cbd5e1;font-size:24px}.lt-steps-note{text-align:center;color:#6b7280;font-style:italic}.lt-pricing{padding:80px 0}.lt-pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1000px;margin:0 auto 40px}.lt-price-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:40px 30px;position:relative;transition:all .3s}.lt-price-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.lt-price-card.lt-featured{border-color:#3b82f6;transform:scale(1.05)}.lt-price-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:600}.lt-price-card h3{font-size:24px;font-weight:700;margin-bottom:16px;text-align:center}.lt-price{font-size:48px;font-weight:800;text-align:center;margin-bottom:30px;color:#111827}.lt-price-features{list-style:none;padding:0;margin:0 0 30px}.lt-price-features li{padding:10px 0;color:#6b7280;border-bottom:1px solid #f3f4f6}.lt-price-btn{width:100%;padding:14px;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-price-btn:hover{background:#3b82f6;color:#fff}.lt-price-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.lt-price-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.lt-pricing-note{text-align:center;color:#6b7280;font-size:14px}.lt-testimonials{padding:80px 0;background:#f9fafb}.lt-testimonial-content{max-width:800px;margin:0 auto 40px;text-align:center}.lt-testimonial-quote{font-size:24px;font-style:italic;color:#374151;margin-bottom:30px;line-height:1.6}.lt-testimonial-author{display:flex;flex-direction:column;gap:4px}.lt-testimonial-author strong{font-size:18px;color:#111827}.lt-testimonial-author span{color:#6b7280;font-size:14px}.lt-testimonial-dots{display:flex;justify-content:center;gap:12px;margin-bottom:60px}.lt-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s}.lt-dot.active{background:#3b82f6;transform:scale(1.3)}.lt-testimonial-logos{display:flex;justify-content:center;align-items:center;gap:60px}.lt-trust-logo{height:30px;width:auto;opacity:.8;filter:grayscale(100%)}.lt-trust-stats{display:flex;flex-direction:column;align-items:center;gap:4px}.lt-trust-stats strong{font-size:24px;color:#111827}.lt-trust-stats span{color:#fbbf24}.lt-trust-stats small{color:#6b7280;font-size:12px}.lt-faq{padding:80px 0}.lt-faq-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000000d}.lt-final-cta{padding:80px 0;background:linear-gradient(135deg,#1e40af,#3b82f6)}.lt-cta-box{text-align:center;max-width:600px;margin:0 auto}.lt-cta-box h2{font-size:40px;font-weight:800;color:#fff;margin-bottom:16px}.lt-cta-box p{font-size:18px;color:#dbeafe;margin-bottom:32px}.lt-cta-btn{padding:16px 40px;background:#fff;color:#3b82f6;border:none;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s}.lt-cta-btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0003}.lt-cta-box small{display:block;margin-top:20px;color:#bfdbfe;font-size:14px}@media (max-width: 768px){.lt-nav-links{display:none}.lt-hero-content{grid-template-columns:1fr;text-align:center}.lt-hero-ctas{flex-direction:column}.lt-hero-visual{margin-top:40px}.lt-float-badge{display:none}.lt-partners-logos{gap:30px}.lt-steps-visual{flex-direction:column}.lt-step-arrow{transform:rotate(90deg)}.lt-pricing-cards{grid-template-columns:1fr}.lt-price-card.lt-featured{transform:scale(1)}.lt-faq-grid{grid-template-columns:1fr}.lt-testimonial-logos{flex-direction:column;gap:30px}}.lt-layout{grid-template-columns:152px 1fr!important;gap:10px!important}.lt-versions-page{background:#fff;min-height:100vh}.header-version-selector{background:#f9fafb;padding:20px;border-bottom:1px solid #e5e7eb}.version-selector-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:10px}.version-tab{padding:8px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.version-tab:hover{border-color:#3b82f6;background:#eff6ff}.version-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.version-name{text-align:center;font-size:14px;color:#6b7280;margin:0;font-family:Plus Jakarta Sans,sans-serif}.version-header{padding:60px 20px;text-align:center;position:relative}.version-header h1{font-size:48px;font-weight:700;color:#111827;margin-bottom:20px;line-height:1.2;font-family:Plus Jakarta Sans,sans-serif}.seo-subtitle{font-size:20px;color:#6b7280;max-width:800px;margin:0 auto;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif}.version-minimal{background:linear-gradient(135deg,#fff,#f9fafb)}.v1-badge{display:inline-block;background:#111827;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.v1-pills{display:flex;gap:20px;justify-content:center;margin-top:30px}.v1-pills span{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:14px;color:#4b5563;font-family:Plus Jakarta Sans,sans-serif}.version-stats{background:linear-gradient(180deg,#f0f7ff,#fff)}.v2-stats{display:flex;gap:60px;justify-content:center;margin:40px 0}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:48px;font-weight:700;color:#3b82f6;font-family:Plus Jakarta Sans,sans-serif}.stat-label{font-size:14px;color:#6b7280;margin-top:5px;font-family:Plus Jakarta Sans,sans-serif}.version-hero{background:linear-gradient(135deg,#eff6ff,#fff);padding:80px 20px}.v3-split{display:grid;grid-template-columns:1fr 300px;gap:60px;max-width:1200px;margin:0 auto;align-items:center}.v3-content{text-align:left}.v3-tag{display:inline-block;background:#3b82f6;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.v3-features{display:flex;gap:30px;margin-top:30px}.v3-feature{display:flex;align-items:center;gap:8px}.v3-feature svg{width:20px;height:20px;color:#3b82f6}.v3-feature span{font-size:14px;color:#4b5563;font-family:Plus Jakarta Sans,sans-serif}.v3-visual{position:relative}.v3-float-card{background:#fff;padding:30px;border-radius:20px;box-shadow:0 20px 40px #0000001a;text-align:center}.v3-metric{display:block;font-size:36px;font-weight:700;color:#111827;margin-bottom:5px;font-family:Plus Jakarta Sans,sans-serif}.v3-label{font-size:14px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.version-benefit{background:linear-gradient(180deg,#fef3c7,#fff)}.v4-highlight{display:inline-block;background:#f59e0b;color:#fff;padding:8px 20px;border-radius:30px;font-size:14px;font-weight:700;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.v4-benefits{display:flex;gap:40px;justify-content:center;margin-top:40px}.v4-benefit{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.v4-icon{font-size:24px}.v4-benefit span{font-size:16px;font-weight:500;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.version-question{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.v5-question{color:#fff!important;font-size:52px!important}.v5-answer{color:#cbd5e1!important;font-size:22px!important;margin-bottom:40px}.v5-comparison{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:800px;margin:40px auto 0}.v5-before,.v5-after{background:#ffffff1a;padding:30px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v5-after{background:#3b82f633;border:2px solid #3b82f6}.v5-before h4,.v5-after h4{font-size:18px;margin-bottom:20px;color:#fff;font-family:Plus Jakarta Sans,sans-serif}.v5-before ul,.v5-after ul{list-style:none;padding:0;margin:0}.v5-before li,.v5-after li{margin-bottom:12px;font-size:14px;color:#e5e7eb;font-family:Plus Jakarta Sans,sans-serif}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:1000}.modal-overlay.active{display:flex}.modal-content{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:90%;position:relative}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#6b7280}.modal-content h3{font-size:24px;margin-bottom:20px;color:#111827}.modal-content form{display:flex;flex-direction:column;gap:16px}.modal-content input,.modal-content select,.modal-content textarea{padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px}.modal-content .submit-btn{padding:14px;background:#111827;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.modal-content .submit-btn:hover{background:#1f2937}.lt-va{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lt-va-hero{padding:80px 0;background:linear-gradient(to bottom,#f8f9fa,#fff)}.lt-va-container{max-width:1200px;margin:0 auto;padding:0 20px}.lt-va-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.lt-va-trust-badge{display:flex;gap:20px;margin-bottom:30px}.lt-va-logo{height:30px;width:auto;opacity:.7;filter:grayscale(100%)}.lt-va-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#111827}.lt-va-subtitle{font-size:18px;color:#6b7280;line-height:1.6;margin-bottom:32px}.lt-va-cta-group{display:flex;gap:16px;margin-bottom:40px}.lt-va-btn-primary{padding:14px 28px;background:#3b82f6;color:#fff;border:none;border-radius:50px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.lt-va-btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.lt-va-btn-secondary{padding:14px 28px;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:50px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.lt-va-btn-secondary:hover{background:#eff6ff;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.lt-va-stats-inline{display:flex;gap:30px;color:#6b7280;font-size:14px}.lt-va-stats-inline strong{color:#111827;font-weight:700}.lt-va-mockup{width:100%;max-width:280px;height:auto;display:block;margin:0 auto}.lt-va-ai-section{padding:80px 0;background:linear-gradient(135deg,#f0f7ff,#fff)}.lt-va-ai-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}.lt-va-ai-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s}.lt-va-ai-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3b82f626}.lt-va-ai-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.lt-va-ai-icon svg{width:28px;height:28px;color:#fff}.lt-va-ai-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-va-ai-card p{font-size:15px;line-height:1.6;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.lt-va-features{padding:80px 0;background:#fff}.lt-va-section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-va-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1400px;margin:0 auto;padding:0 20px}.lt-va-feature-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;padding:60px 50px;min-height:250px;text-align:center;transition:all .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.lt-va-feature-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0000002e;border-color:#3b82f6;background:#eff6ff}.lt-va-card-with-image{padding-top:340px;padding-bottom:40px;min-height:440px}.lt-va-card-image{position:absolute;top:0;left:0;right:0;height:280px;overflow:visible;border-radius:24px 24px 0 0;background:#fff;padding:15px}.lt-va-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.lt-va-card-with-image .lt-va-feature-icon{position:absolute;top:250px;left:50%;transform:translate(-50%);background:#fff;padding:12px;border-radius:50%;box-shadow:0 8px 24px #0000002e;border:5px solid white}.lt-va-feature-icon{margin-bottom:20px}.lt-va-feature-icon svg{width:48px;height:48px;color:#3b82f6}.lt-va-feature-card h3{font-size:18px;font-weight:600;margin:0;color:#111827;line-height:1.3}@media (max-width: 1024px){.lt-va-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.lt-va-features-grid{grid-template-columns:1fr}}.lt-va-feature-card p{color:#6b7280;line-height:1.5;font-size:15px}.lt-va-feature-details{margin-top:48px;padding:48px;background:linear-gradient(135deg,#f8fafc,#fff,#f8fafc);border-radius:16px;border:1px solid #e5e7eb;animation:slideDown .3s ease-out}.lt-va-detail-content{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:center}.lt-va-detail-image{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px #0000001a}.lt-va-detail-image img{width:100%;height:auto;display:block}.lt-va-detail-text h3{font-size:28px;color:#1f2937;margin-bottom:16px;font-weight:600}.lt-va-detail-text p{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:24px}.lt-va-detail-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.lt-va-benefit-item{display:flex;align-items:center;gap:12px}.lt-va-check-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.lt-va-benefit-item span{font-size:14px;color:#374151}@media (max-width: 768px){.lt-va-detail-content,.lt-va-detail-benefits{grid-template-columns:1fr}}.lt-va-process{padding:80px 0;background:#f9fafb}.lt-va-timeline{max-width:600px;margin:0 auto;position:relative}.lt-va-timeline-item{position:relative;padding-left:60px;margin-bottom:40px}.lt-va-circle{position:absolute;left:0;top:0;width:40px;height:40px;background:#111827;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.lt-va-line{position:absolute;left:19px;top:40px;width:2px;height:40px;background:#e5e7eb}.lt-va-timeline-item:last-child .lt-va-line{display:none}.lt-va-timeline-item h3{font-size:20px;font-weight:600;margin-bottom:8px;color:#111827}.lt-va-timeline-item p{color:#6b7280}.lt-va-about{padding:80px 0;background:#f9fafb}.lt-va-video-container{max-width:900px;margin:0 auto 30px;aspect-ratio:16/9;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000026;background:#000}.lt-va-video-description{font-size:18px;line-height:1.6;color:#4b5563;max-width:900px;margin:20px auto 0;text-align:center;font-family:Plus Jakarta Sans,sans-serif}.about-design-selector{display:flex;gap:12px;justify-content:center;margin:30px 0}.about-design-btn{padding:8px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}.about-design-btn:hover{border-color:#3b82f6;background:#eff6ff}.about-design-btn.active{background:#111827;color:#fff;border-color:#111827}.about-v1-centered{text-align:center;padding:20px 0}.about-text-top{font-size:18px;line-height:1.6;color:#4b5563;max-width:900px;margin:0 auto 30px;font-family:Plus Jakarta Sans,sans-serif}.about-v1-stats{display:flex;gap:40px;justify-content:center;padding:30px;background:#f9fafb;border-radius:16px}.about-stat{display:flex;align-items:center;gap:12px}.stat-icon{font-size:28px}.stat-text{font-size:16px;color:#111827;font-weight:500;font-family:Plus Jakarta Sans,sans-serif}.about-v2-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:30px 0}.about-v2-left h3{font-size:24px;margin-bottom:20px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.about-v2-left p{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:30px;font-family:Plus Jakarta Sans,sans-serif}.about-v2-features{display:grid;gap:12px}.about-v2-right{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000026}.about-v2-right iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.feature-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.feature-item:hover{border-color:#3b82f6;background:#f0f7ff;transform:translate(4px)}.feature-check{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.feature-content{flex:1;display:flex;flex-direction:column;gap:4px}.feature-content strong{font-size:15px;color:#111827;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;display:block}.feature-content span{font-size:14px;color:#6b7280;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif;display:block}.about-v2-video-wrapper{aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000026}.about-v3-overlay{position:relative;padding:60px;background:linear-gradient(135deg,#111827,#1f2937);border-radius:20px;margin:30px 0;text-align:center}.about-v3-badge{display:inline-block;background:#3b82f6;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.about-v3-content h3{font-size:28px;color:#fff;margin-bottom:20px;font-family:Plus Jakarta Sans,sans-serif}.about-v3-content p{font-size:18px;line-height:1.6;color:#e5e7eb;max-width:800px;margin:0 auto 30px;font-family:Plus Jakarta Sans,sans-serif}.about-v3-cta{padding:14px 32px;background:#fff;color:#111827;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;font-family:Plus Jakarta Sans,sans-serif}.about-v3-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.about-v4-cards{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start;margin:30px 0}.about-v4-main p{font-size:18px;line-height:1.8;color:#4b5563;font-family:Plus Jakarta Sans,sans-serif}.about-v4-side{display:flex;flex-direction:column;gap:20px}.about-v4-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;position:relative;transition:all .3s}.about-v4-card:hover{border-color:#3b82f6;box-shadow:0 10px 20px #3b82f61a}.card-number{position:absolute;top:-10px;right:20px;background:#3b82f6;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif}.about-v4-card h4{font-size:18px;margin-bottom:8px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.about-v4-card p{font-size:14px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.about-v5-minimal{padding:60px 40px;text-align:center;background:#fafafa;border-radius:20px;margin:30px 0}.about-v5-quote{font-size:22px;line-height:1.8;color:#1f2937;font-style:italic;margin:0 auto;max-width:900px;font-family:Plus Jakarta Sans,sans-serif}.about-v5-divider{width:60px;height:3px;background:#3b82f6;margin:30px auto}.about-v5-tags{display:flex;gap:16px;justify-content:center}.about-v5-tags .tag{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:14px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.lt-va-pricing{padding:80px 0;background:#fff}.lt-va-pricing-single{max-width:600px;margin:0 auto}.lt-va-price-header{text-align:center;margin-bottom:40px}.lt-va-price-header h3{font-size:32px;font-weight:700;color:#111827;margin-bottom:10px;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price-tagline{font-size:18px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price-card{background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:40px;position:relative;box-shadow:0 10px 40px #00000014}.lt-va-beta-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:8px 24px;border-radius:20px;font-size:14px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 4px 15px #1118274d;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 4px 15px #1118274d}50%{box-shadow:0 4px 25px #11182780}to{box-shadow:0 4px 15px #1118274d}}.lt-va-price-card h4{font-size:24px;font-weight:600;text-align:center;margin-bottom:20px;margin-top:10px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:30px}.lt-va-currency{font-size:24px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.lt-va-amount{font-size:48px;font-weight:700;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-va-period{font-size:18px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price-features{list-style:none;padding:0;margin:0 0 30px}.lt-va-price-features li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6;font-size:16px;color:#4b5563;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price-features li:last-child{border-bottom:none}.lt-va-check{width:20px;height:20px;color:#10b981;flex-shrink:0}.lt-va-included{background:#10b981;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-left:4px}.lt-va-beta-notice{background:#fef3c7;border:1px solid #fcd34d;border-radius:12px;padding:12px;margin-bottom:20px}.lt-va-beta-notice p{margin:0;color:#92400e;font-size:14px;text-align:center;font-family:Plus Jakarta Sans,sans-serif}.lt-va-price-btn-beta{width:100%;padding:16px 32px;background:#111827;color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;font-family:Plus Jakarta Sans,sans-serif;position:relative;overflow:hidden}.lt-va-price-btn-beta:hover{background:#1f2937;transform:translateY(-3px);box-shadow:0 15px 35px #11182766}.lt-va-price-btn-beta:active{transform:translateY(-1px);box-shadow:0 5px 15px #11182766}.lt-va-price-btn-beta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transform:translate(-50%,-50%);transition:width .6s,height .6s}.lt-va-price-btn-beta:hover:before{width:300px;height:300px}.lt-va-pricing-table{display:none;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.lt-va-price-column{background:#fff;padding:40px 30px;position:relative;border-right:1px solid #e5e7eb;text-align:center}.lt-va-price-column:last-child{border-right:none}.lt-va-price-column.featured{background:#f8f9fa}.lt-va-recommended{position:absolute;top:0;left:0;right:0;background:#111827;color:#fff;padding:8px;text-align:center;font-size:12px;font-weight:600;text-transform:uppercase}.lt-va-price-column h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#111827}.lt-va-price{font-size:48px;font-weight:700;color:#111827;margin-bottom:30px}.lt-va-price span{font-size:18px;color:#6b7280;font-weight:400}.lt-va-price-column ul{list-style:none;padding:0;margin:0 0 30px;text-align:left}.lt-va-price-column li{padding:10px 0;color:#6b7280;border-bottom:1px solid #f3f4f6}.lt-va-price-btn{width:100%;padding:14px;background:#fff;color:#111827;border:2px solid #111827;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.lt-va-price-btn:hover{background:#111827;color:#fff}.lt-va-price-btn-featured{width:100%;padding:14px;background:#111827;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.lt-va-price-btn-featured:hover{background:#1f2937}.lt-vb{font-family:Inter,-apple-system,sans-serif;background:#fff}.lt-vb-hero{padding:100px 0;background:#fff}.lt-vb-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.lt-vb-hero-content h1{font-size:40px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#111827}.lt-vb-hero-content p{font-size:18px;color:#6b7280;line-height:1.6;margin-bottom:32px}.lt-vb-buttons{display:flex;gap:16px;margin-bottom:40px}.lt-vb-primary{padding:14px 28px;background:#111827;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.lt-vb-primary:hover{background:#1f2937}.lt-vb-secondary{padding:14px 28px;background:#fff;color:#111827;border:2px solid #e5e7eb;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.lt-vb-secondary:hover{background:#f9fafb;border-color:#111827}.lt-vb-trust{display:flex;align-items:center;gap:20px}.lt-vb-logo{height:25px;width:auto;opacity:.6;filter:grayscale(100%)}.lt-vb-rating{color:#6b7280;font-size:14px}.lt-vb-hero-image{position:relative}.lt-vb-hero-image img{width:100%;max-width:400px;height:auto}.lt-vb-stats{position:absolute;bottom:20px;right:-20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;display:flex;gap:30px;box-shadow:0 10px 30px #0000001a}.lt-vb-stat{text-align:center}.lt-vb-stat strong{display:block;font-size:24px;color:#111827;margin-bottom:4px}.lt-vb-stat span{font-size:12px;color:#6b7280}.lt-vb-features{padding:80px 0;background:#fafafa}.lt-vb-features h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vb-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}.lt-vb-feature{text-align:center}.lt-vb-icon{font-size:48px;margin-bottom:20px;display:block}.lt-vb-feature h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#111827}.lt-vb-feature p{color:#6b7280;line-height:1.5}.lt-vb-process{padding:80px 0;background:#fff}.lt-vb-process h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vb-steps{display:flex;justify-content:center;align-items:center;gap:20px;max-width:900px;margin:0 auto}.lt-vb-step{flex:1;text-align:center;padding:30px;background:#f9fafb;border-radius:8px}.lt-vb-step-num{width:50px;height:50px;background:#111827;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 20px}.lt-vb-step h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#111827}.lt-vb-step p{font-size:14px;color:#6b7280}.lt-vb-connector{width:40px;height:2px;background:#e5e7eb}.lt-vb-pricing{padding:80px 0;background:#fafafa}.lt-vb-pricing h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vb-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:900px;margin:0 auto}.lt-vb-plan{background:#fff;padding:40px 30px;border:1px solid #e5e7eb;border-radius:8px;text-align:center;position:relative}.lt-vb-plan.featured{border-color:#111827;border-width:2px;transform:scale(1.05)}.lt-vb-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}.lt-vb-plan h3{font-size:20px;font-weight:600;margin-bottom:16px;color:#111827}.lt-vb-price{font-size:40px;font-weight:700;margin-bottom:8px;color:#111827}.lt-vb-price span{font-size:16px;color:#6b7280;font-weight:400}.lt-vb-desc{color:#6b7280;font-size:14px;margin-bottom:24px}.lt-vb-plan ul{list-style:none;padding:0;margin:0 0 30px;text-align:left}.lt-vb-plan li{padding:8px 0;color:#6b7280;font-size:14px}.lt-vb-plan button{width:100%;padding:12px;background:#fff;color:#111827;border:2px solid #111827;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.lt-vb-plan button:hover,.lt-vb-plan.featured button{background:#111827;color:#fff}.lt-vc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lt-vc-hero{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#fff)}.lt-vc-container{max-width:1200px;margin:0 auto;padding:0 20px}.lt-vc-hero-header{display:flex;justify-content:center;gap:30px;margin-bottom:40px}.lt-vc-logo{height:35px;width:auto;opacity:.7;filter:grayscale(100%)}.lt-vc-hero-content{text-align:center;max-width:900px;margin:0 auto 60px}.lt-vc-hero-content h1{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:24px;color:#111827}.lt-vc-highlight{color:#3b82f6}.lt-vc-hero-content p{font-size:20px;color:#6b7280;line-height:1.6;margin-bottom:40px}.lt-vc-ctas{display:flex;justify-content:center;gap:20px}.lt-vc-btn-primary{padding:16px 32px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vc-btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.lt-vc-btn-secondary{padding:16px 32px;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vc-btn-secondary:hover{background:#eff6ff}.lt-vc-metrics{display:flex;justify-content:center;gap:60px}.lt-vc-metric{text-align:center}.lt-vc-number{display:block;font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:4px}.lt-vc-label{font-size:14px;color:#6b7280}.lt-vc-benefits{padding:80px 0;background:#fff}.lt-vc-benefits h2{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vc-benefits-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.lt-vc-benefit-card{background:#f9fafb;border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s}.lt-vc-benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.lt-vc-benefit-icon{font-size:48px;margin-bottom:20px}.lt-vc-benefit-card h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#111827}.lt-vc-benefit-card p{color:#6b7280;line-height:1.6}.lt-vc-how{padding:80px 0;background:#f9fafb}.lt-vc-how h2{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vc-process{display:flex;justify-content:center;align-items:center;gap:20px;max-width:1000px;margin:0 auto}.lt-vc-process-step{flex:1;background:#fff;border-radius:12px;padding:30px;text-align:center}.lt-vc-step-badge{display:inline-block;background:#3b82f6;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px}.lt-vc-process-step h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#111827}.lt-vc-process-step p{color:#6b7280;font-size:14px}.lt-vc-process-arrow{font-size:24px;color:#cbd5e1}.lt-vc-pricing{padding:80px 0;background:#fff}.lt-vc-pricing h2{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vc-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.lt-vc-price-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:40px 30px;text-align:center;position:relative;transition:all .3s}.lt-vc-price-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.lt-vc-price-card.featured{border-color:#3b82f6;transform:scale(1.05)}.lt-vc-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:600}.lt-vc-price-card h3{font-size:24px;font-weight:700;margin-bottom:16px;color:#111827}.lt-vc-price{font-size:48px;font-weight:800;margin-bottom:8px;color:#111827}.lt-vc-price sup{font-size:24px;vertical-align:super}.lt-vc-price span{font-size:18px;color:#6b7280}.lt-vc-price-desc{color:#6b7280;font-size:14px;margin-bottom:24px}.lt-vc-price-card ul{list-style:none;padding:0;margin:0 0 30px;text-align:left}.lt-vc-price-card li{padding:10px 0;color:#6b7280;border-bottom:1px solid #f3f4f6}.lt-vc-price-card button{width:100%;padding:14px;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vc-price-card button:hover,.lt-vc-price-card button.featured{background:#3b82f6;color:#fff}.lt-vd{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lt-vd-hero{padding:100px 0;background:#fff}.lt-vd-container{max-width:1200px;margin:0 auto;padding:0 20px}.lt-vd-hero-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.lt-vd-badge{display:inline-block;padding:8px 16px;background:#fef3c7;border:1px solid #fbbf24;border-radius:20px;margin-bottom:30px}.lt-vd-badge span{color:#92400e;font-size:14px;font-weight:600}.lt-vd-title{font-size:44px;font-weight:800;line-height:1.2;margin-bottom:24px;color:#111827}.lt-vd-subtitle{font-size:18px;color:#6b7280;line-height:1.6;margin-bottom:40px}.lt-vd-buttons{display:flex;gap:16px;margin-bottom:40px}.lt-vd-btn-dark{padding:16px 32px;background:#111827;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vd-btn-dark:hover{background:#1f2937;transform:translateY(-2px)}.lt-vd-btn-light{padding:16px 32px;background:#fff;color:#111827;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vd-btn-light:hover{background:#f9fafb;border-color:#111827}.lt-vd-testimonial{padding:20px;background:#f9fafb;border-left:4px solid #3b82f6;border-radius:4px}.lt-vd-testimonial p{font-style:italic;color:#475569;margin-bottom:8px}.lt-vd-testimonial cite{font-size:14px;color:#64748b}.lt-vd-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:16px;padding:40px;box-shadow:0 20px 40px #0000001a}.lt-vd-card h3{font-size:24px;font-weight:700;margin-bottom:30px;color:#111827;text-align:center}.lt-vd-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}.lt-vd-stat{text-align:center}.lt-vd-value{display:block;font-size:28px;font-weight:700;color:#3b82f6;margin-bottom:4px}.lt-vd-label{font-size:12px;color:#6b7280}.lt-vd-logos{display:flex;justify-content:center;gap:20px;padding-top:20px;border-top:1px solid #e5e7eb}.lt-vd-logos img{height:25px;width:auto;opacity:.6;filter:grayscale(100%)}.lt-vd-features{padding:80px 0;background:#f9fafb}.lt-vd-features h2{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vd-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.lt-vd-feature{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:30px;border-radius:12px}.lt-vd-feature-icon{font-size:32px;flex-shrink:0}.lt-vd-feature-content h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#111827}.lt-vd-feature-content p{font-size:14px;color:#6b7280;line-height:1.5}.lt-vd-pricing{padding:80px 0;background:#fff}.lt-vd-pricing h2{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.lt-vd-pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.lt-vd-price{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:40px 30px;position:relative;transition:all .3s}.lt-vd-price:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.lt-vd-price.featured{border-color:#3b82f6;border-width:2px}.lt-vd-ribbon{position:absolute;top:-10px;right:20px;background:#3b82f6;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}.lt-vd-price-header{text-align:center;margin-bottom:30px}.lt-vd-price-header h3{font-size:24px;font-weight:700;margin-bottom:8px;color:#111827}.lt-vd-price-header p{font-size:14px;color:#6b7280}.lt-vd-price-amount{font-size:48px;font-weight:800;text-align:center;margin-bottom:30px;color:#111827}.lt-vd-price-amount span{font-size:18px;color:#6b7280;font-weight:400}.lt-vd-price ul{list-style:none;padding:0;margin:0 0 30px}.lt-vd-price li{padding:10px 0;color:#6b7280;border-bottom:1px solid #f3f4f6}.lt-vd-price button{width:100%;padding:14px;background:#fff;color:#111827;border:2px solid #111827;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.lt-vd-price button:hover{background:#111827;color:#fff}.lt-vd-price button.featured{background:#3b82f6;color:#fff;border-color:#3b82f6}.lt-vd-price button.featured:hover{background:#2563eb}.lt-ve{font-family:Helvetica Neue,-apple-system,sans-serif;background:#fff}.lt-ve-hero{padding:120px 0;background:#fff}.lt-ve-container{max-width:800px;margin:0 auto;padding:0 20px}.lt-ve-center{text-align:center}.lt-ve-center h1{font-size:64px;font-weight:300;letter-spacing:-2px;margin-bottom:16px;color:#111827}.lt-ve-tagline{font-size:24px;font-weight:400;color:#6b7280;margin-bottom:24px}.lt-ve-description{font-size:18px;color:#6b7280;line-height:1.6;margin-bottom:40px}.lt-ve-actions{display:flex;justify-content:center;gap:20px;margin-bottom:60px}.lt-ve-btn-main{padding:16px 40px;background:#111827;color:#fff;border:none;border-radius:0;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s}.lt-ve-btn-main:hover{background:#000}.lt-ve-btn-alt{padding:16px 40px;background:#fff;color:#111827;border:1px solid #111827;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s}.lt-ve-btn-alt:hover{background:#111827;color:#fff}.lt-ve-proof{border-top:1px solid #e5e7eb;padding-top:30px}.lt-ve-logos{display:flex;justify-content:center;gap:30px;margin-bottom:16px}.lt-ve-logos img{height:20px;width:auto;opacity:.5;filter:grayscale(100%)}.lt-ve-proof p{color:#9ca3af;font-size:14px}.lt-ve-stats{padding:60px 0;background:#fafafa;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.lt-ve-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.lt-ve-stat{text-align:center}.lt-ve-stat h3{font-size:36px;font-weight:300;margin-bottom:8px;color:#111827}.lt-ve-stat p{font-size:14px;color:#6b7280}.lt-ve-features{padding:80px 0;background:#fff}.lt-ve-features h2{font-size:32px;font-weight:300;text-align:center;margin-bottom:60px;color:#111827}.lt-ve-features-list{max-width:600px;margin:0 auto}.lt-ve-feature{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #e5e7eb}.lt-ve-feature:last-child{border-bottom:none}.lt-ve-feature strong{display:block;font-size:20px;font-weight:500;margin-bottom:8px;color:#111827}.lt-ve-feature p{color:#6b7280;line-height:1.5}.lt-ve-steps{padding:80px 0;background:#fafafa}.lt-ve-steps h2{font-size:32px;font-weight:300;text-align:center;margin-bottom:60px;color:#111827}.lt-ve-steps-list{max-width:600px;margin:0 auto}.lt-ve-step{display:flex;align-items:flex-start;gap:24px;margin-bottom:40px}.lt-ve-step span{width:32px;height:32px;background:#111827;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:500}.lt-ve-step strong{display:block;font-size:18px;font-weight:500;margin-bottom:4px;color:#111827}.lt-ve-step p{color:#6b7280;font-size:14px}.lt-ve-pricing{padding:80px 0;background:#fff}.lt-ve-pricing h2{font-size:32px;font-weight:300;text-align:center;margin-bottom:60px;color:#111827}.lt-ve-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.lt-ve-price{text-align:center;padding:40px 30px;background:#fff;border:1px solid #e5e7eb;position:relative}.lt-ve-price.featured{border-color:#111827;border-width:2px}.lt-ve-label{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#fff;padding:0 10px;font-size:12px;font-weight:600;color:#111827}.lt-ve-price h3{font-size:20px;font-weight:500;margin-bottom:16px;color:#111827}.lt-ve-amount{font-size:48px;font-weight:300;margin-bottom:16px;color:#111827}.lt-ve-price p{color:#6b7280;font-size:14px;margin-bottom:30px}.lt-ve-price button{padding:12px 30px;background:#fff;color:#111827;border:1px solid #111827;font-weight:500;cursor:pointer;transition:all .2s}.lt-ve-price button:hover,.lt-ve-price.featured button{background:#111827;color:#fff}.lt-v3-container{display:grid;grid-template-columns:minmax(400px,.8fr) 1.2fr;gap:50px;align-items:start;max-width:1600px;margin:0 auto}.lt-v3-list{display:flex;flex-direction:column;gap:12px}.lt-v3-item{display:flex;align-items:center;padding:18px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s}.lt-v3-item:hover{border-color:#93c5fd;background:#f0f7ff;transform:translate(5px)}.lt-v3-item.active{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(10px);box-shadow:0 4px 12px #3b82f626}.lt-v3-item-icon{width:40px;height:40px;margin-right:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f7ff;border-radius:10px;transition:all .3s}.lt-v3-item.active .lt-v3-item-icon{background:#3b82f6}.lt-v3-item-icon svg{width:24px;height:24px;color:#3b82f6}.lt-v3-item.active .lt-v3-item-icon svg{color:#fff}.lt-v3-item-content h3{font-size:16px;font-weight:600;margin-bottom:4px;color:#111827}.lt-v3-item-content p{font-size:13px;color:#6b7280;line-height:1.4}.lt-v3-preview{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;height:650px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.lt-v3-preview img{width:100%;height:100%;object-fit:contain;padding:30px}@media (max-width: 1024px){.lt-v3-container{grid-template-columns:1fr;gap:30px}.lt-v3-preview{height:400px}}.lt-common-sections{padding:80px 0;background:#fff}.lt-container{max-width:1200px;margin:0 auto;padding:0 20px}.lt-use-cases h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.lt-use-case{padding:30px;background:#f9fafb;border-radius:12px;text-align:center}.lt-use-case h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-use-case p{font-size:14px;color:#6b7280;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.lt-testimonials{margin-top:80px}.lt-testimonials h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:40px;color:#111827}.lt-testimonial-box{max-width:800px;margin:0 auto 40px;text-align:center}.lt-testimonial-box blockquote{font-size:24px;font-style:italic;color:#374151;margin-bottom:20px;line-height:1.6}.lt-testimonial-box cite{font-size:16px;color:#6b7280;font-style:normal}.lt-testimonial-dots{display:flex;justify-content:center;gap:12px;margin-bottom:40px}.lt-testimonial-dots button{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s}.lt-testimonial-dots button.active{background:#111827;transform:scale(1.3)}.lt-trust-badges{text-align:center;font-size:18px;color:#6b7280}.lt-faq{margin-top:80px}.lt-faq h2{font-size:36px;font-weight:700;text-align:center;margin-bottom:40px;color:#111827}.lt-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;max-width:900px;margin:0 auto}.lt-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s}.lt-faq-item:hover{border-color:#111827;box-shadow:0 4px 12px #0000000d}.lt-faq-item summary{font-weight:600;color:#111827;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.lt-faq-item summary:after{content:"+";font-size:20px;color:#6b7280}.lt-faq-item[open] summary:after{content:"−"}.lt-faq-item p{margin-top:16px;color:#6b7280;line-height:1.6}.lt-final-cta{margin-top:80px;padding:60px;background:linear-gradient(135deg,#111827,#1f2937);border-radius:20px;text-align:center}.lt-final-cta h2{font-size:40px;font-weight:800;color:#fff;margin-bottom:16px}.lt-final-cta p{font-size:18px;color:#d1d5db;margin-bottom:32px}.lt-final-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:20px}.lt-btn-demo{padding:16px 32px;background:#fff;color:#111827;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s}.lt-btn-demo:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.lt-btn-trial{padding:16px 32px;background:transparent;color:#fff;border:2px solid white;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s}.lt-btn-trial:hover{background:#ffffff1a}.lt-final-cta small{color:#9ca3af;font-size:14px}.pricing-v1{display:flex;justify-content:center;gap:30px;margin-top:40px}.pricing-v1-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px 30px;flex:0 1 360px;text-align:center;transition:all .3s}.pricing-v1-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.pricing-v1-card.featured{border:2px solid #3b82f6;position:relative}.pricing-v1-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:4px 20px;border-radius:50px;font-size:12px;font-weight:600}.pricing-v1-card h3{font-size:24px;font-weight:600;margin-bottom:10px;color:#111827}.pricing-v1-price{font-size:48px;font-weight:700;color:#111827;margin:20px 0}.pricing-v1-price span{font-size:18px;font-weight:400;color:#6b7280}.pricing-v1-features{list-style:none;padding:0;margin:30px 0}.pricing-v1-features li{padding:10px 0;color:#4b5563;display:flex;align-items:center;justify-content:center;gap:8px}.pricing-v1-features svg{width:16px;height:16px;color:#10b981}.pricing-v1-cta{width:100%;padding:14px 24px;border-radius:50px;font-weight:600;border:2px solid #3b82f6;background:#fff;color:#3b82f6;cursor:pointer;transition:all .3s}.pricing-v1-card.featured .pricing-v1-cta,.pricing-v1-cta:hover{background:#3b82f6;color:#fff}.pricing-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#e5e7eb;border-radius:20px;overflow:hidden;margin-top:40px}.pricing-v2-card{background:#fff;padding:50px 40px;text-align:center}.pricing-v2-card h3{font-size:18px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#6b7280;margin-bottom:30px}.pricing-v2-price{font-size:64px;font-weight:200;color:#111827;line-height:1;margin-bottom:10px}.pricing-v2-period{font-size:14px;color:#9ca3af;margin-bottom:40px}.pricing-v2-features{list-style:none;padding:0;margin:40px 0;min-height:200px}.pricing-v2-features li{padding:8px 0;color:#4b5563;font-size:14px}.pricing-v2-cta{padding:12px 40px;background:transparent;border:1px solid #111827;color:#111827;cursor:pointer;transition:all .3s;font-weight:500;letter-spacing:1px}.pricing-v2-cta:hover{background:#111827;color:#fff}.pricing-v3{background:#fff;border-radius:20px;overflow:hidden;margin-top:40px;box-shadow:0 10px 40px #0000000d}.pricing-v3-header{display:grid;grid-template-columns:1.5fr repeat(3,1fr);background:#f9fafb;border-bottom:2px solid #e5e7eb}.pricing-v3-feature-label{padding:20px;font-weight:600;color:#111827}.pricing-v3-plan{padding:30px 20px;text-align:center;border-left:1px solid #e5e7eb}.pricing-v3-plan h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:10px}.pricing-v3-plan-price{font-size:36px;font-weight:700;color:#3b82f6}.pricing-v3-plan-price span{font-size:14px;font-weight:400;color:#6b7280}.pricing-v3-features{display:grid;grid-template-columns:1.5fr repeat(3,1fr)}.pricing-v3-row{display:contents}.pricing-v3-row:nth-child(2n) .pricing-v3-feature-name,.pricing-v3-row:nth-child(2n) .pricing-v3-check{background:#f9fafb}.pricing-v3-feature-name{padding:15px 20px;font-size:14px;color:#4b5563;border-bottom:1px solid #e5e7eb}.pricing-v3-check{padding:15px;text-align:center;border-left:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;color:#10b981}.pricing-v3-check.no{color:#9ca3af}.pricing-v3-footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);padding:30px 0}.pricing-v3-cta-wrapper{padding:0 20px;text-align:center;border-left:1px solid #e5e7eb}.pricing-v3-cta{padding:12px 30px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s;border:2px solid #e5e7eb;background:#fff;color:#111827}.pricing-v3-cta.primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.pricing-v3-cta:hover{transform:translateY(-2px)}.pricing-v4{display:flex;align-items:center;justify-content:center;gap:0;margin-top:40px}.pricing-v4-card{background:#fff;padding:40px;text-align:center;border:1px solid #e5e7eb;transition:all .3s}.pricing-v4-card:first-child{border-radius:20px 0 0 20px}.pricing-v4-card:last-child{border-radius:0 20px 20px 0}.pricing-v4-card.featured{transform:scale(1.1);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:20px;z-index:1;box-shadow:0 20px 60px #3b82f64d;padding:60px 40px}.pricing-v4-card h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#111827}.pricing-v4-card.featured h3{color:#fff}.pricing-v4-price{font-size:56px;font-weight:700;margin:20px 0;color:#111827}.pricing-v4-card.featured .pricing-v4-price{color:#fff}.pricing-v4-price sup{font-size:24px}.pricing-v4-price span{font-size:16px;font-weight:400;color:#6b7280}.pricing-v4-card.featured .pricing-v4-price span{color:#fffc}.pricing-v4-features{list-style:none;padding:0;margin:30px 0;min-height:200px}.pricing-v4-features li{padding:8px 0;color:#4b5563;font-size:14px}.pricing-v4-card.featured .pricing-v4-features li{color:#ffffffe6}.pricing-v4-cta{width:100%;padding:14px 30px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s;background:#fff;color:#111827;border:2px solid #111827}.pricing-v4-card.featured .pricing-v4-cta{background:#fff;color:#3b82f6;border-color:#fff}.pricing-v4-cta:hover{transform:translateY(-2px)}.pricing-v5{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:60px;margin-top:40px}.pricing-v5-header{text-align:center;margin-bottom:50px}.pricing-v5-header h2{font-size:32px;font-weight:700;color:#111827;margin-bottom:10px}.pricing-v5-header p{color:#6b7280;font-size:16px}.pricing-v5-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.pricing-v5-card{text-align:left}.pricing-v5-card h3{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin-bottom:15px}.pricing-v5-price{font-size:40px;font-weight:700;color:#111827;margin-bottom:5px}.pricing-v5-period{font-size:14px;color:#9ca3af;margin-bottom:30px}.pricing-v5-features{list-style:none;padding:0;margin-bottom:30px}.pricing-v5-features li{padding:6px 0;font-size:14px;color:#4b5563;display:flex;align-items:center;gap:8px}.pricing-v5-features svg{width:14px;height:14px;color:#10b981;flex-shrink:0}.pricing-v5-cta{width:100%;padding:10px 20px;background:#fff;border:1px solid #e5e7eb;color:#111827;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.pricing-v5-cta:hover,.pricing-v5-cta.primary{background:#111827;color:#fff}@media (max-width: 768px){.version-buttons{flex-direction:column}.lt-va-hero-grid,.lt-vb-container,.lt-vd-hero-split{grid-template-columns:1fr;text-align:center}.lt-va-cta-group,.lt-vb-buttons,.lt-vc-ctas,.lt-vd-buttons,.lt-ve-actions{flex-direction:column;align-items:center}.lt-vb-stats{position:static;margin-top:20px}.lt-va-timeline{padding-left:0}.lt-va-timeline-item{padding-left:60px}.lt-vb-steps,.lt-vc-process{flex-direction:column}.lt-vb-connector{width:2px;height:40px;margin:0 auto}.lt-vc-process-arrow{transform:rotate(90deg)}.lt-va-pricing-table,.lt-vb-plans,.lt-vc-pricing-grid,.lt-vd-pricing-cards,.lt-ve-prices{grid-template-columns:1fr}.lt-va-price-column{border-right:none;border-bottom:1px solid #e5e7eb}.lt-va-price-column:last-child{border-bottom:none}.lt-vb-plan.featured,.lt-vc-price-card.featured{transform:scale(1)}.lt-vc-metrics{flex-wrap:wrap;gap:30px}.lt-vd-stats{grid-template-columns:1fr 1fr}.lt-vd-features-grid{grid-template-columns:1fr}.lt-ve-stats-grid{grid-template-columns:2fr 2fr}.lt-faq-grid{grid-template-columns:1fr}.lt-final-buttons{flex-direction:column}}.seo-version-selector{background:#f9fafb;padding:20px;border-top:1px solid #e5e7eb;margin-top:40px}.seo-version-selector .version-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.lt-seo-content:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%}.lt-seo-content h2{font-size:42px;margin-bottom:20px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;position:relative;z-index:1}.lt-seo-content>p{text-align:center;color:#6b7280;font-size:18px;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.lt-seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.lt-seo-block{background:#fff;padding:40px;border-radius:24px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .3s ease;position:relative;overflow:hidden}.lt-seo-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#3b82f6,#60a5fa);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.lt-seo-block:hover:before{transform:scaleX(1)}.lt-seo-block:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3b82f633;border-color:#3b82f6}.lt-seo-block h3{font-size:24px;margin-bottom:20px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;display:flex;align-items:center;gap:15px}.lt-seo-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.lt-seo-icon svg{width:24px;height:24px;color:#fff}.lt-seo-block:nth-child(1) .lt-seo-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.lt-seo-block:nth-child(2) .lt-seo-icon{background:linear-gradient(135deg,#10b981,#059669)}.lt-seo-block:nth-child(3) .lt-seo-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.lt-seo-block:nth-child(4) .lt-seo-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.lt-seo-block p{font-size:16px;line-height:1.8;color:#6b7280}.lt-keywords-section{background:#fff;padding:50px;border-radius:24px;box-shadow:0 10px 30px #00000014;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.lt-keywords-section:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.05) 0%,transparent 70%);border-radius:50%}.lt-keywords-section h3{font-size:28px;margin-bottom:25px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;text-align:center;position:relative}.lt-keywords-section h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px}.lt-keywords-section p{font-size:16px;line-height:1.9;color:#4b5563;margin-bottom:20px;text-align:justify}.lt-keywords-section strong{color:#3b82f6;font-weight:600;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.lt-seo-grid{grid-template-columns:1fr}.lt-seo-content h2{font-size:32px}.lt-seo-block{padding:30px}.lt-keywords-section{padding:30px 20px}}.lt-seo-v1{margin:60px 0;padding:60px 20px;background:#fff}.lt-seo-v1 h2{font-size:32px;margin-bottom:40px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v1 .lt-seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto}.lt-seo-v1 .lt-seo-block{padding:30px;background:#f9fafb;border-left:4px solid #3b82f6;transition:all .2s}.lt-seo-v1 .lt-seo-block:hover{background:#f3f4f6;transform:translate(5px)}.lt-seo-v1 .lt-seo-block h3{font-size:18px;margin-bottom:12px;color:#1f2937;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v1 .lt-seo-block p{font-size:14px;line-height:1.6;color:#6b7280}.lt-seo-v2{margin:80px 0;padding:60px 20px;background:#f8fafc}.lt-seo-v2 h2{font-size:36px;margin-bottom:16px;text-align:center;color:#0f172a;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.lt-seo-v2>p{text-align:center;color:#64748b;font-size:16px;margin-bottom:48px}.lt-seo-v2 .lt-seo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto}.lt-seo-v2 .lt-seo-block{background:#fff;padding:32px;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:all .3s}.lt-seo-v2 .lt-seo-block:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.lt-seo-v2 .lt-seo-block h3{font-size:20px;margin-bottom:16px;color:#0f172a;font-family:Plus Jakarta Sans,sans-serif;display:flex;align-items:center;gap:12px}.lt-seo-v2 .lt-seo-icon{width:40px;height:40px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lt-seo-v2 .lt-seo-icon svg{width:20px;height:20px;color:#3b82f6}.lt-seo-v2 .lt-seo-block p{font-size:14px;line-height:1.7;color:#64748b}.lt-seo-v3{margin:80px 0;padding:60px 20px;background:#fff}.lt-seo-v3 h2{font-size:34px;margin-bottom:48px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-seo-v3 .lt-seo-grid{display:flex;flex-direction:column;max-width:800px;margin:0 auto;position:relative}.lt-seo-v3 .lt-seo-grid:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:#e5e7eb}.lt-seo-v3 .lt-seo-block{display:flex;gap:24px;margin-bottom:40px;position:relative}.lt-seo-v3 .lt-seo-number{width:60px;height:60px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0;position:relative;z-index:1}.lt-seo-v3 .lt-seo-content{flex:1;padding:20px;background:#f9fafb;border-radius:8px}.lt-seo-v3 .lt-seo-block h3{font-size:20px;margin-bottom:12px;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.lt-seo-v3 .lt-seo-block p{font-size:14px;line-height:1.6;color:#6b7280}.lt-seo-v4{margin:60px 0;padding:60px 20px;background:#fff}.lt-seo-v4 h2{font-size:32px;margin-bottom:48px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4 .lt-seo-grid{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.lt-seo-v4 .lt-seo-block{display:flex;align-items:flex-start;gap:20px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.lt-seo-v4 .lt-seo-block:hover{border-color:#3b82f6;background:#fafbff}.lt-seo-v4 .lt-seo-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lt-seo-v4 .lt-seo-icon svg{width:24px;height:24px;color:#fff}.lt-seo-v4 .lt-seo-content{flex:1}.lt-seo-v4 .lt-seo-block h3{font-size:18px;margin-bottom:8px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4 .lt-seo-block p{font-size:14px;line-height:1.6;color:#6b7280}.lt-seo-v5{margin:80px 0;padding:60px 20px;background:#fafafa}.lt-seo-v5 h2{font-size:36px;margin-bottom:48px;text-align:center;color:#000;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.lt-seo-v5 .lt-seo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px);gap:20px;max-width:1200px;margin:0 auto}.lt-seo-v5 .lt-seo-block{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;transition:all .3s;position:relative;overflow:hidden}.lt-seo-v5 .lt-seo-block:nth-child(1){grid-column:span 2;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.lt-seo-v5 .lt-seo-block:nth-child(2){grid-column:span 2;background:#f0f9ff}.lt-seo-v5 .lt-seo-block:nth-child(3){grid-column:span 2;background:#fef3c7}.lt-seo-v5 .lt-seo-block:nth-child(4){grid-column:span 2;background:#f0fdf4}.lt-seo-v5 .lt-seo-block:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f}.lt-seo-v5 .lt-seo-block h3{font-size:20px;margin-bottom:12px;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v5 .lt-seo-block:nth-child(1) h3{color:#fff}.lt-seo-v5 .lt-seo-block:nth-child(2) h3{color:#1e40af}.lt-seo-v5 .lt-seo-block:nth-child(3) h3{color:#92400e}.lt-seo-v5 .lt-seo-block:nth-child(4) h3{color:#14532d}.lt-seo-v5 .lt-seo-block p{font-size:14px;line-height:1.6}.lt-seo-v5 .lt-seo-block:nth-child(1) p{color:#ffffffe6}.lt-seo-v5 .lt-seo-block:nth-child(2) p{color:#475569}.lt-seo-v5 .lt-seo-block:nth-child(3) p{color:#78350f}.lt-seo-v5 .lt-seo-block:nth-child(4) p{color:#166534}.lt-keywords-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000000f;max-width:1000px;margin:40px auto 0}.lt-keywords-section h3{font-size:24px;margin-bottom:20px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;text-align:center}.lt-keywords-section p{font-size:15px;line-height:1.8;color:#4b5563;margin-bottom:16px}.lt-keywords-section strong{color:#3b82f6;font-weight:600}.lt-seo-v3 .lt-seo-block:nth-child(1) .lt-seo-number:after{content:"1"}.lt-seo-v3 .lt-seo-block:nth-child(2) .lt-seo-number:after{content:"2"}.lt-seo-v3 .lt-seo-block:nth-child(3) .lt-seo-number:after{content:"3"}.lt-seo-v3 .lt-seo-block:nth-child(4) .lt-seo-number:after{content:"4"}@media (max-width: 768px){.lt-seo-v1 .lt-seo-grid,.lt-seo-v2 .lt-seo-grid{grid-template-columns:1fr}.lt-seo-v5 .lt-seo-grid{grid-template-columns:1fr;grid-template-rows:auto}.lt-seo-v5 .lt-seo-block{grid-column:span 1!important}}.lt-seo-v4-1{margin:60px 0;padding:60px 20px;background:#fff}.lt-seo-v4-1 h2{font-size:36px;margin-bottom:48px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4-1 .lt-seo-grid{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.lt-seo-v4-1 .lt-seo-block{display:flex;align-items:flex-start;gap:20px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.lt-seo-v4-1 .lt-seo-block:hover{border-color:#3b82f6;background:#fafbff;transform:translate(8px);box-shadow:0 4px 12px #3b82f61a}.lt-seo-v4-1 .lt-seo-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lt-seo-v4-1 .lt-seo-icon svg{width:24px;height:24px;color:#fff}.lt-seo-v4-1 .lt-seo-content{flex:1}.lt-seo-v4-1 .lt-seo-block h3{font-size:20px;margin-bottom:10px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4-1 .lt-seo-block p{font-size:15px;line-height:1.7;color:#6b7280}.lt-seo-v4-2{margin:80px 0;padding:60px 20px;background:#f9fafb}.lt-seo-v4-2 h2{font-size:40px;margin-bottom:16px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.lt-seo-v4-2>p{text-align:center;color:#6b7280;font-size:18px;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.lt-seo-v4-2 .lt-seo-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:800px;margin:0 auto}.lt-seo-v4-2 .lt-seo-block{display:flex;align-items:stretch;gap:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.lt-seo-v4-2 .lt-seo-block:hover{box-shadow:0 8px 24px #0000001f;transform:scale(1.02)}.lt-seo-v4-2 .lt-seo-number{width:80px;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;flex-shrink:0}.lt-seo-v4-2 .lt-seo-content{padding:24px 30px;flex:1}.lt-seo-v4-2 .lt-seo-block h3{font-size:20px;margin-bottom:12px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4-2 .lt-seo-block p{font-size:14px;line-height:1.7;color:#6b7280}.lt-seo-v4-3{margin:60px 0;padding:60px 20px;background:#fff}.lt-seo-v4-3 h2{font-size:38px;margin-bottom:60px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;position:relative}.lt-seo-v4-3 h2:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#3b82f6;border-radius:2px}.lt-seo-v4-3 .lt-seo-grid{display:flex;flex-direction:column;gap:40px;max-width:1000px;margin:0 auto}.lt-seo-v4-3 .lt-seo-block{display:flex;align-items:center;gap:40px}.lt-seo-v4-3 .lt-seo-block:nth-child(2n){flex-direction:row-reverse}.lt-seo-v4-3 .lt-seo-block:nth-child(2n) .lt-seo-content{text-align:left}.lt-seo-v4-3 .lt-seo-icon-wrapper{width:120px;height:120px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.lt-seo-v4-3 .lt-seo-icon{width:60px;height:60px;background:#3b82f6;border-radius:12px;display:flex;align-items:center;justify-content:center}.lt-seo-v4-3 .lt-seo-icon svg{width:30px;height:30px;color:#fff}.lt-seo-v4-3 .lt-seo-content{flex:1;text-align:left}.lt-seo-v4-3 .lt-seo-block h3{font-size:24px;margin-bottom:16px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;text-align:left}.lt-seo-v4-3 .lt-seo-block p{font-size:16px;line-height:1.8;color:#6b7280;text-align:left}.lt-seo-v4-4{margin:80px 0;padding:60px 20px;background:linear-gradient(to bottom,#fff,#f9fafb)}.lt-seo-v4-4 h2{font-size:36px;margin-bottom:48px;text-align:center;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.lt-seo-v4-4 .lt-seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}.lt-seo-v4-4 .lt-seo-block{display:flex;align-items:flex-start;gap:16px;padding:28px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;transition:all .3s ease;border:2px solid transparent}.lt-seo-v4-4 .lt-seo-block:hover{border-color:#3b82f6;box-shadow:0 10px 25px #3b82f61f;transform:translateY(-4px)}.lt-seo-v4-4 .lt-seo-icon{width:44px;height:44px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lt-seo-v4-4 .lt-seo-icon svg{width:22px;height:22px;color:#3b82f6}.lt-seo-v4-4 .lt-seo-content{flex:1}.lt-seo-v4-4 .lt-seo-block h3{font-size:18px;margin-bottom:10px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4-4 .lt-seo-block p{font-size:14px;line-height:1.6;color:#6b7280}.lt-seo-v4-5{margin:80px 0;padding:80px 20px;background:#fff}.lt-seo-v4-5 h2{font-size:42px;margin-bottom:60px;text-align:center;color:#000;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;letter-spacing:-.02em}.lt-seo-v4-5 .lt-seo-grid{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}.lt-seo-v4-5 .lt-seo-block{display:flex;align-items:flex-start;gap:24px;padding:32px 0;border-bottom:1px solid #f3f4f6;transition:all .3s ease}.lt-seo-v4-5 .lt-seo-block:last-child{border-bottom:none}.lt-seo-v4-5 .lt-seo-block:hover{padding-left:20px}.lt-seo-v4-5 .lt-seo-block:hover .lt-seo-icon{transform:scale(1.1);box-shadow:0 8px 20px #3b82f64d}.lt-seo-v4-5 .lt-seo-icon{width:56px;height:56px;background:#fff;border:2px solid #3b82f6;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.lt-seo-v4-5 .lt-seo-icon svg{width:26px;height:26px;color:#3b82f6}.lt-seo-v4-5 .lt-seo-content{flex:1}.lt-seo-v4-5 .lt-seo-block h3{font-size:22px;margin-bottom:12px;color:#000;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.lt-seo-v4-5 .lt-seo-block p{font-size:15px;line-height:1.8;color:#6b7280}@media (max-width: 768px){.lt-seo-v4-4 .lt-seo-grid{grid-template-columns:1fr}.lt-seo-v4-3 .lt-seo-block,.lt-seo-v4-3 .lt-seo-block:nth-child(2n){flex-direction:column;text-align:center}.lt-seo-v4-3 .lt-seo-content{text-align:left}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:#fff;border-radius:24px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(.9) translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #00000040}.modal-overlay.active .modal-content{transform:scale(1) translateY(0)}.modal-header{background:linear-gradient(145deg,#ffffff40,#ffffff1a,#93c5fd33);backdrop-filter:blur(80px) saturate(180%);-webkit-backdrop-filter:blur(80px) saturate(180%);border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0000001a;padding:40px 40px 48px;border-radius:24px 24px 0 0;position:relative;overflow:hidden;text-align:center}.modal-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(147,51,234,.2) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.2) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(34,211,238,.15) 0%,transparent 50%);mix-blend-mode:screen}.modal-header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#ffffff0d,#fff0);pointer-events:none}.modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#0f172a1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#334155;font-size:24px;line-height:1;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:1}.modal-close:hover{background:#0f172a33;border-color:#fff3}.modal-header h3{color:#1e293b;font-weight:800;font-size:34px;margin:0;font-family:Plus Jakarta Sans,sans-serif;position:relative;z-index:1;letter-spacing:-.03em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-subtitle{color:#475569;font-size:18px;margin-top:10px;font-family:Plus Jakarta Sans,sans-serif;position:relative;z-index:1;font-weight:500;max-width:400px;margin-left:auto;margin-right:auto;opacity:.85;line-height:1.4;letter-spacing:.01em}.modal-body{padding:40px}.modal-content form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.form-group{position:relative}.form-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px;font-family:Plus Jakarta Sans,sans-serif}.form-label.required:after{content:" *";color:#ef4444}.modal-content input,.modal-content select,.modal-content textarea{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif;outline:none}.modal-content input:hover,.modal-content select:hover,.modal-content textarea:hover{border-color:#d1d5db;background:#fff}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.modal-content input::placeholder,.modal-content textarea::placeholder{color:#9ca3af}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.select-wrapper:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6b7280;pointer-events:none}.modal-content textarea{resize:vertical;min-height:100px;line-height:1.5}.submit-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:14px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s;margin-top:12px;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .5s,height .5s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.submit-btn:hover:before{width:300px;height:300px}.submit-btn:active{transform:translateY(0)}.modal-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;padding-top:24px;border-top:2px solid #f3f4f6}.feature-badge{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;font-size:14px;color:#1e40af;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-align:center;border:1px solid #bfdbfe}.feature-badge svg{width:20px;height:20px;color:#3b82f6}@media (max-width: 640px){.modal-features{grid-template-columns:1fr}}.submit-btn.loading{pointer-events:none;opacity:.8}.submit-btn.loading:after{content:"";position:absolute;width:20px;height:20px;margin:auto;top:0;left:0;right:0;bottom:0;border:2px solid white;border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}@media (max-width: 640px){.modal-header{padding:24px 24px 32px}.modal-header h3{font-size:24px}.modal-body{padding:24px}.modal-content input,.modal-content select,.modal-content textarea{font-size:16px}}.ltf-container{max-width:1400px;margin:0 auto;padding:40px 20px}.ltf-version-selector{margin-bottom:60px;text-align:center}.ltf-version-selector h3{font-size:20px;margin-bottom:20px;color:#111827}.ltf-version-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.ltf-version-buttons button{padding:10px 20px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s;font-size:14px}.ltf-version-buttons button:hover{border-color:#3b82f6;background:#f0f7ff}.ltf-version-buttons button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.ltf-features-section{min-height:600px}.ltf-section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#111827}.ltf-v1-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.ltf-v1-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s}.ltf-v1-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.ltf-v1-image{height:200px;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.ltf-v1-image img{width:100%;height:100%;object-fit:contain}.ltf-v1-icon{width:60px;height:60px;margin:-30px auto 20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.ltf-v1-icon svg{width:32px;height:32px;color:#3b82f6}.ltf-v1-card h3{font-size:20px;font-weight:600;text-align:center;margin:0 20px 10px;color:#111827}.ltf-v1-card p{font-size:14px;color:#6b7280;text-align:center;padding:0 20px 30px;line-height:1.5}.ltf-v2-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:20px}.ltf-v2-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:20px;padding:30px;display:flex;justify-content:space-between;overflow:hidden;transition:all .3s;grid-column:span 2}.ltf-v2-card:hover{transform:scale(1.02);box-shadow:0 20px 40px #0000001f;border-color:#3b82f6}.ltf-v2-large{grid-column:span 2;grid-row:span 2}.ltf-v2-wide{grid-column:span 4}.ltf-v2-content{flex:1;display:flex;flex-direction:column;justify-content:center}.ltf-v2-icon{width:50px;height:50px;margin-bottom:15px}.ltf-v2-icon svg{width:100%;height:100%;color:#3b82f6}.ltf-v2-card h3{font-size:22px;font-weight:600;margin-bottom:10px;color:#111827}.ltf-v2-card p{font-size:14px;color:#6b7280;line-height:1.5}.ltf-v2-image{width:40%;margin-left:20px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000001a}.ltf-v2-image img{width:100%;height:100%;object-fit:cover}.ltf-v2-large .ltf-v2-image{width:50%;margin-top:20px}.ltf-v3-container{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:start}.ltf-v3-list{display:flex;flex-direction:column;gap:10px}.ltf-v3-item{display:flex;align-items:center;padding:20px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s}.ltf-v3-item:hover{border-color:#93c5fd;background:#f0f7ff}.ltf-v3-item.active{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(10px)}.ltf-v3-item-icon{width:40px;height:40px;margin-right:15px;flex-shrink:0}.ltf-v3-item-icon svg{width:100%;height:100%;color:#3b82f6}.ltf-v3-item-content h3{font-size:18px;font-weight:600;margin-bottom:5px;color:#111827}.ltf-v3-item-content p{font-size:13px;color:#6b7280;line-height:1.4}.ltf-v3-preview{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;height:500px}.ltf-v3-preview img{width:100%;height:100%;object-fit:contain;padding:20px}.ltf-v4{position:relative;padding:20px 0}.ltf-v4-carousel{position:relative;overflow:hidden;margin:0 60px}.ltf-v4-track{overflow:hidden}.ltf-v4-inner{display:flex;transition:transform .5s ease}.ltf-v4-slide{flex:0 0 33.333%;padding:0 15px}.ltf-v4-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000001a;height:450px}.ltf-v4-image{height:250px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:20px}.ltf-v4-image img{width:100%;height:100%;object-fit:contain}.ltf-v4-content{padding:30px;text-align:center}.ltf-v4-icon{width:50px;height:50px;margin:0 auto 15px}.ltf-v4-icon svg{width:100%;height:100%;color:#3b82f6}.ltf-v4-content h3{font-size:20px;font-weight:600;margin-bottom:10px;color:#111827}.ltf-v4-content p{font-size:14px;color:#6b7280;line-height:1.5}.ltf-v4-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:2px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;transition:all .3s;z-index:2}.ltf-v4-nav:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.ltf-v4-prev{left:0}.ltf-v4-next{right:0}.ltf-v4-dots{display:flex;justify-content:center;gap:8px;margin-top:30px}.ltf-v4-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s}.ltf-v4-dot.active{background:#3b82f6;transform:scale(1.3)}.ltf-v5{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 40px #00000014}.ltf-v5-tabs{display:flex;gap:10px;margin-bottom:40px;border-bottom:2px solid #e5e7eb;padding-bottom:0;overflow-x:auto}.ltf-v5-tab{display:flex;align-items:center;gap:10px;padding:15px 25px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .3s;white-space:nowrap;margin-bottom:-2px}.ltf-v5-tab:hover{background:#f0f7ff;border-radius:8px 8px 0 0}.ltf-v5-tab.active{background:linear-gradient(180deg,#eff6ff,#fff);border-bottom-color:#3b82f6;border-radius:8px 8px 0 0}.ltf-v5-tab-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ltf-v5-tab-icon svg{width:100%;height:100%;color:#6b7280}.ltf-v5-tab.active .ltf-v5-tab-icon svg{color:#3b82f6}.ltf-v5-tab-title{font-size:14px;font-weight:500;color:#6b7280}.ltf-v5-tab.active .ltf-v5-tab-title{color:#111827;font-weight:600}.ltf-v5-content{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center}.ltf-v5-image{background:#f9fafb;border-radius:16px;padding:30px;height:400px;display:flex;align-items:center;justify-content:center}.ltf-v5-image img{width:100%;height:100%;object-fit:contain}.ltf-v5-info h3{font-size:32px;font-weight:700;margin-bottom:20px;color:#111827}.ltf-v5-info p{font-size:18px;color:#6b7280;line-height:1.6}@media (max-width: 1024px){.ltf-v1-grid{grid-template-columns:repeat(2,1fr)}.ltf-v2-card{grid-column:span 2!important}.ltf-v3-container{grid-template-columns:1fr}.ltf-v4-slide{flex:0 0 50%}.ltf-v5-content{grid-template-columns:1fr}}@media (max-width: 640px){.ltf-v1-grid{grid-template-columns:1fr}.ltf-v4-slide{flex:0 0 100%}.ltf-v5-tabs{flex-direction:column}}.neo-demo{padding:40px 0;background:#f5f7fb}.neo-player{position:relative;max-width:540px;margin:0 auto;padding:18px;border-radius:36px;background:#ffffffa6;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);box-shadow:0 20px 60px #0f172a26,inset 2px 2px 6px #fff9,inset -2px -2px 6px #0000000f;border:1px solid rgba(0,0,0,.06)}.neo-player:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:38px;background:linear-gradient(135deg,#ff8a77,#7b7df8);z-index:-1;opacity:.8}.neo-player-top{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;padding:12px;border-radius:24px;background:#ffffffe6;box-shadow:inset 1px 1px 4px #0000000f,inset -1px -1px 4px #ffffffb3}.neo-cover{width:68px;height:68px;border-radius:16px;overflow:hidden}.neo-cover img{width:100%;height:100%;object-fit:cover}.neo-title .neo-sub{display:block;font-size:12px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.neo-title h3{margin:2px 0 0;font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.2px}.neo-player-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fffc;padding:18px;border-radius:24px;margin-top:12px;box-shadow:inset 1px 1px 6px #0000000f,inset -1px -1px 6px #ffffffb3}.neo-ctrl{height:48px;border-radius:18px;border:none;background:#ffffffe6;box-shadow:0 6px 14px #0f172a14,inset 1px 1px 4px #0000000f,inset -1px -1px 4px #ffffffb3;font-weight:800;color:#334155;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.neo-ctrl.primary{background:linear-gradient(135deg,#7b7df8,#8b5cf6);color:#fff}.neo-ctrl:active{transform:translateY(1px);box-shadow:inset 0 2px 6px #00000026}.neo-knob{position:absolute;right:22px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#93c5fd 60%,#6366f1);box-shadow:0 6px 14px #6366f159;border:2px solid rgba(255,255,255,.85)}.podcast-container{max-width:1200px;margin:0 auto;padding:0 24px}.gel-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);border-radius:24px}.neo-soft{box-shadow:0 20px 60px #0f172a26,inset 2px 2px 6px #fff9,inset -2px -2px 6px #0000000f}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-pill.online{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-pill.trending{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.status-pill.new{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.status-pill.completed{background:#8b5cf633;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.gradient-bg-jaydiwivedi{background:linear-gradient(135deg,#ff8a77,#ff6b9d,#9b59b6,#3498db,#7b7df8)}.profile-card-modern{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:24px;box-shadow:0 20px 60px #00000026,inset 1px 1px 4px #fffc,inset -1px -1px 4px #0000000d;border:1px solid rgba(255,255,255,.2)}.modern-status-section{padding:80px 0;background:#f8fafc}.status-dashboard-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:40px}.status-card{background:#ffffffe6;padding:24px;border-radius:20px;transition:all .3s ease}.status-card:hover{transform:translateY(-4px);box-shadow:0 25px 80px #00000026}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.time-indicator{font-size:12px;color:#64748b;background:#64748b1a;padding:4px 8px;border-radius:12px}.status-content h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.status-content p{font-size:14px;color:#64748b;margin-bottom:16px}.status-metrics{display:flex;gap:8px;flex-wrap:wrap}.metric-pill{display:flex;align-items:center;gap:4px;background:#3b82f61a;color:#3b82f6;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.progress-bar-modern{width:100%;height:6px;background:#8b5cf61a;border-radius:3px;overflow:hidden;margin-top:12px}.progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:3px;transition:width .3s ease}.growth-indicator{display:flex;align-items:center;gap:8px;margin-top:12px}.growth-number{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 8px;border-radius:8px;font-size:14px;font-weight:700}.growth-period{font-size:12px;color:#64748b}.host-profile-modern{padding:80px 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.host-card-jaydiwivedi{max-width:600px;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:32px;box-shadow:0 20px 60px #0000001f,inset 1px 1px 4px #fffc,inset -1px -1px 4px #0000000d;border:1px solid rgba(255,255,255,.3)}.host-status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05)}.time-info{font-size:14px;color:#64748b;font-weight:600}.host-main-info{display:flex;gap:20px;align-items:flex-start;margin-bottom:24px}.host-avatar-modern{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.host-placeholder.modern{width:100%;height:100%;background:linear-gradient(135deg,#ff8a77,#7b7df8);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff}.online-pulse{position:absolute;bottom:4px;right:4px;width:16px;height:16px;background:#10b981;border-radius:50%;border:3px solid white;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.host-details-modern h3{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:4px}.host-role-modern{font-size:16px;color:#6366f1;font-weight:600;margin-bottom:12px}.host-description-modern{font-size:14px;color:#64748b;line-height:1.6}.host-actions-modern{display:flex;gap:12px;margin-bottom:24px}.action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;font-size:14px}.action-btn.primary-modern{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 8px 25px #6366f14d}.action-btn.primary-modern:hover{transform:translateY(-2px);box-shadow:0 12px 35px #6366f166}.action-btn.secondary-modern{background:#64748b1a;color:#475569;border:1px solid rgba(100,116,139,.2)}.action-btn.secondary-modern:hover{background:#64748b26}.btn-icon{font-size:16px}.host-stats-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;padding:20px 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.host-stat{text-align:center}.stat-number-modern{display:block;font-size:24px;font-weight:800;color:#6366f1;margin-bottom:4px}.stat-label-modern{font-size:12px;color:#64748b;font-weight:500}.creativity-status{margin-top:20px}.creativity-indicator{padding:16px 24px;border-radius:24px;color:#fff;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 25px #ff8a774d}.creativity-icon{font-size:18px}.creativity-text{font-size:14px}@media (prefers-reduced-motion: no-preference){.gel-card{transition:transform .2s ease,box-shadow .2s ease}.gel-card:hover{transform:translateY(-2px)}}.podcast-hero{color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.podcast-hero.blue-theme-1{background:linear-gradient(135deg,#0f172a,#1e293b)}.podcast-hero.blue-theme-1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,51,234,.06) 0%,transparent 50%)}.podcast-hero.blue-theme-2{background:linear-gradient(135deg,#1e3a8a,#1e40af,#1d4ed8)}.podcast-hero.blue-theme-2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(96,165,250,.1) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(37,99,235,.08) 0%,transparent 60%)}.podcast-hero.blue-theme-3{background:linear-gradient(135deg,#0c4a6e,#0369a1,#0284c7)}.podcast-hero.blue-theme-3:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 75%,rgba(56,189,248,.1) 0%,transparent 55%),radial-gradient(circle at 75% 25%,rgba(14,165,233,.08) 0%,transparent 55%)}.audio-visualizer-bg{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;gap:1px;height:350px;width:100%;opacity:.25;z-index:1;padding:0 1%}.visualizer-bar{width:6px;min-height:8px;background:#3b82f6cc;border-radius:2px;animation:audio-waveform 6s ease-in-out infinite;transform-origin:center;position:relative;box-shadow:0 0 6px #3b82f64d}.visualizer-bar:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,rgba(147,197,253,.2) 50%,transparent 100%);border-radius:1px}@keyframes audio-waveform{0%{height:calc(var(--base-height, 30px) * .3);opacity:.4}8%{height:calc(var(--base-height, 30px) * 1.8);opacity:.9}15%{height:calc(var(--base-height, 30px) * .6);opacity:.5}23%{height:calc(var(--base-height, 30px) * 2.4);opacity:1}31%{height:calc(var(--base-height, 30px) * .4);opacity:.4}39%{height:calc(var(--base-height, 30px) * 1.6);opacity:.8}47%{height:calc(var(--base-height, 30px) * .8);opacity:.6}55%{height:calc(var(--base-height, 30px) * 2.1);opacity:.95}63%{height:calc(var(--base-height, 30px) * .5);opacity:.5}71%{height:calc(var(--base-height, 30px) * 1.4);opacity:.7}79%{height:calc(var(--base-height, 30px) * .7);opacity:.6}87%{height:calc(var(--base-height, 30px) * 1.9);opacity:.85}95%{height:calc(var(--base-height, 30px) * .4);opacity:.4}to{height:calc(var(--base-height, 30px) * .3);opacity:.4}}.podcast-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.podcast-badge{position:relative;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:9999px;margin-bottom:24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#f5e6b3;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);box-shadow:inset 0 0 0 1px #ffffff0f,0 8px 24px #00000026;overflow:hidden}.podcast-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(120deg,#ffffff40,#ffffff0d);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.podcast-badge:after{content:"";position:absolute;top:-40%;bottom:-40%;left:-30%;width:40%;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);filter:blur(6px);transform:translate(-120%);animation:pill-shine 3.6s ease-in-out infinite}@keyframes pill-shine{0%{transform:translate(-120%);opacity:0}20%{opacity:.9}50%{transform:translate(220%);opacity:0}to{transform:translate(220%);opacity:0}}.badge-icon{opacity:.9;font-size:14px}.segment{display:inline-flex;align-items:center;padding:6px 10px;border-radius:9999px;line-height:1}.segment.primary{background:#ffffff1f;border:1px solid rgba(255,255,255,.22)}.segment.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffe6}.podcast-badge span{font-size:16px}.podcast-title{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:24px;font-family:Plus Jakarta Sans,sans-serif}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.podcast-subtitle{font-size:18px;line-height:1.6;color:#fffc;margin-bottom:32px}.podcast-stats{display:flex;gap:32px;margin-bottom:40px}.stat{text-align:center}.stat strong{display:block;font-size:24px;font-weight:700;color:#3b82f6}.stat span{font-size:14px;color:#fff9}.podcast-platforms h3{font-size:16px;margin-bottom:16px;color:#fffc}.platforms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.platform-link{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.platform-link:hover{background:#ffffff1a;border-color:#fff3}.platform-link img{width:20px;height:20px}.podcast-hero-visual{display:flex;justify-content:center;align-items:center}.podcast-artwork{position:relative;width:300px;height:300px;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px #0000004d}.podcast-artwork img{width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.podcast-artwork:hover .play-overlay{opacity:1}.play-btn{width:80px;height:80px;border-radius:50%;background:#ffffffe6;border:none;color:#0f172a;cursor:pointer;transition:all .2s}.play-btn:hover{background:#fff;transform:scale(1.1)}.play-btn svg{width:32px;height:32px}.latest-episode{padding:80px 0;background:#f8fafc}.latest-episode h2{font-size:36px;font-weight:700;margin-bottom:40px;text-align:center;color:#0f172a}.episode-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d;position:relative;overflow:hidden}.episode-card.featured{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.episode-number{font-size:20px;font-weight:700;color:#3b82f6;background:#3b82f61a;border-radius:8px;padding:8px 12px;align-self:flex-start}.episode-content h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#0f172a}.episode-description{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:16px}.episode-meta{display:flex;gap:16px;font-size:14px;color:#64748b;margin-bottom:20px}.episode-meta span{padding:4px 8px;background:#f1f5f9;border-radius:6px}.episode-actions{display:flex;gap:12px}.play-episode-btn{display:flex;align-items:center;gap:8px;background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 20px;font-weight:600;cursor:pointer;transition:all .2s}.play-episode-btn:hover{background:#2563eb}.play-episode-btn svg{width:16px;height:16px}.download-btn{background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;padding:12px 20px;font-weight:500;cursor:pointer;transition:all .2s}.download-btn:hover{background:#f8fafc;color:#475569}.episode-thumbnail{width:120px;height:120px;border-radius:12px;overflow:hidden}.episode-thumbnail img{width:100%;height:100%;object-fit:cover}.episodes-list{padding:80px 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.section-header h2{font-size:36px;font-weight:700;color:#0f172a}.filter-tabs{display:flex;background:#f1f5f9;border-radius:8px;padding:4px}.tab{background:transparent;border:none;padding:8px 16px;border-radius:6px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.tab.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.episodes-grid{display:grid;gap:16px}.episodes-grid .episode-card{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:20px}.episodes-grid .episode-content h4{font-size:18px;font-weight:600;margin-bottom:8px;color:#0f172a}.episodes-grid .episode-description{font-size:14px;color:#64748b;margin-bottom:8px}.episodes-grid .episode-meta{margin-bottom:0}.play-mini-btn{width:40px;height:40px;border-radius:50%;background:#3b82f6;border:none;color:#fff;cursor:pointer;transition:all .2s}.play-mini-btn:hover{background:#2563eb;transform:scale(1.1)}.play-mini-btn svg{width:16px;height:16px}.podcast-newsletter{padding:80px 0;background:linear-gradient(135deg,#0f172a,#1e293b)}.newsletter-card{background:#ffffff0f;-webkit-backdrop-filter:blur(14px) saturate(120%);backdrop-filter:blur(14px) saturate(120%);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:40px;text-align:center;color:#fff}.newsletter-card h3{font-size:28px;font-weight:700;margin-bottom:12px}.newsletter-card p{font-size:16px;color:#fffc;margin-bottom:32px}.newsletter-form{display:flex;gap:12px;max-width:400px;margin:0 auto 16px}.newsletter-form input{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:14px}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;transition:all .2s}.newsletter-form button:hover{background:#2563eb}.newsletter-card small{font-size:12px;color:#fff9}.podcast-hero-v2{background:linear-gradient(135deg,#1e293b,#334155);padding:60px 0}.hero-content-centered{text-align:center;color:#fff}.podcast-title-v2{font-size:48px;font-weight:800;margin-bottom:16px}.hero-subtitle{font-size:20px;margin-bottom:32px;opacity:.9}.host-badge{display:inline-flex;align-items:center;gap:12px;background:#ffffff1a;padding:12px 20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.host-avatar{width:40px;height:40px;border-radius:50%}.video-grid-section{padding:80px 0;background:#f8fafc}.video-grid{display:grid;gap:40px}.video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.video-embed{position:relative;width:100%;height:315px}.video-embed iframe{width:100%;height:100%}.video-info{padding:24px}.video-info h3{font-size:20px;font-weight:600;margin-bottom:8px}.episode-badge{display:inline-block;background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;margin-top:12px}.simple-cta{padding:60px 0;background:#0f172a;color:#fff;text-align:center}.youtube-subscribe-btn{display:inline-block;background:red;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:16px}.minimal-hero{padding:80px 0;background:#fafafa;text-align:center}.minimal-content{max-width:600px;margin:0 auto}.podcast-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.logo-circle{width:80px;height:80px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:16px}.minimal-hero h1{font-size:40px;font-weight:800;color:#0f172a;margin:0}.tagline{font-size:18px;color:#64748b;line-height:1.6;margin-bottom:24px}.stats-minimal{display:flex;align-items:center;justify-content:center;gap:16px;font-size:14px;color:#94a3b8}.episodes-minimal{padding:80px 0}.episodes-list-minimal{display:flex;flex-direction:column;gap:24px}.episode-minimal{display:flex;align-items:center;justify-content:space-between;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.episode-header{display:flex;align-items:center;gap:20px}.episode-num{font-size:24px;font-weight:700;color:#3b82f6;min-width:40px}.episode-title-group h3{font-size:18px;font-weight:600;margin-bottom:4px;color:#0f172a}.episode-title-group p{font-size:14px;color:#64748b;margin:0}.watch-link{color:#3b82f6;text-decoration:none;font-weight:500;padding:8px 16px;border:1px solid #3b82f6;border-radius:6px;transition:all .2s}.watch-link:hover{background:#3b82f6;color:#fff}.about-host-minimal{padding:80px 0;background:#f8fafc}.host-info-minimal{max-width:600px;margin:0 auto;text-align:center}.minimal-link{color:#3b82f6;text-decoration:none;font-weight:500}.timeline-hero{background:linear-gradient(135deg,#0f172a,#1e293b);padding:80px 0;color:#fff}.timeline-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.podcast-branding .legal-text{color:#3b82f6}.podcast-branding .ai-text{color:#8b5cf6}.podcast-branding h1{font-size:56px;font-weight:800;margin-bottom:8px}.host-card{display:flex;gap:16px;background:#ffffff1a;padding:20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.host-card img{width:60px;height:60px;border-radius:50%}.timeline-episodes{padding:80px 0}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:#e2e8f0}.timeline-item{position:relative;margin-bottom:60px}.timeline-marker{position:absolute;left:15px;width:32px;height:32px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;z-index:1}.timeline-content{margin-left:80px}.episode-card-timeline{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 6px #0000000d}.episode-badge.newest{background:#10b981}.episode-badge.pilot{background:#8b5cf6}.play-btn-timeline{background:#3b82f6;color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:500;margin-right:16px}.season-recap{padding:80px 0;background:#f8fafc}.recap-card{background:#fff;padding:40px;border-radius:16px;text-align:center;max-width:600px;margin:0 auto}.recap-stats{display:flex;justify-content:center;gap:40px;margin:32px 0}.host-section{display:flex;align-items:center;gap:20px;margin-bottom:32px}.host-avatar-large{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.host-avatar-large img{width:100%;height:100%;object-fit:cover}.host-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff}.host-details h3{font-size:24px;font-weight:700;margin-bottom:4px;color:#fff}.host-title{font-size:16px;color:#fffc;margin-bottom:8px}.host-bio{font-size:14px;color:#ffffffb3;line-height:1.5}.action-buttons{display:flex;gap:16px;flex-wrap:wrap}.primary-btn{display:flex;align-items:center;gap:8px;background:red;color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.primary-btn svg{width:20px;height:20px}.primary-btn:hover{background:#c00;transform:translateY(-2px)}.secondary-btn{display:flex;align-items:center;gap:8px;background:#ffffff1a;color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:1px solid rgba(255,255,255,.2)}.secondary-btn:hover{background:#fff3}.share-btn{background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;padding:12px 20px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.share-btn:hover{background:#f8fafc;color:#475569}.share-btn svg{width:16px;height:16px}.podcast-features{padding:80px 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:40px}.feature-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#0f172a}.feature-card p{color:#64748b;line-height:1.6}.season-stats{padding:80px 0}.stats-card{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.stats-header{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.season-badge{background:#10b981;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:32px}.stat-item{text-align:center}.stat-number{font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:8px}.stat-label{font-size:14px;color:#64748b;font-weight:500}.stats-description{max-width:600px;margin:0 auto}.stats-description p{color:#64748b;line-height:1.6}.mobile-hero{background:linear-gradient(135deg,#1e293b,#334155);padding:60px 0;color:#fff}.mobile-header{text-align:center;max-width:400px;margin:0 auto}.podcast-avatar .avatar-circle{width:80px;height:80px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.mobile-title{font-size:36px;font-weight:800;margin-bottom:8px}.mobile-subtitle{font-size:16px;opacity:.9;margin-bottom:32px}.youtube-button{background:red;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600}.large-cards-section{padding:80px 0}.large-cards-grid{display:flex;flex-direction:column;gap:32px}.large-episode-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.large-episode-card.featured{border-color:#3b82f6;box-shadow:0 8px 25px #3b82f626}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.episode-number{background:#f1f5f9;color:#475569;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600}.new-badge{background:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.pilot-badge{background:#8b5cf6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.card-content h3{font-size:22px;font-weight:700;margin-bottom:12px;color:#0f172a}.card-content p{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:16px}.card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.tag{background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:4px;font-size:12px}.watch-full-btn{background:#3b82f6;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block}.host-bio-section{padding:80px 0;background:#f8fafc}.host-bio-card{background:#fff;padding:40px;border-radius:16px;max-width:600px;margin:0 auto}.social-links{display:flex;gap:16px;margin-top:20px}.social-link{color:#3b82f6;text-decoration:none;font-weight:500}.season-summary{padding:80px 0;background:#0f172a;color:#fff;text-align:center}.summary-stats{display:flex;justify-content:center;gap:40px;margin-top:32px}.summary-stat{text-align:center}.summary-stat .number{display:block;font-size:32px;font-weight:700;color:#3b82f6}.summary-stat .label{font-size:14px;opacity:.8}.enhanced-v1{background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}.enhanced-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start}.content-left{padding-right:20px}.host-section.compact{margin:24px 0}.host-avatar-medium{width:60px;height:60px;border-radius:50%;overflow:hidden}.host-avatar-medium .host-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.action-buttons.enhanced{gap:12px;margin-top:32px}.primary-btn.enhanced{background:red;box-shadow:0 4px 14px #ff00004d}.secondary-btn.enhanced{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-showcase{background:#ffffff0d;border-radius:20px;padding:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);min-height:320px;overflow:hidden}.video-container{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px;overflow:hidden}.video-header{margin-bottom:20px;padding:0 4px}.live-indicator{background:#ef4444;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:8px;display:inline-block;margin-left:2px}.video-header h4{color:#fff;font-size:18px;font-weight:600;margin:0 0 8px}.video-description{color:#fffc;font-size:14px;line-height:1.4;margin:0}.video-embed-enhanced{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;margin-bottom:16px}.video-embed-enhanced iframe{width:100%;height:100%}.video-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:10px 12px 0;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.video-meta .episode-number{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:4px 8px;border-radius:8px;font-weight:600;margin-left:2px}.video-meta .episode-date{color:#ffffffd9;white-space:nowrap}.quick-episodes{padding:60px 0;background:#f8fafc}.episodes-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.quick-episode-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0000001f;transition:all .2s}.quick-episode-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.episode-thumb{position:relative;height:120px;overflow:hidden}.episode-thumb img{width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#1e293b}.episode-info-quick{padding:16px}.episode-info-quick h4{font-size:16px;font-weight:600;margin-bottom:8px;color:#1e293b}.episode-info-quick p{font-size:14px;color:#64748b;margin-bottom:12px;line-height:1.4}.watch-btn-small{background:#3b82f6;color:#fff;padding:6px 12px;border-radius:6px;text-decoration:none;font-size:12px;font-weight:500}.podcast-welcome{padding:80px 0;background:#f8fafc}.welcome-content{text-align:center;max-width:760px;margin:0 auto}.welcome-content h2{font-size:44px;font-weight:800;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.1}.welcome-description{font-size:16px;line-height:1.75;color:#475569;margin:0 auto 16px;max-width:60ch;text-align:left}.welcome-description strong{color:#0f172a;font-weight:700}.welcome-description+.welcome-description{margin-top:8px}.welcome-paragraphs{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}@media (max-width: 900px){.welcome-paragraphs{grid-template-columns:1fr}}.podcast-simple-stats{display:flex;justify-content:center;gap:40px}.simple-stat{text-align:center}.simple-stat .stat-number{display:block;font-size:24px;font-weight:700;color:#3b82f6;margin-bottom:4px}.simple-stat .stat-label{font-size:14px;color:#64748b;font-weight:500}.enhanced-features{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.features-grid.enhanced{gap:40px}.feature-card.enhanced{position:relative;padding:40px;border:1px solid #e2e8f0;transition:all .3s}.feature-card.enhanced:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.feature-icon.enhanced{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 8px 25px #3b82f64d}.feature-stat{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.feature-stat .number{font-size:24px;font-weight:700;color:#3b82f6}.feature-stat .label{font-size:14px;color:#64748b}.enhanced-newsletter{background:linear-gradient(135deg,#1e293b,#0f172a)}.newsletter-card.enhanced{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.newsletter-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.benefit{display:flex;align-items:center;gap:8px;font-size:14px;color:#ffffffe6}.check{color:#10b981;font-weight:600}.newsletter-form.enhanced input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.newsletter-form.enhanced input::placeholder{color:#fff9}.enhanced-v2-fixed{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.enhanced-v2-fixed:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,51,234,.1) 0%,transparent 50%)}.dashboard-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;position:relative;z-index:1}.dashboard-main-content{padding-right:20px}.dashboard-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;margin-bottom:24px}.badge-dot{opacity:.6}.status-live{background:#10b981;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.dashboard-title{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:24px}.subtitle{font-size:24px;color:#fffc;font-weight:400}.dashboard-description{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:32px}.dashboard-host{margin:24px 0;background:#ffffff0d;padding:20px;border-radius:12px}.status-indicator{position:absolute;bottom:4px;right:4px;width:12px;height:12px;border-radius:50%;border:2px solid white}.status-indicator.online{background:#10b981}.dashboard-actions{gap:16px}.dashboard-primary{background:red;box-shadow:0 4px 14px #ff00004d}.dashboard-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-stats-panel{background:#ffffff0d;border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.stats-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.stats-panel-header h3{color:#fff;font-size:20px;font-weight:600;margin:0}.update-indicator{background:#10b981;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px}.dashboard-stats-grid{display:grid;gap:16px;margin-bottom:24px}.dashboard-stat-card{background:#ffffff1a;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px}.stat-icon{font-size:20px}.stat-info{flex:1}.stat-number{display:block;font-size:18px;font-weight:700;color:#fff}.stat-label{font-size:12px;color:#ffffffb3}.stat-trend{font-size:12px;padding:2px 6px;border-radius:8px}.stat-trend.positive{background:#10b98133;color:#10b981}.stat-trend.neutral{background:#6b728033;color:#9ca3af}.stat-trend.verified{background:#3b82f633;color:#3b82f6}.quick-analytics{margin-top:24px}.quick-analytics h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:12px}.analytics-list{display:flex;flex-direction:column;gap:8px}.analytics-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#fffc}.analytics-icon{font-size:16px}.analytics-time{margin-left:auto;font-size:12px;color:#ffffff80}.episodes-dashboard{padding:80px 0;background:#f8fafc}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.dashboard-section-header h2{font-size:36px;font-weight:700;color:#0f172a}.dashboard-filters{display:flex;background:#f1f5f9;border-radius:8px;padding:4px}.filter-btn{background:transparent;border:none;padding:8px 16px;border-radius:6px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.filter-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.dashboard-episodes-grid{display:grid;gap:24px}.dashboard-episode-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.dashboard-episode-card.featured{border-color:#3b82f6;box-shadow:0 8px 25px #3b82f626}.episode-status-badge{display:inline-block;background:#ef4444;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px}.dashboard-episode-card.featured{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center}.episode-thumbnail-dashboard{width:120px;height:120px;border-radius:12px;overflow:hidden;position:relative}.episode-thumbnail-dashboard img{width:100%;height:100%;object-fit:cover}.play-overlay-dashboard{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.episode-thumbnail-dashboard:hover .play-overlay-dashboard{opacity:1}.play-btn-dashboard{width:40px;height:40px;background:#ffffffe6;color:#1e293b;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:600}.episode-content-dashboard{flex:1}.episode-header-dashboard{display:flex;align-items:center;gap:12px;margin-bottom:8px}.episode-number{background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:6px;font-size:14px;font-weight:600}.episode-new{background:#10b981;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.episode-content-dashboard h3{font-size:20px;font-weight:600;margin-bottom:8px;color:#0f172a}.episode-content-dashboard p{font-size:14px;line-height:1.5;color:#64748b;margin-bottom:16px}.episode-metrics-dashboard{display:flex;gap:16px;margin-bottom:16px}.metric-item{display:flex;align-items:center;gap:4px;font-size:14px;color:#64748b}.episode-actions-dashboard{display:flex;gap:12px}.btn-dashboard{padding:8px 16px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s}.btn-dashboard.primary{background:#3b82f6;color:#fff}.btn-dashboard.secondary{background:#f1f5f9;color:#475569}.dashboard-episode-card:not(.featured) .episode-mini-content{display:flex;gap:16px;align-items:center}.episode-thumbnail-mini{width:80px;height:80px;border-radius:8px;overflow:hidden}.episode-thumbnail-mini img{width:100%;height:100%;object-fit:cover}.episode-info-mini h4{font-size:16px;font-weight:600;margin-bottom:4px;color:#0f172a}.episode-info-mini p{font-size:14px;color:#64748b;margin-bottom:8px}.mini-metrics{font-size:12px;color:#94a3b8;margin-bottom:8px}.btn-mini-dashboard{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:500}.dashboard-features{padding:80px 0;background:#f8fafc}.dashboard-newsletter{background:linear-gradient(135deg,#1e293b,#0f172a)}.dashboard-newsletter-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.enhanced-v3-fixed{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.enhanced-v3-fixed:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(147,51,234,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.1) 0%,transparent 50%)}.story-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.story-main-content{padding-right:20px}.chapter-badge{display:inline-flex;align-items:center;gap:8px;background:#9333ea33;border:1px solid rgba(147,51,234,.3);border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;margin-bottom:24px}.chapter-name{font-style:italic;opacity:.9}.story-subtitle{font-size:24px;color:#fffc;font-weight:400}.story-narrative{margin-bottom:32px}.story-intro{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:16px}.story-continuation{font-size:16px;line-height:1.6;color:#fffc}.narrator-card{background:#ffffff0d;padding:20px;border-radius:12px;margin:24px 0;display:flex;align-items:center;gap:16px}.narrator-avatar{position:relative;width:60px;height:60px;border-radius:50%;overflow:hidden}.host-placeholder.story{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.narrator-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:#8b5cf6;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600}.narrator-info h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px}.narrator-role{color:#8b5cf6;font-size:14px;font-weight:500;margin-bottom:8px}.narrator-description{font-size:14px;color:#fffc;line-height:1.4}.story-actions{display:flex;gap:16px;flex-wrap:wrap}.story-primary{background:#8b5cf6;box-shadow:0 4px 14px #8b5cf64d}.story-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story-visual-section{display:flex;justify-content:center;align-items:center}.story-artwork{position:relative;width:300px;height:300px;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px #0000004d}.story-artwork img{width:100%;height:100%;object-fit:cover}.story-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;padding:20px}.journey-stats{display:flex;gap:16px;width:100%}.journey-stat{text-align:center;color:#fff}.journey-stat .stat-number{display:block;font-size:20px;font-weight:700}.journey-stat .stat-label{font-size:12px;opacity:.9}.story-chapters{padding:80px 0;background:#f8fafc}.chapters-header{text-align:center;margin-bottom:60px}.chapters-header h2{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:16px}.chapters-header p{font-size:18px;color:#64748b}.chapters-timeline{display:flex;flex-direction:column;gap:40px;max-width:800px;margin:0 auto}.chapter-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;position:relative}.chapter-card.current{border-color:#10b981;box-shadow:0 8px 25px #10b98126}.chapter-card.featured{border-color:#8b5cf6;box-shadow:0 8px 25px #8b5cf626}.chapter-marker{display:flex;align-items:center;gap:12px;margin-bottom:16px}.chapter-number{width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.chapter-status{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.chapter-status.current{background:#10b981;color:#fff}.chapter-header{margin-bottom:16px}.chapter-header h3{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:8px}.chapter-type{background:#8b5cf6;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.chapter-story{margin-bottom:20px}.chapter-story p{font-size:16px;line-height:1.6;color:#64748b;font-style:italic}.chapter-highlights{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.highlight{background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:6px;font-size:12px}.chapter-insights{display:flex;gap:16px;margin-bottom:20px}.insight{background:#f8fafc;color:#64748b;padding:6px 12px;border-radius:8px;font-size:14px}.chapter-actions{display:flex;gap:12px}.chapter-btn{padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:500;border:none;cursor:pointer;transition:all .2s}.chapter-btn.primary{background:#8b5cf6;color:#fff}.chapter-btn.secondary{background:#f1f5f9;color:#475569}.chapter-btn.featured{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;box-shadow:0 4px 14px #8b5cf64d}.impact-stories{padding:80px 0;background:#f8fafc}.impact-subtitle{text-align:center;font-size:18px;color:#64748b;margin-bottom:40px}.impact-stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.impact-story-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 6px #0000000d;text-align:center}.impact-icon{font-size:48px;margin-bottom:20px}.impact-content h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:12px}.impact-description{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:20px}.impact-result{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f1f5f9;border-radius:8px}.result-number{font-size:24px;font-weight:700;color:#3b82f6}.result-label{font-size:14px;color:#64748b}.join-story{padding:80px 0;background:linear-gradient(135deg,#1e293b,#0f172a)}.join-story-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;text-align:center}.story-invitation h3{font-size:28px;font-weight:700;margin-bottom:16px}.story-invitation p{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:32px}.story-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.story-benefit{text-align:center}.benefit-icon{font-size:32px;margin-bottom:12px}.benefit-content h4{font-size:16px;font-weight:600;margin-bottom:8px}.benefit-content p{font-size:14px;color:#fffc;line-height:1.4}.story-form{display:flex;gap:12px;max-width:500px;margin:0 auto 16px}.story-form input{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:14px}.story-form input::placeholder{color:#fff9}.story-form button{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;transition:all .2s}.story-form button:hover{background:#7c3aed}.story-social-proof{font-size:14px;color:#ffffffb3}.enhanced-v4-fixed{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.enhanced-v4-fixed:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(16,185,129,.1) 0%,transparent 50%)}.data-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;position:relative;z-index:1}.data-main-content{padding-right:20px}.data-verification-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;margin-bottom:24px}.verification-icon{font-size:16px}.verified-checkmark{font-size:12px}.data-title{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:24px}.data-subtitle{font-size:24px;color:#fffc;font-weight:400}.data-value-proposition{margin-bottom:32px}.value-statement{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:24px}.key-metrics-showcase{display:grid;gap:16px}.metric-showcase{background:#ffffff0d;padding:16px;border-radius:12px;text-align:center}.metric-number{display:block;font-size:28px;font-weight:700;color:#10b981;margin-bottom:4px}.metric-label{display:block;font-size:14px;color:#fff;font-weight:500;margin-bottom:4px}.metric-source{font-size:12px;color:#fff9}.expert-credentials-card{background:#ffffff0d;padding:20px;border-radius:12px;margin:24px 0;display:flex;align-items:center;gap:16px}.expert-avatar{position:relative;width:60px;height:60px;border-radius:50%;overflow:hidden}.host-placeholder.data{width:100%;height:100%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.expert-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600}.expert-info h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px}.expert-title{color:#10b981;font-size:14px;font-weight:500;margin-bottom:8px}.credentials{display:flex;gap:8px;flex-wrap:wrap}.credential{background:#10b98133;color:#10b981;padding:2px 8px;border-radius:6px;font-size:12px}.data-actions{display:flex;gap:16px;flex-wrap:wrap}.data-primary{background:#10b981;box-shadow:0 4px 14px #10b9814d}.data-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.roi-calculator-section{background:#ffffff0d;border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.calculator-card{margin-bottom:24px}.calculator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.calculator-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.calculator-badge{background:#10b981;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.calculator-inputs{display:grid;gap:12px;margin-bottom:20px}.input-group{display:flex;flex-direction:column;gap:4px}.input-group label{font-size:14px;color:#fffc}.input-group input{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;font-size:14px}.roi-results-preview{background:#10b9811a;padding:16px;border-radius:8px;margin-bottom:16px}.result-main{display:flex;justify-content:space-between;margin-bottom:8px}.result-label{font-size:14px;color:#fffc}.result-value{font-size:16px;font-weight:600;color:#10b981}.result-value.highlight{font-size:18px;color:#10b981}.calculator-cta{width:100%;background:#10b981;color:#fff;border:none;border-radius:8px;padding:12px;font-weight:600;cursor:pointer;transition:all .2s}.success-cases-preview h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:12px}.cases-list{display:flex;flex-direction:column;gap:8px}.case-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:8px;background:#ffffff0d;border-radius:6px;font-size:12px}.case-firm{color:#ffffffe6;font-weight:500}.case-metric{color:#10b981;font-weight:600}.case-verified{color:#3b82f6;font-size:11px}.enhanced-v5-fixed{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.enhanced-v5-fixed:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(139,92,246,.1) 0%,transparent 50%)}.community-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;position:relative;z-index:1}.community-main-content{padding-right:20px}.community-status-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;margin-bottom:24px}.community-icon{font-size:16px}.growth-badge{background:#10b981;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.community-title{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:24px}.community-subtitle{font-size:24px;color:#fffc;font-weight:400}.community-description{margin-bottom:32px}.community-intro{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:16px}.network-value{font-size:16px;line-height:1.6;color:#fffc}.community-leader-section{background:#ffffff0d;padding:20px;border-radius:12px;margin:24px 0;display:flex;align-items:center;gap:16px}.leader-avatar{position:relative;width:60px;height:60px;border-radius:50%;overflow:hidden}.host-placeholder.community{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.leader-status{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:#8b5cf6;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600}.leader-details h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px}.leader-role{color:#8b5cf6;font-size:14px;font-weight:500;margin-bottom:8px}.leader-community-stats{font-size:12px;color:#ffffffb3}.community-actions{display:flex;gap:16px;flex-wrap:wrap}.community-primary{background:#8b5cf6;box-shadow:0 4px 14px #8b5cf64d}.community-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.community-activity-panel{background:#ffffff0d;border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.activity-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.online-count{background:#10b981;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.live-stats-community{display:grid;gap:16px;margin-bottom:24px}.live-stat{background:#ffffff1a;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px}.stat-icon-live{font-size:18px}.stat-content-live{flex:1}.stat-number-live{display:block;font-size:16px;font-weight:700;color:#fff}.stat-label-live{display:block;font-size:12px;color:#ffffffb3}.stat-change-live{font-size:11px;color:#10b981}.activity-feed h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:12px}.activity-items{display:flex;flex-direction:column;gap:8px}.activity-item{display:flex;align-items:center;gap:8px;font-size:12px}.activity-avatar{width:24px;height:24px;border-radius:50%;background:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.activity-user{color:#fff;font-weight:500}.activity-action{color:#fffc}.activity-time{margin-left:auto;color:#ffffff80}.dashboard-layout{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:flex-start}.main-panel{padding-right:40px}.podcast-badge.premium{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;padding:12px 20px}.badge-separator{opacity:.6;margin:0 8px}.status-active{background:#10b981;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.podcast-title.dashboard{display:flex;flex-direction:column;gap:8px}.gradient-text-premium{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:48px;font-weight:800;line-height:1}.title-subtitle{font-size:24px;color:#fffc;font-weight:400}.podcast-description{font-size:18px;line-height:1.6;color:#ffffffe6;margin:24px 0 32px}.host-card-premium{display:flex;align-items:center;gap:20px;background:#ffffff0d;padding:24px;border-radius:16px;margin:32px 0;border:1px solid rgba(255,255,255,.1)}.host-avatar-premium{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden}.host-placeholder.premium{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff}.online-indicator{position:absolute;bottom:4px;right:4px;width:16px;height:16px;background:#10b981;border-radius:50%;border:2px solid white}.host-info-premium h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:4px}.host-role{color:#3b82f6;font-size:16px;font-weight:600;margin-bottom:8px}.host-credentials{color:#ffffffb3;font-size:14px;line-height:1.4}.follow-btn{background:#3b82f6;color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:all .2s}.follow-btn:hover{background:#2563eb;transform:translateY(-2px)}.follow-btn svg{width:16px;height:16px}.featured-quote{padding:60px 0;background:#f8fafc}.quote-card{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 6px #0000000d;max-width:800px;margin:0 auto}.quote-content blockquote{font-size:24px;font-weight:600;color:#0f172a;margin:0 0 16px;line-height:1.4;font-style:italic}.quote-content cite{font-size:16px;color:#64748b;font-style:normal}.quote-visual{text-align:center}.quote-icon{font-size:48px;opacity:.1}.section-subtitle{color:#64748b;font-size:18px;margin-bottom:40px;text-align:center}.episode-duration{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.episode-duration svg{width:14px;height:14px}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.key-topics-section{padding:80px 0;background:#f8fafc}.topics-intro{color:#64748b;font-size:18px;text-align:center;margin-bottom:40px}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.topic-card{background:#fff;padding:24px;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000000d;transition:all .2s}.topic-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.topic-icon{font-size:32px;margin-bottom:16px}.topic-card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#0f172a}.topic-card p{font-size:14px;color:#64748b;line-height:1.5}@media (max-width: 768px){.podcast-hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.podcast-title{font-size:36px}.platforms-grid{grid-template-columns:1fr}.podcast-artwork{width:250px;height:250px}.episode-card.featured{grid-template-columns:1fr;text-align:center}.section-header{flex-direction:column;gap:20px}.episodes-grid .episode-card{grid-template-columns:1fr;text-align:center}.newsletter-form{flex-direction:column}.timeline-header{grid-template-columns:1fr;text-align:center}.timeline-content{margin-left:60px}.video-embed{height:250px}.recap-stats,.summary-stats{flex-direction:column;gap:20px}}.Evento-module_lumaEventPage__TqlLp{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;min-height:100vh;color:#1a1a1a;line-height:1.5}.Evento-module_navWrapper__Gb9wD{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.08);z-index:100}.Evento-module_navContent__-XRrB{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.Evento-module_logo__f2xwt{height:20px}.Evento-module_logo__f2xwt img{height:100%;width:auto}.Evento-module_centerAndRight__aRlnk{display:flex;justify-content:space-between;align-items:center;flex:1;min-width:0}.Evento-module_centerLinks__DXlDK{display:flex;gap:32px;padding:0 16px}.Evento-module_navLink__Sl3lo{color:#666;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.Evento-module_navLink__Sl3lo:hover,.Evento-module_navLink__Sl3lo.Evento-module_selected__cpWME{color:#000}.Evento-module_createButton__ZypMy{color:#007aff;text-decoration:none;font-size:15px;font-weight:500}.Evento-module_eventPageContentWrapper__2ikg1{max-width:1200px;margin:0 auto;padding:32px 24px;display:flex;gap:32px;align-items:flex-start}.Evento-module_eventPageLeft__cx0Fo{width:330px;display:flex;flex-direction:column;gap:24px}.Evento-module_eventPageRight__vSygh{flex:1;display:flex;flex-direction:column;gap:24px}.Evento-module_coverWithGlow__KA76y{position:relative}.Evento-module_coverImageWrapper__MJz-l{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0f172a26}.Evento-module_coverImage__hMYTD{width:100%;height:330px;object-fit:cover;display:block}.Evento-module_contentCard__PSwcr{background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.04);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0f172a0f}.Evento-module_cardTitle__pQUqV{border-bottom:1px solid rgba(0,0,0,.06);padding:16px 20px 12px}.Evento-module_titleLabel__4M6-d{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.Evento-module_content__H4ca4{padding:20px}.Evento-module_hosts__6xgcH{margin-bottom:16px}.Evento-module_hostRow__rICkT{display:flex;align-items:center;gap:12px}.Evento-module_avatarWrapper__FhP71{position:relative}.Evento-module_avatar__6w3We{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff}.Evento-module_lawgicAvatar__GVLDU{background:linear-gradient(135deg,#007aff,#00d4aa)}.Evento-module_instructorAvatarCircle__XpKlZ{background:linear-gradient(135deg,#ff6b6b,#ffd93d)}.Evento-module_userAvatar__EGa3C{background:linear-gradient(135deg,#4568dc,#b06ab3)}.Evento-module_hostInfo__RuLtU{flex:1}.Evento-module_hostName__VGR-O{font-size:14px;font-weight:600;color:#000}.Evento-module_hostBio__vu-zS{font-size:12px;color:#666;margin-top:2px}.Evento-module_hostActions__5RWSj{display:flex;flex-direction:column;gap:8px}.Evento-module_btnSecondary__KVMPU{background:#f8f9facc;color:#666;border:1px solid rgba(0,0,0,.08);padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.Evento-module_btnSecondary__KVMPU:hover{background:#f8f9fa;color:#333}.Evento-module_eventCategories__Zvxe-{display:flex;gap:8px;flex-wrap:wrap}.Evento-module_category__onn5b{border:1px solid rgba(0,0,0,.1);color:#666;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.Evento-module_topCardContent__XXwY1{padding:24px}.Evento-module_titleWrapper__KJjM-{margin-bottom:20px}.Evento-module_eventTitle__IwwbG{font-size:48px;font-weight:700;color:#000;margin:0;line-height:1.1;letter-spacing:-.02em}.Evento-module_hostsMobile__TdC0B{display:flex;align-items:center;gap:12px;color:#666;margin-bottom:20px}.Evento-module_hostAvatars__oQe16{display:flex}.Evento-module_hostText__YkEhH{font-size:14px}.Evento-module_eventMeta__9WQym{display:flex;flex-direction:column;gap:12px}.Evento-module_metaRow__OqIhh{display:flex;align-items:center;gap:16px}.Evento-module_iconContainer__bt-Wm{width:40px;height:40px;border:1px solid rgba(0,0,0,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#007aff;background:#007aff0d}.Evento-module_iconContainer__bt-Wm svg{width:20px;height:20px}.Evento-module_calendarCard__lo2sF{text-align:center;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.Evento-module_month__vcv83{font-size:8px;font-weight:700;text-transform:uppercase;background:#007aff1a;color:#007aff;padding:2px;margin-bottom:2px}.Evento-module_day__jy317{font-size:14px;font-weight:700;color:#000}.Evento-module_metaInfo__NnQYa{flex:1}.Evento-module_metaTitle__gjBby{font-size:16px;font-weight:600;color:#000}.Evento-module_metaDesc__v1m2e{font-size:14px;color:#666;margin-top:2px}.Evento-module_registrationCard__n8L8e{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.04);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0f172a14}.Evento-module_regCardHeader__NJUq-{background:#f8f9facc;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.04)}.Evento-module_availabilityStatus__2lYpY{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#10b981}.Evento-module_statusIndicator__jy0sk{width:8px;height:8px;border-radius:50%}.Evento-module_statusIndicator__jy0sk.Evento-module_available__bjFIn{background:#10b981}.Evento-module_regCardContent__4B5U3{padding:20px}.Evento-module_priceInfo__-dWqc{text-align:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.Evento-module_priceLabel__KE4a4{font-size:12px;color:#666;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.Evento-module_priceValue__Xcj5p{font-size:18px;font-weight:700;color:#000}.Evento-module_divider__MziQ8{height:1px;background:#e0e0e0;margin:16px 0}.Evento-module_quickInfo__gqkF1{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.Evento-module_infoRow__-MVxm{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.Evento-module_infoIcon__3Jmzn{font-size:14px}.Evento-module_registerButton__Y9S77{width:100%;background:linear-gradient(135deg,#007aff,#00d4aa);color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.Evento-module_registerButton__Y9S77:hover{transform:translateY(-2px);box-shadow:0 8px 25px #007aff4d}.Evento-module_additionalActions__i5zNR{display:flex;flex-direction:column;gap:8px}.Evento-module_actionButton__Olr81{width:100%;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#f8f9facc;color:#666;border:1px solid rgba(0,0,0,.08)}.Evento-module_actionButton__Olr81:hover{background:#f8f9fa;color:#333}.Evento-module_registeredState__Zmx-S{padding:20px}.Evento-module_registeredHeader__yP4gp{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.Evento-module_successAvatar__Tbt-n{position:relative}.Evento-module_countdownPill__uJw4I{background:#10b9811a;color:#10b981;font-size:11px;font-weight:600;padding:6px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.Evento-module_countdown__o5N44{color:#059669;font-weight:700}.Evento-module_registeredTitle__-V1Z-{font-size:18px;font-weight:600;color:#000;margin-bottom:8px}.Evento-module_registeredSubtitle__CySaj{font-size:12px;color:#666;margin-bottom:16px}.Evento-module_registeredActions__GJ4SE{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.Evento-module_btnPrimaryOutline__WvB9h{background:#fff;color:#007aff;border:1px solid #007aff;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.Evento-module_btnPrimaryOutline__WvB9h:hover{background:#007aff0d}.Evento-module_cancelText__kqCuz{font-size:11px;color:#666;text-align:center;line-height:1.4}.Evento-module_cancelLink__XSYgP{color:#007aff;cursor:pointer;text-decoration:underline}.Evento-module_cancelLink__XSYgP:hover{color:#0056b3}.Evento-module_eventDescription__zMPbh p{margin:0;color:#555;line-height:1.6}.Evento-module_objectivesList__Z6F26{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:20px!important}.Evento-module_objectiveItem__XfJJR{display:flex!important;align-items:flex-start!important;gap:16px!important;padding:0!important;background:none!important;border:none!important;border-radius:0!important;width:100%!important;margin-bottom:20px!important}.Evento-module_objectiveCheck__MYYIu{color:#10b981!important;font-weight:700!important;font-size:18px!important;flex-shrink:0!important;margin-top:0!important;width:24px!important;text-align:center!important;display:block!important;line-height:1!important}.Evento-module_objectiveContent__4r6m5{display:flex!important;align-items:flex-start!important;flex:1!important;flex-direction:column!important;width:100%!important;min-width:0!important}.Evento-module_objectiveText__8RE7w{font-weight:600!important;color:#1a1a1a!important;font-size:16px!important;margin-bottom:12px!important;display:block!important;line-height:1.3!important;width:100%!important;min-width:0!important}.Evento-module_objectiveTopics__90VpK{margin-top:12px!important;margin-left:0!important;list-style:none!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;min-width:0!important}.Evento-module_topicItem__w0d6l{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:0!important;font-size:14px!important;color:#666!important;line-height:1.4!important;width:100%!important;min-width:0!important}.Evento-module_topicBullet__HY7Ku{color:#007aff!important;font-weight:700!important;flex-shrink:0!important;margin-top:0!important;width:8px!important;text-align:center!important;font-size:16px!important;display:block!important;line-height:1!important}.Evento-module_instructorInfo__NB-H6{display:flex;align-items:center;gap:16px}.Evento-module_instructorAvatar__vSK0L{flex:none}.Evento-module_instructorDetails__1nXI5{flex:1}.Evento-module_instructorName__ufXcY{font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.Evento-module_instructorBio__xUC4d{font-size:13px;color:#666;line-height:1.4}.Evento-module_detailsGrid__osQfJ{display:flex;flex-direction:column;gap:16px}.Evento-module_detailRow__mNibW{display:flex;align-items:center;gap:16px}.Evento-module_detailIcon__WJAlt{width:32px;height:32px;border:1px solid rgba(0,0,0,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#007aff;background:#007aff0d;flex:none}.Evento-module_detailIcon__WJAlt svg{width:16px;height:16px}.Evento-module_detailContent__RPynl{flex:1}.Evento-module_detailTitle__DJSh0{font-size:14px;font-weight:600;color:#000}.Evento-module_detailDesc__70JB8{font-size:13px;color:#666;margin-top:2px}.Evento-module_globalFooter__RqpXd{background:#fff;padding:64px 0 32px;border-top:1px solid rgba(0,0,0,.06)}.Evento-module_footerContent__03At4{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.Evento-module_footerLeft__lAuor{display:flex;align-items:center;gap:32px}.Evento-module_footerLogo__j8TWf img{height:16px;width:auto}.Evento-module_footerLinks__CJpzt{display:flex;gap:24px}.Evento-module_footerLinks__CJpzt a{color:#666;text-decoration:none;font-size:14px;transition:color .2s}.Evento-module_footerLinks__CJpzt a:hover{color:#000}.Evento-module_createEvent__IUGBf{background:linear-gradient(45deg,#6e2fe3,#0cabf7,#e27417,#1f6f05);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:14px;font-weight:500;text-decoration:none}.Evento-module_createEvent__IUGBf:hover{filter:contrast(1.5)}.Evento-module_eventoNotFound__mUAPR{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.Evento-module_errorContent__y33du h1{font-size:32px;margin-bottom:16px;color:#000}.Evento-module_errorContent__y33du p{font-size:16px;color:#666;margin-bottom:24px}.Evento-module_backButton__4Fxwi{background:#007aff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}@media (max-width: 768px){.Evento-module_centerLinks__DXlDK{display:none}.Evento-module_eventPageContentWrapper__2ikg1{flex-direction:column;gap:24px;padding:16px}.Evento-module_eventPageLeft__cx0Fo{width:100%}.Evento-module_eventTitle__IwwbG{font-size:32px}.Evento-module_coverImage__hMYTD{height:200px}.Evento-module_eventMeta__9WQym{margin-top:16px}.Evento-module_footerContent__03At4{flex-direction:column;gap:16px;text-align:center}.Evento-module_footerLeft__lAuor{flex-direction:column;gap:16px}}@media (max-width: 450px){.Evento-module_eventPageContentWrapper__2ikg1{padding:12px}.Evento-module_eventTitle__IwwbG{font-size:28px}.Evento-module_topCardContent__XXwY1{padding:20px}}.EventoV2-module_container__qSLzE{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV2-module_header__awUP3{border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:100}.EventoV2-module_headerContent__7jABV{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.EventoV2-module_logo__X0GeK{font-size:1.5rem;font-weight:700;color:#111827;text-decoration:none}.EventoV2-module_nav__m8CTM{display:flex;align-items:center;gap:2rem}.EventoV2-module_nav__m8CTM a{color:#6b7280;text-decoration:none;font-size:.95rem;transition:color .2s}.EventoV2-module_nav__m8CTM a:hover{color:#111827}.EventoV2-module_loginBtn__8LLKU{padding:.5rem 1.25rem;background:#111827;color:#fff;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background .2s}.EventoV2-module_loginBtn__8LLKU:hover{background:#1f2937}.EventoV2-module_hero__PCc2r{max-width:1200px;margin:0 auto;padding:4rem 2rem}.EventoV2-module_heroGrid__A24Jy{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.EventoV2-module_heroLeft__o3V9Z{max-width:500px}.EventoV2-module_liveIndicator__jRUDc{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#fef2f2;color:#dc2626;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.EventoV2-module_liveDot__Ov0PO{width:8px;height:8px;background:#dc2626;border-radius:50%;animation:EventoV2-module_blink__AlUZs 2s infinite}@keyframes EventoV2-module_blink__AlUZs{0%,to{opacity:1}50%{opacity:.3}}.EventoV2-module_title__zIEC3{font-size:3rem;font-weight:800;line-height:1.1;color:#111827;margin-bottom:1rem}.EventoV2-module_description__X0pR-{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.EventoV2-module_metaRow__JXTfW{display:flex;gap:2rem;margin-bottom:2rem}.EventoV2-module_metaItem__p-4bi{display:flex;flex-direction:column;gap:.25rem}.EventoV2-module_metaLabel__xlitK{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.EventoV2-module_metaValue__SJjVy{font-size:1rem;font-weight:600;color:#111827}.EventoV2-module_cta__4sAPu{margin-top:2rem}.EventoV2-module_ctaBtn__dxE0k{width:100%;padding:1rem 2rem;background:#111827;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s}.EventoV2-module_ctaBtn__dxE0k:hover{background:#1f2937}.EventoV2-module_ctaSubtext__75ef0{text-align:center;margin-top:.75rem;font-size:.875rem;color:#6b7280}.EventoV2-module_heroRight__V0RZt{position:relative}.EventoV2-module_imageContainer__hEK3Q{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.EventoV2-module_imageContainer__hEK3Q img{width:100%;height:auto;display:block}.EventoV2-module_playButton__t1e-i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.EventoV2-module_playButton__t1e-i:hover{background:#000000e6}.EventoV2-module_content__AgNwQ{border-top:1px solid #e5e7eb;background:#f9fafb}.EventoV2-module_tabs__YZaDI{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:2rem;border-bottom:1px solid #e5e7eb;background:#fff}.EventoV2-module_tab__igfgt{padding:1.5rem 0;background:none;border:none;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;position:relative;transition:color .2s}.EventoV2-module_tab__igfgt:hover,.EventoV2-module_activeTab__aqApf{color:#111827}.EventoV2-module_activeTab__aqApf:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#111827}.EventoV2-module_tabContent__phvje{max-width:1200px;margin:0 auto;padding:4rem 2rem}.EventoV2-module_aboutContent__gksMP h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.EventoV2-module_aboutContent__gksMP h3{font-size:1.25rem;font-weight:600;color:#111827;margin-top:2rem;margin-bottom:1rem}.EventoV2-module_courseDescription__5K0Uy{font-size:1.125rem;color:#374151;line-height:1.7;margin-bottom:2rem}.EventoV2-module_keyFeatures__ZNkNY{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.EventoV2-module_featuresList__9-MD8{list-style:none;padding:0;margin:0}.EventoV2-module_featuresList__9-MD8 li{position:relative;padding-left:2rem;margin-bottom:1rem;color:#374151;line-height:1.6}.EventoV2-module_featuresList__9-MD8 li:before{content:"✓";position:absolute;left:0;width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.EventoV2-module_courseInfo__nL3o8{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.EventoV2-module_infoGrid__mY6QM{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.EventoV2-module_infoItem__nTbEE{display:flex;flex-direction:column;gap:.25rem}.EventoV2-module_infoLabel__RfKk9{font-size:.875rem;color:#6b7280;font-weight:500}.EventoV2-module_infoValue__rDA4R{font-size:1rem;color:#111827;font-weight:600}.EventoV2-module_targetAudience__KrI-I{background:#f3f4f6;padding:2rem;border-radius:12px;border-left:4px solid #111827}.EventoV2-module_targetAudience__KrI-I p{color:#374151;line-height:1.7;margin:0}.EventoV2-module_programContent__uYLP3 h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.EventoV2-module_timeline__qcYuy{position:relative;padding-left:3rem}.EventoV2-module_timeline__qcYuy:before{content:"";position:absolute;left:1rem;top:2rem;bottom:2rem;width:2px;background:#e5e7eb}.EventoV2-module_timelineItem__r3UcL{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}.EventoV2-module_timelineMarker__OyQk8{position:absolute;left:-2rem;width:32px;height:32px;background:#fff;border:2px solid #111827;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#111827}.EventoV2-module_timelineContent__5YS8P{flex:1;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.EventoV2-module_timelineContent__5YS8P h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.EventoV2-module_timelineContent__5YS8P p{color:#6b7280;margin-bottom:.5rem}.EventoV2-module_duration__iUz2O{font-size:.875rem;color:#9ca3af}.EventoV2-module_instructorCard__0TAT3{display:flex;gap:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.EventoV2-module_instructorImage__-OgFQ{width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.EventoV2-module_instructorInfo__btH2c h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.EventoV2-module_instructorTitle__gVlBE{color:#6b7280;margin-bottom:1rem}.EventoV2-module_instructorBio__QWzQS{color:#374151;line-height:1.6;margin-bottom:1.5rem}.EventoV2-module_instructorStats__yaIKr{display:flex;gap:2rem}.EventoV2-module_instructorStats__yaIKr div{display:flex;flex-direction:column;gap:.25rem}.EventoV2-module_instructorStats__yaIKr strong{font-size:1.25rem;color:#111827}.EventoV2-module_instructorStats__yaIKr span{font-size:.875rem;color:#6b7280}.EventoV2-module_faqContent__fGbOq h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.EventoV2-module_faqList__nK8A2{display:flex;flex-direction:column;gap:1rem}.EventoV2-module_faqItem__rjLYZ{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.EventoV2-module_faqItem__rjLYZ summary{padding:1.25rem;font-weight:600;color:#111827;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.EventoV2-module_faqItem__rjLYZ summary:after{content:"+";font-size:1.5rem;color:#6b7280;transition:transform .2s}.EventoV2-module_faqItem__rjLYZ[open] summary:after{transform:rotate(45deg)}.EventoV2-module_faqItem__rjLYZ p{padding:0 1.25rem 1.25rem;color:#6b7280;line-height:1.6;margin:0}.EventoV2-module_footer__48r96{background:#fff;border-top:1px solid #e5e7eb;padding:2rem 0}.EventoV2-module_footerContent__YoCeZ{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.EventoV2-module_footerContent__YoCeZ p{color:#6b7280;font-size:.875rem;margin:0}.EventoV2-module_footerLinks__jHz0c{display:flex;gap:2rem}.EventoV2-module_footerLinks__jHz0c a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s}.EventoV2-module_footerLinks__jHz0c a:hover{color:#111827}@media (max-width: 768px){.EventoV2-module_heroGrid__A24Jy{grid-template-columns:1fr;gap:2rem}.EventoV2-module_title__zIEC3{font-size:2rem}.EventoV2-module_metaRow__JXTfW{flex-direction:column;gap:1rem}.EventoV2-module_infoGrid__mY6QM{grid-template-columns:1fr}.EventoV2-module_instructorCard__0TAT3{flex-direction:column;text-align:center}.EventoV2-module_instructorImage__-OgFQ{margin:0 auto}.EventoV2-module_footerContent__YoCeZ{flex-direction:column;gap:1rem;text-align:center}}.EventoV3-module_academicContainer__z0Hpy{min-height:100vh;background:#f5f5f5;font-family:Georgia,Times New Roman,serif}.EventoV3-module_universityHeader__9Gh7a{background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;padding:1.5rem 0;box-shadow:0 2px 10px #0000001a}.EventoV3-module_headerContent__Y27en{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.EventoV3-module_universityBrand__1udG-{display:flex;align-items:center;gap:1rem}.EventoV3-module_crest__OVrwE{width:60px;height:60px;background:#fff;color:#1a365d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 2px 5px #0003}.EventoV3-module_universityName__PVO-s h1{font-size:1.8rem;margin:0;font-weight:400;letter-spacing:1px}.EventoV3-module_universityName__PVO-s p{margin:0;font-size:.9rem;opacity:.9;font-style:italic}.EventoV3-module_academicNav__f7CLF{display:flex;gap:2rem}.EventoV3-module_academicNav__f7CLF a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.9;transition:opacity .3s}.EventoV3-module_academicNav__f7CLF a:hover{opacity:1;text-decoration:underline}.EventoV3-module_breadcrumb__A1g-V{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0}.EventoV3-module_breadcrumbContent__MeVDm{max-width:1200px;margin:0 auto;padding:0 2rem;font-size:.9rem;color:#666}.EventoV3-module_breadcrumbContent__MeVDm a{color:#2c5282;text-decoration:none;margin:0 .5rem}.EventoV3-module_breadcrumbContent__MeVDm a:hover{text-decoration:underline}.EventoV3-module_courseHeader__QoHoi{background:linear-gradient(135deg,#e6f2ff,#f0f8ff);padding:3rem 0;border-bottom:2px solid #2c5282}.EventoV3-module_courseHeaderContent__HQ3lu{max-width:1200px;margin:0 auto;padding:0 2rem}.EventoV3-module_courseCode__oOz-I{display:inline-block;background:#2c5282;color:#fff;padding:.3rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;margin-bottom:1rem;letter-spacing:1px}.EventoV3-module_courseTitle__NkPWt{font-size:2.5rem;color:#1a365d;margin:0 0 .5rem;font-weight:400}.EventoV3-module_courseSubtitle__V9677{font-size:1.2rem;color:#4a5568;margin:0 0 2rem;font-style:italic}.EventoV3-module_courseMetadata__EefgN{display:flex;gap:2rem;flex-wrap:wrap}.EventoV3-module_metaItem__DTEH7{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#4a5568}.EventoV3-module_metaIcon__MQCCn{font-size:1.2rem}.EventoV3-module_mainContent__oMfdQ{max-width:1200px;margin:2rem auto;padding:0 2rem}.EventoV3-module_contentGrid__bGIm2{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.EventoV3-module_leftColumn__l0LG3{display:flex;flex-direction:column;gap:2rem}.EventoV3-module_academicCard__HF7eA{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #e0e0e0}.EventoV3-module_sectionTitle__OkRox{font-size:1.5rem;color:#1a365d;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e6f2ff}.EventoV3-module_courseDescription__BhH9y{line-height:1.8;color:#4a5568;margin-bottom:2rem;text-align:justify}.EventoV3-module_subsectionTitle__6O9SM{font-size:1.2rem;color:#2c5282;margin:2rem 0 1rem}.EventoV3-module_objectivesList__VUcCV{list-style:none;padding:0;margin:0 0 2rem}.EventoV3-module_objectivesList__VUcCV li{padding:.8rem 0 .8rem 2rem;position:relative;border-bottom:1px dotted #e0e0e0;color:#4a5568;line-height:1.6}.EventoV3-module_objectivesList__VUcCV li:before{content:"▸";position:absolute;left:0;color:#2c5282;font-weight:700}.EventoV3-module_methodology__yc6hG{line-height:1.8;color:#4a5568;text-align:justify}.EventoV3-module_syllabus__nAF41{display:flex;flex-direction:column;gap:1rem}.EventoV3-module_syllabusModule__3lSm5{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s}.EventoV3-module_syllabusModule__3lSm5:hover{box-shadow:0 4px 8px #0000001a}.EventoV3-module_moduleHeader__l3X93{padding:1.5rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center}.EventoV3-module_moduleWeek__bhtgd{display:block;font-size:.85rem;color:#718096;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.EventoV3-module_moduleTitle__clIZI{font-size:1.1rem;color:#2c5282;margin:0}.EventoV3-module_accordionIcon__0wyvJ{font-size:1.5rem;color:#2c5282;font-weight:300}.EventoV3-module_moduleContent__rj9in{padding:1.5rem;background:#fff;border-top:1px solid #e0e0e0;animation:EventoV3-module_slideDown__gBMcC .3s ease}@keyframes EventoV3-module_slideDown__gBMcC{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}.EventoV3-module_moduleContent__rj9in ul{list-style:none;padding:0;margin:0}.EventoV3-module_moduleContent__rj9in li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4a5568}.EventoV3-module_moduleContent__rj9in li:before{content:"•";position:absolute;left:0;color:#2c5282}.EventoV3-module_professor__5vNN7{display:flex;gap:2rem}.EventoV3-module_professorImage__QGBg2{width:120px;height:120px;background:linear-gradient(135deg,#2c5282,#1a365d);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:600;flex-shrink:0}.EventoV3-module_professorInfo__E5WxL h3{font-size:1.3rem;color:#1a365d;margin:0 0 .5rem}.EventoV3-module_professorTitle__bG-a9{color:#718096;font-style:italic;margin:0 0 1rem}.EventoV3-module_professorBio__nfiYQ{line-height:1.6;color:#4a5568;margin-bottom:1.5rem}.EventoV3-module_professorContact__uGz7q{display:flex;flex-direction:column;gap:.5rem}.EventoV3-module_professorContact__uGz7q a{color:#2c5282;text-decoration:none;font-size:.95rem}.EventoV3-module_professorContact__uGz7q a:hover{text-decoration:underline}.EventoV3-module_rightColumn__aRSm7{display:flex;flex-direction:column;gap:2rem}.EventoV3-module_enrollmentCard__ke2Qs{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:2px solid #2c5282;position:sticky;top:2rem}.EventoV3-module_enrollmentTitle__UGyCk{font-size:1.3rem;color:#1a365d;margin:0 0 1.5rem;text-align:center}.EventoV3-module_enrollmentStatus__johdE{background:#f8f9fa;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.EventoV3-module_statusRow__f6r22{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem}.EventoV3-module_statusRow__f6r22:not(:last-child){border-bottom:1px dotted #e0e0e0}.EventoV3-module_statusOpen__vHh0W{color:#48bb78;font-weight:600}.EventoV3-module_prerequisites__KnXpc,.EventoV3-module_schedule__4-c-Q{margin-bottom:1.5rem}.EventoV3-module_prerequisites__KnXpc h4,.EventoV3-module_schedule__4-c-Q h4{font-size:1rem;color:#2c5282;margin:0 0 .5rem}.EventoV3-module_prerequisites__KnXpc p,.EventoV3-module_schedule__4-c-Q p{font-size:.9rem;color:#4a5568;margin:0}.EventoV3-module_enrollButton__HZ71P{width:100%;padding:1rem;background:linear-gradient(135deg,#2c5282,#1a365d);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.EventoV3-module_enrollButton__HZ71P:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2c52824d}.EventoV3-module_enrollButton__HZ71P.EventoV3-module_enrolled__weEz2{background:#48bb78}.EventoV3-module_enrollmentConfirmation__QqtiA{margin-top:1rem;padding:1rem;background:#e6fffa;border:1px solid #48bb78;border-radius:6px}.EventoV3-module_enrollmentConfirmation__QqtiA p{margin:0;color:#2c5282;font-size:.9rem}.EventoV3-module_additionalLinks__dq6v1{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.8rem}.EventoV3-module_additionalLinks__dq6v1 a{color:#2c5282;text-decoration:none;font-size:.9rem}.EventoV3-module_additionalLinks__dq6v1 a:hover{text-decoration:underline}.EventoV3-module_resourcesCard__IsuHS{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #e0e0e0}.EventoV3-module_resourcesCard__IsuHS h3{font-size:1.1rem;color:#1a365d;margin:0 0 1rem}.EventoV3-module_resourcesList__UgdF9{list-style:none;padding:0;margin:0}.EventoV3-module_resourcesList__UgdF9 li{padding:.5rem 0;border-bottom:1px dotted #e0e0e0}.EventoV3-module_resourcesList__UgdF9 li:last-child{border-bottom:none}.EventoV3-module_resourcesList__UgdF9 a{color:#2c5282;text-decoration:none;font-size:.9rem}.EventoV3-module_resourcesList__UgdF9 a:hover{text-decoration:underline}.EventoV3-module_academicFooter__fLrEU{background:#1a365d;color:#fff;margin-top:4rem;padding:3rem 0 1rem}.EventoV3-module_footerContent__9Z0eD{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.EventoV3-module_footerSection__GNwTm h4{font-size:1.1rem;margin:0 0 1rem;font-weight:400}.EventoV3-module_footerSection__GNwTm p{margin:.5rem 0;font-size:.9rem;opacity:.9}.EventoV3-module_footerSection__GNwTm a{display:block;color:#fff;text-decoration:none;font-size:.9rem;padding:.3rem 0;opacity:.9}.EventoV3-module_footerSection__GNwTm a:hover{opacity:1;text-decoration:underline}.EventoV3-module_footerBottom__nk8MM{max-width:1200px;margin:2rem auto 0;padding:1rem 2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.EventoV3-module_footerBottom__nk8MM p{margin:0;font-size:.85rem;opacity:.8}@media (max-width: 768px){.EventoV3-module_academicNav__f7CLF{display:none}.EventoV3-module_contentGrid__bGIm2{grid-template-columns:1fr}.EventoV3-module_enrollmentCard__ke2Qs{position:static}.EventoV3-module_footerContent__9Z0eD{grid-template-columns:1fr;gap:2rem}.EventoV3-module_professor__5vNN7{flex-direction:column;align-items:center;text-align:center}}.EventoV4-module_container__-tGR7{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV4-module_header__L602-{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.EventoV4-module_headerContent__qaG1j{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.EventoV4-module_badge__iSmvV{background:#1e40af;color:#fff;padding:.3rem 1rem;border-radius:4px;font-size:.85rem;font-weight:600;letter-spacing:1px}.EventoV4-module_nav__XUmu-{display:flex;gap:2rem}.EventoV4-module_nav__XUmu- a{color:#4b5563;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.EventoV4-module_nav__XUmu- a:hover{color:#1e40af}.EventoV4-module_hero__96L2l{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:4rem 2rem;border-bottom:1px solid #d1d5db}.EventoV4-module_heroContent__dhDjR{max-width:1200px;margin:0 auto;text-align:center}.EventoV4-module_courseCode__mLvnX{display:inline-block;color:#6b7280;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem}.EventoV4-module_title__elsFC{font-size:2.5rem;color:#111827;margin:0 0 1rem;font-weight:700;line-height:1.2}.EventoV4-module_subtitle__ra571{font-size:1.1rem;color:#4b5563;max-width:700px;margin:0 auto 3rem;line-height:1.6}.EventoV4-module_quickInfo__GRatn{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.EventoV4-module_infoItem__sv1P3{display:flex;flex-direction:column;align-items:center;gap:.25rem}.EventoV4-module_label__-R79-{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:1px}.EventoV4-module_value__AQfSA{font-size:1rem;color:#111827;font-weight:600}.EventoV4-module_mainContent__ZSSkr{max-width:1200px;margin:3rem auto;padding:0 2rem}.EventoV4-module_contentWrapper__jyjUW{display:grid;grid-template-columns:1fr 380px;gap:3rem}.EventoV4-module_tabContent__Z-sZY{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.EventoV4-module_sectionTitle__R8mKd{font-size:1.8rem;color:#111827;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.EventoV4-module_objectives__koWOl{margin-bottom:3rem}.EventoV4-module_objectives__koWOl h3{font-size:1.2rem;color:#1e40af;margin-bottom:1rem}.EventoV4-module_objectivesList__JW0AH{list-style:none;padding:0;margin:0}.EventoV4-module_objectivesList__JW0AH li{padding:.75rem 0 .75rem 2rem;position:relative;color:#4b5563;line-height:1.6;border-bottom:1px dotted #e5e7eb}.EventoV4-module_objectivesList__JW0AH li:before{content:"→";position:absolute;left:0;color:#1e40af;font-weight:700}.EventoV4-module_modules__EolB7 h3{font-size:1.2rem;color:#1e40af;margin-bottom:1.5rem}.EventoV4-module_moduleList__NjHxV{display:flex;flex-direction:column;gap:1.5rem}.EventoV4-module_module__ubeDZ{display:flex;gap:2rem;padding:1.5rem;background:#f9fafb;border-radius:6px;border-left:3px solid #1e40af;transition:all .2s}.EventoV4-module_module__ubeDZ:hover{background:#f3f4f6;transform:translate(5px)}.EventoV4-module_moduleTime__EMLZH{min-width:100px;font-size:.9rem;color:#6b7280;font-weight:600}.EventoV4-module_moduleContent__0Nm7S h4{font-size:1.1rem;color:#111827;margin:0 0 .5rem}.EventoV4-module_moduleContent__0Nm7S p{color:#4b5563;margin:0;line-height:1.5}.EventoV4-module_instructorSection__nvOeg{animation:EventoV4-module_fadeIn__DW8GB .3s ease}.EventoV4-module_instructorCard__nRutZ{display:flex;gap:2rem;padding:2rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.EventoV4-module_instructorImage__yCk8v{width:120px;height:120px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:600;flex-shrink:0}.EventoV4-module_instructorInfo__66qkK h3{font-size:1.4rem;color:#111827;margin:0 0 .5rem}.EventoV4-module_instructorTitle__dl2zz{color:#6b7280;font-size:1rem;margin:0 0 1rem;font-style:italic}.EventoV4-module_instructorBio__82oEE{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.EventoV4-module_credentials__sjZS8{display:flex;flex-wrap:wrap;gap:1rem}.EventoV4-module_credentials__sjZS8 span{background:#e5e7eb;padding:.3rem .8rem;border-radius:4px;font-size:.9rem;color:#374151}.EventoV4-module_detailsSection__05oNK{animation:EventoV4-module_fadeIn__DW8GB .3s ease}.EventoV4-module_detailsGrid__vHBph{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.EventoV4-module_detailCard__JGFYM{padding:1.5rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.EventoV4-module_detailCard__JGFYM h3{font-size:1.1rem;color:#1e40af;margin:0 0 .75rem}.EventoV4-module_detailCard__JGFYM p{color:#4b5563;line-height:1.5;margin:0}.EventoV4-module_targetAudience__J6SRi h3{font-size:1.2rem;color:#1e40af;margin-bottom:1rem}.EventoV4-module_targetAudience__J6SRi ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.EventoV4-module_targetAudience__J6SRi li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563}.EventoV4-module_targetAudience__J6SRi li:before{content:"•";position:absolute;left:0;color:#1e40af;font-weight:700}.EventoV4-module_sidebar__X5TBx{position:sticky;top:100px;height:fit-content}.EventoV4-module_registrationCard__2qaOh{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.EventoV4-module_registrationCard__2qaOh h3{font-size:1.3rem;color:#111827;margin:0 0 1.5rem;text-align:center}.EventoV4-module_priceSection__pt9PV{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.EventoV4-module_originalPrice__mYCP7{font-size:1rem;color:#9ca3af;text-decoration:line-through;margin-bottom:.25rem}.EventoV4-module_currentPrice__-2RQc{font-size:2rem;color:#111827;font-weight:700;margin-bottom:.5rem}.EventoV4-module_discount__8piLg{display:inline-block;background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.EventoV4-module_enrollmentInfo__VbG6V{background:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.EventoV4-module_infoRow__Tt2ZW{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#4b5563}.EventoV4-module_infoRow__Tt2ZW:not(:last-child){border-bottom:1px dotted #e5e7eb}.EventoV4-module_infoRow__Tt2ZW strong{color:#111827}.EventoV4-module_enrollButton__YPn4L{width:100%;padding:1rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.EventoV4-module_enrollButton__YPn4L:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.EventoV4-module_enrollButton__YPn4L.EventoV4-module_enrolled__V9Qrf{background:#10b981}.EventoV4-module_successMessage__qR6Ky{margin-top:1rem;padding:1rem;background:#ecfdf5;border:1px solid #10b981;border-radius:6px}.EventoV4-module_successMessage__qR6Ky p{margin:0;color:#065f46;font-size:.9rem}.EventoV4-module_includes__e6Bt5{margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.EventoV4-module_includes__e6Bt5 h4{font-size:1rem;color:#374151;margin:0 0 1rem}.EventoV4-module_includes__e6Bt5 ul{list-style:none;padding:0;margin:0}.EventoV4-module_includes__e6Bt5 li{padding:.5rem 0;color:#4b5563;font-size:.9rem}.EventoV4-module_contact__Mwlty{text-align:center;padding-top:1rem}.EventoV4-module_contact__Mwlty p{color:#6b7280;font-size:.9rem;margin:0 0 .5rem}.EventoV4-module_contact__Mwlty a{color:#1e40af;text-decoration:none;font-weight:500}.EventoV4-module_contact__Mwlty a:hover{text-decoration:underline}.EventoV4-module_footer__8qmqo{background:#f9fafb;border-top:1px solid #e5e7eb;padding:2rem 0;margin-top:4rem}.EventoV4-module_footerContent__nM5xK{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.EventoV4-module_footerContent__nM5xK p{color:#6b7280;font-size:.9rem;margin:.25rem 0}@keyframes EventoV4-module_fadeIn__DW8GB{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.EventoV4-module_contentWrapper__jyjUW{grid-template-columns:1fr}.EventoV4-module_sidebar__X5TBx{position:static}.EventoV4-module_quickInfo__GRatn{gap:1.5rem}.EventoV4-module_detailsGrid__vHBph,.EventoV4-module_targetAudience__J6SRi ul{grid-template-columns:1fr}.EventoV4-module_module__ubeDZ{flex-direction:column;gap:.5rem}.EventoV4-module_instructorCard__nRutZ{flex-direction:column;align-items:center;text-align:center}}.EventoV5-module_container__6y6R5{min-height:100vh;background:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.EventoV5-module_header__7-vY1{background:#fff;box-shadow:0 1px 3px #00000014}.EventoV5-module_headerTop__MYX9k{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.EventoV5-module_institution__SJ-zK{display:flex;align-items:center;gap:1rem}.EventoV5-module_logo__Gj0rp{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.EventoV5-module_institutionInfo__F76rD h1{font-size:1.3rem;margin:0;color:#111827;font-weight:600}.EventoV5-module_institutionInfo__F76rD p{font-size:.85rem;margin:0;color:#6b7280}.EventoV5-module_headerActions__j5Ko9{display:flex;gap:1rem}.EventoV5-module_catalogButton__ovT52,.EventoV5-module_contactButton__pIzC1{padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.EventoV5-module_catalogButton__ovT52{background:transparent;border:1px solid #d1d5db;color:#374151}.EventoV5-module_catalogButton__ovT52:hover{background:#f3f4f6}.EventoV5-module_contactButton__pIzC1{background:#2563eb;border:none;color:#fff}.EventoV5-module_contactButton__pIzC1:hover{background:#1d4ed8}.EventoV5-module_courseHero__WInjS{position:relative;background:linear-gradient(135deg,#1e3a8a,#1e40af,#2563eb);padding:4rem 2rem;overflow:hidden}.EventoV5-module_heroOverlay__rYBQi{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>') repeat}.EventoV5-module_heroContent__sWsFS{position:relative;max-width:1280px;margin:0 auto;text-align:center;color:#fff}.EventoV5-module_courseBadge__Q5QUk{display:inline-flex;gap:1rem;margin-bottom:1.5rem}.EventoV5-module_courseType__QrgN-,.EventoV5-module_courseCode__0medq{display:inline-block;padding:.4rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;font-size:.85rem;font-weight:600;letter-spacing:1px}.EventoV5-module_courseTitle__0p08S{font-size:2.8rem;margin:0 0 1rem;font-weight:700;line-height:1.2}.EventoV5-module_titleEmphasis__-QI8Y{display:block;color:#93c5fd;margin-top:.5rem}.EventoV5-module_courseDescription__ZXRLE{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.95;line-height:1.6}.EventoV5-module_infoBar__mwU2w{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.EventoV5-module_infoBarContent__ZDrb8{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.EventoV5-module_infoItem__CoToZ{display:flex;align-items:center;gap:.75rem}.EventoV5-module_infoIcon__-vxMS{font-size:1.5rem}.EventoV5-module_infoItem__CoToZ>div{display:flex;flex-direction:column}.EventoV5-module_infoLabel__SQvXp{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.EventoV5-module_infoValue__ZQoCm{font-size:.95rem;color:#111827;font-weight:600}.EventoV5-module_mainContent__BTWrt{max-width:1280px;margin:3rem auto;padding:0 2rem}.EventoV5-module_contentGrid__V-h9n{display:grid;grid-template-columns:1fr 400px;gap:3rem}.EventoV5-module_section__-DXXs{background:#fff;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.EventoV5-module_sectionTitle__S2-Jy{font-size:1.6rem;color:#111827;margin:0 0 1.5rem;font-weight:600}.EventoV5-module_paragraph__YHr0Y{color:#4b5563;line-height:1.7;margin-bottom:2rem}.EventoV5-module_objectives__nF-P0{margin-top:2rem}.EventoV5-module_objectives__nF-P0 h3{font-size:1.2rem;color:#1e40af;margin-bottom:1.5rem;font-weight:600}.EventoV5-module_objectiveGrid__yZsl-{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.EventoV5-module_objective__3Y9xN{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #2563eb}.EventoV5-module_objectiveNumber__szL6b{font-size:1.5rem;font-weight:700;color:#2563eb;opacity:.3}.EventoV5-module_objective__3Y9xN p{flex:1;margin:0;color:#4b5563;line-height:1.5}.EventoV5-module_syllabusContainer__4E4SB{display:flex;flex-direction:column;gap:1rem}.EventoV5-module_syllabusItem__1QxwN{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s}.EventoV5-module_syllabusItem__1QxwN:hover{box-shadow:0 4px 6px #0000000d}.EventoV5-module_syllabusItem__1QxwN.EventoV5-module_expanded__1uEd6{border-color:#2563eb}.EventoV5-module_syllabusHeader__ZG2BT{padding:1.5rem;background:#f9fafb;display:flex;justify-content:space-between;align-items:center}.EventoV5-module_syllabusLeft__-3X39{flex:1}.EventoV5-module_moduleLabel__OrhOM{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:1px;font-weight:600}.EventoV5-module_moduleTitle__KsT84{font-size:1.1rem;color:#111827;margin:.5rem 0 0;font-weight:600}.EventoV5-module_syllabusRight__bQ1Az{display:flex;align-items:center;gap:1.5rem}.EventoV5-module_moduleDuration__4C74V{color:#6b7280;font-size:.9rem}.EventoV5-module_expandIcon__qRWuO{font-size:1.5rem;color:#6b7280;font-weight:300;width:24px;text-align:center}.EventoV5-module_syllabusContent__UbbwJ{padding:1.5rem;background:#fff;border-top:1px solid #e5e7eb;animation:EventoV5-module_slideDown__XbOH3 .2s ease}@keyframes EventoV5-module_slideDown__XbOH3{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.EventoV5-module_topicsList__YHdVM{list-style:none;padding:0;margin:0}.EventoV5-module_topicsList__YHdVM li{padding:.6rem 0 .6rem 1.5rem;position:relative;color:#4b5563;line-height:1.5}.EventoV5-module_topicsList__YHdVM li:before{content:"→";position:absolute;left:0;color:#2563eb}.EventoV5-module_instructorCard__0Ik7j{display:flex;gap:2rem;padding:2rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.EventoV5-module_instructorAvatar__KWVSp{width:100px;height:100px;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:600;flex-shrink:0}.EventoV5-module_instructorDetails__SfbS8 h3{font-size:1.3rem;color:#111827;margin:0 0 .5rem}.EventoV5-module_instructorRole__f3jHX{color:#6b7280;font-size:.95rem;margin:0 0 1rem}.EventoV5-module_instructorBio__ZqZqe{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.EventoV5-module_instructorAchievements__BBVzS{display:flex;gap:1.5rem;flex-wrap:wrap}.EventoV5-module_achievement__yAxR-{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563}.EventoV5-module_achievementIcon__F7ZTP{font-size:1.2rem}.EventoV5-module_rightSidebar__qtMfA{position:sticky;top:20px;height:fit-content}.EventoV5-module_enrollmentCard__4kbGA{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;margin-bottom:2rem}.EventoV5-module_priceHeader__0G5RI{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.EventoV5-module_priceLabel__WnfaY{display:block;font-size:.9rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.EventoV5-module_priceContainer__lUEPe{display:flex;align-items:baseline;justify-content:center;gap:.75rem;margin-bottom:.5rem}.EventoV5-module_originalPrice__vvlel{font-size:1.2rem;color:#9ca3af;text-decoration:line-through}.EventoV5-module_currentPrice__-dta9{font-size:2.5rem;color:#111827;font-weight:700}.EventoV5-module_currency__xaALu{font-size:1rem;color:#6b7280}.EventoV5-module_savings__-Voiv{display:inline-block;background:#fef3c7;color:#92400e;padding:.3rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600}.EventoV5-module_courseHighlights__xsTfU{margin-bottom:1.5rem}.EventoV5-module_courseHighlights__xsTfU h4{font-size:1rem;color:#374151;margin:0 0 1rem}.EventoV5-module_highlightsList__VvD4F{list-style:none;padding:0;margin:0}.EventoV5-module_highlightsList__VvD4F li{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;color:#4b5563;font-size:.95rem}.EventoV5-module_checkIcon__4neBE{color:#10b981;font-weight:600;flex-shrink:0}.EventoV5-module_enrollButton__ePtMf{width:100%;padding:1.2rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.EventoV5-module_enrollButton__ePtMf:hover{transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.EventoV5-module_enrollButton__ePtMf.EventoV5-module_enrolled__Q2-JU{background:linear-gradient(135deg,#10b981,#059669)}.EventoV5-module_enrollmentSuccess__oattl{margin-top:1rem;padding:1rem;background:#ecfdf5;border:1px solid #10b981;border-radius:6px}.EventoV5-module_enrollmentSuccess__oattl p{margin:0;color:#065f46;font-size:.9rem;text-align:center}.EventoV5-module_courseStats__rVhhJ{display:flex;justify-content:space-around;margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.EventoV5-module_stat__KgFLy{text-align:center}.EventoV5-module_statNumber__S6fJe{display:block;font-size:1.8rem;font-weight:700;color:#111827}.EventoV5-module_statLabel__XQiBy{display:block;font-size:.85rem;color:#6b7280;margin-top:.25rem}.EventoV5-module_guarantee__pxodX{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:6px}.EventoV5-module_guaranteeIcon__8bBTY{font-size:1.5rem}.EventoV5-module_guarantee__pxodX p{margin:0;color:#4b5563;font-size:.9rem}.EventoV5-module_resourcesCard__pDn-t{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.EventoV5-module_resourcesCard__pDn-t h4{font-size:1rem;color:#111827;margin:0 0 1rem;font-weight:600}.EventoV5-module_resourcesList__6yHSs{list-style:none;padding:0;margin:0}.EventoV5-module_resourcesList__6yHSs li{padding:.6rem 0;border-bottom:1px dotted #e5e7eb}.EventoV5-module_resourcesList__6yHSs li:last-child{border-bottom:none}.EventoV5-module_resourcesList__6yHSs a{color:#2563eb;text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.EventoV5-module_resourcesList__6yHSs a:hover{text-decoration:underline}.EventoV5-module_footer__URSlW{background:#1f2937;color:#fff;margin-top:4rem;padding:3rem 0 1rem}.EventoV5-module_footerContent__gWK8i{max-width:1280px;margin:0 auto;padding:0 2rem}.EventoV5-module_footerTop__-YxHN{display:grid;grid-template-columns:1fr 3fr;gap:4rem;margin-bottom:2rem}.EventoV5-module_footerBrand__hkdop h3{font-size:1.3rem;margin:0 0 .5rem}.EventoV5-module_footerBrand__hkdop p{color:#9ca3af;font-size:.9rem;margin:0}.EventoV5-module_footerLinks__dF4r-{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.EventoV5-module_footerColumn__saQfv h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;color:#d1d5db}.EventoV5-module_footerColumn__saQfv a{display:block;color:#9ca3af;text-decoration:none;font-size:.9rem;padding:.3rem 0}.EventoV5-module_footerColumn__saQfv a:hover{color:#fff}.EventoV5-module_footerBottom__mV3gT{padding-top:2rem;border-top:1px solid #374151;text-align:center}.EventoV5-module_footerBottom__mV3gT p{margin:0;color:#9ca3af;font-size:.85rem}@media (max-width: 1024px){.EventoV5-module_contentGrid__V-h9n{grid-template-columns:1fr}.EventoV5-module_rightSidebar__qtMfA{position:static}.EventoV5-module_objectiveGrid__yZsl-{grid-template-columns:1fr}.EventoV5-module_footerTop__-YxHN{grid-template-columns:1fr;gap:2rem}.EventoV5-module_footerLinks__dF4r-{grid-template-columns:1fr}}@media (max-width: 768px){.EventoV5-module_courseTitle__0p08S{font-size:2rem}.EventoV5-module_infoBarContent__ZDrb8{flex-direction:column;gap:1rem}.EventoV5-module_instructorCard__0Ik7j{flex-direction:column;align-items:center;text-align:center}.EventoV5-module_instructorAchievements__BBVzS{justify-content:center}}.EventoV6-module_container__MDX-8{min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV6-module_header__2VT-l{background:#fff;border-bottom:1px solid #eaeaea;padding:1.25rem 0}.EventoV6-module_headerContainer__5fcoT{max-width:1200px;margin:0 auto;padding:0 2rem}.EventoV6-module_brand__0xJmw{display:flex;align-items:center;gap:.75rem}.EventoV6-module_brandIcon__CGX-q{font-size:1.5rem}.EventoV6-module_brandName__m2z-Y{font-size:1.1rem;font-weight:600;color:#1a1a1a}.EventoV6-module_hero__PYCbZ{background:linear-gradient(180deg,#f8f9fa,#fff);padding:3.5rem 2rem 3rem;text-align:center;border-bottom:1px solid #eaeaea}.EventoV6-module_heroContainer__oFIOG{max-width:900px;margin:0 auto}.EventoV6-module_heroLabel__6wGAJ{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:1.5rem;font-weight:600}.EventoV6-module_heroTitle__jUpqv{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.2}.EventoV6-module_heroSubtitle__QiJMG{font-size:1.15rem;color:#666;margin:0 0 2.5rem;line-height:1.6}.EventoV6-module_heroMeta__i0Pjh{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.EventoV6-module_metaItem__vsbVj{display:flex;flex-direction:column;align-items:center;gap:.25rem}.EventoV6-module_metaItem__vsbVj strong{font-size:1rem;color:#1a1a1a;font-weight:600}.EventoV6-module_metaItem__vsbVj span{font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.EventoV6-module_metaDivider__mbMYS{width:1px;height:30px;background:#e0e0e0}.EventoV6-module_navigation__wokBr{background:#fff;border-bottom:1px solid #eaeaea;position:sticky;top:0;z-index:100}.EventoV6-module_navContainer__usb2S{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:0}.EventoV6-module_navButton__c8kQB{flex:1;padding:1.25rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.EventoV6-module_navButton__c8kQB:hover{color:#1a1a1a;background:#f8f9fa}.EventoV6-module_navButton__c8kQB.EventoV6-module_active__XjqfP{color:#2563eb;border-bottom-color:#2563eb;background:#f0f7ff}.EventoV6-module_main__8Ghto{min-height:400px}.EventoV6-module_mainContainer__AaYl2{max-width:1200px;margin:0 auto;padding:3rem 2rem}.EventoV6-module_contentSection__LXrVQ{animation:EventoV6-module_fadeIn__C6Qwr .3s ease}@keyframes EventoV6-module_fadeIn__C6Qwr{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.EventoV6-module_contentGrid__Z1Tpt{display:grid;grid-template-columns:1fr 320px;gap:3rem}.EventoV6-module_contentTitle__WCUqy{font-size:1.75rem;color:#1a1a1a;margin:0 0 2rem;font-weight:600}.EventoV6-module_contentText__CsEp8{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:2.5rem}.EventoV6-module_features__TYeNr{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.EventoV6-module_feature__9cXND{display:flex;gap:1.25rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:all .2s}.EventoV6-module_feature__9cXND:hover{background:#f0f1f3;transform:translate(5px)}.EventoV6-module_featureIcon__jA-rr{font-size:2rem;flex-shrink:0}.EventoV6-module_featureContent__JCybN h3{font-size:1.1rem;color:#1a1a1a;margin:0 0 .5rem;font-weight:600}.EventoV6-module_featureContent__JCybN p{color:#666;margin:0;line-height:1.5}.EventoV6-module_objectives__lU-uv{padding:2rem;background:#fff;border:1px solid #eaeaea;border-radius:8px}.EventoV6-module_objectives__lU-uv h3{font-size:1.25rem;color:#1a1a1a;margin:0 0 1.25rem;font-weight:600}.EventoV6-module_objectivesList__tZ1Dp{list-style:none;padding:0;margin:0}.EventoV6-module_objectivesList__tZ1Dp li{padding:.75rem 0 .75rem 2rem;position:relative;color:#444;line-height:1.6;border-bottom:1px dotted #e0e0e0}.EventoV6-module_objectivesList__tZ1Dp li:last-child{border-bottom:none}.EventoV6-module_objectivesList__tZ1Dp li:before{content:"→";position:absolute;left:0;color:#2563eb;font-weight:700}.EventoV6-module_sidebar__uzpqg{position:sticky;top:100px;height:fit-content}.EventoV6-module_quickStats__a7yGO{background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.75rem}.EventoV6-module_quickStats__a7yGO h3{font-size:1.1rem;color:#1a1a1a;margin:0 0 1.25rem;font-weight:600}.EventoV6-module_statItem__C4bNe{padding:.75rem 0;border-bottom:1px dotted #e0e0e0;display:flex;flex-direction:column;gap:.25rem}.EventoV6-module_statItem__C4bNe:last-child{border-bottom:none}.EventoV6-module_statLabel__XUCHL{font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.EventoV6-module_statValue__YHqJW{font-size:.95rem;color:#1a1a1a;font-weight:500}.EventoV6-module_timeline__5NObv{display:flex;flex-direction:column;gap:2rem}.EventoV6-module_timelineItem__FFYIT{display:flex;gap:2rem;padding:2rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #2563eb}.EventoV6-module_timelineTime__u2e3d{min-width:120px;font-size:.95rem;color:#2563eb;font-weight:600}.EventoV6-module_timelineContent__aepi2 h3{font-size:1.2rem;color:#1a1a1a;margin:0 0 .5rem;font-weight:600}.EventoV6-module_timelineContent__aepi2>p{color:#666;margin:0 0 1rem;line-height:1.5}.EventoV6-module_topicsList__BrBy0{list-style:none;padding:0;margin:0}.EventoV6-module_topicsList__BrBy0 li{padding:.4rem 0 .4rem 1.25rem;position:relative;color:#444;font-size:.95rem}.EventoV6-module_topicsList__BrBy0 li:before{content:"•";position:absolute;left:0;color:#2563eb}.EventoV6-module_instructorProfile__s40kp{background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:2.5rem}.EventoV6-module_instructorHeader__5nxlN{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eaeaea}.EventoV6-module_instructorAvatar__7-1H5{width:100px;height:100px;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;font-weight:600;flex-shrink:0}.EventoV6-module_instructorBasicInfo__fzdxb h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 .5rem}.EventoV6-module_instructorTitle__MOaxW{color:#666;margin:0 0 1rem;line-height:1.4}.EventoV6-module_instructorBadges__mVZB0{display:flex;gap:.75rem;flex-wrap:wrap}.EventoV6-module_badge__s0X4N{display:inline-block;padding:.35rem .75rem;background:#f0f7ff;color:#2563eb;border-radius:4px;font-size:.85rem;font-weight:500}.EventoV6-module_instructorBio__l8kn2{margin-bottom:2rem}.EventoV6-module_instructorBio__l8kn2 p{color:#444;line-height:1.7;margin-bottom:1rem}.EventoV6-module_instructorHighlights__w-i1q{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.EventoV6-module_highlight__tTwxJ h4{font-size:1rem;color:#1a1a1a;margin:0 0 .75rem;font-weight:600}.EventoV6-module_highlight__tTwxJ ul{list-style:none;padding:0;margin:0}.EventoV6-module_highlight__tTwxJ li{padding:.4rem 0;color:#666;font-size:.9rem}.EventoV6-module_enrollmentGrid__8pW0x{display:grid;grid-template-columns:1fr 350px;gap:3rem}.EventoV6-module_pricingCard__gpdfk{background:#fff;border:2px solid #2563eb;border-radius:12px;padding:2.5rem}.EventoV6-module_pricingHeader__7ELvC{text-align:center;padding-bottom:2rem;border-bottom:1px solid #eaeaea;margin-bottom:2rem}.EventoV6-module_pricingHeader__7ELvC h3{font-size:1rem;color:#666;margin:0 0 1rem;text-transform:uppercase;letter-spacing:1px}.EventoV6-module_price__tw7NN{display:flex;align-items:baseline;justify-content:center;gap:.75rem;margin-bottom:.5rem}.EventoV6-module_priceOriginal__LCI55{font-size:1.25rem;color:#999;text-decoration:line-through}.EventoV6-module_priceCurrent__7F51t{font-size:2.5rem;color:#1a1a1a;font-weight:700}.EventoV6-module_priceCurrency__r70k5{font-size:1rem;color:#666}.EventoV6-module_priceNote__yuOPa{color:#2563eb;font-size:.9rem;margin:0}.EventoV6-module_includedList__f9Xi1{list-style:none;padding:0;margin:0 0 2rem}.EventoV6-module_includedList__f9Xi1 li{padding:.75rem 0;color:#444;border-bottom:1px dotted #e0e0e0}.EventoV6-module_includedList__f9Xi1 li:last-child{border-bottom:none}.EventoV6-module_enrollButton__j-Zum{width:100%;padding:1.25rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.EventoV6-module_enrollButton__j-Zum:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.EventoV6-module_enrollButton__j-Zum.EventoV6-module_enrolled__-b3fA{background:linear-gradient(135deg,#10b981,#059669)}.EventoV6-module_enrollmentConfirmation__q6Jif{margin-top:1.5rem;padding:1.25rem;background:#f0fdf4;border:1px solid #10b981;border-radius:8px}.EventoV6-module_enrollmentConfirmation__q6Jif p{margin:0;color:#065f46;line-height:1.5}.EventoV6-module_paymentMethods__8sYuN{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.EventoV6-module_paymentMethods__8sYuN h4{font-size:1rem;color:#1a1a1a;margin:0 0 1rem}.EventoV6-module_methods__MEpIT{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.EventoV6-module_methods__MEpIT span{font-size:.9rem;color:#666}.EventoV6-module_enrollmentSidebar__p3ndL{display:flex;flex-direction:column;gap:1.5rem}.EventoV6-module_urgencyBox__0eBEG,.EventoV6-module_seatsBox__is--e,.EventoV6-module_guaranteeBox__r9-0J,.EventoV6-module_contactBox__VzDwn{background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.5rem}.EventoV6-module_urgencyBox__0eBEG h4,.EventoV6-module_seatsBox__is--e h4,.EventoV6-module_guaranteeBox__r9-0J h4,.EventoV6-module_contactBox__VzDwn h4{font-size:1rem;color:#1a1a1a;margin:0 0 .75rem;font-weight:600}.EventoV6-module_urgencyBox__0eBEG p,.EventoV6-module_seatsBox__is--e p,.EventoV6-module_guaranteeBox__r9-0J p,.EventoV6-module_contactBox__VzDwn p{color:#666;font-size:.9rem;margin:0 0 .5rem}.EventoV6-module_countdown__hV8Yi{font-size:1.5rem;font-weight:700;color:#ef4444;text-align:center;margin-top:.5rem}.EventoV6-module_seatsBar__Ff69h{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin:1rem 0}.EventoV6-module_seatsFilled__NLYNO{height:100%;background:linear-gradient(90deg,#2563eb,#1e40af);transition:width .5s ease}.EventoV6-module_contactBox__VzDwn a{display:block;color:#2563eb;text-decoration:none;padding:.5rem 0;font-size:.95rem}.EventoV6-module_contactBox__VzDwn a:hover{text-decoration:underline}.EventoV6-module_footer__iFHlv{background:#f8f9fa;border-top:1px solid #eaeaea;padding:2rem 0;margin-top:4rem}.EventoV6-module_footerContainer__9BZAg{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.EventoV6-module_footerContainer__9BZAg p{color:#666;font-size:.9rem;margin:0}@media (max-width: 968px){.EventoV6-module_contentGrid__Z1Tpt,.EventoV6-module_enrollmentGrid__8pW0x{grid-template-columns:1fr}.EventoV6-module_sidebar__uzpqg{position:static}.EventoV6-module_instructorHighlights__w-i1q{grid-template-columns:1fr}.EventoV6-module_navButton__c8kQB{font-size:.85rem;padding:1rem .5rem}}@media (max-width: 640px){.EventoV6-module_heroTitle__jUpqv{font-size:1.75rem}.EventoV6-module_heroMeta__i0Pjh{flex-direction:column;gap:1rem}.EventoV6-module_metaDivider__mbMYS{display:none}.EventoV6-module_timeline__5NObv{gap:1rem}.EventoV6-module_timelineItem__FFYIT{flex-direction:column;gap:.5rem;padding:1.5rem}.EventoV6-module_instructorHeader__5nxlN{flex-direction:column;align-items:center;text-align:center}.EventoV6-module_methods__MEpIT{grid-template-columns:1fr}}.EventoV7-module_container__kgldj{min-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV7-module_content__dwaKw{max-width:1100px;margin:0 auto;background:#fff}.EventoV7-module_coverImage__Da42P{height:320px;background:linear-gradient(135deg,#ec4899,#8b5cf6);position:relative;display:flex;align-items:center;justify-content:center}.EventoV7-module_coverOverlay__Z4vXW{text-align:center}.EventoV7-module_eventType__y3ihc{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:1px}.EventoV7-module_eventContent__f0zhM{display:grid;grid-template-columns:1fr 340px;gap:3rem;padding:3rem}.EventoV7-module_mainSection__CtgHr{min-width:0}.EventoV7-module_datetime__yY0Jr{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.EventoV7-module_date__2fg7r{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;background:#f3f4f6;border-radius:12px;min-width:60px}.EventoV7-module_month__nfwUR{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:1px}.EventoV7-module_day__LnDuf{font-size:1.75rem;font-weight:700;color:#111827;line-height:1}.EventoV7-module_time__HEDMA p{margin:0;color:#374151}.EventoV7-module_time__HEDMA p:first-child{font-weight:600;margin-bottom:.25rem}.EventoV7-module_title__9771o{font-size:2rem;font-weight:700;color:#111827;margin:0 0 1.5rem;line-height:1.2}.EventoV7-module_host__GMgxs{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.EventoV7-module_hostAvatar__DG5ox{width:48px;height:48px;border-radius:50%;background:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.EventoV7-module_hostedBy__MQEnw{margin:0;font-size:.875rem;color:#6b7280}.EventoV7-module_hostName__j5omb{margin:0;font-weight:600;color:#111827}.EventoV7-module_description__1kToH{margin-bottom:2.5rem}.EventoV7-module_description__1kToH h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventoV7-module_description__1kToH p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.EventoV7-module_agenda__7Ttfs{margin-bottom:2.5rem}.EventoV7-module_agenda__7Ttfs h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventoV7-module_agendaItem__kFWmC{display:flex;gap:1.5rem;padding:.875rem 0;border-bottom:1px solid #f3f4f6;color:#374151}.EventoV7-module_agendaItem__kFWmC:last-child{border-bottom:none}.EventoV7-module_agendaTime__ptOz-{font-weight:600;color:#6b7280;min-width:50px}.EventoV7-module_location__vYcIv h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventoV7-module_locationCard__il-s8{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.EventoV7-module_locationIcon__dzJP7{font-size:1.5rem}.EventoV7-module_locationType__5Tm9g{margin:0;font-weight:600;color:#111827}.EventoV7-module_locationDetails__XaZ-1{margin:0;font-size:.875rem;color:#6b7280}.EventoV7-module_sidebar__sPFzI{position:sticky;top:2rem;height:fit-content}.EventoV7-module_registerCard__T3hdE{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.EventoV7-module_price__PaS4G{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.EventoV7-module_priceAmount__beCPY{font-size:2rem;font-weight:700;color:#111827}.EventoV7-module_priceCurrency__Z5FsX{color:#6b7280;font-size:1rem}.EventoV7-module_registerButton__bSl0D{width:100%;padding:.875rem;background:#111827;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.EventoV7-module_registerButton__bSl0D:hover{background:#000}.EventoV7-module_registered__K4k97{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:#f0fdf4;border-radius:12px;color:#15803d;font-weight:600}.EventoV7-module_checkmark__CHbhX{font-size:1.25rem}.EventoV7-module_attendees__-xiOK{text-align:center;padding:1.5rem 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;margin:1.5rem 0}.EventoV7-module_attendees__-xiOK p{margin:0 0 .75rem;color:#374151;font-size:.875rem}.EventoV7-module_attendeeAvatars__kceZo{display:flex;justify-content:center}.EventoV7-module_avatar__rUavS{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6b7280;font-weight:600}.EventoV7-module_shareButton__6suJz{width:100%;padding:.75rem;background:transparent;border:1px solid #e5e7eb;border-radius:12px;color:#374151;font-weight:500;cursor:pointer;transition:background .2s}.EventoV7-module_shareButton__6suJz:hover{background:#f9fafb}.EventoV7-module_included__cic8f{padding:1.5rem;background:#f9fafb;border-radius:12px}.EventoV7-module_includedTitle__PWPkQ{margin:0 0 .75rem;font-weight:600;color:#111827;font-size:.875rem}.EventoV7-module_included__cic8f ul{list-style:none;padding:0;margin:0}.EventoV7-module_included__cic8f li{color:#4b5563;font-size:.875rem;padding:.5rem 0 .5rem 1.25rem;position:relative}.EventoV7-module_included__cic8f li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.EventoV7-module_footer__x3ssd{text-align:center;padding:3rem 0;color:#9ca3af;font-size:.875rem}.EventoV7-module_footer__x3ssd p{margin:0}@media (max-width: 768px){.EventoV7-module_eventContent__f0zhM{grid-template-columns:1fr;padding:2rem 1rem}.EventoV7-module_sidebar__sPFzI{position:static}.EventoV7-module_coverImage__Da42P{height:200px}.EventoV7-module_title__9771o{font-size:1.5rem}}.EventoV8-module_container__yvu4-{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV8-module_header__bAYnp{border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:100}.EventoV8-module_headerContent__p3Gs1{max-width:1200px;margin:0 auto;padding:1rem 2rem}.EventoV8-module_logo__QFvT7{font-size:1.125rem;font-weight:600;color:#111827}.EventoV8-module_hero__7VaI2{height:280px;background:linear-gradient(135deg,#6366f1,#a855f7);position:relative;overflow:hidden}.EventoV8-module_heroPattern__4Sber{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.1) 35px,rgba(255,255,255,.1) 70px)}.EventoV8-module_mainWrapper__KckUT{max-width:1200px;margin:-100px auto 0;padding:0 2rem 4rem;position:relative}.EventoV8-module_mainContent__X03oO{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.EventoV8-module_eventHeader__KmjE5{padding:3rem 3rem 2rem;border-bottom:1px solid #f3f4f6}.EventoV8-module_eventMeta__evH51{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.EventoV8-module_badge__hzpXf{background:#ede9fe;color:#6d28d9;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.EventoV8-module_dot__KEsuK{color:#d1d5db}.EventoV8-module_duration__vK6V0{color:#6b7280;font-size:.875rem}.EventoV8-module_title__51xYD{font-size:2.25rem;font-weight:800;color:#111827;margin:0 0 1.5rem;line-height:1.1}.EventoV8-module_quickInfo__FT1VR{display:flex;flex-wrap:wrap;gap:2rem}.EventoV8-module_infoItem__RHlkx{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.95rem}.EventoV8-module_icon__Y32Hh{font-size:1.125rem}.EventoV8-module_contentGrid__5Ets5{display:grid;grid-template-columns:1fr 380px;gap:0}.EventoV8-module_leftColumn__xMkGq{padding:3rem;border-right:1px solid #f3f4f6}.EventoV8-module_section__IHkdS{margin-bottom:3rem}.EventoV8-module_section__IHkdS:last-child{margin-bottom:0}.EventoV8-module_section__IHkdS h2{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 1.25rem}.EventoV8-module_section__IHkdS p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.EventoV8-module_highlights__utYBP{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.EventoV8-module_highlight__ZisS2{display:flex;align-items:center;gap:.75rem}.EventoV8-module_highlightIcon__6H8HY{width:20px;height:20px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.EventoV8-module_schedule__bIBkj{display:flex;flex-direction:column;gap:0}.EventoV8-module_scheduleItem__qbd9X{display:flex;gap:1.5rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.EventoV8-module_scheduleItem__qbd9X:first-child{padding-top:0}.EventoV8-module_scheduleItem__qbd9X:last-child{border-bottom:none;padding-bottom:0}.EventoV8-module_scheduleTime__ngWJf{font-size:.875rem;color:#6b7280;font-weight:500;min-width:100px}.EventoV8-module_scheduleContent__Rp7jX strong{display:block;color:#111827;margin-bottom:.25rem}.EventoV8-module_scheduleContent__Rp7jX p{margin:0;font-size:.875rem;color:#6b7280}.EventoV8-module_speaker__ZDY1s{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.EventoV8-module_speakerAvatar__jgDjL{width:56px;height:56px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.EventoV8-module_speakerInfo__wbtxh h3{margin:0 0 .25rem;font-size:1rem;color:#111827}.EventoV8-module_speakerInfo__wbtxh p{margin:0;font-size:.875rem;color:#6b7280}.EventoV8-module_rightColumn__RQ12J{padding:3rem 2rem;background:#fafafa}.EventoV8-module_registrationCard__ekjkq{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.EventoV8-module_priceSection__mqqTG{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.EventoV8-module_priceLabel__XKWZ4{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.EventoV8-module_priceAmount__9OGxs{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.25rem}.EventoV8-module_priceValue__NXsRn{font-size:2.25rem;font-weight:800;color:#111827}.EventoV8-module_priceCurrency__ymKaM{color:#6b7280;font-size:1rem}.EventoV8-module_priceNote__VsSsX{font-size:.875rem;color:#6b7280}.EventoV8-module_form__7jkRn{display:flex;flex-direction:column;gap:.75rem}.EventoV8-module_emailInput__yBmSY{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s}.EventoV8-module_emailInput__yBmSY:focus{outline:none;border-color:#6366f1}.EventoV8-module_registerButton__F3kjA{padding:.875rem;background:#111827;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.EventoV8-module_registerButton__F3kjA:hover{background:#000}.EventoV8-module_registered__Q2sik{text-align:center;padding:1.5rem}.EventoV8-module_successIcon__K8RGt{width:48px;height:48px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.EventoV8-module_registered__Q2sik h3{margin:0 0 .5rem;color:#111827;font-size:1.125rem}.EventoV8-module_registered__Q2sik p{margin:0;color:#6b7280;font-size:.875rem}.EventoV8-module_thanksMessage__TXZTN{position:absolute;top:-3rem;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;animation:EventoV8-module_slideDown__LvJyZ .3s ease}@keyframes EventoV8-module_slideDown__LvJyZ{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.EventoV8-module_stats__WNx32{display:flex;justify-content:space-around;padding:1.5rem 0;margin:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.EventoV8-module_stat__PAmQO{text-align:center}.EventoV8-module_statValue__350Iq{display:block;font-size:1.5rem;font-weight:700;color:#111827}.EventoV8-module_statLabel__igN4Z{display:block;font-size:.75rem;color:#6b7280;margin-top:.25rem}.EventoV8-module_statDivider__ji9e0{width:1px;background:#e5e7eb}.EventoV8-module_included__ZF-us{margin-bottom:1.5rem}.EventoV8-module_included__ZF-us h4{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.EventoV8-module_included__ZF-us ul{list-style:none;padding:0;margin:0}.EventoV8-module_included__ZF-us li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563;font-size:.875rem;line-height:1.4}.EventoV8-module_included__ZF-us li:before{content:"•";position:absolute;left:0;color:#6366f1;font-weight:700}.EventoV8-module_shareSection__-sZOg{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.EventoV8-module_shareButton__cwkvF{padding:.625rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.EventoV8-module_shareButton__cwkvF:hover{background:#f9fafb;border-color:#d1d5db}.EventoV8-module_shareButton__cwkvF span{font-size:1rem}.EventoV8-module_contact__J0iAa{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.EventoV8-module_contact__J0iAa p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}.EventoV8-module_contact__J0iAa a{color:#6366f1;text-decoration:none;font-size:.875rem;font-weight:500}.EventoV8-module_contact__J0iAa a:hover{text-decoration:underline}@media (max-width: 968px){.EventoV8-module_contentGrid__5Ets5{grid-template-columns:1fr}.EventoV8-module_leftColumn__xMkGq{border-right:none;border-bottom:1px solid #f3f4f6}.EventoV8-module_mainWrapper__KckUT{padding:0 1rem 2rem}.EventoV8-module_eventHeader__KmjE5,.EventoV8-module_leftColumn__xMkGq{padding:2rem 1.5rem}.EventoV8-module_title__51xYD{font-size:1.75rem}}.EventoV9-module_container__nrEh8{min-height:100vh;background:#f7f7f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.EventoV9-module_modal__5MDZR{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:EventoV9-module_fadeIn__mN4Sy .2s ease}@keyframes EventoV9-module_fadeIn__mN4Sy{0%{opacity:0}to{opacity:1}}.EventoV9-module_modalContent__kNGHu{background:#fff;border-radius:16px;padding:2.5rem;max-width:400px;width:90%;text-align:center;position:relative;animation:EventoV9-module_slideUp__59CcL .3s ease}@keyframes EventoV9-module_slideUp__59CcL{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.EventoV9-module_closeModal__T-pwS{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.EventoV9-module_closeModal__T-pwS:hover{background:#f3f4f6}.EventoV9-module_modalIcon__qwMYJ{font-size:3rem;margin-bottom:1rem}.EventoV9-module_modalContent__kNGHu h2{margin:0 0 .5rem;color:#111827;font-size:1.5rem}.EventoV9-module_modalContent__kNGHu p{margin:0 0 1.5rem;color:#6b7280}.EventoV9-module_modalButton__atYUs{padding:.75rem 2rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.EventoV9-module_nav__jyTks{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0}.EventoV9-module_navContent__IRIid{max-width:1400px;margin:0 auto;padding:0 2rem}.EventoV9-module_navLogo__0amJ9{color:#374151;text-decoration:none;font-weight:500;transition:color .2s}.EventoV9-module_navLogo__0amJ9:hover{color:#111827}.EventoV9-module_layout__-gyqq{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:0;background:#fff;min-height:calc(100vh - 60px)}.EventoV9-module_eventDetails__cQAXk{border-right:1px solid #e5e7eb;overflow-y:auto}.EventoV9-module_cover__Soa0f{width:100%;height:300px;overflow:hidden}.EventoV9-module_cover__Soa0f img{width:100%;height:100%;object-fit:cover}.EventoV9-module_content__sJFaC{padding:2.5rem 3rem}.EventoV9-module_titleSection__T28-u{margin-bottom:2rem}.EventoV9-module_title__bhT-K{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}.EventoV9-module_subtitle__5ZaZD{color:#6b7280;font-size:1.125rem;margin:0}.EventoV9-module_keyInfo__PUm8s{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.EventoV9-module_keyInfoItem__Pd5i2{display:flex;gap:1rem;align-items:flex-start}.EventoV9-module_keyInfoIcon__NknEE{font-size:1.25rem;margin-top:.125rem}.EventoV9-module_keyInfoItem__Pd5i2 strong{display:block;color:#111827;font-weight:600;margin-bottom:.25rem}.EventoV9-module_keyInfoItem__Pd5i2 span{display:block;color:#6b7280;font-size:.875rem}.EventoV9-module_description__M8HGv{margin-bottom:2.5rem}.EventoV9-module_description__M8HGv h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventoV9-module_description__M8HGv p{color:#374151;line-height:1.7;margin-bottom:1rem}.EventoV9-module_description__M8HGv ul{margin:0 0 1rem;padding-left:1.5rem;color:#374151;line-height:1.7}.EventoV9-module_additionalInfo__pWWtE{display:grid;gap:1.5rem;margin-bottom:2.5rem}.EventoV9-module_infoBlock__XsvDf h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.EventoV9-module_infoBlock__XsvDf p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}.EventoV9-module_organizer__EQF2T h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventoV9-module_organizerCard__7myq-{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.EventoV9-module_organizerLogo__uYiMd{width:48px;height:48px;background:#4f46e5;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600}.EventoV9-module_organizerCard__7myq- strong{display:block;color:#111827;margin-bottom:.25rem}.EventoV9-module_organizerCard__7myq- p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}.EventoV9-module_organizerCard__7myq- a{color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:500}.EventoV9-module_organizerCard__7myq- a:hover{text-decoration:underline}.EventoV9-module_registrationPanel__7lhVZ{background:#fafafa;padding:2rem;position:sticky;top:0;height:100vh;overflow-y:auto}.EventoV9-module_registrationCard__Z4LwA{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.EventoV9-module_ticketSection__3W-bY{padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.EventoV9-module_ticketSection__3W-bY h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.EventoV9-module_ticketPrice__N3IwS{margin-bottom:1rem}.EventoV9-module_price__dRDxF{font-size:1.75rem;font-weight:700;color:#111827;display:block}.EventoV9-module_perTicket__zaKeI{font-size:.875rem;color:#6b7280}.EventoV9-module_ticketSelector__Wl-yF{display:flex;align-items:center;gap:1rem;justify-content:center;background:#f3f4f6;padding:.5rem;border-radius:8px}.EventoV9-module_ticketButton__Gfqyq{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.EventoV9-module_ticketButton__Gfqyq:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.EventoV9-module_ticketButton__Gfqyq:disabled{opacity:.5;cursor:not-allowed}.EventoV9-module_ticketCount__fYOH-{font-weight:600;font-size:1.125rem;min-width:30px;text-align:center}.EventoV9-module_total__RfbLa{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1rem;font-weight:600}.EventoV9-module_totalAmount__xmUed{font-size:1.25rem;color:#111827}.EventoV9-module_registerButton__0ygDV{width:100%;padding:1rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.EventoV9-module_registerButton__0ygDV:hover{background:#4338ca}.EventoV9-module_trustBadges__dpLrd{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#6b7280}.EventoV9-module_registeredState__SChHn{text-align:center;padding:1.5rem 0}.EventoV9-module_checkIcon__Ow-ix{width:56px;height:56px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1rem}.EventoV9-module_registeredState__SChHn h3{margin:0 0 .5rem;color:#111827;font-size:1.125rem}.EventoV9-module_registeredState__SChHn p{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.EventoV9-module_registeredActions__WHfbb{display:flex;flex-direction:column;gap:.75rem}.EventoV9-module_calendarButton__447js,.EventoV9-module_inviteButton__Tfan0{padding:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}.EventoV9-module_calendarButton__447js:hover,.EventoV9-module_inviteButton__Tfan0:hover{background:#f9fafb;border-color:#9ca3af}.EventoV9-module_eventStats__c1h6j{padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:1.5rem 0}.EventoV9-module_statRow__63eo1{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#4b5563;font-size:.875rem}.EventoV9-module_shareButtons__CxlYv{display:flex;justify-content:center;gap:.5rem}.EventoV9-module_shareBtn__56vv-{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.EventoV9-module_shareBtn__56vv-:hover{background:#f9fafb;border-color:#d1d5db}.EventoV9-module_shareBtn__56vv- span{font-size:1.125rem}.EventoV9-module_faq__tHlig{background:#fff;border-radius:12px;padding:1.5rem}.EventoV9-module_faq__tHlig details{padding:.75rem 0;border-bottom:1px solid #e5e7eb}.EventoV9-module_faq__tHlig details:last-child{border-bottom:none}.EventoV9-module_faq__tHlig summary{font-weight:500;color:#374151;cursor:pointer;font-size:.875rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.EventoV9-module_faq__tHlig summary:after{content:"+";font-size:1.25rem;color:#9ca3af}.EventoV9-module_faq__tHlig details[open] summary:after{content:"−"}.EventoV9-module_faq__tHlig p{margin:.75rem 0 0;color:#6b7280;font-size:.875rem;line-height:1.5}@media (max-width: 1024px){.EventoV9-module_layout__-gyqq{grid-template-columns:1fr}.EventoV9-module_eventDetails__cQAXk{border-right:none;border-bottom:1px solid #e5e7eb}.EventoV9-module_registrationPanel__7lhVZ{position:static;height:auto}.EventoV9-module_content__sJFaC{padding:2rem 1.5rem}}@media (max-width: 640px){.EventoV9-module_title__bhT-K{font-size:1.5rem}.EventoV9-module_cover__Soa0f{height:200px}.EventoV9-module_content__sJFaC{padding:1.5rem 1rem}.EventoV9-module_registrationPanel__7lhVZ{padding:1rem}}@keyframes electricBorder{0%,to{box-shadow:0 8px 20px #00000026,inset 0 0 0 2px #fff0,inset 0 0 20px #fff0}50%{box-shadow:0 8px 20px #00000026,inset 0 0 0 2px #fffc,inset 0 0 20px #fff6}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-page{background:#fff;min-height:100vh;position:relative}.blog-hero{height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d3748);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.bg-element-1{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#BAFC45 0%,transparent 70%);opacity:.1;animation:rotate 20s linear infinite;top:-200px;right:-200px}.bg-element-2{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#BAFC45 0%,transparent 70%);opacity:.1;animation:rotate 30s linear infinite reverse;bottom:-100px;left:-100px}.blog-logo{position:absolute;top:40px;left:40px;z-index:10}.blog-logo img{height:40px;cursor:pointer;filter:brightness(0) invert(1)}.hero-content{text-align:center;z-index:10;max-width:900px;padding:0 40px}.hero-badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:40px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 12px 8px 8px;border-radius:35px;border:1px solid rgba(255,255,255,.2)}.badge-new{background:#bafc45;color:#1a1a1a;padding:6px 14px;border-radius:25px;font-size:13px;font-weight:600}.badge-text{color:#ffffffe6;font-size:15px;font-weight:900}.hero-title{font-size:100px;font-weight:900;line-height:.9;color:#fff;letter-spacing:-4px;margin-bottom:40px}.hero-journal{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:40px}.journal-text{font-size:100px;font-weight:900;color:#fff;letter-spacing:-4px}.mexico-icon{background:#bafc45;padding:25px;border-radius:24px;animation:electricBorder 2s linear infinite;display:inline-flex;align-items:center;justify-content:center}.hero-subtitle{font-size:24px;color:#fffc;margin-bottom:50px;font-weight:300}.hero-buttons{display:flex;gap:20px;justify-content:center}.hero-btn-primary{background:#bafc45;color:#1a1a1a;padding:18px 48px;font-size:18px;font-weight:700;border:none;border-radius:14px;cursor:pointer;box-shadow:0 20px 40px #bafc454d}.hero-btn-secondary{background:transparent;color:#fff;padding:18px 48px;font-size:18px;font-weight:700;border:2px solid rgba(255,255,255,.3);border-radius:14px;cursor:pointer}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.6}.scroll-line{width:1px;height:40px;background:#fff}.blog-content{padding:80px 40px 100px;background:#fff}.content-container{max-width:1400px;margin:0 auto;display:flex;gap:60px}.main-content{flex:1}.recent-posts{margin-bottom:80px}.section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:30px}.loading-state{text-align:center;padding:40px;color:#6b7280;font-size:16px}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:60px}.featured-article{cursor:pointer;transition:transform .3s}.featured-article:hover{transform:translateY(-5px)}.featured-image{width:100%;height:200px;border-radius:12px;background-size:cover;background-position:center;margin-bottom:16px;position:relative;overflow:hidden}.image-category{position:absolute;top:16px;left:16px;background:#bafc45;color:#1a1a1a;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}.article-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}.meta-date,.meta-time{font-size:14px;color:#6b7280}.meta-separator{color:#d1d5db}.article-title{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:8px}.article-description{font-size:14px;color:#6b7280;line-height:1.6}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.sort-select{padding:8px 16px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:14px;color:#4b5563;cursor:pointer}.posts-list{display:flex;flex-direction:column;gap:24px}.post-item{display:flex;gap:24px;padding:24px;background:#f9fafb;border-radius:12px;cursor:pointer;transition:all .3s;border:1px solid transparent}.post-item:hover{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000d}.post-thumbnail{width:160px;height:120px;border-radius:8px;background-size:cover;background-position:center;flex-shrink:0}.post-meta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.post-category{background:#e5e7eb;color:#6b7280;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.post-category.featured{background:#bafc45;color:#1a1a1a}.post-date,.post-read-time{font-size:14px;color:#9ca3af}.post-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.post-description{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:12px}.read-more{color:#4b5563;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.load-more{text-align:center;margin-top:60px}.load-more-btn{background:#1a1a1a;color:#fff;padding:14px 40px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.load-more-btn:hover{background:#2d3748}.sidebar{width:280px;flex-shrink:0}.sidebar-content{position:sticky;top:100px}.sidebar-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.categories-list{display:flex;flex-direction:column;gap:4px}.category-btn{background:transparent;border:none;color:#4b5563;font-size:15px;font-weight:500;cursor:pointer;padding:12px 16px;border-radius:8px;text-align:left;transition:all .2s;display:flex;justify-content:space-between;align-items:center}.category-btn:hover{background:#f9fafb}.category-btn.active{background:#f3f4f6;color:#1a1a1a;font-weight:600}.category-count{color:#9ca3af;font-size:14px}.category-btn.active .category-count{color:#6b7280}.newsletter{margin-top:60px;padding:24px;background:#f9fafb;border-radius:12px}.newsletter-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.newsletter-description{font-size:14px;color:#6b7280;margin-bottom:20px;line-height:1.5}.newsletter-input{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;margin-bottom:12px;box-sizing:border-box}.newsletter-btn{width:100%;background:#1a1a1a;color:#fff;padding:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s}.newsletter-btn:hover{background:#2d3748}@media (max-width: 768px){.hero-title,.journal-text{font-size:60px}.content-container{flex-direction:column;gap:40px}.featured-grid{grid-template-columns:1fr}.post-item{flex-direction:column}.post-thumbnail,.sidebar{width:100%}.posts-header{flex-direction:column;gap:20px;align-items:stretch}}.blog-dashboard-container{padding:20px}.blog-dashboard-header{background:#fff;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-title{font-size:28px;font-weight:700;color:#1a1a1a}.view-blog-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}.view-blog-btn:hover{background:#e5e7eb}.view-blog-btn svg{width:18px;height:18px}.tabs-container{display:flex;gap:4px;border-bottom:2px solid #e5e7eb}.tab-button{padding:12px 24px;border:none;border-radius:8px 8px 0 0;cursor:pointer;font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .2s}.tab-button.active{background:#1a1a1a;color:#fff}.tab-button.inactive{background:transparent;color:#6b7280}.tab-button svg{width:18px;height:18px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:30px}.stat-card{padding:28px;border-radius:12px}.stat-card.white{background:#fff;border:1px solid #e5e7eb}.stat-card.dark{background:#1a1a1a}.stat-number{font-size:48px;font-weight:900;margin-bottom:8px;line-height:1}.stat-number.white{color:#1a1a1a}.stat-number.dark{color:#fff}.stat-label{font-size:13px;font-weight:500;letter-spacing:.5px}.stat-label.white{color:#6b7280}.stat-label.dark{color:#9ca3af}.filters-container{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.filters-content{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.category-select{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;cursor:pointer}.new-post-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#bafc45;color:#1a1a1a;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.new-post-btn:hover{background:#a8e63b}.new-post-btn svg{width:18px;height:18px}.posts-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.loading-message,.no-posts-message{text-align:center;padding:40px;color:#6b7280}.posts-list{display:flex;flex-direction:column;gap:20px}.post-item{display:flex;flex-direction:column;padding:24px;background:#fff;border-radius:12px;gap:24px;border:1px solid #e5e7eb;transition:all .2s;position:relative}.post-item-main{display:flex;align-items:center;gap:24px;width:100%}.post-expanded-content{width:100%;margin-top:16px;padding:24px;background:#fef2f2;border-radius:12px;border:1px solid #fecaca}.confirmation-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.confirmation-icon{width:40px;height:40px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirmation-icon svg{width:20px;height:20px;color:#dc2626}.confirmation-header h3{margin:0;font-size:18px;font-weight:700;color:#1f2937}.confirmation-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#374151;font-style:italic}.confirmation-warning{margin:0 0 20px;font-size:14px;color:#6b7280;line-height:1.5}.confirmation-buttons{display:flex;gap:12px;justify-content:flex-end}.cancel-btn{padding:10px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#f9fafb}.confirm-delete-btn{padding:10px 20px;background:#dc2626;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.confirm-delete-btn:hover:not(:disabled){background:#b91c1c}.confirm-delete-btn:disabled{opacity:.6;cursor:not-allowed}.post-expanded-content h2{margin:0 0 8px;font-size:16px;font-weight:600;color:#1a1a1a}.post-expanded-content p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.post-item:hover{box-shadow:0 4px 12px #0000000d}.post-cover{width:160px;height:120px;border-radius:8px;background-size:cover;background-position:center;flex-shrink:0}.post-content{flex:1}.post-badges{display:flex;align-items:center;gap:12px;margin-bottom:8px}.featured-badge{padding:4px 10px;background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;border-radius:4px;letter-spacing:.5px}.category-badge{font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.post-subtitle{font-size:14px;color:#6b7280;margin-bottom:12px;line-height:1.5}.post-meta{display:flex;gap:20px;font-size:13px;color:#9ca3af}.action-buttons{display:flex;gap:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:24px;border-radius:12px;max-width:400px;width:90%;z-index:1001}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.action-btn{padding:10px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;background:#fff;position:relative}.action-btn svg{width:16px;height:16px}.featured-btn{background:#fff;color:#1a1a1a}.featured-btn.active{background:#1a1a1a;color:#fff}.edit-btn,.view-btn{background:#fff;color:#1a1a1a}.edit-btn:hover,.view-btn:hover{background:#1a1a1a;color:#fff}.delete-btn{background:#fff;color:#dc2626}.delete-btn:hover{background:#dc2626;color:#fff}.modal-icon{width:64px;height:64px;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal-icon svg{width:32px;height:32px;color:#f59e0b}.modal-title{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:12px}.modal-description{font-size:14px;color:#6b7280;margin-bottom:24px;line-height:1.5}.modal-buttons{display:flex;gap:12px;justify-content:center}.modal-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.modal-btn.cancel{background:#fff;border:1px solid #d1d5db;color:#374151}.modal-btn.cancel:hover{background:#f9fafb}.modal-btn.delete{background:#dc2626;border:none;color:#fff}.modal-btn.delete:hover:not(:disabled){background:#b91c1c}.modal-btn.delete:disabled{opacity:.6;cursor:not-allowed}.builder-container{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000001a;text-align:center}.builder-icon{width:64px;height:64px;margin:0 auto 20px;color:#9ca3af}.builder-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.builder-description{font-size:16px;color:#6b7280;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.builder-btn{padding:14px 32px;background:#bafc45;color:#1a1a1a;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.builder-btn:hover{background:#a8e63b}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px}.analytics-card{padding:24px;border-radius:12px}.analytics-card.white{background:#fff;border:1px solid #e5e7eb}.analytics-card.dark{background:#1a1a1a}.analytics-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.analytics-header svg{width:24px;height:24px}.analytics-header.white svg{color:#6b7280}.analytics-header.dark svg{color:#9ca3af}.analytics-badge{font-size:12px;font-weight:600}.analytics-badge.success{color:#10b981}.analytics-badge.accent{color:#bafc45}.analytics-number{font-size:32px;font-weight:800;margin-bottom:4px}.analytics-number.white{color:#1a1a1a}.analytics-number.dark{color:#fff}.analytics-label{font-size:13px}.analytics-label.white{color:#6b7280}.analytics-label.dark{color:#9ca3af}.analytics-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px}.analytics-main,.analytics-sidebar{display:flex;flex-direction:column;gap:20px}.chart-container{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb}.chart-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.chart-bars{display:flex;align-items:flex-end;justify-content:space-between;height:200px;border-bottom:2px solid #e5e7eb;padding-bottom:10px}.chart-bar-container{display:flex;flex-direction:column;align-items:center;flex:1}.chart-bar{width:100%;max-width:40px;background:#1a1a1a;border-radius:4px 4px 0 0;margin-bottom:8px}.chart-label{font-size:10px;color:#6b7280;transform:rotate(-45deg);white-space:nowrap}.top-pages-list{display:flex;flex-direction:column;gap:12px}.top-page-item{display:flex;align-items:center;gap:16px;padding:12px;border-radius:8px}.top-page-item.first{background:#1a1a1a}.top-page-item.other{background:#f9fafb}.top-page-rank{font-size:20px;font-weight:700;width:30px}.top-page-rank.first{color:#fff}.top-page-rank.other{color:#6b7280}.top-page-info{flex:1}.top-page-path{font-size:15px;font-weight:600}.top-page-path.first{color:#fff}.top-page-path.other{color:#1a1a1a}.top-page-stats{text-align:right}.top-page-count{font-size:18px;font-weight:700}.top-page-count.first{color:#bafc45}.top-page-count.other{color:#1a1a1a}.top-page-label{font-size:11px}.top-page-label.first{color:#9ca3af}.top-page-label.other{color:#6b7280}.traffic-list{display:flex;flex-direction:column;gap:12px}.traffic-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.traffic-source{font-size:14px;color:#4b5563;font-weight:500}.traffic-count{font-size:14px;font-weight:700;color:#1a1a1a}.devices-list{display:flex;flex-direction:column;gap:16px}.device-item{display:flex;align-items:center;gap:12px}.device-icon{width:20px;height:20px;color:#6b7280}.device-info{flex:1}.device-header{display:flex;justify-content:space-between;margin-bottom:4px}.device-name{font-size:14px;color:#4b5563}.device-count{font-size:14px;font-weight:700;color:#1a1a1a}.device-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.device-progress{height:100%}.device-progress.desktop{background:#1a1a1a}.device-progress.mobile{background:#6b7280}.device-progress.tablet{background:#d1d5db}.countries-list{display:flex;flex-direction:column;gap:12px}.country-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px}.country-item.first{background:#1a1a1a}.country-item.other{background:#f9fafb}.country-name{font-size:14px;font-weight:500}.country-name.first{color:#fff}.country-name.other{color:#4b5563}.country-count{font-size:14px;font-weight:700}.country-count.first{color:#bafc45}.country-count.other{color:#1a1a1a}@media (max-width: 768px){.analytics-layout{grid-template-columns:1fr}.filters-content{flex-direction:column;align-items:stretch}.search-input{min-width:unset}.post-item{flex-direction:column;text-align:center}.post-cover{width:100%;max-width:300px}.action-buttons{justify-content:center}}.success-toast{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:2000;display:flex;align-items:center;gap:12px;animation:slideInRight .3s ease-out;min-width:300px}.success-toast.hide{animation:slideOutRight .3s ease-in forwards}.success-toast-icon{width:20px;height:20px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-toast-icon svg{width:12px;height:12px}.success-toast-content{flex:1}.success-toast-title{font-weight:600;font-size:14px;margin-bottom:2px}.success-toast-message{font-size:13px;opacity:.9}.ent-page{background:#fff;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.ent-section{padding:48px 0;background:#fff}.ent-container{width:min(96vw,1200px);margin:0 auto;padding:0 12px}.ent-layout-entreprise{grid-template-columns:152px 1fr!important;gap:10px!important}.ent-hero{padding-top:24px}.ent-hero-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center}.ent-hero-copy{display:grid;gap:12px}.ent-eyebrow{font-size:14px;font-weight:700;color:#6b7280;letter-spacing:.3px;text-transform:uppercase}.ent-title{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.4px}.ent-subtitle{font-size:16px;color:#374151}.ent-cta-row{display:flex;gap:12px;margin-top:4px}.ent-social-proof{font-size:13px;color:#6b7280;margin-top:4px}.ent-hero-media{display:grid;place-items:center}.ent-hero-video{width:100%;height:auto;max-width:560px;border-radius:16px;box-shadow:0 12px 40px #0000000f;background:#000}.ent-partners{border:none;padding-top:0;padding-bottom:0}.ent-partners-line{height:1px;width:100%;background:#f0f2f5;border-radius:1px}.ent-h2{font-size:clamp(22px,2.2vw,28px);font-weight:800;margin-bottom:16px;letter-spacing:-.2px}.ent-h3{font-size:clamp(16px,1.8vw,20px);font-weight:700;min-height:24px}.ent-p{color:#374151;font-size:14px}.ent-services{background:#fff}.ent-news-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.ent-view-all{font-weight:700;color:#4570eb;text-decoration:none;font-size:14px}.ent-view-all:hover{text-decoration:underline}.ent-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 40px}.ent-news-item{display:grid;grid-template-columns:184px 1fr;gap:20px;align-items:center;padding:8px;border-radius:12px;text-decoration:none;color:#111827;border:1px solid transparent;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ent-news-item:hover{border-color:#e5e7eb;box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.ent-news-thumb-wrap{position:relative;width:184px;height:184px;border-radius:14px;overflow:hidden}.ent-news-thumb{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#e0e7ff,#ffe4e6)}.ent-thumb-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72%;height:34%;border-radius:18px;background:#ffffff73;-webkit-backdrop-filter:saturate(120%) blur(14px);backdrop-filter:saturate(120%) blur(14px);border:1px solid rgba(255,255,255,.55);box-shadow:0 14px 30px #11182729;pointer-events:none}.ent-thumb-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;color:#111827}.ent-thumb-icon{width:20px;height:20px}.ent-news-title{font-size:18px;font-weight:800;letter-spacing:-.2px}.ent-news-desc{font-size:13px;color:#4b5563;margin-top:6px;line-height:1.5}.ent-news-chip{display:inline-block;padding:4px 10px;background:#eef2ff;color:#1e40af;border:1px solid #dbeafe;border-radius:999px;font-size:12px;font-weight:700;margin-top:6px}.ent-benefits{background:#fff}.ent-grid{display:grid;gap:16px}.ent-grid-3{grid-template-columns:repeat(3,1fr)}.ent-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000000a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;display:grid;gap:8px}.ent-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000014;border-color:#cfd5dd}.ent-stat-title{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.ent-stat-value{font-size:clamp(24px,2.4vw,32px);font-weight:900;color:#111827;letter-spacing:-.4px}.ent-stat-label{font-weight:700;color:#1f2937}.ent-faq-category{font-size:20px;font-weight:700;color:#111827;margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.ent-faq-category:first-of-type{margin-top:24px}.ent-faq-list{display:grid;gap:10px;margin-bottom:24px}.ent-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;transition:border-color .15s ease}.ent-faq-item:hover{border-color:#9ca3af}.ent-faq-item summary{cursor:pointer;font-weight:700}.ent-faq-item[open]{background:#f9fafb}.ent-faq-item p{margin-top:6px;color:#374151;line-height:1.5}.ent-pricing-v5{padding:80px 20px;background:#0a0a0a;position:relative;overflow:hidden}.ent-gradient-waves{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(59,130,246,.3) 25%,transparent 50%,rgba(37,99,235,.3) 75%,transparent 100%);background-size:200% 200%;animation:ent-gradient-wave 4s ease infinite;pointer-events:none}@keyframes ent-gradient-wave{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.ent-v5-bg{position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);opacity:.1;pointer-events:none}.ent-v5-h2{text-align:center;font-size:40px;margin-bottom:20px;color:#fff;position:relative;font-weight:800}.ent-v5-subtitle{text-align:center;color:#94a3b8;margin-bottom:60px;font-size:18px;position:relative}.ent-v5-card{max-width:440px;margin:0 auto;background:linear-gradient(to bottom,#1e1e1e,#0f0f0f);border:1px solid #2a2a2a;border-radius:20px;padding:48px;position:relative;box-shadow:0 20px 60px #00000080}.ent-v5-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#3b82f6,#2563eb);border-radius:20px;opacity:.5;z-index:-1;filter:blur(10px)}.ent-v5-plan-name{text-align:center;color:#94a3b8;font-size:14px;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.ent-v5-price{text-align:center;margin-bottom:40px}.ent-v5-price-amount{font-size:64px;font-weight:700;color:#fff;line-height:1}.ent-v5-price-amount sup{font-size:28px}.ent-v5-price-period{color:#64748b;font-size:16px;margin-top:8px}.ent-v5-features{margin-bottom:40px}.ent-v5-feature{display:flex;align-items:center;margin-bottom:20px;color:#e2e8f0}.ent-v5-feature-icon{width:20px;height:20px;border:2px solid #3b82f6;border-radius:50%;margin-right:16px;position:relative;flex-shrink:0}.ent-v5-feature-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#3b82f6;border-radius:50%}.ent-v5-highlight{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;padding:2px 8px;border-radius:4px;font-weight:600;margin-left:8px;font-size:12px}.ent-v5-cta{display:block;width:100%;padding:16px;background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s;position:relative;overflow:hidden;cursor:pointer}.ent-v5-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.ent-v5-footer{text-align:center;margin-top:24px;color:#64748b;font-size:14px}.ent-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s ease;cursor:pointer}.ent-btn-primary{background:#4570eb;border:1px solid #4570EB;color:#fff}.ent-btn-primary:hover{background:#3a5fd8;border-color:#3a5fd8;transform:translateY(-1px)}.ent-btn-secondary{background:#f2f4f7;border:1px solid #E5E7EB;color:#111827}.ent-btn-secondary:hover{background:#eceff5;border-color:#dde2e8;transform:translateY(-1px)}.ent-btn-glassy{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#ffffff29,#ffffff14),#4570eb;border-color:#ffffff59;box-shadow:0 8px 24px #00000026;--x: 50%;--y: 50%}.ent-btn-glassy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-12deg) translate(-120%);transition:transform .7s ease;pointer-events:none}.ent-btn-glassy:hover:before{transform:skew(-12deg) translate(120%)}.ent-btn-glassy:active{transform:scale(.98)}@media (max-width: 1000px){.ent-hero-inner,.ent-news-grid{grid-template-columns:1fr}.ent-news-item{grid-template-columns:148px 1fr}.ent-news-thumb-wrap{width:148px;height:148px}.ent-thumb-card{width:76%;height:38%;border-radius:16px}}@media (max-width: 768px){.ent-section{padding:36px 0}.ent-grid-3{grid-template-columns:1fr}.ent-container{width:min(94vw,680px)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.blog-editor-page{min-height:100vh;background:#f4f2ee}.blog-editor-header{max-width:900px;margin:0 auto 20px;padding:20px 20px 0}.btn-circle{background:#fff;border:none;padding:8px;border-radius:50%;cursor:pointer;box-shadow:0 1px 2px #0000001a}.icon-arrow-left{display:inline-block;width:20px;height:20px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M15 4l-8 6 8 6" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;background:#333}.author-block{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.author-meta{display:flex;flex-direction:column}.author-name{font-size:16px;font-weight:600;color:#000000e6;margin:0 0 2px}.author-type{font-size:14px;color:#0009;margin:0}.editor-shell{max-width:900px;margin:0 auto;border-radius:8px;box-shadow:0 1px 2px #0000001a;overflow:hidden;padding:40px 40px 120px;background:#fff;min-height:calc(100vh - 160px)}.editor-toolbar{border-bottom:1px solid #e5e5e5;padding:12px 20px}.toolbar-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-select{background:#f3f2ef;border:1px solid #d8d8d8;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;min-width:100px}.icon-caret{width:10px;height:10px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M3 4.5L6 7.5L9 4.5H3Z"/></svg>') no-repeat center;background:#666}.toolbar-divider{width:1px;height:24px;background:#d8d8d8}.toolbar-icons{display:flex;align-items:center;gap:2px}.ml-auto{margin-left:auto}.btn-icon{width:32px;height:32px;border-radius:4px;border:none;background:transparent;cursor:pointer}.btn-icon:hover{background:#e8e8e8}.btn-text{background:transparent;border:none;padding:6px 8px;cursor:pointer;border-radius:4px;font-weight:700;font-size:16px}.btn-text:hover{background:#e8e8e8}.italic{font-style:italic}.underline{text-decoration:underline}.cover-upload{margin:20px 0}.cover-box{border:2px dashed #e5e7eb;border-radius:12px;padding:40px 20px;text-align:center;background:#f9fafb;transition:all .3s ease}.cover-box:hover{border-color:#3b82f6;background:#f0f9ff}.cover-box .icon-photo{font-size:48px;color:#9ca3af;display:block;margin-bottom:16px}.cover-text{color:#6b7280;margin-bottom:16px;font-size:14px}.cover-preview{position:relative;border-radius:12px;overflow:hidden;max-height:300px}.cover-image{width:100%;height:auto;max-height:300px;object-fit:cover;display:block}.cover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:16px;opacity:0;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cover-preview:hover .cover-overlay{opacity:1}.btn-change-image,.btn-remove-image{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;text-transform:uppercase;letter-spacing:.5px}.btn-change-image{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-change-image:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-remove-image{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-remove-image:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.btn-change-image:disabled,.btn-remove-image:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #0000001a}.icon-edit:before{content:"✏️";margin-right:4px}.icon-trash:before{content:"🗑️";margin-right:4px}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-outline{background:transparent;border:2px solid #3b82f6;color:#3b82f6;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;justify-content:center}.btn-outline:hover:not(:disabled){background:#3b82f6;color:#fff}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.title-block{padding:24px 40px;border-bottom:1px solid #e5e5e5}.title-input{width:100%;border:none;outline:none;font-size:32px;font-weight:300;color:#000000e6}.content-block{padding:24px 40px 100px}.quill-editor .ql-toolbar.ql-snow{border:1px solid #e5e5e5;border-radius:6px 6px 0 0;background:#fff}.quill-editor .ql-container.ql-snow{border:1px solid #e5e5e5;border-top:none;border-radius:0 0 6px 6px}.quill-editor .ql-editor{min-height:480px;font-size:16px;line-height:1.6;color:#000000e6}.header-inner{display:flex;align-items:center;gap:20px}.header-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.bottom-bar{display:none}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100;box-shadow:0 -2px 10px #0000001a}.btn-chip{background:transparent;border:1px solid #e5e5e5;border-radius:24px;padding:8px 16px;font-size:14px;font-weight:600;color:#0009;cursor:pointer}.btn-primary:hover{background:#004182}.icon-arrow-right{width:16px;height:16px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M9 18l6-6-6-6" stroke="%23fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;background:#fff}@media (max-width: 640px){.blog-editor-header{padding:16px 12px 0}.editor-shell{border-radius:0}.title-block{padding:16px}.content-block{padding:16px 16px 100px}}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100}.bottom-left{display:flex;gap:8px}.btn-cancel{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:24px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer}.btn-cancel:hover{background:#fee2e2;border-color:#fca5a5}.btn-primary{background:#0a66c2;color:#fff;border:none;border-radius:24px;padding:8px 20px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.ql-editor .ql-align-left img{float:left;margin:0 15px 15px 0;max-width:300px}.ql-editor .ql-align-right img{float:right;margin:0 0 15px 15px;max-width:300px}.ql-editor .ql-align-center img{display:block;margin:auto;float:none;max-width:100%}.tiptap-toolbar{display:flex;gap:8px;padding:12px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;flex-wrap:wrap}.tiptap-toolbar button{padding:8px 12px;border:1px solid #dee2e6;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.tiptap-toolbar button:hover{background:#e9ecef;border-color:#adb5bd}.tiptap-toolbar button.is-active{background:#007bff;color:#fff;border-color:#007bff}.tiptap-container{border:1px solid #e9ecef;border-radius:8px;min-height:400px}.tiptap-editor{padding:16px;min-height:400px;outline:none}.tiptap-editor p{margin:0 0 16px;line-height:1.6}.tiptap-editor h1,.tiptap-editor h2,.tiptap-editor h3{margin:24px 0 16px;font-weight:600}.tiptap-editor ul,.tiptap-editor ol{margin:16px 0;padding-left:24px}.tiptap-editor img{max-width:100%;height:auto;margin:16px 0;border-radius:8px}.tiptap-editor a{color:#007bff;text-decoration:underline}.tiptap-editor blockquote{border-left:4px solid #dee2e6;margin:16px 0;padding-left:16px;font-style:italic;color:#6c757d}.notification{position:fixed;top:20px;right:20px;z-index:1000;min-width:300px;max-width:500px;padding:0;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideInRight .3s ease-out}.notification-content{display:flex;align-items:center;padding:16px;gap:12px}.notification-success{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff}.notification-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.notification-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.notification-icon{font-size:18px;font-weight:700}.notification-message{flex:1;font-weight:500}.notification-close{background:none;border:none;color:inherit;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.notification-close:hover{background-color:#fff3}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification.notification-exit{animation:slideOutRight .3s ease-in}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.blog-view-page{min-height:100vh;background:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #BAFC45;border-radius:50%;animation:spin 1s linear infinite}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;text-align:center;padding:40px}.error-container h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0}.error-container p{font-size:16px;color:#6b7280;margin:0}.back-btn{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s}.back-btn:hover{background:#2d3748}.blog-view-header{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between}.back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.back-button:hover{background:#f9fafb;border-color:#d1d5db}.header-logo{height:32px;cursor:pointer}.article-hero-fullwidth{position:relative;width:100%;height:40vh;min-height:300px;max-height:400px;overflow:hidden;margin:0 20px;border-radius:12px}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%}.hero-image-full{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:60px 0 40px}.hero-content-inner{max-width:1200px;margin:0 auto;padding:0 40px;color:#fff}.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:14px;opacity:.9}.article-category{background:#fff3;padding:6px 12px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-title-overlay{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:30px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.author-avatar{width:50px;height:50px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;border:2px solid rgba(255,255,255,.3)}.author-name{font-weight:600;font-size:16px}.author-role{font-size:14px;opacity:.8}.share-btn{display:flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:12px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.share-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.article-content{padding:80px 40px}.content-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 280px;gap:80px}.content-main{max-width:700px}.article-body{font-size:18px;line-height:1.8;color:#374151}.article-body h1,.article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6{color:#1a1a1a;font-weight:700;margin:32px 0 16px}.article-body h2{font-size:32px;line-height:1.3}.article-body h3{font-size:24px;line-height:1.4}.article-body p{margin:24px 0}.article-body a{color:#1a1a1a;font-weight:600;text-decoration:underline;text-decoration-color:#bafc45;text-underline-offset:3px}.article-body a:hover{text-decoration-color:#1a1a1a}.article-body ul,.article-body ol{margin:24px 0;padding-left:24px}.article-body li{margin:8px 0}.article-body blockquote{border-left:4px solid #BAFC45;padding:16px 24px;margin:32px 0;background:#f8fafc;font-style:italic;font-size:20px}.article-body img{width:100%;border-radius:8px;margin:32px 0}.article-body code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:16px}.article-body pre{background:#1a1a1a;color:#fff;padding:24px;border-radius:8px;overflow-x:auto;margin:32px 0}.article-body pre code{background:none;padding:0;color:inherit}.content-sidebar{position:relative}.sidebar-sticky{position:sticky;top:120px;display:flex;flex-direction:column;gap:32px}.table-of-contents{background:#f8fafc;border-radius:12px;padding:24px}.table-of-contents h4{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.toc-placeholder{color:#6b7280;font-size:14px}.share-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.share-section h4{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.share-buttons{display:flex;flex-direction:column;gap:8px}.share-btn-social{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.share-btn-social:hover{background:#f9fafb}.share-btn-social.twitter:hover{color:#1da1f2;border-color:#1da1f2}.share-btn-social.linkedin:hover{color:#0077b5;border-color:#0077b5}.share-btn-social.whatsapp:hover{color:#25d366;border-color:#25d366}.related-posts{background:#f8fafc;padding:80px 40px}.related-container{max-width:1200px;margin:0 auto}.related-posts h3{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.related-placeholder{background:#fff;border-radius:12px;padding:40px;text-align:center;color:#6b7280;border:1px solid #e5e7eb}.article-info-section{padding:40px 0;background:#fff}.article-info-container{max-width:800px;margin:0 auto;padding:0 40px}.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:14px;color:#6b7280}.article-category{background:#f3f4f6;color:#374151;padding:6px 12px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-title-main{font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2;margin-bottom:30px;color:#1a1a1a}.article-author{display:flex;align-items:center;gap:16px;margin-bottom:30px}.article-actions{display:flex;align-items:center;gap:20px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.share-btn{display:flex;align-items:center;gap:8px;background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;padding:12px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.share-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.article-hero-split{padding:60px 20px;background:#fff;min-height:60vh;display:flex;align-items:center}.hero-split-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content-left{padding-right:20px}.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;color:#6b7280;flex-wrap:wrap}.article-category{background:#bafc45;color:#1a1a1a;padding:6px 12px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.meta-separator{opacity:.6}.article-title-split{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:32px;color:#1a1a1a;letter-spacing:-1px}.article-author{display:flex;align-items:center;gap:16px;margin-bottom:32px}.author-avatar{width:50px;height:50px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#374151;border:2px solid #e5e7eb}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-weight:600;font-size:16px;color:#1a1a1a}.author-role{font-size:14px;color:#6b7280}.article-actions{display:flex;align-items:center;gap:20px}.share-btn{display:flex;align-items:center;gap:8px;background:#1a1a1a;border:none;color:#fff;padding:14px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px}.share-btn:hover{background:#2d3748;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-image-right{position:relative}.hero-image-split{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.header-container{padding:16px 20px}.article-hero-fullwidth{height:30vh;min-height:250px;margin:0 10px}.hero-content-inner{padding:0 20px}.article-title-overlay{font-size:2rem}.article-actions{flex-direction:column;align-items:flex-start}.article-content{padding:60px 20px}.content-container{grid-template-columns:1fr;gap:40px}.article-body{font-size:16px}.related-posts{padding:60px 20px}.related-grid{grid-template-columns:1fr}.hero-split-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-content-left{padding-right:0;order:2}.hero-image-right{order:1}.hero-image-split{height:300px}.article-title-split{font-size:2rem}.article-meta,.article-actions{justify-content:center}}@media (max-width: 480px){.article-title{font-size:28px}.hero-image img{height:240px}.share-buttons{flex-direction:row;flex-wrap:wrap}.share-btn-social{flex:1;min-width:0;justify-content:center}}.agenda-module_agendaContainer__XU5ur{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0e27;margin:0;padding:0;position:relative;overflow-x:hidden}.agenda-module_agendaContainer__XU5ur:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(236,72,153,.1) 0%,transparent 50%);pointer-events:none;z-index:1}.agenda-module_emailContainer__SnFMq{background:transparent;width:100%;overflow:hidden;position:relative;z-index:10;animation:agenda-module_fadeInUp__-Pb4s .8s ease-out}@keyframes agenda-module_fadeInUp__-Pb4s{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.agenda-module_header__moSSD{position:relative;padding:80px 40px 60px;background:#000;text-align:center;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 0 100px #000c}.agenda-module_header__moSSD:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://lawgic.institute/Summit2025/ritchiero_lady_justice_a_blueprint-style_vector_art_piece_set_3ce899c7-06e0-42dd-9db7-e21bb75c0b0b_3.png);background-size:cover;background-repeat:no-repeat;background-position:center center;opacity:.3;mix-blend-mode:screen;pointer-events:none;filter:brightness(1.2) contrast(1.1)}.agenda-module_logoContainer__nZhsE{position:absolute;top:50px;left:50px;z-index:3}.agenda-module_registroPill__yjqCK{position:absolute;top:80px;right:120px;z-index:3;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:12px 24px;color:#fff;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 8px 32px #ffffff1a,0 4px 16px #ffffff0d,inset 0 1px #fff3}.agenda-module_registroPill__yjqCK:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 12px 40px #ffffff26,0 8px 24px #ffffff1a,0 0 20px #fff3,inset 0 1px #ffffff4d}.agenda-module_heroTitle__NMHM6{font-size:5rem;font-weight:300;color:#fff;margin:20px 0 30px;text-shadow:0 0 20px rgba(255,255,255,.3),0 0 40px rgba(255,255,255,.2),0 10px 30px rgba(0,0,0,.8);line-height:1.1;position:relative;z-index:2;letter-spacing:12px;text-transform:uppercase}.agenda-module_heroSubtitle__DXRg1{font-size:1.5rem;color:#ffffffe6;font-weight:400;text-shadow:0 5px 15px rgba(0,0,0,.3);position:relative;z-index:2;max-width:800px;margin:20px auto 40px}.agenda-module_heroCtaButtons__f4KH-{display:flex;gap:20px;justify-content:center;margin-top:40px;position:relative;z-index:2;flex-wrap:wrap}.agenda-module_heroPrimaryBtn__JYV6S{background:#fff;color:#2c28f7;padding:18px 40px;border-radius:50px;text-decoration:none;font-size:18px;font-weight:700;transition:all .3s ease;box-shadow:0 10px 30px #0003;text-transform:uppercase;letter-spacing:1px}.agenda-module_heroPrimaryBtn__JYV6S:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.agenda-module_heroSecondaryBtn__Lwg55{background:transparent;color:#fff;padding:18px 40px;border:2px solid rgba(255,255,255,.3);border-radius:50px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.agenda-module_heroSecondaryBtn__Lwg55:hover{background:#ffffff1a;border-color:#ffffff80}.agenda-module_logoImg__vIAtn{max-width:250px;width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(255,255,255,.1)) brightness(1.1) contrast(1.2)}@keyframes agenda-module_float__5BfSZ{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.agenda-module_eventBadge__thmtx{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 40px;border-radius:50px;color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-top:30px;border:1px solid rgba(255,255,255,.2);position:relative;z-index:2;box-shadow:0 10px 30px #0003}.agenda-module_countdownSection__VTFjV{background:#0a0e27;padding:50px 30px;text-align:center;position:relative;width:100%}.agenda-module_countdownContent__6kdss{max-width:800px;margin:0 auto}.agenda-module_countdownTitle__mQdTl{font-size:24px;font-weight:600;color:#fff;margin-bottom:20px;text-align:left;line-height:1.4;letter-spacing:.5px;border-bottom:2px solid white;padding-bottom:15px}.agenda-module_eventDateInfo__tvatQ{display:flex;align-items:flex-start;gap:15px;margin-bottom:30px;justify-content:flex-start}.agenda-module_dateBox__E3pr5{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;text-align:center;min-width:60px}.agenda-module_month__cwcAl{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.agenda-module_day__qjWm2{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-top:2px}.agenda-module_dateDetails__UMuPm{color:#fff;text-align:left}.agenda-module_fullDate__Np1e9{font-size:18px;font-weight:600;margin-bottom:2px}.agenda-module_timeInfo__HLtIg{font-size:14px;color:#94a3b8;font-weight:400}.agenda-module_eventDescription__FhdVZ{margin-top:40px;padding:40px 20px;background:transparent;border:none;max-width:700px;margin-left:auto;margin-right:auto}.agenda-module_eventDescription__FhdVZ p{color:#ffffffe6;font-size:18px;line-height:1.7;text-align:justify;margin:0;font-weight:400}.agenda-module_countdown__kJzqT{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.agenda-module_countdownItem__k2EYE{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:25px 20px;min-width:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.agenda-module_countdownItem__k2EYE:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#3b82f6,#8b5cf6,#ec4899);border-radius:16px;opacity:0;transition:opacity .3s ease;z-index:-1}.agenda-module_countdownItem__k2EYE:hover:before{opacity:1}.agenda-module_countdownItem__k2EYE:hover{transform:translateY(-5px) scale(1.05);border-color:transparent}.agenda-module_countdownNumber__kIGdv{font-size:48px;font-weight:800;color:#fff;display:block;line-height:1;text-shadow:0 0 30px rgba(139,92,246,.5)}.agenda-module_countdownLabel__ucFDu{font-size:12px;color:#94a3b8;text-transform:uppercase;margin-top:10px;letter-spacing:2px;font-weight:600}.agenda-module_content__Sp75g{padding:50px 40px;text-align:center;background:#fff}.agenda-module_ctaSection__ku3aG{text-align:center;padding:50px 20px 20px;border-top:none}.agenda-module_mainCtaButton__8E-8I{display:inline-block;background:#fff;color:#2c28f7;padding:12px 30px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #2C28F7;transition:all .2s ease}.agenda-module_mainCtaButton__8E-8I:hover{background:#2c28f7;color:#fff}.agenda-module_urgencyText__8q3nw{color:#ffffffb3;font-size:13px;font-weight:400;margin:10px 0 0}.agenda-module_speakersCta__8Dv02{text-align:center;padding:20px;margin:30px 0}.agenda-module_speakersCta-text__a52Gl{font-size:16px;color:#64748b;margin-bottom:15px;font-weight:400}.agenda-module_secondaryCtaButton__f3CGc{display:inline-block;background:transparent;color:#2c28f7;padding:10px 25px;border-radius:6px;text-decoration:none;font-size:15px;font-weight:500;border:1px solid #2C28F7;transition:all .2s ease}.agenda-module_secondaryCtaButton__f3CGc:hover{background:#f8fafc}.agenda-module_finalCta__w6cRF{text-align:center;padding:30px 20px;border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;background:#f9fafb}.agenda-module_finalCta-title__VwoJU{font-size:18px;font-weight:600;margin-bottom:20px;color:#374151}.agenda-module_finalCta-button__dZK6u{display:inline-block;background:#2c28f7;color:#fff;padding:14px 35px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .2s ease;margin-bottom:15px}.agenda-module_finalCta-button__dZK6u:hover{background:#1e40af}.agenda-module_priceText__mKcCc{font-size:14px;color:#059669;font-weight:500;margin:10px 0}.agenda-module_guaranteeText__kzw1s{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.agenda-module_additionalSpeakers__1eJ3K{margin-top:50px;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}.agenda-module_additionalSpeakers-title__xo2Lo{font-size:20px;font-weight:700;color:#000;margin-bottom:25px;text-align:left}.agenda-module_speakersList__JbabA{list-style:none;padding:0;margin:0}.agenda-module_speakersList__JbabA li{padding:8px 0;border-bottom:1px solid #f1f5f9;color:#374151;font-size:14px;line-height:1.5}.agenda-module_speakersList__JbabA li:last-child{border-bottom:none}.agenda-module_speakersList__JbabA .agenda-module_company__wd766{color:#2563eb;font-weight:600}.agenda-module_speakersTitle__xcZWX{font-size:28px;font-weight:300;color:#000;margin-bottom:40px;text-align:center;letter-spacing:3px}.agenda-module_agendaSection__24Ds4{max-width:1000px;margin:50px auto;background:#fff;padding:50px;border-radius:12px}.agenda-module_dayHeader__3uwld{margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #ff6b6b}.agenda-module_dayHeader__3uwld.agenda-module_tuesday__l4zzV{border-bottom-color:#1d4ed8}.agenda-module_dayHeader__3uwld.agenda-module_wednesday__KjrFu{border-bottom-color:#16a34a}.agenda-module_dayHeader__3uwld.agenda-module_thursday__O-O4q{border-bottom-color:#ca8a04}.agenda-module_dayHeader__3uwld.agenda-module_friday__upbeu{border-bottom-color:#0891b2}.agenda-module_dayTitle__jcAER{font-size:24px;font-weight:600;color:#ff6b6b;text-transform:uppercase;letter-spacing:2px;margin:0;text-align:left}.agenda-module_dayTitle__jcAER.agenda-module_tuesday__l4zzV{color:#1d4ed8}.agenda-module_dayTitle__jcAER.agenda-module_wednesday__KjrFu{color:#16a34a}.agenda-module_dayTitle__jcAER.agenda-module_thursday__O-O4q{color:#ca8a04}.agenda-module_dayTitle__jcAER.agenda-module_friday__upbeu{color:#0891b2}.agenda-module_dayTitle-suffix__uju98{font-size:14px;color:#ff6b6b;margin-left:5px;vertical-align:super}.agenda-module_dayTheme__Fqor9{font-size:24px;color:#dc2626;margin:8px 0 0;font-weight:600;font-style:normal;text-transform:uppercase;text-align:left}.agenda-module_dayTheme__Fqor9.agenda-module_tuesday__l4zzV{color:#3b82f6}.agenda-module_dayTheme__Fqor9.agenda-module_wednesday__KjrFu{color:#22c55e}.agenda-module_dayTheme__Fqor9.agenda-module_thursday__O-O4q{color:#eab308}.agenda-module_dayTheme__Fqor9.agenda-module_friday__upbeu{color:#06b6d4}.agenda-module_agendaItems__REmkF{display:flex;flex-direction:column;gap:35px}.agenda-module_agendaItem__-9N67{display:flex;align-items:flex-start;gap:25px;padding:25px;border-bottom:1px solid #f1f5f9;background:#fff;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 3px #0000001a}.agenda-module_agendaItem__-9N67 .agenda-module_speakerPhoto__f-0Hd{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #e5e7eb;box-shadow:0 3px 12px #00000026;margin-top:4px}.agenda-module_agendaItem__-9N67 .agenda-module_speakerPhoto__f-0Hd img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}.agenda-module_agendaItem__-9N67:last-child{border-bottom:none}.agenda-module_timeSlot__ci6iH{min-width:140px;font-size:13px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.8px;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;text-align:left;padding-top:4px}.agenda-module_sessionInfo__R1VDC{flex:1}.agenda-module_speakerInfoContainer__MUCEl{display:flex;align-items:flex-start;gap:18px;margin-top:12px}.agenda-module_speakerDetails__7qJJZ{flex:1}.agenda-module_sessionTopic__dbQNe{font-size:16px;font-weight:700;color:#1f2937;margin:0 0 12px;line-height:1.4;text-align:left;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;text-transform:uppercase;letter-spacing:.8px}.agenda-module_sessionTitle__xS4uS{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.5;text-align:left;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.agenda-module_sessionDescription__dYeyy{font-size:14px;color:#6b7280;line-height:1.6;margin:0;text-align:left;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;word-break:break-word}.agenda-module_companyLogo__0QVTV{width:70px;height:70px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;padding-top:4px}.agenda-module_companyLogo__0QVTV img{width:56px;height:56px;object-fit:contain;background-color:#fffc;border-radius:6px;padding:6px;filter:contrast(1.1) brightness(1.05)}.agenda-module_speakerAvatar__9Seh7{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.agenda-module_avatarImg__42r5N{width:100%;height:100%;object-fit:cover}.agenda-module_speakerStatus__24g55{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.agenda-module_speakerStatus__24g55.agenda-module_confirmed__DAOIi{background:#22c55e;color:#fff}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY{background:#f8fafc;padding:15px 20px;border-radius:8px;justify-content:center;text-align:center}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY .agenda-module_sessionTitle__xS4uS{color:#64748b;font-weight:500;text-align:center;font-size:14px}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY .agenda-module_timeSlot__ci6iH{min-width:auto;margin-right:20px}.agenda-module_panelSession__jvdM2{background:#fff;border-bottom:1px solid #f1f5f9;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 3px #0000001a}.agenda-module_panelSpeakers__sJa1B{display:flex;flex-direction:column;gap:0;margin-top:0}.agenda-module_panelSpeaker__Ua3LH{background:transparent;border-radius:0;border:none;box-shadow:none;display:flex;align-items:flex-start;gap:25px;padding:20px 0;border-bottom:1px solid #f1f5f9}.agenda-module_panelSpeaker__Ua3LH:last-child{border-bottom:none;padding-bottom:0}.agenda-module_panelSpeaker__Ua3LH:first-child{padding-top:0}.agenda-module_panelSpeaker__Ua3LH .agenda-module_speakerInfoContainer__MUCEl{margin-top:0;gap:18px;flex:1}.agenda-module_panelSpeaker__Ua3LH .agenda-module_speakerPhoto__f-0Hd{width:50px;height:50px;border:3px solid #e5e7eb;box-shadow:0 3px 12px #00000026;margin-top:4px}.agenda-module_panelSpeaker__Ua3LH .agenda-module_sessionTitle__xS4uS{font-size:18px;margin-bottom:8px;font-weight:600;color:#1f2937;line-height:1.5}.agenda-module_panelSpeaker__Ua3LH .agenda-module_sessionDescription__dYeyy{font-size:14px;line-height:1.6;color:#6b7280}.agenda-module_panelSpeaker__Ua3LH .agenda-module_companyLogo__0QVTV{width:70px;height:70px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;padding-top:4px}.agenda-module_panelSpeaker__Ua3LH .agenda-module_companyLogo__0QVTV img{width:56px;height:56px;object-fit:contain;background-color:#fffc;border-radius:6px;padding:6px;filter:contrast(1.1) brightness(1.05)}.agenda-module_speakersGrid__UDPhw{display:flex;justify-content:center;align-items:flex-end;gap:3px;max-width:760px;margin:0 auto;perspective:1000px;height:320px;padding:20px 15px;overflow-x:auto}.agenda-module_speakerCard__XYKWF{width:118px;height:280px;position:relative;transform-style:preserve-3d;transition:all .4s ease;cursor:pointer;border-radius:12px;overflow:hidden;flex-shrink:0}.agenda-module_speakerCard__XYKWF:nth-child(1){transform:rotateY(15deg);background:#f8fafc;border:1px solid #e2e8f0}.agenda-module_speakerCard__XYKWF:nth-child(2){transform:rotateY(8deg);background:#f8fafc;border:1px solid #e2e8f0;z-index:2}.agenda-module_speakerCard__XYKWF:nth-child(3){transform:rotateY(0);background:#f8fafc;border:1px solid #e2e8f0;z-index:3}.agenda-module_speakerCard__XYKWF:nth-child(4){transform:rotateY(-8deg);background:#f8fafc;border:1px solid #e2e8f0;z-index:2}.agenda-module_speakerCard__XYKWF:nth-child(5){transform:rotateY(-15deg);background:#f8fafc;border:1px solid #e2e8f0}.agenda-module_speakerCard__XYKWF:nth-child(6){transform:rotateY(-22deg);background:#f8fafc;border:1px solid #e2e8f0}.agenda-module_speakerCard__XYKWF:hover{transform:rotateY(0) translateY(-20px) scale(1.05);z-index:10;box-shadow:0 20px 40px #0000004d}.agenda-module_speakerPhoto-img__SuNdd{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.agenda-module_speakerInfo__2i7XG{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 70%);color:#fff;padding:15px;text-align:left;display:flex;flex-direction:column;justify-content:space-between}.agenda-module_speakerText__9kKwD{position:absolute;bottom:90px;left:15px;right:15px;height:40px;display:flex;flex-direction:column;justify-content:flex-start}.agenda-module_companyInfo__-viJs{position:absolute;bottom:5px;left:5px;right:5px;background:#fffffff2;padding:6px;border-radius:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center}.agenda-module_companyLogo__0QVTV{width:50px;height:35px;object-fit:contain}.agenda-module_speakerCard__XYKWF:nth-child(1) .agenda-module_companyLogo__0QVTV{width:65px;height:45px}.agenda-module_speakerCard__XYKWF:nth-child(4) .agenda-module_companyLogo__0QVTV{width:65px;height:45px}.agenda-module_companyName__GU-7c{display:none}.agenda-module_speakerName__U-YlK{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.agenda-module_speakerTitle__UULwl{font-size:9px;color:#ffffffe6;line-height:1.2;font-weight:400;margin-bottom:5px}.agenda-module_eventDetails__ZzpUe{background:linear-gradient(135deg,#3b82f60d,#ec48990d);border:1px solid rgba(148,163,184,.1);border-radius:20px;padding:40px;margin-bottom:40px;position:relative;overflow:hidden}.agenda-module_eventDetails__ZzpUe:after{content:"⚖️";position:absolute;font-size:120px;opacity:.05;right:-30px;top:-30px;transform:rotate(-15deg)}.agenda-module_detailRow__25wrP{display:flex;align-items:center;justify-content:center;margin:15px 0;font-size:20px;color:#e2e8f0;gap:15px}.agenda-module_detailIcon__PKlh4{font-size:28px}.agenda-module_highlightText__9zsts{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.agenda-module_description__OrlsB{color:#cbd5e1;line-height:1.8;font-size:16px;margin:30px 0;font-weight:300}.agenda-module_featuresGrid__vcyko{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:40px 0}.agenda-module_featureCard__pa8FY{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:25px;transition:all .3s ease}.agenda-module_featureCard__pa8FY:hover{transform:translateY(-5px);border-color:#8b5cf64d;box-shadow:0 10px 40px #8b5cf633}.agenda-module_featureIcon__oZRrS{font-size:36px;margin-bottom:15px}.agenda-module_featureTitle__esWut{color:#e2e8f0;font-weight:600;margin-bottom:8px}.agenda-module_featureDesc__EX2BX{color:#94a3b8;font-size:14px;line-height:1.6}.agenda-module_ctaButton__e6Q3z{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);color:#fff;padding:18px 50px;border-radius:50px;text-decoration:none;font-size:18px;font-weight:700;margin-top:30px;transition:all .3s ease;box-shadow:0 10px 40px #8b5cf64d;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.agenda-module_ctaButton__e6Q3z:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.agenda-module_ctaButton__e6Q3z:hover:before{left:100%}.agenda-module_ctaButton__e6Q3z:hover{transform:translateY(-3px);box-shadow:0 15px 50px #8b5cf666}.agenda-module_footer__qOhF3{background:#0a0e27f2;padding:40px;text-align:center;color:#64748b;font-size:14px;border-top:1px solid rgba(148,163,184,.1)}.agenda-module_footerLogo__-Wh-t{margin-bottom:20px;opacity:.7}.agenda-module_socialLinks__fFUDd{margin-top:25px;display:flex;justify-content:center;gap:15px}.agenda-module_socialLink__4q3mP{width:45px;height:45px;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid rgba(148,163,184,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#cbd5e1;text-decoration:none;transition:all .3s ease;font-size:20px}.agenda-module_socialLink__4q3mP:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);transform:scale(1.1) rotate(5deg);color:#fff;border-color:transparent}@media (max-width: 768px){.agenda-module_header__moSSD{padding:50px 30px 40px;min-height:70vh}.agenda-module_logoContainer__nZhsE{top:25px;left:25px}.agenda-module_registroPill__yjqCK{top:50px;right:50px;padding:10px 20px;font-size:13px}.agenda-module_logoImg__vIAtn{max-width:200px}.agenda-module_heroTitle__NMHM6{font-size:4rem;letter-spacing:10px}.agenda-module_agendaSection__24Ds4{padding:30px;margin:30px auto}.agenda-module_agendaItem__-9N67{padding:20px;gap:20px}.agenda-module_speakerInfoContainer__MUCEl{gap:15px}.agenda-module_companyLogo__0QVTV{width:60px;height:60px}.agenda-module_companyLogo__0QVTV img{width:48px;height:48px}}@media (max-width: 600px){.agenda-module_header__moSSD{padding:40px 20px 30px;min-height:60vh}.agenda-module_logoContainer__nZhsE{top:20px;left:20px}.agenda-module_registroPill__yjqCK{top:40px;right:20px;padding:8px 16px;font-size:12px}.agenda-module_logoImg__vIAtn{max-width:150px}.agenda-module_heroTitle__NMHM6{font-size:2.5rem;letter-spacing:6px;margin:15px 0 20px}.agenda-module_heroSubtitle__DXRg1{font-size:1.1rem;padding:0 10px;margin:15px 0 30px}.agenda-module_heroCtaButtons__f4KH-{flex-direction:column;align-items:center;gap:15px}.agenda-module_heroPrimaryBtn__JYV6S,.agenda-module_heroSecondaryBtn__Lwg55{width:280px;text-align:center;padding:15px 30px;font-size:16px}.agenda-module_eventBadge__thmtx{padding:12px 25px;font-size:14px}.agenda-module_countdownTitle__mQdTl{font-size:20px}.agenda-module_countdown__kJzqT{gap:8px}.agenda-module_countdownItem__k2EYE{min-width:70px;padding:15px 10px}.agenda-module_countdownNumber__kIGdv{font-size:32px}.agenda-module_content__Sp75g{padding:30px 15px}.agenda-module_eventDetails__ZzpUe{padding:25px 15px}.agenda-module_detailRow__25wrP{font-size:16px}.agenda-module_featuresGrid__vcyko{grid-template-columns:1fr}.agenda-module_speakersTitle__xcZWX{font-size:24px;letter-spacing:2px;margin-bottom:30px}.agenda-module_agendaSection__24Ds4{padding:20px 15px;margin:20px auto}.agenda-module_dayHeader__3uwld{margin-bottom:20px;padding-bottom:10px}.agenda-module_dayTitle__jcAER{font-size:20px;letter-spacing:1px}.agenda-module_dayTheme__Fqor9{font-size:18px;margin:5px 0 0}.agenda-module_agendaItems__REmkF{gap:20px}.agenda-module_agendaItem__-9N67{flex-direction:column;align-items:flex-start;text-align:left;gap:15px;padding:20px 15px;margin-bottom:8px}.agenda-module_timeSlot__ci6iH{min-width:auto;margin-bottom:10px;font-size:12px;font-weight:600;color:#374151;background:#f3f4f6;padding:6px 12px;border-radius:6px;display:inline-block}.agenda-module_sessionInfo__R1VDC{text-align:left;width:100%}.agenda-module_sessionTopic__dbQNe{font-size:16px;margin-bottom:15px;line-height:1.3;width:100%;max-width:100%}.agenda-module_speakerInfoContainer__MUCEl{flex-direction:column;align-items:center;gap:15px;width:100%}.agenda-module_agendaItem__-9N67 .agenda-module_speakerPhoto__f-0Hd{width:60px;height:60px;margin-top:0;flex-shrink:0;align-self:center}.agenda-module_speakerDetails__7qJJZ{text-align:center;width:100%}.agenda-module_sessionTitle__xS4uS{font-size:16px;margin-bottom:8px;line-height:1.4;text-align:center}.agenda-module_sessionDescription__dYeyy{font-size:13px;line-height:1.5;text-align:center;margin-bottom:10px}.agenda-module_companyLogo__0QVTV{width:60px;height:60px;padding-top:0;flex-shrink:0;align-self:center}.agenda-module_companyLogo__0QVTV img{width:50px;height:50px;padding:6px}.agenda-module_panelSession__jvdM2{padding:15px}.agenda-module_panelSpeaker__Ua3LH{padding:20px 0;gap:15px;flex-direction:column;align-items:center;text-align:center}.agenda-module_panelSpeaker__Ua3LH .agenda-module_speakerInfoContainer__MUCEl{flex-direction:column;align-items:center;gap:15px;width:100%}.agenda-module_panelSpeaker__Ua3LH .agenda-module_speakerPhoto__f-0Hd{width:60px;height:60px;align-self:center}.agenda-module_panelSpeaker__Ua3LH .agenda-module_speakerDetails__7qJJZ{text-align:center;width:100%}.agenda-module_panelSpeaker__Ua3LH .agenda-module_sessionTitle__xS4uS{font-size:16px;margin-bottom:8px;text-align:center}.agenda-module_panelSpeaker__Ua3LH .agenda-module_sessionDescription__dYeyy{font-size:13px;text-align:center;margin-bottom:10px}.agenda-module_panelSpeaker__Ua3LH .agenda-module_companyLogo__0QVTV{width:60px;height:60px;align-self:center}.agenda-module_panelSpeaker__Ua3LH .agenda-module_companyLogo__0QVTV img{width:50px;height:50px;padding:6px}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY{padding:12px 15px;text-align:center}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY .agenda-module_sessionTitle__xS4uS{font-size:13px;color:#64748b}.agenda-module_agendaItem__-9N67.agenda-module_break__ewXtY .agenda-module_timeSlot__ci6iH{margin-right:0;margin-bottom:8px}.agenda-module_finalCta__w6cRF{padding:25px 15px;margin:30px 0}.agenda-module_finalCta-title__VwoJU{font-size:16px;margin-bottom:15px}.agenda-module_finalCta-button__dZK6u{padding:12px 25px;font-size:14px;margin-bottom:12px}.agenda-module_priceText__mKcCc{font-size:13px;margin:8px 0}.agenda-module_guaranteeText__kzw1s{font-size:12px;line-height:1.3}.agenda-module_footer__qOhF3{padding:30px 20px}.agenda-module_socialLinks__fFUDd{margin-top:20px;gap:12px}.agenda-module_socialLink__4q3mP{width:40px;height:40px;font-size:18px}}@media (max-width: 400px){.agenda-module_heroTitle__NMHM6{font-size:2rem;letter-spacing:4px}.agenda-module_agendaSection__24Ds4,.agenda-module_agendaItem__-9N67{padding:15px 10px}.agenda-module_speakerInfoContainer__MUCEl{gap:12px}.agenda-module_agendaItem__-9N67 .agenda-module_speakerPhoto__f-0Hd,.agenda-module_companyLogo__0QVTV{width:50px;height:50px}.agenda-module_companyLogo__0QVTV img{width:40px;height:40px}.agenda-module_sessionTitle__xS4uS{font-size:15px}.agenda-module_sessionDescription__dYeyy{font-size:12px}.agenda-module_sessionTopic__dbQNe{font-size:15px}}.reminder-wrap{display:flex;justify-content:center;padding:6px 24px 18px;border-bottom:1px solid rgba(0,0,0,.05)}.reminder-pill{display:grid;grid-template-columns:1fr;align-items:center;gap:12px;width:min(656px,92vw);background:transparent;border:none;border-radius:0;box-shadow:none;padding:14px 0}.reminder-text{display:flex;align-items:center;justify-content:center;gap:14px;color:#222;width:100%}.reminder-text .title{font-weight:800;font-size:20px;text-align:center}@media (max-width: 768px){.reminder-wrap{padding:6px 16px 14px}.reminder-pill{width:min(100%,95vw);padding:12px 0;gap:8px}.reminder-text .title{font-size:18px;line-height:1.3;padding:0 8px}}@media (max-width: 480px){.reminder-wrap{padding:4px 12px 12px}.reminder-pill{padding:10px 0}.reminder-text .title{font-size:16px;line-height:1.4;padding:0 4px}}.stories-parallax{padding:64px 0 40px;position:relative;scroll-margin-top:120px}.stories-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto 32px;max-width:1200px;padding:0 24px}.stories-header h2{font-size:32px;font-weight:800;color:#222!important;font-family:Plus Jakarta Sans,sans-serif;margin:0}.stories-more{font-size:14px;font-weight:600;color:#4570eb;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:4px}.stories-more:hover{color:#3b62d6;transform:translate(4px)}.parallax-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;max-width:1200px;padding:0 24px;margin:0 auto}.parallax-card{cursor:pointer;height:420px;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #0000001f;transition:all .4s cubic-bezier(.4,0,.2,1);background:#fff}.parallax-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #4570eb2e}.parallax-container{position:relative;height:100%;overflow:hidden}.parallax-image{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.parallax-card:hover .parallax-image{transform:scale(1.15) translateY(-15px)}.parallax-content{position:absolute;bottom:0;left:0;right:0;padding:36px 28px 28px;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 40%,rgba(0,0,0,.4) 70%,transparent 100%);color:#fff;transform:translateY(24px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.parallax-card:hover .parallax-content{transform:translateY(0)}.parallax-tag{display:inline-block;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:6px 14px;border-radius:24px;font-size:12px;font-weight:600;margin-bottom:14px;letter-spacing:.5px;text-transform:uppercase;border:1px solid rgba(255,255,255,.15)}.parallax-content h3{font-size:24px;font-weight:700;margin-bottom:10px;line-height:1.3;font-family:Plus Jakarta Sans,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.4)}.parallax-content p{font-size:15px;line-height:1.5;margin-bottom:14px;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.4,0,.2,1);transition-delay:.1s;color:#fffffff2}.parallax-card:hover .parallax-content p{opacity:1;transform:translateY(0)}.parallax-meta{font-size:13px;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.4,0,.2,1);transition-delay:.15s;color:#fffc;font-weight:500}.parallax-card:hover .parallax-meta{opacity:1;transform:translateY(0)}.parallax-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(69,112,235,.1) 0%,transparent 50%);opacity:0;transition:opacity .4s;pointer-events:none;z-index:1}.parallax-card:hover:before{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.parallax-card{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) both}.parallax-card:nth-child(1){animation-delay:.1s}.parallax-card:nth-child(2){animation-delay:.15s}.parallax-card:nth-child(3){animation-delay:.2s}.parallax-card:nth-child(4){animation-delay:.25s}@media (max-width: 1024px){.parallax-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.parallax-card{height:380px}}@media (max-width: 768px){.stories-header h2{font-size:28px}.parallax-grid{grid-template-columns:1fr;gap:24px}.parallax-card{height:340px;border-radius:16px}.parallax-content{padding:28px 24px 24px}.parallax-content h3{font-size:22px}.parallax-content p{font-size:14px}.parallax-content p{opacity:.9;transform:translateY(0)}.parallax-meta{opacity:.8;transform:translateY(0)}}@media (prefers-color-scheme: dark){.stories-header h2{color:#fff}.stories-more{color:#6b8aff}.stories-more:hover{color:#8ca4ff}}.landing-section-final{min-height:640px;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px 24px 120px;width:100%;position:relative;overflow:hidden}.landing-section-final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:linear-gradient(180deg,#4570eb14,#4570eb05),repeating-linear-gradient(0deg,rgba(69,112,235,.1) 0 1px,transparent 1px 64px),repeating-linear-gradient(90deg,rgba(69,112,235,.1) 0 1px,transparent 1px 64px);background-blend-mode:multiply;-webkit-mask:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);mask:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%)}.landing-video-intro .video-frame{position:relative;width:100%;aspect-ratio:16 / 6.75;overflow:hidden;border-radius:0}.landing-video-intro video{border-radius:0}.landing-video-intro .video-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000061,#0000009e);pointer-events:none;z-index:1}.landing-video-intro .video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.landing-video-intro .video-overlay-inner{width:100%;max-width:1200px;display:grid;grid-template-columns:1.2fr 1fr;gap:32px;padding:24px;color:#fff}.landing-video-intro .video-copy h3{font-size:36px;font-weight:700;margin:0 0 8px}.landing-video-intro .video-copy p{font-size:18px;opacity:.9;margin:0 0 16px}.landing-video-intro .cta-primary{background:#0a5cff;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer}.landing-video-intro .video-actions{display:grid;gap:20px;align-content:flex-start}.landing-video-intro .action-card{display:block;padding:18px 20px;border:1px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;text-decoration:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003}.landing-video-intro .action-title{font-size:18px;font-weight:700;margin-bottom:6px}.landing-video-intro .action-link{font-size:14px;opacity:.85;border-bottom:2px solid rgba(255,255,255,.6);display:inline-block;padding-bottom:2px}@media (max-width: 900px){.landing-video-intro .video-overlay-inner{grid-template-columns:1fr;gap:20px}.landing-video-intro .video-copy h3{font-size:28px}.landing-video-intro .video-copy p{font-size:16px}}@media (max-width: 840px){.landing-video-intro .video-frame{aspect-ratio:16 / 10}}@media (max-width: 600px){.landing-video-intro .video-frame{aspect-ratio:16 / 12}}@media (max-width: 480px){.landing-video-intro .video-frame{aspect-ratio:16 / 14}}@media (max-width: 380px){.landing-video-intro .video-frame{aspect-ratio:1 / 1}}.founders-section{background:#fff;color:#0b1020;padding:160px 24px}.founders-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:center}.founders-avatars{display:flex;gap:0;margin-bottom:12px;align-items:center}.founders-avatars .avatar{width:104px;height:104px;border-radius:50%;background:#fff;color:#0b1020;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;overflow:hidden;margin-left:-24px;box-shadow:0 0 0 1px #0000000d}.founders-avatars .avatar:first-child{margin-left:0}.founders-avatars .avatar:nth-child(2){z-index:2}.founders-avatars .avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;display:block}.founders-label{font-size:13px;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.founders-text{font-size:32px;line-height:1.2;font-weight:600;text-indent:1.5em}.founders-text strong{font-weight:800}@media (max-width: 900px){.founders-inner{grid-template-columns:1fr;gap:20px}.founders-text{font-size:22px}.founders-avatars .avatar{width:72px;height:72px;margin-left:-16px}}.offerings-section{background:#fff;padding:24px 24px 80px}.offerings-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.offering-card{background:#f6f7fb;border:1px solid #e8ebf4;border-radius:16px;padding:24px 28px;box-shadow:0 2px 6px #0a142808}.offering-card h3{font-size:22px;font-weight:800;color:#0a0f1f;margin:0;display:flex;align-items:center;gap:10px}.offering-card h3 .leaf{width:22px;height:22px;display:block}.subservices{list-style:none;padding:12px 0 0;margin:0;display:grid;gap:2px}.subservice{display:grid;grid-template-columns:1fr auto;align-items:center;padding:16px 6px;border-bottom:1px solid #e8ebf4;position:relative;cursor:pointer}.subservice:last-child{border-bottom:none}.subservice .arrow{opacity:.6;transition:transform .2s ease,opacity .2s ease}.subservice .detail{display:block;grid-column:1 / -1;font-size:12px;color:#5f667a;margin-top:6px;opacity:0;max-height:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.subservice:hover .arrow{transform:translate(4px);opacity:1}.subservice:hover .detail{opacity:1;max-height:60px}@media (max-width: 900px){.offerings-inner{grid-template-columns:1fr}}.trusted-stripe{background:transparent;padding:12px 24px 0}.trusted-box{max-width:1200px;margin:0 auto;border-radius:16px;padding:18px 24px;background:#0b1020;color:#e8eaf6;border:1px solid rgba(255,255,255,.06)}.trusted-caption{text-align:center;font-size:14px;opacity:.75;margin-bottom:12px}.trusted-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;align-items:center;justify-items:center}.logo-text{display:flex;align-items:center;justify-content:center;min-height:128px}.logo-text img{display:block;max-height:96px;height:auto;width:auto;filter:brightness(0) invert(1);opacity:1}.trusted-logos img[alt=KFC]{max-height:72px}@media (max-width: 900px){.trusted-logos{grid-template-columns:repeat(3,1fr)}.logo-text{min-height:68px}.logo-text img{max-height:44px}.trusted-logos img[alt=KFC]{max-height:40px}}@media (max-width: 540px){.trusted-logos{grid-template-columns:repeat(2,1fr)}.logo-text{min-height:56px}.logo-text img{max-height:36px}.trusted-logos img[alt=KFC]{max-height:32px}}.landing-section-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr;gap:32px;align-items:center;position:relative}.landing-badge{position:absolute;top:520px;right:180px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffffb3;border:1px solid rgba(10,16,32,.08);border-radius:9999px;box-shadow:0 2px 8px #0a10200f;color:#0b1020;font-weight:700;font-size:14px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:3;transform:scale(1.5);transform-origin:top right}.landing-badge--alt{top:340px;right:360px}.landing-badge--community{top:560px;right:420px}.landing-hero-media img{position:relative;z-index:1}.landing-badge span{line-height:1}@media (max-width: 768px){.landing-badge{transform:scale(.9);top:8px;right:8px}}.landing-section-title{font-size:58px;font-weight:700;color:#222;line-height:1.2;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;grid-column:1;text-align:left;padding-right:500px}@keyframes leafSway{0%,70%,to{transform:rotate(0)}10%{transform:rotate(-3deg)}20%{transform:rotate(3deg)}30%{transform:rotate(0)}}.headline-primary{display:inline-block}.headline-primary .accent{color:#4f6bff}.landing-subheadline{margin-top:14px;font-size:18px;line-height:1.6;color:#7d808f;grid-column:1;text-align:left;padding-right:500px}.landing-hero-media{position:absolute;right:0;top:-120px;width:680px;height:100%;pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.landing-hero-media img{max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 6px 24px rgba(0,0,0,.12))}@media (max-width: 1100px){.landing-hero-media{width:500px;opacity:.9}}@media (max-width: 900px){.landing-hero-media{display:none}}.word-animate{display:inline-block;opacity:0;animation:wordFadeIn .5s forwards;margin:0 4px}.word-1{animation-delay:.1s;font-weight:800}.word-2{animation-delay:.2s}.word-3{animation-delay:.3s}.word-4{animation-delay:.4s}.word-5{animation-delay:.5s;font-weight:600}.word-6{animation-delay:.6s}.word-7{animation-delay:.7s;font-weight:600}.word-8{animation-delay:.8s}.word-9{animation-delay:.9s}.word-10{animation-delay:1s;font-weight:600}.word-11{animation-delay:1.1s;font-weight:600}.word-12{animation-delay:1.2s}.word-13{animation-delay:1.3s;font-weight:600}.word-14{animation-delay:1.4s;font-weight:600}.word-15{animation-delay:1.5s;font-weight:600}@keyframes wordFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-section-underline{width:100px;height:2px;background:#222;margin:30px auto 20px;animation:underlineGrow 2s ease-out forwards;animation-delay:1.6s;transform:scaleX(0);position:relative;overflow:hidden}.landing-section-underline:after{content:"";position:absolute;top:0;bottom:0;left:-120%;width:120%;background:linear-gradient(90deg,transparent,rgba(10,92,255,.45),transparent);animation:lineSweep 3.6s ease-in-out infinite;animation-delay:2.2s}@keyframes lineSweep{0%,60%{left:-120%}80%{left:100%}to{left:100%}}@keyframes underlineGrow{to{transform:scaleX(1)}}.landing-section-dots{display:flex;gap:8px;justify-content:center;animation:dotsAppear .5s ease-out forwards;animation-delay:2s;opacity:0}.landing-section-dots .dot{width:6px;height:6px;background:#222;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}.landing-section-dots .dot:nth-child(2){animation-delay:.2s}.landing-section-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotsAppear{to{opacity:1}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:1}}@media (max-width: 768px){.landing-section-title{font-size:38px;padding-right:0}.landing-section-container{grid-template-columns:1fr;gap:16px}.landing-subheadline{grid-column:1;padding-right:0}.landing-section-final{padding:40px 20px;min-height:350px}}@media (max-width: 480px){.landing-section-title{font-size:26px}.word-animate{margin:0 2px}.landing-section-final{padding:30px 16px;min-height:300px}}.plan-anual-page *{margin:0;padding:0;box-sizing:border-box}.plan-anual-page{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.plan-anual-page nav{position:absolute;top:50px;left:50%;transform:translate(-50%);background:#fff;padding:1rem 2rem;display:flex;align-items:center;gap:3rem;border-radius:50px;box-shadow:0 4px 20px #0000001a;z-index:100;max-width:1200px}.plan-anual-page .logo{font-size:1.5rem;font-weight:700;color:#333;display:flex;align-items:center}.plan-anual-page .logo img{height:35px;display:block}.plan-anual-page .nav-links{display:flex;gap:2rem;list-style:none;margin-right:auto;align-items:center}.plan-anual-page .nav-links li{display:flex;align-items:center}.plan-anual-page .nav-links a{color:#666;text-decoration:none;font-size:.95rem;transition:color .3s}.plan-anual-page .nav-links a:hover{color:#333}.plan-anual-page .nav-right{display:flex;align-items:center;gap:1.5rem}.plan-anual-page nav .cta-button{background:#6366f1;color:#fff;padding:.75rem 1.5rem;border-radius:20px;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s;position:relative;top:-10px;border:none;cursor:pointer}.plan-anual-page nav .cta-button:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.plan-anual-page .mobile-menu-button{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.plan-anual-page .mobile-menu-button span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.plan-anual-page .mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.plan-anual-page .mobile-menu-overlay.active{opacity:1;visibility:visible}.plan-anual-page .mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;z-index:1000;display:flex;flex-direction:column}.plan-anual-page .mobile-menu-overlay.active .mobile-menu{right:0}.plan-anual-page .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.plan-anual-page .mobile-menu-header img{height:30px}.plan-anual-page .mobile-menu-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.plan-anual-page .mobile-menu-close:hover{background:#f0f0f0;color:#333}.plan-anual-page .mobile-menu-links{list-style:none;padding:2rem 0;display:flex;flex-direction:column;gap:.5rem}.plan-anual-page .mobile-menu-links li a{display:block;padding:1rem 1.5rem;color:#333;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;border-left:3px solid transparent}.plan-anual-page .mobile-menu-links li a:hover{background:#f8f9fa;border-left-color:#6366f1;color:#6366f1}.plan-anual-page .mobile-menu-links li a.mobile-cta{margin:1rem 1.5rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;text-align:center;border-radius:12px;border-left:none}.plan-anual-page .mobile-menu-links li a.mobile-cta:hover{background:linear-gradient(90deg,#4f46e5,#9333ea);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.plan-anual-page .hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f8f9fa;color:#333;text-align:center;padding:2rem 2rem 1rem;position:relative;overflow:hidden}.plan-anual-page .hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;pointer-events:none}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.plan-anual-page .hero-content{position:relative;z-index:1;margin-bottom:-25vh}.plan-anual-page .hero h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;margin-top:-12rem;line-height:1.2}.plan-anual-page .hero h1 .highlight,.plan-anual-page .typing-text .highlight,.plan-anual-page .hero .highlight{background:linear-gradient(180deg,transparent 60%,#FFE44D 60%)!important;background-color:transparent!important;padding:0 .3em!important;display:inline-block!important;color:#333!important;position:relative!important;z-index:1!important;font-size:4rem!important;line-height:1.1!important;font-weight:900!important}.plan-anual-page .hero p{font-size:1.25rem;opacity:0;max-width:700px;margin:0 auto 2rem;line-height:1.6;text-align:center;transform:translateY(20px);transition:all .8s ease-out}.plan-anual-page .hero p.show{opacity:.7;transform:translateY(0)}.plan-anual-page .hero-cta{background:#4285f4;color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;opacity:0;transform:translateY(20px);border:none;cursor:pointer}.plan-anual-page .hero-cta.show{opacity:1;transform:translateY(0)}.plan-anual-page .hero-cta:hover{background:#3367d6;transform:translateY(-2px);box-shadow:0 8px 20px #4285f44d}.plan-anual-page .typing-text{display:inline;border-right:3px solid #333;animation:blink .7s step-end infinite}@keyframes blink{50%{border-color:transparent}}.plan-anual-page .content{min-height:500px;background:#fff;padding:6rem 4rem}.plan-anual-page .content-2{min-height:500px;background:#f0f4f8;padding:6rem 4rem;text-align:center;overflow:visible}.plan-anual-page .content-3{min-height:500px;background:#4169e1;padding:6rem 4rem;text-align:center;color:#fff}.plan-anual-page .content-3 h2{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:2rem;line-height:1.2}.plan-anual-page .content-3 p{font-size:1.2rem;color:#ffffffe6;line-height:1.6}.plan-anual-page .content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.plan-anual-page .content-text h2{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#333;line-height:1.2}.plan-anual-page .gradient-text{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#ffd93d);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.plan-anual-page .content-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1rem}.plan-anual-page .cta-button{display:inline-block;margin-top:1.5rem;padding:1rem 2rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #6366f14d;text-decoration:none}.plan-anual-page .cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #6366f180;background:linear-gradient(90deg,#4f46e5,#9333ea)}.plan-anual-page .floating-icons{position:relative;width:500px;height:400px;background:#fff;border-radius:32px;padding:3rem;box-shadow:0 20px 60px #00000026;border:1px solid rgba(0,0,0,.05);overflow:hidden}.plan-anual-page .floating-title{position:absolute;top:2rem;left:2.5rem;font-size:1.3rem;font-weight:400;color:#666}.plan-anual-page .floating-subtitle{position:absolute;top:3.5rem;left:2.5rem;font-size:2.5rem;font-weight:800;color:#666;line-height:1.2}.plan-anual-page .icon-circle{position:absolute;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000001a;animation:float 3s ease-in-out infinite}.plan-anual-page .icon-circle svg{width:40px;height:40px;color:#666}.plan-anual-page .icon-2 svg{stroke:url(#sparkGradient)}.plan-anual-page .icon-1{bottom:15%;left:15%;animation-delay:0s;width:75px;height:75px}.plan-anual-page .icon-2{top:25%;right:20%;animation-delay:.5s;width:90px;height:90px}.plan-anual-page .icon-3{bottom:5%;left:45%;animation-delay:1s;width:70px;height:70px}.plan-anual-page .icon-4{bottom:18%;right:10%;animation-delay:1.5s;width:70px;height:70px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.plan-anual-page .orbit{position:absolute;border:1px solid rgba(0,0,0,.015);border-radius:50%;pointer-events:none;background:radial-gradient(circle,#fff0,#00000001,#00000003);box-shadow:0 0 0 1px #00000003,0 0 8px #00000004,inset 0 0 15px #ffffff4d}.plan-anual-page .orbit-1{width:312px;height:312px;bottom:-225px;left:60%;transform:translate(-50%)}.plan-anual-page .orbit-2{width:468px;height:468px;bottom:-303px;left:60%;transform:translate(-50%)}.plan-anual-page .orbit-3{width:624px;height:624px;bottom:-381px;left:60%;transform:translate(-50%)}.plan-anual-page .card-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;text-decoration:none;border-radius:8px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #6366f133;border:none;cursor:pointer}.plan-anual-page .card-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166;background:linear-gradient(90deg,#4f46e5,#9333ea)}.plan-anual-page .courses-scroll{width:100%;height:250px;background:#f8f9fa;border-radius:16px;overflow:hidden;position:relative;padding:1.5rem}.plan-anual-page .courses-list{display:flex;flex-direction:column;gap:.75rem;animation:scrollCourses 20s linear infinite}.plan-anual-page .course-item{background:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:500;color:#333;white-space:nowrap;box-shadow:0 2px 8px #0000000d}@keyframes scrollCourses{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.plan-anual-page .card-with-cube{position:relative;overflow:visible;justify-content:flex-end}.plan-anual-page .carousel-scene{position:absolute;top:5%;left:50%;transform:translate(-50%);width:400px;height:300px;perspective:1800px;z-index:5;overflow:visible}.plan-anual-page .carousel-cube{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:translateZ(-500px);transition:transform 1.5s cubic-bezier(.4,0,.2,1);overflow:visible}.plan-anual-page .carousel-face{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;backface-visibility:hidden;transform-style:preserve-3d;overflow:visible}.plan-anual-page .carousel-face img{width:80%;height:auto;object-fit:contain}.plan-anual-page .carousel-face.front{transform:rotateY(0) translateZ(500px)}.plan-anual-page .carousel-face.right{transform:rotateY(90deg) translateZ(500px)}.plan-anual-page .carousel-face.back{transform:rotateY(180deg) translateZ(500px)}.plan-anual-page .carousel-face.left{transform:rotateY(-90deg) translateZ(500px)}.plan-anual-page .carousel-face img{width:100%;height:100%;object-fit:contain;border-radius:12px;backface-visibility:hidden}.plan-anual-page .card h3{font-size:1.5rem;margin-bottom:.5rem}.plan-anual-page .card p{color:#555;line-height:1.5;max-width:600px;margin:0 auto}.plan-anual-page .ai-tools-carousel{width:100%;height:300px;background:#f8f9fa;border-radius:16px;position:relative;perspective:1200px;overflow:visible}.plan-anual-page .carousel-container{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 1.5s cubic-bezier(.4,0,.2,1)}.plan-anual-page .carousel-slide{position:absolute;width:70%;height:200px;left:15%;top:50px;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;transition:all 1.5s cubic-bezier(.4,0,.2,1);backface-visibility:hidden}.plan-anual-page .carousel-slide img{max-width:100%;max-height:100%;object-fit:contain}.plan-anual-page .carousel-slide:nth-child(1){transform:rotateY(0) translateZ(350px)}.plan-anual-page .carousel-slide:nth-child(2){transform:rotateY(90deg) translateZ(350px)}.plan-anual-page .carousel-slide:nth-child(3){transform:rotateY(180deg) translateZ(350px)}.plan-anual-page .carousel-slide:nth-child(4){transform:rotateY(270deg) translateZ(350px)}.plan-anual-page .carousel-slide.active{opacity:1;z-index:10}.plan-anual-page .carousel-dots{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:100}.plan-anual-page .feature-badge{display:inline-block;background:#ffd93d;color:#333;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:2rem}.plan-anual-page .content-2 h2{font-size:3.5rem;font-weight:800;color:#333;margin-bottom:4rem;line-height:1.2}.plan-anual-page .cards-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.plan-anual-page .card{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 4px 20px #00000014;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.plan-anual-page .card-image{width:100%;height:250px;border-radius:16px;display:flex;align-items:center;justify-content:center}.plan-anual-page .card-image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.plan-anual-page .workshops-grid{width:100%;background:#f8f9fa;border-radius:16px;padding:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}.plan-anual-page .workshop-item{background:#fff;border-radius:12px;padding:1.25rem .75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.08);min-height:90px}.plan-anual-page .workshop-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f;border-color:#00000026}.plan-anual-page .workshop-icon{font-size:2rem}.plan-anual-page .workshop-title{font-size:.85rem;font-weight:600;color:#333;text-align:center;line-height:1.2}.plan-anual-page .tirant-library{width:100%;background:#f8f9fa;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.plan-anual-page .tirant-header{display:flex;justify-content:center;align-items:center;gap:2rem;padding-bottom:.5rem}.plan-anual-page .tirant-logo{height:35px}.plan-anual-page .books-shelf{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}.plan-anual-page .book-spine{background:#fff;border-radius:12px;padding:.75rem .5rem;font-size:.7rem;font-weight:600;color:#333;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;text-align:center;min-height:85px;border:1px solid rgba(0,0,0,.08)}.plan-anual-page .book-spine svg{flex-shrink:0;width:18px;height:18px}.plan-anual-page .book-spine span{line-height:1.1;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.plan-anual-page .book-spine:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f;border-color:#00000026}.plan-anual-page .events-badges{width:100%;background:#f8f9fa;border-radius:16px;padding:2rem 1.5rem;display:flex;gap:1rem;justify-content:center;align-items:center}.plan-anual-page .badge-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 4px 16px #0000001a;border:2px solid rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;flex:1;max-width:220px}.plan-anual-page .badge-card:hover{transform:translateY(-6px) rotate(-2deg);box-shadow:0 8px 24px #00000026}.plan-anual-page .summit-badge{border-top:4px solid #667eea}.plan-anual-page .opening-badge{border-top:4px solid #f5576c}.plan-anual-page .badge-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.plan-anual-page .badge-logo{font-size:2rem}.plan-anual-page .vip-tag{background:#ffe44d;color:#333;font-size:.6rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;letter-spacing:.5px}.plan-anual-page .badge-title{font-size:1.3rem;font-weight:800;color:#333;margin-bottom:.5rem;line-height:1.2}.plan-anual-page .badge-subtitle{font-size:.85rem;color:#666;margin-bottom:1rem;line-height:1.3}.plan-anual-page .badge-year{font-size:2rem;font-weight:800;color:#333;text-align:center;margin-top:.5rem;opacity:.3}.plan-anual-page .certifications-container{width:100%;background:#f8f9fa;border-radius:16px;padding:1.5rem;display:flex;gap:1rem;align-items:center}.plan-anual-page .diploma-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000001a;border:2px solid #FFE44D;flex:1;position:relative;transition:all .3s ease;cursor:pointer}.plan-anual-page .diploma-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.plan-anual-page .diploma-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f8f9fa}.plan-anual-page .diploma-seal{font-size:2rem}.plan-anual-page .diploma-lines{flex:1;height:2px;background:linear-gradient(90deg,#FFE44D 0%,transparent 100%)}.plan-anual-page .diploma-title{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.plan-anual-page .diploma-subtitle{font-size:1.1rem;font-weight:800;color:#333;margin-bottom:.5rem}.plan-anual-page .diploma-issuer{font-size:.8rem;color:#666;font-style:italic}.plan-anual-page .coming-soon-box{flex:1;background:#fff;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:2px dashed rgba(0,0,0,.1)}.plan-anual-page .coming-icon{font-size:2.5rem}.plan-anual-page .coming-text{font-size:1rem;font-weight:600;color:#666;text-align:center;line-height:1.5}.plan-anual-page .cta-container{max-width:800px;margin:0 auto}.plan-anual-page .cta-badge{display:inline-block;background:#fff;color:#2563eb;font-size:.9rem;font-weight:700;padding:.5rem 1.5rem;border-radius:20px;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.plan-anual-page .cta-description{font-size:1.3rem;margin-bottom:3rem;color:#fffffff2}.plan-anual-page .countdown-timer{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0 4rem;padding:2rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:10}.plan-anual-page .countdown-item{display:flex;flex-direction:column;align-items:center}.plan-anual-page .countdown-number{font-size:3.5rem;font-weight:800;color:#fff;line-height:1;min-width:80px;text-align:center}.plan-anual-page .countdown-label{font-size:.9rem;color:#fffc;margin-top:.5rem;text-transform:uppercase;letter-spacing:1px}.plan-anual-page .countdown-separator{font-size:3rem;font-weight:800;color:#fff;line-height:1;padding:0 .5rem}.plan-anual-page .comparison-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;padding:0 2rem}.plan-anual-page .comparison-card{background:#fff!important;border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease;isolation:isolate}.plan-anual-page .comparison-card>*{position:relative;z-index:2}.plan-anual-page .comparison-card.winner{border:4px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24) border-box;background-size:100% 100%,300% 300%;background-position:0 0,0% 50%;transform:scale(1.05);box-shadow:0 0 0 0 transparent,0 25px 50px -8px #6366f1b3,0 15px 60px -12px #a855f799,0 10px 70px -15px #ec489980,0 5px 80px -18px #fb923c66;animation:glow 3s ease-in-out infinite,borderMove 4s ease infinite;position:relative;z-index:2}@keyframes glow{0%,to{box-shadow:0 0 0 0 transparent,0 25px 50px -8px #6366f1b3,0 15px 60px -12px #a855f799,0 10px 70px -15px #ec489980,0 5px 80px -18px #fb923c66}50%{box-shadow:0 0 0 0 transparent,0 25px 60px -8px #6366f1e6,0 15px 75px -12px #a855f7cc,0 10px 85px -15px #ec4899b3,0 5px 95px -18px #fb923c99}}@keyframes borderMove{0%{background-position:0 0,0% 50%}50%{background-position:0 0,100% 50%}to{background-position:0 0,0% 50%}}.plan-anual-page .comparison-card.loser{opacity:.6;border:2px solid rgba(255,255,255,.15);filter:grayscale(30%);transform:scale(.95)}.plan-anual-page .card-ribbon{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);color:#fff;padding:.5rem 2rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #6366f166}.plan-anual-page .comparison-title{font-size:1.8rem;font-weight:800;color:#1e40af;margin-bottom:.5rem;text-align:center}.plan-anual-page .comparison-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:center}.plan-anual-page .comparison-features{margin-bottom:2rem}.plan-anual-page .feature-item{padding:.75rem 0;color:#333;font-size:1rem;border-bottom:1px solid #f0f0f0}.plan-anual-page .feature-item.disabled{color:#999;text-decoration:line-through}.plan-anual-page .feature-item.highlight-feature{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.1rem}.plan-anual-page .comparison-price{text-align:center;margin:2rem 0}.plan-anual-page .price-big{font-size:3.5rem;font-weight:800;color:#1e40af;line-height:1}.plan-anual-page .price-big.faded{color:#999}.plan-anual-page .price-label{font-size:1.2rem;color:#666;margin-top:.5rem}.plan-anual-page .comparison-button{display:block;width:100%;padding:1.25rem;border-radius:12px;text-decoration:none;font-size:1.1rem;font-weight:700;text-align:center;transition:all .3s ease}.plan-anual-page .primary-button{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);color:#fff;border:none;cursor:pointer;font-family:inherit}.plan-anual-page .primary-button:hover{background:linear-gradient(90deg,#4f46e5,#9333ea,#db2777,#ef4444,#f97316,#f59e0b);transform:translateY(-2px);box-shadow:0 8px 20px #6366f180}.plan-anual-page .two-licenses-visual{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0;padding:1.5rem;background:#fff!important;border-radius:12px;border:1px solid #e5e7eb}.plan-anual-page .license-icon{font-size:2.5rem}.plan-anual-page .plus-sign,.plan-anual-page .equals-sign{font-size:1.5rem;font-weight:800;color:#666}.plan-anual-page .price-inline{font-size:2rem;font-weight:800;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-anual-page .comparison-loss{text-align:center;color:#ef4444;font-weight:700;font-size:1.2rem;margin-top:1rem;padding:1.25rem;background:#ef444426;border-radius:8px;border:2px dashed #ef4444}.plan-anual-page .faq-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.plan-anual-page .faq-item{background:#fff;border:2px solid #f0f0f0;border-radius:16px;overflow:hidden;transition:all .3s ease}.plan-anual-page .faq-item:hover{border-color:#6366f1;box-shadow:0 4px 20px #6366f11a}.plan-anual-page .faq-question{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.1rem;font-weight:600;color:#333;transition:all .3s ease}.plan-anual-page .faq-question:hover{color:#6366f1}.plan-anual-page .faq-icon{flex-shrink:0;transition:transform .3s ease;color:#6366f1}.plan-anual-page .faq-item.active .faq-icon{transform:rotate(180deg)}.plan-anual-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 2rem}.plan-anual-page .faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.plan-anual-page .faq-answer p{color:#666;line-height:1.8;font-size:1rem;text-align:left}.plan-anual-page .contact-section{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.plan-anual-page .submit-message{padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;animation:slideDown .4s ease-out;display:flex;align-items:center;box-shadow:0 4px 12px #00000026}.plan-anual-page .submit-message.success{background:#10b98126;border:2px solid rgba(16,185,129,.5);color:#10b981}.plan-anual-page .submit-message.error{background:#ef444426;border:2px solid rgba(239,68,68,.5);color:#ef4444}.plan-anual-page .message-content{display:flex;align-items:center;gap:.75rem;width:100%}.plan-anual-page .message-icon{flex-shrink:0;width:24px;height:24px}.plan-anual-page .message-content span{font-size:1rem;font-weight:600;line-height:1.5}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.plan-anual-page .spinner{animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.plan-anual-page .contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(168,85,247,.1) 0%,transparent 50%);pointer-events:none}.plan-anual-page .contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.plan-anual-page .contact-text{padding-right:2rem}.plan-anual-page .contact-text h2{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.plan-anual-page .contact-text p{font-size:1.15rem;color:#bbb;margin-bottom:1.5rem;line-height:1.8}.plan-anual-page .contact-info{color:#999;font-size:1rem;margin-bottom:2rem}.plan-anual-page .contact-form{background:#ffffff0d;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.plan-anual-page .contact-form form{display:flex;flex-direction:column;gap:1.25rem}.plan-anual-page .contact-form input,.plan-anual-page .contact-form textarea{padding:1.25rem;border:2px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s}.plan-anual-page .contact-form input::placeholder,.plan-anual-page .contact-form textarea::placeholder{color:#666}.plan-anual-page .contact-form input:focus,.plan-anual-page .contact-form textarea:focus{outline:none;border-color:#6366f1;background:#ffffff14;box-shadow:0 0 0 4px #6366f11a}.plan-anual-page .contact-form input:disabled,.plan-anual-page .contact-form textarea:disabled{opacity:.6;cursor:not-allowed}.plan-anual-page .contact-form textarea{resize:vertical;min-height:120px}.plan-anual-page .contact-cta{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.5rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;text-decoration:none;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #6366f166;width:100%}.plan-anual-page .contact-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f199;background:linear-gradient(90deg,#4f46e5,#9333ea)}.plan-anual-page .contact-cta:disabled{opacity:.7;cursor:not-allowed;transform:none}.plan-anual-page .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.plan-anual-page .modal-overlay.active{opacity:1;visibility:visible}.plan-anual-page .modal-container{position:fixed!important;width:600px!important;max-width:100%!important;height:100vh!important;background:#fff!important;z-index:1001!important;overflow-y:auto!important;transition:right .4s cubic-bezier(.4,0,.2,1)!important;box-shadow:-4px 0 20px #00000026!important;transform:none!important;inset:auto!important;display:block!important;align-items:initial!important;justify-content:initial!important}.plan-anual-page .modal-overlay.active .modal-container{right:0!important}.plan-anual-page .modal-header{position:sticky;top:0;background:#fff;padding:2rem;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;z-index:10}.plan-anual-page .modal-header h2{font-size:1.8rem;font-weight:800;color:#333;margin:0}.plan-anual-page .modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.plan-anual-page .modal-close:hover{background:#f0f0f0;color:#333}.plan-anual-page .modal-overlay .modal-container .modal-content{padding:0!important;background:#fff!important;border-radius:0!important;max-width:none!important;width:100%!important;max-height:none!important;overflow-y:visible!important;position:static!important;transform:none!important;transition:none!important;box-shadow:none!important}.plan-anual-page .scroll-content{padding:2rem}.plan-anual-page .activities-grid{display:grid;grid-template-columns:1fr;gap:1rem}.plan-anual-page .activity-card{background:#fff;border-radius:8px;padding:.5rem .65rem;box-shadow:0 1px 6px #0000000f;border:1px solid rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;position:relative}.plan-anual-page .activity-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease}.plan-anual-page .activity-card:hover:before{left:100%}.plan-anual-page .activity-card:hover{transform:translateY(-4px) rotate(-1deg);box-shadow:0 8px 24px #0000001f}.plan-anual-page .activity-card.evento-card{border-top:4px solid #667eea}.plan-anual-page .activity-card.taller-card{border-top:4px solid #DB2777}.plan-anual-page .activity-card.curso-card{border-top:4px solid #4F46E5}.plan-anual-page .activity-card.cert-card{border-top:4px solid #F59E0B}.plan-anual-page .activity-card.sprint-card{border-top:4px solid #84CC16}.plan-anual-page .activity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.35rem}.plan-anual-page .activity-logo{font-size:1.1rem}.plan-anual-page .activity-tag{background:#ffe44d;color:#333;font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.plan-anual-page .activity-tag.tag-taller{background:#fce7f3;color:#db2777}.plan-anual-page .activity-tag.tag-curso{background:#e0e7ff;color:#4f46e5}.plan-anual-page .activity-tag.tag-evento{background:#fef3c7;color:#d97706}.plan-anual-page .activity-tag.tag-incluido{background:#d1fae5;color:#059669}.plan-anual-page .activity-tag.tag-certificado{background:linear-gradient(135deg,gold,orange);color:#7c2d12;font-weight:700}.plan-anual-page .activity-tag.tag-sprint{background:#d1f366;color:#4d7c0f}.plan-anual-page .activity-title{font-size:.85rem;font-weight:700;color:#333;margin-bottom:.25rem;line-height:1.3}.plan-anual-page .activity-description{font-size:.7rem;color:#666;margin-bottom:.35rem;line-height:1.35}.plan-anual-page .activity-date{font-size:.65rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.25rem}.plan-anual-page .activity-date svg{width:14px;height:14px;color:#6366f1}.plan-anual-page .month-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.plan-anual-page .month-header:first-child{margin-top:0}.plan-anual-page .month-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.plan-anual-page .month-info h3{font-size:1.3rem;font-weight:800;color:#333;margin:0}.plan-anual-page .month-info p{font-size:.8rem;color:#666;margin:.2rem 0 0}.plan-anual-page .whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);background-size:300% 300%;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #6366f166;z-index:1000;transition:all .3s ease;animation:whatsappGradient 3s ease infinite,whatsappPulse 2s infinite}.plan-anual-page .whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #6366f199}.plan-anual-page .whatsapp-float svg{width:32px;height:32px}@keyframes whatsappGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes whatsappPulse{0%,to{box-shadow:0 4px 20px #6366f166}50%{box-shadow:0 4px 30px #a855f7b3}}.plan-anual-page .checkout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.plan-anual-page .checkout-modal-overlay.active{opacity:1;visibility:visible}.plan-anual-page .checkout-modal-container{background:#fff;width:90%;max-width:1000px;height:90vh;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transform:scale(.9);transition:transform .3s ease;box-shadow:0 20px 60px #0000004d}.plan-anual-page .checkout-modal-overlay.active .checkout-modal-container{transform:scale(1)}.plan-anual-page .checkout-modal-header{padding:1.5rem 2rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;display:flex;align-items:center;justify-content:space-between}.plan-anual-page .checkout-modal-header h2{margin:0;font-size:1.5rem}.plan-anual-page .checkout-modal-close{background:#fff3;border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;line-height:1}.plan-anual-page .checkout-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.plan-anual-page .checkout-modal-content{flex:1;overflow:hidden}.plan-anual-page .checkout-modal-content iframe{width:100%;height:100%;border:none}.plan-anual-page .sticky-bottom-bar{position:fixed;bottom:-150px;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:998;transition:all .4s cubic-bezier(.4,0,.2,1);border-top:3px solid transparent;background-clip:padding-box}.plan-anual-page .sticky-bottom-bar:before{content:"";position:absolute;top:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#f87171,#fb923c,#fbbf24);animation:gradientFlow 3s ease infinite;background-size:200% 100%}@keyframes gradientFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.plan-anual-page .sticky-bottom-bar.visible{bottom:0}.plan-anual-page .sticky-bottom-bar.collapsed{bottom:-150px!important}.plan-anual-page .sticky-bar-toggle{display:none}@media (min-width: 769px){.plan-anual-page .sticky-bottom-bar.collapsed{bottom:0!important}}.plan-anual-page .sticky-bar-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.plan-anual-page .sticky-bar-info{display:flex;align-items:center;gap:1.5rem;flex:1}.plan-anual-page .sticky-bar-badge{background:linear-gradient(135deg,#ffe44d,orange);color:#333;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 8px #ffa4004d}.plan-anual-page .sticky-bar-text{display:flex;flex-direction:column;gap:.25rem}.plan-anual-page .sticky-bar-title{font-size:1rem;font-weight:700;color:#333;line-height:1.2}.plan-anual-page .sticky-bar-subtitle{font-size:.85rem;color:#666;line-height:1.2}.plan-anual-page .sticky-bar-price{display:flex;align-items:baseline;gap:.35rem;margin-left:auto}.plan-anual-page .sticky-price-amount{font-size:2rem;font-weight:800;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.plan-anual-page .sticky-price-currency{font-size:1rem;font-weight:600;color:#666}.plan-anual-page .sticky-bar-cta{background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 4px 15px #6366f14d}.plan-anual-page .sticky-bar-cta:hover{background:linear-gradient(90deg,#4f46e5,#9333ea);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.plan-anual-page .sticky-bar-cta svg{width:20px;height:20px}@media (max-width: 768px){.plan-anual-page nav{top:20px;padding:.75rem 1rem;gap:1rem;width:90%;max-width:90%;justify-content:space-between}.plan-anual-page .logo img{height:28px}.plan-anual-page .nav-links,.plan-anual-page .nav-right{display:none}.plan-anual-page .mobile-menu-button{display:flex}.plan-anual-page .hero{padding:1.5rem;min-height:90vh}.plan-anual-page .hero-content{margin-bottom:-15vh}.plan-anual-page .hero h1{font-size:2rem;margin-top:-8rem}.plan-anual-page .hero h1 .highlight,.plan-anual-page .typing-text .highlight,.plan-anual-page .hero .highlight{font-size:2rem!important}.plan-anual-page .hero p{font-size:1rem;padding:0 1rem}.plan-anual-page .hero-cta{padding:.875rem 1.75rem;font-size:.95rem}.plan-anual-page .content,.plan-anual-page .content-2,.plan-anual-page .content-3{padding:3rem 1.5rem}.plan-anual-page .content-grid{grid-template-columns:1fr;gap:2rem}.plan-anual-page .content-text h2{font-size:2rem}.plan-anual-page .content-text p{font-size:1rem}.plan-anual-page .content-2 h2,.plan-anual-page .content-3 h2{font-size:2rem}.plan-anual-page .content-3 p{font-size:1rem}.plan-anual-page .floating-icons{width:100%;height:300px;margin:0 auto}.plan-anual-page .floating-title{font-size:1rem;top:1.5rem;left:1.5rem}.plan-anual-page .floating-subtitle{font-size:1.75rem;top:2.5rem;left:1.5rem}.plan-anual-page .icon-circle{width:60px;height:60px}.plan-anual-page .icon-circle svg{width:30px;height:30px}.plan-anual-page .icon-1,.plan-anual-page .icon-2,.plan-anual-page .icon-3,.plan-anual-page .icon-4{width:55px;height:55px}.plan-anual-page .cards-container{grid-template-columns:1fr;gap:1.5rem}.plan-anual-page .card{padding:1.5rem}.plan-anual-page .card h3{font-size:1.25rem}.plan-anual-page .card p{font-size:.95rem}.plan-anual-page .carousel-scene{width:100%;max-width:320px;height:200px;perspective:1000px;margin:0 auto}.plan-anual-page .carousel-cube{transform:translateZ(-200px)}.plan-anual-page .carousel-face{width:90%;height:180px;left:5%}.plan-anual-page .carousel-face.front{transform:rotateY(0) translateZ(200px)}.plan-anual-page .carousel-face.right{transform:rotateY(90deg) translateZ(200px)}.plan-anual-page .carousel-face.back{transform:rotateY(180deg) translateZ(200px)}.plan-anual-page .carousel-face.left{transform:rotateY(-90deg) translateZ(200px)}.plan-anual-page .carousel-face img{width:90%;max-width:100%}.plan-anual-page .card-with-cube{min-height:400px;padding-bottom:2rem}.plan-anual-page .workshops-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem}.plan-anual-page .workshop-item{padding:1rem .5rem;min-height:80px}.plan-anual-page .workshop-icon{font-size:1.5rem}.plan-anual-page .workshop-title{font-size:.75rem}.plan-anual-page .tirant-header{flex-direction:column;gap:1rem}.plan-anual-page .tirant-logo{height:30px}.plan-anual-page .books-shelf{grid-template-columns:repeat(2,1fr);gap:.5rem}.plan-anual-page .book-spine{padding:.5rem .35rem;font-size:.65rem;min-height:75px}.plan-anual-page .book-spine svg{width:16px;height:16px}.plan-anual-page .events-badges{flex-direction:row;padding:1.5rem 1rem;gap:.75rem}.plan-anual-page .badge-card{max-width:100%;padding:1.25rem .75rem;flex:1}.plan-anual-page .badge-logo{font-size:1.5rem}.plan-anual-page .vip-tag{font-size:.55rem;padding:.2rem .4rem}.plan-anual-page .badge-title{font-size:.95rem}.plan-anual-page .badge-subtitle{font-size:.75rem}.plan-anual-page .badge-year{font-size:1.25rem}.plan-anual-page .certifications-container{flex-direction:row;gap:.75rem}.plan-anual-page .diploma-card{padding:1rem;flex:1}.plan-anual-page .diploma-seal{font-size:1.5rem}.plan-anual-page .diploma-title{font-size:.7rem}.plan-anual-page .diploma-subtitle{font-size:.9rem}.plan-anual-page .coming-soon-box{padding:1rem;flex:1}.plan-anual-page .coming-icon{font-size:1.75rem}.plan-anual-page .coming-text{font-size:.8rem}.plan-anual-page .cta-container{padding:0 1rem}.plan-anual-page .cta-badge{font-size:.75rem;padding:.4rem 1rem}.plan-anual-page .cta-description{font-size:1rem}.plan-anual-page .countdown-timer{gap:.5rem;padding:1.5rem 1rem;margin:2rem 0 3rem}.plan-anual-page .countdown-item{gap:.25rem}.plan-anual-page .countdown-number{font-size:2rem;min-width:50px}.plan-anual-page .countdown-label{font-size:.7rem}.plan-anual-page .countdown-separator{font-size:2rem;padding:0 .25rem}.plan-anual-page .comparison-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.plan-anual-page .comparison-card{padding:1.75rem 1.25rem}.plan-anual-page .comparison-card.winner,.plan-anual-page .comparison-card.loser{transform:scale(1)}.plan-anual-page .card-ribbon{font-size:.7rem;padding:.4rem 1.5rem}.plan-anual-page .comparison-title{font-size:1.4rem}.plan-anual-page .comparison-subtitle{font-size:.95rem}.plan-anual-page .feature-item{font-size:.9rem;padding:.6rem 0}.plan-anual-page .feature-item.highlight-feature{font-size:.95rem}.plan-anual-page .price-big{font-size:2.5rem}.plan-anual-page .price-label{font-size:1rem}.plan-anual-page .two-licenses-visual{gap:.75rem;padding:1.25rem .75rem}.plan-anual-page .license-icon{font-size:2rem}.plan-anual-page .plus-sign,.plan-anual-page .equals-sign{font-size:1.25rem}.plan-anual-page .price-inline{font-size:1.75rem}.plan-anual-page .comparison-loss{font-size:1rem;padding:1rem}.plan-anual-page .comparison-button{padding:1rem;font-size:1rem}.plan-anual-page .faq-container{padding:0 .5rem}.plan-anual-page .faq-question{padding:1.25rem 1.5rem;font-size:1rem}.plan-anual-page .faq-answer{padding:0 1.5rem}.plan-anual-page .faq-item.active .faq-answer{padding:0 1.5rem 1.25rem}.plan-anual-page .faq-answer p{font-size:.95rem}.plan-anual-page .contact-section{padding:4rem 1.5rem}.plan-anual-page .contact-container{grid-template-columns:1fr;gap:2rem}.plan-anual-page .contact-text{padding-right:0}.plan-anual-page .contact-text h2{font-size:2rem}.plan-anual-page .contact-text p{font-size:1rem}.plan-anual-page .contact-form{padding:1.75rem}.plan-anual-page .contact-form input,.plan-anual-page .contact-form textarea{padding:1rem;font-size:.95rem}.plan-anual-page .contact-cta{padding:1rem 2rem;font-size:1rem}.plan-anual-page .modal-container{right:-100%!important;left:auto!important;top:0!important;transform:none!important;width:100%!important;max-width:100%!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;opacity:1!important;transition:right .4s cubic-bezier(.4,0,.2,1)!important}.plan-anual-page .modal-overlay.active .modal-container{right:0!important}.plan-anual-page .modal-header{padding:1rem 1.25rem;position:sticky;top:0;background:#fff;z-index:100;box-shadow:0 2px 8px #0000001a}.plan-anual-page .modal-header h2{font-size:1.25rem;flex:1;margin-right:1rem}.plan-anual-page .modal-close{width:36px;height:36px;font-size:1.75rem;flex-shrink:0;background:#f0f0f0}.plan-anual-page .modal-close:hover{background:#e0e0e0}.plan-anual-page .scroll-content{padding:1.25rem 1.25rem 2rem}.plan-anual-page .month-header{margin-top:1.5rem;gap:.5rem}.plan-anual-page .month-header:first-child{margin-top:0}.plan-anual-page .month-icon{width:32px;height:32px;font-size:.9rem;flex-shrink:0}.plan-anual-page .month-info h3{font-size:1rem}.plan-anual-page .month-info p{font-size:.7rem}.plan-anual-page .activity-card{padding:.875rem;position:relative;overflow:hidden}.plan-anual-page .activity-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease}.plan-anual-page .activity-card:active:before{left:100%}.plan-anual-page .activity-card:active{transform:translateY(-4px) rotate(-1deg);box-shadow:0 8px 24px #0000001f}.plan-anual-page .activity-logo{font-size:1.2rem}.plan-anual-page .activity-tag{font-size:.5rem;padding:.2rem .4rem}.plan-anual-page .activity-title{font-size:.9rem}.plan-anual-page .activity-description{font-size:.75rem;line-height:1.4}.plan-anual-page .activity-date{font-size:.7rem}.plan-anual-page .activity-date svg{width:14px;height:14px}.plan-anual-page .whatsapp-float{width:55px;height:55px;bottom:20px;right:20px}.plan-anual-page .whatsapp-float svg{width:28px;height:28px}.plan-anual-page .checkout-modal-container{width:95%;height:85vh}.plan-anual-page .checkout-modal-header{padding:1.25rem 1.5rem}.plan-anual-page .checkout-modal-header h2{font-size:1.25rem}.plan-anual-page .checkout-modal-close{font-size:1.75rem;width:35px;height:35px}.plan-anual-page .courses-scroll{height:220px}.plan-anual-page .course-item{padding:.875rem 1.25rem;font-size:.9rem}.plan-anual-page .sticky-bar-content{padding:1.25rem 1rem 1.5rem;flex-direction:column;gap:1rem}.plan-anual-page .sticky-bar-info{flex-direction:column;gap:.75rem;width:100%;align-items:flex-start}.plan-anual-page .sticky-bar-badge{font-size:.65rem;padding:.4rem .75rem;align-self:flex-start}.plan-anual-page .sticky-bar-text{gap:.15rem}.plan-anual-page .sticky-bar-title{font-size:.95rem}.plan-anual-page .sticky-bar-subtitle{font-size:.75rem}.plan-anual-page .sticky-bar-price{margin-left:0;align-self:flex-start}.plan-anual-page .sticky-price-amount{font-size:1.75rem}.plan-anual-page .sticky-price-currency{font-size:.9rem}.plan-anual-page .sticky-bar-cta{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.plan-anual-page .sticky-bottom-bar{bottom:-200px}.plan-anual-page .sticky-bottom-bar.collapsed{bottom:-200px!important}.plan-anual-page .sticky-bar-toggle{display:block;position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#fff;border:2px solid #f0f0f0;border-bottom:none;border-radius:12px 12px 0 0;padding:.4rem 1.25rem;cursor:pointer;transition:all .3s ease;box-shadow:0 -2px 10px #0000001a;z-index:1}.plan-anual-page .sticky-bar-toggle:hover{background:#f8f9fa;transform:translate(-50%) translateY(-2px)}.plan-anual-page .sticky-bar-toggle svg{display:block;color:#666;transition:transform .3s ease}.plan-anual-page .sticky-bottom-bar.collapsed .sticky-bar-toggle{top:0;border-radius:12px 12px 0 0}}
