*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;scroll-padding-top:90px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:auto}.home-page,body{transition:background-color .3s ease,color .3s ease}.home-page{overflow-x:hidden;width:100%}.dark-mode,body.dark-mode,html.dark-mode{background-color:#0f1624;color:#e8e8e8}.dark-mode .home-page{background-color:#0f1624}.main-nav{align-items:center;background:#fff;border-bottom:1px solid #00000014;box-shadow:0 4px 30px #0000001a,0 2px 10px #0000000d;display:flex;height:90px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.main-nav:before{background:linear-gradient(90deg,#0000,#2f514d4d,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px;width:100%}.logo,.nav-container{align-items:center;display:flex}.logo{border-radius:8px;cursor:pointer;padding:8px;position:relative;text-decoration:none;transition:all .3s ease}.logo:before{background:#2f514d0d;border-radius:8px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.logo:hover:before{opacity:1}.logo:hover{transform:translateY(-2px)}.logo img{height:60px;position:relative;transition:all .3s ease;width:auto;z-index:1}.logo:hover img{transform:scale(1.05)}.nav-menu{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2f514d08;border-radius:12px;display:flex;gap:8px;padding:0 20px}.nav-link{background:none;border:none;border-radius:8px;color:#2f514d;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:before{background:linear-gradient(135deg,#2f514d14,#e8d4b81f);border-radius:8px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.nav-link:hover:before{opacity:1}.nav-link:hover{color:#1f3634;transform:translateY(-2px)}.nav-link:after{background:linear-gradient(90deg,#2f514d,#e8d4b8 50%,#2f514d);border-radius:2px 2px 0 0;bottom:0;box-shadow:0 -2px 8px #2f514d4d;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:width .4s cubic-bezier(.4,0,.2,1);width:0}.nav-link:hover:after{width:80%}.nav-right{align-items:center;display:flex;gap:20px}.cta-button-nav{background:#fff;border:2px solid #2f514d;border-radius:10px;box-shadow:0 4px 15px #2f514d26;color:#000;cursor:pointer;font-size:.9rem;font-weight:700;letter-spacing:1px;overflow:hidden;padding:14px 32px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-button-nav:before{background:#2f514d;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.cta-button-nav:hover:before{transform:scaleX(1);transform-origin:left}.cta-button-nav:hover{background:#2f514d;border-color:#2f514d;box-shadow:0 6px 20px #2f514d4d;color:#fff;transform:translateY(-3px)}.menu-toggle{background:#2f514d14;border:1px solid #2f514d26;border-radius:6px;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px;transition:all .3s ease}.menu-toggle:hover{background:#2f514d1f;border-color:#2f514d40}.menu-toggle span{background:#2f514d;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.menu-toggle:hover span{background:#1f3634}.book-now-button-mobile{background:linear-gradient(135deg,#e8d4b8,#f5e6d3);border:none;border-radius:8px;box-shadow:0 4px 15px #e8d4b866,inset 0 1px 0 #ffffff80;color:#2f514d;cursor:pointer;display:none;font-size:.85rem;font-weight:700;letter-spacing:1px;overflow:hidden;padding:12px 24px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.book-now-button-mobile:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.book-now-button-mobile:hover:before{left:100%}.book-now-button-mobile:hover{background:linear-gradient(135deg,#fff,#f5e6d3);box-shadow:0 6px 20px #e8d4b880,inset 0 1px 0 #fff9;transform:translateY(-2px)}.book-now-button-mobile:active{transform:translateY(0)}.dark-mode-toggle{align-items:center;background:#2f514d14;border:1px solid #2f514d26;border-radius:8px;color:#2f514d;cursor:pointer;display:flex;height:44px;justify-content:center;margin-right:15px;padding:0;transition:all .3s ease;width:44px}.dark-mode-toggle:hover{background:#2f514d1f;border-color:#2f514d40;transform:scale(1.05)}.dark-mode-icon{stroke-width:2;height:22px;transition:transform .3s ease;width:22px}.dark-mode-toggle:hover .dark-mode-icon{transform:rotate(15deg)}@media (max-width:1024px){.dark-mode-toggle{height:40px;margin-right:10px;width:40px}.dark-mode-icon{height:20px;width:20px}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.container-wide{margin:0 auto;max-width:1400px;padding:0 40px}.hero-section{align-items:center;display:flex;height:750px;margin-top:90px;position:relative}.hero-background{background-position:50%;background-size:cover}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0006}.hero-content{color:#fff;position:relative;width:100%;z-index:10}.hero-container{margin:0 auto;max-width:1400px;padding:0 40px}.hero-label{font-size:.95rem;font-weight:700;letter-spacing:2px;margin-bottom:25px;text-transform:uppercase}.hero-title{font-size:5.5rem;font-weight:700;line-height:1.1;margin:0 0 20px}.hero-subtitle{color:#e8e8e8;font-size:1.5rem;line-height:1.6;margin-bottom:30px;max-width:800px}.hero-cta-button{background:#2f514d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px 40px;transition:all .3s ease}.hero-cta-button:hover{background:#1f3634;box-shadow:0 4px 12px #2f514d4d;transform:translateY(-2px)}.three-cards-section{background:#264441;padding:80px 20px}.cards-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card-icon{background:#0000;border-radius:8px;padding:40px 30px;text-align:left;transition:all .3s ease}.feature-card-icon:hover{transform:translateY(-8px)}.feature-card-icon:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-icon{align-items:center;background:#e8d4b8;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 0 25px;transition:all .4s ease;width:80px}.card-icon svg{stroke-width:2.5;color:#2f514d;height:40px;width:40px}.feature-card-icon h3{color:#fff;font-size:1.5rem;margin-bottom:15px}.feature-card-icon p{color:#e8e8e8;font-size:1rem;line-height:1.6}.benefits-grid-section{scroll-snap-margin-top:90px;background:linear-gradient(180deg,#f9fafb,#fff);padding:120px 20px;scroll-margin-top:90px}.section-heading{color:#2f514d;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:20px;max-width:900px;text-align:left}.benefits-grid-section .container{position:relative}.benefits-grid-section .container:before{background:#2f514d;border-radius:2px;content:"";height:4px;left:0;position:absolute;top:-20px;width:60px}.benefits-grid{grid-gap:35px 30px;display:grid;gap:35px 30px;grid-template-columns:repeat(3,1fr);margin:60px 0 0;max-width:1200px;padding:0 20px}.benefits-grid .benefit-card:nth-child(4){grid-column:1/2}.benefits-grid .benefit-card:nth-child(5){grid-column:2/3}.benefit-card{align-items:flex-start;background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;color:#333;display:flex;flex-direction:column;overflow:hidden;padding:35px 25px;position:relative;text-align:left;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.benefit-card:before{background:linear-gradient(90deg,#2f514d,#e8d4b8);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.benefit-card:hover{border-color:#2f514d;box-shadow:0 12px 30px #2f514d26;transform:translateY(-10px)}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card:hover .benefit-icon{box-shadow:0 8px 20px #2f514d40;transform:scale(1.15) rotate(5deg)}.benefit-card h4{color:#1a1a1a;font-size:1.35rem;font-weight:700;letter-spacing:-.5px;margin-bottom:15px;transition:color .3s ease}.benefit-card:hover h4{color:#2f514d}.benefit-card p{color:#666;font-size:1.05rem;font-weight:400;line-height:1.7;transition:color .3s ease}.benefit-card:hover p{color:#555}.benefit-icon{align-items:center;background:linear-gradient(135deg,#2f514d,#3d6662);border-radius:18px;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:90px;justify-content:center;margin:0 0 30px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:90px}.benefit-icon:after{background:linear-gradient(135deg,#2f514d,#e8d4b8);border-radius:20px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .4s ease;z-index:-1}.benefit-card:hover .benefit-icon:after{opacity:.3}.benefit-icon svg{stroke:#fff;color:#fff;height:40px;width:40px}.content-section{padding:120px 20px;position:relative}.content-section:nth-of-type(2n){background:linear-gradient(180deg,#f9fafb,#fff)}.content-section:nth-of-type(odd){background:#fff}.content-split{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px}.image-left .content-split{direction:rtl}.image-left .content-split>*{direction:ltr}.content-text h2{color:#1a1a1a;font-size:2.8rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:30px;padding-bottom:20px;position:relative}.content-text h2:after{background:linear-gradient(90deg,#2f514d,#e8d4b8);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.content-text p{color:#555;font-size:1.15rem;line-height:1.8;margin-bottom:20px}.content-text p:first-of-type{color:#333;font-size:1.2rem}.content-text .emphasis{background:linear-gradient(135deg,#2f514d0d,#e8d4b81a);border-left:4px solid #2f514d;border-radius:0 8px 8px 0;color:#2f514d;display:block;font-size:1.2rem;font-weight:600;margin-top:30px;padding:20px 25px}.check-list{list-style:none;margin:30px 0;padding:0}.check-list li{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:16px;padding-left:35px;position:relative}.check-list li:before{align-items:center;background:#2f514d1a;border-radius:50%;color:#2f514d;content:"✓";display:flex;font-size:1.3rem;font-weight:700;height:24px;justify-content:center;left:0;line-height:1;position:absolute;width:24px}.content-image{position:relative}.content-image:before{background:linear-gradient(135deg,#2f514d,#e8d4b8);border-radius:16px;bottom:15px;content:"";left:-15px;opacity:.1;position:absolute;right:15px;top:-15px;z-index:-1}.content-image img{border-radius:16px;box-shadow:0 20px 60px #00000026;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:100%}.content-image img:hover{box-shadow:0 25px 70px #0003;transform:translateY(-5px)}.testimonial-section{background:#fff9e6;padding:100px 20px}.testimonial-wrapper{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.2fr 1fr;margin:0 auto;max-width:1400px}.quote-mark{color:orange;font-family:Georgia,serif;font-size:6rem;line-height:.8;margin-bottom:20px}.testimonial-quote blockquote{color:#333;font-size:1.8rem;font-weight:600;line-height:1.5;margin-bottom:30px}.testimonial-author{margin-top:25px}.author-name{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:5px}.author-title{color:#666;font-size:1rem}.testimonial-image img{border-radius:8px;height:auto;width:100%}.engage-section{scroll-snap-margin-top:90px;background:#fff;padding:100px 20px;scroll-margin-top:90px}.engage-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.engage-left h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.engage-left p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:20px}.check-list-styled{list-style:none;margin:25px 0}.check-list-styled li{color:#333;font-size:1.1rem;font-weight:500;margin-bottom:12px}.engage-image-small{margin:40px 0}.engage-image-small img{border-radius:8px;height:auto;width:100%}.quote-box{background:#f8f9fa;border-left:4px solid #10b981;border-radius:8px;margin-top:40px;padding:30px}.quote-box p{color:#333;font-size:1rem;font-style:italic;margin-bottom:15px}.quote-author{color:#10b981;font-style:normal;font-weight:600}.quote-box-premium{background:linear-gradient(135deg,#213d3b,#2a4f4c 50%,#1a302e);border-radius:20px;box-shadow:0 20px 50px #213d3b4d,0 10px 25px #00000026,inset 0 1px 0 #ffffff1a;margin-top:40px;overflow:hidden;padding:40px 35px;position:relative}.quote-box-glow{background:radial-gradient(circle,#e8d4b826 0,#0000 70%);height:200px;pointer-events:none;position:absolute;right:-30%;top:-50%;width:200px}.quote-box-premium:before{background:linear-gradient(90deg,#e8d4b8,#d4c4a8,#e8d4b8);content:"";height:3px;left:0;position:absolute;right:0;top:0}.quote-icon{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border-radius:16px;box-shadow:0 8px 25px #e8d4b84d;display:flex;height:60px;justify-content:center;margin-bottom:25px;width:60px}.quote-icon svg{stroke:#213d3b;height:28px;width:28px}.quote-text{color:#fff;font-size:1.35rem;font-style:italic;font-weight:500;letter-spacing:.3px;line-height:1.7;margin:0 0 25px}.quote-author-section{align-items:center;display:flex;gap:15px}.quote-line{background:linear-gradient(90deg,#e8d4b8,#0000);height:2px;width:40px}.quote-attribution{color:#e8d4b8;font-size:.95rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.engage-right{position:relative}.engage-right>img{border-radius:8px;box-shadow:0 10px 40px #0000001a;display:block;height:auto;width:100%}.engage-right .engage-image-small{bottom:5%;margin:0;position:absolute;right:5%;width:40%;z-index:10}.engage-right .engage-image-small img{border:3px solid #fff;border-radius:8px;box-shadow:0 10px 40px #0003;display:block;height:auto;width:100%}.contact-section{background:#fff;padding:120px 20px}.contact-wrapper{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1300px}.contact-info h2{color:#1a1a1a;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:20px;padding-bottom:20px;position:relative}.contact-info h2:after{background:linear-gradient(90deg,#2f514d,#e8d4b8);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.contact-description{color:#666;font-size:1.15rem;line-height:1.7;margin-bottom:50px}.contact-details{display:flex;flex-direction:column;gap:30px}.contact-item{align-items:start;display:flex;gap:20px}.contact-icon{align-items:center;background:linear-gradient(135deg,#2f514d,#3d6662);border-radius:12px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-icon svg{color:#fff;height:24px;width:24px}.contact-item h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:5px}.contact-item p{color:#666;font-size:1rem;margin:0}.contact-form-container{background:#f9fafb;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:50px}.contact-form{display:flex;flex-direction:column;gap:25px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:1rem;padding:14px 18px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#2f514d;box-shadow:0 0 0 3px #2f514d1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-submit-button{background:#2f514d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:16px 40px;transition:all .3s ease}.form-submit-button:hover{background:#1f3634;box-shadow:0 6px 20px #2f514d4d;transform:translateY(-2px)}.trial-cta-section{scroll-snap-margin-top:90px;background:#2f514d0d;padding:80px 20px;scroll-margin-top:90px;text-align:left}.trial-cta-section h2{color:#2f514d;font-size:2.5rem;font-weight:700;margin-bottom:15px}.trial-cta-section p{color:#555;font-size:1.2rem;margin-top:15px}.final-cta-section{background:#2f514d;color:#fff;padding:100px 20px;text-align:left}.final-cta-section h2{color:#fff;font-size:3rem;font-weight:700;margin-bottom:40px}.cta-button-large{background:#fff;border:none;border-radius:8px;color:#2f514d;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:18px 50px;text-transform:uppercase;transition:all .3s ease}.cta-button-large:hover{background:#e8d4b8;box-shadow:0 10px 25px #0000004d;transform:translateY(-4px) scale(1.02)}.schedule-demo-section{scroll-snap-margin-top:90px;background:#2f514d;border-bottom:2px solid #ffffff1a;color:#fff;overflow:hidden;padding:100px 20px;position:relative;scroll-margin-top:90px}.schedule-demo-wrapper{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1400px}.schedule-demo-left .demo-label{color:#e8d4b8;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.schedule-demo-left h2{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:25px}.schedule-demo-left p{color:#ffffffe6;font-size:1.1rem;line-height:1.7;margin-bottom:50px}.contact-info-cards{display:flex;flex-direction:column;gap:25px}.contact-info-card{align-items:start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.contact-info-card:hover{background:#ffffff14;border-color:#fff3}.contact-info-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-info-icon.address,.contact-info-icon.email,.contact-info-icon.phone{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.contact-info-icon svg{color:#fff;height:24px;width:24px}.contact-info-text h4{color:#ffffffe6;font-size:1rem;font-weight:600;margin-bottom:5px}.contact-info-text p{color:#fffc;font-size:.95rem;margin:0}.schedule-demo-right{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:50px}.demo-form .form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.demo-form .form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.demo-form label{color:#ffffffe6;font-size:.95rem;font-weight:600}.demo-form input,.demo-form select,.demo-form textarea{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:14px 18px;transition:all .3s ease}.demo-form input::placeholder,.demo-form textarea::placeholder{color:#ffffff80}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{background:#ffffff26;border-color:#e8d4b8;box-shadow:0 0 0 3px #e8d4b81a;outline:none}.demo-form select{cursor:pointer}.phone-input-wrapper{display:flex;gap:10px}.phone-input-wrapper .country-code{flex-shrink:0;width:100px}.phone-input-wrapper input{flex:1 1}.demo-submit-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-top:10px;padding:18px 40px;text-transform:uppercase;transition:all .3s ease;width:100%}.demo-submit-button:hover{box-shadow:0 10px 30px #6366f166;transform:translateY(-2px)}.footer{background:#fff;border-top:1px solid #0000001a;color:#1a1a1a;margin-top:0;padding:80px 20px 30px}.footer-top{margin:0 auto 50px;max-width:1200px;text-align:left}.footer-logo{align-items:center;display:flex;justify-content:flex-start;margin-bottom:25px}.footer-logo img{filter:none;height:50px;width:auto}.footer-top p{color:#000000bf;font-size:1.1rem;line-height:1.8;margin:0;max-width:800px}.footer-divider{background:#0000001a;height:1px;margin:0 auto 50px;max-width:1200px}.footer-content{grid-gap:60px;border-bottom:1px solid #0000001a;display:grid;gap:60px;grid-template-columns:1.5fr 1fr 1fr;margin:0 auto 30px;max-width:1200px;padding-bottom:40px}.footer-col h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px}.footer-col p{color:#000000b3;font-size:.95rem;line-height:1.8;margin-bottom:10px}.footer-company{color:#000000e6!important;font-weight:600;margin-top:10px!important}.social-links{display:flex;gap:12px;margin-bottom:30px}.social-links a{align-items:center;background:#0000000d;border:1px solid #00000026;border-radius:50%;color:#1a1a1a;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.social-links a:hover{background:#213d3b;border-color:#213d3b;color:#fff;transform:translateY(-2px)}.social-links svg{height:20px;width:20px}.footer-copyright{color:#0009;font-size:.9rem;margin-top:0}.footer-badges{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.footer-badges img{border-radius:8px;height:55px;opacity:.95;transition:opacity .3s ease;width:auto}.footer-badges img:hover{opacity:1}.footer-premium{background:#fff;margin-top:0;overflow:hidden;padding:0;position:relative}.footer-premium:before{background:linear-gradient(90deg,#213d3b,#2f514d 50%,#213d3b);content:"";height:4px;left:0;position:absolute;right:0;top:0}.footer-premium-container{margin:0 auto;max-width:1200px;padding:70px 40px 0}.footer-premium-main{grid-gap:60px;border-bottom:1px solid #00000014;display:grid;gap:60px;grid-template-columns:1.8fr 1fr;padding-bottom:50px}.footer-premium-brand{padding-right:40px}.footer-premium-logo{margin-bottom:24px}.footer-premium-logo img{height:45px;width:auto}.footer-premium-tagline{color:#555;font-size:15px;line-height:1.75;margin-bottom:28px;max-width:400px}.footer-premium-social{display:flex;gap:12px}.social-icon-premium{align-items:center;background:#f5f5f5;border:1px solid #0000;border-radius:10px;color:#333;display:flex;height:42px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:42px}.social-icon-premium:hover{background:#213d3b;box-shadow:0 8px 20px #213d3b40;color:#fff;transform:translateY(-3px)}.social-icon-premium svg{height:18px;width:18px}.footer-premium-column{padding-top:5px}.footer-premium-title{align-items:center;border-bottom:2px solid #213d3b;color:#1a1a1a;display:flex;font-size:14px;font-weight:700;gap:10px;letter-spacing:1.5px;margin-bottom:24px;padding-bottom:12px;text-transform:uppercase}.footer-title-icon{align-items:center;background:linear-gradient(135deg,#213d3b,#2f514d);border-radius:6px;display:flex;height:28px;justify-content:center;width:28px}.footer-title-icon svg{color:#fff;height:14px;width:14px}.footer-premium-contact-item{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.contact-label{color:#999;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.contact-value{color:#444;font-size:14px;line-height:1.5}.contact-bold{color:#1a1a1a;font-weight:600}.footer-premium-badges{display:flex;flex-wrap:wrap;gap:16px}.badge-item{background:#f8f8f8;border:1px solid #0000000f;border-radius:12px;padding:12px 16px;transition:all .3s ease}.badge-item:hover{border-color:#213d3b33;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.badge-item img{display:block;height:45px;width:auto}.footer-premium-bottom{align-items:center;display:flex;justify-content:space-between;margin-bottom:80px;padding:24px 0}.footer-bottom-left{align-items:center;color:#666;display:flex;font-size:13px;gap:8px}.footer-flag{font-size:18px}.footer-bottom-center p{color:#888;font-size:13px;margin:0}.footer-bottom-right{align-items:center;display:flex;gap:12px}.footer-link{background:none;border:none;color:#666;cursor:pointer;font-family:inherit;font-size:13px;padding:0;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#213d3b}.footer-link-divider{color:#ccc}@media (max-width:900px){.footer-premium-container{padding:50px 24px 0}.footer-premium-main{gap:40px;grid-template-columns:1fr}.footer-premium-brand{padding-right:0;text-align:center}.footer-premium-tagline{margin-left:auto;margin-right:auto;max-width:100%}.footer-premium-social{justify-content:center}.footer-premium-column{text-align:center}.footer-premium-title{justify-content:center}.footer-premium-contact-item{align-items:center}.footer-premium-badges{justify-content:center}.footer-premium-bottom{flex-direction:column;gap:16px;margin-bottom:20px;padding:30px 0;text-align:center}}@media (max-width:480px){.footer-premium-bottom{margin-bottom:20px}}.footer-bottom{margin:0 auto;max-width:1200px;padding-top:20px;text-align:left}.footer-bottom p{color:#00000080;font-size:.85rem;margin:0}@media (max-width:1024px){.nav-container{padding:0 20px}.nav-menu{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(180deg,#2f514d,#1f3a38);border-radius:0;border-top:1px solid #e8d4b81a;box-shadow:0 8px 30px #0000004d;display:none;flex-direction:column;gap:0;left:0;max-height:calc(100vh - 90px);overflow-y:auto;padding:10px 0;position:fixed;right:0;top:90px}.nav-menu.active{display:flex}.nav-link{border-bottom:1px solid #ffffff14;border-radius:0;color:#fff;margin:0 10px;padding:18px 40px;text-align:left;width:100%;width:calc(100% - 20px)}.nav-link:after,.nav-link:before{display:none}.nav-link:hover{background:#e8d4b81a;transform:translateX(5px)}.cta-button-nav,.menu-toggle{display:none}.book-now-button-mobile{display:block}.hero-title{font-size:4rem}.cards-grid{gap:30px;grid-template-columns:1fr}.content-section{padding:100px 20px}.contact-wrapper,.content-split,.engage-grid,.schedule-demo-wrapper,.testimonial-wrapper{gap:50px;grid-template-columns:1fr}.image-left .content-split{direction:ltr}.content-text h2{font-size:2.3rem}.contact-info h2{font-size:2.5rem}.contact-form-container{padding:40px 30px}.footer-content{gap:40px;grid-template-columns:1fr}.footer-col,.footer-content{text-align:center}.social-links{justify-content:center}.footer-logo{margin-bottom:20px}.container-wide{padding:0 20px}.schedule-demo-wrapper{gap:50px;grid-template-columns:1fr}.schedule-demo-left h2{font-size:2.5rem}}@media (max-width:968px){.schedule-demo-wrapper{gap:60px}.schedule-demo-left h2{font-size:2.5rem}.schedule-demo-left p{font-size:1rem;margin-bottom:40px}.schedule-demo-right{padding:40px 35px}}@media (max-width:768px){.schedule-demo-section{padding:70px 20px}.schedule-demo-wrapper{gap:50px}.schedule-demo-left h2{font-size:2.2rem;margin-bottom:20px}.schedule-demo-left p{font-size:1rem;line-height:1.6;margin-bottom:35px}.schedule-demo-right{padding:35px 25px}.demo-form .form-row{gap:15px;grid-template-columns:1fr;margin-bottom:15px}.demo-form .form-group{margin-bottom:15px}.demo-form input,.demo-form select,.demo-form textarea{font-size:.95rem;padding:12px 16px}.demo-submit-button{font-size:1rem;padding:16px 30px}.contact-info-card{align-items:start;flex-direction:row;gap:15px;padding:20px}.contact-info-icon{flex-shrink:0;height:45px;width:45px}.contact-info-icon svg{height:24px;width:24px}.contact-info-text h4{font-size:1rem;margin-bottom:5px}.contact-info-text p{font-size:.9rem}.phone-input-wrapper{flex-direction:column;gap:10px}.phone-input-wrapper .country-code{width:100%}.content-section{padding:80px 20px}.content-split{gap:40px;grid-template-columns:1fr}.image-left .content-split{direction:ltr}.content-text h2{font-size:2rem}.content-text p{font-size:1.05rem}.content-text .emphasis{font-size:1.1rem;padding:15px 20px}.content-image:before{bottom:10px;left:-10px;right:10px;top:-10px}.container-wide,.hero-container{padding:0 20px}.hero-section{height:600px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-label{font-size:.85rem}.section-heading{font-size:2.2rem}.content-text h2,.engage-left h2{font-size:2rem}.testimonial-quote blockquote{font-size:1.4rem}.quote-mark{font-size:4rem}.trial-cta-section{padding:60px 20px}.trial-cta-section h2{font-size:2rem}.trial-cta-section p{font-size:1rem}.final-cta-section{padding:70px 20px}.final-cta-section h2{font-size:2rem;margin-bottom:30px}.cta-button-large{font-size:1rem;padding:16px 40px}.benefits-grid{gap:25px;grid-template-columns:1fr;padding:0 10px}.benefits-grid .benefit-card:nth-child(4),.benefits-grid .benefit-card:nth-child(5){grid-column:1}.benefit-card{padding:30px 20px}.benefit-icon{height:80px;width:80px}.engage-section,.testimonial-section,.three-cards-section{padding:70px 20px}}@media (max-width:600px){.benefits-grid{gap:20px;grid-template-columns:1fr}.section-heading{font-size:2rem}.benefit-card{padding:35px 25px}}@media (max-width:480px){.hero-section{height:500px}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-cta-button{font-size:1rem;padding:14px 30px}.logo-text{font-size:1rem}.section-heading{font-size:1.8rem}.content-text h2,.engage-left h2{font-size:1.75rem}.trial-cta-section{padding:50px 15px}.trial-cta-section h2{font-size:1.75rem}.trial-cta-section p{font-size:.95rem}.final-cta-section{padding:60px 15px}.final-cta-section h2{font-size:1.75rem;margin-bottom:25px}.cta-button-large{font-size:.95rem;max-width:300px;padding:15px 35px;width:100%}.content-section,.engage-section,.testimonial-section,.three-cards-section{padding:60px 15px}.testimonial-quote blockquote{font-size:1.2rem}.quote-mark{font-size:3.5rem}.schedule-demo-section{padding:50px 15px}.schedule-demo-wrapper{gap:40px}.schedule-demo-left .demo-label{font-size:.8rem;margin-bottom:12px}.schedule-demo-left h2{font-size:1.75rem;line-height:1.3;margin-bottom:15px}.schedule-demo-left p{font-size:.95rem;line-height:1.6;margin-bottom:30px}.schedule-demo-right{border-radius:16px;padding:25px 18px}.demo-form .form-row{gap:12px;margin-bottom:12px}.demo-form .form-group{margin-bottom:15px}.demo-form label{font-size:.9rem}.demo-form input,.demo-form select,.demo-form textarea{border-radius:8px;font-size:.9rem;padding:12px 14px}.demo-form textarea{min-height:100px}.demo-submit-button{border-radius:8px;font-size:.95rem;margin-top:5px;padding:15px 25px}.contact-info-cards{gap:18px}.contact-info-card{border-radius:10px;gap:12px;padding:18px}.contact-info-icon{border-radius:10px;height:40px;width:40px}.contact-info-icon svg{height:20px;width:20px}.contact-info-text h4{font-size:.95rem;margin-bottom:4px}.contact-info-text p{font-size:.85rem;line-height:1.4}.phone-input-wrapper{gap:8px}}.mobile-bottom-nav{display:none!important}.mobile-hamburger{align-items:center;background:linear-gradient(135deg,#213d3b,#2f514d);border:none;border-radius:12px;box-shadow:0 4px 20px #213d3b66;cursor:pointer;display:none;flex-direction:column;gap:5px;height:48px;justify-content:center;padding:12px;position:fixed;right:20px;top:20px;transition:all .3s ease;width:48px;z-index:9999}.mobile-hamburger:hover{box-shadow:0 6px 25px #213d3b80;transform:scale(1.05)}.mobile-hamburger span{background:#e8d4b8;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:22px}.mobile-hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-hamburger.open span:nth-child(2){opacity:0}.mobile-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1024px){.mobile-hamburger{display:flex!important}.home-page{padding-bottom:0!important}}.mobile-slide-menu{background:#fff;box-shadow:-10px 0 40px #0003;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:85vw;position:fixed;right:-320px;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:300px;z-index:1001}.mobile-slide-menu.open{right:0}.mobile-slide-menu-header{align-items:center;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;padding:20px 24px}.mobile-menu-logo{height:36px;width:auto}.mobile-menu-close{align-items:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.mobile-menu-close:hover{background:#213d3b}.mobile-menu-close svg{color:#333;height:20px;transition:color .3s ease;width:20px}.mobile-menu-close:hover svg{color:#fff}.mobile-slide-nav{flex:1 1;overflow-y:auto;padding:20px 0}.mobile-slide-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#333;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:500;gap:16px;padding:16px 24px;text-align:left;transition:all .3s ease;width:100%}.mobile-slide-item:hover{background:#f8f8f8;border-left-color:#213d3b}.mobile-slide-item.active{background:#213d3b14;border-left-color:#213d3b;color:#213d3b;font-weight:600}.mobile-slide-item svg{flex-shrink:0;height:22px;width:22px}.mobile-slide-item.active svg{color:#213d3b}.mobile-slide-footer{border-top:1px solid #00000014;padding:20px 24px}.mobile-slide-cta{background:linear-gradient(135deg,#213d3b,#2f514d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.mobile-slide-cta:hover{box-shadow:0 6px 20px #213d3b4d;transform:translateY(-2px)}.mobile-menu-overlay{animation:fadeInOverlay .3s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.footer-premium-bottom{margin-bottom:20px}}.dark-mode .content-section{color:#e8e8e8}.dark-mode .content-section,.dark-mode .content-section:nth-of-type(2n),.dark-mode .content-section:nth-of-type(odd){background:#264441!important}.dark-mode .content-text h2{color:#e8e8e8}.dark-mode .content-text p{color:#b8b8b8}.dark-mode .content-text p:first-of-type{color:#e8e8e8}.dark-mode .content-text .emphasis{background:#e8d4b81a;border-left-color:#e8d4b8;color:#e8d4b8}.dark-mode .check-list li{color:#b8b8b8}.dark-mode .benefits-grid-section{background:#264441!important}.dark-mode .section-heading{color:#e8e8e8}.dark-mode .benefit-card{background:#1e2a3a;border-color:#ffffff1a;color:#e8e8e8}.dark-mode .benefit-card:hover{background:#233040;border-color:#e8d4b8}.dark-mode .benefit-card h4{color:#e8e8e8}.dark-mode .benefit-card p{color:#b8b8b8}.dark-mode .hero-section{background:#264441}.dark-mode .hero-overlay{background:#0009}.dark-mode .hero-label{color:#e8d4b8e6}.dark-mode .hero-title{color:#fff}.dark-mode .hero-subtitle{color:#e8e8e8}.dark-mode .hero-cta-button{background:#e8d4b8;color:#0f1624}.dark-mode .hero-cta-button:hover{background:#fff}.dark-mode .three-cards-section{background:#264441}.dark-mode .feature-card-icon h3{color:#fff}.dark-mode .feature-card-icon p{color:#e8e8e8}.dark-mode .engage-section{background:#264441!important}.dark-mode .engage-left h2{color:#e8e8e8}.dark-mode .engage-left p{color:#b8b8b8}.dark-mode .check-list-styled li{color:#e8e8e8}.dark-mode .quote-box{background:#1a2332;border-left-color:#e8d4b8}.dark-mode .quote-box p{color:#e8e8e8}.dark-mode .quote-author{color:#e8d4b8}.dark-mode .testimonial-section{background:#264441}.dark-mode .author-name,.dark-mode .testimonial-quote blockquote{color:#e8e8e8}.dark-mode .author-title{color:#b8b8b8}.dark-mode .trial-cta-section{background:#e8d4b81a!important}.dark-mode .trial-cta-section h2{color:#e8e8e8}.dark-mode .trial-cta-section p{color:#b8b8b8}.dark-mode .final-cta-section{background:#2f514d}.dark-mode .final-cta-section h2{color:#fff}.dark-mode .cta-button-large{background:#e8d4b8;color:#2f514d}.dark-mode .cta-button-large:hover{background:#fff}.dark-mode .schedule-demo-section{background:#264441}.dark-mode .schedule-demo-left p{color:#ffffffe6}.dark-mode .schedule-demo-right{background:#ffffff0d;border-color:#ffffff1a}.dark-mode .demo-form input,.dark-mode .demo-form select,.dark-mode .demo-form textarea{background:#ffffff1a;border-color:#fff3;color:#fff}.dark-mode .demo-form input:focus,.dark-mode .demo-form select:focus,.dark-mode .demo-form textarea:focus{background:#ffffff26;border-color:#e8d4b8}.dark-mode .footer{background:#fff;border-top-color:#0000001a}.dark-mode .footer-top p{color:#000000bf}.dark-mode .footer-divider{background:#0000001a}.dark-mode .footer-col h4{color:#1a1a1a}.dark-mode .footer-col p{color:#000000b3}.dark-mode .footer-bottom p{color:#00000080}.dark-mode .footer .social-links a{background:#0000000d;border:1px solid #00000026;color:#1a1a1a}.dark-mode .footer .social-links a:hover{background:#213d3b;border-color:#213d3b;color:#fff}.dark-mode .footer .footer-copyright{color:#0009}.dark-mode .footer .footer-company{color:#000000e6!important}.dark-mode .contact-form-container{background:#1a2332}.dark-mode .form-group label{color:#e8e8e8}.dark-mode .form-group input,.dark-mode .form-group textarea{background:#0f1624;border-color:#fff3;color:#e8e8e8}.dark-mode .form-group input:focus,.dark-mode .form-group textarea:focus{background:#1a2332;border-color:#e8d4b8}.dark-mode .form-submit-button{background:#e8d4b8;color:#0f1624}.dark-mode .form-submit-button:hover{background:#fff}.dark-mode .contact-info h2{color:#e8e8e8}.dark-mode .contact-description{color:#b8b8b8}.dark-mode .contact-item h4{color:#e8e8e8}.dark-mode .contact-item p{color:#b8b8b8}.dark-mode .main-nav{background:linear-gradient(180deg,#2f514d,#1f3a38);border-bottom:1px solid #e8d4b81a}.dark-mode .main-nav:before{background:linear-gradient(90deg,#0000,#e8d4b880,#0000)}.dark-mode .nav-menu{background:#ffffff0d}.dark-mode .nav-link{color:#fffffff2}.dark-mode .nav-link:before{background:linear-gradient(135deg,#e8d4b826,#ffffff1a)}.dark-mode .nav-link:hover{color:#e8d4b8}.dark-mode .nav-link:after{background:linear-gradient(90deg,#e8d4b8,#fff 50%,#e8d4b8);box-shadow:0 -2px 8px #e8d4b880}.dark-mode .dark-mode-toggle{background:#ffffff1a;border:1px solid #fff3;color:#fff}.dark-mode .dark-mode-toggle:hover{background:#ffffff26;border-color:#ffffff4d}.dark-mode .menu-toggle{background:#ffffff1a;border:1px solid #fff3}.dark-mode .menu-toggle:hover{background:#ffffff26;border-color:#ffffff4d}.dark-mode .menu-toggle span{background:#fff}.dark-mode .menu-toggle:hover span{background:#e8d4b8}.dark-mode .logo{background:#fff;border-radius:6px;padding:6px 10px}.dark-mode .benefit-card,.dark-mode .contact-form-container,.dark-mode .content-section,.dark-mode .footer,.dark-mode .hero-section,.dark-mode .schedule-demo-section{transition:background-color .3s ease}.dark-mode .contact-info-text,.dark-mode .nav-link,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode p{transition:color .3s ease}.report-popup-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.report-popup{animation:slideUp .4s ease;background:linear-gradient(145deg,#213d3b,#1a302e);border-radius:24px;box-shadow:0 25px 80px #0006,0 10px 30px #213d3b4d,inset 0 1px 0 #ffffff1a;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;padding:0;position:relative;width:100%}.report-popup:before{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#2f514d,#4a7c76,#e8d4b8,#4a7c76,#2f514d);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.report-popup:after{background:radial-gradient(circle,#2f514d0d 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.report-popup-close{align-items:center;background:#0000004d;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s ease;width:40px;z-index:100}.report-popup-close svg{stroke:#ffffffe6;height:20px;transition:stroke .3s ease;width:20px}.report-popup-close:hover{background:#fff3;transform:rotate(90deg)}.report-popup-close:hover svg{stroke:#fff}.report-popup-scroll{flex:1 1;overflow-y:auto;padding:40px}.report-popup-scroll::-webkit-scrollbar{width:8px}.report-popup-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.report-popup-scroll::-webkit-scrollbar-thumb{background:#e8d4b84d;border-radius:4px}.report-popup-scroll::-webkit-scrollbar-thumb:hover{background:#e8d4b880}.report-popup-header{margin-bottom:30px;text-align:center}.report-popup-icon{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border-radius:50%;box-shadow:0 10px 30px #0000004d,0 5px 15px #e8d4b833;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.report-popup-icon svg{stroke:#213d3b;height:40px;width:40px}.report-popup-badge{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#28a745,#20c997);border-radius:20px;box-shadow:0 4px 15px #28a7454d;display:inline-block;font-size:12px;letter-spacing:1px;padding:6px 16px}.report-popup-badge,.report-popup-title{color:#fff;font-weight:700;margin-bottom:16px}.report-popup-title{font-size:28px;line-height:1.3;text-align:center}.report-popup-subtitle{color:#ffffffd9;font-size:18px;line-height:1.5;margin-bottom:0;text-align:center}.report-value-tag{color:#e8d4b8;font-weight:600}.report-popup-description{color:#ffffffbf;font-size:15px;line-height:1.6;margin-bottom:28px;text-align:center}.report-popup-content{margin-bottom:30px}.report-intro-section{background:#ffffff0d;border-left:4px solid #e8d4b8;border-radius:16px;margin-bottom:30px;padding:24px}.report-intro-section p{color:#ffffffd9;font-size:15px;line-height:1.7;margin-bottom:12px}.report-intro-section p:last-child{margin-bottom:0}.report-intro-section strong{color:#e8d4b8}.report-features-section{margin-bottom:30px}.report-features-section h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;text-align:center}.report-features-intro{color:#ffffffbf;font-size:15px;margin-bottom:24px;text-align:center}.report-features-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.report-feature-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:14px;padding:20px;transition:all .3s ease}.report-feature-item:hover{background:#ffffff14;border-color:#e8d4b833;transform:translateY(-2px)}.report-feature-icon{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border-radius:10px;display:flex;height:44px;justify-content:center;min-width:44px;width:44px}.report-feature-icon svg{stroke:#213d3b;height:22px;width:22px}.report-feature-content h4{color:#fff;font-size:15px;font-weight:600;margin-bottom:6px}.report-feature-content p{color:#ffffffa6;font-size:13px;line-height:1.5;margin:0}.report-why-section{margin-bottom:30px}.report-why-section h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px}.report-why-section>p{color:#ffffffbf;font-size:15px;margin-bottom:16px}.report-benefits-list{list-style:none;margin:0 0 24px;padding:0}.report-benefits-list li{align-items:center;border-bottom:1px solid #ffffff14;color:#ffffffd9;display:flex;font-size:15px;gap:12px;padding:10px 0}.report-benefits-list li:last-child{border-bottom:none}.report-benefits-list li svg{stroke:#28a745;height:20px;min-width:20px;width:20px}.report-stats-box{background:linear-gradient(135deg,#e8d4b826,#e8d4b814);border:1px solid #e8d4b84d;border-radius:12px;padding:20px;text-align:center}.report-stats-box p{color:#ffffffe6;font-size:16px;line-height:1.6;margin:0}.report-stats-box strong{color:#e8d4b8;font-weight:700}.report-upcloud-section{background:linear-gradient(135deg,#e8d4b814,#ffffff08);border:1px solid #e8d4b826;border-radius:20px;margin-bottom:30px;padding:30px}.report-upcloud-section h3{color:#e8d4b8;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.report-upcloud-intro{margin-bottom:28px;text-align:center}.report-upcloud-intro p{color:#ffffffd9;font-size:16px;line-height:1.7;margin:0}.report-upcloud-features{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.report-upcloud-feature{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;display:flex;gap:16px;padding:22px;transition:all .3s ease}.report-upcloud-feature:hover{background:#ffffff1a;border-color:#e8d4b840;box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.report-upcloud-feature-icon{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border-radius:12px;box-shadow:0 4px 15px #e8d4b840;display:flex;height:50px;justify-content:center;min-width:50px;width:50px}.report-upcloud-feature-icon svg{stroke:#213d3b;height:24px;width:24px}.report-upcloud-feature-text h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px}.report-upcloud-feature-text p{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0}.report-upcloud-conclusion{background:linear-gradient(135deg,#e8d4b833,#e8d4b81a);border:1px solid #e8d4b84d;border-radius:12px;padding:20px;text-align:center}.report-upcloud-conclusion p{color:#fff;font-size:16px;line-height:1.6;margin:0}.report-upcloud-conclusion strong{color:#e8d4b8}.report-cta-section{background:#ffffff0d;border-radius:16px;margin-bottom:30px;padding:24px;text-align:center}.report-cta-section h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:12px}.report-cta-section>p{color:#ffffffbf;font-size:15px;margin-bottom:16px}.report-delivery-list{display:inline-block;list-style:none;margin:0 0 20px;padding:0;text-align:left}.report-delivery-list li{color:#e8d4b8;font-size:15px;font-weight:500;padding:6px 0}.report-bonus-text{color:#ffffffb3;font-size:14px;font-style:italic;line-height:1.6}.report-form-title{color:#e8d4b8;font-size:18px;font-weight:700;margin-bottom:20px;text-align:center}.report-popup-form{display:flex;flex-direction:column;gap:16px}.report-input-group{align-items:center;display:flex;position:relative}.report-input-icon{align-items:center;display:flex;height:20px;justify-content:center;left:16px;pointer-events:none;position:absolute;width:20px;z-index:1}.report-input-icon svg{stroke:#e8d4b8;height:20px;opacity:.8;transition:opacity .3s ease;width:20px}.report-input-group input{background:#ffffff14;border:2px solid #ffffff26;border-radius:12px;color:#fff;font-size:15px;outline:none;padding:16px 16px 16px 50px;transition:all .3s ease;width:100%}.report-input-group input::placeholder{color:#ffffff80}.report-input-group input:focus{background:#ffffff1f;border-color:#e8d4b8;box-shadow:0 0 0 4px #e8d4b826}.report-input-group input:focus+.report-input-icon svg,.report-input-group:focus-within .report-input-icon svg{opacity:1}.report-popup-cta{align-items:center;background:linear-gradient(135deg,#e8d4b8,#f0e2cc);border:none;border-radius:12px;box-shadow:0 6px 20px #00000040,0 3px 10px #e8d4b84d;color:#213d3b;cursor:pointer;display:flex;font-size:17px;font-weight:600;gap:10px;justify-content:center;margin-top:8px;overflow:hidden;padding:18px 32px;position:relative;transition:all .3s ease;width:100%}.report-popup-cta:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.report-popup-cta:hover:before{left:100%}.report-popup-cta:hover{background:linear-gradient(135deg,#f0e2cc,#f8edd8);box-shadow:0 10px 30px #00000059,0 5px 15px #e8d4b866;transform:translateY(-2px)}.report-popup-cta:active{transform:translateY(0)}.report-popup-cta svg{height:20px;transition:transform .3s ease;width:20px}.report-popup-cta:hover svg{transform:translateX(4px)}.report-popup-privacy{align-items:center;color:#fff9;display:flex;font-size:13px;gap:8px;justify-content:center;margin-top:20px}.report-popup-privacy svg{stroke:#fff9;height:14px;width:14px}.dark-mode .report-popup{background:linear-gradient(145deg,#213d3b,#1a302e);box-shadow:0 25px 80px #00000080,0 10px 30px #0000004d,inset 0 1px 0 #ffffff1a}@media (max-width:850px){.report-popup{margin:10px;max-height:95vh;max-width:95%}.report-features-grid,.report-upcloud-features{grid-template-columns:1fr}}@media (max-width:520px){.report-popup{border-radius:20px}.report-popup-scroll{padding:30px 20px}.report-popup-icon{height:64px;width:64px}.report-popup-icon svg{height:32px;width:32px}.report-popup-title{font-size:22px}.report-popup-subtitle{font-size:16px}.report-popup-description{font-size:14px;margin-bottom:20px}.report-features-section h3,.report-why-section h3{font-size:18px}.report-feature-item{padding:16px}.report-feature-icon{height:38px;min-width:38px;width:38px}.report-feature-icon svg{height:18px;width:18px}.report-feature-content h4{font-size:14px}.report-feature-content p{font-size:12px}.report-input-group input{font-size:14px;padding:14px 14px 14px 46px}.report-popup-cta{font-size:16px;padding:16px 24px}.report-cta-section,.report-intro-section{padding:18px}.report-stats-box{padding:16px}.report-stats-box p{font-size:14px}.report-upcloud-section{padding:20px}.report-upcloud-section h3{font-size:20px}.report-upcloud-intro p{font-size:14px}.report-upcloud-features{gap:14px;grid-template-columns:1fr}.report-upcloud-feature{padding:18px}.report-upcloud-feature-icon{height:42px;min-width:42px;width:42px}.report-upcloud-feature-icon svg{height:20px;width:20px}.report-upcloud-feature-text h4{font-size:14px}.report-upcloud-feature-text p{font-size:13px}.report-upcloud-conclusion p{font-size:14px}}.features-cards-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:40px;text-align:left}.feature-card-mini{background:linear-gradient(135deg,#1a3230,#213d3b 50%,#2a4a47);border:1px solid #e8d4b826;border-radius:16px;overflow:hidden;padding:28px 24px;position:relative;transition:all .3s ease}.feature-card-mini:before{background:linear-gradient(90deg,#e8d4b8,#e8d4b84d);content:"";height:3px;left:0;position:absolute;right:0;top:0}.feature-card-mini:hover{border-color:#e8d4b84d;box-shadow:0 12px 40px #00000040;transform:translateY(-4px)}.feature-card-mini-icon{align-items:center;background:linear-gradient(135deg,#e8d4b826,#e8d4b80d);border:1px solid #e8d4b833;border-radius:14px;display:flex;height:52px;justify-content:center;margin-bottom:20px;width:52px}.feature-card-mini-icon svg{color:#e8d4b8;height:26px;width:26px}.feature-card-mini h4{color:#e8d4b8;font-size:17px;font-weight:600;line-height:1.3;margin:0 0 12px}.feature-card-mini p{color:#ffffffb3;font-size:14px;line-height:1.6;margin:0}.cta-contact-box{align-items:center;background:linear-gradient(135deg,#e8d4b81f,#e8d4b80d);border:1px solid #e8d4b833;border-radius:16px;display:flex;flex-direction:column;gap:24px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:45px;max-width:700px;padding:32px;text-align:center}.cta-contact-box p{color:#fff;font-size:18px;font-weight:500;line-height:1.5;margin:0}.cta-demo-button{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border:none;border-radius:50px;box-shadow:0 4px 20px #e8d4b84d;color:#213d3b;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:12px;letter-spacing:1px;padding:16px 36px;transition:all .3s ease}.cta-demo-button svg{height:18px;transition:transform .3s ease;width:18px}.cta-demo-button:hover{box-shadow:0 8px 30px #e8d4b866;transform:translateY(-2px)}.cta-demo-button:hover svg{transform:translateX(4px)}@media (max-width:900px){.features-cards-row{gap:18px;grid-template-columns:1fr}.feature-card-mini{padding:24px 20px}.cta-contact-box{flex-direction:column;gap:16px}.cta-contact-box,.cta-contact-box p{text-align:center}}.kraftfulla-section{background:linear-gradient(180deg,#1a3230,#213d3b 50%,#1a3230);overflow:hidden;padding:100px 20px;position:relative}.kraftfulla-section:before{background:radial-gradient(circle at 20% 20%,#e8d4b808 0,#0000 50%),radial-gradient(circle at 80% 80%,#e8d4b808 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.kraftfulla-header{margin-bottom:60px;position:relative;text-align:center;z-index:1}.kraftfulla-label{background:#e8d4b81a;border:1px solid #e8d4b833;border-radius:30px;color:#e8d4b8;display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;margin-bottom:16px;padding:8px 20px;text-transform:uppercase}.kraftfulla-header h2{color:#fff;font-size:42px;font-weight:700;line-height:1.2;margin:0 auto;max-width:700px}.kraftfulla-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;position:relative;z-index:1}.kraftfulla-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;padding:36px 30px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.kraftfulla-card:before{background:linear-gradient(90deg,#0000,#e8d4b880,#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.kraftfulla-card:hover:before{opacity:1}.kraftfulla-card:hover{background:linear-gradient(145deg,#ffffff14,#ffffff08);border-color:#e8d4b833;box-shadow:0 25px 50px #0000004d;transform:translateY(-8px)}.kraftfulla-card-large{grid-column:span 1;grid-row:span 2;padding:44px 34px}.kraftfulla-card-large p{font-size:16px;line-height:1.8}.kraftfulla-card-number{color:#e8d4b80f;font-size:60px;font-weight:800;letter-spacing:-3px;line-height:1;position:absolute;right:24px;top:20px}.kraftfulla-card-icon{align-items:center;background:linear-gradient(135deg,#e8d4b826,#e8d4b80d);border:1px solid #e8d4b833;border-radius:14px;display:flex;height:56px;justify-content:center;margin-bottom:24px;transition:all .3s ease;width:56px}.kraftfulla-card:hover .kraftfulla-card-icon{background:linear-gradient(135deg,#e8d4b840,#e8d4b81a);transform:scale(1.05)}.kraftfulla-card-icon svg{color:#e8d4b8;height:26px;width:26px}.kraftfulla-card h3{color:#e8d4b8;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 14px}.kraftfulla-card p{color:#ffffffb3;flex:1 1;font-size:14px;line-height:1.7;margin:0}.kraftfulla-card-glow{background:radial-gradient(ellipse,#e8d4b81a 0,#0000 70%);bottom:-50%;height:100px;left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;width:80%}.kraftfulla-card:hover .kraftfulla-card-glow{opacity:1}.kraftfulla-card-highlight{background:linear-gradient(145deg,#e8d4b81f,#e8d4b80a);border-color:#e8d4b840}.kraftfulla-card-highlight:hover{background:linear-gradient(145deg,#e8d4b82e,#e8d4b80f);border-color:#e8d4b866}.kraftfulla-badge{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border-radius:30px;display:inline-flex;gap:8px;margin-top:20px;padding:10px 16px;width:-webkit-fit-content;width:fit-content}.kraftfulla-badge svg{color:#213d3b;height:16px;width:16px}.kraftfulla-badge span{color:#213d3b;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}@media (max-width:1024px){.kraftfulla-header h2{font-size:34px}.kraftfulla-grid{grid-template-columns:repeat(2,1fr)}.kraftfulla-card-large{grid-column:span 2;grid-row:span 1}}@media (max-width:768px){.kraftfulla-section{padding:70px 20px}.kraftfulla-header h2{font-size:28px}.kraftfulla-grid{gap:20px;grid-template-columns:1fr}.kraftfulla-card-large{grid-column:span 1}.kraftfulla-card{padding:30px 24px}.kraftfulla-card-number{font-size:48px}}.solution-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;margin-top:50px;max-width:1000px}.solution-card{background:linear-gradient(145deg,#1a3230,#213d3b 60%,#2a4a47);border:1px solid #e8d4b81f;border-radius:20px;overflow:hidden;padding:36px 30px;position:relative;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1)}.solution-card:before{background:radial-gradient(circle at top right,#e8d4b814 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.solution-card:hover{border-color:#e8d4b840;box-shadow:0 20px 50px #0000004d,0 0 40px #e8d4b81a;transform:translateY(-6px)}.solution-number{color:#e8d4b814;font-size:48px;font-weight:800;letter-spacing:-2px;line-height:1;position:absolute;right:24px;top:20px}.solution-icon{align-items:center;background:linear-gradient(135deg,#e8d4b826,#e8d4b80d);border:1px solid #e8d4b833;border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:24px;position:relative;width:64px;z-index:1}.solution-icon:after{background:#e8d4b8;border-radius:50%;content:"";height:12px;opacity:0;position:absolute;right:-4px;top:-4px;transition:all .3s ease;width:12px}.solution-card:hover .solution-icon:after{opacity:1}.solution-icon svg{color:#e8d4b8;height:30px;width:30px}.solution-card h3{color:#e8d4b8;font-size:20px;font-weight:700;margin:0 0 14px;position:relative;z-index:1}.solution-card p{color:#ffffffbf;font-size:15px;line-height:1.7;margin:0;position:relative;z-index:1}.solution-cta-box{background:linear-gradient(135deg,#e8d4b81a,#e8d4b808);border:1px solid #e8d4b826;border-radius:20px;margin-left:auto;margin-right:auto;margin-top:60px;max-width:600px;padding:40px;text-align:center}.solution-cta-box h3{color:#fff;font-size:22px;font-weight:600;margin:0 0 28px}.solution-cta-box .cta-button-large{align-items:center;background:linear-gradient(135deg,#e8d4b8,#d4c4a8);border:none;border-radius:50px;box-shadow:0 4px 25px #e8d4b84d;color:#213d3b;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:12px;padding:18px 40px;transition:all .3s ease}.solution-cta-box .cta-button-large svg{height:20px;transition:transform .3s ease;width:20px}.solution-cta-box .cta-button-large:hover{box-shadow:0 10px 35px #e8d4b866;transform:translateY(-3px)}.solution-cta-box .cta-button-large:hover svg{transform:translateX(5px)}@media (max-width:768px){.solution-grid{gap:20px;grid-template-columns:1fr;margin-top:35px}.solution-card{padding:28px 24px}.solution-number{font-size:36px;right:18px;top:16px}.solution-icon{height:56px;width:56px}.solution-icon svg{height:26px;width:26px}.solution-card h3{font-size:18px}.solution-card p{font-size:14px}.solution-cta-box{margin-top:40px;padding:30px 24px}.solution-cta-box h3{font-size:18px}.solution-cta-box .cta-button-large{font-size:15px;padding:16px 32px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}#pwa-install-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
/*# sourceMappingURL=main.72989fe7.css.map*/