@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #1e40af;--primary-dark: #1e3a8a;--secondary: #f59e0b;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--whatsapp: #25D366}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--gray-50);color:var(--gray-900);line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:0 1rem}.lang-toggle{position:fixed;top:1rem;right:1rem;z-index:100}.lang-btn{padding:.5rem 1rem;border:none;border-radius:8px;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;font-size:.9rem;font-weight:500}.lang-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;min-width:150px}.lang-menu button{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem}.lang-menu button:hover{background:var(--gray-100)}.lang-menu button.active{background:var(--primary);color:#fff}[dir=rtl] .lang-toggle{right:auto;left:1rem}[dir=rtl] .lang-menu{right:auto;left:0}[dir=rtl] .lang-menu button{text-align:right}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:4rem 1rem;text-align:center}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:1rem}.hero p{max-width:600px;margin:0 auto;opacity:.85}.section{padding:3rem 0}.section-gray{background:var(--gray-100)}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{text-align:center;color:var(--gray-500);margin-bottom:2rem}.subsection-title{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.feature-card img{width:100%;height:200px;object-fit:cover}.feature-card h3{padding:1rem 1rem .5rem;font-size:1.125rem}.feature-card p{padding:0 1rem 1rem;color:var(--gray-500);font-size:.9rem}.check-list{list-style:none;max-width:500px;margin:0 auto}.check-list li{padding:.5rem 0;font-size:1rem}.asf-section{background:linear-gradient(180deg,var(--gray-50) 0%,white 100%)}.asf-features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.asf-feature{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:50px;box-shadow:0 2px 8px #00000014;font-size:.9rem}.asf-icon{font-size:1.25rem}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.card h3{font-size:1.125rem;font-weight:600}.card .time{color:var(--gray-500);font-size:.9rem}.course-card{cursor:pointer;transition:all .2s;border:2px solid transparent}.course-card:hover{border-color:var(--gray-200)}.course-card.selected{border-color:var(--primary)}.spots-info{font-size:.85rem;color:var(--gray-500);margin-top:.5rem}.selected-indicator{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.selected-indicator p{font-weight:500;color:var(--primary)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.8rem;font-weight:500;white-space:nowrap}.badge-success{background:#d1fae5;color:#059669}.badge-warning{background:#fef3c7;color:#d97706}.badge-danger{background:#fee2e2;color:#dc2626}.progress-bar{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden;margin-top:.75rem}.progress-bar-fill{height:100%;background:var(--success);transition:width .3s}.booking-form{margin-top:1.5rem}.booking-form h3{margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.form-group input{width:100%;padding:.875rem;border:1px solid var(--gray-300);border-radius:8px;font-size:1rem;font-family:inherit}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a}.form-group input::placeholder{color:var(--gray-400)}.price-box{background:var(--gray-100);padding:1rem;border-radius:8px;margin:1.5rem 0;text-align:center}.price{font-size:2rem;font-weight:700;color:var(--primary)}.price-info{font-size:.875rem;color:var(--gray-500)}.note{font-size:.8rem;color:var(--gray-500);text-align:center;margin-top:.75rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.info-list{list-style:none}.info-list li{display:flex;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.info-list li:last-child{border-bottom:none}.info-list .icon{margin-right:.75rem;font-size:1.25rem;flex-shrink:0}[dir=rtl] .info-list .icon{margin-right:0;margin-left:.75rem}.btn{display:inline-block;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary);color:#fff}.btn-whatsapp{background:var(--whatsapp);color:#fff}.btn-block{display:block;width:100%}.contact-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;justify-content:center}.success-message{background:#d1fae5;border:1px solid var(--success);border-radius:12px;padding:3rem;text-align:center}.success-message h2{color:#059669;margin-bottom:1rem}.footer{background:var(--gray-900);color:#fff;padding:2rem 1rem;text-align:center}.footer a{color:var(--gray-300);text-decoration:none}.footer a:hover{color:#fff}@media(max-width:640px){.hero h1{font-size:1.75rem}.hero{padding:3rem 1rem}.asf-features{flex-direction:column;align-items:stretch}.contact-buttons{flex-direction:column}.contact-buttons .btn{width:100%}.card-header{flex-direction:column;gap:.5rem}}.chat-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:60px;height:60px;border-radius:50%;background:#1e40af;color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 16px #0003;z-index:1000;transition:transform .2s}.chat-fab:hover{transform:scale(1.1)}.chat-window{position:fixed;bottom:1.5rem;right:1.5rem;width:350px;max-width:calc(100vw - 2rem);height:500px;max-height:calc(100vh - 3rem);background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;overflow:hidden;z-index:1000}.chat-header{background:#1e40af;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;font-weight:600}.chat-header button{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-message{max-width:85%}.chat-message.user{align-self:flex-end}.chat-message.bot{align-self:flex-start}.chat-message img{max-width:100%;border-radius:8px}.message-text{padding:.75rem 1rem;border-radius:16px;white-space:pre-wrap;line-height:1.4}.chat-message.user .message-text{background:#1e40af;color:#fff;border-bottom-right-radius:4px}.chat-message.bot .message-text{background:#f3f4f6;color:#111827;border-bottom-left-radius:4px}.typing{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-input-area{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid #e5e7eb}.chat-input-area input[type=text]{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:24px;font-size:.9rem}.chat-input-area button{width:40px;height:40px;border-radius:50%;border:none;background:#1e40af;color:#fff;cursor:pointer;font-size:1rem}.chat-input-area button:disabled{background:#9ca3af;cursor:not-allowed}.photo-btn{background:#f59e0b!important}@media(max-width:640px){.chat-window{bottom:0;right:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chat-fab{bottom:5rem}}
