:root{--safe-area-inset-top:env(safe-area-inset-top,0px);--safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--safe-area-inset-left:env(safe-area-inset-left,0px);--safe-area-inset-right:env(safe-area-inset-right,0px);--app-background-color:#667eea}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#667eea;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0;overflow-x:hidden;overscroll-behavior-y:none;padding:0;width:100%}#root,body{min-height:100vh;min-height:-webkit-fill-available}#root{background:inherit;max-width:100vw;overflow-x:hidden}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)}.language-selector{position:relative}.language-toggle{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.language-toggle:hover{color:#3b82f6;color:var(--primary-color)}.language-menu{background:#fff;border-radius:.5rem;box-shadow:0 4px 20px #00000026;margin-top:.5rem;min-width:120px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.language-option{background:#0000;border:none;color:#374151;cursor:pointer;display:block;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.language-option:hover{background:#667eea1a}.language-option.active{background:#667eea26;color:#3b82f6;color:var(--primary-color);font-weight:600}.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:.85rem;font-weight:700;padding:.5rem 1.25rem}.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,#a855f7,#9333ea);border:2px solid #fff3;box-shadow:0 4px 20px #a855f766;color:#fff;font-size:1.125rem;font-weight:700;overflow:hidden;padding:1rem 2rem;position:relative}.btn-hero:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-hero:hover:before{left:100%}.btn-hero:hover{background:linear-gradient(135deg,#9333ea,#7e22ce);box-shadow:0 8px 30px #a855f780;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{align-items:center;display:flex;flex:1 1;padding:4rem 0}.hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr;width:100%}.hero-text{text-align:left}.hero-video,.video-container{position:relative;width:100%}.video-container{box-shadow:0 20px 60px #0000004d;height:0;overflow:hidden;padding-bottom:56.25%;transition:transform .3s ease,box-shadow .3s ease}.video-container:hover{box-shadow:0 24px 70px #0006;transform:translateY(-4px)}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.hero-title{align-items:center;display:flex;flex-wrap:wrap;font-size:3rem;font-weight:800;gap:2rem;justify-content:flex-start;line-height:1.2;margin-bottom:1.5rem}.hero-logo-wrap{animation:fadeInDown 1s ease-out;border-radius:50%;box-shadow:0 8px 16px #0003;flex-shrink:0;height:72px;overflow:hidden;width:72px}.hero-logo{height:100%;object-fit:cover;width:100%}@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:100%;opacity:.95}.hero-cta{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;width:100%}.hero-cta .btn-hero,.hero-cta .btn-secondary{align-items:center;box-sizing:border-box;display:flex;flex:1 1;font-size:.95rem;height:48px;justify-content:center;min-width:100px;padding:.75rem 1rem;text-align:center;width:0}.hero-stats{border-top:1px solid #fff3;display:flex;gap:3rem;justify-content:flex-start;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}.unified-features-showcase{background:linear-gradient(135deg,#667eea,#764ba2);overflow:visible;padding:6rem 0}.features-carousel-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:90%;position:relative}.features-carousel-content{min-height:650px;overflow:visible;position:relative;width:100%}.features-carousel-slide{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(100px);transition:all .6s cubic-bezier(.4,0,.2,1);visibility:hidden;width:100%}.features-carousel-slide.active{opacity:1;pointer-events:auto;position:relative;transform:translateX(0);visibility:visible}.features-slide-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center;text-shadow:0 2px 4px #0000001a}.features-slide-subtitle{color:#ffffffe6;font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.features-carousel-indicators{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:3.5rem;padding:.5rem 0}.features-carousel-dot{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:2rem;color:#ffffffe6;cursor:pointer;font-weight:700;padding:.85rem 1.75rem;position:relative;transition:all .3s ease}.features-carousel-dot:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.features-carousel-dot.active{background:#fffffff2;border-color:#fffffff2;box-shadow:0 4px 15px #0003;color:#667eea;transform:scale(1.05)}.dot-label{font-size:.95rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.features-carousel-slide .carousel-container,.features-carousel-slide .dashboard-images-grid,.features-carousel-slide .exam-history-image-container{margin-top:2rem}@media (max-width:768px){.unified-features-showcase{padding:4rem 0}.features-carousel-wrapper{max-width:100%;padding:0}.features-slide-title{font-size:1.75rem;padding:0 1rem}.features-slide-subtitle{font-size:1.05rem;padding:0 1rem}.features-carousel-indicators{flex-wrap:nowrap;gap:.75rem;margin-top:2.5rem;padding:0 1rem}.features-carousel-dot{padding:.65rem 1.25rem}.dot-label{font-size:.85rem}.features-carousel-content{min-height:550px}}.question-interface-preview{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:5rem 0}.carousel-container{align-items:center;gap:2rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:90%}.carousel-container,.carousel-image-container{display:flex;justify-content:center;position:relative}.carousel-image-container{align-items:flex-start;background:#0000;border-radius:.75rem;cursor:pointer;flex:1 1;max-width:1000px;overflow:hidden;transition:transform .3s ease}.carousel-image-container:hover{transform:translateY(-4px)}.carousel-image{border-radius:.75rem;display:block;height:auto;max-width:100%;object-fit:contain;object-position:top center;transition:opacity .3s ease;width:100%}.carousel-arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#3b82f6;color:var(--primary-color);cursor:pointer;display:flex;flex-shrink:0;height:60px;justify-content:center;transition:all .3s ease;width:60px}.carousel-arrow:hover{background:#3b82f6;background:var(--primary-color);box-shadow:0 6px 16px #3b82f64d;color:#fff;transform:scale(1.1)}.carousel-arrow svg{height:28px;width:28px}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.carousel-indicator{background:#0000;border:2px solid #3b82f6;border:2px solid var(--primary-color);border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.carousel-indicator:hover{background:#3b82f64d;transform:scale(1.2)}.carousel-indicator.active{background:#3b82f6;background:var(--primary-color);transform:scale(1.3)}@media (max-width:1024px){.carousel-container{max-width:95%}.carousel-arrow{height:50px;width:50px}.carousel-arrow svg{height:24px;width:24px}}@media (max-width:768px){.carousel-container{flex-direction:column;gap:1rem}.carousel-arrow{display:none}.carousel-indicators{margin-top:1.5rem}}.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{border-radius:.5rem;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{border-radius:.5rem;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}.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-header{display:contents}.feature-toggle{display:none}.feature-description{color:#6b7280;color:var(--text-light);line-height:1.6}.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}.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-header{display:contents}.cert-toggle{display:none}.cert-list{color:#6b7280;color:var(--text-light);list-style:none;text-align:left}.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 .cert-list li{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);padding:.5rem 0}.cert-card .cert-list 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(3,1fr);margin:0 auto;max-width:1200px}.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}.pricing-header{display:contents}.plan-price-summary,.pricing-toggle{display:none}.pricing-content{display:contents}.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:.5rem}.currency,.period{color:#6b7280;color:var(--text-light);font-size:1.5rem}.monthly-equivalent{color:#6b7280;color:var(--text-light);font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:center}.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}.plan-toggle{background:#f1f5f9;border-radius:.5rem;display:flex;gap:.25rem;margin-bottom:1.5rem;padding:.25rem}.toggle-btn{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#6b7280;color:var(--text-light);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:.875rem;font-weight:600;gap:.25rem;padding:.75rem .5rem;position:relative;transition:all .2s ease}.toggle-btn:hover{background:#ffffff80}.toggle-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#3b82f6;color:var(--primary-color)}.savings-badge{background:#22c55e;border-radius:9999px;color:#fff;display:inline-block;font-size:.625rem;font-weight:700;margin-left:0;padding:.125rem .375rem}.toggle-btn.active .savings-badge{background:#16a34a}.plan-highlight{background:linear-gradient(135deg,#2563eb1a,#3b82f61a);border-radius:.5rem;color:#2563eb;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem;text-align:center}.guarantee-section{background:#0f172a;overflow:hidden;padding:5rem 0;position:relative}.guarantee-section:before{background:radial-gradient(circle,#f59e0b14 0,#0000 70%);content:"";height:400px;pointer-events:none;position:absolute;right:-80px;top:-80px;width:400px}.guarantee-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:auto 1fr}.guarantee-shield-wrap{flex-shrink:0}.guarantee-shield,.guarantee-shield-wrap{align-items:center;display:flex;flex-direction:column;gap:1rem}.guarantee-shield-svg{filter:drop-shadow(0 0 24px rgba(245,158,11,.4));height:135px;width:120px}.guarantee-shield-svg .shield-fill{fill:#f59e0b;opacity:.15}.guarantee-shield-svg .shield-stroke{stroke:#f59e0b;fill:none}.guarantee-shield-label{color:#f59e0b;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase;white-space:nowrap}.guarantee-content{color:#fff}.guarantee-title{color:#fff;font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.guarantee-subtitle{color:#ffffffb3;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.guarantee-conditions{display:flex;flex-direction:column;gap:.875rem;list-style:none;margin-bottom:1.5rem}.guarantee-conditions li{align-items:flex-start;color:#ffffffe6;display:flex;font-size:1rem;gap:.75rem;line-height:1.5}.condition-check{align-items:center;background:#f59e0b26;border:1.5px solid #f59e0b;border-radius:50%;color:#f59e0b;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:22px;justify-content:center;margin-top:1px;width:22px}.condition-result{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:1rem}.condition-arrow{color:#f59e0b;flex-shrink:0;font-size:1.1rem;font-weight:700;margin-top:1px}.condition-result strong{color:#fbbf24;font-size:1.05rem}.condition-pass-bonus{border-top:1px solid #ffffff14;margin-top:.5rem;padding-top:.75rem}.condition-arrow--green{align-items:center;background:#34d3991a;border:1.5px solid #34d39966;border-radius:50%;color:#34d399;display:flex;font-size:.7rem;font-weight:700;height:22px;justify-content:center;width:22px}.condition-pass-bonus span:last-child{color:#6ee7b7;font-weight:500}.guarantee-note{color:#fff6;font-size:.82rem;line-height:1.5;margin-bottom:1.25rem}.guarantee-contact-link{background:none;border:none;border-bottom:1px solid #f59e0b66;color:#f59e0b;cursor:pointer;display:inline;font-size:.9rem;font-weight:600;padding:0 0 1px;text-decoration:none;transition:border-color .2s}.guarantee-contact-link:hover{border-color:#f59e0b;color:#f59e0b}@media (max-width:768px){.guarantee-grid{gap:2rem;grid-template-columns:1fr;text-align:center}.guarantee-shield-wrap{justify-content:center}.guarantee-shield-svg{height:90px;width:80px}.guarantee-title{font-size:1.5rem}.guarantee-subtitle{font-size:1rem}.guarantee-conditions li{text-align:left}.guarantee-section:before{display:none}}.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-wrap{border-radius:50%;flex-shrink:0;height:32px;overflow:hidden;width:32px}.footer-logo-img{height:100%;object-fit:cover;width:100%}.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-social-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#ffffffb3;display:flex;height:40px;justify-content:center;transition:background .3s,color .3s;width:40px}.footer-social-links a:hover{background:#fff3;color:#fff}.footer-social-links i{font-size:1.25rem}.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:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.hero-grid{gap:3rem}.hero-title{font-size:3rem}}@media (max-width:768px){.hero .container{min-width:0;padding-left:1rem;padding-right:1rem}.navbar{padding:1rem 0}.logo{font-size:1.25rem}.nav-links{gap:.5rem}.nav-links a:not(.btn-primary){display:none}.language-toggle{padding:.4rem}.language-toggle svg{height:18px;width:18px}.btn-primary{font-size:.85rem;padding:.6rem 1.25rem}.hero-grid{gap:2rem;grid-template-columns:1fr;min-width:0}.hero-text{text-align:center}.hero-title{align-items:center;flex-wrap:wrap;font-size:2.5rem;gap:.5rem;justify-content:flex-start;line-height:1.2;margin-bottom:1rem;max-width:100%;min-width:0}.hero-title,.hero-title .highlight{min-width:0;overflow-wrap:break-word}.hero-subtitle{font-size:1rem;line-height:1.6}.hero-cta{align-items:center}.hero-cta,.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.hero-stats{border-top:none;gap:2.75rem;margin-top:0;padding-top:1rem}.hero-stats .stat{min-width:0}.hero-title .hero-logo-wrap{align-self:flex-end;flex-shrink:0;height:56px;margin-bottom:0;margin-top:.5rem;width:56px}.hero-text{align-items:stretch;display:flex;flex-direction:column}.hero-title{align-self:flex-start}.hero-title .highlight{display:block;margin-left:calc(56px + 1rem);margin-top:-.25rem}.hero-cta{margin-bottom:1.5rem;margin-top:1.5rem;order:1}.hero-stats.hero-mobile-first{order:3}.hero-content{padding:2rem 0 3rem}.hero-subtitle{margin-bottom:1rem}.hero-stats.hero-mobile-first{margin-bottom:2.5rem;margin-top:1.5rem;padding:1.75rem 0}.hero-text{overflow-x:hidden}.hero-text,.hero-typewriter-below-buttons{min-width:0;width:100%}.hero-typewriter-below-buttons .typewriter-text{overflow-wrap:break-word;word-break:break-word}.hero-stats .stat-label{font-size:.85rem}.hero-stats .stat-number{font-size:2.75rem}.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%}.features-grid{gap:.75rem}.feature-card{cursor:pointer;padding:1rem 1.25rem}.feature-card:hover{box-shadow:none;transform:none}.feature-header{align-items:center;display:flex;gap:1rem;width:100%}.feature-card .feature-icon{height:48px;margin-bottom:0;min-width:48px;width:48px}.feature-card .feature-icon svg{height:24px;width:24px}.feature-card h3{flex:1 1;font-size:1rem;margin-bottom:0}.feature-toggle{align-items:center;color:#6b7280;color:var(--text-light);display:flex;font-size:1.5rem;font-weight:300;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.feature-card.expanded .feature-toggle{transform:rotate(45deg)}.feature-description{font-size:.9rem;margin-top:0;max-height:0;opacity:0;overflow:hidden;padding-left:64px;transition:all .3s ease}.feature-card.expanded .feature-description{margin-top:1rem;max-height:200px;opacity:1}.carousel-container{touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.cert-grid{gap:.75rem}.cert-card{cursor:pointer;padding:1rem 1.25rem}.cert-card:hover{box-shadow:0 4px 12px #00000014;transform:none}.cert-header{align-items:center;display:flex;gap:1rem;width:100%}.cert-card .cert-logo{height:48px;margin-bottom:0;min-width:48px;padding:8px;width:48px}.cert-card:hover .cert-logo{transform:none}.cert-card h4{flex:1 1;font-size:1rem;margin-bottom:0}.cert-toggle{align-items:center;color:#6b7280;color:var(--text-light);display:flex;font-size:1.5rem;font-weight:300;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.cert-card.expanded .cert-toggle{transform:rotate(45deg)}.cert-list{margin-top:0;max-height:0;opacity:0;overflow:hidden;padding-left:64px;transition:all .3s ease}.cert-card.expanded .cert-list{margin-top:1rem;max-height:300px;opacity:1}.pricing-grid{gap:.75rem}.pricing-card{cursor:pointer;padding:1rem 1.25rem}.pricing-card:hover{box-shadow:none;transform:none}.pricing-header{align-items:center;display:flex;gap:.75rem;position:relative;width:100%}.pricing-card .badge{font-size:.7rem;padding:.25rem .5rem;position:static;transform:none}.pricing-card .plan-name{flex:1 1;font-size:1.1rem;margin-bottom:0}.plan-price-summary{color:#3b82f6;color:var(--primary-color);display:block;font-size:.9rem;font-weight:600}.pricing-toggle{align-items:center;color:#6b7280;color:var(--text-light);display:flex;font-size:1.5rem;font-weight:300;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.pricing-card.expanded .pricing-toggle{transform:rotate(45deg)}.pricing-content{display:block;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.pricing-card.expanded .pricing-content{margin-top:1rem;max-height:800px;opacity:1}.pricing-card .plan-price,.pricing-card .plan-toggle{margin-bottom:1rem}}.animate-reveal{opacity:0;transform:translateY(100px);transition:opacity 1.2s ease-out,transform 1.2s cubic-bezier(.22,1,.36,1)}.animate-reveal.visible{opacity:1;transform:translateY(0)}.hero-typewriter{color:#ffffffd9;display:block;font-size:1.3rem;font-weight:500;margin-left:0;margin-top:1.5rem;min-height:1.5rem;text-align:left}.hero-typewriter-below-buttons{display:block;margin-bottom:1rem;margin-top:1.25rem;text-align:left}.hero-typewriter-below-buttons .typewriter-text{font-size:1.25rem}@media (max-width:768px){.hero-typewriter-below-buttons{font-size:1.15rem;text-align:center}}.typewriter-label{opacity:.7}.typewriter-text{font-weight:600;letter-spacing:.02em}.typewriter-cursor,.typewriter-text{color:#fbbf24;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif}.typewriter-cursor{animation:blink 1s step-end infinite;font-weight:300}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.how-it-works{background:#f9fafb;background:var(--bg-light);padding:5rem 0}.steps-container{display:flex;flex-direction:column;gap:0;margin-top:3rem;position:relative}.steps-container:before{display:none}.step-row{align-items:center;background:linear-gradient(135deg,#1a3260,#243e7a);border-radius:1.25rem;box-shadow:0 4px 24px #1a32602e;color:#fff;display:flex;gap:2rem;justify-content:center;margin-bottom:1.25rem;overflow:hidden;padding:2rem 4rem;position:relative;transition:transform .25s ease,box-shadow .25s ease}.step-row:hover{box-shadow:0 12px 36px #1a326047;transform:translateY(-3px)}.step-row:after{color:#ffffff0f;content:attr(data-step);font-size:9rem;font-weight:900;left:-1rem;letter-spacing:-.05em;line-height:1;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.step-badge{display:none}.step-number{font-size:1.4rem;font-weight:800;line-height:1}.step-label{font-size:.72rem;font-weight:600;letter-spacing:.05em;line-height:1;margin-top:2px;opacity:.9;text-transform:uppercase}.step-items{align-items:flex-start;display:flex;flex:1 1;gap:0}.step-item{flex:1 1;flex-direction:column;padding:0 1rem;text-align:center}.step-icon-wrap,.step-item{align-items:center;display:flex}.step-icon-wrap{background:#687ae040;border:1px solid #687ae066;border-radius:.875rem;flex-shrink:0;height:52px;justify-content:center;margin-bottom:.75rem;width:52px}.step-icon-wrap svg{color:#a0aeee;height:26px;width:26px}.step-item p{font-size:.875rem;line-height:1.5;margin:0;opacity:.9}.step-connector{align-self:center;border-top:2px dashed #687ae080;flex-shrink:0;margin-bottom:2rem;width:36px}@media (max-width:768px){.steps-container:before{display:none}.step-row{flex-direction:column;gap:1.25rem;margin-bottom:1rem;padding:1.5rem 2.5rem}.step-row:after{font-size:5.5rem;left:.5rem;top:0;transform:translateY(0)}.step-badge{height:64px;width:64px}.step-items{align-items:center;flex-direction:column;gap:1.25rem;width:100%}.step-item,.step-item p{text-align:center}.step-connector{align-self:center;border-left:2px dashed #687ae080;border-top:none;height:20px;margin-bottom:0;width:2px}.step-item{padding:0;width:100%}}.problems-section{background:#f8f9fc;padding:5rem 0}.problems-section .section-title{color:#1f2937;color:var(--text-dark)}.problems-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.problem-card{background:#fff;border:1px solid #0000000f;border-radius:1.25rem;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;gap:0;overflow:hidden;padding:2rem 1.75rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.problem-card:before{background:linear-gradient(90deg,#687ae0,#8b9bf0);content:"";height:4px;left:0;position:absolute;right:0;top:0}.problem-card:hover{box-shadow:0 20px 48px #687ae024;transform:translateY(-6px)}.problem-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#687ae0,#8b9bf0);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;line-height:1;margin-bottom:1.25rem}.problem-icon-wrap{align-items:center;background:linear-gradient(135deg,#687ae01f,#8b9bf01f);border-radius:.875rem;display:flex;flex-shrink:0;height:52px;justify-content:center;margin-bottom:1.25rem;width:52px}.problem-icon-wrap svg{color:#687ae0;height:26px;width:26px}.problem-card h3{color:#1f2937;color:var(--text-dark);font-size:1.15rem;font-weight:700;margin-bottom:.3rem}.problem-subtitle{color:#687ae0;font-size:.82rem;font-weight:600;letter-spacing:.01em;margin-bottom:.875rem}.problem-card p:last-child{color:var(--text-secondary);font-size:.9rem;line-height:1.65;margin:0}@media (max-width:900px){.problems-grid{grid-template-columns:1fr 1fr}.problem-card:last-child{grid-column:1/-1}}@media (max-width:600px){.problems-grid{grid-template-columns:1fr}.problem-card:last-child{grid-column:1}}.mobile-app-section{background:#fff;background:var(--bg-white);padding:5rem 0}.mobile-app-grid{grid-gap:0;align-items:center;display:grid;gap:0;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.mobile-app-text h2{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.mobile-app-text h2,.mobile-app-text p{word-wrap:break-word;overflow-wrap:break-word}.mobile-app-text p{color:#6b7280;color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.store-badges{display:flex;flex-wrap:wrap;gap:.625rem;max-width:360px}.store-badge{align-items:center;background:#1a1a2e;border-radius:.625rem;color:#fff;display:flex;flex:1 1;gap:.5rem;min-width:130px;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.store-badge:hover{background:#16213e;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.store-badge svg{flex-shrink:0}.store-badge span{display:flex;flex-direction:column;line-height:1.2}.store-badge small{font-size:.6rem;letter-spacing:.05em;opacity:.7;text-transform:uppercase}.store-badge span:last-child{font-size:.85rem;font-weight:700}.mobile-app-carousel{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.phone-frame{background:#0000;border-radius:2rem;height:500px;overflow:hidden;position:relative;width:380px}.phone-image{height:200%;left:50%;object-fit:contain;object-position:center center;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.5);transform-origin:center center;transition:opacity .6s ease;width:200%}.phone-image.active{opacity:1}.phone-indicators{display:none}.phone-indicator{background:#0000;border:2px solid #3b82f6;border:2px solid var(--primary-color);border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .3s ease;width:8px}.phone-indicator.active{background:#3b82f6;background:var(--primary-color);transform:scale(1.3)}@media (max-width:900px){.mobile-app-grid{gap:3rem;grid-template-columns:1fr;text-align:center}.store-badges{justify-content:center;max-width:100%;padding:0 1rem;width:100%}.store-badge{flex:1 1 140px;justify-content:center;min-width:0}.mobile-app-carousel{margin:0 auto}.phone-frame{height:min(420px,85vw);max-width:100%;width:min(320px,calc(100vw - 3rem))}}@media (max-width:480px){.mobile-app-text h2{font-size:1.75rem}.mobile-app-text p{font-size:.95rem;padding:0 .5rem}.store-badges{align-items:center;flex-direction:column;padding:0}.store-badge{flex:none;justify-content:center;max-width:280px;width:100%}.store-badge small{font-size:.55rem}.store-badge span:last-child{font-size:.8rem}.mobile-app-section .container{padding-left:1rem;padding-right:1rem}.phone-frame{height:min(370px,80vw);width:min(280px,calc(100vw - 2rem))}.mobile-app-section{padding:3rem 0}}.faq-section{background:#f9fafb;background:var(--bg-light);padding:5rem 0}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin:2.5rem auto 0;max-width:800px}.faq-item{background:#3b82f6;background:var(--primary-color);border-radius:.75rem;overflow:hidden;transition:background .2s ease}.faq-item.open{background:#2563eb;background:var(--primary-dark)}.faq-question{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;width:100%}.faq-toggle{color:#fffc;flex-shrink:0;font-size:1.5rem;font-weight:300;line-height:1;transition:transform .3s ease}.faq-item.open .faq-toggle{transform:rotate(0deg)}.faq-answer{background:#fff;border-radius:.5rem;margin:0 .5rem .5rem;padding:1.25rem 1.5rem}.faq-answer p{color:#1f2937;color:var(--text-dark);font-size:.95rem;line-height:1.7;margin:0}@media (max-width:768px){.faq-list{margin-top:2rem}.faq-question{font-size:.9rem;padding:1rem 1.25rem}.faq-answer{margin:0 .25rem .25rem}}.certifications-marquee-section{background:#f9fafb;background:var(--bg-light);overflow:hidden;padding:4rem 0 3rem}.certifications-marquee-section .container{margin-bottom:2.5rem;text-align:center}.marquee-wrapper{mask-image:linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);overflow:hidden;padding:1rem 0 1.5rem;width:100%}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-track{animation:marquee-scroll 45s linear infinite;display:flex;gap:1.25rem;width:-webkit-max-content;width:max-content}.marquee-provider-card{background:#fff;border:1px solid #0000000f;border-radius:1rem;box-shadow:0 4px 16px #00000012;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;max-width:240px;min-width:240px;padding:1.75rem 1.5rem;transition:transform .25s ease,box-shadow .25s ease}.marquee-provider-card:hover{box-shadow:0 12px 32px #00000021;transform:translateY(-6px)}.marquee-provider-header{align-items:center;display:flex;gap:.75rem}.marquee-provider-logo{flex-shrink:0;height:48px;object-fit:contain;width:48px}.marquee-provider-name{color:#1f2937;color:var(--text-dark);font-size:1.05rem;font-weight:700;margin:0}.marquee-cert-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.marquee-cert-list li{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-size:.82rem;padding:.4rem 0}.marquee-cert-list li:last-child{border-bottom:none}.marquee-provider-card--soon{background:#f9fafb;background:var(--bg-light);border:1px dashed #e5e7eb;border:1px dashed var(--border-color)}.marquee-provider-card--soon .marquee-provider-name,.marquee-provider-clock{color:var(--text-secondary)}.marquee-provider-clock{opacity:.6}.marquee-provider-card--soon .marquee-cert-list li{color:var(--text-secondary);opacity:.75}.success-feed-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;padding:5rem 0;position:relative}.success-feed-section:before{background:linear-gradient(90deg,#0000,#687ae0,#0000);content:"";height:1px;left:0;opacity:.3;position:absolute;right:0;top:0}.success-feed-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:3rem;min-height:200px;overflow:hidden;position:relative;transform:translateZ(0)}.success-feed-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:4rem 2rem}.success-feed-loading p{color:var(--text-secondary);font-size:.95rem;margin-top:1.5rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #687ae01a;border-radius:50%;border-top-color:#687ae0;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.success-feed-track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;gap:1.5rem;transform:translateZ(0);width:-webkit-fit-content;width:fit-content;will-change:transform}.success-feed-track:not(:empty){animation:success-scroll 50s linear infinite;-webkit-animation:success-scroll 50s linear infinite}@keyframes success-scroll{0%{transform:translateZ(0) translateX(0)}to{transform:translateZ(0) translateX(-50%)}}@media (prefers-reduced-motion:reduce){.success-feed-track{animation-duration:300s;-webkit-animation-duration:300s}}.success-card{background:#fff;border:1px solid #687ae01a;border-radius:1rem;box-shadow:0 2px 8px #00000014;cursor:pointer;flex-shrink:0;max-width:320px;min-width:320px;padding:1.25rem;transition:all .3s ease}.success-card:hover{border-color:#687ae066;box-shadow:0 12px 24px #687ae040;transform:translateY(-6px)}.success-card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.success-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:600;height:44px;justify-content:center;letter-spacing:.5px;overflow:hidden;width:44px}.success-avatar-img{height:100%;object-fit:cover;width:100%}.success-info{flex:1 1;min-width:0}.success-name{color:var(--text-primary);font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.success-time{color:var(--text-secondary);font-size:.75rem;margin-top:.15rem}.success-card-body{display:flex;flex-direction:column;gap:.5rem}.success-badge{align-self:flex-start;background:linear-gradient(135deg,#687ae0,#7c8ef5);border-radius:1rem;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.success-text{color:var(--text-primary);font-size:.9rem;line-height:1.5}.success-text strong{color:#687ae0;font-weight:600}.success-score{color:var(--text-secondary);font-size:.85rem;margin-top:.25rem}.success-score span{color:#10b981;font-size:1.1rem;font-weight:700;margin-left:.25rem}.success-credly-corner{align-items:center;color:#4caf50;display:inline-flex;flex-shrink:0;font-size:.7rem;font-weight:600;margin-left:auto;text-decoration:none;white-space:nowrap}.success-credly-corner:hover{text-decoration:underline}.success-credly-badge:before{content:"✓";display:inline-block;font-size:.9em;font-weight:700;margin-right:.25rem}@media (max-width:768px){.certifications-marquee-section{padding:3rem 0 2rem}.marquee-provider-card{max-width:200px;min-width:200px;padding:1.25rem 1rem}.marquee-provider-logo{height:40px;width:40px}.marquee-provider-name{font-size:.95rem}.marquee-cert-list li{font-size:.78rem}.success-feed-section{padding:3rem 0}.success-feed-wrapper{min-height:160px}.success-feed-loading{min-height:160px;padding:3rem 1.5rem}.loading-spinner{border-width:3px;height:40px;width:40px}.success-feed-track:not(:empty){animation-duration:50s;-webkit-animation-duration:50s}.success-card{max-width:280px;min-width:280px;padding:1rem}.success-avatar{font-size:.85rem;height:40px;width:40px}.success-name{font-size:.9rem}.success-text{font-size:.85rem}}