: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:#1a1a2e}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1a2e;background:var(--app-background-color);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-color:#1a1a2e;background-color:var(--app-background-color);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}html:has(.landing-page){--landing-scroll-pad:7.5rem;scroll-behavior:smooth;scroll-padding-top:var(--landing-scroll-pad)}body:has(.landing-page){scroll-padding-top:var(--landing-scroll-pad)}@media (max-width:768px){html:has(.landing-page){--landing-scroll-pad:max(7.85rem,calc(6.75rem + env(safe-area-inset-top, 0px)));scroll-padding-top:var(--landing-scroll-pad)}body:has(.landing-page){scroll-padding-top:var(--landing-scroll-pad)}}@media (min-width:1024px){html:has(.landing-page){--landing-scroll-pad:6.75rem;scroll-padding-top:var(--landing-scroll-pad)}body:has(.landing-page){scroll-padding-top:var(--landing-scroll-pad)}}@media (prefers-reduced-motion:reduce){html:has(.landing-page){scroll-behavior:auto}}.landing-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;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{gap:1rem;justify-content:space-between;min-width:0}.logo,.nav-content{align-items:center;display:flex}.logo{color:#1f2937;color:var(--text-dark);flex-shrink:0;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{flex:1 1;flex-wrap:wrap;gap:.5rem .75rem}.nav-anchor-links,.nav-links{align-items:center;display:flex;justify-content:flex-end;min-width:0}.nav-anchor-links{flex-wrap:nowrap;gap:.1rem .05rem}.nav-dropdown-group{align-items:center;display:flex;flex-shrink:0;gap:.1rem .05rem}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:600;gap:.2rem;margin:0;padding:.45rem .55rem;transition:color .3s ease,background .3s ease;white-space:nowrap}.nav-dropdown-trigger:hover,.nav-dropdown.nav-dropdown--open .nav-dropdown-trigger{background:#667eea14;color:#3b82f6;color:var(--primary-color)}.nav-dropdown-trigger:focus-visible{outline:2px solid #3b82f6;outline:2px solid var(--primary-color);outline-offset:2px}.nav-dropdown-chevron{flex-shrink:0;opacity:.7;transition:transform .2s ease}.nav-dropdown.nav-dropdown--open .nav-dropdown-chevron,.nav-dropdown:focus-within .nav-dropdown-chevron{transform:rotate(-180deg)}.nav-dropdown-panel{background:#fff;border:1px solid #0000000f;border-radius:.5rem;box-shadow:0 10px 40px #0f172a1f;left:0;min-width:12.5rem;opacity:0;padding:.35rem 0;pointer-events:none;position:absolute;top:calc(100% - 6px);transform:translateY(.35rem);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;z-index:1002}.nav-dropdown.nav-dropdown--open .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.nav-dropdown-group .nav-dropdown:last-of-type .nav-dropdown-panel{left:auto;right:0}.nav-dropdown-link{color:#475569;display:block;font-size:.9rem;font-weight:600;padding:.45rem .9rem;text-decoration:none;transition:color .15s ease,background .15s ease}.nav-dropdown-link:focus-visible,.nav-dropdown-link:hover{background:#667eea0f;color:#3b82f6;color:var(--primary-color);outline:none}.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)}.nav-dropdown-link:after{display:none!important}.nav-links .nav-anchor-links a:not(.btn-primary){font-size:.9rem;padding:.45rem .55rem;white-space:nowrap}@media (max-width:1100px){.nav-anchor-links{flex-wrap:wrap}.nav-dropdown-trigger,.nav-links .nav-anchor-links a:not(.btn-primary){font-size:.85rem;padding:.4rem .5rem}}.nav-desktop{align-items:center;display:none;flex:1 1;flex-wrap:wrap;gap:.5rem .75rem;justify-content:flex-end;min-width:0}@media (min-width:769px){.nav-desktop{display:flex}}.nav-mobile-menu-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;display:none;flex-shrink:0;height:40px;justify-content:center;padding:0;transition:border-color .2s ease,background .2s ease;width:44px}.nav-mobile-menu-btn:hover{background:#f8fafc;border-color:#cbd5e1}.nav-mobile-menu-btn-bars{display:flex;flex-direction:column;gap:5px;height:16px;justify-content:center;width:20px}.nav-mobile-bar{background:#475569;border-radius:1px;display:block;height:2px;transition:transform .3s ease,opacity .25s ease;width:100%}.nav-mobile-menu-btn.open .nav-mobile-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-mobile-menu-btn.open .nav-mobile-bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-mobile-menu-btn.open .nav-mobile-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-backdrop{background:#0f172a66;bottom:0;display:block;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:998}.nav-mobile-backdrop.is-open{opacity:1;pointer-events:auto;visibility:visible}.nav-mobile-panel{--landing-mobile-nav-top:4.25rem;background:#fff;border-radius:0 0 .75rem .75rem;box-shadow:0 12px 40px #0000001f;left:0;max-height:calc(100dvh - var(--landing-mobile-nav-top));opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:var(--landing-mobile-nav-top);transform:translateY(calc(-100% - 1px));transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:999}.nav-mobile-panel.is-open{-webkit-overflow-scrolling:touch;opacity:1;overflow-y:auto;pointer-events:auto;transform:translateY(0);visibility:visible}.nav-mobile-panel-inner{align-items:stretch;display:flex;flex-direction:column;padding:.2rem 1.15rem 1.75rem}.nav-mobile-panel-inner>.nav-mobile-accordion+.nav-mobile-accordion,.nav-mobile-panel-inner>.nav-mobile-secondary{border-top:1px solid #e8eef4}.nav-mobile-accordion{border-bottom:none}.nav-mobile-accordion-trigger{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;margin:0;padding:.85rem .15rem .85rem 0;text-align:left;width:100%}.nav-mobile-accordion-trigger-label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-mobile-accordion-chevron{color:#94a3b8;flex-shrink:0;transition:transform .22s ease,color .2s ease}.nav-mobile-accordion--open .nav-mobile-accordion-chevron{color:#3b82f6;color:var(--primary-color);transform:rotate(180deg)}.nav-mobile-accordion-panel{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.nav-mobile-accordion--open .nav-mobile-accordion-panel{max-height:420px}.nav-mobile-accordion-panel-inner{display:flex;flex-direction:column;gap:.1rem;padding:0 0 .5rem}.nav-mobile-accordion-link{border-radius:.4rem;color:#334155;display:block;font-size:.98rem;font-weight:500;padding:.62rem .55rem;text-decoration:none;transition:color .15s ease,background .15s ease}.nav-mobile-accordion-link:focus-visible,.nav-mobile-accordion-link:hover{background:#3b82f612;color:#3b82f6;color:var(--primary-color);outline:none}.nav-mobile-secondary{display:flex;flex-direction:column;gap:.1rem;margin-top:0;padding-top:.65rem}@media (min-width:769px){.nav-mobile-backdrop,.nav-mobile-panel{display:none}}@media (max-width:768px){.nav-mobile-menu-btn{background:#0000;border:none;border-radius:.55rem;box-shadow:none;display:inline-flex;height:44px;width:44px}.nav-mobile-menu-btn:hover{background:#3b82f617;border-color:#0000}.nav-mobile-menu-btn.open{background:#3b82f61f}.nav-mobile-bar{background:#1e293b}.nav-mobile-menu-btn.open .nav-mobile-bar{background:#2563eb}.nav-links{flex:0 0 auto;min-width:0}}.nav-mobile-cta-slot{display:none}.nav-mobile-header-cta{text-align:center;text-decoration:none}@media (max-width:768px){.nav-mobile-cta-slot{align-items:center;display:flex;flex:1 1;justify-content:flex-end;min-width:0;padding:0 .1rem 0 .2rem}.landing-page .navbar .btn-primary.nav-mobile-header-cta{align-items:center;box-sizing:border-box;display:inline-flex;font-size:.76rem;font-weight:700;justify-content:center;line-height:1.15;max-width:min(100%,11.75rem);overflow:hidden;padding:.52rem .72rem;text-overflow:ellipsis;white-space:nowrap}.nav-content{gap:.28rem}}.language-selector{position:relative}.language-selector--toolbar-mobile{display:none}@media (max-width:768px){.language-selector--toolbar-mobile{display:block;flex-shrink:0}.language-selector--toolbar-mobile .language-menu{z-index:1003}}.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:linear-gradient(135deg,#a855f7,#9333ea);border:1px solid #ffffff2e;box-shadow:0 4px 14px #a855f759;color:#fff;font-size:.85rem;font-weight:700;padding:.55rem 1.35rem}.btn-primary:hover{background:linear-gradient(135deg,#9333ea,#7e22ce);box-shadow:0 6px 20px #a855f773;transform:translateY(-2px)}.landing-page .navbar .btn-primary{background:#3b82f6;border:none;box-shadow:0 2px 10px #3b82f633}.landing-page .navbar .btn-primary:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f659}.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-hero.btn-hero--outline{background:#fff;border:2px solid #fff;box-shadow:0 8px 24px #0f172a2e;color:#6d28d9}.btn-hero.btn-hero--outline:hover{background:#ffffffeb;box-shadow:0 12px 30px #0f172a47;color:#4c1d95}.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);border-bottom-right-radius:15% 9%;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding-bottom:.65rem;padding-top:6.875rem;position:relative}.hero:before{background:radial-gradient(ellipse 70% 60% at 100% 0,#ffffff2e 0,#0000 55%),radial-gradient(ellipse 80% 70% at 100% 100%,#7c3aed8c 0,#0000 60%),radial-gradient(ellipse 60% 50% at 0 100%,#6366f159 0,#0000 60%)}.hero:after,.hero:before{content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.hero:after{background-image:radial-gradient(#ffffff14 1.4px,#0000 0);background-position:0 0;background-size:26px 26px;mask-image:linear-gradient(115deg,#0000 30%,#000000e6 55%,#0000 95%);-webkit-mask-image:linear-gradient(115deg,#0000 30%,#000000e6 55%,#0000 95%)}.hero>.hero-content{position:relative;z-index:1}.hero-content{align-items:center;display:flex;padding:4.25rem 0 2.85rem}.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-visual{align-items:center;justify-content:flex-end;padding:1.15rem 0 2rem}.hero-video-card,.hero-visual{display:flex;position:relative;width:100%}.hero-video-card{align-items:stretch;flex-direction:column;margin-left:auto;max-width:560px}.hero-badges-row{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;margin-top:1rem;width:100%}.hero-video-frame-inline{background:#000;border-radius:.75rem;box-shadow:0 24px 60px #0f172a66;overflow:hidden;padding-bottom:56.25%;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.hero-video-frame-inline:hover{box-shadow:0 28px 70px #0f172a80;transform:translateY(-3px)}.hero-video-frame-inline iframe{border:0;height:100%;inset:0;position:absolute;width:100%}.hero-badge{align-items:center;background:#fff;border:1px solid #0000;border-radius:.65rem;box-shadow:0 18px 40px #0f172a40;box-sizing:border-box;color:#1f2937;display:flex;flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;gap:.75rem;max-width:100%;min-width:0;padding:.75rem 1rem;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;z-index:1}.hero-badge:hover{border-color:#7c3aed66;box-shadow:0 24px 50px #7c3aed38,0 14px 32px #0f172a33;transform:translateY(-5px)}.hero-badge-icon{align-items:center;background:linear-gradient(135deg,#a855f71f,#6366f11f);border-radius:12px;color:#7e22ce;display:inline-flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.hero-badge-icon svg{height:22px;width:22px}.hero-badge-text{display:flex;flex-direction:column;line-height:1.1}.hero-badge-value{color:#1f2937;font-size:1.35rem;font-weight:800}.hero-badge-label{color:#6b7280;font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-top:2px;text-transform:uppercase}.hero-title{align-items:center;display:flex;flex-wrap:wrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:800;gap:1.5rem;justify-content:flex-start;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.25rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffeb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:400;letter-spacing:.005em;line-height:1.65;margin-bottom:1.75rem;max-width:32rem}.hero-cta{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-bottom:2.5rem;width:100%}.hero-cta .btn-hero{align-items:center;border-radius:.4rem;box-sizing:border-box;display:inline-flex;font-size:1.02rem;height:46px;justify-content:center;max-width:-webkit-fit-content;max-width:fit-content;min-width:0;padding:.58rem 1.15rem;text-align:center;width:auto}@media (max-width:768px){.hero-cta{justify-content:center}.hero-cta .btn-hero{min-width:0;width:100%}}.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(165deg,#5a7bdc,#6a89e8 38%,#7d9aed 72%,#5868c4);isolation:isolate;overflow:hidden;padding:4.25rem 0 3.75rem;position:relative}.unified-features-showcase:before{animation:showcase-glow 20s ease-in-out infinite alternate;background:radial-gradient(ellipse 68% 58% at 72% 18%,#ffffff47 0,#0000 68%);content:"";height:90%;inset:-42% -25% auto -35%;pointer-events:none;position:absolute;z-index:0}.unified-features-showcase:after{animation:showcase-glow 24s ease-in-out infinite alternate-reverse;background:radial-gradient(ellipse 58% 48% at 28% 88%,#6366f159 0,#0000 62%);content:"";height:78%;inset:auto -30% -48% -20%;pointer-events:none;position:absolute;z-index:0}.unified-features-showcase .container{position:relative;z-index:1}@keyframes showcase-glow{0%{opacity:.72;transform:translate(0) scale(1)}to{opacity:1;transform:translate(2.5%,-1.5%) scale(1.04)}}@media (prefers-reduced-motion:reduce){.unified-features-showcase:after,.unified-features-showcase:before{animation:none;opacity:.88}}.unified-features-showcase .features-carousel-content{height:auto;max-height:none;min-height:0;overflow:visible;position:relative}.unified-features-showcase .features-carousel-slide{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:flex-start;padding:.35rem 1rem 1rem;position:absolute}.unified-features-showcase .features-carousel-slide.active{inset:auto;position:relative}.unified-features-showcase .carousel-container{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-top:1rem;max-width:100%;width:100%}.unified-features-showcase .carousel-image-container,.unified-features-showcase .exam-history-image-container{align-items:center;aspect-ratio:4/3;background:#0000;border-radius:.35rem;box-shadow:none;display:flex;flex:0 1 auto!important;height:auto!important;justify-content:center;margin-inline:auto;max-height:min(70vh,720px)!important;max-width:min(960px,calc(100vw - 5.5rem))!important;min-height:280px;overflow:hidden;padding:0;width:min(960px,calc(100vw - 5.5rem))!important}.unified-features-showcase .exam-history-image-container{margin-top:.5rem}.unified-features-showcase .exam-history-image-container:hover{transform:translateY(-4px)}.unified-features-showcase .carousel-image,.unified-features-showcase .exam-history-image{border-radius:inherit;box-shadow:none;display:block;filter:none;height:100%;max-height:100%;max-width:100%;object-fit:contain;object-position:center center;width:100%}.unified-showcase-section-h2{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1.25rem;text-align:center}.features-carousel-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:90%;position:relative}.features-carousel-content{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-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.45rem,2.6vw,2rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem;padding:.15rem .5rem 0;text-align:center;text-shadow:0 2px 20px #0f172a2e}.features-slide-subtitle{color:#ffffffe6;font-size:.95rem;line-height:1.45;margin:0 auto 1rem;max-width:640px;padding:0 .75rem;text-align:center}.features-carousel-indicators{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:1.25rem;padding:0}.features-carousel-dot{background:#fff;border:2px solid #e2e8f0;border-radius:2rem;color:#475569;cursor:pointer;font-weight:700;padding:.85rem 1.75rem;position:relative;transition:all .3s ease}.features-carousel-dot:hover{background:#f8fafc;border-color:#c7d2fe;box-shadow:0 6px 12px #6366f11f;transform:translateY(-2px)}.features-carousel-dot.active{background:linear-gradient(135deg,#a855f7,#9333ea);border-color:#0000;box-shadow:0 4px 15px #a855f759;color:#fff;transform:scale(1.05)}.unified-features-showcase .features-carousel-dot{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff3;border:1px solid #ffffff73;box-shadow:0 4px 24px #0f172a1a;color:#fff}.unified-features-showcase .features-carousel-dot:hover{background:#ffffff57;border-color:#ffffffa6;box-shadow:0 8px 28px #0f172a24;color:#fff}.unified-features-showcase .features-carousel-dot.active{background:linear-gradient(145deg,#fff,#e8eeff);border:1px solid #ffffffd9;box-shadow:0 8px 32px #0f172a26,inset 0 0 0 1px #ffffff80;color:#3d4a7a;transform:scale(1.04)}.dot-label{font-size:.95rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.unified-features-showcase>.container>.features-carousel-indicators{margin-top:1.75rem}.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{overflow-x:hidden;padding:max(7rem,calc(env(safe-area-inset-top, 0px) + 6rem)) 0 max(3.5rem,env(safe-area-inset-bottom,0px))}.unified-features-showcase .container{padding-left:max(.625rem,env(safe-area-inset-left,0px));padding-right:max(.625rem,env(safe-area-inset-right,0px))}.unified-features-showcase .features-carousel-wrapper{margin-left:0;margin-right:0;max-width:100%;padding:0;width:100%}.features-slide-title{font-size:1.65rem;font-weight:800;line-height:1.25;margin-bottom:.75rem;padding:0 .75rem}.features-slide-subtitle{font-size:1rem;line-height:1.45;margin-bottom:1.05rem;padding:0 .75rem}.features-carousel-slide .carousel-container{margin-top:0}.unified-features-showcase .features-carousel-indicators{grid-gap:.38rem;-webkit-overflow-scrolling:auto;align-items:stretch;box-sizing:border-box;display:grid;gap:.38rem;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;margin-left:0;margin-right:0;margin-top:.85rem;max-width:100%;overflow:visible;padding:.35rem 0 max(.75rem,calc(.45rem + env(safe-area-inset-bottom, 0px)));width:100%}.unified-features-showcase .features-carousel-dot{align-items:center;display:flex;flex:none;justify-content:center;min-height:36px;min-width:0;padding:.28rem .32rem;scroll-snap-align:unset;width:100%}.unified-features-showcase .features-carousel-dot.active{transform:none}.unified-features-showcase .features-carousel-dot .dot-label{display:block;font-size:.68rem;line-height:1.12;overflow-wrap:anywhere;text-align:center;white-space:normal;word-break:normal}.unified-features-showcase .features-carousel-content{min-height:0}.unified-features-showcase .features-carousel-slide{align-items:stretch;padding-left:0;padding-right:0}.unified-features-showcase .carousel-container{align-self:stretch;box-sizing:border-box;flex:0 1 auto;margin-left:0!important;margin-right:0!important;margin-top:0;max-width:100%!important;padding:0;width:100%!important}.unified-features-showcase .carousel-image-container,.unified-features-showcase .exam-history-image-container{align-items:flex-start;aspect-ratio:unset!important;display:flex;flex:1 1 auto!important;height:auto!important;justify-content:center;max-height:none!important;max-width:100%!important;min-height:0!important;min-height:auto!important;min-width:0;overflow:hidden;width:100%!important}.unified-features-showcase .exam-history-image-container{box-sizing:border-box;margin-left:0!important;margin-right:0!important}.unified-features-showcase .carousel-image,.unified-features-showcase .exam-history-image{border-radius:0;height:auto;max-height:none;max-width:100%;object-fit:contain;object-position:center top;width:100%}.unified-features-showcase .exam-history-image-container{margin-top:1.25rem}.unified-features-showcase .carousel-indicators{flex-shrink:0;margin-top:1rem}}@media (max-width:480px){.unified-features-showcase{padding-bottom:max(3.25rem,env(safe-area-inset-bottom,0px));padding-top:max(7.25rem,calc(env(safe-area-inset-top, 0px) + 6.25rem))}.features-slide-title{font-size:1.45rem}.features-slide-subtitle{font-size:.92rem;margin-bottom:1.5rem}.unified-features-showcase .features-carousel-indicators{gap:.34rem;padding-bottom:max(.65rem,env(safe-area-inset-bottom,0px))}.unified-features-showcase .features-carousel-dot{min-height:34px;padding:.24rem .28rem}.unified-features-showcase .features-carousel-dot .dot-label{font-size:.64rem;letter-spacing:0}}.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)}.unified-features-showcase .carousel-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;box-shadow:0 4px 20px #0f172a1f,inset 0 0 0 1px #fff9;color:#4a63b8}.unified-features-showcase .carousel-arrow:hover{background:#fff;box-shadow:0 8px 28px #0f172a2e,inset 0 0 0 1px #ffffffd9;color:#3d51a3}.unified-features-showcase .carousel-indicator{background:#ffffff26;border-color:#ffffffd9}.unified-features-showcase .carousel-indicator:hover{background:#ffffff59}.unified-features-showcase .carousel-indicator.active{background:#fff;border-color:#fff;box-shadow:0 2px 12px #0f172a33}@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}@media (max-width:768px){.lightbox-overlay{-webkit-overflow-scrolling:touch;align-items:safe center;justify-content:center;overflow-y:auto;padding:max(.625rem,env(safe-area-inset-top,0px)) max(.625rem,env(safe-area-inset-right,0px)) max(.625rem,env(safe-area-inset-bottom,0px)) max(.625rem,env(safe-area-inset-left,0px))}.lightbox-content{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;padding:0}.lightbox-content,.lightbox-image{max-height:none;max-width:100%;width:100%}.lightbox-image{border-radius:0;box-shadow:none;display:block;height:auto;object-fit:contain;object-position:center center}}.section-title{color:#1f2937;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.85rem,3.4vw,2.65rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.section-title--accent{display:block;margin-left:auto;margin-right:auto;max-width:100%;padding-bottom:.28rem;position:relative;width:-webkit-fit-content;width:fit-content}.section-title--accent:after{background:linear-gradient(90deg,#8b5cf6,#ec4899);background:linear-gradient(90deg,var(--secondary-color) 0,#ec4899 100%);border-radius:2px;bottom:0;content:"";height:4px;left:auto;position:absolute;right:.65rem;width:56px}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.05rem;line-height:1.55;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}.features-accordion .features-grid{align-items:start;gap:.75rem;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:42rem}@media (min-width:769px){.features-accordion .features-grid{gap:1rem 1.5rem;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1200px}}.features-accordion .feature-card{cursor:pointer;padding:1rem 1.25rem}.features-accordion .feature-card:hover{box-shadow:0 4px 12px #0000000f;transform:none}.features-accordion .feature-header{align-items:center;display:flex;gap:1rem;width:100%}.features-accordion .feature-card .feature-icon{height:48px;margin-bottom:0;min-width:48px;width:48px}.features-accordion .feature-card .feature-icon svg{height:24px;width:24px}.features-accordion .feature-card h3{flex:1 1;font-size:1.05rem;margin-bottom:0;text-align:left}.features-accordion .feature-toggle{align-items:center;color:#6b7280;color:var(--text-light);display:flex;flex-shrink:0;font-size:1.5rem;font-weight:300;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.features-accordion .feature-card.expanded .feature-toggle{transform:rotate(45deg)}.features-accordion .feature-description{box-sizing:border-box;font-size:.9rem;margin-top:0;max-height:0;opacity:0;overflow:hidden;padding-left:64px;transition:max-height .35s ease,opacity .3s ease,margin .3s ease}.features-accordion .feature-card.expanded .feature-description{margin-top:1rem;max-height:32rem;opacity:1}.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:#f9fafb;background:var(--bg-light);border-top:1px solid #0f172a14}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:1.5rem auto 0;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;isolation:isolate;overflow:hidden;padding:5rem 0;position:relative}.guarantee-bg{background-position:100%;background-repeat:no-repeat;background-size:cover;height:168%;left:0;opacity:.55;right:0;top:-36%;will-change:transform;z-index:-2}.guarantee-bg,.guarantee-overlay{pointer-events:none;position:absolute}.guarantee-overlay{background:linear-gradient(100deg,#0f172aeb,#0f172abf 45%,#1e293b73);inset:0;z-index:-1}.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}}.cta{background:#1e1b4b;color:#fff;isolation:isolate;overflow:hidden;position:relative;text-align:center}.cta-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:168%;left:0;opacity:.52;right:0;top:-36%;will-change:transform;z-index:-2}.cta-bg,.cta-overlay{pointer-events:none;position:absolute}.cta-overlay{background:linear-gradient(135deg,#2563ebc7,#4c1d95c2 48%,#5b21b6d1);inset:0;z-index:-1}.cta .container{position:relative;z-index:1}.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 (min-width:769px){.hero-grid{align-items:start}.hero-video{margin-top:0}.hero-visual{align-items:flex-start;margin-top:0;padding-bottom:2rem;padding-top:.35rem}}@media (min-width:1024px){.hero-grid{gap:2rem;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr)}}@media (max-width:768px){.hero{border-bottom-right-radius:clamp(1.05rem,4.25vw,2.2rem);padding-bottom:clamp(.75rem,3vw,1.35rem);padding-top:calc(5.35rem + env(safe-area-inset-top, 0px))}.hero-visual{padding:.45rem 0 .85rem}.hero-video-card{margin-right:0;margin-top:0}.hero-badge{flex-basis:calc(50% - 0.35rem);flex-grow:1;flex-shrink:1;min-width:0;padding:.48rem .62rem}.hero .container{min-width:0;padding-left:1rem;padding-right:1rem}.navbar{padding-bottom:1.05rem;padding-top:calc(.95rem + env(safe-area-inset-top, 0px))}.logo{font-size:1.25rem}.nav-links{gap:.5rem}.language-toggle{padding:.4rem}.language-toggle svg{height:18px;width:18px}.btn-primary{font-size:.85rem;padding:.6rem 1.25rem}.nav-mobile-panel{--landing-mobile-nav-top:calc(4.95rem + env(safe-area-inset-top, 0px))}.hero-grid{gap:1.15rem;grid-template-columns:1fr;min-width:0}.hero-text{text-align:center}.hero-title{align-items:center;flex-wrap:wrap;font-size:clamp(1.55rem,5.6vw,2.05rem);gap:.4rem;justify-content:flex-start;line-height:1.18;margin-bottom:.75rem;margin-top:.1rem;max-width:100%;min-width:0}.hero-title,.hero-title .highlight{min-width:0;overflow-wrap:break-word}.hero-subtitle{font-size:.9rem;line-height:1.5;margin-bottom:.85rem;max-width:none}.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-text{align-items:stretch;display:flex;flex-direction:column}.hero-title{align-self:flex-start}.hero-title .highlight{display:block;margin-left:0;margin-top:0}.hero-cta{margin-bottom:.55rem;margin-top:.55rem;order:1}.hero-stats.hero-mobile-first{order:3}.hero-content{padding:1.6rem 0 1rem}.hero-stats.hero-mobile-first{margin-bottom:2.5rem;margin-top:1.5rem;padding:1.75rem 0}.hero-text{min-width:0;overflow-x:visible;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}.hero-video-card{margin:0 auto;max-width:460px}.hero-video-frame-inline{height:clamp(132px,42vw,210px);overflow:hidden;padding-bottom:0}.hero-badges-row{gap:.55rem;margin-top:.7rem;padding-bottom:.15rem}.hero-cta .btn-hero{font-size:.93rem;height:44px;padding:.48rem 1.15rem}.hero-typewriter-below-buttons{align-self:center;box-sizing:border-box;margin-bottom:.15rem;margin-top:.55rem;max-width:100%;width:100%}.hero-typewriter.hero-typewriter-below-buttons{align-items:center;border-radius:.75rem;box-sizing:border-box;display:flex;flex-wrap:wrap;font-size:.82rem;justify-content:center;margin:.5rem auto .25rem;max-width:100%;min-height:0;min-height:auto;min-width:0;padding:.42rem .85rem;text-align:center;width:100%}.hero-typewriter.hero-typewriter-below-buttons .typewriter-text{flex:1 1 auto;min-width:0;overflow-wrap:break-word;text-align:center;white-space:normal;word-break:break-word}.hero-badge-icon{height:32px;width:32px}.hero-badge-icon svg{height:18px;width:18px}.hero-badge-value{font-size:1.05rem}.hero-badge-label{font-size:.65rem}.section-title{font-size:2rem}.section-title--accent:after{left:50%;right:auto;transform:translateX(-50%)}.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%}.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:translate3d(0,72px,0);transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1);transition-delay:0s;transition-delay:var(--reveal-delay,0s)}.animate-reveal.animate-reveal--from-left{transform:translate3d(-56px,0,0)}.animate-reveal.animate-reveal--from-right{transform:translate3d(56px,0,0)}.animate-reveal.visible,.faq-list>.faq-item.animate-reveal,.features-accordion .features-grid>.feature-card.animate-reveal,.pricing-grid>.pricing-card.animate-reveal{opacity:1;transform:translateZ(0)}.animate-reveal--delay-1{--reveal-delay:0.12s}.animate-reveal--delay-2{--reveal-delay:0.22s}.animate-reveal--delay-3{--reveal-delay:0.32s}.features-grid>.feature-card.animate-reveal:first-child{--reveal-delay:0s}.features-grid>.feature-card.animate-reveal:nth-child(2){--reveal-delay:0.05s}.features-grid>.feature-card.animate-reveal:nth-child(3){--reveal-delay:0.1s}.features-grid>.feature-card.animate-reveal:nth-child(4){--reveal-delay:0.15s}.features-grid>.feature-card.animate-reveal:nth-child(5){--reveal-delay:0.2s}.features-grid>.feature-card.animate-reveal:nth-child(6){--reveal-delay:0.25s}.features-grid>.feature-card.animate-reveal:nth-child(7){--reveal-delay:0.3s}.features-grid>.feature-card.animate-reveal:nth-child(8){--reveal-delay:0.35s}.pricing-grid>.pricing-card.animate-reveal:first-child{--reveal-delay:0s}.pricing-grid>.pricing-card.animate-reveal:nth-child(2){--reveal-delay:0.1s}.pricing-grid>.pricing-card.animate-reveal:nth-child(3){--reveal-delay:0.2s}.problems-grid>.problem-card.animate-reveal:first-child{--reveal-delay:0s}.problems-grid>.problem-card.animate-reveal:nth-child(2){--reveal-delay:0.04s}.problems-grid>.problem-card.animate-reveal:nth-child(3){--reveal-delay:0.08s}.faq-list>.faq-item.animate-reveal:first-child{--reveal-delay:0s}.faq-list>.faq-item.animate-reveal:nth-child(2){--reveal-delay:0.04s}.faq-list>.faq-item.animate-reveal:nth-child(3){--reveal-delay:0.08s}.faq-list>.faq-item.animate-reveal:nth-child(4){--reveal-delay:0.12s}.faq-list>.faq-item.animate-reveal:nth-child(5){--reveal-delay:0.16s}.faq-list>.faq-item.animate-reveal:nth-child(6){--reveal-delay:0.2s}.faq-list>.faq-item.animate-reveal:nth-child(7){--reveal-delay:0.24s}.faq-list>.faq-item.animate-reveal:nth-child(8){--reveal-delay:0.28s}.faq-list>.faq-item.animate-reveal:nth-child(9){--reveal-delay:0.32s}.faq-list>.faq-item.animate-reveal:nth-child(10){--reveal-delay:0.36s}.faq-list>.faq-item.animate-reveal:nth-child(11){--reveal-delay:0.4s}.faq-list>.faq-item.animate-reveal:nth-child(12){--reveal-delay:0.44s}.footer-content>.footer-section.animate-reveal:first-child{--reveal-delay:0s}.footer-content>.footer-section.animate-reveal:nth-child(2){--reveal-delay:0.06s}.footer-content>.footer-section.animate-reveal:nth-child(3){--reveal-delay:0.12s}.footer-content>.footer-section.animate-reveal:nth-child(4){--reveal-delay:0.18s}.footer-content>.footer-section.animate-reveal:nth-child(5){--reveal-delay:0.24s}@media (max-width:768px){.guarantee-section .animate-reveal.animate-reveal--from-left,.guarantee-section .animate-reveal.animate-reveal--from-right,.mobile-app-section .animate-reveal.animate-reveal--from-left,.mobile-app-section .animate-reveal.animate-reveal--from-right{transform:translate3d(0,40px,0)}}@media (prefers-reduced-motion:reduce){.animate-reveal,.animate-reveal.animate-reveal--from-left,.animate-reveal.animate-reveal--from-right,.animate-reveal.visible{--reveal-delay:0s;opacity:1;transform:none;transition:none}.problem-card:hover,.problem-card:hover .problem-icon-svg,.problem-card:hover .problem-icon-wrap{transform:none}}.hero-typewriter{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;color:#ffffffd9;font-size:.95rem;font-weight:500;gap:.45rem;margin-left:0;min-height:1.4rem;padding:.4rem .9rem}.hero-typewriter,.hero-typewriter-below-buttons{display:inline-flex;margin-top:1.25rem;text-align:left}.hero-typewriter-below-buttons{margin-bottom:.5rem}.hero-typewriter-below-buttons .typewriter-text{font-size:.95rem}@media (max-width:768px){.hero-typewriter-below-buttons .typewriter-cursor{align-self:center;flex-shrink:0}}.typewriter-label{opacity:.7}.typewriter-text{font-weight:600;letter-spacing:.01em}.typewriter-cursor,.typewriter-text{color:#fde68a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.typewriter-cursor{animation:blink 1s step-end infinite;font-weight:300;margin-left:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.how-it-works{background:linear-gradient(180deg,#fff,#f8fafc);overflow:hidden;padding:6rem 0;position:relative}.how-it-works:before{background-image:radial-gradient(#1a326017 1.4px,#0000 0);background-size:30px 30px;content:"";inset:0;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,#000000b3 0,#0000 80%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,#000000b3 0,#0000 80%);pointer-events:none;position:absolute}.how-it-works .container{position:relative;z-index:1}.steps-container{display:flex;flex-direction:column;gap:1.5rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1080px;position:relative}.steps-container:before{display:none}.step-row{align-items:center;background:linear-gradient(135deg,#1a3260,#243e7a);border:1px solid #ffffff14;border-radius:1.5rem;box-shadow:0 12px 40px #1a326040;color:#fff;display:flex;gap:2rem;isolation:isolate;justify-content:center;overflow:hidden;padding:2.25rem 4.5rem 2.25rem 5.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.step-row:before{background-image:radial-gradient(#ffffff1a 1.2px,#0000 0);background-size:22px 22px;content:"";inset:0;opacity:.6;pointer-events:none;position:absolute;z-index:0}.step-row>*{position:relative;z-index:1}.step-row:hover{box-shadow:0 18px 50px #1a326066;transform:translateY(-4px)}.step-row:after{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#ffffff38,#ffffff0d);-webkit-background-clip:text;background-clip:text;content:attr(data-step);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:7rem;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;z-index:0}.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{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffff2e,#ffffff0f);border:1px solid #ffffff38;border-radius:1rem;box-shadow:0 6px 16px #0000002e;flex-shrink:0;height:56px;justify-content:center;margin-bottom:.85rem;transition:transform .25s ease,background .25s ease;width:56px}.step-row:hover .step-icon-wrap{background:linear-gradient(135deg,#ffffff47,#ffffff1f);transform:scale(1.05)}.step-icon-wrap svg{color:#a0aeee;height:26px;width:26px}.step-item p{color:#ffffffeb;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.92rem;font-weight:500;line-height:1.55;margin:0}.step-connector{align-self:center;border-top:2px dashed #a0aeee80;flex-shrink:0;margin-bottom:2rem;width:40px}@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:radial-gradient(ellipse 125% 90% at 12% 18%,#687ae02b,#0000 52%),radial-gradient(ellipse 110% 85% at 88% 78%,#8b9bf024,#0000 55%),radial-gradient(ellipse 90% 60% at 50% 100%,#94a3b814,#0000 50%),linear-gradient(180deg,#f4f6fc,#e8ecf6);isolation:isolate;overflow:hidden;padding:5.5rem 0;position:relative}.problems-section__inner{position:relative;z-index:1}.problems-section .section-title{text-wrap:balance;color:#1f2937;color:var(--text-dark);margin-left:auto;margin-right:auto;max-width:44rem}.mid-cta-section{color:#fff;overflow:hidden;padding:8.5rem 0;position:relative}.mid-cta-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:168%;left:0;right:0;top:-36%;will-change:transform;z-index:0}.mid-cta-bg,.mid-cta-overlay{pointer-events:none;position:absolute}.mid-cta-overlay{background:linear-gradient(135deg,#0f172ae0,#581c87c7 60%,#7e22ceb3);inset:0;z-index:1}.mid-cta-inner{display:flex;justify-content:center;position:relative;z-index:2}.mid-cta-content{max-width:720px;text-align:center}.mid-cta-eyebrow{color:#fbbf24;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.mid-cta-title{font-size:clamp(1.85rem,3.6vw,2.75rem);font-weight:800;letter-spacing:-.01em;line-height:1.18;margin-bottom:1rem}.mid-cta-subtitle{color:#ffffffeb;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:560px}.mid-cta-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.mid-cta-button{font-size:1.05rem;padding:.95rem 2.25rem}.mid-cta-secondary{border-bottom:2px solid #0000;color:#fff;font-size:.95rem;font-weight:700;padding:.5rem .25rem;text-decoration:none;transition:border-color .25s ease,opacity .25s ease}.mid-cta-secondary:hover{border-bottom-color:#fff9;opacity:.95}@media (prefers-reduced-motion:reduce){.mid-cta-bg{background-position:50%;height:100%;top:0;transform:none;will-change:auto}}@media (max-width:768px){.mid-cta-section{padding:5.5rem 0}.mid-cta-actions{flex-direction:column;gap:.85rem}.mid-cta-button{box-sizing:border-box;width:100%}}.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 #0f172a0f;border-radius:1.35rem;box-shadow:0 4px 20px #0f172a0d;display:flex;flex-direction:column;gap:0;overflow:hidden;padding:2rem 1.75rem;position:relative;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .35s ease}.problem-card:before{background:linear-gradient(90deg,#687ae0,#8b9bf0);content:"";height:4px;left:0;position:absolute;right:0;top:0}.problem-card:hover{border-color:#687ae026;box-shadow:0 16px 40px #0f172a14;transform:translateY(-4px)}@media (hover:hover) and (pointer:fine){.problem-card:hover .problem-icon-svg{transform:translateY(-2px)}}.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;box-shadow:none;color:#687ae0;display:flex;flex-shrink:0;height:52px;justify-content:center;margin-bottom:1.25rem;transition:transform .35s cubic-bezier(.22,1,.36,1);width:52px}.problem-card:hover .problem-icon-wrap{transform:scale(1.04)}.problem-icon-svg{display:block;height:26px;transition:transform .25s ease;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;position:relative}.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}}@media (prefers-reduced-motion:reduce){.cta-bg,.guarantee-bg{height:100%;top:0;transform:none;will-change:auto}}.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 0s,opacity .95s cubic-bezier(.22,1,.36,1) 0s,transform .95s cubic-bezier(.22,1,.36,1) 0s;transition:background .2s ease 0s,opacity .95s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s),transform .95s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s)}.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}.certifications-marquee-section.marquee-out-of-view .marquee-track{animation-play-state:paused}.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}.success-feed-section.feed-out-of-view .success-feed-track:not(:empty){animation-play-state:paused}@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}}.testimonials-section{background:#f2f3f5;overflow:hidden;padding:5.5rem 0 5.75rem;position:relative}.testimonials-editorial{grid-column-gap:1rem;grid-row-gap:1.25rem;align-items:start;column-gap:1rem;display:grid;grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);grid-template-rows:auto 1fr;row-gap:1.25rem}.testimonials-editorial__column-figure{align-self:start;display:flex;flex-direction:column;gap:1.35rem;grid-column:1;grid-row:1/-1;min-width:0}.testimonials-editorial__figure{border-radius:28px;box-shadow:0 32px 70px -30px #0f172a73;min-height:min(560px,72vh);overflow:hidden;position:relative;width:100%}.testimonials-photo-badge{align-items:center;background:#cfe565;border-radius:12px;box-shadow:0 12px 32px #00000038;color:#0f172a;display:flex;font-family:Georgia,Times New Roman,serif;font-size:1.85rem;font-weight:700;height:3.1rem;justify-content:center;left:1.35rem;line-height:1;position:absolute;top:1.35rem;width:3.1rem;z-index:2}.testimonials-hero-img{display:block;height:100%;min-height:min(560px,72vh);object-fit:cover;object-position:center;width:100%}.testimonials-editorial__aside{align-self:start;display:flex;flex-direction:column;grid-column:2;grid-row:1/-1;min-width:0;padding-top:.25rem;position:relative;z-index:4}.testimonials-editorial__header{margin:0 0 .85rem;max-width:none;padding:0 .5rem 0 0;position:relative;text-align:left;z-index:1}.testimonials-editorial__header .section-title{line-height:1.2;margin-bottom:.85rem;text-align:left}.testimonials-editorial__header .section-subtitle{line-height:1.65;margin:0 0 .15rem;max-width:28rem;padding-bottom:.15rem;text-align:left}.testimonials-editorial__carousel{margin-left:clamp(-6.5rem,-12vw,-2rem);margin-top:.85rem;position:relative;width:calc(100% + min(6.5rem, 12vw));z-index:0}.testimonials-carousel-wrap{margin:0;padding:0 2.65rem;position:relative}.testimonials-carousel-viewport{overflow:hidden;width:100%}.testimonials-carousel-track{display:flex;transition:transform .45s ease;will-change:transform}.testimonials-carousel-page{grid-gap:1.15rem 1.45rem;align-items:stretch;box-sizing:border-box;display:grid;flex:0 0 auto;gap:1.15rem 1.45rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 .3rem}.testimonials-carousel-nav{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 16px #0f172a1f;color:#334155;cursor:pointer;display:flex;font-size:1.75rem;height:2.5rem;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,color .2s ease;width:2.5rem;z-index:2}.testimonials-carousel-nav:hover{background:#8bc34a;color:#fff}.testimonials-carousel-nav--prev{left:0}.testimonials-carousel-nav--next{right:0}.testimonials-carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.testimonials-carousel-dot{background:#8bc34a59;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:transform .2s ease,background .2s ease;width:8px}.testimonials-carousel-dot:hover{background:#8bc34a8c}.testimonials-carousel-dot--active{background:#7cb342;transform:scale(1.15)}.testimonial-card{background:#fff;border:1px solid #0f172a12;border-radius:20px;box-shadow:0 16px 40px -28px #0f172a47;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:1.65rem 1.6rem 1.45rem;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%}.testimonial-card:hover{border-color:#36b37e40;box-shadow:0 18px 40px -20px #0f172a40;transform:translateY(-4px)}.testimonial-quote{color:#36b37e38;font-family:Georgia,Times New Roman,serif;font-size:4.25rem;left:.85rem;line-height:1;pointer-events:none;position:absolute;top:.2rem;-webkit-user-select:none;user-select:none}.testimonial-cert-badge{align-self:flex-start;background:#36b37e1f;border-radius:999px;color:#157a50;display:inline-flex;font-size:.75rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem;padding:.3rem .7rem;position:relative;z-index:1}.testimonial-quote-body{border-left:3px solid #2f855a;flex:1 1 auto;margin:0 0 .65rem;min-height:0;padding:0 0 0 .95rem;position:relative;z-index:1}.testimonial-quote-body p{color:#334155;font-size:.95rem;font-style:italic;line-height:1.6;margin:0}.testimonial-card .testimonial-metrics-caption,.testimonial-card .testimonial-stats{display:none}.testimonial-metrics-caption{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.08em;margin-bottom:.45rem;text-transform:uppercase}.testimonial-stats{grid-gap:.45rem .55rem;border-bottom:1px solid #0f172a14;border-top:1px solid #0f172a14;display:grid;gap:.45rem .55rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem;padding:.75rem 0}.testimonial-stat{align-items:center;display:flex;flex-direction:column;gap:.15rem;text-align:center}.testimonial-stat-value{color:#0f172a;font-size:1rem;font-weight:700;line-height:1.2}.testimonial-stat--accent .testimonial-stat-value{color:#157a50}.testimonial-stat-label{color:#64748b;font-size:.64rem;font-weight:600;letter-spacing:.05em;line-height:1.25;text-transform:uppercase;word-break:break-word}.testimonial-person{align-items:center;display:flex;gap:.75rem;width:100%}.testimonial-credly-link{align-items:center;color:#4caf50;display:inline-flex;flex-shrink:0;justify-content:center;line-height:0;margin-left:auto;outline-offset:2px;text-decoration:none}.testimonial-credly-link:hover{color:#388e3c}.testimonial-credly-icon{font-size:1.375rem!important;height:1.375rem;width:1.375rem}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#36b37e,#2f855a);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:42px;justify-content:center;letter-spacing:.03em;overflow:hidden;width:42px}.testimonial-avatar--image{background:#e2e8f0}.testimonial-avatar-img{display:block;height:100%;object-fit:cover;width:100%}.testimonial-person-info{display:flex;flex-direction:column;min-width:0}.testimonial-name{color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.2}.testimonial-role{color:#64748b;font-size:.8rem;line-height:1.3}.testimonial-journey-link{color:#0369a1;font-size:.78rem;font-weight:600;margin-top:.35rem;text-decoration:underline;text-underline-offset:2px}.testimonial-journey-link:hover{color:#0c4a6e}.testimonial-separator{opacity:.6}.testimonial-country{color:#475569}.testimonials-disclaimer{color:#94a3b8;font-size:.78rem;letter-spacing:.02em;margin:2rem auto 0;text-align:center}.testimonials-disclaimer--below-photo{color:#94a3b8;font-size:.78rem;letter-spacing:.02em;line-height:1.55;margin:0;max-width:42rem;padding:0 .35rem 0 0;text-align:left}@media (max-width:960px){.testimonials-editorial{grid-template-columns:1fr;grid-template-rows:auto;row-gap:1.5rem}.testimonials-editorial__column-figure{gap:1.1rem;grid-column:1;grid-row:auto}.testimonials-editorial__figure{border-radius:22px;min-height:0}.testimonials-editorial__aside{grid-column:1;grid-row:auto;padding-top:0}.testimonials-editorial__carousel{margin-left:0;margin-top:0;width:100%}.testimonials-hero-img{height:auto;max-height:min(360px,50vh);min-height:240px}.testimonials-photo-badge{border-radius:10px;font-size:1.5rem;height:2.7rem;left:1rem;top:1rem;width:2.7rem}.testimonials-carousel-wrap{padding:0 2.25rem}.testimonials-carousel-page{gap:1.1rem;grid-template-columns:1fr;padding:0}.testimonials-carousel-nav{font-size:1.5rem;height:2.25rem;width:2.25rem}.testimonials-section{padding:3.5rem 0 3.25rem}.testimonials-editorial__header{margin-bottom:1.1rem}.testimonials-disclaimer--below-photo{margin-top:0;max-width:none;padding-right:0}.testimonial-card{padding:1.75rem 1.4rem 1.4rem}.testimonial-quote{font-size:4rem}.testimonial-quote-body p{font-size:.9rem}}