*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;color:#1a1a1a;background:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}a{color:inherit;font-size:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}:root{--black:#1a1a1a;--black-light:#333;--gray-dark:#666;--gray:#999;--gray-light:#e5e5e5;--gray-lighter:#f5f5f5;--white:#fff;--container-max:120rem;--container-padding:4rem;--nav-height:7rem;--transition:all .3s ease}.container{max-width:var(--container-max);padding:0 var(--container-padding);width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;font-weight:600;line-height:1.15}h1{font-size:5.6rem}h2{font-size:4rem}h3{font-size:3.2rem}p{letter-spacing:-.005em}.img-cover{object-fit:cover;width:100%;height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-lighter)}::-webkit-scrollbar-thumb{background:var(--gray);border-radius:3px}@media (width<=1536px) and (width>=992px){.container{max-width:90rem;padding-left:2rem;padding-right:2rem}h1{font-size:4.8rem}h2{font-size:3.2rem}p{font-size:1.6rem}}@media (width<=991px){:root{--container-padding:2rem}h1{font-size:3.6rem}h2{font-size:2.8rem}h3{font-size:2.4rem}}@media (width<=479px){h1{font-size:3rem}h2{font-size:2.4rem}}.ed-footer-cta-s{background-color:#fff;border-top:1px solid #f0f0f3;padding:10rem 0}.ed-cta-card{text-align:center;max-width:80rem;margin:0 auto}.ed-cta-btn-c{justify-content:center;margin-top:4rem;display:flex}.navbar{z-index:1000;justify-content:center;padding:2.4rem 3.2rem;transition:padding .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar:not(.scrolled){background:0 0}.navbar.scrolled{background:0 0;padding:1.6rem 2rem}.nav-container{width:100%;max-width:140rem;height:var(--nav-height);justify-content:space-between;align-items:center;gap:3.2rem;transition:max-width .4s cubic-bezier(.16,1,.3,1),height .4s cubic-bezier(.16,1,.3,1),background .4s,border-radius .4s,padding .4s,box-shadow .4s;display:flex}.navbar.scrolled .nav-container{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#ffffffbf;border-radius:10rem;max-width:102rem;height:5.4rem;padding:0 2.4rem;box-shadow:0 2px 20px #00000014,0 0 0 1px #0000000f}.nav-logo-text{color:var(--black);letter-spacing:.15em;flex-shrink:0;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:700;transition:color .3s;display:flex}.nav-logo-text svg{flex-shrink:0}.logo-name{letter-spacing:.18em;font-size:1.5rem}.nav-logo-desktop{display:flex}.nav-logo-mobile{display:none}.navbar.scrolled .nav-logo-text{color:var(--black)}.nav-left{flex:1;align-items:center;gap:3.2rem;display:flex}.nav-links{align-items:center;gap:0;display:flex}.nav-link{color:var(--black);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.4rem;padding:.8rem 1.6rem;font-family:inherit;font-size:1.55rem;font-weight:400;text-decoration:none;transition:opacity .2s,color .3s;display:flex;position:relative}.nav-link:hover{opacity:.6}.nav-dropdown.active>.nav-dropdown-toggle{text-underline-offset:4px;opacity:1;text-decoration:underline}.navbar.scrolled .nav-link{color:var(--black)}.nav-dropdown{position:relative}.nav-dropdown-toggle svg{transition:transform .3s}.nav-dropdown.active .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{opacity:0;visibility:hidden;z-index:100;transition:all .22s;position:absolute;top:calc(100% + .8rem);left:0;transform:translateY(-6px)}.nav-dropdown.active .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-content{-webkit-backdrop-filter:blur(24px);background:#5a5a5acc;border:1px solid #ffffff26;border-radius:.6rem;min-width:20rem;padding:.8rem 0;box-shadow:0 12px 32px #00000026}.nav-dropdown-link{color:#ffffffe0;border-radius:0;padding:.9rem 1.8rem;font-size:1.5rem;transition:background .15s,color .15s;display:block}.nav-dropdown-link:hover{color:#fff;background:#ffffff14}.nav-cta{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.nav-link.contact-link{color:var(--black)}.navbar.scrolled .nav-link.contact-link{color:var(--white)}.nav-btn{background:var(--black)!important;color:var(--white)!important;border-radius:.6rem!important;padding:1.1rem 2.2rem!important;font-size:1.5rem!important;font-weight:500!important;transition:opacity .2s!important}.nav-btn:hover{opacity:.85!important}.navbar.scrolled .nav-btn{background:var(--black)!important;color:var(--white)!important}.navbar.scrolled .contact-link{color:var(--black)!important}.desktop-only{display:flex}.desktop-cta{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.mobile-cta{display:none}.nav-burger{z-index:1001;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-burger span{background:var(--black);width:2rem;height:2px;transition:var(--transition);border-radius:1px}.nav-burger.open span:first-child{transform:rotate(45deg)translate(4px,4px)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=991px){.navbar{padding:0 2rem}.nav-logo-desktop{display:none}.nav-logo-mobile,.nav-burger{display:flex}.desktop-only,.desktop-cta{display:none}.mobile-cta{border-top:1px solid var(--gray-light);flex-direction:column;width:100%;margin-top:2rem;padding-top:2rem;display:flex}.nav-left{background:var(--white);border-radius:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:85%;max-width:40rem;height:100vh;padding:8rem 3rem 3rem;transition:right .4s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000001a}.nav-left.open{right:0}.nav-links{flex-direction:column;align-items:flex-start;gap:0;width:100%}.nav-dropdown{width:100%}.nav-dropdown-toggle{justify-content:space-between;width:100%}.nav-link{width:100%;padding:1.4rem 0;font-size:1.6rem;color:var(--black)!important}.nav-dropdown-menu{padding-top:0;display:none;position:static;opacity:1!important;visibility:visible!important;transform:none!important}.nav-dropdown.active .nav-dropdown-menu{display:block}.nav-dropdown-content{box-shadow:none;border:none;min-width:auto;padding:0 0 0 1.6rem}.nav-cta{border-top:1px solid var(--gray-light);flex-direction:column;align-items:flex-start;gap:1.2rem;width:100%;margin-top:2rem;padding-top:2rem}.nav-btn{justify-content:center;border-radius:.6rem!important;width:100%!important}.navbar.scrolled .nav-container{box-shadow:none;background:0 0;border-radius:0;padding:0}}.footer{background:var(--black);color:var(--white);padding:6.4rem 0 3.2rem}.footer-top{border-bottom:1px solid #ffffff1a;gap:8rem;padding-bottom:4.8rem;display:flex}.footer-brand{flex-shrink:0;max-width:32rem}.footer-logo{letter-spacing:.2em;color:var(--white);align-items:center;gap:.8rem;margin-bottom:1.6rem;font-size:1.4rem;font-weight:700;display:flex}.footer-brand-text{color:#ffffff80;font-size:1.3rem;line-height:1.6}.footer-links-grid{flex:1;justify-content:space-between;gap:4rem;display:flex}.footer-col{flex-direction:column;gap:1.2rem;display:flex}.footer-col-title{letter-spacing:.05em;text-transform:uppercase;color:#fff6;margin-bottom:.4rem;font-size:1.3rem;font-weight:600}.footer-link{color:#ffffffb3;font-size:1.4rem;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:3.2rem;display:flex}.footer-copyright{color:#ffffff4d;font-size:1.2rem}@media (width<=991px){.footer-top{flex-direction:column;gap:4rem}.footer-brand{max-width:100%}.footer-links-grid{flex-wrap:wrap;gap:3rem}.footer-col{min-width:14rem}}@media (width<=479px){.footer-links-grid{flex-direction:column;gap:2.4rem}}.hero-section{background:#f0f0f0;align-items:stretch;width:100%;height:80vh;min-height:52rem;max-height:64rem;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;align-items:center;width:45%;max-width:none;margin:0;padding:8rem 3rem 0 8vw;display:flex;position:relative}.hero-content{max-width:52rem}.hero-h1{letter-spacing:-.04em;color:var(--black);margin-bottom:2.4rem;font-size:5.4rem;font-weight:600;line-height:1.05}.hero-h1-light{color:var(--gray-dark);margin-bottom:.2rem;font-weight:300;display:block}.hero-subtitle{color:var(--gray-dark);letter-spacing:-.005em;max-width:44rem;margin-bottom:3.2rem;font-size:1.6rem;line-height:1.6}.hero-image-wrapper{z-index:1;justify-content:center;align-items:flex-end;width:50%;min-width:44rem;height:100%;display:flex;position:absolute;top:0;right:5%}.hero-slide{opacity:0;justify-content:center;align-items:flex-end;transition:opacity 1s;display:flex;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-slide-img{object-fit:cover;object-position:center top;width:100%;height:100%}@media (width<=1600px){.hero-container{width:48%;padding-left:7.5vw}.hero-image-wrapper{width:48%;right:12%}}@media (width<=1280px){.hero-h1{font-size:3.8rem}.hero-container{width:50%;padding-top:8rem;padding-left:4vw}.hero-image-wrapper{width:46%;right:8%}}@media (width<=991px){.hero-section{flex-direction:column;height:auto;min-height:auto;max-height:none}.hero-container{width:100%;padding-top:12rem;padding-bottom:4rem;padding-left:var(--container-padding);padding-right:var(--container-padding);align-items:flex-start}.hero-content{max-width:100%}.hero-h1{max-width:100%;font-size:3.6rem}.hero-image-wrapper{width:100%;height:44rem;position:relative;right:0}}@media (width<=479px){.hero-h1{font-size:3rem}.hero-image-wrapper{height:36rem}.hero-container{padding-top:10rem}}.trusted-by-section{background:#2a2a2a;padding:4rem 0}.trusted-by-content{flex-direction:column;align-items:center;gap:3.2rem;display:flex}.trusted-by-title{color:#fff9;text-align:center;letter-spacing:.01em;font-size:2rem;font-weight:400}.trusted-by-logos-wrapper{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.trusted-by-logos-track{align-items:center;gap:6rem;width:max-content;animation:40s linear infinite scrollLogos;display:flex}.trusted-by-logo-item{color:#ffffff80;white-space:nowrap;flex-shrink:0;transition:color .3s}.trusted-by-logo-item:hover{color:#fffc}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(calc(-50% - 3rem))}}@media (width<=991px){.trusted-by-section{padding:3.2rem 0}.trusted-by-title{font-size:1.6rem}.trusted-by-logos-track{gap:4rem;animation-duration:24s}}.carousel-section{background:var(--white);margin-bottom:-27rem;padding:9.6rem 0 2rem;position:relative}.carousel-title-container{text-align:center;z-index:50;pointer-events:auto;margin-bottom:6rem;position:sticky;top:120px}.carousel-h2{letter-spacing:-.04em;color:var(--black);margin-bottom:2.4rem;font-size:4rem;font-weight:400}.carousel-btn{border-color:var(--gray-light)!important}.carousel-stack{flex-direction:column;max-width:90rem;margin:0 auto;padding-bottom:150px;display:flex}.carousel-card{z-index:calc(10 + var(--card-index,0));margin-bottom:150px;position:sticky;top:300px}.carousel-card:last-child{margin-bottom:150px}.carousel-card-inner{background:var(--gray-lighter);aspect-ratio:866/450;will-change:transform, opacity;transform-origin:top;border-radius:.8rem;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a,0 1px 3px #0000000d}.carousel-card-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.carousel-labels{z-index:2;flex-direction:column;gap:.6rem;display:flex;position:absolute;bottom:3rem;right:4rem}.carousel-label{letter-spacing:-.03em;color:#00000040;text-align:right;padding:.4rem 0;font-family:inherit;font-size:2.8rem;font-weight:500;transition:color .3s,font-weight .3s}.carousel-label.active{color:var(--black);font-weight:600}@media (width<=1536px) and (width>=992px){.carousel-stack{max-width:80rem}.carousel-h2{font-size:3.2rem}}@media (width<=991px){.carousel-section{padding:6.4rem 0 2rem}.carousel-h2{padding:0 2rem;font-size:2.8rem}.carousel-title-container{margin-bottom:4rem;position:relative!important;top:0!important}.carousel-card{margin-bottom:2rem;position:relative;top:auto!important}.carousel-card-inner{aspect-ratio:1;border-radius:.8rem}.carousel-labels{bottom:2rem;right:2rem}.carousel-label{font-size:2rem}.carousel-label:not(.active){display:none}}.brand-slider-section{background:var(--white);padding:10rem 0 4.8rem}.brand-slider-header{text-align:center;margin-bottom:6rem}.brand-slider-h2{letter-spacing:-.04em;margin-bottom:1.2rem;font-size:4rem;font-weight:500}.brand-slider-subtitle{color:var(--gray-dark);margin-bottom:3.2rem;font-size:1.8rem}.brand-slider-wrapper{margin:0 -2rem;padding:0 2rem;overflow:hidden}.brand-slider-track{align-items:center;gap:2rem;width:max-content;transition:transform 1s cubic-bezier(.25,1,.5,1);display:flex}.brand-slide{aspect-ratio:3/4;opacity:.5;cursor:pointer;border-radius:2.4rem;flex-shrink:0;width:24rem;height:auto;transition:all 1s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.brand-slide.active{opacity:1;z-index:2;width:34rem;box-shadow:0 20px 40px #0000001a}.brand-slide img{border-radius:2.4rem}.brand-slide-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#000000b3;border-radius:10rem;padding:.6rem 1.4rem;transition:opacity .3s;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.brand-slide.active .brand-slide-tag{opacity:1}.brand-slide-tag span{color:var(--white);letter-spacing:.1em;white-space:nowrap;font-size:1rem;font-weight:500}.brand-slider-nav{justify-content:center;gap:2rem;margin-top:6rem;display:flex}.brand-slider-btn{cursor:pointer;background:var(--gray-lighter);width:4.4rem;height:4.4rem;transition:var(--transition);border:none;border-radius:.6rem;justify-content:center;align-items:center;display:flex}.brand-slider-btn:hover{background:#e0e0e0}@media (width<=1536px) and (width>=992px){.brand-slider-h2{font-size:3.2rem}.brand-slide{width:22rem}.brand-slide.active{width:30rem}}@media (width<=991px){.brand-slider-section{padding:3.2rem 0 6.4rem}.brand-slider-h2{font-size:2.8rem}.brand-slider-nav{margin-top:4rem}.brand-slide{width:18rem}.brand-slide.active{width:26rem}}@media (width<=479px){.brand-slide{width:14rem}.brand-slide.active{width:22rem}}.benefits-section{background:var(--white);padding:4.8rem 0 9.6rem}.benefits-header{text-align:center;max-width:70rem;margin:0 auto 8rem}.benefits-h2{letter-spacing:-.04em;margin-bottom:1.6rem;font-size:4rem;font-weight:500}.benefits-subtitle{color:var(--gray-dark);font-size:1.8rem;line-height:1.6}.benefits-items{flex-direction:column;gap:9.6rem;display:flex}.benefit-item{align-items:center;gap:6rem;display:flex}.benefit-item.reverse{flex-direction:row-reverse}.benefit-image{border-radius:1.2rem;flex:1;max-width:50%;overflow:hidden}.benefit-image img{border-radius:1.2rem;width:100%;height:auto;transition:transform .6s}.benefit-item:hover .benefit-image img{transform:scale(1.02)}.benefit-content{flex:1;max-width:48rem}.benefit-title{letter-spacing:-.03em;color:var(--black);transition:var(--transition);margin-bottom:1.6rem;font-size:3.2rem;font-weight:500;display:inline-block;position:relative}.benefit-title:after{content:"";background:var(--black);width:0;height:2px;transition:width .4s;position:absolute;bottom:-2px;left:0}.benefit-title:hover:after{width:100%}.benefit-description{color:var(--gray-dark);margin-bottom:2.4rem;font-size:1.6rem;line-height:1.7}.benefit-stat{border-top:1px solid var(--gray-light);margin-bottom:2rem;padding:2.4rem 0}.benefit-stat-number{letter-spacing:-.04em;color:var(--black);margin-bottom:.8rem;font-size:4.8rem;font-weight:600;line-height:1}.benefit-stat-text{color:var(--gray-dark);font-size:1.6rem;line-height:1.5}.benefit-review{border-top:1px solid var(--gray-light);margin-bottom:2rem;padding:2.4rem 0}.benefit-review-text{color:var(--black);margin-bottom:1.2rem;font-size:1.6rem;font-style:italic;line-height:1.6}.benefit-review-author{color:var(--gray-dark);font-size:1.4rem}.benefit-cta{padding-top:.8rem}@media (width<=1536px) and (width>=992px){.benefits-h2{font-size:3.2rem}.benefit-title{font-size:2.8rem}.benefit-stat-number{font-size:4rem}.benefits-items{gap:7rem}.benefit-content{max-width:38rem}}@media (width<=991px){.benefits-section{padding:3.2rem 0 6.4rem}.benefits-header{margin-bottom:5rem}.benefits-h2{font-size:2.8rem}.benefit-item,.benefit-item.reverse{flex-direction:column;gap:3.2rem}.benefit-image,.benefit-content{max-width:100%}.benefits-items{gap:6.4rem}}.partner-section{background:var(--black);flex-direction:column-reverse;display:flex;position:relative}.partner-section:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--gray-lighter) 100%);z-index:3;pointer-events:none;width:100%;height:25rem;position:absolute;bottom:0;left:0}.partner-bg-wrapper{width:100%;position:relative}.partner-bg-img{width:100%;height:auto;display:block}.partner-bg-overlay{display:none}.absolute-container{width:100%;padding:8rem 0;position:relative}.partner-content{max-width:80rem}.partner-text{flex-direction:column;align-items:flex-start;gap:3.2rem;display:flex}.partner-h2{letter-spacing:-.04em;color:var(--white);text-align:left;margin-bottom:0;font-size:5.6rem;font-weight:500;line-height:1.1}.partner-description{color:#ffffffe6;text-align:left;max-width:65rem;margin-bottom:0;font-size:2rem;line-height:1.6}.solid-white{background:var(--white);color:var(--black);border-color:var(--white)!important}.solid-white:hover{color:var(--white);background:0 0}@media (width<=1536px) and (width>=992px){.partner-h2{font-size:4.8rem}.partner-description{font-size:1.8rem}}@media (width<=991px){.absolute-container{padding:6.4rem 2rem}.partner-h2{font-size:3.6rem}.partner-description{font-size:1.8rem}}.cta-section{background:var(--gray-lighter);padding:12rem 0;position:relative;overflow:hidden}.cta-content{text-align:center;z-index:1;position:relative}.cta-h2{letter-spacing:-.04em;color:var(--black);max-width:80rem;margin:0 auto 4rem;font-size:5.6rem;font-weight:500;line-height:1.1}@media (width<=1536px) and (width>=992px){.cta-h2{font-size:4.8rem}}@media (width<=991px){.cta-section{padding:8rem 0}.cta-h2{font-size:3.2rem}}@media (width<=479px){.cta-h2{font-size:2.6rem}}.contact-page{background:var(--white);display:flex}.contact-left{flex:1;justify-content:center;padding:12rem 6rem 8rem;display:flex}.contact-form-container{width:100%;max-width:54rem}.contact-h1{letter-spacing:-.04em;color:var(--black);margin-bottom:1.6rem;font-size:4.8rem;font-weight:500}.contact-subtitle{color:var(--gray-dark);margin-bottom:4.8rem;font-size:1.6rem;line-height:1.6}.contact-form{flex-direction:column;gap:2.4rem;display:flex}.form-row{gap:2.4rem;display:flex}.form-group{flex-direction:column;flex:1;gap:.8rem;display:flex}.form-group label{color:var(--black);font-size:1.4rem;font-weight:500}.req{color:#e53e3e}.phone-input-group{gap:1.2rem;display:flex}.country-select{width:14rem!important}.contact-form input,.contact-form select,.contact-form textarea{background:var(--gray-lighter);width:100%;color:var(--black);appearance:none;border:1px solid #0000;border-radius:.6rem;padding:1.6rem;font-family:inherit;font-size:1.5rem;transition:border-color .2s,background .2s}.contact-form select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .6rem center;background-repeat:no-repeat;background-size:1.6rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:var(--white);border-color:#d1d1d1;outline:none;box-shadow:0 0 0 3px #00000008}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a0a0a0}.form-footer{align-items:center;gap:2.4rem;margin-top:.8rem;display:flex}.form-footer button{cursor:pointer;border:none;padding:1.4rem 4rem;font-size:1.6rem}.form-result{color:var(--black);font-size:1.4rem;font-weight:500}.contact-support{color:var(--gray-dark);margin-top:4rem;font-size:1.3rem}.contact-support strong{color:var(--black)}.contact-right{background:var(--black);flex-direction:column;flex:1;justify-content:flex-end;align-items:center;padding:8rem 4rem;display:flex;position:relative;overflow:hidden}.contact-right-img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.contact-right-overlay{z-index:1;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.contact-right-content{z-index:2;text-align:center;color:var(--white);width:100%;position:relative}.contact-right-content h3{margin-bottom:3.2rem;font-size:2.4rem;font-weight:400}.contact-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.contact-logos span{letter-spacing:.05em;opacity:.9;font-size:1.8rem;font-weight:700}@media (width<=991px){.contact-page{flex-direction:column}.contact-right{order:-1;min-height:50rem}.contact-left{padding:4rem 2rem}.form-row{flex-direction:column;gap:2.4rem}.contact-h1{font-size:3.6rem}}.models-page{padding-top:var(--nav-height);min-height:100vh}.models-header-section{text-align:center;padding:8rem 0 4rem}.models-h1{letter-spacing:-.04em;color:var(--black);margin-bottom:2rem;font-size:6.4rem;font-weight:400}.models-subtitle{color:var(--gray-dark);max-width:70rem;margin:0 auto 6rem;font-size:2rem}.models-toggle{background:var(--gray-lighter);border-radius:4rem;padding:.4rem;display:inline-flex}.toggle-btn{color:var(--gray-dark);transition:var(--transition);border-radius:4rem;padding:1.2rem 4rem;font-size:1.6rem;font-weight:500}.toggle-btn.active{background:var(--black);color:var(--white)}.gallery-container{width:100%;margin:0 auto;padding:0 4rem}.models-gallery-section{padding:0 0 10rem}.models-grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.model-card{flex-direction:column;display:flex}.model-img-wrapper{aspect-ratio:3/4;background:var(--gray-lighter);border-radius:1.2rem;margin-bottom:1.6rem;position:relative;overflow:hidden}.model-img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .4s}.model-card:hover .model-img{transform:scale(1.05)}.models-gallery-section{position:relative}.models-gallery-section:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#fff 85%);width:100%;height:350px;position:absolute;bottom:0;left:0}.model-name{color:var(--gray-dark);font-size:1.6rem}.models-unlock-section{text-align:center;padding:8rem 0}.unlock-h2{letter-spacing:-.04em;margin-bottom:4rem;font-size:4.8rem;font-weight:400}.unlock-btns{justify-content:center;gap:2rem;display:flex}.btn-secondary{background:var(--gray-lighter);color:var(--black);transition:var(--transition);border-radius:.8rem;padding:1.4rem 3.2rem;font-size:1.6rem;font-weight:500;display:inline-block}.btn-secondary:hover{background:#e0e0e0}.custom-plan-grid{grid-template-columns:1fr 1fr;min-height:70vh;display:grid}.custom-plan-left{color:var(--white);background:#222;justify-content:center;align-items:center;padding:8rem 4rem;display:flex}.custom-plan-content{text-align:center;max-width:50rem}.custom-plan-content h2{letter-spacing:-.04em;margin-bottom:2rem;font-size:5.6rem;font-weight:400;line-height:1.1}.custom-plan-content p{color:#fffc;margin-bottom:4rem;font-size:1.8rem}.btn-white{background:var(--white);color:var(--black);transition:var(--transition);border-radius:.8rem;padding:1.4rem 3.2rem;font-size:1.6rem;font-weight:500;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 15px #fff3}.custom-plan-right{height:100%}.custom-plan-img{object-fit:cover;width:100%;height:100%;display:block}.faq-section{background:var(--white);padding:12rem 0}.faq-grid{grid-template-columns:1fr 2fr;gap:8rem;display:grid}.faq-title h2{letter-spacing:-.04em;font-size:4.8rem;font-weight:400;line-height:1.1}.faq-list{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--gray-light);cursor:pointer;padding:3.2rem 0}.faq-item:first-child{padding-top:0}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h3{margin:0;font-size:2.2rem;font-weight:500}.faq-icon{color:var(--gray-dark);font-size:2.8rem;font-weight:300}.faq-answer{max-height:0;transition:max-height .4s,margin-top .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px;margin-top:2rem}.faq-answer p{color:var(--gray-dark);margin:0;font-size:1.8rem;line-height:1.6}@media (width<=1199px){.models-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=991px){.models-h1{font-size:4.8rem}.models-grid{grid-template-columns:repeat(3,1fr)}.custom-plan-grid{grid-template-columns:1fr}.custom-plan-left{padding:8rem 2rem}.custom-plan-right{height:50vh}.faq-grid{grid-template-columns:1fr;gap:4rem}.faq-title h2{font-size:3.6rem}}@media (width<=767px){.models-h1{font-size:3.6rem}.models-grid{grid-template-columns:repeat(2,1fr)}.unlock-btns{flex-direction:column}}@media (width<=479px){.models-grid{grid-template-columns:1fr}}.tpp-page{color:#1a1a1a;padding-top:var(--nav-height);background-color:#fff;overflow-x:hidden}.tpp-hero-s{background-color:#fff;padding-top:10rem;padding-bottom:10rem}.tpp-hero-c{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.tpp-hero-content{flex-direction:column;align-items:flex-start;display:flex}.tpp-hero-h1{color:#111;letter-spacing:-.04em;margin-bottom:2.4rem;font-size:5.6rem;font-weight:600;line-height:1.1}.tpp-hero-description{color:#555;letter-spacing:-.005em;max-width:44rem;margin-bottom:3.6rem;font-size:1.7rem;line-height:1.55}.tpp-hero-btns-c{flex-wrap:wrap;gap:1.2rem;display:flex}.tpp-btn-primary{color:#fff;background:#1a1a1a;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.tpp-btn-primary:hover{background:#333}.tpp-btn-secondary{color:#1a1a1a;background:#f0f0f3;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.tpp-btn-secondary:hover{background:#e0e0e4}.tpp-hero-img-c{aspect-ratio:16/10;background:#e8eef5;border-radius:2rem;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.tpp-hero-main-img{object-fit:contain;object-position:center;border-radius:2rem;width:100%;height:100%;display:block}.tpp-steps-s{background-color:#f5f5f5;padding-top:12rem;padding-bottom:12rem}.tpp-steps-c{flex-direction:column;gap:0;display:flex}.tpp-steps-title-c{text-align:center;max-width:76rem;margin:0 auto 10rem}.tpp-steps-h2{color:#111;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:600}.tpp-steps-description{color:#666;font-size:1.7rem;line-height:1.55}.tpp-steps-description.product{max-width:60rem;margin:0 auto}.tpp-steps-grid{flex-direction:column;gap:0;display:flex;position:relative}.tpp-steps-grid-line{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3csvg width='1' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.5' y1='0' x2='0.5' y2='9' stroke='%23272523' stroke-opacity='0.4' stroke-dasharray='4 4'/%3e%3c/svg%3e");background-position:0;background-repeat:repeat-y;background-size:1px 8px;width:0;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.tpp-steps-item-ball{z-index:3;background:#1a1a1a;border:3px solid #f5f5f5;border-radius:50%;width:1.2rem;height:1.2rem;position:absolute;top:16%;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #1a1a1a}.tpp-steps-item{z-index:2;border-bottom:1px solid #e8e8e8;grid-template-columns:1fr 1fr;align-items:center;gap:8rem;padding:8rem 0;display:grid;position:relative}.tpp-steps-item:last-of-type{border-bottom:none}.tpp-steps-item.reverse{direction:rtl}.tpp-steps-item.reverse>*{direction:ltr}.tpp-steps-item-content{flex-direction:column;align-items:flex-start;display:flex}.tpp-steps-item-count{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:500;line-height:1}.tpp-steps-item-h3{color:#111;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600}.tpp-steps-item-text{color:#666;max-width:44rem;font-size:1.6rem;line-height:1.5}.tpp-steps-img-c{aspect-ratio:1.4;background:#fff;border-radius:1.6rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.tpp-steps-img-c img{object-fit:cover;width:100%;height:100%;display:block}.tpp-steps-results{margin-top:12rem}.tpp-steps-results-title{text-align:center;margin-bottom:8rem}.tpp-tag{text-transform:uppercase;letter-spacing:.08em;color:#555;background:#1a1a1a0f;border-radius:10rem;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;display:inline-block}.tpp-steps-results-grid{justify-content:center;align-items:flex-end;gap:0;min-height:48rem;display:flex;position:relative}.tpp-steps-results-grid-img-c{aspect-ratio:.7;cursor:pointer;border-radius:2rem;width:30%;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:absolute;overflow:hidden;box-shadow:0 20px 50px #0000001a}.tpp-steps-results-grid-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.tpp-steps-results-grid-img-c:hover .tpp-steps-results-grid-img{transform:scale(1.04)}.tpp-steps-results-grid-img-c.left{z-index:1;transform:rotate(-10deg)translate(-28rem,2rem)}.tpp-steps-results-grid-img-c.center{z-index:3;transform:translateY(-2rem);box-shadow:0 30px 65px #0000002e}.tpp-steps-results-grid-img-c.right{z-index:2;transform:rotate(10deg)translate(28rem,2rem)}.tpp-steps-results-grid-img-c:hover{z-index:10;box-shadow:0 40px 80px #0000003d}.tpp-steps-results-grid-img-c.left:hover{transform:rotate(-10deg)translate(-28rem,2rem)scale(1.07)}.tpp-steps-results-grid-img-c.center:hover{transform:translateY(-4rem)scale(1.05)}.tpp-steps-results-grid-img-c.right:hover{transform:rotate(10deg)translate(28rem,2rem)scale(1.07)}@media (width<=1024px){.tpp-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.tpp-hero-content{align-items:center}.tpp-hero-img-c{max-width:52rem;margin:0 auto}.tpp-steps-item{direction:ltr;grid-template-columns:1fr;gap:4rem;padding:6rem 0}.tpp-steps-item.reverse{direction:ltr}.tpp-steps-grid-line,.tpp-steps-item-ball{display:none}.tpp-steps-results-grid{flex-direction:column;align-items:center;gap:4rem;min-height:auto;padding:0 2rem}.tpp-steps-results-grid-img-c{width:100%;max-width:36rem;position:relative;z-index:auto!important;transform:none!important}.tpp-steps-results-grid-img-c:hover{transform:translateY(-1rem)scale(1.02)!important}}@media (width<=768px){.tpp-hero-h1{font-size:3.8rem}.tpp-steps-h2{font-size:3.4rem}.tpp-models-grid-preview{grid-template-columns:repeat(3,1fr)}.tpp-bg-thumbs-grid{grid-template-columns:repeat(2,1fr)}}.fl-page{color:#1a1a1a;padding-top:var(--nav-height);background-color:#fff;overflow-x:hidden}.fl-hero-s{background-color:#fff;padding-top:10rem;padding-bottom:10rem}.fl-hero-c{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.fl-hero-content{flex-direction:column;align-items:flex-start;display:flex}.fl-hero-h1{color:#111;letter-spacing:-.04em;margin-bottom:2.4rem;font-size:5.6rem;font-weight:600;line-height:1.1}.fl-hero-description{color:#555;letter-spacing:-.005em;max-width:44rem;margin-bottom:3.6rem;font-size:1.7rem;line-height:1.55}.fl-hero-btns-c{flex-wrap:wrap;gap:1.2rem;display:flex}.fl-btn-primary{color:#fff;background:#1a1a1a;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.fl-btn-primary:hover{background:#333}.fl-btn-secondary{color:#1a1a1a;background:#f0f0f3;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.fl-btn-secondary:hover{background:#e0e0e4}.fl-hero-img-grid{grid-template-columns:.8fr 1fr;gap:1.6rem;width:100%;display:grid}.fl-hero-grid-left{grid-template-rows:1fr 1fr;gap:1.6rem;display:grid}.fl-hero-grid-left-img{object-fit:cover;background:#e8eef5;border-radius:1.2rem;width:100%;height:100%}.fl-hero-grid-right{width:100%;height:100%}.fl-hero-grid-right-img{object-fit:cover;background:#e8eef5;border-radius:1.2rem;width:100%;height:100%}.fl-steps-s{background-color:#f5f5f5;padding-top:12rem;padding-bottom:12rem}.fl-steps-c{flex-direction:column;gap:0;display:flex}.fl-steps-title-c{text-align:center;max-width:76rem;margin:0 auto 10rem}.fl-steps-h2{color:#111;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:600}.fl-steps-description{color:#666;font-size:1.7rem;line-height:1.55}.fl-steps-description.product{max-width:60rem;margin:0 auto}.fl-steps-grid{flex-direction:column;gap:0;display:flex;position:relative}.fl-steps-grid-line{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3csvg width='1' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.5' y1='0' x2='0.5' y2='9' stroke='%23272523' stroke-opacity='0.4' stroke-dasharray='4 4'/%3e%3c/svg%3e");background-position:0;background-repeat:repeat-y;background-size:1px 8px;width:0;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.fl-steps-item-ball{z-index:3;background:#1a1a1a;border:3px solid #f5f5f5;border-radius:50%;width:1.2rem;height:1.2rem;position:absolute;top:16%;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #1a1a1a}.fl-steps-item{z-index:2;border-bottom:1px solid #e8e8e8;grid-template-columns:1fr 1fr;align-items:center;gap:8rem;padding:8rem 0;display:grid;position:relative}.fl-steps-item:last-of-type{border-bottom:none}.fl-steps-item.reverse{direction:rtl}.fl-steps-item.reverse>*{direction:ltr}.fl-steps-item-content{flex-direction:column;align-items:flex-start;display:flex}.fl-steps-item-count{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:500;line-height:1}.fl-steps-item-h3{color:#111;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600}.fl-steps-item-text{color:#666;max-width:44rem;font-size:1.6rem;line-height:1.5}.fl-steps-img-c{aspect-ratio:1.4;background:#fff;border-radius:1.6rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.fl-steps-img-c img{object-fit:cover;width:100%;height:100%;display:block}.fl-steps-results{margin-top:12rem}.fl-steps-results-title{text-align:center;margin-bottom:8rem}.fl-tag{text-transform:uppercase;letter-spacing:.08em;color:#555;background:#1a1a1a0f;border-radius:10rem;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;display:inline-block}.fl-steps-results-grid{justify-content:center;align-items:flex-end;gap:0;min-height:48rem;display:flex;position:relative}.fl-steps-results-grid-img-c{aspect-ratio:.7;cursor:pointer;border-radius:2rem;width:30%;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:absolute;overflow:hidden;box-shadow:0 20px 50px #0000001a}.fl-steps-results-grid-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.fl-steps-results-grid-img-c:hover .fl-steps-results-grid-img{transform:scale(1.04)}.fl-steps-results-grid-img-c.left{z-index:1;transform:rotate(-10deg)translate(-28rem,2rem)}.fl-steps-results-grid-img-c.center{z-index:3;transform:translateY(-2rem);box-shadow:0 30px 65px #0000002e}.fl-steps-results-grid-img-c.right{z-index:2;transform:rotate(10deg)translate(28rem,2rem)}.fl-steps-results-grid-img-c:hover{z-index:10;box-shadow:0 40px 80px #0000003d}.fl-steps-results-grid-img-c.left:hover{transform:rotate(-10deg)translate(-28rem,2rem)scale(1.07)}.fl-steps-results-grid-img-c.center:hover{transform:translateY(-4rem)scale(1.05)}.fl-steps-results-grid-img-c.right:hover{transform:rotate(10deg)translate(28rem,2rem)scale(1.07)}@media (width<=1024px){.fl-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.fl-hero-content{align-items:center}.fl-hero-img-c{max-width:52rem;margin:0 auto}.fl-steps-item{direction:ltr;grid-template-columns:1fr;gap:4rem;padding:6rem 0}.fl-steps-item.reverse{direction:ltr}.fl-steps-grid-line,.fl-steps-item-ball{display:none}.fl-steps-results-grid{flex-direction:column;align-items:center;gap:4rem;min-height:auto;padding:0 2rem}.fl-steps-results-grid-img-c{width:100%;max-width:36rem;position:relative;z-index:auto!important;transform:none!important}.fl-steps-results-grid-img-c:hover{transform:translateY(-1rem)scale(1.02)!important}}@media (width<=768px){.fl-hero-h1{font-size:3.8rem}.fl-steps-h2{font-size:3.4rem}}.mq-page{color:#1a1a1a;padding-top:var(--nav-height);background-color:#fff;overflow-x:hidden}.mq-hero-s{background-color:#fff;padding-top:10rem;padding-bottom:10rem}.mq-hero-c{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.mq-hero-content{flex-direction:column;align-items:flex-start;display:flex}.mq-hero-h1{color:#111;letter-spacing:-.04em;margin-bottom:2.4rem;font-size:5.6rem;font-weight:600;line-height:1.1}.mq-hero-description{color:#555;letter-spacing:-.005em;max-width:44rem;margin-bottom:3.6rem;font-size:1.7rem;line-height:1.55}.mq-hero-btns-c{flex-wrap:wrap;gap:1.2rem;display:flex}.mq-btn-primary{color:#fff;background:#1a1a1a;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.mq-btn-primary:hover{background:#333}.mq-btn-secondary{color:#1a1a1a;background:#f0f0f3;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.mq-btn-secondary:hover{background:#e0e0e4}.mq-hero-img-pair{grid-template-columns:1fr 1fr;gap:1.6rem;width:100%;display:grid}.mq-hero-pair-img{object-fit:cover;aspect-ratio:.75;background:#e8eef5;border-radius:1.2rem;width:100%;height:100%}.mq-steps-s{background-color:#f5f5f5;padding-top:12rem;padding-bottom:12rem}.mq-steps-c{flex-direction:column;gap:0;display:flex}.mq-steps-title-c{text-align:center;max-width:76rem;margin:0 auto 10rem}.mq-steps-h2{color:#111;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:600}.mq-steps-description{color:#666;font-size:1.7rem;line-height:1.55}.mq-steps-description.product{max-width:60rem;margin:0 auto}.mq-steps-grid{flex-direction:column;gap:0;display:flex;position:relative}.mq-steps-grid-line{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3csvg width='1' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.5' y1='0' x2='0.5' y2='9' stroke='%23272523' stroke-opacity='0.4' stroke-dasharray='4 4'/%3e%3c/svg%3e");background-position:0;background-repeat:repeat-y;background-size:1px 8px;width:0;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.mq-steps-item-ball{z-index:3;background:#1a1a1a;border:3px solid #f5f5f5;border-radius:50%;width:1.2rem;height:1.2rem;position:absolute;top:12.5%;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #1a1a1a}.mq-steps-item{z-index:2;border-bottom:1px solid #e8e8e8;grid-template-columns:1fr 1fr;align-items:center;gap:8rem;padding:8rem 0;display:grid;position:relative}.mq-steps-item:last-of-type{border-bottom:none}.mq-steps-item.reverse{direction:rtl}.mq-steps-item.reverse>*{direction:ltr}.mq-steps-item-content{flex-direction:column;align-items:flex-start;display:flex}.mq-steps-item-count{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:500;line-height:1}.mq-steps-item-h3{color:#111;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600}.mq-steps-item-text{color:#666;max-width:44rem;font-size:1.6rem;line-height:1.5}.mq-steps-img-c{aspect-ratio:1.4;background:#fff;border-radius:1.6rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.mq-steps-img-c img{object-fit:cover;width:100%;height:100%;display:block}.mq-steps-results{margin-top:12rem}.mq-steps-results-title{text-align:center;margin-bottom:8rem}.mq-tag{text-transform:uppercase;letter-spacing:.08em;color:#555;background:#1a1a1a0f;border-radius:10rem;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;display:inline-block}.mq-steps-results-grid{justify-content:center;align-items:flex-end;gap:0;min-height:48rem;display:flex;position:relative}.mq-steps-results-grid-img-c{aspect-ratio:.7;cursor:pointer;border-radius:2rem;width:30%;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:absolute;overflow:hidden;box-shadow:0 20px 50px #0000001a}.mq-steps-results-grid-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.mq-steps-results-grid-img-c:hover .mq-steps-results-grid-img{transform:scale(1.04)}.mq-steps-results-grid-img-c.left{z-index:1;transform:rotate(-10deg)translate(-28rem,2rem)}.mq-steps-results-grid-img-c.center{z-index:3;transform:translateY(-2rem);box-shadow:0 30px 65px #0000002e}.mq-steps-results-grid-img-c.right{z-index:2;transform:rotate(10deg)translate(28rem,2rem)}.mq-steps-results-grid-img-c:hover{z-index:10;box-shadow:0 40px 80px #0000003d}.mq-steps-results-grid-img-c.left:hover{transform:rotate(-10deg)translate(-28rem,2rem)scale(1.07)}.mq-steps-results-grid-img-c.center:hover{transform:translateY(-4rem)scale(1.05)}.mq-steps-results-grid-img-c.right:hover{transform:rotate(10deg)translate(28rem,2rem)scale(1.07)}@media (width<=1024px){.mq-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.mq-hero-content{align-items:center}.mq-hero-img-c{max-width:52rem;margin:0 auto}.mq-steps-item{direction:ltr;grid-template-columns:1fr;gap:4rem;padding:6rem 0}.mq-steps-item.reverse{direction:ltr}.mq-steps-grid-line,.mq-steps-item-ball{display:none}.mq-steps-results-grid{flex-direction:column;align-items:center;gap:4rem;min-height:auto;padding:0 2rem}.mq-steps-results-grid-img-c{width:100%;max-width:36rem;position:relative;z-index:auto!important;transform:none!important}.mq-steps-results-grid-img-c:hover{transform:translateY(-1rem)scale(1.02)!important}}@media (width<=768px){.mq-hero-h1{font-size:3.8rem}.mq-steps-h2{font-size:3.4rem}}.sol-btn-primary.full-width{justify-content:center;width:100%}.sol-calculator-s{background-color:#fcfcfd;border-top:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3;padding:10rem 0}.sol-calc-container{grid-template-columns:1.2fr .8fr;align-items:center;gap:8rem;display:grid}.sol-calc-info{flex-direction:column;display:flex}.sol-section-p{color:#666;max-width:54rem;margin-bottom:4rem;font-size:1.65rem;line-height:1.6}.sol-section-p.max-w{margin:0 auto}.sol-slider-group{margin-bottom:3.2rem}.sol-slider-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.sol-slider-header label{color:#333;font-size:1.5rem;font-weight:500}.sol-slider-value{color:#1a1a1a;font-size:1.6rem;font-weight:600}.sol-range{-webkit-appearance:none;background:#e5e5e5;border-radius:3px;outline:none;width:100%;height:6px}.sol-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#1a1a1a;border-radius:50%;width:22px;height:22px;transition:transform .1s;box-shadow:0 2px 8px #00000026}.sol-range::-webkit-slider-thumb:hover{transform:scale(1.15)}.sol-calc-result-card{background:#fff;border:1px solid #e5e5e5;border-radius:1.6rem;padding:3.6rem;box-shadow:0 10px 30px #0000000a}.sol-result-row{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sol-result-row.total{margin-top:2rem;margin-bottom:2rem}.sol-result-label{color:#666;font-size:1.5rem}.sol-result-row.total .sol-result-label{color:#1a1a1a;font-size:1.6rem;font-weight:600}.sol-result-val{font-size:2rem;font-weight:600}.sol-result-val.red{color:#e53e3e}.sol-result-val.green{color:#2f855a}.sol-result-val.savings{color:#2f855a;font-size:2.8rem;font-weight:700}.sol-result-divider{background:#e5e5e5;width:100%;height:1px}.sol-result-disclaimer{color:#888;margin-bottom:2.4rem;font-size:1.25rem;line-height:1.4}.sol-benefits-s{background-color:#fff;padding:10rem 0}.sol-benefits-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.sol-benefit-card{background:#fbfbfd;border:1px solid #f0f0f3;border-radius:1.6rem;padding:4rem 3rem;transition:transform .3s,box-shadow .3s}.sol-benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.sol-benefit-metric{color:#1a1a1a;letter-spacing:-.04em;margin-bottom:1.6rem;font-size:4.8rem;font-weight:700}.sol-benefit-h3{color:#111;margin-bottom:1.2rem;font-size:2rem;font-weight:600}.sol-benefit-p{color:#666;font-size:1.5rem;line-height:1.5}.sol-steps-s{background-color:#f5f5f7;padding:10rem 0}.sol-steps-title-c{text-align:center;margin-bottom:8rem}.sol-steps-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.sol-step-item{flex-direction:column;align-items:flex-start;display:flex}.sol-step-number{color:#999;margin-bottom:2rem;font-size:3.6rem;font-weight:500}.sol-step-h4{color:#111;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600}.sol-step-p{color:#555;font-size:1.55rem;line-height:1.55}@media (width<=1024px){.sol-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.sol-hero-content{align-items:center}.sol-hero-img-c{max-width:52rem;margin:0 auto}.sol-calc-container{grid-template-columns:1fr;gap:6rem}.sol-calc-info{text-align:center}.sol-section-p{margin-left:auto;margin-right:auto}.sol-benefits-grid,.sol-steps-grid{grid-template-columns:1fr;gap:4rem}.sol-benefit-card{text-align:center}}@media (width<=768px){.sol-hero-h1{font-size:3.8rem}.sol-section-h2{font-size:3rem}}.sol-timeline-s{background-color:#fbfbfd;border-bottom:1px solid #f0f0f3;padding:10rem 0}.sol-timeline-intro{margin-bottom:8rem}.sol-timeline-grid{grid-template-columns:1fr 1fr;gap:6rem;display:grid}.sol-track-col{background:#fff;border:1px solid #e5e5e5;border-radius:2rem;padding:4rem;box-shadow:0 10px 30px #00000005}.sol-track-col.drape{border-color:#1a1a1a;box-shadow:0 15px 40px #0000000f}.sol-track-h3{color:#111;letter-spacing:-.02em;border-bottom:1px solid #f0f0f3;margin-bottom:3.6rem;padding-bottom:1.6rem;font-size:2.2rem;font-weight:600}.sol-timeline-list{flex-direction:column;gap:2.4rem;display:flex}.sol-timeline-node{background:#fbfbfd;border:1px solid #0000;border-radius:1.2rem;gap:2.4rem;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.sol-timeline-node:hover,.sol-timeline-node.active{background:#fff;border-color:#e5e5e5;transform:translate(4px);box-shadow:0 8px 20px #0000000a}.sol-track-col.drape .sol-timeline-node:hover,.sol-track-col.drape .sol-timeline-node.active{border-color:#1a1a1a}.sol-timeline-badge{color:#e53e3e;background:#e53e3e1a;border-radius:10rem;flex-shrink:0;justify-content:center;align-items:center;width:9.6rem;height:3.6rem;font-size:1.3rem;font-weight:600;display:flex}.sol-timeline-badge.premium{color:#2f855a;background:#2f855a1a}.sol-timeline-info{flex-direction:column;gap:.4rem;display:flex}.sol-timeline-node-title{color:#111;font-size:1.65rem;font-weight:600}.sol-timeline-node-desc{color:#666;font-size:1.45rem;line-height:1.5}.sol-speed-cards-s{background-color:#fff;padding:10rem 0}.sol-speed-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.sol-speed-card{background:#fbfbfd;border:1px solid #f0f0f3;border-radius:1.6rem;padding:4rem;transition:transform .3s}.sol-speed-card:hover{transform:translateY(-5px)}.sol-speed-h3{color:#111;letter-spacing:-.02em;margin-bottom:1.6rem;font-size:2.1rem;font-weight:600}.sol-speed-p{color:#666;font-size:1.5rem;line-height:1.55}@media (width<=1024px){.sol-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.sol-hero-content{align-items:center}.sol-hero-img-c{max-width:52rem;margin:0 auto}.sol-stats-row{grid-template-columns:1fr;gap:3.2rem}.sol-timeline-grid{grid-template-columns:1fr;gap:6rem}.sol-speed-grid{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.sol-hero-h1{font-size:3.8rem}.sol-section-h2{font-size:3rem}}.ed-remake{color:#1a1a1a;padding-top:var(--nav-height);background-color:#fbfbfd;overflow-x:hidden}.ed-header-s{text-align:center;background-color:#fff;border-bottom:1px solid #f0f0f3;padding-top:10rem;padding-bottom:6rem}.ed-header-c{max-width:80rem;margin:0 auto}.ed-header-h1{color:#111;letter-spacing:-.04em;margin-top:1.6rem;margin-bottom:2.4rem;font-size:5.6rem;font-weight:600;line-height:1.1}.ed-header-desc{color:#555;font-size:1.8rem;line-height:1.6}.ed-campaigns-s{padding:10rem 0}.ed-campaigns-list{flex-direction:column;gap:12rem;display:flex}.ed-camp-block{grid-template-columns:1.1fr .9fr;align-items:center;gap:8rem;display:grid}.ed-camp-block:nth-child(2n){grid-template-columns:.9fr 1.1fr}.ed-camp-block:nth-child(2n) .ed-camp-visual-wrapper{order:2}.ed-camp-block:nth-child(2n) .ed-camp-info-wrapper{order:1}.ed-camp-visual-wrapper{width:100%}.ed-camp-image-container{background-color:#fff;border-radius:2rem;width:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 25px 65px #0000001a,0 0 0 1px #00000008}.ed-camp-image-container:hover{transform:translateY(-4px)}.ed-camp-full-img{object-fit:contain;width:100%;height:auto;display:block}.ed-camp-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1a1a;letter-spacing:.05em;background:#ffffffe6;border-radius:10rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;position:absolute;top:2.4rem;left:2.4rem;box-shadow:0 4px 12px #0000000d}.ed-camp-info-wrapper{flex-direction:column;align-items:flex-start;display:flex}.ed-camp-number-lbl{color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.6rem;font-size:1.4rem;font-weight:600}.ed-camp-title-h2{letter-spacing:-.03em;color:#111;margin-bottom:3.2rem;font-size:3.8rem;font-weight:600;line-height:1.15}.ed-camp-specs-grid{grid-template-columns:1fr 1fr;gap:2.4rem;width:100%;margin-bottom:4rem;display:grid}.ed-spec-node{border-bottom:1px solid #e5e5e5;flex-direction:column;gap:.6rem;padding-bottom:1.6rem;display:flex}.ed-spec-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:1.25rem;font-weight:500}.ed-spec-value{color:#1a1a1a;font-size:1.55rem;font-weight:500}.ed-camp-prompt-card{background:#f1f1f4;border-left:3px solid #1a1a1a;border-radius:1.2rem;width:100%;margin-bottom:4rem;padding:2.4rem}.ed-prompt-title{text-transform:uppercase;letter-spacing:.08em;color:#666;margin-bottom:1rem;font-size:1.3rem}.ed-prompt-text{color:#333;font-size:1.5rem;font-style:italic;line-height:1.5}.ed-camp-action-row{width:100%}@media (width<=1024px){.ed-camp-block,.ed-camp-block:nth-child(2n){grid-template-columns:1fr;gap:6rem}.ed-camp-block .ed-camp-visual-wrapper,.ed-camp-block:nth-child(2n) .ed-camp-visual-wrapper{order:1}.ed-camp-block .ed-camp-info-wrapper,.ed-camp-block:nth-child(2n) .ed-camp-info-wrapper{order:2}.ed-camp-image-container{max-width:60rem;margin:0 auto}.ed-header-h1{font-size:3.8rem}}@media (width<=768px){.ed-camp-title-h2{font-size:3rem}.ed-camp-specs-grid{grid-template-columns:1fr;gap:2rem}}.solutions-page{color:#1a1a1a;padding-top:var(--nav-height);background-color:#fff;overflow-x:hidden}.sol-hero-s{background-color:#fff;padding-top:10rem;padding-bottom:10rem}.sol-hero-c{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.sol-hero-content{flex-direction:column;align-items:flex-start;display:flex}.sol-tag{text-transform:uppercase;letter-spacing:.08em;color:#555;background:#1a1a1a0f;border-radius:10rem;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;display:inline-block}.sol-hero-h1{color:#111;letter-spacing:-.04em;margin-bottom:2.4rem;font-size:5.6rem;font-weight:600;line-height:1.1}.sol-hero-description{color:#555;letter-spacing:-.005em;max-width:46rem;margin-bottom:3.6rem;font-size:1.7rem;line-height:1.55}.sol-hero-btns-c{flex-wrap:wrap;gap:1.2rem;display:flex}.sol-btn-primary{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.sol-btn-primary:hover{background:#333}.sol-btn-secondary{color:#1a1a1a;cursor:pointer;background:#f0f0f3;border:none;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.sol-btn-secondary:hover{background:#e0e0e4}.sol-hero-img-c{aspect-ratio:16/11;background:#eceff3;border-radius:2rem;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000014}.sol-hero-main-img{object-fit:cover;width:100%;height:100%;display:block}.sol-speed-stats-s{color:#fff;background-color:#1a1a1a;padding:6rem 0}.sol-stats-row{text-align:center;grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.sol-stat-val{letter-spacing:-.03em;margin-bottom:.8rem;font-size:4.8rem;font-weight:600}.sol-stat-lbl{color:#aaa;text-transform:uppercase;letter-spacing:.05em;font-size:1.4rem}.sol-play-s{background-color:#fbfbfd;border-top:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3;padding:10rem 0}.sol-play-title-c{margin-bottom:8rem}.sol-section-h2{letter-spacing:-.03em;color:#111;margin-bottom:1.6rem;font-size:3.8rem;font-weight:600}.sol-section-h2.text-center{text-align:center}.sol-section-p{color:#666;margin-bottom:4rem;font-size:1.65rem;line-height:1.6}.sol-section-p.text-center{text-align:center}.sol-section-p.max-w{max-width:54rem;margin:0 auto}.sol-play-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:8rem;display:grid}.sol-play-sidebar{flex-direction:column;display:flex}.sol-play-h3{color:#111;letter-spacing:-.02em;margin-bottom:2.4rem;font-size:2.2rem;font-weight:600}.sol-play-tabs{flex-direction:column;gap:1.2rem;margin-bottom:4rem;display:flex}.sol-play-tab-btn{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;align-items:center;width:100%;padding:1.8rem 2.4rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.sol-play-tab-btn:hover{background:#f5f5f7;border-color:#999}.sol-play-tab-btn.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 15px #00000014}.sol-play-tab-label{font-size:1.55rem;font-weight:500}.sol-play-desc-card{background:#fff;border:1px solid #f0f0f3;border-radius:1.2rem;padding:2.4rem}.sol-play-desc-title{color:#111;margin-bottom:.8rem;font-size:1.6rem;font-weight:600}.sol-play-desc-text{color:#666;font-size:1.45rem;line-height:1.5}.sol-play-viewer{justify-content:center;align-items:center;display:flex}.sol-viewer-img-container{aspect-ratio:.7;background:#fff;border-radius:2rem;width:100%;max-width:44rem;transition:opacity .25s ease-in-out,transform .25s ease-in-out;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000001f,0 0 0 1px #00000005}.sol-viewer-img-container.fade-out{opacity:.3;transform:scale(.98)}.sol-viewer-img{object-fit:cover;width:100%;height:100%;display:block}.sol-viewer-tag{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.03em;background:#1a1a1abf;border-radius:10rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:500;position:absolute;bottom:2rem;left:2rem}.sol-benefits-cards-s{background-color:#fff;padding:10rem 0}.sol-ed-benefits-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.sol-ed-benefit-card{background:#fff;border:1px solid #e5e5e5;border-radius:1.6rem;padding:4.8rem 4rem;transition:all .3s}.sol-ed-benefit-card:hover{border-color:#1a1a1a;transform:translateY(-5px);box-shadow:0 15px 45px #0000000d}.sol-ed-benefit-count{color:#999;margin-bottom:2.4rem;font-size:2rem;font-weight:600}.sol-ed-benefit-h3{color:#111;letter-spacing:-.02em;margin-bottom:1.6rem;font-size:2.1rem;font-weight:600}.sol-ed-benefit-p{color:#666;font-size:1.5rem;line-height:1.55}.sol-faq-s{background:#fff;border-top:1px solid #f0f0f3;padding:10rem 0}.sol-faq-container{max-width:76rem;margin:0 auto}.sol-faq-list{flex-direction:column;gap:1.6rem;margin-top:4.8rem;display:flex}.sol-faq-item{border-bottom:1px solid #e5e5e5}.sol-faq-question{color:#1a1a1a;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:2rem 0;font-size:1.7rem;font-weight:500;display:flex}.sol-faq-icon{color:#666;flex-shrink:0;transition:transform .3s}.sol-faq-item.open .sol-faq-icon{transform:rotate(180deg)}.sol-faq-answer{max-height:0;transition:max-height .3s ease-out,padding .3s;overflow:hidden}.sol-faq-item.open .sol-faq-answer{max-height:20rem}.sol-faq-answer p{color:#666;padding-bottom:2rem;font-size:1.55rem;line-height:1.6}@media (width<=1024px){.sol-hero-c{text-align:center;grid-template-columns:1fr;gap:6rem}.sol-hero-content{align-items:center}.sol-hero-img-c{max-width:52rem;margin:0 auto}.sol-stats-row{grid-template-columns:1fr;gap:3.2rem}.sol-play-grid{grid-template-columns:1fr;gap:6rem}.sol-play-sidebar{text-align:center}.sol-play-tabs{flex-flow:wrap;justify-content:center}.sol-play-tab-btn{width:auto}.sol-ed-benefits-grid{grid-template-columns:1fr;gap:4rem}.sol-ed-benefit-card{text-align:center}}@media (width<=768px){.sol-hero-h1{font-size:3.8rem}.sol-section-h2{font-size:3rem}}@media (width<=768px){.legal-container{padding:6rem 2rem}.legal-h1{font-size:3.6rem}.legal-section h2{font-size:2rem}}.legal-page{padding-top:var(--nav-height);background-color:var(--white);color:var(--black);min-height:100vh}.legal-container{max-width:76rem;margin:0 auto;padding:10rem 2.4rem}.legal-h1{letter-spacing:-.04em;color:#111;margin-bottom:.8rem;font-size:4.8rem;font-weight:600}.legal-meta{color:var(--gray-dark);margin-bottom:6rem;font-size:1.4rem;font-style:italic}.legal-section{margin-bottom:4rem}.legal-section h2{letter-spacing:-.02em;color:#222;margin-bottom:1.6rem;font-size:2.2rem;font-weight:600}.legal-section p{color:#444;margin-bottom:1.6rem;font-size:1.6rem;line-height:1.65}.legal-section ul{flex-direction:column;gap:.8rem;margin-bottom:1.6rem;margin-left:2.4rem;display:flex}.legal-section li{color:#444;font-size:1.6rem;line-height:1.5}.legal-section p:last-child{margin-bottom:0}.legal-section strong{color:#111}@media (width<=768px){.legal-container{padding:6rem 2rem}.legal-h1{font-size:3.6rem}.legal-section h2{font-size:2rem}}.blog-list-page{padding-top:var(--nav-height);background-color:var(--white);color:var(--black);min-height:100vh}.blog-hero{text-align:center;background-color:#f9f9f9;border-bottom:1px solid #eaeaea;padding:8rem 0}.blog-hero-h1{letter-spacing:-.04em;color:#111;margin-bottom:1.6rem;font-size:5.6rem;font-weight:700}.blog-hero-subtitle{color:var(--gray-dark);max-width:60rem;margin:0 auto;font-size:1.8rem;line-height:1.5}.featured-section{padding:6rem 0}.featured-card{color:inherit;background:#fff;border:1px solid #eaeaea;border-radius:1.6rem;grid-template-columns:1.2fr 1fr;gap:4.8rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 10px 30px #00000008}.featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.featured-img-c{aspect-ratio:16/10;background:#f0f0f3;overflow:hidden}.featured-content{flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem;display:flex}.blog-category-tag{color:#555;text-transform:uppercase;letter-spacing:.08em;background:#f0f0f3;border-radius:10rem;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:600;display:inline-block}.featured-title{color:#111;letter-spacing:-.02em;margin-bottom:1.6rem;font-size:3.2rem;font-weight:600;line-height:1.2}.featured-excerpt{color:#555;margin-bottom:3.2rem;font-size:1.6rem;line-height:1.6}.blog-card-meta{align-items:center;gap:1.6rem;display:flex}.author-avatar{object-fit:cover;background:#f0f0f3;border-radius:50%;width:4.4rem;height:4.4rem}.author-name{color:#111;margin-bottom:.2rem;font-size:1.4rem;font-weight:600}.post-date-read{color:var(--gray-dark);font-size:1.3rem}.blog-controls-section{background:#fdfdfd;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:2rem 0}.blog-controls-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.4rem;display:flex}.category-tabs{flex-wrap:wrap;gap:1.2rem;display:flex}.category-tab-btn{color:var(--gray-dark);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50px;padding:1rem 2rem;font-size:1.4rem;font-weight:500;transition:all .2s}.category-tab-btn:hover{color:#111;background:#f0f0f3}.category-tab-btn.active{color:#fff;background:#111;border-color:#111}.blog-search-wrapper{width:100%;max-width:32rem;position:relative}.blog-search-input{color:#111;background:#fff;border:1px solid #ddd;border-radius:50px;outline:none;width:100%;padding:1.2rem 1.6rem 1.2rem 4rem;font-size:1.45rem;transition:border-color .2s}.blog-search-input:focus{border-color:#111}.search-icon{color:#888;pointer-events:none;position:absolute;top:50%;left:1.4rem;transform:translateY(-50%)}.blog-grid-section{padding:8rem 0}.blog-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.blog-card{color:inherit;background:#fff;border:1px solid #eaeaea;border-radius:1.6rem;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0000000f}.blog-card-img-c{aspect-ratio:16/10;background:#f0f0f3;overflow:hidden}.blog-card-body{flex-direction:column;flex:1;padding:3.2rem;display:flex}.blog-card-title{color:#111;letter-spacing:-.01em;margin-bottom:1.2rem;font-size:2rem;font-weight:600;line-height:1.3}.blog-card-excerpt{color:#555;flex:1;margin-bottom:2.8rem;font-size:1.5rem;line-height:1.55}.no-blogs-found{text-align:center;padding:8rem 0}.no-blogs-found h3{color:var(--gray-dark);font-size:2rem}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:3.2rem}.featured-card{grid-template-columns:1fr;gap:0}.featured-content{padding:3.2rem}}@media (width<=768px){.blog-hero-h1{font-size:4rem}.blog-grid{grid-template-columns:1fr}.blog-controls-wrapper{flex-direction:column;align-items:stretch}.blog-search-wrapper{max-width:none}}.blog-post-page{padding-top:var(--nav-height);background-color:var(--white);color:var(--black);min-height:100vh}.post-header{background-color:#f9f9f9;border-bottom:1px solid #eaeaea;padding:6rem 0 4rem}.post-header-container{max-width:82rem}.post-back-link{color:var(--gray-dark);align-items:center;margin-bottom:3.2rem;font-size:1.45rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.post-back-link:hover{color:#111}.post-tag{margin-bottom:1.6rem}.post-h1{letter-spacing:-.04em;color:#111;margin-bottom:4rem;font-size:4.8rem;font-weight:700;line-height:1.15}.post-author-row{flex-wrap:wrap;align-items:center;gap:2.4rem;display:flex}.author-avatar.large{width:5.6rem;height:5.6rem}.author-role{color:var(--gray-dark);font-size:1.35rem}.post-meta-divider{background-color:#ddd;width:1px;height:3.6rem}.meta-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-dark);margin-bottom:.2rem;font-size:1.2rem}.meta-value{color:#111;font-size:1.4rem;font-weight:500}.post-cover-section{padding:4.8rem 0}.post-cover-img-c{aspect-ratio:2;background:#f0f0f3;border-radius:2rem;overflow:hidden;box-shadow:0 10px 40px #0000000d}.post-body-section{padding-bottom:8rem}.post-body-container{max-width:76rem}.post-content-wrapper{color:#333;font-size:1.7rem;line-height:1.75}.post-body-h2{letter-spacing:-.02em;color:#111;margin:4.8rem 0 2rem;font-size:2.6rem;font-weight:600}.post-body-p{margin-bottom:2.4rem}.post-body-ul{flex-direction:column;gap:1.2rem;margin-bottom:3.2rem;margin-left:2.4rem;display:flex}.post-body-li{color:#444;font-size:1.65rem}.recommended-section{background-color:#f9f9f9;border-top:1px solid #eaeaea;padding:8rem 0}.recommended-header{justify-content:space-between;align-items:center;margin-bottom:4.8rem;display:flex}.recommended-header h2{letter-spacing:-.03em;color:#111;font-size:2.8rem;font-weight:600}.recommended-grid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}@media (width<=991px){.post-h1{font-size:3.6rem}.post-author-row{gap:1.6rem}.post-meta-divider{display:none}}@media (width<=768px){.post-cover-img-c{aspect-ratio:16/10}.recommended-grid{grid-template-columns:1fr}}.pricing-page{padding-top:var(--nav-height);background-color:var(--white);color:var(--black);min-height:100vh}.pricing-hero{text-align:center;background-color:#f9f9f9;border-bottom:1px solid #eaeaea;padding:8rem 0 6rem}.pricing-h1{letter-spacing:-.04em;color:#111;margin-bottom:1.6rem;font-size:5.6rem;font-weight:700}.pricing-subtitle{color:var(--gray-dark);max-width:60rem;margin:0 auto 4.8rem;font-size:1.8rem;line-height:1.5}.trial-banner{text-align:left;background:#fff;border:1px solid #eaeaea;border-radius:2rem;justify-content:space-between;align-items:center;max-width:82rem;margin:0 auto;padding:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.trial-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#111;border-radius:50px;padding:.4rem 1rem;font-size:1.1rem;font-weight:700;position:absolute;top:2rem;left:2rem}.trial-content{flex:1;margin-right:4rem;padding-top:1rem}.trial-content h2{color:#111;letter-spacing:-.02em;margin-bottom:.8rem;font-size:2.8rem;font-weight:600}.trial-content p{color:#555;margin-bottom:2.4rem;font-size:1.5rem}.trial-features{align-items:center;gap:2.4rem;display:flex}.trial-feature-item{align-items:baseline;gap:.8rem;display:flex}.feature-number{color:#111;font-size:3.2rem;font-weight:700;line-height:1}.feature-label{color:#555;font-size:1.4rem;font-weight:500}.trial-feature-item-divider{background-color:#ddd;width:1px;height:3.2rem}.trial-cta{flex-shrink:0}.plans-section{padding:8rem 0}.plans-grid{grid-template-columns:repeat(2,1fr);gap:4rem;max-width:90rem;margin:0 auto;display:grid}.plan-card{background:#fff;border:1px solid #eaeaea;border-radius:2rem;flex-direction:column;padding:4.8rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 30px #00000005}.plan-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000000f}.plan-card.popular{border-color:#111;box-shadow:0 15px 40px #0000000d}.popular-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#111;border-radius:50px;padding:.6rem 1.6rem;font-size:1.2rem;font-weight:600;position:absolute;top:-1.6rem;left:50%;transform:translate(-50%)}.plan-header{margin-bottom:3.2rem}.plan-title{color:#111;margin-bottom:.8rem;font-size:2.8rem;font-weight:600}.plan-desc{color:var(--gray-dark);min-height:4.4rem;margin-bottom:2.4rem;font-size:1.45rem;line-height:1.5}.plan-price-row{align-items:baseline;display:flex}.plan-currency{color:#111;margin-right:.4rem;font-size:2.8rem;font-weight:600}.plan-price{color:#111;font-size:5.6rem;font-weight:700;line-height:1}.plan-period{color:var(--gray-dark);margin-left:.6rem;font-size:1.5rem}.plan-divider{background-color:#eaeaea;height:1px;margin-bottom:3.2rem}.plan-body{flex:1;margin-bottom:4rem}.plan-features-title{color:#111;margin-bottom:1.6rem;font-size:1.5rem;font-weight:600}.plan-features-list{flex-direction:column;gap:1.4rem;list-style:none;display:flex}.plan-features-list li{color:#444;align-items:flex-start;gap:1.2rem;font-size:1.5rem;line-height:1.4;display:flex}.plan-features-list li svg{color:#25d366;flex-shrink:0;margin-top:.2rem}.promo-feature{color:#111!important}.limited-time-tag{color:#25d366;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;background:#25d3661a;border-radius:50px;margin-left:.8rem;padding:.2rem .8rem;font-size:1.1rem;font-weight:700;display:inline-block}.plan-btn{justify-content:center;width:100%}.pricing-enterprise{padding-bottom:10rem}.enterprise-box{text-align:center;background:#f9f9f9;border:1px solid #eaeaea;border-radius:2rem;flex-direction:column;align-items:center;gap:1.6rem;max-width:90rem;margin:0 auto;padding:4.8rem;display:flex}.enterprise-box h2{color:#111;letter-spacing:-.02em;font-size:2.8rem;font-weight:600}.enterprise-box p{color:var(--gray-dark);max-width:54rem;margin-bottom:1.2rem;font-size:1.6rem;line-height:1.5}@media (width<=991px){.trial-banner{flex-direction:column;align-items:stretch;gap:3.2rem}.trial-content{margin-right:0}.plans-grid{grid-template-columns:1fr;max-width:50rem}.plan-card{padding:3.6rem}}@media (width<=768px){.pricing-h1{font-size:4rem}.trial-banner{padding:3.2rem}.trial-features{flex-direction:column;align-items:flex-start;gap:1.6rem}.trial-feature-item-divider{display:none}}.faq-page{background:var(--white);min-height:80vh;padding-top:14rem}.faq-page-section{padding:10rem 0 16rem}.faq-page-grid{grid-template-columns:1fr 2fr;align-items:start;gap:10rem;display:grid}.faq-page-title-col{position:sticky;top:160px}.faq-page-h1{letter-spacing:-.04em;color:var(--black);margin-bottom:2.4rem;font-size:5.6rem;font-weight:300;line-height:1.1}.faq-page-subtitle{color:var(--gray-dark);font-size:1.8rem;line-height:1.6}.faq-page-list-col,.faq-page-list{flex-direction:column;display:flex}.faq-page-item{border-bottom:1px solid var(--gray-light);cursor:pointer;padding:3.2rem 0;transition:border-color .3s}.faq-page-item:first-child{padding-top:0}.faq-page-question{justify-content:space-between;align-items:center;gap:2.4rem;display:flex}.faq-page-question h3{color:var(--black);margin:0;font-size:2.2rem;font-weight:450;line-height:1.3;transition:color .3s}.faq-page-item:hover .faq-page-question h3{color:var(--gray-dark)}.faq-page-icon{color:var(--gray-dark);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:2.8rem;font-weight:300}.faq-page-answer{max-height:0;transition:max-height .4s cubic-bezier(.25,1,.5,1),margin-top .4s;overflow:hidden}.faq-page-item.open .faq-page-answer{max-height:300px;margin-top:2rem}.faq-page-answer p{color:var(--gray-dark);margin:0;font-size:1.8rem;line-height:1.65}@media (width<=991px){.faq-page{padding-top:10rem}.faq-page-section{padding:6rem 0 10rem}.faq-page-grid{grid-template-columns:1fr;gap:6rem}.faq-page-title-col{position:static}.faq-page-h1{margin-bottom:1.6rem;font-size:4.2rem}.faq-page-question h3{font-size:2rem}}.hero-wrapper{background:var(--white)}main>section{position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.8s ease-out forwards fadeInUp}.btn-primary{letter-spacing:-.01em;transition:var(--transition);cursor:pointer;white-space:nowrap;border:none;border-radius:10rem;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.4rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary.dark{background:var(--black);color:var(--white)}.btn-primary.dark:hover{background:var(--black-light)}.btn-primary.outline{background:var(--white);color:var(--black);border:1px solid var(--gray-light)}.btn-primary.outline:hover{background:var(--gray-lighter)}.btn-primary.white{background:var(--white);color:var(--black)}.btn-primary.white:hover{background:var(--gray-lighter)}.btn-arrow{width:1.2rem;height:1.2rem;transition:transform .3s}.btn-primary:hover .btn-arrow{transform:translate(3px)}.btn-underline{color:var(--black);transition:var(--transition);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:500;display:inline-flex;position:relative}.btn-underline:after{content:"";background:currentColor;width:0;height:1px;transition:width .4s;position:absolute;bottom:-2px;left:0}.btn-underline:hover:after{width:100%}.btn-underline svg{width:1.2rem;height:1.2rem;transition:transform .3s}.btn-underline:hover svg{transform:translate(3px)}.buttons-row{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}.section-title-center{text-align:center;max-width:70rem;margin:0 auto}.section-title-center h2{margin-bottom:1.6rem}.section-title-center p{color:var(--gray-dark);font-size:1.8rem;line-height:1.6}@media (width<=991px){.btn-primary{padding:1.2rem 2.4rem;font-size:1.3rem}}
