:root{font-family:Roboto,Segoe UI,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{margin:0;background-color:#f5f5f5;color:#333;min-width:320px}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}a{color:#3f51b5;text-decoration:none}a:hover{text-decoration:underline}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;background-color:#f7f9fc}.auth-form-container{width:100%;max-width:500px;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a}.signup-form{max-width:800px}@media (min-width: 1200px){.signup-form{max-width:900px;padding:2.5rem 3rem}}.auth-logo{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.auth-logo-img{height:40px;margin-right:10px}.auth-title{font-size:1.5rem;color:#4a5568;margin:0}.auth-form h2{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;color:#2d3748}.auth-error{padding:.75rem;margin-bottom:1rem;background-color:#fed7d7;color:#c53030;border-radius:4px;text-align:center}.auth-success{padding:.75rem;margin-bottom:1rem;background-color:#c6f6d5;color:#276749;border-radius:4px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1.5rem}@media (min-width: 1200px){.form-row{gap:2rem}}@media (max-width: 640px){.form-row{flex-direction:column}.phone-input-container{flex-direction:row}.country-code-select{min-width:90px;max-width:90px}.phone-number-input{min-width:60%}}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:.75rem}@media (min-width: 1200px){.form-group{margin-bottom:1rem}}.form-group label{font-weight:500;margin-bottom:.375rem;font-size:.875rem;color:#4a5568}@media (min-width: 1200px){.form-group label{font-size:1rem;margin-bottom:.5rem}}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;background-color:#fff}@media (min-width: 1200px){.form-group input,.form-group select,.form-group textarea{padding:.875rem;font-size:1.05rem}}.form-group textarea{resize:vertical;min-height:80px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.auth-button{padding:.875rem 1.5rem;background-color:#4299e1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.auth-button:hover{background-color:#3182ce}.auth-button:disabled{background-color:#a0aec0;cursor:not-allowed}.auth-alternate{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#4a5568}.auth-alternate a{color:#4299e1;font-weight:500;text-decoration:none}.auth-alternate a:hover{text-decoration:underline}.file-upload{position:relative;display:flex;flex-direction:column;align-items:center}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-upload-label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f7fafc;border:1px dashed #a0aec0;border-radius:4px;width:100%;transition:border-color .2s,background-color .2s}.file-upload:hover .file-upload-label{background-color:#edf2f7;border-color:#4299e1}.file-icon{font-size:1.5rem}.phone-input-container{display:flex;align-items:center;width:100%}.country-code-select{width:auto;min-width:100px;max-width:100px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;padding:.75rem .5rem;background-color:#f7fafc;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.phone-number-input{flex:1;min-width:65%;border-top-left-radius:0;border-bottom-left-radius:0}@media (min-width: 1200px){.country-code-select{min-width:120px;max-width:120px;padding:.875rem .75rem}.phone-number-input{min-width:70%}}.country-code-select option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-prompt{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:12px;padding:2rem;margin-bottom:2rem;color:#fff;box-shadow:0 4px 12px #00000026;text-align:center}.auth-prompt-content h2{margin-bottom:1rem;font-size:1.75rem}.auth-prompt-content p{margin-bottom:1.5rem;font-size:1.1rem;opacity:.9}.auth-buttons{display:flex;justify-content:center;gap:1rem}.login-button,.signup-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.login-button{background-color:#ffffff26;border:2px solid white;color:#fff}.login-button:hover{background-color:#ffffff40;transform:translateY(-2px)}.signup-button{background-color:#fff;color:var(--primary-color);border:2px solid white}.signup-button:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (max-width: 640px){.auth-buttons{flex-direction:column;gap:.75rem}}.otp-helper{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.875rem}.otp-timer{color:#4a5568}.otp-expired{color:#e53e3e}.resend-otp-btn{background:none;border:none;color:#4299e1;cursor:pointer;font-weight:500;padding:0;text-decoration:underline}.resend-otp-btn:hover{color:#3182ce}.resend-otp-btn:disabled{color:#a0aec0;cursor:not-allowed;text-decoration:none}.disabled-input{background-color:#f7fafc;cursor:not-allowed;opacity:.7}.forgot-password{text-align:right;margin-top:.5rem;font-size:.875rem}.forgot-password a{color:#4299e1;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.dashboard-container{display:flex;min-height:calc(100vh - 80px);background-color:#f7f9fc}.dashboard-sidebar{width:280px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100vh;position:sticky;top:0;z-index:10}.sidebar-header{padding:1.5rem;display:flex;align-items:center;border-bottom:1px solid #e2e8f0}.sidebar-logo{height:32px;margin-right:.75rem}.sidebar-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0}.sidebar-nav{flex:1;padding:1.5rem 0}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:.25rem}.sidebar-nav li a,.sidebar-nav li button{display:flex;align-items:center;padding:.75rem 1.5rem;color:#4a5568;text-decoration:none;font-weight:500;transition:background-color .2s,color .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:1rem}.sidebar-nav li.active a{background-color:#ebf8ff;color:#3182ce;border-right:3px solid #3182ce}.sidebar-nav li a:hover,.sidebar-nav li button:hover{background-color:#f7fafc;color:#2b6cb0}.nav-icon{margin-right:.75rem;font-size:1.125rem}.nav-divider{height:1px;background-color:#e2e8f0;margin:1rem 1.5rem}.logout-button{color:#e53e3e!important}.sidebar-footer{padding:1.5rem;border-top:1px solid #e2e8f0}.dashboard-main{flex:1;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;width:100%}.dashboard-header h1{font-size:2rem;font-weight:700;color:#2d3748;margin:0;flex:1}.user-menu{display:flex;align-items:center;gap:2rem;min-width:300px;justify-content:flex-end}.user-info-container{display:flex;flex-direction:column;min-width:180px;text-align:right}.user-status-container{display:flex;align-items:center;justify-content:center;min-width:100px}.user-role{color:#718096;font-size:.875rem;margin-top:4px}.user-name{font-weight:600;color:#4a5568;font-size:1rem}.subscription-badge{background-color:#c6f6d5;color:#276749;font-size:.85rem;font-weight:600;padding:.4rem .75rem;border-radius:9999px;white-space:nowrap;display:inline-block}.credits-badge{background-color:#bee3f8;color:#2b6cb0;font-size:.85rem;font-weight:600;padding:.4rem .75rem;border-radius:9999px;white-space:nowrap;display:inline-block}.dashboard-content{display:grid;grid-template-columns:1fr;gap:1.5rem}.dashboard-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.dashboard-card h2{font-size:1.5rem;color:#2d3748;margin-top:0;margin-bottom:1.5rem}.how-to-card{margin-bottom:1.5rem}.how-to-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:1.5rem}.step{position:relative;padding-left:3.5rem}.step-number{position:absolute;left:0;top:0;width:2.5rem;height:2.5rem;background-color:#ebf8ff;color:#3182ce;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step h3{font-size:1.125rem;color:#2d3748;margin-top:0;margin-bottom:.5rem}.step p{font-size:.875rem;color:#718096;margin:0}.video-guide{margin-top:1.5rem;text-align:center}.how-to-use-link{display:inline-flex;align-items:center;color:#3182ce;text-decoration:none;font-weight:500}.video-icon{margin-right:.5rem}.form-tabs{display:flex;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.tab-button{padding:.75rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:500;color:var(--light-text);cursor:pointer;position:relative;transition:color .2s ease}.tab-button:hover{color:var(--primary-color)}.tab-button.active{color:var(--primary-color);font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--primary-color);border-radius:3px 3px 0 0}.tab-content{padding:1rem 0}.tab-content h2{margin-bottom:1.5rem;font-size:1.5rem;color:var(--primary-color)}.dashboard-subtitle{margin-bottom:2rem;color:#718096}.dashboard-video{margin-top:2rem;text-align:center}.document-form-container{margin-bottom:2rem;position:relative}.form-error{padding:.75rem;background-color:#fed7d7;color:#c53030;border-radius:4px;margin-bottom:1rem}.form-success{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#c6f6d5;color:#276749;border-radius:4px;margin-bottom:1rem}.success-icon{font-size:1.5rem}.success-message h3{margin:0 0 .25rem;font-size:1rem}.success-message p{margin:0;font-size:.875rem}.processing-id{background-color:#e6fffa;border:1px solid #b2f5ea;border-radius:4px;padding:8px 12px;margin:10px 0;font-family:monospace;font-size:.9rem;color:#234e52;display:inline-block}.processing-id span{font-weight:600}.processing-note{font-size:.75rem!important;color:#4a5568;font-style:italic}.multi-step-form{display:flex;flex-direction:column;gap:1.5rem}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.step-bubble{width:40px;height:40px;border-radius:50%;background-color:#edf2f7;color:#a0aec0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem}.step-bubble.active{background-color:#4299e1;color:#fff}.step-line{flex:1;height:3px;background-color:#edf2f7;margin:0 .5rem;max-width:100px}.step-line.active{background-color:#4299e1}.form-step{background-color:#f8fafc;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0}.step-title{font-size:1.25rem;color:#2d3748;margin-top:0;margin-bottom:.5rem}.step-description{color:#718096;margin-bottom:1.5rem}.form-step-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.next-button,.back-button,.generate-button{padding:.875rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.next-button{background-color:#4299e1;color:#fff;border:none;margin-left:auto}.next-button:hover{background-color:#3182ce}.back-button{background-color:#edf2f7;color:#4a5568;border:1px solid #e2e8f0}.back-button:hover{background-color:#e2e8f0}.generate-button{background-color:#38a169;color:#fff;border:none}.generate-button:hover{background-color:#2f855a}.generate-button:disabled,.next-button:disabled,.back-button:disabled{background-color:#a0aec0;cursor:not-allowed}.document-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem}.document-type-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center;cursor:pointer;transition:all .2s;position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.document-type-card:hover{border-color:#90cdf4;box-shadow:0 2px 8px #4299e11a;transform:translateY(-2px)}.document-type-card.selected{border-color:#4299e1;background-color:#ebf8ff}.document-type-icon{font-size:2rem;margin-bottom:.5rem}.document-type-name{font-size:.875rem;font-weight:500;color:#2d3748}.document-type-selected-check{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background-color:#4299e1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;border:2px solid white}.how-to-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.how-to-popup-content{background-color:#fff;border-radius:8px;max-width:800px;width:90%;padding:2rem;position:relative;max-height:90vh;overflow-y:auto}.close-popup{position:absolute;top:1rem;right:1rem;width:30px;height:30px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#4a5568}.popup-subtitle{text-align:center;color:#718096;margin:.5rem 0 1.5rem;font-size:1.1rem}.popup-steps{margin:2rem 0}.profession-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.profession-icon{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profession-icon span{font-size:2rem}.profession-icon p{margin:0;font-size:.875rem;color:#4a5568;font-weight:500}.popup-video{text-align:center;margin-bottom:1.5rem}.start-button{display:block;width:100%;max-width:300px;margin:0 auto;padding:.875rem 1.5rem;background-color:#4299e1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.start-button:hover{background-color:#3182ce}.optional-label{font-size:.75rem;color:#718096;font-weight:400}.healthcare-only-label{font-size:.75rem;background-color:#e6fffa;color:#234e52;font-weight:600;padding:.25rem .5rem;border-radius:4px;border:1px solid #81e6d9;margin-left:.5rem}.field-suggestions{margin-top:.75rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:.75rem 1rem}.suggestion-title{font-size:.875rem;font-weight:600;color:#4a5568;margin:0 0 .5rem}.suggestion-list{margin:0;padding-left:1.5rem;font-size:.8125rem;color:#718096}.suggestion-list li{margin-bottom:.375rem}.suggestion-list li strong{color:#2d3748}.role-input-container{display:flex;flex-direction:column;gap:.5rem}.role-type-select{width:100%;font-family:inherit;border:1px solid #e2e8f0;border-radius:4px;padding:.75rem;background-color:#f8fafc;color:#4a5568;font-size:1rem}.job-role-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;background-color:#fff;font-size:1rem}.medical-standards-select,.role-type-select{font-family:inherit}.medical-standards-select optgroup,.role-type-select optgroup{font-weight:600;color:#2d3748;background-color:#f7fafc}.medical-standards-select option,.role-type-select option{padding:8px;font-weight:400;color:#4a5568}.medical-standards-select optgroup option,.role-type-select optgroup option{padding-left:15px}.feature-notice{display:flex;align-items:flex-start;gap:.75rem;background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:6px;padding:1rem;margin-top:1.5rem}.notice-icon{font-size:1.5rem;line-height:1}.notice-content h4{margin:0 0 .5rem;font-size:1rem;color:#2b6cb0}.notice-content p{margin:0;font-size:.875rem;color:#4a5568;line-height:1.5}@media (max-width: 768px){.medical-standards-select,.role-type-select,.job-role-input{font-size:16px}.feature-notice{flex-direction:column;align-items:center;text-align:center}}.coming-soon-card{padding:2rem!important;text-align:center}.coming-soon-content{max-width:700px;margin:0 auto}.coming-soon-icon{font-size:3rem;margin-bottom:1rem}.coming-soon-card h2{color:#2d3748;font-size:1.75rem;margin-bottom:1rem}.coming-soon-card p{color:#718096;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.coming-soon-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0}.feature-item{display:flex;align-items:center;gap:.75rem;background-color:#f7fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.feature-icon{font-size:1.5rem}.feature-text{font-weight:500;color:#4a5568}.coming-soon-cta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.coming-soon-cta p{margin-bottom:1rem}.back-to-dashboard-button{display:inline-block;background-color:#4299e1;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s}.back-to-dashboard-button:hover{background-color:#3182ce}@media (max-width: 768px){.coming-soon-features{grid-template-columns:1fr}}.settings-error,.settings-success{padding:.75rem;border-radius:4px;margin-bottom:1.5rem;text-align:center}.settings-error{background-color:#fed7d7;color:#c53030}.settings-success{background-color:#c6f6d5;color:#276749}.settings-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.settings-card h2{font-size:1.25rem;color:#2d3748;margin-top:0;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.settings-form{display:flex;flex-direction:column;gap:1.25rem}.read-only-field{background-color:#f7fafc!important;color:#718096!important;cursor:not-allowed}.form-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.save-button{padding:.75rem 1.5rem;background-color:#4299e1;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.save-button:hover{background-color:#3182ce}.save-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.cancel-button{background-color:#f2f2f2;color:#333;border:1px solid #ddd;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease}.cancel-button:hover{background-color:#e6e6e6}.current-cv{margin-bottom:1.5rem}.current-cv h3{font-size:1rem;color:#4a5568;margin-top:0;margin-bottom:.75rem}.cv-info,.no-cv-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.cv-icon{font-size:1.5rem}.cv-icon.empty{opacity:.5;color:#a0aec0}.cv-link{color:#3182ce;text-decoration:none}.cv-link:hover{text-decoration:underline}.no-cv-info p{margin:0;color:#718096;font-size:.9rem}.cv-form{margin-top:1.5rem}.language-switcher{display:flex;flex-direction:column;gap:.75rem}.language-switcher h3{font-size:1rem;color:#4a5568;margin:0}.language-buttons{display:flex;gap:.5rem}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;transition:all .2s}.language-button.active{background-color:#ebf8ff;border-color:#4299e1}.language-button:hover{background-color:#edf2f7}.language-flag{font-size:1.25rem}.language-name{font-size:.875rem;color:#4a5568}.subscription-card{background-color:#f0fff4;border:1px solid #c6f6d5}.subscription-info{display:flex;flex-direction:column;gap:1rem}.subscription-status{display:flex;align-items:center;gap:.75rem}.subscription-status.active{color:#276749}.status-icon{font-size:1.25rem}.status-text{font-weight:600}.manage-subscription-button{padding:.75rem 1.5rem;background-color:#38a169;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem;align-self:flex-start}.manage-subscription-button:hover{background-color:#2f855a}.mobile-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:20;padding:.5rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:1.25rem;cursor:pointer}@media (max-width: 768px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;position:fixed;top:0;left:0;transform:translate(-100%);transition:transform .3s ease;z-index:15}.dashboard-sidebar.open{transform:translate(0)}.mobile-menu-toggle{display:block}.dashboard-main{padding:1rem;margin-top:3rem}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.user-menu{width:100%;justify-content:space-between}.form-step{padding:1rem}.document-types-grid{grid-template-columns:repeat(2,1fr)}.step-indicator{width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:.5rem}.step-bubble{min-width:32px;min-height:32px;font-size:1rem}.form-step-actions{flex-direction:column;gap:.75rem}.next-button,.back-button,.generate-button{width:100%;text-align:center}.next-button{order:1}.back-button{order:2}.how-to-popup-content{padding:1.5rem;max-height:85vh}.popup-steps{display:flex;flex-direction:column;gap:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-section{padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0%,#0077B3 50%,var(--primary-dark) 100%);color:#fff;border-radius:24px;margin-bottom:4rem;box-shadow:0 20px 40px #00669926;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;animation:fadeInUp 1s ease-out}.hero-section h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;font-weight:800;line-height:1.1;background:linear-gradient(45deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-description{font-size:clamp(1.1rem,2.5vw,1.3rem);opacity:.95;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.hero-offer{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);max-width:500px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.offer-badge{background:linear-gradient(45deg,#41bf7c,#34a85a);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:700;display:inline-block;margin-bottom:.8rem;border:none;box-shadow:0 4px 12px #41bf7c4d;animation:pulse-glow 2s ease-in-out infinite,float 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 12px #41bf7c4d}50%{box-shadow:0 6px 20px #41bf7c80}}.offer-text{margin:0;font-size:1.1rem;opacity:.95;font-weight:500}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-main-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.non-medical-cta{margin-top:.5rem;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.3rem}.non-medical-cta span{opacity:.9}.waitlist-link{color:#fff;text-decoration:underline;font-weight:500;transition:opacity .3s ease}.waitlist-link:hover{opacity:.9}.cta-button{display:inline-block;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);font-size:1.1rem;position:relative;overflow:hidden;z-index:1}.cta-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;z-index:-1}.cta-button:hover:before{left:100%}.cta-button.primary{background:linear-gradient(45deg,#fff,#f0f9ff);color:var(--primary-color);border:2px solid white;box-shadow:0 8px 25px #00000026}.cta-button.primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #0003;background:linear-gradient(45deg,#f8fafc,#e0f2fe)}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #ffffff1a}.cta-button.large{padding:1rem 2rem;font-size:1.2rem}.features-section{margin:6rem 0;text-align:center;padding:4rem 2rem;animation:fadeIn 1s ease-out .3s both}.features-section h2{font-size:clamp(2rem,4vw,2.5rem);color:var(--primary-color);margin-bottom:4rem;position:relative;display:inline-block;font-weight:700}.features-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary-color);border-radius:3px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.feature-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px #00669914;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,102,153,.05);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:translate(-100%);transition:transform .3s ease}.feature-card:hover:before{transform:translate(0)}.feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00669926;border-color:#0066991a}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;transform:scale(1);transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{color:var(--primary-color);font-size:1.4rem;margin-bottom:1.2rem;font-weight:600}.feature-card p{color:var(--light-text);line-height:1.7;font-size:1rem}.how-it-works{margin:5rem 0;text-align:center;padding:3rem 2rem;background-color:var(--input-background);border-radius:12px}.how-it-works h2{font-size:2rem;color:var(--primary-color);margin-bottom:3rem;position:relative;display:inline-block}.how-it-works h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary-color);border-radius:3px}.steps{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;margin-top:2rem}.step{flex:1;min-width:200px;max-width:300px;position:relative}.step-number{width:50px;height:50px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.step p{color:var(--light-text)}.testimonials{margin:5rem 0;text-align:center}.testimonials h2{font-size:2rem;color:var(--primary-color);margin-bottom:3rem;position:relative;display:inline-block}.testimonials h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary-color);border-radius:3px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.testimonial{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px #0000000d;text-align:left;position:relative}.testimonial:before{content:"“";position:absolute;top:10px;left:15px;font-size:5rem;color:#0066991a;font-family:Georgia,serif;line-height:1}.quote{font-style:italic;color:var(--text-color);margin-bottom:1.5rem;position:relative;z-index:1;line-height:1.6}.author{font-weight:600;color:var(--primary-color)}.faqs-section{margin:5rem 0;padding:3rem 2rem;background-color:var(--input-background);border-radius:12px}.faqs-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:3rem;text-align:center;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.faqs-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary-color);border-radius:3px}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.faq-item p{color:var(--light-text);line-height:1.6}.industries-section{margin:5rem 0;text-align:center;padding:3rem 2rem;background-color:var(--input-background);border-radius:12px}.industries-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem;position:relative;display:inline-block}.industries-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary-color);border-radius:3px}.industries-section>p{max-width:800px;margin:0 auto 3rem;color:var(--light-text);line-height:1.6;font-size:1.1rem}.industries-container{max-width:1000px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.industry-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.industry-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.industry-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem;display:flex;align-items:center;gap:.5rem}.industry-card p{color:var(--light-text);line-height:1.6}.final-cta{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;margin:5rem 0 2rem}.final-cta h2{font-size:2.2rem;margin-bottom:1.5rem}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.final-cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;max-width:800px;margin:0 auto}.non-medical-button{background-color:transparent;font-size:1rem}@media (max-width: 768px){.hero-section{padding:4rem 1.5rem;border-radius:16px;margin-bottom:3rem}.hero-section h1{font-size:clamp(2rem,6vw,2.5rem);margin-bottom:1rem}.hero-description{font-size:clamp(1rem,3vw,1.2rem);margin-bottom:2rem}.hero-offer{padding:1.2rem;margin-bottom:2rem}.offer-badge{padding:.5rem 1rem;font-size:.8rem}.offer-text{font-size:1rem}.hero-cta{flex-direction:column;gap:1.5rem;width:100%}.cta-main-buttons{flex-direction:column;width:100%;gap:1rem}.cta-button{width:100%;text-align:center;padding:1rem 2rem;font-size:1rem}.features-section{margin:4rem 0;padding:3rem 1rem}.features-section h2{margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.feature-card{padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.non-medical-cta{margin-top:1rem;width:100%}.features-grid,.testimonial-grid{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center}.step{width:100%}.final-cta h2{font-size:1.8rem}.industries-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card{padding:1.5rem}.final-cta-buttons{flex-direction:column;width:100%}.non-medical-button{width:100%;text-align:center}}.free-trial-notice{display:flex;align-items:center;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:12px 16px;margin:20px 0}.trial-badge{background-color:#0284c7;color:#fff;padding:4px 8px;border-radius:4px;font-weight:700;margin-right:12px;font-size:.9rem}.hero-offer{background-color:#ffffffe6;border-radius:8px;padding:12px 18px;margin:18px 0;display:inline-flex;align-items:center;box-shadow:0 2px 8px #0000001a}.offer-badge{background-color:#059669;color:#fff;padding:4px 10px;border-radius:4px;font-weight:700;margin-right:12px;font-size:.9rem}.offer-text{font-weight:600;color:#064e3b;margin:0}.pricing-toggle{display:flex;justify-content:center;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;width:fit-content;margin:30px auto}.toggle-button{padding:12px 24px;border:none;background:none;cursor:pointer;font-weight:600;transition:all .3s ease}.toggle-button.active{background-color:#0284c7;color:#fff}.pricing-plans{margin:30px 0}.subscription-plans{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.subscription-plan{border:1px solid #e0e0e0;border-radius:8px;padding:24px;transition:all .3s ease;position:relative;cursor:pointer}.subscription-plan:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.subscription-plan.selected{border-color:#0284c7;box-shadow:0 8px 16px #0284c733}.best-value-badge{position:absolute;top:-12px;right:20px;background-color:#f59e0b;color:#fff;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:700}.plan-price{font-size:2rem;font-weight:700;margin-top:10px;color:#111827}.plan-duration{color:#6b7280;margin-bottom:20px}.plan-features{list-style-type:none;padding:0;margin:0}.plan-features li{border-bottom:1px solid #f3f4f6;position:relative;padding:8px 0 8px 28px}.plan-features li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700}.credits-section{display:flex;flex-direction:column;gap:30px;padding:30px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9fafb}@media (min-width: 768px){.credits-section{flex-direction:row}.credits-selector,.credits-features{flex:1}}.credits-counter{display:flex;align-items:center;justify-content:center;margin:30px 0}.counter-button{width:40px;height:40px;border-radius:50%;border:1px solid #0284c7;background-color:#fff;color:#0284c7;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.counter-button:hover{background-color:#0284c7;color:#fff}.counter-button:disabled{border-color:#e0e0e0;color:#9ca3af;cursor:not-allowed}.credits-value{font-size:2rem;font-weight:700;margin:0 20px;width:60px;text-align:center}.price-display{font-size:2.5rem;font-weight:700;text-align:center;color:#111827;margin:20px 0 10px}.currency,.currency-code{font-size:1.5rem;color:#6b7280}.price-per-credit{text-align:center;color:#6b7280;font-size:.9rem}.payment-summary{margin:30px 0;border:1px solid #e0e0e0;border-radius:8px;padding:20px;background-color:#f9fafb}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0}.summary-row.total{font-weight:700;font-size:1.2rem;border-bottom:none;padding-top:20px}.payment-page-title{text-align:center;margin-bottom:1.5rem;color:#111827;font-size:1.8rem}.payment-button.paystack-button{display:block;width:100%;max-width:400px;margin:1.5rem auto;padding:14px 20px;background:linear-gradient(135deg,#069,#004d73);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;text-align:center}.payment-button.paystack-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.payment-button.paystack-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.secure-payment-notice{text-align:center;color:#6b7280;margin:20px 0;display:flex;align-items:center;justify-content:center}.lock-icon{margin-right:8px}.credits-features{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.credits-features h4{margin-top:0;margin-bottom:16px;color:#111827}.credits-features ul{list-style-type:none;padding:0;margin:0}.credits-features li{border-bottom:1px solid #f3f4f6;position:relative;padding:8px 0 8px 28px}.credits-features li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700}.credits-explainer{color:#6b7280;margin-bottom:20px;font-size:.95rem}.payment-container{max-width:900px;margin:0 auto;padding:20px}.payment-container .user-info{margin-bottom:20px;padding:15px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.payment-container .user-details{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.payment-container .user-status{margin-top:10px}.credits-remaining .badge{background-color:#3b82f6;color:#fff;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:700;display:inline-block;margin-top:8px}.subscription-active .badge{background-color:#10b981}:root{--primary-color: #006699;--primary-light: #0088cc;--primary-dark: #004d73;--secondary-color: #4EB1BA;--accent-color: #50B8E7;--success-color: #41BF7C;--error-color: #D64551;--background-color: #f8fafe;--card-background: #ffffff;--text-color: #2C3E50;--light-text: #5D7A91;--border-color: #D9E2EC;--shadow: 0 4px 12px rgba(0, 102, 153, .15);--input-background: #F5FBFF}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,Arial,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.app-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1.25rem 2rem;box-shadow:0 2px 10px #0000001a}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.app-header .logo-container{display:flex;align-items:center}.logo-container a{display:flex;align-items:center;text-decoration:none;color:#fff}.app-logo{height:50px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.logo-text{margin-left:1rem;font-size:1.5rem;font-weight:700}.header-center{text-align:center;flex:1;margin:0 2rem}.app-header .tagline{color:#ffffffd9;font-size:1rem;font-weight:400;letter-spacing:.5px;margin-bottom:.5rem}.header-auth{display:flex;align-items:center}.header-loading{padding:.5rem 1rem}.header-loading-dots{display:inline-block;position:relative;width:64px;height:20px}.header-loading-dots:after{content:" ";display:block;width:8px;height:8px;margin:8px;border-radius:50%;background:#fff;animation:header-loading-dots 1.2s linear infinite}@keyframes header-loading-dots{0%{transform:translate(0);opacity:1}50%{transform:translate(30px);opacity:.3}to{transform:translate(0);opacity:1}}.auth-links{display:flex;gap:1rem}.auth-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;font-weight:500;transition:all .2s ease}.auth-link:hover{background-color:#ffffff1a}.auth-link.signup{background-color:#ffffff26;border:1px solid rgba(255,255,255,.3)}.auth-link.signup:hover{background-color:#ffffff40}.auth-link.waitlist{color:#c6f6d5;background-color:#41bf7c33;border:1px solid rgba(65,191,124,.5);position:relative;padding-left:1.75rem}.auth-link.waitlist:before{content:"➕";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.75rem}.auth-link.waitlist:hover{background-color:#41bf7c4d}.user-menu-dropdown{position:relative}.user-menu-dropdown .user-info{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:4px;background:transparent;border:none;margin:0}.user-menu-dropdown .user-info:hover{background-color:#ffffff1a}.welcome-text{font-weight:500}.subscription-badge{background-color:#41bf7c33;color:#c6f6d5;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;border:1px solid rgba(65,191,124,.5)}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:10;margin-top:.5rem;display:none}.user-menu-dropdown:hover .dropdown-menu{display:block}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;transition:background-color .2s ease;text-align:left;width:100%;border:none;background:none;font-size:.95rem;cursor:pointer}.dropdown-item:hover{background-color:#f7fafc}.dropdown-item.waitlist-item{color:#41bf7c;position:relative;padding-left:2rem}.dropdown-item.waitlist-item:before{content:"➕";position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.75rem}.dropdown-item.logout-link{color:#e53e3e;border-top:1px solid #f0f0f0}.video-guide{margin-top:1rem}.how-to-use-link{display:inline-flex;align-items:center;background-color:#ffffff26;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:30px;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #0000001a}.how-to-use-link:hover{background-color:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.video-icon{margin-right:.5rem;font-size:1.2rem}.app-main{flex:1;max-width:900px;width:100%;margin:2rem auto;padding:0 2rem}.app-footer{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:#ffffffe6;padding:1.5rem;text-align:center;margin-top:auto;font-size:.9rem;display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;justify-content:center;margin-bottom:1rem}.footer-logo-img{height:80px;width:auto;filter:brightness(0) invert(1);opacity:.9}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer-links a:hover{color:#fff;text-decoration:none}.waitlist-footer-link{position:relative;color:#c6f6d5!important;padding-left:18px}.waitlist-footer-link:before{content:"➕";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:10px}.waitlist-footer-link:hover{color:#c6f6d5!important;opacity:.9}.footer-video-link{display:flex;align-items:center;background-color:#ffffff1a;border-radius:20px;padding:.25rem .75rem;transition:all .2s ease}.footer-video-link:hover{background-color:#fff3;transform:translateY(-2px)}.loading-spinner-container{display:flex;justify-content:center;align-items:center;min-height:300px;width:100%}.loading-spinner{position:relative;width:50px;height:50px}.loading-spinner:before{content:"";position:absolute;width:100%;height:100%;border:4px solid rgba(0,102,153,.2);border-radius:50%;border-top-color:var(--primary-color);border-right-color:var(--secondary-color);animation:spin 1.5s linear infinite}.loading-spinner:after{content:"AI";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:700;color:var(--primary-color);animation:pulse-text 2s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.not-found-container{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.not-found-container h1{color:var(--primary-color);margin-bottom:1.5rem;font-size:2rem}.not-found-container p{margin-bottom:2rem;color:var(--light-text)}.not-found-container a{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:background-color .2s ease}.not-found-container a:hover{background-color:var(--primary-dark)}@media (max-width: 768px){.app-main{padding:1rem;margin:1rem auto}.app-header{padding:1rem}.header-container{flex-direction:column;gap:1rem}.header-center{margin:.75rem 0}.app-header .tagline{font-size:.85rem}.video-guide{margin-top:.5rem}.how-to-use-link{padding:.4rem .8rem;font-size:.8rem}.logo-text{font-size:1.25rem;margin-left:.5rem}.app-logo{height:40px}.auth-links{margin-top:.5rem}.dropdown-menu{position:static;margin-top:1rem;box-shadow:none;border:1px solid #e2e8f0}.user-menu-dropdown:hover .dropdown-menu{display:none}.user-menu-dropdown.active .dropdown-menu{display:block}}.page-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.about-page .about-header{text-align:center;margin-bottom:3rem}.about-page h1{font-size:2.5rem;color:#2a5caa;margin-bottom:.5rem}.about-page .subtitle{font-size:1.2rem;color:#666;max-width:700px;margin:0 auto}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.8rem;color:#333;margin-bottom:1.5rem;border-bottom:2px solid #eaeaea;padding-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.feature-card h3{font-size:1.3rem;color:#2a5caa;margin-bottom:1rem}.values-list{padding-left:1.5rem}.values-list li{margin-bottom:1rem;line-height:1.6}.cta-container{text-align:center;margin-top:2rem}.cta-button{display:inline-block;background-color:#2a5caa;color:#fff;padding:.8rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:background-color .2s ease}.cta-button:hover{background-color:#1f4580}.privacy-page,.terms-page{line-height:1.6}.privacy-header,.terms-header{margin-bottom:2.5rem}.privacy-header h1,.terms-header h1{font-size:2.2rem;color:#2a5caa;margin-bottom:.5rem}.last-updated{font-size:.9rem;color:#666}.privacy-content section,.terms-content section{margin-bottom:2rem}.privacy-content h2,.terms-content h2{font-size:1.5rem;color:#333;margin-bottom:1rem}.privacy-content h3,.terms-content h3{font-size:1.2rem;color:#444;margin-bottom:.75rem}.privacy-content ul,.terms-content ul{padding-left:1.5rem;margin-bottom:1rem}.privacy-content ul li,.terms-content ul li{margin-bottom:.5rem}.contact-info{background-color:#f5f5f5;padding:1rem;border-radius:8px;margin-top:1rem}.support-page .support-header{text-align:center;margin-bottom:3rem}.support-page h1{font-size:2.5rem;color:#2a5caa;margin-bottom:.5rem}.contact-options{margin-bottom:3rem}.contact-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.contact-card{background-color:#fff;border-radius:10px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease}.contact-card:hover{transform:translateY(-5px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem;color:#2a5caa}.contact-card h3{font-size:1.4rem;margin-bottom:.75rem;color:#333}.contact-card p{color:#666;margin-bottom:1.5rem}.contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#2a5caa;color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease}.whatsapp-button{background-color:#25d366}.whatsapp-button:hover{background-color:#20bd5a}.email-button{background-color:#4285f4}.email-button:hover{background-color:#3367d6}.chat-button{background-color:#7952b3}.chat-button:hover{background-color:#673ab7}.faq-section{margin-bottom:3rem}.faq-container{background-color:#f9f9f9;border-radius:10px;padding:1rem}.faq-item{padding:1.5rem;border-bottom:1px solid #e1e1e1}.faq-item:last-child{border-bottom:none}.faq-item h3{display:flex;align-items:center;font-size:1.2rem;color:#333;margin-bottom:.75rem}.faq-item h3 svg{color:#2a5caa;margin-right:.75rem}.resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}.resource-card{background-color:#fff;border-radius:8px;padding:1.5rem;text-decoration:none;box-shadow:0 2px 8px #00000014;transition:transform .2s ease;border-left:4px solid #2a5caa}.resource-card:hover{transform:translateY(-5px)}.resource-card h3{font-size:1.2rem;color:#2a5caa;margin-bottom:.5rem}.resource-card p{color:#666;font-size:.95rem}.business-hours{background-color:#f2f7ff;padding:1.5rem;border-radius:10px;margin-top:2rem}@media (max-width: 768px){.features-grid,.contact-cards,.resources-grid{grid-template-columns:1fr}.about-page h1,.support-page h1{font-size:2rem}.about-section h2,.privacy-content h2,.terms-content h2{font-size:1.5rem}}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.loader-overlay.active{opacity:1;visibility:visible}.loader-content{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #00000026;text-align:center;max-width:90%;width:400px;transform:translateY(20px);transition:transform .3s ease-out}.loader-overlay.active .loader-content{transform:translateY(0)}.loader-title{font-size:1.5rem;margin-bottom:1rem;color:#2d3748;font-weight:600}.loader-message{color:#4a5568;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.ai-loader{position:relative;width:80px;height:80px;margin:1rem auto 2rem}.pulse-circle{position:absolute;width:100%;height:100%;background:#00669926;border-radius:50%;animation:pulse 2s ease-out infinite}.brain-network{position:relative;width:100%;height:80px;margin:0 auto;overflow:hidden}.network-dots{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.dot{position:absolute;width:8px;height:8px;background-color:#069;border-radius:50%;animation:networkPulse 2s ease-in-out infinite}.dot:nth-child(1){top:10px;left:26px;animation-delay:0s}.dot:nth-child(2){top:26px;left:45px;animation-delay:.3s}.dot:nth-child(3){top:45px;left:26px;animation-delay:.6s}.dot:nth-child(4){top:26px;left:7px;animation-delay:.9s}.connection-lines{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.line{position:absolute;background-color:#4eb1ba;opacity:.6;animation:lineGlow 2s ease-in-out infinite}.line-1{top:18px;left:30px;width:2px;height:20px;transform:rotate(45deg);animation-delay:.2s}.line-2{top:30px;left:18px;width:20px;height:2px;animation-delay:.5s}.line-3{top:30px;left:30px;width:2px;height:20px;transform:rotate(-45deg);animation-delay:.8s}.ai-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:linear-gradient(135deg,#069,#4eb1ba);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;animation:iconSpin 3s linear infinite}.ai-icon:before{content:"AI"}.loader-progress{width:100%;height:6px;background-color:#e2e8f0;border-radius:3px;margin-top:1rem;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#4299e1,#3182ce);width:0%;transition:width .5s ease;animation:progress 15s ease-in-out}@keyframes pulse{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1.2);opacity:.2}to{transform:scale(.8);opacity:.8}}@keyframes networkPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.3);opacity:1}}@keyframes lineGlow{0%,to{opacity:.3}50%{opacity:1}}@keyframes iconSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes progress{0%{width:0%}10%{width:10%}20%{width:25%}30%{width:30%}50%{width:50%}70%{width:75%}90%{width:90%}to{width:100%}}@media (max-width: 640px){.loader-content{padding:1.5rem;width:85%}.loader-title{font-size:1.25rem}.ai-loader{width:60px;height:60px}.network-dots,.connection-lines{width:45px;height:45px}.ai-icon{width:24px;height:24px;font-size:10px}}
