body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#3b82f6;--primary-dark:#2563eb;--secondary-color:#8b5cf6;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--success-color:#10b981;--gradient:linear-gradient(135deg,#3b82f6,#8b5cf6)}*{box-sizing:border-box;margin:0;padding:0}.landing-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.navbar{background:#fff;border-bottom:1px solid #0000000f;box-shadow:0 1px 10px #0000000d;left:0;padding:1.25rem 0;position:fixed;right:0;top:0;transition:box-shadow .3s ease;z-index:1000}.navbar:hover{box-shadow:0 2px 15px #00000014}.nav-content{justify-content:space-between}.logo,.nav-content{align-items:center;display:flex}.logo{color:#1f2937;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:800;gap:.75rem;letter-spacing:-.03em;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}.logo-icon{height:80px;object-fit:contain;width:80px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-weight:800}.nav-links{align-items:center;display:flex;gap:1rem}.nav-links a:not(.btn-primary){border-radius:.5rem;color:#64748b;font-size:.95rem;font-weight:600;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:not(.btn-primary):hover{background:#667eea14;color:#3b82f6;color:var(--primary-color)}.nav-links a:not(.btn-primary):after{background:#3b82f6;background:var(--primary-color);bottom:.25rem;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s ease;width:80%}.nav-links a:not(.btn-primary):hover:after{transform:translateX(-50%) scaleX(1)}.btn-cta,.btn-hero,.btn-plan,.btn-primary{border:none;border-radius:.5rem;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.btn-primary{background:#3b82f6;background:var(--primary-color);box-shadow:0 2px 10px #3b82f633;color:#fff;font-size:.95rem;font-weight:700;padding:.75rem 2rem}.btn-primary:hover{background:#2563eb;background:var(--primary-dark);box-shadow:0 4px 15px #3b82f64d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #3b82f6;border:2px solid var(--primary-color);border-radius:.5rem;color:#3b82f6;color:var(--primary-color);display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#3b82f6;background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-hero{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient);color:#fff;font-size:1.125rem;padding:1rem 2rem}.btn-hero:hover{box-shadow:0 8px 24px #3b82f64d;transform:translateY(-2px)}.btn-cta{background:#fff;color:#3b82f6;color:var(--primary-color);font-size:1.125rem;padding:1rem 2rem}.btn-cta:hover{box-shadow:0 8px 24px #ffffff4d;transform:translateY(-2px)}.btn-plan{background:#3b82f6;background:var(--primary-color);color:#fff;text-align:center;width:100%}.btn-plan:hover{background:#2563eb;background:var(--primary-dark);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding-top:5rem}.hero-content{flex:1 1;padding:4rem 0;text-align:center}.hero-content,.hero-title{align-items:center;display:flex}.hero-title{flex-wrap:wrap;font-size:3.5rem;font-weight:800;gap:1.5rem;justify-content:center;line-height:1.2;margin-bottom:1.5rem}.hero-logo{animation:fadeInDown 1s ease-out;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2));flex-shrink:0;height:120px;object-fit:contain;width:120px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;max-width:600px;opacity:.95}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{border-top:1px solid #fff3;display:flex;gap:3rem;padding-top:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.875rem;letter-spacing:.05em;opacity:.8;text-transform:uppercase}section{padding:5rem 0}.dashboard-preview{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:5rem 0}.dashboard-images-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:70%}@media (max-width:1024px){.dashboard-images-grid{max-width:85%}}@media (max-width:768px){.dashboard-images-grid{grid-template-columns:1fr;max-width:90%}}.dashboard-image-container{box-shadow:0 20px 60px #0003;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.dashboard-image-container:hover{box-shadow:0 24px 70px #00000040;transform:translateY(-4px)}.dashboard-image{display:block;height:auto;width:100%}.exam-history-preview{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:5rem 0}.exam-history-image-container{box-shadow:0 20px 60px #0003;cursor:pointer;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:70%;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.exam-history-image-container:hover{box-shadow:0 24px 70px #00000040;transform:translateY(-4px)}@media (max-width:768px){.exam-history-image-container{max-width:90%}}.exam-history-image{display:block;height:auto;width:100%}.lightbox-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000f2;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{cursor:default;max-height:95vh;max-width:95vw;position:relative}.lightbox-image{border-radius:.5rem;box-shadow:0 25px 100px #00000080;max-height:95vh;max-width:100%;object-fit:contain}.lightbox-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:3rem;justify-content:center;position:absolute;right:0;top:-3rem;transition:all .3s ease;width:3rem}.lightbox-close:hover{background:#fff3;transform:rotate(90deg)}@media (max-width:768px){.lightbox-close{right:1rem;top:1rem}}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features{background:#fff;background:var(--bg-white)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#f9fafb;background:var(--bg-light);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;color:#667eea;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:64px}.feature-icon svg{height:32px;width:32px}.feature-card:hover .feature-icon{background:linear-gradient(135deg,#667eea33,#764ba233);transform:translateY(-4px)}.feature-card h3{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#6b7280;color:var(--text-light);line-height:1.6}.certifications{background:#f9fafb;background:var(--bg-light)}.cert-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.cert-card{background:#fff;border:none;border-radius:1rem;box-shadow:0 4px 12px #00000014;padding:2rem;text-align:left;transition:all .3s}.cert-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.cert-logo{align-items:center;background:#0000;border-radius:16px;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;padding:16px;transition:all .3s ease;width:80px}.cert-logo img{height:100%;object-fit:contain;width:100%}.cert-logo svg{color:#999;height:48px;width:48px}.cert-logo.aws,.cert-logo.azure,.cert-logo.gcp,.cert-logo.others{background:#0000}.cert-card:hover .cert-logo{transform:translateY(-4px) scale(1.05)}.cert-card h4{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cert-card ul{color:#6b7280;color:var(--text-light);list-style:none;text-align:left}.cert-card li{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);padding:.5rem 0}.cert-card li:last-child{border-bottom:none}.pricing{background:#fff;background:var(--bg-white)}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.pricing-note{color:#6b7280;color:var(--text-light);font-size:.9rem;margin-top:2rem;text-align:center}.pricing-note p{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.pricing-card{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:1rem;padding:2rem;position:relative;transition:all .3s}.pricing-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.pricing-card.featured{border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 8px 24px #3b82f633}.badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.plan-name{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.plan-price{color:#3b82f6;color:var(--primary-color);font-size:3rem;font-weight:800;margin-bottom:2rem}.currency,.period{color:#6b7280;color:var(--text-light);font-size:1.5rem}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);color:#6b7280;color:var(--text-light);padding:.75rem 0}.plan-features li:last-child{border-bottom:none}.plan-features li.feature-limited{color:#9ca3af;opacity:.7}.cta{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient);color:#fff;text-align:center}.cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.footer{background:#1f2937;background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.footer-logo-img{height:32px;object-fit:contain;width:32px}.footer-logo h4{margin:0}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;padding-top:1rem;text-align:center}.about{background:linear-gradient(135deg,#f8fafc,#e8f4fc);padding:6rem 0}.about-content{margin:0 auto;max-width:800px}.about-text h3{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{color:#6b7280;color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.disclaimer-box{background:#f5f5f5;border-left:4px solid #9e9e9e;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1.5rem}.disclaimer-box p{color:#616161;font-size:.95rem;margin-bottom:0}.commitment-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;list-style:none;margin:1.5rem 0;padding:0}.commitment-list li{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#1f2937;color:var(--text-dark);font-size:1rem;padding:.75rem 1rem;transition:transform .2s ease}.commitment-list li:hover{transform:translateX(5px)}@media (max-width:768px){.navbar{padding:1rem 0}.logo{font-size:1.25rem}.nav-links{gap:.5rem}.nav-links a:not(.btn-primary){display:none}.btn-primary{font-size:.85rem;padding:.6rem 1.25rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta,.hero-stats{flex-direction:column}.hero-stats{gap:1.5rem}.section-title{font-size:2rem}.cert-grid,.commitment-list,.features-grid,.pricing-grid{grid-template-columns:1fr}}.cookie-consent-banner{animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2efa;border-top:1px solid #ffffff1a;bottom:0;box-shadow:0 -4px 20px #0000004d;left:0;padding:2rem;position:fixed;right:0;z-index:9999}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-consent-text{flex:1 1}.cookie-consent-text h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.cookie-consent-text p{color:#ffffffd9;font-size:.9rem;line-height:1.6;margin:0}.cookie-link{color:#6ba3e8;text-decoration:underline}.cookie-consent-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.btn-cookie-primary,.btn-cookie-secondary{border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;white-space:nowrap}.btn-cookie-primary{background:#6ba3e8;border:none;color:#fff}.btn-cookie-secondary{background:#0000;border:1px solid #ffffff4d;color:#fffc}@media (max-width:768px){.cookie-consent-banner{padding:1.5rem}.cookie-consent-content{flex-direction:column;gap:1.5rem}.cookie-consent-actions{flex-direction:column;width:100%}.btn-cookie-primary,.btn-cookie-secondary{width:100%}.cookie-consent-text h3{font-size:1rem}.cookie-consent-text p{font-size:.85rem}}.cookie-preferences-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.cookie-preferences-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;left:0;position:absolute;right:0;top:0}.cookie-preferences-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.cookie-preferences-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem}.cookie-preferences-header h2{color:#1a1a2e;font-size:1.5rem;margin:0}.btn-close-modal{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;transition:background .2s;width:40px}.btn-close-modal:hover{background:#f0f0f0}.cookie-preferences-description{color:#666;font-size:.95rem;margin:0}.cookie-category,.cookie-preferences-description{border-bottom:1px solid #e0e0e0;padding:1.5rem}.cookie-category:last-of-type{border-bottom:none}.cookie-category-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.cookie-category-info{flex:1 1}.cookie-category-info h3{color:#1a1a2e;font-size:1.1rem;margin:0 0 .5rem}.cookie-category-info p{color:#666;font-size:.9rem;margin:0}.cookie-category-details{margin-top:.75rem}.cookie-category-details p{color:#888;font-size:.85rem;line-height:1.5;margin:0}.cookie-toggle{display:inline-block;flex-shrink:0;height:26px;position:relative;width:50px}.cookie-toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.cookie-toggle input:checked+.toggle-slider{background-color:#6ba3e8}.cookie-toggle input:checked+.toggle-slider:before{transform:translateX(24px)}.toggle-slider.disabled{background-color:#6ba3e8;cursor:not-allowed;opacity:.5}.cookie-preferences-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.btn-cookie-cancel,.btn-cookie-save{border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem}.btn-cookie-cancel{background:#0000;border:1px solid #ddd;color:#666}.btn-cookie-save{background:#6ba3e8;border:none;color:#fff}@media (max-width:768px){.cookie-preferences-content{max-height:95vh}.cookie-preferences-header h2{font-size:1.25rem}.cookie-category-header{flex-direction:column;gap:.75rem}.cookie-preferences-actions{flex-direction:column}.btn-cookie-cancel,.btn-cookie-save{width:100%}}
/*# sourceMappingURL=main.01bbc804.css.map*/