*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.button{border:2px solid;border-radius:8px;padding:6px 18px;text-decoration:none;cursor:pointer;transition:color .15s,background-color .15s,border-color .15s;border-color:#0062cc;text-transform:uppercase;font-size:14px;font-weight:600}.button-primary{background-color:#0062cc;color:#fff!important}.button-primary:hover{background-color:#fff;color:#0062cc!important}.button-secondary{background-color:transparent;color:#0062cc}.button-secondary:hover{background-color:#0062cc;color:#fff}.button-xl{padding:12px 28px;font-size:20px}a,.link{color:#333;text-decoration:none;transition:color,.15s;cursor:pointer;transition:color .15s}a:hover,.link:hover{color:#0062cc}a.blue,.link.blue{transition:color .15s;color:#0062cc}a.blue:hover,.link.blue:hover{color:#004a99}.active-link-account{background:rgba(189,221,255,.2901960784)}.active-link{background-color:#bdddff}.heading1{font-size:clamp(2.5rem,5vw,4rem);line-height:clamp(2.7rem,5.2vw,4.2rem);font-weight:900}.heading2{font-size:clamp(2.4rem,5vw,3rem);font-weight:800}.heading3{font-size:clamp(1.8rem,5vw,2.4rem);font-weight:700}.heading4{font-size:clamp(1.2rem,5vw,1.8rem);font-weight:700}.heading5{font-size:1.2rem;font-weight:700}.heading6{font-size:1.1rem;font-weight:600}.text{font-size:normal;font-weight:400}.subtitle{font-size:clamp(.875rem,2vw,1.25rem);font-weight:400;color:#7f7f7f}.label{font-size:clamp(.75rem,5vw,1rem);font-weight:700}.legals h2{border-top:1px solid #e9ecef;padding-top:14px;margin-top:2rem;padding-bottom:1rem}.legals p{margin-top:1rem}.legals a{color:#0062cc}.legals a:hover{color:#004a99}.list{list-style-type:disc;padding:0;margin:0;margin-top:.5rem}.list li{margin-left:1rem}.card-main{border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem;gap:1rem;display:flex;align-items:center;min-height:120px;width:100%;transition:box-shadow .15s}.card-main:hover{box-shadow:0 0 10px #0000001a}.card-main .img{width:60px;height:60px;aspect-ratio:1/1;border-radius:999px;display:flex;justify-content:center;align-items:center;padding:20px}.card-main .heading4,.card-main h4{width:100%}.card-main p{opacity:.5;color:#333}.wrapper-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;z-index:9999;visibility:hidden;transition:visibility .5s ease-in-out;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 40px)}.wrapper-modal .background-modal{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out}.wrapper-modal .modal{position:relative;width:90%;max-width:500px;background-color:#fff;border-radius:10px;padding:20px;transform:translateY(-20px);transition:all .3s ease-in-out}@media screen and (max-width: 768px){.wrapper-modal .modal{width:95%;padding-left:20px;padding-right:20px}}@supports (-webkit-touch-callout: none){.modal{padding-bottom:40px}}.wrapper-modal.active{visibility:visible}.wrapper-modal.active .background-modal{opacity:1}.wrapper-modal.active .modal{transform:scale(1)}.form{padding-top:20px;display:flex;flex-direction:column}.form input,.form textarea,.form select,.form .input-container{margin-bottom:20px}label{display:block;margin-bottom:5px;font-weight:600}input:not([type=checkbox]),textarea,select,.input-container{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;width:100%;padding:10px!important;border:1px solid #e9ecef;border-radius:8px}.input-container{display:flex;gap:10px;align-items:center}.input-container input{margin-bottom:0;padding:0!important;border:none}.dropzone-wrapper{width:100%;height:50vh;padding:20px;max-height:450px;min-height:300px;border-radius:1.5rem}.dropzone-wrapper:hover{opacity:.8}.dropzone-wrapper .dropzone-label{border-radius:.75rem;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #fff;cursor:pointer;background-color:#0062cc;text-align:center;transition:background-color .15s,border-color .15s}.dropzone-wrapper .dropzone-label .dropzone-upload-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:1.25rem;padding-bottom:1.5rem}.dropzone-wrapper .dropzone-label .dropzone-text{margin-bottom:.5rem;font-size:.875rem;color:#fff}.dropzone-wrapper .dropzone-label .dropzone-icon{width:2rem;height:2rem;margin-bottom:1rem}.dropzone-wrapper .dropzone-label .dropzone-text-xs{font-size:.75rem;color:#fff;opacity:.8}#burger{z-index:999}@media screen and (max-width: 640px){#burger{transition:visibility .15s,transform .15s;transform:translateY(-110%);visibility:hidden}#burger.active{transform:translateY(-10%);visibility:visible}}.background-burger{display:none;transition:visibility .15s,opacity .15s;opacity:0;visibility:hidden;position:fixed;top:0;left:0;width:100vw;height:200vh;background-color:#00000080;z-index:-1}@media screen and (max-width: 640px){.background-burger{display:block}}.background-burger.active{opacity:1;visibility:visible}.loader-dots{width:100px;height:40px;--g: radial-gradient( farthest-side, #0000 calc(95% - 3px), #fff calc(100% - 3px) 98%, #0000 101% ) no-repeat;background:var(--g),var(--g),var(--g);background-size:30px 30px;animation:l9 1s infinite alternate}@keyframes l9{0%{background-position:0 50%,50% 50%,100% 50%}20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}to{background-position:0 50%,50% 50%,100% 50%}}#mobile-menu{position:fixed;top:70px;left:0;right:0;background-color:#fff;z-index:1000;transition:all .3s ease-in-out;transform:translateY(-10%);opacity:0;padding:1rem;overflow-y:auto}#mobile-menu.mobile-menu-active{transform:translateY(0);opacity:1}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-menu-overlay.active{opacity:1;visibility:visible}header{position:relative;z-index:1001;background-color:#fff}main{margin-bottom:0}.header-spacer{height:70px}.z-100{z-index:100!important}.jetstream-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100!important}.jetstream-modal>div:last-child{margin-top:60px!important}.format-option.active{--tw-ring-color: var(--format-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.radio-dot{width:16px;height:16px;border:1px solid #ccc;border-radius:50%;position:relative}.radio-dot:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s ease}.format-option.active .radio-dot{border-color:var(--format-color)}.format-option.active .radio-dot:after{background-color:var(--format-color)}.input-container.error input{border-color:#ef4444}#email-error{margin-top:.25rem;font-size:.875rem;line-height:1.25rem}:root{--primary: #0062cc;--primary-dark: #004a99;--primary-light: #e8f4ff;--secondary: #6c757d;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem}.header-v2{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);z-index:1000;transition:all .3s ease}.header-v2.scrolled{box-shadow:var(--shadow-md)}.header-v2 .nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header-v2 .logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.header-v2 .logo img{height:32px}.header-v2 .nav-links{display:flex;align-items:center;gap:.5rem}.header-v2 .nav-link{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--gray-700);text-decoration:none;border-radius:var(--radius);transition:all .2s ease}.header-v2 .nav-link:hover{background:var(--gray-100);color:var(--primary)}.tools-dropdown{position:relative}.tools-dropdown-trigger{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--gray-700);background:none;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.tools-dropdown-trigger:hover{background:var(--gray-100);color:var(--primary)}.tools-dropdown-trigger svg{width:1rem;height:1rem;transition:transform .2s ease}.tools-dropdown:hover .tools-dropdown-trigger svg{transform:rotate(180deg)}.tools-mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);width:900px;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--gray-100);padding:1.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100}.tools-dropdown:hover .tools-mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mega-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.mega-menu-section{padding:.75rem}.mega-menu-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:.75rem;padding-left:.5rem}.mega-menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--radius);text-decoration:none;transition:all .15s ease}.mega-menu-item:hover{background:var(--gray-50)}.mega-menu-item-icon{width:36px;height:36px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mega-menu-item-icon img{width:18px;height:18px}.mega-menu-item-text{font-size:.875rem;font-weight:500;color:var(--gray-700)}.mega-menu-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100);display:flex;justify-content:center}.mega-menu-footer a{font-size:.875rem;font-weight:500;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:.375rem}.mega-menu-footer a:hover{text-decoration:underline}.header-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;text-decoration:none;border:2px solid transparent}.btn-ghost{background:transparent;color:var(--gray-700);border-color:transparent}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.footer-v2{background:var(--gray-900);color:#fff;margin-top:4rem}.cta-section+.footer-v2{margin-top:0}.footer-top{padding:4rem 1.5rem 3rem;max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:3rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}}.footer-brand{display:flex;flex-direction:column;gap:1.25rem}.footer-brand .logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.footer-brand .logo img{height:32px}.footer-brand p{color:var(--gray-400);font-size:.9375rem;line-height:1.6;max-width:280px}.footer-social{display:flex;gap:.75rem;margin-top:.5rem}.footer-social a{width:40px;height:40px;border-radius:var(--radius);background:var(--gray-800);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:all .2s ease}.footer-social a:hover{background:var(--primary);color:#fff}.footer-column h3{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1.25rem}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column a{color:var(--gray-400);text-decoration:none;font-size:.9375rem;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.footer-column a:hover{color:#fff}.footer-column .tool-icon{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-column .tool-icon img{width:12px;height:12px}.footer-bottom{border-top:1px solid var(--gray-800);padding:1.5rem}.footer-bottom-content{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--gray-400);font-size:.875rem}.footer-payments{display:flex;align-items:center;gap:.75rem}.footer-payments img{height:28px;opacity:.7;transition:opacity .2s ease}.footer-payments img:hover{opacity:1}.footer-language{position:relative}.footer-language-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--gray-800);border:1px solid var(--gray-700);border-radius:var(--radius);color:var(--gray-300);font-size:.875rem;cursor:pointer;transition:all .2s ease}.footer-language-btn:hover{background:var(--gray-700)}.footer-language-btn img{width:18px;height:14px;border-radius:2px}.section{padding:5rem 1.5rem}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-label{display:inline-block;padding:.375rem 1rem;background:var(--primary-light);color:var(--primary);font-size:.8125rem;font-weight:600;border-radius:9999px;margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--gray-900);line-height:1.2;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-600);line-height:1.6}.stats-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:2.5rem 1.5rem}.stats-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 768px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.stat-item{text-align:center;color:#fff}.stat-icon{display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;width:48px;height:48px;background:rgba(255,255,255,.15);border-radius:12px}.stat-icon svg{width:24px;height:24px;color:#fff}.stat-value{font-size:1.375rem;font-weight:800;margin-bottom:.25rem}.stat-label{font-size:.8125rem;opacity:.85}@media (max-width: 768px){.stat-icon{width:40px;height:40px}.stat-icon svg{width:20px;height:20px}.stat-value{font-size:1.125rem}.stat-label{font-size:.75rem}}.highlights-v2{background:var(--gray-50)}.highlights-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{background:white;border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--gray-100);transition:all .3s ease}.highlight-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.highlight-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.highlight-icon img{width:28px;height:28px}.highlight-card h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.625rem}.highlight-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.6}.features-v2{background:var(--gray-50)}.features-cards-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.features-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-cards-grid{grid-template-columns:1fr;gap:1rem}}.feature-card{background:white;border-radius:var(--radius-lg);padding:1.75rem;border:1px solid var(--gray-100);transition:all .3s ease}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card-icon svg{width:24px;height:24px;color:#fff}.feature-card h3{font-size:1.0625rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;line-height:1.3}.feature-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.6;margin:0}.features-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:center}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.feature-content{padding-right:2rem}.feature-content h3{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.feature-content p{font-size:1rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--gray-700)}.feature-list li svg{width:20px;height:20px;color:var(--success);flex-shrink:0;margin-top:2px}.feature-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.feature-image img{width:100%;height:auto;display:block}.tools-v2{background:var(--gray-50)}.tools-grid-v2{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1024px){.tools-grid-v2{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.tools-grid-v2{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.tools-grid-v2{grid-template-columns:1fr}}.tool-card-v2{background:white;border-radius:var(--radius-md);padding:1.25rem;display:flex;align-items:center;gap:1rem;text-decoration:none;border:1px solid var(--gray-100);transition:all .2s ease}.tool-card-v2:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.tool-card-v2-icon{width:44px;height:44px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-card-v2-icon img{width:22px;height:22px}.tool-card-v2-text h4{font-size:.9375rem;font-weight:600;color:var(--gray-800);margin-bottom:.125rem}.tool-card-v2-text p{font-size:.8125rem;color:var(--gray-500)}.cta-section{background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);padding:5rem 1.5rem}.cta-container{max-width:800px;margin:0 auto;text-align:center}.cta-container h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.cta-container p{font-size:1.125rem;color:var(--gray-400);margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-buttons .btn-primary{padding:.875rem 2rem;font-size:1rem}.testimonials-section{background:white}.testimonials-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{width:18px;height:18px;color:var(--warning)}.testimonial-text{font-size:.9375rem;color:var(--gray-700);line-height:1.6;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--primary)}.testimonial-author-info strong{display:block;font-size:.875rem;color:var(--gray-800)}.testimonial-author-info span{font-size:.8125rem;color:var(--gray-500)}.mobile-nav-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.mobile-nav-toggle svg{width:24px;height:24px;color:var(--gray-700)}@media (max-width: 1024px){.header-v2 .nav-links,.header-v2 .header-actions{display:none}.mobile-nav-toggle{display:block}}.mobile-menu-v2{position:fixed;top:70px;left:0;right:0;bottom:0;background:white;padding:1.5rem;transform:translate(100%);transition:transform .3s ease;z-index:999;overflow-y:auto}.mobile-menu-v2.active{transform:translate(0)}.mobile-menu-v2 .nav-link{display:block!important;padding:1rem;font-size:1rem;color:var(--gray-700)!important;border-bottom:1px solid var(--gray-100)}.mobile-menu-v2 .header-actions{display:flex!important;flex-direction:column;gap:.75rem;margin-top:1.5rem}.mobile-menu-v2 .btn{width:100%;justify-content:center}.hero-main-wrapper{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 50%)}.hero-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.hero-header-row{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:2.5rem}.hero-title-area{width:100%}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.15;margin:0;text-align:center;animation:title-slide-in .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes title-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title .gradient-text{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#ec4899 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.steps-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;animation:steps-fade-in .8s cubic-bezier(.16,1,.3,1) .2s forwards;opacity:0}@keyframes steps-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-inline{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:white;border:1px solid #e2e8f0;border-radius:100px;font-size:.875rem;font-weight:500;color:#64748b;transition:all .3s ease}.step-inline:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.step-inline.active{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-color:transparent;color:#fff;box-shadow:0 4px 12px #3b82f640}.step-num{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#e2e8f0;font-size:.75rem;font-weight:700;color:#64748b}.step-inline.active .step-num{background:rgba(255,255,255,.25);color:#fff}.step-arrow{width:1rem;height:1rem;color:#cbd5e1;flex-shrink:0}.dropzone-container{max-width:900px;margin:0 auto}.tools-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0}.tools-section-title{font-size:1.125rem;font-weight:700;color:#0f172a;text-align:center;margin:0 0 1.5rem}.tools-categories{display:grid;grid-template-columns:1fr;gap:1.5rem}.tool-category{background:white;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem}.tool-category-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;color:#334155;margin:0 0 1rem}.tool-category-title svg{color:#3b82f6}.tool-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.tool-card{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;text-decoration:none;transition:all .15s ease}.tool-card:hover{border-color:#3b82f6;background:white;box-shadow:0 2px 8px #3b82f61a}.tool-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-card-icon img{width:16px;height:16px}.tool-card-name{font-size:.8125rem;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropzone-v2{position:relative;width:100%}.dropzone-card{background:linear-gradient(145deg,var(--tool-color, #3b82f6) 0%,var(--tool-color-dark, #2563eb) 100%);border-radius:1rem;padding:.875rem;box-shadow:0 20px 40px -12px #3b82f659;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;min-height:320px;display:flex;animation:dropzone-entrance .9s cubic-bezier(.16,1,.3,1) .3s forwards;opacity:0;transform:translateY(30px) scale(.98)}@keyframes dropzone-entrance{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dropzone-card:hover{transform:translateY(-4px) scale(1.005);box-shadow:0 30px 60px -12px #3b82f673}.dropzone-inner{flex:1;border:2.5px dashed rgba(255,255,255,.4);border-radius:.75rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .4s ease,background-color .4s ease,transform .3s ease;position:relative;overflow:hidden}.dropzone-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.dropzone-inner:hover{border-color:#fffc;background-color:#ffffff14}.dropzone-inner:hover:before{opacity:1}.upload-icon-container{position:relative;margin-bottom:1rem;opacity:0;animation:icon-entrance .7s cubic-bezier(.16,1,.3,1) .4s forwards}@keyframes icon-entrance{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.upload-icon-bg{width:80px;height:80px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse-bg 3s ease-in-out infinite;position:relative}.upload-icon-bg:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(255,255,255,.2);animation:ring-pulse 3s ease-in-out infinite}@keyframes pulse-bg{0%,to{transform:scale(1);box-shadow:0 0 #fff3}50%{transform:scale(1.05);box-shadow:0 0 20px 4px #ffffff26}}@keyframes ring-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:0}}.upload-icon{width:40px;height:40px;animation:icon-float 4s ease-in-out infinite}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.upload-arrow{position:absolute;top:-8px;right:-4px;width:22px!important;animation:bounce-upload 1.5s ease-in-out infinite}@keyframes bounce-upload{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.upload-btn-v2{display:inline-flex;align-items:center;gap:.625rem;background:white;color:var(--tool-color, #3b82f6);padding:.875rem 1.75rem;border-radius:.625rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;border:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;box-shadow:0 6px 16px #00000026;position:relative;overflow:hidden;animation:button-pulse 2.5s ease-in-out infinite}@keyframes button-pulse{0%,to{box-shadow:0 6px 16px #00000026,0 0 #fff6}50%{box-shadow:0 8px 24px #0003,0 0 0 8px #fff0}}.upload-btn-v2:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.upload-btn-v2:hover:before{left:100%}.upload-btn-v2:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 12px 32px #00000040;animation:none}.upload-btn-v2:active{transform:scale(.98)}.upload-btn-v2 svg{width:1.125rem;height:1.125rem;transition:transform .3s ease}.upload-btn-v2:hover svg{transform:rotate(90deg)}.dropzone-text-v2{color:#fffffff2;font-size:.875rem;margin-top:.875rem;opacity:0;animation:text-fade-in .6s ease .5s forwards}@keyframes text-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dropzone-text-v2 strong{font-weight:600;position:relative}.dropzone-text-v2 strong:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:rgba(255,255,255,.6);animation:underline-grow 1s ease 1.2s forwards}@keyframes underline-grow{0%{width:0}to{width:100%}}.supported-formats{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;margin-top:1rem}.format-badge{background:rgba(255,255,255,.2);color:#fff;padding:.3125rem .625rem;border-radius:.375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;opacity:0;animation:badge-pop-in .5s cubic-bezier(.34,1.56,.64,1) forwards;transition:transform .2s ease,background .2s ease}.format-badge:nth-child(1){animation-delay:.6s}.format-badge:nth-child(2){animation-delay:.7s}.format-badge:nth-child(3){animation-delay:.8s}.format-badge:nth-child(4){animation-delay:.9s}.format-badge:nth-child(5){animation-delay:1s}.format-badge:nth-child(6){animation-delay:1.1s}@keyframes badge-pop-in{0%{opacity:0;transform:scale(.5) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.format-badge:hover{background:rgba(255,255,255,.35);transform:translateY(-2px) scale(1.05)}.trust-badges-v2{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-top:0;opacity:0;animation:trust-fade-in .6s ease 1.3s forwards}@keyframes trust-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trust-badge{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.8125rem;transition:transform .2s ease}.trust-badge:hover{transform:translateY(-2px)}.trust-badge svg{width:1.125rem;height:1.125rem;color:#10b981}.trust-badge.rating{background:#f8fafc;padding:.375rem .75rem;border-radius:9999px}.trust-badge .stars{display:flex;gap:.125rem}.trust-badge .stars svg{width:.875rem;height:.875rem;color:#10b981;animation:star-twinkle 2s ease-in-out infinite}.trust-badge .stars svg:nth-child(1){animation-delay:0s}.trust-badge .stars svg:nth-child(2){animation-delay:.15s}.trust-badge .stars svg:nth-child(3){animation-delay:.3s}.trust-badge .stars svg:nth-child(4){animation-delay:.45s}.trust-badge .stars svg:nth-child(5){animation-delay:.6s}@keyframes star-twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.dropzone-loading{display:none;flex-direction:column;align-items:center;gap:1rem}.dropzone-loading.active{display:flex}.loading-spinner-v2{width:56px;height:56px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text-v2{color:#fff;font-weight:600;font-size:1rem}.mobile-upload-bar-v2{position:fixed;bottom:0;left:0;right:0;background:white;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 20px #0000001a;z-index:50;display:none}.mobile-upload-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--tool-color, #3b82f6);color:#fff;padding:1rem;border-radius:.75rem;font-size:1rem;font-weight:700;border:none;cursor:pointer;position:relative;overflow:hidden;animation:mobile-btn-pulse 2.5s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease}@keyframes mobile-btn-pulse{0%,to{box-shadow:0 4px 16px #3b82f64d}50%{box-shadow:0 6px 24px #3b82f680}}.mobile-upload-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:mobile-btn-shimmer 3s ease-in-out infinite}@keyframes mobile-btn-shimmer{0%,to{left:-100%}50%{left:100%}}.mobile-upload-btn:active{transform:scale(.98)}.mobile-upload-btn svg{transition:transform .3s ease}.mobile-upload-btn:hover svg{transform:translateY(-2px)}@media (min-width: 768px){.hero-section{padding:2rem}.tool-category-grid{grid-template-columns:repeat(3,1fr)}.dropzone-card{min-height:360px}}@media (min-width: 1024px){.hero-section{padding:2.5rem 3rem}.tools-categories{grid-template-columns:repeat(3,1fr)}.tool-category-grid{grid-template-columns:1fr}.dropzone-card{min-height:400px}.tools-section{margin-top:3rem}}@media (min-width: 1280px){.hero-section{max-width:1400px;padding:2.5rem 4rem}.dropzone-container{max-width:900px}.hero-title{font-size:2.75rem}.dropzone-card{min-height:420px}.tool-category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.hero-section{padding:1.25rem 1rem 100px}.hero-title{font-size:1.625rem}.steps-inline{gap:.375rem}.step-inline{padding:.375rem .75rem;font-size:.8125rem}.step-num{width:1.25rem;height:1.25rem;font-size:.6875rem}.dropzone-card{display:none}.mobile-upload-bar-v2{display:block}.trust-badges-v2{margin-top:.75rem}.trust-badge-desktop{display:none}.tools-section{margin-top:1.5rem;padding-top:1.5rem}.tool-category{padding:1rem}}#tools{padding-top:2rem}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:white;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:#000000e6;line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:#fffc}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
