*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;background:#0a0c10;overflow-x:hidden;line-height:1.6}.video-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:0}.app-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;z-index:1;transition:opacity .4s ease}.app-overlay.overlay-hidden{opacity:0;pointer-events:none}.page-wrapper{position:relative;z-index:2;min-height:100vh}.page-wrapper.fade-in{animation:fadeIn .35s ease forwards}.page-wrapper.fade-out{animation:fadeOut .25s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.page-content{max-width:960px;margin:0 auto;padding:48px 24px 80px}.back-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);color:#222;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;margin-bottom:32px}.back-btn:hover{background:#ffffffd9;color:#111}.back-btn svg{color:#222}.home-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding-top:0;padding-bottom:0}.home-header{text-align:center;margin-bottom:48px}.home-logo{width:260px;height:auto;margin-bottom:32px}.home-title{font-size:40px;font-weight:700;letter-spacing:-.5px;margin-bottom:12px;color:#111}.home-subtitle{font-size:17px;font-weight:300;color:#333;max-width:460px;margin:0 auto}.card-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:520px}.hub-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 24px;background:#ffffffa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:16px;cursor:pointer;transition:all .3s ease;min-height:200px;font-family:inherit;color:#111;outline:none}.hub-card:hover{background:#ffffffd9;border-color:#fff9;transform:translateY(-4px);box-shadow:0 16px 48px #00000026}.hub-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#9fbaff26;border-radius:12px;margin-bottom:16px;color:#9fbaff}.hub-card-title{font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.3;color:#111}.hub-card-subtitle{font-size:13px;font-weight:400;color:#444;line-height:1.55;text-align:justify}.hub-card-subtitle-es{margin-top:8px;font-style:italic;color:#666}.hub-card-arrow{margin-top:12px;color:#0003;transition:all .25s ease}.hub-card:hover .hub-card-arrow{color:#9fbaff;transform:translate(4px)}.inner-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.inner-page-header .back-btn{margin-bottom:0}.inner-page-logo{height:36px;width:auto}.onboarding-page{max-width:920px}.course-progress{margin-bottom:32px}.course-progress-bar{height:6px;background:#9fbaff33;border-radius:3px;overflow:hidden;margin-bottom:10px}.course-progress-fill{height:100%;background:linear-gradient(90deg,#7a9bff,#9fbaff);border-radius:3px;transition:width .5s ease}.course-step-label{font-size:13px;font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.5px}.step-container{background:#ffffffa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:36px 32px}.step-container:has(.video-wrapper){padding:28px 24px}.step-title{font-size:26px;font-weight:600;margin-bottom:24px;color:#111}.step-content{width:100%}.video-wrapper{width:100%;border-radius:12px;overflow:hidden;background:#000;margin-bottom:16px}.video-wrapper video{width:100%;display:block}.storylane-wrapper{width:100%;border-radius:12px;overflow:hidden;margin-bottom:16px}.step-caption{font-size:14px;color:#555;text-align:center;margin-top:8px}.step-nav{display:flex;justify-content:space-between;margin-top:24px;gap:16px}.nav-btn{display:inline-flex;align-items:center;gap:8px;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);color:#222;padding:12px 24px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .25s ease;font-family:inherit}.nav-btn:hover:not(:disabled){background:#ffffffd9}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-next:not(:disabled){background:#9fbaff;border-color:#8eaeff;color:#111}.nav-next:not(:disabled):hover{background:#b3caff;transform:translateY(-1px);box-shadow:0 6px 20px #9fbaff59}.quiz-container{max-width:640px;margin:0 auto}.quiz-progress-bar{height:4px;background:#9fbaff33;border-radius:2px;overflow:hidden;margin-bottom:24px}.quiz-progress-fill{height:100%;background:#9fbaff;border-radius:2px;transition:width .4s ease}.quiz-counter{font-size:13px;font-weight:500;color:#666;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.quiz-question{font-size:19px;font-weight:600;line-height:1.4;margin-bottom:24px;color:#111}.quiz-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.quiz-option{display:block;width:100%;text-align:left;padding:14px 18px;border-radius:12px;font-size:15px;font-weight:400;font-family:inherit;line-height:1.5;cursor:pointer;transition:all .2s ease;background:#fff;border:1px solid #d1d5db;color:#111827}.quiz-option:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quiz-option:disabled{cursor:default}.quiz-option.selected-correct{background:#def7ec;border:1.5px solid #057a55;color:#065f46}.quiz-option.selected-wrong{background:#fde8e8;border:1.5px solid #c81e1e;color:#7f1d1d}.quiz-option.reveal-correct{background:#def7ec;border:1.5px solid #057a55;color:#065f46;opacity:.75}.quiz-option.disabled{opacity:.6}.quiz-feedback{padding:14px 16px;border-radius:8px;font-size:13px;line-height:1.6;margin-bottom:16px}.quiz-feedback .feedback-icon{font-weight:700;margin-right:8px}.feedback-correct{background:#def7ec;border:1px solid #057a55;color:#065f46}.feedback-wrong{background:#fde8e8;border:1px solid #c81e1e;color:#7f1d1d}.quiz-next-btn{display:block;width:100%;text-align:center;padding:12px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;transition:background .2s ease}.quiz-next-btn:hover{background:#f3f4f6}.quiz-results{text-align:center;padding:40px 20px}.results-label{font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.results-score{font-size:52px;font-weight:500;color:#111;margin-bottom:4px}.results-pct{font-size:15px;color:#6b7280;margin-bottom:24px}.results-message{font-size:15px;line-height:1.6;color:#333;max-width:480px;margin:0 auto 32px}.quiz-retry-btn{display:inline-block;padding:12px 28px;background:#ffffffb3;border:1px solid rgba(255,255,255,.4);border-radius:10px;color:#222;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .25s ease;margin-bottom:16px}.quiz-retry-btn:hover{background:#ffffffe6}.quiz-cta-btn{display:block;padding:14px 28px;background:#9fbaff;border:none;border-radius:10px;color:#111;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;transition:all .25s ease;margin:16px auto 0;max-width:420px;text-align:center}.quiz-cta-btn:hover{background:#b3caff;transform:translateY(-2px);box-shadow:0 8px 24px #9fbaff59}.bg-page{max-width:920px}.bg-main-title{font-size:30px;font-weight:700;color:#111;margin-bottom:10px}.bg-main-subtitle{font-size:16px;color:#444;line-height:1.5;margin-bottom:4px}.bg-main-subtitle-es{font-style:italic;color:#666;margin-bottom:36px}.bg-section{background:#ffffffa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:32px 28px;margin-bottom:24px}.bg-section-title{font-size:22px;font-weight:600;color:#111;margin-bottom:6px}.bg-section-subtitle{font-size:14px;color:#555;line-height:1.5;margin-bottom:2px}.bg-section-subtitle-es{font-style:italic;color:#777;margin-bottom:24px}.bg-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:20px}.bg-preview-img{width:100%;display:block}.bg-download-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;border:none;border-top:1px solid #e5e7eb;background:#f9fafb;font-size:14px;font-weight:600;font-family:inherit;color:#111;cursor:pointer;transition:all .2s ease}.bg-download-btn:hover{background:#9fbaff;color:#111}.bg-teams-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:4px}.bg-teams-grid .bg-preview-img{aspect-ratio:16 / 9;object-fit:cover}.bg-instructions-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.bg-instruction-card{background:#fff6;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:20px}.bg-instruction-card h3{font-size:14px;font-weight:600;margin-bottom:14px;color:#333;line-height:1.4}.bg-instruction-card ol{padding-left:18px;margin:0}.bg-instruction-card li{font-size:13px;color:#444;margin-bottom:8px;line-height:1.55}.bg-instruction-card li strong{color:#222}.signature-page{max-width:960px;padding-bottom:32px}.sig-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.sig-form-card,.sig-preview-card{background:#ffffffa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:32px 28px}.sig-form-title{font-size:22px;font-weight:700;color:#111;margin-bottom:6px}.sig-form-subtitle{font-size:14px;color:#555;margin-bottom:28px;line-height:1.5}.sig-field{margin-bottom:20px}.sig-label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:6px}.sig-input{width:100%;padding:11px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;font-family:inherit;color:#111;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.sig-input:focus{border-color:#9fbaff;box-shadow:0 0 0 3px #9fbaff40}.sig-input::placeholder{color:#aab0b8}.sig-preview-title{font-size:17px;font-weight:600;color:#111;margin-bottom:20px}.sig-preview-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px 20px;margin-bottom:20px;min-height:100px}.sig-copy-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease;background:#9fbaff;color:#111}.sig-copy-btn:hover{background:#b3caff;transform:translateY(-1px);box-shadow:0 6px 20px #9fbaff59}.sig-copy-btn.sig-copied{background:#def7ec;color:#065f46}.sig-setup-guide{margin-top:20px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.sig-guide-heading{font-size:14px;font-weight:600;color:#333;padding:14px 16px 10px;border-bottom:1px solid #f0f0f0}.sig-guide-section{border-bottom:1px solid #f0f0f0}.sig-guide-section:last-child{border-bottom:none}.sig-guide-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-family:inherit;transition:background .15s ease}.sig-guide-toggle:hover{background:#f9fafb}.sig-guide-toggle svg{color:#9ca3af;transition:transform .25s ease;flex-shrink:0}.sig-guide-section.open .sig-guide-toggle svg{transform:rotate(180deg)}.sig-guide-platform{font-size:13px;font-weight:500;color:#333}.sig-guide-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 16px}.sig-guide-section.open .sig-guide-body{max-height:400px;padding:0 16px 14px}.sig-guide-body ol{padding-left:18px;margin:0}.sig-guide-body li{font-size:12px;color:#555;line-height:1.6;margin-bottom:4px}.sig-guide-body li strong{color:#333}@media (max-width: 768px){.home-page{padding:40px 16px}.home-title{font-size:28px}.home-subtitle{font-size:15px}.home-logo{width:200px}.hub-card{min-height:auto;padding:24px 20px}.page-content{padding:32px 16px 60px}.step-container{padding:24px 18px}.step-title{font-size:22px}.bg-teams-grid,.bg-instructions-grid,.sig-layout{grid-template-columns:1fr}.placeholder-card{padding:32px 20px}.placeholder-title{font-size:24px}.quiz-question{font-size:17px}.results-score{font-size:44px}}@media (max-width: 480px){.home-title{font-size:24px}.step-nav{flex-direction:column}.nav-btn{width:100%;justify-content:center}}
