@charset "utf-8";:root{--pf-primary:#112d4e;--pf-primary-light:#3674b5;--pf-accent:#e55c09;--pf-bg-light:#f7f7f7;--pf-bg-blue-soft:#e8eff9;--pf-border:#b6cdec;--pf-text-main:#333333;--pf-text-muted:#555555;--pf-success:#28a745;--pf-danger:#dc3545;--pf-warning:#ffc107;--color-highlight:#e5e5e5}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url('../../fonts/roboto-regular.woff2') format('woff2');}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:swap;src:url('../../fonts/roboto-italic.woff2') format('woff2');}@font-face{font-family:'Roboto';font-style:normal;font-weight:bold;font-display:swap;src:url('../../fonts/roboto-bold.woff2') format('woff2');}@font-face{font-family:'Oswald';font-style:normal;font-weight:400;font-display:swap;src:url('../../fonts/oswald-v56-latin_latin-ext-regular.woff2') format('woff2');}@font-face{font-family:'Oswald';font-style:normal;font-weight:600;font-display:swap;src:url('../../fonts/oswald-v56-latin_latin-ext-600.woff2') format('woff2');}html{height:100%;box-sizing:border-box;}*,*::before,*::after{box-sizing:inherit;outline:none!important;}body{margin:0;padding:0;font-family:'Roboto',sans-serif;font-size:16px;color:var(--pf-text-main);background-color:var(--pf-bg-light);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;min-width:320px;overflow-x:hidden;}a{color:var(--pf-text-main);text-decoration:none;transition:color .2s ease;}a:hover{color:var(--pf-accent);}img{max-width:100%;height:auto;display:block;}#headerContainer,#MainContainer{width:100%;max-width:1400px;margin:0 auto;padding:0 15px;}#MainContainer{flex-grow:1;padding-top:60px;padding-bottom:80px;display:flex;flex-direction:column;align-items:flex-start;gap:80px;width:100%;}@media (max-width:900px){#MainContainer{padding-top:40px;padding-bottom:60px;gap:50px}}.pin-input{text-align:center;font-size:2.2rem;letter-spacing:12px;font-weight:700;padding:15px;border:2px dashed #007bff;background-color:#f8f9fa;border-radius:8px;width:100%;color:#333;box-sizing:border-box;transition:all .2s ease;}.pin-input:focus{background-color:#fff;box-shadow:0 0 10px rgba(40,97,167,.2);outline:none;}.pin-input::placeholder{color:#cbd5e1;}.alert-info-custom{background-color:#e3f2fd!important;color:#084298!important;border-color:#b6d4fe!important;}.topper{width:100%;min-height:87px;background-color:var(--pf-primary);position:sticky;top:0;z-index:10000;display:flex;align-items:center;padding:10px 0;min-width:320px;}#headerContainer{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-direction:row;}.main-header{display:contents;width:100%;}.logo{max-height:60px;width:auto;flex-shrink:0;height:30px;}.mobile-dynamic-logo{display:none;}#topBtns{display:flex;align-items:center;gap:30px;justify-content:space-evenly;order:2;flex:1;}#topBtns a{font-family:'Oswald',sans-serif;font-weight:600;font-size:clamp(1rem,1vw,2rem);color:#ffffff;text-transform:uppercase;white-space:nowrap;}#topBtns a:hover{color:#7eade7;}#bigBtns{display:flex;flex-wrap:wrap;align-items:center;gap:15px;justify-content:center;order:3;}#bigBtns a{border:1px solid #e2e7fc;border-radius:3px;padding:8px 16px;color:#ffffff;font-weight:bold;white-space:nowrap;font-size:clamp(.8rem,1vw,2rem);}#bigBtns a:hover{background-color:#7eade7;color:var(--pf-primary);}.main-hook{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;}.hero-title{font-family:'Oswald',sans-serif;font-size:clamp(2.2rem,3.5vw,3.5rem);color:var(--pf-primary);margin:0 0 10px 0;text-align:center;line-height:1.2;opacity:0;transition:opacity .3s ease}.hero-subtitle{font-family:'Oswald',sans-serif;font-size:clamp(1.2rem,3vw,2rem);color:var(--pf-accent);margin:10px 0 0 0;}.hero-highlight{color:var(--pf-accent);}.hero-highlight-alt{color:var(--pf-primary-light);}.bLinks{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:30px 0;width:100%;}.bLinks a{border:1px solid var(--pf-primary);border-radius:3px;padding:12px 24px;font-size:1.1rem;font-weight:bold;text-align:center;flex:1 1 auto;max-width:300px;}.bLinks a:last-child{background-color:#ffcd47;border-color:#ffcd47;}.zigzag-section{width:100%;display:flex;flex-direction:column;gap:80px;}.zigzag-row{display:flex;align-items:center;justify-content:space-between;gap:60px;}.zigzag-row:nth-child(even){flex-direction:row-reverse;}.zigzag-text{flex:1;}.zigzag-text h2{font-family:'Oswald',sans-serif;font-size:clamp(2.2rem,3.5vw,3.5rem);color:var(--pf-primary);margin:0 0 15px 0;line-height:1.15;letter-spacing:-.5px;}.zigzag-text p{font-size:clamp(1.1rem,1.5vw,1.3rem);color:var(--pf-text-muted);line-height:1.6;margin:0;font-weight:400;}.zigzag-image{flex:1;background:var(--pf-bg-blue-soft);border:1px solid var(--pf-border);border-radius:8px;min-height:350px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden;}.micro-ui-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:97%;height:100%;padding:30px;background:#ffffff;border-radius:8px;box-shadow:0 15px 35px rgba(0,0,0,.05);}.mui-alert{background:#f8d7da;border:2px solid #f5c6cb;color:#721c24;padding:15px 20px;border-radius:6px;font-weight:bold;font-size:1.2rem;display:flex;align-items:center;gap:15px;width:90%;transform:rotate(-2deg);box-shadow:0 10px 20px rgba(220,53,69,.15);}.mui-badge{background:#d4edda;color:#155724;padding:10px 20px;border-radius:30px;font-size:1.5rem;font-weight:900;border:2px solid #c3e6cb;}.mui-cost-card{border:2px dashed var(--pf-border);padding:20px;border-radius:8px;text-align:center;width:80%;}.mui-btn-split{display:flex;gap:10px;width:90%;}.mui-btn-split div{flex:1;padding:15px;border-radius:6px;font-weight:bold;text-align:center;font-size:1.1rem;}.mui-icon{width:32px;height:32px;fill:currentColor;flex-shrink:0;}.mui-icon-lg{width:48px;height:48px;fill:currentColor;}.mui-icon-xl{width:80px;height:80px;fill:currentColor;}.mui-vertical-list{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;}.mui-list-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 20px;border-radius:6px;box-shadow:0 4px 10px rgba(0,0,0,.05);border-left:4px solid var(--pf-primary);font-weight:bold;}.mui-list-item.negative{border-left-color:var(--pf-danger);color:var(--pf-danger);}.mui-list-item.positive{border-left-color:var(--pf-success);color:var(--pf-success);}.mui-crypto-box{background:#111;color:#0f0;font-family:monospace;padding:20px;border-radius:8px;width:100%;max-width:350px;word-break:break-all;font-size:.85rem;line-height:1.4;position:relative;overflow:hidden;}.mui-crypto-box::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(transparent,#111);}.mui-carousel{display:flex;width:200%;height:100%;animation:slide-carousel 8s infinite alternate ease-in-out;}.mui-slide{width:100%;display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;padding:30px;box-sizing:border-box;}@keyframes slide-carousel{0%,40%{transform:translateX(0)}60%,100%{transform:translateX(-100%)}}.article-header{width:100%;text-align:left;padding:0 20px;}.article-header h2{font-family:'Oswald',sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);color:var(--pf-primary);margin:0 0 15px 0;}.article-header p{font-size:1.2rem;color:var(--pf-text-muted);margin:0 0 50px 0;text-align:left;}.pricing-section{width:100%;text-align:center;}.pricing-header{width:100%;text-align:center;}.pricing-header h2{font-family:'Oswald',sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);color:var(--pf-primary);margin:0 0 15px 0;}.pricing-header p{font-size:1.2rem;color:var(--pf-text-muted);margin:0 auto 50px auto;}.pricing-grid{display:flex;justify-content:center;align-items:center;gap:30px;max-width:1100px;margin:0 auto;flex-wrap:wrap;}.pricing-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:40px 30px;flex:1;min-width:300px;max-width:350px;position:relative;transition:transform .3s ease,box-shadow .3s ease;}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.08);}.pricing-card.popular{background:#ffffff;border:2px solid var(--pf-primary);box-shadow:0 15px 35px rgba(17,45,78,.15);transform:scale(1.05);z-index:2;}.pricing-card.popular:hover{transform:scale(1.05) translateY(-5px);}.pricing-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--pf-success);color:white;padding:5px 15px;border-radius:20px;font-weight:bold;font-size:.85rem;letter-spacing:1px;}.pricing-months{font-family:'Oswald',sans-serif;font-size:1.5rem;color:#333;margin-bottom:15px;text-transform:uppercase;}.pricing-price{font-size:3.5rem;font-weight:900;color:var(--pf-primary);margin-bottom:5px;line-height:1;}.pricing-price span{font-size:1.2rem;color:#888;font-weight:normal;}.pricing-billed{font-size:.9rem;color:#666;margin-bottom:30px;}.pricing-btn{display:inline-block;width:100%;padding:15px;border-radius:6px;font-weight:bold;font-size:1.1rem;transition:background .2s,color .2s;}.btn-outline{border:2px solid var(--pf-primary);color:var(--pf-primary);background:transparent;}.btn-outline:hover{background:var(--pf-bg-blue-soft);}.btn-solid{background:var(--pf-primary);color:white;border:2px solid var(--pf-primary);}.btn-solid:hover{background:#0a1c31;color:white;}.pricing-features{width:100%;max-width:1200px;margin:0 auto;text-align:left;}.pricing-features h2{text-align:center;color:var(--pf-primary);margin:0 0 40px 0;font-family:'Oswald',sans-serif;font-size:clamp(2.5rem,4vw,3.5rem)}.mega-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;}.feature-category{background:#fff;border:1px solid #e2e6ea;border-radius:8px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.03);}.feature-category h5{color:var(--pf-primary-light);font-size:1.1rem;font-weight:900;text-transform:uppercase;margin:0 0 15px 0;padding-bottom:10px;border-bottom:2px solid var(--pf-bg-blue-soft);display:flex;align-items:center;gap:8px;}.feature-list{display:flex;flex-direction:column;gap:12px;}.feature-list-item{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#495057;line-height:1.4;}.feature-list-item .icon-check{width:20px;height:20px;color:var(--pf-success);margin-top:2px;}.limits-shield{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:50px;}.limit-item{background:var(--pf-bg-blue-soft);border:1px solid var(--pf-border);padding:15px 25px;border-radius:8px;text-align:center;flex:1;min-width:160px;max-width:200px;}.limit-number{font-size:2.2rem;font-weight:900;color:var(--pf-primary);line-height:1;margin-bottom:5px;}.limit-label{font-size:.9rem;color:#555;font-weight:bold;text-transform:uppercase;}.testimonials-section{width:100%;text-align:center;}.testimonials-header h2{font-family:'Oswald',sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);color:var(--pf-primary);margin:0 0 15px 0;}.testimonials-header p{font-size:1.2rem;color:var(--pf-text-muted);max-width:600px;margin:0 auto 50px auto;}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto;}.testimonial-card{background:#ffffff;border:1px solid #e2e6ea;border-radius:12px;padding:30px;text-align:left;box-shadow:0 10px 20px rgba(0,0,0,.02);display:flex;flex-direction:column;justify-content:space-between;}.testimonial-stars{color:#ffc107;margin-bottom:15px;font-size:1.2rem;}.testimonial-quote{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:25px;font-style:italic;}.testimonial-quote strong{color:var(--pf-primary);font-weight:900;}.testimonial-author{display:flex;align-items:center;gap:15px;border-top:1px solid #eee;padding-top:20px;}.author-avatar{width:55px;height:55px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.1);}.author-avatar img{width:100%;height:100%;object-fit:cover;}.author-info{display:flex;flex-direction:column;}.author-name{font-weight:bold;color:var(--pf-primary);font-size:1.05rem;}.author-role{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:.5px;}.pf-footer{min-width:320px;width:100%;background-color:var(--pf-primary);color:var(--pf-bg-blue-soft);padding:30px 0 20px 0;margin-top:auto;border-top:4px solid var(--pf-accent);}.pf-footer-container{width:100%;max-width:1400px;margin:0 auto;padding:0 15px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:40px;}.mt-15{margin-top:15px;}.pf-footer-brand{display:flex;flex-direction:column;gap:15px;text-align:left;}.pf-footer-logo{max-width:180px;filter:brightness(0) invert(1);}.pf-footer-desc{font-size:.95rem;line-height:1.6;color:#a1b8d6;max-width:300px;margin:0;}.pf-footer-col h4{color:#ffffff;font-family:'Oswald',sans-serif;font-size:1.1rem;margin:0 0 20px 0;letter-spacing:.5px;text-transform:uppercase;}.pf-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}.pf-footer-col a{color:#a1b8d6;text-decoration:none;font-size:.9rem;transition:color .2s;}.pf-footer-col a:hover{color:#ffffff;}.pf-footer-bottom{width:100%;max-width:1400px;margin:40px auto 0 auto;padding:20px 15px 0 15px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#7a9cc6;}.pf-footer-legal a{color:#7a9cc6;text-decoration:none;margin-left:15px;}.pf-footer-legal a:hover{color:#fff;}.legal-document{margin:0 auto;padding:30px;background:#ffffff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05);color:#444;line-height:1.6;}.legal-document h1{color:var(--pf-primary);font-family:'Oswald',sans-serif;margin-bottom:5px;}.legal-document h2{color:var(--pf-primary-light);font-size:1.2rem;margin-top:40px;margin-bottom:15px;border-bottom:2px solid var(--pf-bg-blue-soft);padding-bottom:5px;}.legal-document p,.legal-document li{margin-bottom:15px;}.legal-document ul{padding-left:20px;}.legal-document strong{color:#222;}.system-msg{background-color:var(--pf-warning);width:100%;border:1px solid #FFB400;border-radius:3px;margin-bottom:15px;display:none;font-size:1.1rem;color:#383838;padding:10px;}.sys-error{font-size:1.5rem;width:100%;text-align:center;margin-top:40px;color:var(--pf-danger);}.icon-cloud-sync{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.88 79.12'%3E%3Cpath fill='black' d='M58.63,63.26l3.52-17.9l3.57,5.39c7.69-3.09,12.01-8.18,12.65-16.01c6.32,11.04,2.49,20.95-5.53,26.74l3.64,5.48 L58.63,63.26z M71.71,10.39 c-5.2-2.49-11.02-3.45-16.69-2.9c-5.63,.54-11.1,2.59-15.62,6.1c-5.23,4.05-9.2,10.11-10.73,18.14l-.48,2.51l-2.5,.44 c-2.45,.43-4.64,1.02-6.56,1.77c-1.86,.72-3.52,1.61-4.97,2.66c-1.16,.84-2.16,1.78-3.01,2.8c-2.63,3.15-3.85,7.1-3.82,11.1 c0.03,4.06,1.35,8.16,3.79,11.53c0.91,1.25,1.96,2.4,3.16,3.4c1.22,1.01,2.59,1.85,4.13,2.48c1.53,.63,3.22,1.08,5.09,1.34h72.55 c3.53-.85,6.65-2,9.3-3.48c2.63-1.47,4.78-3.26,6.39-5.41c2.5-3.33,3.73-8.04,3.78-12.87c0.06-5.07-1.18-10.16-3.59-13.86 c-.69-1.07-1.45-2.03-2.25-2.89c-3.61-3.89-8.19-5.59-12.95-5.62c-2.49-.02-5.06,.41-7.57,1.22 C83.97,21.62,80.22,14.48,71.71,10.39z M91.99,20.65c1.6-.25,3.2-.38,4.79-.36c6.72,.05,13.2,2.45,18.3,7.95 c1.07,1.15,2.08,2.45,3.03,3.9c3.2,4.92,4.84,11.49,4.77,17.92c-.07,6.31-1.77,12.59-5.25,17.21c-2.27,3.01-5.18,5.47-8.67,7.42 c-3.36,1.88-7.28,3.31-11.68,4.33l-.82,.1H23.38l-.46-.04c-2.67-.34-5.09-.97-7.29-1.88c-2.27-.94-4.28-2.15-6.05-3.63 c-1.68-1.4-3.15-2.99-4.4-4.72C1.84,64.25,.04,58.63,0,53.03c-.04-5.66,1.72-11.29,5.52-15.85c1.23-1.48,2.68-2.84,4.34-4.04 c1.93-1.4,4.14-2.58,6.64-3.55c1.72-.67,3.56-1.23,5.5-1.68c2.2-8.74,6.89-15.47,12.92-20.14c5.64-4.37,12.43-6.92,19.42-7.59 c6.96-.67,14.12,.51,20.55,3.6C81.9,7.15,88.02,12.76,91.99,20.65z M64.07,24.26l-3.52,17.9 l-3.57-5.39c-7.69,3.09-12.01,8.18-12.65,16.01c-6.32-11.04-2.49-20.95,5.53-26.74l-3.64-5.48z'/%3E%3C/svg%3E");}.icon-wifi-off{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill='black' cx='12' cy='19' r='1'/%3E%3Cpath fill='black' d='M12.44,11l-1.9-1.89L8.08,6.67,6.53,5.12,4.71,3.29A1,1,0,0,0,3.29,4.71L4.67,6.08,6.13,7.54,8.36,9.78l1.55,1.54,2.74,2.74,2.79,2.8,3.85,3.85a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z'/%3E%3Cpath fill='black' d='M21.72,7.93A13.93,13.93,0,0,0,12,4a14.1,14.1,0,0,0-4.44.73L9.18,6.35a11.89,11.89,0,0,1,11.16,3,1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31A1,1,0,0,0,21.72,7.93Z'/%3E%3Cpath fill='black' d='M3.82,6.65A14.32,14.32,0,0,0,2.28,7.93,1,1,0,0,0,3.66,9.37a13.09,13.09,0,0,1,1.6-1.29Z'/%3E%3Cpath fill='black' d='M17,13.14a1,1,0,0,0,.71.3,1,1,0,0,0,.72-1.69A9,9,0,0,0,12,9h-.16l2.35,2.35A7,7,0,0,1,17,13.14Z'/%3E%3Cpath fill='black' d='M7.43,10.26a8.8,8.8,0,0,0-1.9,1.49A1,1,0,0,0,7,13.14a7.3,7.3,0,0,1,2-1.41Z'/%3E%3Cpath fill='black' d='M8.53,15.4a1,1,0,1,0,1.39,1.44,3.06,3.06,0,0,1,3.84-.25l-2.52-2.52A5,5,0,0,0,8.53,15.4Z'/%3E%3C/svg%3E");}.icon-shield-check{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");}.icon-device-wipe{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3C/svg%3E");}.icon-arrow-down-circle{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='8 12 12 16 16 12'/%3E%3Cline x1='12' y1='8' x2='12' y2='16'/%3E%3C/svg%3E");}.icon-user-shield{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M12 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath d='M18 20v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M9 16.13A4 4 0 0 0 6 20v2'/%3E%3C/svg%3E");}.icon-cloud-off{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6'/%3E%3Cpath d='M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3'/%3E%3Cline x1='2' y1='2' x2='22' y2='22'/%3E%3C/svg%3E");}.icon-cloud-upload{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z'/%3E%3Cpolyline points='16 16 12 12 8 16'/%3E%3Cline x1='12' y1='12' x2='12' y2='21'/%3E%3C/svg%3E");}.icon-user-lock{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 19a6 6 0 0 0-12 0'/%3E%3Ccircle cx='8' cy='9' r='4'/%3E%3Crect x='14' y='13' width='7' height='5' rx='1'/%3E%3Cpath d='M17.5 13v-2a2 2 0 1 0-4 0v2'/%3E%3C/svg%3E");}.icon-whatsapp{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E");}.icon-image{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpolyline points='21 15 16 10 5 21'/%3E%3C/svg%3E");}.icon-file-spreadsheet{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M8 13h2M8 17h2M14 13h2M14 17h2'/%3E%3C/svg%3E");}.icon-arrow-right{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");}.icon-barcode-scanner{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2z'/%3E%3Cpath d='M8 7v10M12 7v10M16 7v10'/%3E%3Cline x1='3' y1='12' x2='21' y2='12' stroke='red' stroke-width='3'/%3E%3C/svg%3E");}.icon-smartphone-scan{--svg:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M9 8h6v6H9z'/%3E%3Cline x1='5' y1='11' x2='19' y2='11' stroke='red' stroke-width='2'/%3E%3C/svg%3E");}@media screen and (max-width:1000px){#headerContainer{flex-direction:column}#topBtns{order:3}.pf-footer-container{grid-template-columns:1fr 1fr}.pf-footer-col{text-align:left}}@media (max-width:900px){.zigzag-section{padding:40px 15px}.zigzag-row,.zigzag-row:nth-child(even){flex-direction:column;text-align:center;gap:30px}.zigzag-text{max-width:100%}.zigzag-image{width:100%;min-height:250px}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-5px)}}@media (max-width:600px){.pf-footer-container{grid-template-columns:1fr;text-align:center}.pf-footer-bottom{flex-direction:column;gap:15px;text-align:center}.pf-footer-legal a{margin:0 10px}}.pf-cta-section{width:100%;display:flex;justify-content:center;}.pf-cta-box{background:#ffffff;border:1px solid var(--pf-border);border-radius:8px;padding:30px 40px;box-shadow:0 10px 25px rgba(17,45,78,.05);display:flex;flex-direction:column;align-items:center;max-width:800px;width:100%;}.pf-cta-btn{background-color:#ffcd47;color:var(--pf-primary);font-family:'Oswald',sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;text-transform:uppercase;padding:18px 50px;border-radius:4px;transition:transform .2s ease,filter .2s;text-align:center;letter-spacing:.5px;width:100%;}.pf-cta-btn:hover{transform:translateY(-3px);filter:brightness(.95);color:var(--pf-primary);}.pf-cta-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:25px;padding-top:20px;border-top:1px dashed #ccc;color:var(--pf-text-muted);font-size:.95rem;justify-content:center;width:100%;}.pf-cta-trust span{display:flex;align-items:center;gap:6px;font-weight:500;}.pf-cta-trust svg{width:18px;height:18px;color:var(--pf-success);}@media (max-width:600px){.pf-cta-box{padding:25px 20px}.pf-cta-btn{width:100%;max-width:100%;padding:15px 10px}.pf-cta-trust{flex-direction:column;gap:12px;align-items:flex-start}}.modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background-color:rgba(0,0,0,.75)!important;z-index:99999!important;justify-content:center!important;align-items:center!important;}.auth-panel{background:#ffffff;padding:35px 30px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);position:relative;width:90%;box-sizing:border-box;margin:0 auto;}.auth-panel.sm{max-width:420px;}.auth-panel.md{max-width:500px;}.auth-title{color:#222;margin:0 0 20px 0;font-size:22px;font-weight:600;}.auth-field{margin-bottom:15px;}.auth-field label{display:block;font-size:.8125rem;font-weight:600;color:#555;margin-bottom:6px;}.modal-input{width:100%;padding:12px 15px;border:1px solid #ccc;border-radius:5px;font-size:1rem;box-sizing:border-box;background:#fdfdfd;transition:border-color .2s ease,box-shadow .2s ease;}.modal-input:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.15);outline:none;background:#fff;}.auth-helper-muted{font-size:.85rem;color:#888888;display:inline-block;margin-top:5px;font-style:italic;}.modal-input.input-error,.pin-input.input-error{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.15)!important;background-color:#fffafb!important;}.auth-actions{margin-top:25px;display:flex;flex-direction:column;gap:12px;}.btn-auth{width:100%;padding:14px;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:bold;font-size:15px;transition:filter .2s;}.btn-auth:hover{filter:brightness(1.1);}.btn-auth:disabled{opacity:.7;cursor:not-allowed;}.btn-auth.primary{background:#007bff;}.btn-auth.success{background:#28a745;}.btn-auth.info{background:#17a2b8;}.btn-auth.neutral{background:#e9ecef;color:#495057;}.btn-auth.neutral:hover{background:#dde2e6;}.auth-links{text-align:center;font-size:.875rem;margin-top:15px;}.auth-link-main{color:#007bff;text-decoration:none;display:block;margin-bottom:10px;font-weight:500;}.auth-link-sub{color:#777;text-decoration:underline;}.auth-link-main:hover,.auth-link-sub:hover{color:#0056b3;}.auth-close-icon{position:absolute;top:15px;right:15px;cursor:pointer;opacity:.5;transition:opacity .2s;width:24px;height:24px;color:#2d2f32;}.auth-close-icon:hover{opacity:1;}.cm-error-msg{display:none;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:10px;border-radius:4px;margin-bottom:15px;font-size:.8125rem;font-weight:500;}.auth-success-view{display:none;text-align:center;padding:20px 10px;}.auth-success-view .icon-check{color:#28a745;display:block;}.auth-success-title{color:#28a745;margin-bottom:10px;display:inline-flex;align-items:center;gap:10px;justify-content:center;font-size:1.3rem;}.auth-success-text{color:#555555;line-height:1.5;margin-bottom:25px;}.hp-trap{position:absolute;left:-9999px;top:-9999px;}.auth-logo{display:block;height:35px;margin:0 auto 20px auto;}.auth-title-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px;}.auth-title-wrapper.col{flex-direction:column;gap:5px;}.auth-title-wrapper .auth-title{margin:0;}.auth-free-badge{color:#28a745;font-weight:bold;font-size:.9rem;}.auth-pass-wrapper{position:relative;}.auth-pass-input{padding-right:40px!important;}.auth-pass-toggle{position:absolute;right:12px;top:31px;color:#888;}.auth-pin-wrapper{margin-top:10px;}.auth-pin-label{text-align:center;display:block;font-size:1.1rem;color:#007bff;}.auth-pin-helper{font-size:.95rem;margin-top:0;margin-bottom:15px;text-align:center;color:#666;}.auth-secure-text{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;color:#888;margin-top:25px;text-align:center;line-height:1.4;}.auth-secure-text .icon{color:#28a745;}@media screen and (max-width:768px){#topBtns{gap:20px}.modal-overlay{padding:0!important;align-items:flex-start!important}.auth-panel{width:100%!important;max-width:100%!important;height:100dvh!important;min-height:100vh;border-radius:0!important;margin:0!important;overflow-y:auto;display:flex;flex-direction:column;padding:40px 20px 30px 20px!important;animation:mobileSlideIn .35s cubic-bezier(.1,.9,.2,1) forwards}.auth-form-view{margin-top:25px;margin-bottom:auto}.auth-success-view{margin:auto 0}.auth-close-icon{top:20px!important;right:20px!important;width:32px!important;height:32px!important;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center}@keyframes mobileSlideIn{0%{transform:translateX(100%);opacity:.8}100%{transform:translateX(0);opacity:1}}}