:root{--teal:#0099c3;--teal-dark:#087496;--white:#ffffff;--red:#900E03;--red-light:#B3160B;--mint:#E0F2F1;--sky-blue:#8AD2E6;--gray-100:#f7f7f5;--gray-400:#dddddd;--gray-600:#777777;--gray-800:#333333;--color-text:var(--gray-800);--color-text-muted:var(--gray-600);--color-bg:var(--white);--color-bg-alt:var(--gray-100);--color-accent:var(--teal);--color-border:var(--gray-400);--form-input-bg:var(--white);--font-heading:'Space Grotesk',-apple-system,Helvetica,Arial,sans-serif;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:8px;--radius-full:9999px;--radius-btn:0 0 23px 0;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 12px rgba(0,0,0,0.10);--shadow-lg:0 8px 24px rgba(0,0,0,0.12);--shadow-focus:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,153,195,.45);--shadow-nav:0 4px 8px 0 rgba(0,0,0,.05);--ease:cubic-bezier(0.4, 0, 0.2, 1);--duration-fast:150ms;--duration-base:300ms;--duration-slow:600ms}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:10px}body{font-family:var(--font-heading);font-size:1.8rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--gray-800);line-height:1.2}.container{max-width:1170px;margin:0 auto;padding:0 15px}.section{padding:12rem 0}.section--alt{background-color:var(--color-bg-alt)}.section--teal{background-color:var(--teal)}.header-row{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);box-shadow:var(--shadow-nav);height:8rem;transition:box-shadow var(--duration-base)}.navbar{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1170px;margin:0 auto;padding:0 15px}.navbar-brand{display:flex;align-items:center;flex-shrink:0}.navbar-brand img{height:4rem;width:auto}.nav-menu{display:flex;align-items:center;gap:3.2rem}.nav-menu a{font-family:var(--font-heading);font-size:1.7rem;font-weight:600;color:var(--gray-800);transition:color var(--duration-fast);white-space:nowrap}.nav-menu a:focus,.nav-menu a:hover{color:var(--teal)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2.5px;background:var(--red);border-radius:2px;transition:all var(--duration-base)}.nav-mobile{display:none;position:fixed;top:8rem;left:0;right:0;background:var(--white);box-shadow:var(--shadow-md);padding:2rem 1.5rem 3rem;z-index:999;flex-direction:column;gap:0}.nav-mobile.open{display:flex}.nav-mobile a{display:block;font-family:var(--font-heading);font-size:1.8rem;font-weight:600;color:var(--gray-800);padding:1.2rem 0;border-bottom:1px solid var(--gray-400);transition:color var(--duration-fast)}.nav-mobile a:last-child{border-bottom:none}.nav-mobile a:hover{color:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-family:var(--font-heading);font-weight:700;border:none;cursor:pointer;text-decoration:none;transition:background var(--duration-base) ease,box-shadow var(--duration-base) ease,border-radius var(--duration-base) ease-in-out,transform var(--duration-base) ease}.btn--primary{font-size:1.8rem;line-height:2.1rem;background:var(--teal);color:var(--white);padding:1.5rem 3.2rem;border-radius:var(--radius-btn)}.btn--primary:hover{background:var(--teal-dark);box-shadow:0 4px 12px rgba(0,153,195,.35)}.btn--hero{font-size:2rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;background:linear-gradient(180deg,var(--red-light) 0,var(--red) 100%);color:var(--white);padding:1.6rem 3.2rem 1.4rem;border-radius:12px;line-height:2.4rem}.btn--hero:hover{opacity:.92;transform:translateY(-1px)}.btn--white{font-size:1.8rem;background:var(--white);color:var(--teal);padding:1.5rem 3.2rem;border-radius:var(--radius-btn)}.btn--white:hover{background:var(--gray-100);transform:translateY(-1px)}.hero{padding-top:8rem;background:linear-gradient(180deg,var(--mint) 0,var(--mint) 60%,var(--sky-blue) 100%)}.hero-inner{display:flex;align-items:center;gap:6rem;padding:8rem 0 6rem;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.hero-content{flex:1;max-width:580px}.hero-title{font-size:3.4rem;font-weight:700;line-height:4.2rem;color:var(--gray-800);margin-bottom:2.4rem}.hero-subtitle{font-family:var(--font-heading);font-size:1.8rem;font-weight:400;line-height:2.4rem;color:var(--gray-600);margin-bottom:3.6rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;max-height:538px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.hero-disclaimer{font-family:var(--font-heading);font-size:1.4rem;color:var(--gray-600);margin-top:2rem}.section-header{text-align:center;margin-bottom:6rem}.section-header--left{text-align:left}.section-title{font-size:2.6rem;font-weight:700;line-height:3.1rem;margin-bottom:1.6rem}.section-lead{font-family:var(--font-heading);font-size:1.8rem;font-weight:400;line-height:2.4rem;color:var(--gray-600);max-width:770px}.section-header--left .section-lead{margin:0}.section-header .section-lead{margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:4rem}.step-card{background:var(--white);border-radius:var(--radius-xl);padding:3.2rem 2rem 2.4rem;text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-base),transform var(--duration-base)}.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.step-card-image{width:100%;max-width:120px;height:auto;margin:0 auto 2rem}.step-card-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:700;line-height:2.8rem;color:var(--gray-800);margin-bottom:.8rem}.step-card-text{font-family:var(--font-heading);font-size:1.6rem;color:var(--gray-600);line-height:1.6}.steps-cta{text-align:center;margin-top:4rem}.benefit-intro{margin-bottom:6rem}.benefit-block{display:flex;align-items:stretch;background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:4rem}.benefit-block--reverse{flex-direction:row-reverse}.benefit-image{flex:0 0 45%;display:flex;align-items:center;justify-content:center;padding:4rem;background:var(--gray-100);position:relative}.benefit-image img{max-width:100%;height:auto;position:relative;z-index:1}.benefit-body{flex:1;padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.benefit-title{font-size:2.6rem;font-weight:700;margin-bottom:2rem}.benefit-text{font-family:var(--font-heading);font-size:1.8rem;line-height:2.4rem;color:var(--gray-600);margin-bottom:2rem}.benefit-callout{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--gray-800);line-height:1.5;margin-bottom:2.4rem}.why-section{padding:10rem 0}.why-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;margin-bottom:3.6rem}.why-item{display:flex;align-items:flex-start;gap:1.4rem}.why-item::before{content:'';flex-shrink:0;width:2.4rem;height:2.4rem;margin-top:.2rem;border-radius:50%;background:rgba(0,153,195,.12);background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230099c3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1.3rem}.why-item-text{font-family:var(--font-heading);font-size:1.8rem;line-height:2.4rem;color:var(--gray-600)}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.mvv-card{background:var(--white);border-radius:var(--radius-xl);padding:4rem 2.8rem;text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-base),transform var(--duration-base)}.mvv-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mvv-card-image{width:120px;height:auto;margin:0 auto 2rem}.mvv-card-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:700;color:var(--gray-800);margin-bottom:1.2rem}.mvv-card-text{font-family:var(--font-heading);font-size:1.8rem;color:var(--gray-600);line-height:1.7}.mvv-card-text strong{color:var(--gray-800)}.cta-banner{background:var(--teal);padding:6rem 0;text-align:center}.cta-banner-title{font-family:var(--font-heading);font-size:2.6rem;font-weight:700;color:var(--white);margin-bottom:1.2rem}.cta-banner-text{font-family:var(--font-heading);font-size:1.8rem;font-weight:300;color:rgba(255,255,255,.85);margin-bottom:2.8rem;max-width:600px;margin-left:auto;margin-right:auto}.download-section{background:var(--teal);padding:7rem 0 8rem}.download-inner{display:flex;align-items:center;gap:6rem}.download-content{flex:1}.download-content .section-title{color:var(--white)}.download-content .section-lead{color:rgba(255,255,255,.85)}.download-badges{display:flex;gap:2rem;margin-top:3rem;flex-wrap:wrap}.download-badges a{display:block;transition:opacity var(--duration-base)}.download-badges a:hover{opacity:.85}.download-badges img{height:5rem;width:auto}.download-visual{flex:0 0 auto;display:flex;align-items:center;gap:3rem}.download-phone{max-width:280px;height:auto}.qr-codes{display:flex;flex-direction:column;gap:2rem}.qr-item{text-align:center}.qr-item img{width:100px;height:100px;border-radius:var(--radius-lg);margin-bottom:.6rem}.qr-label{font-family:var(--font-heading);font-size:1.4rem;color:rgba(255,255,255,.6)}.faq-wrap{max-width:770px;margin:0 auto}.accordion{border:1px solid var(--teal-dark);border-radius:var(--radius-lg);overflow:hidden}.accordion-item{border-bottom:1px solid rgba(0,153,195,.4)}.accordion-item:last-child{border-bottom:none}.accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.6rem 2rem 1.6rem 5.2rem;background:var(--teal);color:var(--white);font-family:var(--font-heading);font-size:1.7rem;font-weight:500;line-height:1.4;cursor:pointer;border:none;text-align:left;position:relative;transition:background var(--duration-base)}.accordion-header:hover{background:var(--teal-dark)}.accordion-header.active{background:var(--teal-dark)}.accordion-header::before{content:'';position:absolute;left:2rem;top:50%;width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-70%) rotate(45deg);transition:transform var(--duration-slow) var(--ease)}.accordion-header.active::before{transform:translateY(-30%) rotate(-135deg)}.accordion-body{max-height:0;overflow:hidden;background:var(--white);transition:max-height var(--duration-slow) var(--ease),padding var(--duration-slow) var(--ease)}.accordion-body-inner{padding:2rem 2.4rem;font-family:var(--font-heading);font-size:1.8rem;color:var(--gray-600);line-height:2.4rem}.contact-section{padding:10rem 0}.contact-grid{display:flex;gap:6rem;align-items:flex-start}.contact-info{flex:0 0 35%}.contact-info-text{font-family:var(--font-heading);font-size:1.8rem;color:var(--gray-600);line-height:2.4rem;margin-bottom:2.4rem}.contact-detail{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:1.6rem}.contact-detail-icon{width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(0,153,195,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.2rem}.contact-detail-icon svg{color:var(--teal)}.contact-detail-label{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gray-600);margin-bottom:.2rem}.contact-detail-value{font-family:var(--font-heading);font-size:1.6rem;color:var(--gray-800)}.contact-detail-value a{color:var(--teal);transition:color var(--duration-fast)}.contact-detail-value a:hover{text-decoration:underline}.contact-form{flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.form-group{margin-bottom:2rem}.form-label{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--gray-800);margin-bottom:.6rem}.form-input,.form-textarea{width:100%;font-family:var(--font-heading);font-size:1.7rem;color:var(--gray-800);background:var(--form-input-bg);border:1px solid var(--gray-400);border-radius:var(--radius-md);outline:0;transition:border-color var(--duration-fast) ease-in-out,box-shadow var(--duration-fast) ease-in-out}.form-input{padding:.8rem 1.2rem;height:3.6rem}.form-textarea{padding:.8rem 1.2rem;min-height:12rem;resize:vertical}.form-input::placeholder,.form-textarea::placeholder{color:var(--gray-600)}.form-input:focus,.form-textarea:focus{border-color:var(--teal);box-shadow:var(--shadow-focus)}.form-check{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.form-check input[type=checkbox]{width:1.6rem;height:1.6rem;margin-top:.3rem;accent-color:var(--teal);flex-shrink:0;cursor:pointer}.form-check label{font-family:var(--font-heading);font-size:1.5rem;color:var(--gray-600);line-height:1.5;cursor:pointer}.form-check label a{color:var(--teal);text-decoration:underline}.form-submit{margin-top:2.4rem}.form-message{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;padding:1.2rem 1.6rem;border-radius:var(--radius-md);margin-bottom:2rem}.form-message--success{background:#e0f2f1;color:var(--teal-dark);border:1px solid var(--teal)}.form-message--error{background:#fdecea;color:#900e03;border:1px solid #900e03}.footer{background:var(--teal) url('../images/footer-pattern.svg') no-repeat center/cover;padding:5rem 0 0;max-height:395px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding-bottom:4rem}.footer-col-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--white);margin-bottom:2rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-link{font-family:var(--font-heading);font-size:1.8rem;font-weight:500;color:rgba(255,255,255,.7);transition:color var(--duration-fast);line-height:1.9rem}.footer-link:hover{color:#9da7a7}.footer-social{display:flex;gap:1.2rem;margin-top:2rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(255,255,255,.15);color:var(--white);transition:background var(--duration-base)}.footer-social-link:hover{background:rgba(255,255,255,.3)}.footer-social-link svg{fill:var(--white)}.copyright-bar{background:var(--gray-800);padding:1.6rem 0}.copyright-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:1170px;margin:0 auto;padding:0 15px}.copyright-text{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;color:rgba(255,255,255,.5);line-height:2rem}.copyright-legal{display:flex;gap:2rem;flex-wrap:wrap}.copyright-legal a{font-family:var(--font-heading);font-size:1.6rem;font-weight:100;color:rgba(255,255,255,.7);transition:color var(--duration-fast);line-height:1.8rem}.copyright-legal a:hover{color:var(--white)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:var(--teal);padding:1.6rem 2.4rem;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;transform:translateY(100%);transition:transform .5s var(--ease)}.cookie-banner.visible{transform:translateY(0)}.cookie-text{font-family:var(--font-heading);font-size:1.5rem;color:rgba(255,255,255,.9);flex:1;min-width:220px}.cookie-text a{color:var(--white);text-decoration:underline}.cookie-actions{display:flex;gap:1rem;flex-wrap:wrap}.cookie-btn{font-family:Arial,sans-serif;font-size:1.4rem;font-weight:700;padding:.5rem 1.4rem;border-radius:var(--radius-lg);cursor:pointer;transition:background var(--duration-fast)}.cookie-btn--accept{background:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);color:#000;border:1px solid #dcdcdc;box-shadow:inset 0 1px 0 #fff}.cookie-btn--accept:hover{background:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%)}.cookie-btn--more{background:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);color:#000;border:1px solid #dcdcdc;box-shadow:inset 0 1px 0 #fff}.cookie-btn--more:hover{background:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%)}.disclaimer-section{background:var(--color-bg-alt);padding:3rem 0;text-align:center}.disclaimer-text{font-family:var(--font-heading);font-size:1.6rem;color:var(--gray-600)}.article-page{padding-top:8rem;background:var(--white)}.article-container{max-width:760px;margin:0 auto;padding:4rem 15px 8rem}.breadcrumb{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}.breadcrumb a{font-size:1.3rem;font-weight:400;color:var(--teal);transition:color var(--duration-fast)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{font-size:1.3rem;color:var(--gray-400)}.article-meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.article-category{display:inline-block;background:var(--teal);color:var(--white);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.4rem 1rem;border-radius:var(--radius-full)}.article-date{font-size:1.3rem;color:var(--gray-600)}.article-title{font-size:3.6rem;font-weight:700;line-height:1.2;color:var(--gray-800);margin-bottom:2rem}.share-bar{display:flex;align-items:center;gap:1rem;margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid var(--gray-400)}.share-label{font-size:1.4rem;font-weight:600;color:var(--gray-600);margin-right:.4rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;border:1px solid var(--gray-400);background:var(--white);transition:background var(--duration-fast)}.share-btn:hover{background:var(--gray-100)}.share-btn:hover svg{fill:var(--teal);stroke:var(--teal)}.article-hero-image{margin-bottom:3.2rem;border-radius:var(--radius-xl);overflow:hidden}.article-hero-image img{width:100%;height:auto}.article-body{font-size:1.8rem;font-weight:400;color:var(--gray-600);line-height:1.8}.article-body p{margin-bottom:2rem}.article-body h3{font-size:2.2rem;font-weight:600;color:var(--gray-800);margin:3.2rem 0 1.2rem}.article-body a{color:var(--teal);text-decoration:underline;transition:color var(--duration-fast)}.article-body a:hover{color:var(--teal-dark)}.article-body blockquote{border-left:4px solid var(--teal);padding:.8rem 2rem;margin:2rem 0;font-style:italic;color:var(--gray-800)}.article-body ol,.article-body ul{margin-left:2.4rem;margin-bottom:2rem;list-style:disc;line-height:1.8}.article-body ol{list-style:decimal}.article-body li{margin-bottom:.4rem}.blog-listing-page{padding-top:8rem;background:var(--white)}.blog-listing-container{max-width:1170px;margin:0 auto;padding:4rem 15px 8rem}.blog-listing-header{margin-bottom:4rem}.blog-listing-title{font-size:3.6rem;font-weight:700;line-height:1.2;color:var(--gray-800);margin-bottom:2.4rem}.blog-filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.blog-filter-btn{display:inline-block;font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-400);padding:.6rem 1.6rem;border-radius:var(--radius-full);cursor:pointer;text-decoration:none;transition:all var(--duration-fast)}.blog-filter-btn:hover{color:var(--teal);border-color:var(--teal)}.blog-filter-btn.active{background:var(--teal);color:var(--white);border-color:var(--teal)}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:4rem}.blog-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-base),transform var(--duration-base)}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.blog-card-image{display:flex;align-items:center;justify-content:center;padding:2.4rem;background:var(--gray-100)}.blog-card-image img{width:160px;height:160px;border-radius:50%;object-fit:cover}.blog-card-body{padding:2rem}.blog-card-tag{display:inline-block;background:var(--teal);color:var(--white);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.3rem .8rem;border-radius:var(--radius-full);margin-bottom:1rem}.blog-card-title{font-size:1.8rem;font-weight:600;line-height:1.3;color:var(--gray-800);margin-bottom:.8rem}.blog-card-title a{color:inherit;text-decoration:none;transition:color var(--duration-fast)}.blog-card-title a:hover{color:var(--teal)}.blog-card-date{font-size:1.3rem;color:var(--gray-600)}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:.6rem}.blog-pagination a,.blog-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:3.6rem;height:3.6rem;font-size:1.5rem;font-weight:600;border-radius:var(--radius-lg);text-decoration:none;transition:all var(--duration-fast)}.blog-pagination a{color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-400)}.blog-pagination a:hover{color:var(--teal);border-color:var(--teal)}.blog-pagination .active{background:var(--teal);color:var(--white);border:1px solid var(--teal)}.blog-pagination .next,.blog-pagination .prev{padding:0 1.2rem}.page-title{font-size:3.6rem;font-weight:700;line-height:1.2;color:var(--gray-800);margin-bottom:1.2rem}.page-date{font-size:1.4rem;font-weight:600;color:var(--gray-600);margin-bottom:3.2rem}.page-body{font-size:1.8rem;font-weight:400;color:var(--gray-600);line-height:1.8}.page-body p{margin-bottom:2rem}.page-body h2{font-size:2.4rem;font-weight:700;color:var(--gray-800);margin:4rem 0 1.6rem}.page-body h3{font-size:2rem;font-weight:600;color:var(--gray-800);margin:3.2rem 0 1.2rem}.page-body a{color:var(--teal);text-decoration:underline;transition:color var(--duration-fast)}.page-body a:hover{color:var(--teal-dark)}.page-body ol,.page-body ul{margin-left:2.4rem;margin-bottom:2rem;list-style:disc;line-height:1.8}.page-body ol{list-style:decimal}.page-body li{margin-bottom:.4rem}.page-body strong{color:var(--gray-800);font-weight:600}.article-download-strip{background:linear-gradient(135deg,var(--teal) 0,var(--teal-dark) 100%);border-radius:var(--radius-xl);padding:3.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:4rem}.article-download-text h4{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.article-download-text p{font-size:1.4rem;font-weight:300;color:rgba(255,255,255,.85)}.store-badges{display:flex;gap:1rem}.store-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(0,0,0,.25);color:var(--white);font-size:1.3rem;font-weight:600;padding:.8rem 1.4rem;border-radius:var(--radius-lg);transition:background var(--duration-fast)}.store-badge:hover{background:rgba(0,0,0,.4)}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:991px){.hero-inner{flex-direction:column;text-align:center;gap:4rem}.hero-content{max-width:100%}.hero-title{font-size:3rem;line-height:3.6rem}.steps-grid{grid-template-columns:repeat(3,1fr)}.benefit-block{flex-direction:column}.benefit-block--reverse{flex-direction:column}.benefit-image{flex:0 0 auto;min-height:250px}.mvv-grid{grid-template-columns:repeat(2,1fr)}.download-inner{flex-direction:column;text-align:center}.download-content .section-lead{margin:0 auto}.download-badges{justify-content:center}.download-visual{flex-direction:row}.contact-grid{flex-direction:column}.contact-info{flex:none}.footer-grid{grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){html{font-size:10px}.nav-menu{display:none}.nav-toggle{display:flex}.section{padding:8rem 0}.section-title{font-size:2.2rem;line-height:2.6rem}.hero-title{font-size:2.6rem;line-height:3.2rem}.hero-subtitle{font-size:1.8rem}.hero-image{display:none}.steps-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.benefit-body{padding:3rem 2rem}.benefit-text{font-size:1.8rem}.why-list{grid-template-columns:1fr}.mvv-grid{grid-template-columns:1fr}.download-visual{flex-direction:column}.download-phone{max-width:200px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer{max-height:none}.copyright-inner{flex-direction:column;align-items:flex-start}.article-title{font-size:2.6rem}.page-title{font-size:2.6rem}.blog-listing-title{font-size:2.6rem}.article-download-strip{flex-direction:column;text-align:center}.store-badges{justify-content:center}.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:479px){.steps-grid{grid-template-columns:1fr}.qr-codes{flex-direction:row}.blog-grid{grid-template-columns:1fr}}