.navbar{background-color:#0a1e42;position:sticky;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.navbar__container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar__brand{display:flex;align-items:center;gap:12px;text-decoration:none}.navbar__logo-img{padding-top:1rem;height:5rem;width:auto;object-fit:contain}.navbar__logo-text{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.5px}.navbar__links{display:flex;gap:2rem}.navbar__link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s ease}.navbar__link:hover{color:#e53935}@media(max-width:768px){.navbar__container{flex-direction:column;padding:1rem;gap:1rem}.navbar__links{width:100%;justify-content:center;gap:1.5rem}}.footer{background-color:#0f172a;color:#f8fafc;padding-top:4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-top:1px solid rgba(255,255,255,.1);width:100%}.footer__container{max-width:1100px;margin:0 auto;padding:0 2rem 3rem;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;flex-wrap:wrap}.footer__col{flex:1;min-width:280px}.footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.footer__logo{height:32px;width:auto;background:#fff;border-radius:4px;padding:2px}.footer__brand-name{font-size:1.3rem;font-weight:700;letter-spacing:.5px;color:#fff}.footer__text{font-size:.95rem;line-height:1.7;color:#94a3b8;max-width:420px}.footer__col--right{flex:0 0 auto;min-width:280px}.footer__heading{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e2e8f0;margin-bottom:1.25rem}.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}.footer__contact-info p{font-size:.9rem;margin:0;line-height:1.6;color:#cbd5e1}.footer__contact-info a{color:#60a5fa;text-decoration:none;transition:color .2s;font-weight:500}.footer__contact-info a:hover{color:#93c5fd;text-decoration:underline}.footer__copyright{background-color:#020617;text-align:center;padding:1.5rem;font-size:.85rem;color:#64748b;border-top:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.footer__container{flex-direction:column;gap:2.5rem}}.landing-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 500px);padding:3rem 2rem;width:100%}.landing-page__card{background-color:#fff;width:100%;max-width:900px;border-radius:25px;padding:4rem 3rem;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:fadeIn .4s ease-out}.landing-page__header{margin-bottom:2.5rem}.landing-page__logo{height:150px;width:auto;object-fit:contain}.landing-page__title{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.landing-page__subtitle{color:#4a5568;font-size:1.25rem;margin-bottom:2.5rem;line-height:1.5}.landing-page__button{background-color:#e53935;color:#fff;border:none;padding:1.1rem 2rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;width:100%;max-width:500px;transition:all .2s ease;box-shadow:0 4px 6px #e5393540}.landing-page__button:hover{background-color:#c62828;transform:translateY(-3px);box-shadow:0 6px 8px #e539354d}.landing-page__button:active{transform:translateY(1px)}.landing-page__footer-text{margin-top:2rem;color:#a0aec0;font-size:1.2rem}@media(max-width:640px){.landing-page{padding:2rem 1rem}.landing-page__card{padding:2.5rem 2rem}.landing-page__title{font-size:1.5rem}}.contact-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:4rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center}.contact-page__container{background-color:#fff;width:100%;max-width:1000px;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a;height:fit-content}.contact-page__header{text-align:center;margin-bottom:3rem}.contact-page__header h1{color:#0a1e42;font-size:2.5rem;margin-bottom:.5rem}.contact-page__header p{color:#666;font-size:1.1rem}.contact-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-page__info h2{color:#0a1e42;font-size:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e53935;padding-bottom:.5rem;display:inline-block}.contact-page__detail{margin-bottom:1.5rem;color:#333}.contact-page__detail strong{display:block;color:#0a1e42;margin-bottom:.25rem}.contact-page__detail a{color:#e53935;text-decoration:none}.contact-page__detail a:hover{text-decoration:underline}.contact-page__form .form-group{margin-bottom:1.25rem}.contact-page__form label{display:block;margin-bottom:.5rem;color:#0a1e42;font-weight:600;font-size:.9rem}.contact-page__form input,.contact-page__form textarea{width:100%;padding:.75rem;border:1px solid #dddddd;border-radius:6px;font-size:1rem;font-family:inherit}.contact-page__form input:focus,.contact-page__form textarea:focus{outline:none;border-color:#0a1e42;box-shadow:0 0 0 2px #0a1e421a}.contact-page__btn{background-color:#e53935;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;width:100%;transition:background-color .2s ease}.contact-page__btn:hover{background-color:#c62828}.contact-page__success{text-align:center;padding:2rem;background-color:#f1f8e9;border-radius:8px;color:#2e7d32}.contact-page__success h3{font-size:1.5rem;margin-bottom:.5rem}@media(max-width:768px){.contact-page__grid{grid-template-columns:1fr;gap:2rem}.contact-page__container{padding:2rem 1.5rem}}.error-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.error-page__card{background-color:#fff;width:100%;max-width:600px;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 10px 40px #0000001a}.error-page__icon{font-size:4rem;margin-bottom:1rem;line-height:1}.error-page__title{color:#0a1e42;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.error-page__alert{background-color:#ffebee;border-left:4px solid #e53935;padding:1rem;margin-bottom:2rem;border-radius:4px}.error-page__alert p{color:#e53935;font-weight:500;margin:0;text-align:left}.error-page__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.error-btn{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .1s ease,box-shadow .2s ease;box-shadow:0 4px 6px #0000001a}.error-btn:active{transform:translateY(1px)}.error-btn--navy{background-color:#0a1e42;color:#fff}.error-btn--navy:hover{background-color:#06142e}.error-btn--red{background-color:#e53935;color:#fff}.error-btn--red:hover{background-color:#c62828}.error-page__help{border-top:1px solid #eeeeee;padding-top:2rem;text-align:left}.error-page__help h3{color:#0a1e42;font-size:1.1rem;margin-bottom:.75rem}.error-page__help ul{list-style-type:disc;padding-left:1.2rem;margin:0}.error-page__help li{color:#666;font-size:.9rem;margin-bottom:.5rem;line-height:1.4}.error-page__help a{color:#e53935;text-decoration:none}.error-page__help a:hover{text-decoration:underline}@media(max-width:640px){.error-page__actions{flex-direction:column}.error-btn{width:100%;text-align:center}}.reg-intro{margin-bottom:2rem}.reg-intro__header{text-align:center;margin-bottom:1.5rem}.reg-intro__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.reg-intro__subtitle{font-size:1rem;color:#64748b;line-height:1.5}.reg-intro__benefits{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.reg-intro__benefits-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:#475569;margin-bottom:1rem}.reg-intro__list{list-style:none;padding:0;margin:0}.reg-intro__list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:.75rem;font-size:.95rem;color:#334155;line-height:1.4}.reg-intro__list li:last-child{margin-bottom:0}.reg-intro__list .icon{color:#2e7d32;font-weight:700;flex-shrink:0}.thank-you-page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.thank-you-card{background:#fff;padding:3.5rem;border-radius:16px;max-width:600px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000040;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}.thank-you-icon{width:80px;height:80px;background-color:#e8f5e9;color:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.thank-you-icon svg{width:40px;height:40px}.thank-you-card h1{color:#0a1e42;font-size:2rem;font-weight:800;margin-bottom:.5rem}.thank-you-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.customer-id-box{background-color:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;padding:1rem;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.25rem}.customer-id-box .label{text-transform:uppercase;font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:1px}.customer-id-box .code{font-family:Courier New,monospace;font-size:1.25rem;font-weight:700;color:#0a1e42}.next-steps{text-align:left;margin-bottom:2.5rem;background:#f8fafc;padding:1.5rem;border-radius:8px}.next-steps h3{font-size:1rem;color:#0a1e42;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{display:flex;align-items:flex-start;gap:12px;margin-bottom:.75rem;font-size:.95rem;color:#334155}.step-num{background:#0a1e42;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:2px}.dashboard-btn{background-color:#0a1e42;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.dashboard-btn:hover{background-color:#1a365d;transform:translateY(-1px)}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:640px){.thank-you-card{padding:2rem 1.5rem}}.urgent-note{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;font-size:.9rem;color:#64748b}.urgent-note a{color:#e53935;text-decoration:none;font-weight:600}.urgent-note a:hover{text-decoration:underline}.legal-page__content{color:#334155;line-height:1.7}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#0a1e42;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e53935;display:inline-block}.legal-section h3{color:#0a1e42;font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.legal-section p{margin-bottom:1rem;font-size:1rem}.legal-section ul,.legal-section ol{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.75rem;padding-left:.5rem}.legal-section a{color:#e53935;text-decoration:none;font-weight:500}.legal-section a:hover{text-decoration:underline}.legal-section--contact{background-color:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #0a1e42}.legal-section--contact p{margin-bottom:.5rem;font-size:.95rem}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-page__container{padding:2rem 1.5rem}.legal-page__header h1{font-size:2rem}.legal-section h2{font-size:1.3rem}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;align-items:flex-start}.legal-page__container{background-color:#fff;width:100%;max-width:1000px;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a;animation:fadeIn .4s ease-out}.legal-page__header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.legal-page__header h1{color:#0a1e42;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.last-updated{color:#64748b;font-size:.9rem;font-style:italic}.legal-page__content{color:#334155;line-height:1.8}.legal-intro{margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.legal-section{margin-top:2.5rem;margin-bottom:2rem}.legal-section h3{color:#0a1e42;font-size:1.4rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e53935}.legal-section p{margin-bottom:1rem;font-size:1rem;line-height:1.8}.email-link{color:#e53935;text-decoration:none;font-weight:600;transition:all .2s ease}.email-link:hover{text-decoration:underline;color:#c62828}.external-link{color:#4f46e5;text-decoration:none;font-weight:500;transition:all .2s ease}.external-link:hover{text-decoration:underline;color:#3730a3}.legal-section--contact{background-color:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #0a1e42;margin-top:3rem}.legal-section--contact p{margin-bottom:.75rem;font-size:.95rem}.legal-section--contact strong{color:#0a1e42;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-page__container{padding:2rem 1.5rem}.legal-page__header h1{font-size:2rem}.legal-section h3{font-size:1.2rem}.legal-intro,.legal-section p{font-size:.95rem}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column;background:linear-gradient(135deg,#4f46e5,#3730a3);padding-bottom:4rem}.app-container{width:80%;max-width:60%;max-height:100vh;margin:4rem auto;padding:0 2.5rem;display:flex;justify-content:center;align-items:flex-start;animation:slideUp .5s ease-out}.card{background:#fff;border-radius:12px;padding:2.5rem;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;color:#334155;max-height:calc(100vh - 8rem);overflow-y:auto}.card label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.card input[type=text],.card input[type=email],.card input[type=tel],.card select{display:block;width:100%;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;color:#334155;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;margin-bottom:1.25rem;transition:all .2s ease-in-out;box-sizing:border-box}.card input:focus,.card select:focus{outline:none;border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.card input::placeholder{color:#94a3b8}button[type=submit],.card button.primary-btn{display:block;width:100%;max-width:500px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.5;color:#fff;background-color:#e53935;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease-in-out,transform .1s;margin:1rem auto 0;box-shadow:0 4px 6px -1px #e539354d}button[type=submit]:hover{background-color:#dc2626}button[type=submit]:active{transform:translateY(1px)}.help-text{margin-top:1.5rem;text-align:center;font-size:.85rem;color:#64748b}.help-text a{color:#e53935;text-decoration:none;font-weight:500}.help-text a:hover{text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.app-container{margin:2rem auto}.card{padding:1.5rem}}.reg-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.req{color:#e53935;margin-left:2px}.input-field{width:100%;margin-bottom:0!important}.full-width{grid-column:1 / -1}.submit-btn{margin-top:1rem;padding:1rem!important;font-size:1.05rem!important}@media(max-width:640px){.form-row{grid-template-columns:1fr;gap:1.25rem}.card{padding:1.5rem}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#64748b;font-size:.95rem;font-weight:500;letter-spacing:.025em;gap:1.25rem;animation:fadeIn .3s ease-in}.loading-spinner:before{content:"";width:40px;height:40px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#e53935;border-right-color:#e53935;animation:spin .8s cubic-bezier(.55,.085,.68,.53) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.already-subscribed{display:flex;flex-direction:column;align-items:center;justify-content:start;background-color:#f0f4f8;border-left:4px solid #0a1e42;margin-bottom:1.25rem;border-radius:6px;animation:slideDown .3s ease-out}.already-subscribed p{margin:0;font-size:1.2rem;color:#334155;line-height:1;padding:14px 25px}.contact-link{color:#e53935;font-weight:500;font-size:large;margin:auto;display:inline-block}.contact-link:hover{text-decoration:underline}.support-contact-box{background-color:#f0f4f8;border:2px solid #cbd5e1;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center;animation:slideDown .3s ease-out .1s backwards}.support-contact-box strong{display:block;font-size:1.05rem;color:#0a1e42;margin-bottom:.75rem;font-weight:700}.support-contact-box p{margin:.5rem 0;font-size:.95rem;color:#334155}.support-contact-box a{color:#e53935;text-decoration:none;font-weight:600}.support-contact-box a:hover{text-decoration:underline}.response-time{font-size:.85rem!important;color:#64748b!important;font-style:italic;margin-top:.25rem!important}.legal-agreement{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid #e2e8f0;text-align:center}.legal-agreement p{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.legal-agreement a{color:#0a1e42;text-decoration:underline;font-weight:500}.legal-agreement a:hover{color:#e53935}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.session-validation{text-align:center;padding:3rem 2rem}.spinner{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid #e2e8f0;border-top-color:#e53935;border-radius:50%;animation:spin .8s linear infinite}.session-validation p{color:#64748b;font-size:1.05rem}.contact-page__error{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:1rem;margin-bottom:1rem;color:#c33;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}:root{--color-primary: #e53935;--color-primary-dark: #c62828;--color-primary-light: #ef5350;--color-secondary: #0a1e42;--color-secondary-dark: #06142e;--color-secondary-light: #152b57;--color-bg-main: #f5f5f5;--color-bg-light: #ffffff;--color-text-primary: #333333;--color-text-secondary: #666666;--color-text-dark: #000000;--color-text-muted: #999999;--color-success: #2e7d32;--color-error: #d32f2f;--color-warning: #ed6c02;--color-info: #0288d1;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-xl: 24px;--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-primary);font-size:16px;line-height:1.5;color:var(--color-text-primary);background:var(--color-bg-main);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#bbb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}
