body{font-family:Inter,-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}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.6;overflow-x:hidden}.App{position:relative}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-right{animation:fadeInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:100px 0;position:relative}.section:after{background:linear-gradient(90deg,#0000,#006e3d1a,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.section-title{color:#000;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.section-subtitle{color:#666;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:700px}.section-white{background:#fff}.section-light-gray{background:#f8f9fa;position:relative}.section-light-gray:before{background:radial-gradient(circle at 20% 80%,#006e3d05 0,#0000 50%),radial-gradient(circle at 80% 20%,#d1d1d114 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-gray{background:linear-gradient(135deg,#f1f3f4,#e8eaed);position:relative}.section-gray:before{background:radial-gradient(circle at 30% 30%,#006e3d08 0,#0000 50%),radial-gradient(circle at 70% 70%,#d1d1d10d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-green-light{background:linear-gradient(135deg,#006e3d0d,#006e3d05);position:relative}.section-green-light:before{background:radial-gradient(circle at 25% 25%,#006e3d14 0,#0000 50%),radial-gradient(circle at 75% 75%,#ffffff4d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-green-light .section-title{color:#006e3d}.section-green-light .section-subtitle{color:#666}.section-green{background:linear-gradient(135deg,#006e3d,#005530);color:#fff;position:relative}.section-green:before{background:radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-green .section-title{color:#fff}.section-green .section-subtitle{color:#ffffffe6}.section-dark-gray{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;position:relative}.section-dark-gray:before{background:radial-gradient(circle at 30% 70%,#006e3d1a 0,#0000 50%),radial-gradient(circle at 70% 30%,#ffffff08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-dark-gray .section-title{color:#fff}.section-dark-gray .section-subtitle{color:#ffffffe6}.btn-primary{background:#006e3d;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:18px 36px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:#005530;box-shadow:0 12px 25px #006e3d66;transform:translateY(-3px)}.btn-primary:active{box-shadow:0 6px 15px #006e3d4d;transform:translateY(-1px)}.btn-secondary{background:#0000;border:2px solid #006e3d;border-radius:12px;color:#006e3d;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:18px 36px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-secondary:before{background:#006e3d;content:"";height:100%;left:0;position:absolute;top:0;transition:width .4s cubic-bezier(.4,0,.2,1);width:0;z-index:-1}.btn-secondary:hover:before{width:100%}.btn-secondary:hover{box-shadow:0 12px 25px #006e3d4d;color:#fff;transform:translateY(-3px)}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2.2rem;line-height:1.3;margin-bottom:1rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem;padding:0 10px}.container{padding:0 15px}.btn-primary,.btn-secondary{font-size:.9rem;max-width:300px;padding:14px 28px;text-align:center;width:100%}}@media (max-width:480px){body{font-size:14px}.section{padding:40px 0}.section-title{font-size:1.8rem;line-height:1.2}.section-subtitle{font-size:.95rem;margin-bottom:2rem}.container{padding:0 10px}.btn-primary,.btn-secondary{border-radius:8px;font-size:.85rem;padding:12px 24px}}@media (max-width:360px){.container{padding:0 8px}.section-title{font-size:1.6rem}.section-subtitle{font-size:.9rem}}.hero-section{background:linear-gradient(135deg,#fff,#f8f9fa);display:flex;flex-direction:column;min-height:100vh;position:relative}.hero-section:before{background:radial-gradient(circle at 20% 80%,#006e3d08 0,#0000 50%),radial-gradient(circle at 80% 20%,#d1d1d10d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.hero-nav{align-items:center;animation:fadeInUp 1s ease-out;display:flex;justify-content:space-between;padding:1.5rem 0;position:relative;z-index:10}.sticky-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #006e3d1a;box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.sticky-nav .container{margin:0 auto;max-width:1200px;padding:0 20px}.hero-logo{align-items:center;cursor:pointer;display:flex;margin-left:calc(1rem + 100px)}.hero-logo,.logo-image{transition:all .3s ease}.logo-image{height:50px;width:auto}.logo-image:hover{transform:scale(1.05)}.hero-nav-btn{background:#006e3d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-right:calc(1rem + 100px);overflow:hidden;padding:14px 28px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-nav-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.hero-nav-btn:hover:before{left:100%}.hero-nav-btn:hover{background:#005530;box-shadow:0 8px 20px #006e3d4d;transform:translateY(-2px)}.hero-background,.hero-overlay{display:none}.hero-main{align-items:center;display:flex;flex:1 1;padding:120px 0 60px;position:relative;z-index:5}.hero-content{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.hero-green-bar{animation:fadeInUp 1.2s ease-out .3s both;background:#0000;border:none;color:#6b7280;margin:0 0 40px;padding:1.5rem 0;position:relative}.hero-green-bar h1{color:#6b7280;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:-.01em;line-height:1.5;margin:0;position:relative}.hero-green-bar h1:after{background:linear-gradient(90deg,#006e3d,#005530);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.hero-title{animation:fadeInUp 1.4s ease-out .6s both;color:#000;font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem;text-align:center}.hero-title .highlight{color:#006e3d;font-weight:900;position:relative}.hero-title .highlight:after{animation:expandWidth 1.5s ease-out 1.5s both;background:linear-gradient(90deg,#006e3d,#0000);bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}@keyframes expandWidth{0%{width:0}to{width:100%}}.hero-subtitle{animation:fadeInUp 1.6s ease-out .9s both;color:#666;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-video-section{animation:fadeInUp 1.8s ease-out 1.2s both;margin:2rem 0}.video-cta{color:#006e3d;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;position:relative;text-transform:uppercase}.video-cta:after{animation:pulse 2s infinite;background:#006e3d;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.video-container{background:#fff;border-radius:20px;margin:0 auto 3rem;max-width:800px;overflow:hidden;padding:2rem;position:relative}.custom-video{background:#000;border-radius:12px;height:400px;margin-bottom:1.5rem;object-fit:cover;position:relative;width:100%;z-index:1}.custom-video:hover{background:#000!important;border:none!important;box-shadow:none!important;outline:none!important;transform:none!important}.custom-video::-webkit-media-controls-panel{background:#00000080!important}.custom-video::-webkit-media-controls-pause-button,.custom-video::-webkit-media-controls-play-button{opacity:1!important}.custom-video::-webkit-media-controls-current-time-display,.custom-video::-webkit-media-controls-time-remaining-display{color:#fff!important}.custom-video::-webkit-media-controls-timeline::-webkit-slider-thumb{background:#006e3d!important}.custom-video::-webkit-media-controls-fullscreen-button,.custom-video::-webkit-media-controls-mute-button{opacity:1!important}.custom-video:after,.custom-video:before,.video-container:after,.video-container:before{display:none!important}.video-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #006e3d;border-radius:12px;display:flex;height:400px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:100%}.video-placeholder:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6);transform:scale(1.01)}.placeholder-content{max-width:400px;padding:2rem;text-align:center}.placeholder-icon{display:block;font-size:4rem;margin-bottom:1rem}.placeholder-content h3{color:#006e3d;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.placeholder-content p{color:#666;font-family:Lato,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.placeholder-content .btn-secondary{background:#006e3d;border:2px solid #006e3d;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.placeholder-content .btn-secondary:hover{background:#005530;border-color:#005530;box-shadow:0 8px 20px #006e3d4d;transform:translateY(-2px)}.video-description{color:#000;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0;text-align:center}.hero-btn{background:#006e3d;border:none;border-radius:12px;box-shadow:0 8px 20px #006e3d4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.5px;overflow:hidden;padding:20px 40px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.hero-btn:hover:before{left:100%}.hero-btn:hover{background:#005530;box-shadow:0 12px 30px #006e3d66;transform:translateY(-3px)}@media (max-width:768px){.hero-nav{padding:1rem 0}.hero-logo{margin-left:.5rem}.hero-nav-btn{font-size:.8rem;margin-right:.5rem;padding:12px 20px}.hero-main{padding:100px 0 40px}.hero-green-bar h1{font-size:1rem;padding:0 1rem}.hero-title{font-size:2.2rem;line-height:1.2;padding:0 1rem}.hero-subtitle{font-size:1.1rem;padding:0 1rem}.hero-content{padding:0}.video-container{margin:0 1rem 2rem;padding:1.5rem 1rem}.custom-video,.video-placeholder{height:280px}.placeholder-content{padding:1.5rem}.placeholder-icon{font-size:3rem}.placeholder-content h3{font-size:1.3rem}.placeholder-content p{font-size:.9rem}.hero-btn{font-size:1rem;margin:0 1rem;padding:14px 28px}.video-cta{font-size:.9rem}.video-description{font-size:1rem}}@media (max-width:480px){.sticky-nav .container{padding:0 10px}.hero-nav-btn{font-size:.75rem;padding:10px 16px}.logo-image{height:40px}.hero-main{padding:90px 0 30px}.hero-green-bar{margin:0 0 30px;padding:1rem 0}.hero-green-bar h1{font-size:.95rem;padding:0 .5rem}.hero-title{font-size:1.8rem}.hero-subtitle,.hero-title{margin-bottom:1rem;padding:0 .5rem}.hero-subtitle{font-size:1rem}.video-container{margin:0 .5rem 2rem;padding:1rem .5rem}.custom-video,.video-placeholder{height:220px}.placeholder-content{padding:1rem}.placeholder-icon{font-size:2.5rem}.placeholder-content h3{font-size:1.1rem}.placeholder-content p{font-size:.85rem;margin-bottom:1rem}.hero-btn{font-size:.9rem;margin:0 .5rem;max-width:300px;padding:12px 24px;width:calc(100% - 1rem)}.video-cta{font-size:.85rem}.video-description{font-size:.95rem}}@media (max-width:360px){.hero-nav-btn{font-size:.7rem;padding:8px 12px}.logo-image{height:35px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.95rem}.custom-video,.video-placeholder{height:200px}.placeholder-content{padding:.8rem}.placeholder-icon{font-size:2rem;margin-bottom:.5rem}.placeholder-content h3{font-size:1rem;margin-bottom:.5rem}.placeholder-content p{font-size:.8rem;margin-bottom:.8rem}.video-container{padding:.8rem .3rem}}@media (max-width:768px){.calendar-section{padding:40px 0}.ghl-calendar-container{margin:0 1rem;padding:1.5rem}}@media (max-width:480px){.ghl-calendar-container{margin:0 .5rem;padding:1rem}}.calendar-booking-section{background:linear-gradient(135deg,#006e3d,#004d2a);padding:4rem 0;position:relative}.calendar-booking-section .container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 2rem}.calendar-header{margin-bottom:3rem;text-align:center}.calendar-title{color:#fff;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin:0;text-shadow:0 2px 10px #0000004d}.calendar-booking-section iframe{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:1000px;overflow:hidden;transition:height .3s ease;width:100%}@media (max-width:768px){.calendar-booking-section{padding:2.5rem 0}.calendar-booking-section .container{max-width:none;padding:0 1rem}.calendar-header{margin-bottom:2rem}.calendar-title{font-size:2.2rem}.calendar-booking-section iframe{-webkit-overflow-scrolling:touch;border-radius:10px;box-shadow:0 8px 25px #00000040;height:800px;min-height:800px;overflow-y:scroll}}@media (max-width:480px){.calendar-booking-section{padding:2rem 0}.calendar-booking-section .container{padding:0 .5rem}.calendar-header{margin-bottom:1.5rem}.calendar-title{font-size:1.8rem}.calendar-booking-section iframe{-webkit-overflow-scrolling:touch;border-radius:8px;height:750px;max-width:100%;min-height:750px;overflow-y:scroll}}@media (max-width:360px){.calendar-booking-section{padding:1.5rem 0}.calendar-booking-section .container{padding:0 .25rem}.calendar-header{margin-bottom:1rem}.calendar-title{font-size:1.6rem}.calendar-booking-section iframe{-webkit-overflow-scrolling:touch;height:700px;min-height:700px;overflow-y:scroll}}@media (max-width:768px){.calendar-booking-section iframe{-webkit-overflow-scrolling:touch;max-height:none;overflow-x:hidden;overflow-y:scroll}}@media (max-width:768px) and (orientation:landscape){.calendar-booking-section{padding:1.5rem 0}.calendar-booking-section iframe{min-height:600px}}.about-cordova-simple-section{background:#f8f9fa;padding:4rem 0 2rem;text-align:center}.about-simple-content{margin:0 auto;max-width:800px}.about-simple-title{color:#006e3d;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.about-simple-description{color:#666;font-family:Lato,sans-serif;font-size:1.2rem;line-height:1.7;margin:0}@media (max-width:768px){.about-cordova-simple-section{padding:3rem 0 1.5rem}.about-simple-title{font-size:2.5rem;margin-bottom:1.5rem}.about-simple-description{font-size:1.1rem}}@media (max-width:480px){.about-cordova-simple-section{padding:2rem 0 1rem}.about-simple-title{font-size:2rem}.about-simple-description{font-size:1rem}}.target-audience-section{padding:60px 0 100px;position:relative;text-align:center}.target-audience-section:after{background:radial-gradient(circle,#006e3d08 0,#0000 70%);border-radius:50%;content:"";height:200px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px;z-index:0}.target-audience-section .section-title{color:#006e3d}.target-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:900px}.target-card{background:#fff;border:1px solid #d1d1d1;border-radius:16px;box-shadow:0 4px 15px #00000014;opacity:0;overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1)}.target-card.animate-fade-up{animation:fadeInUp .8s ease-out forwards}.target-card:before{background:linear-gradient(135deg,#006e3d,#005530);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.target-card:hover:before{opacity:1}.target-card:hover{border-color:#006e3d;box-shadow:0 20px 40px #006e3d33;color:#fff;transform:translateY(-12px)}.target-card:hover .target-title{color:#fff}.target-icon{align-items:center;color:#006e3d;display:flex;font-size:3rem;justify-content:center;margin-bottom:1.5rem;position:relative;transition:all .3s ease;z-index:2}.target-card:hover .target-icon{color:#fff;transform:scale(1.1)}.target-title{color:#006e3d;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem;text-transform:none}.target-description,.target-title{position:relative;transition:all .3s ease;z-index:2}.target-description{color:#666;font-family:Lato,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}.target-card:hover .target-description{color:#ffffffe6}.target-cta{margin-top:2rem;opacity:0;text-align:center;transform:translateY(20px)}.target-cta.animate-fade-up{animation:fadeInUp .8s ease-out forwards}@media (max-width:768px){.target-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.target-card{padding:2rem 1.5rem}.target-icon{font-size:2.5rem}.target-title{font-size:1.3rem}}@media (max-width:480px){.target-grid{padding:0 .5rem}.target-card{padding:1.5rem 1rem}.target-icon{font-size:2rem}.target-title{font-size:1.2rem}.target-description{font-size:.95rem}}@media (max-width:360px){.target-grid{padding:0 .25rem}.target-card{padding:1.2rem .8rem}.target-title{font-size:1.1rem}.target-description{font-size:.9rem}}.value-proposition-section{padding:100px 0 60px;position:relative;text-align:center}.value-proposition-section:after{animation:float 6s ease-in-out infinite;background:linear-gradient(45deg,#006e3d0d,#0000);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;content:"";height:150px;pointer-events:none;position:absolute;right:10%;top:20%;width:150px;z-index:0}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.value-proposition-section .section-title{color:#006e3d;margin-left:auto;margin-right:auto;max-width:900px}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:1100px}.feature-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 8px 25px #00000014;opacity:0;padding:3rem 2rem;position:relative;text-align:center;transform:scale(.9);transition:all .5s cubic-bezier(.4,0,.2,1)}.feature-card.animate-scale-in{animation:scaleIn .6s ease-out forwards}.feature-card:before{background:linear-gradient(135deg,#006e3d05,#0000);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:#006e3d1a;box-shadow:0 20px 40px #006e3d26;transform:translateY(-10px) scale(1.02)}.feature-header{margin-bottom:1.5rem}.feature-icon{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:20px;color:#006e3d;font-size:2.5rem;height:80px;margin:0 auto 2rem;overflow:hidden;position:relative;transition:all .3s ease;width:80px}.feature-icon:before{background:linear-gradient(135deg,#006e3d1a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-card:hover .feature-icon:before{opacity:1}.feature-card:hover .feature-icon{border-color:#006e3d33;transform:scale(1.1)}.feature-highlight{background:linear-gradient(135deg,#006e3d,#005530);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.feature-title{color:#006e3d;font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}.feature-description{font-size:1rem}.value-stats{align-items:center;background:linear-gradient(135deg,#006e3d,#005530);border-radius:24px;box-shadow:0 15px 35px #006e3d33;display:flex;gap:4rem;justify-content:center;margin:0 auto;max-width:900px;opacity:0;padding:3rem 2rem;transform:translateY(30px)}.value-stats.animate-fade-up{animation:fadeInUp .8s ease-out forwards}.stat-item{position:relative;text-align:center}.stat-number{color:#fff;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem;position:relative}.stat-number:after{background:linear-gradient(90deg,#fff,#0000);border-radius:2px;bottom:-5px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.stat-label{color:#ffffffe6;font-family:Lato,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.stat-divider{background:linear-gradient(180deg,#0000,#ffffff4d,#0000);height:80px;width:1px}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.3rem}.value-stats{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.stat-divider{height:2px;width:60px}.stat-number{font-size:2rem}}@media (max-width:480px){.feature-card{padding:1.5rem 1rem}.feature-icon{font-size:2rem}.feature-title{font-size:1.2rem}.stat-number{font-size:1.8rem}.value-stats{padding:1.5rem 1rem}}.about-cordova-section{background:#f8f9fa;overflow:hidden;padding:4rem 0;position:relative}.about-header{margin-bottom:4rem;text-align:center}.about-header .section-title{color:#006e3d}.about-header .section-subtitle{font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:800px}.why-choose-section{margin-bottom:6rem}.why-choose-title{color:#006e3d;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.why-choose-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.category-column{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:3rem 2.5rem;position:relative;transition:all .3s ease}.category-column:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.category-title{border-bottom:2px solid #006e3d;color:#006e3d;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;padding-bottom:.5rem;text-transform:uppercase}.category-items{margin-bottom:2.5rem}.feature-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}.feature-item:last-child{margin-bottom:0}.feature-icon{align-items:center;background:linear-gradient(135deg,#006e3d,#005530);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.feature-content{flex:1 1}.feature-title{color:#000;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.feature-description{color:#666;font-family:Lato,sans-serif;font-size:.95rem;line-height:1.6;margin:0}.learn-more-btn{display:block;margin:0 auto;max-width:200px;width:100%}.services-section{margin-bottom:6rem}.services-title{color:#006e3d;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1000px}.service-card{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;gap:2rem;padding:3rem;transition:all .3s ease}.service-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-3px)}.service-icon{align-items:center;background:linear-gradient(135deg,#006e3d,#005530);border-radius:15px;color:#fff;display:flex;flex-shrink:0;font-size:1.8rem;height:60px;justify-content:center;width:60px}.service-content{flex:1 1}.service-title{color:#000;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.service-description{color:#666;font-family:Lato,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.service-highlight{background:#f8f9fa;border-left:4px solid #006e3d;border-radius:8px;padding:1.5rem}.highlight-title{color:#006e3d;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.highlight-details{color:#333;font-family:Lato,sans-serif;font-size:.95rem;line-height:1.5;margin:0}.about-cta{background:linear-gradient(135deg,#006e3d,#005530);border-radius:20px;color:#fff;overflow:hidden;padding:4rem 3rem;position:relative;text-align:center}.about-cta:before{background:radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.cta-title{font-family:Montserrat,sans-serif;font-size:2.2rem;margin-bottom:1rem}.cta-subtitle,.cta-title{position:relative;z-index:2}.cta-subtitle{font-family:Lato,sans-serif;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.about-cta .btn-primary{background:#fff;color:#006e3d;position:relative;z-index:2}.about-cta .btn-primary:hover{background:#f8f9fa;transform:translateY(-3px)}@media (max-width:768px){.about-header .section-subtitle{font-size:1.1rem;padding:0 1rem}.services-title,.why-choose-title{font-size:2rem}.why-choose-grid{gap:2rem;grid-template-columns:1fr}.category-column,.service-card{padding:2rem 1.5rem}.service-card{flex-direction:column;text-align:center}.service-icon{margin:0 auto}.about-cta{padding:3rem 2rem}.cta-title{font-size:1.8rem}}@media (max-width:480px){.services-title,.why-choose-title{font-size:1.8rem}.tech-title{font-size:1.6rem}.category-column,.service-card{padding:1.5rem 1rem}.feature-item{flex-direction:column;gap:.5rem;text-align:center}.feature-icon{margin:0 auto}.about-cta{padding:2rem 1rem}.cta-title{font-size:1.6rem}.cta-subtitle{font-size:1rem}}@media (max-width:360px){.about-cta,.category-column,.service-card{padding:1rem}.services-title,.why-choose-title{font-size:1.6rem}}.how-it-works-section{overflow:hidden;position:relative;text-align:center}.how-it-works-section:before{background:radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:1200px;position:relative}.step-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 25px #0000001a;opacity:0;padding:2.5rem 2rem;position:relative;text-align:left;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1)}.step-card.animate-fade-up{animation:fadeInUp .8s ease-out forwards}.step-card:before{background:linear-gradient(135deg,#ffffff1a,#0000);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s ease}.step-card:hover:before{opacity:1}.step-card:hover{background:#ffffff26;box-shadow:0 20px 40px #0003;transform:translateY(-10px)}.step-number{align-items:center;background:#fff;border-radius:8px;color:#006e3d;display:flex;font-size:1.2rem;font-weight:900;height:40px;justify-content:center;margin-bottom:1.5rem;width:40px}.step-content{flex:1 1}.step-icon{display:none}.step-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.step-description{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin:0}.step-connector{align-items:center;display:flex;flex-direction:column;opacity:.6;position:absolute;right:-1rem;top:50%;transform:translateY(-50%)}.connector-line{background:linear-gradient(180deg,#667eea,#764ba2);height:40px;margin-bottom:.5rem;width:2px}.connector-arrow{color:#667eea;font-size:1.5rem;font-weight:700}.how-it-works-cta{padding:2rem 0 0;text-align:center}.cta-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.how-it-works-cta .btn-primary{background:#fff;color:#006e3d;font-weight:700}.how-it-works-cta .btn-primary:hover{background:#f8f9fa;color:#005530}@media (max-width:768px){.steps-container{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.step-card{align-items:flex-start;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff40;display:flex;flex-direction:row;gap:1.5rem;padding:2rem;text-align:left}.step-card:hover{background:#fff3;transform:translateY(-5px)}.step-number{border-radius:12px;flex-shrink:0;font-size:1.5rem;height:60px;margin-bottom:0;width:60px}.step-content{flex:1 1}.step-title{font-size:1.4rem;margin-bottom:.8rem}.step-description{font-size:1rem;line-height:1.6}.step-connector{display:none}.how-it-works-cta{padding:2rem 1rem}.cta-title{font-size:1.6rem}}@media (max-width:480px){.steps-container{gap:1.5rem;padding:0 .5rem}.step-card{border-radius:16px;gap:1rem;padding:1.5rem}.step-number{border-radius:10px;font-size:1.3rem;height:50px;width:50px}.step-title{font-size:1.2rem;margin-bottom:.6rem}.step-description{font-size:.95rem}.how-it-works-cta{padding:1.5rem .5rem}.cta-title{font-size:1.4rem;margin-bottom:1.5rem}}@media (max-width:360px){.steps-container{padding:0 .25rem}.step-card{gap:.8rem;padding:1.2rem}.step-number{font-size:1.2rem;height:45px;width:45px}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}}.faq-section{background:#fff;padding:80px 0}.faq-header{margin-bottom:3rem;text-align:center}.faq-subtitle{color:#006e3d;font-size:1rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.faq-section .section-title{color:#000;font-size:2.8rem}.faq-container{margin:0 auto 4rem;max-width:800px}.faq-item{background:#fff;border:1px solid #667eea1a;border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.faq-item.active{border-color:#006e3d;box-shadow:0 4px 15px #006e3d1a}.faq-question{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#006e3d0d}.faq-item.active .faq-question{background:#006e3d0d;color:#006e3d}.question-text{flex:1 1;padding-right:1rem}.faq-icon{align-items:center;background:#006e3d1a;border-radius:50%;color:#006e3d;display:flex;font-size:1.5rem;font-weight:300;height:30px;justify-content:center;transition:transform .3s ease;width:30px}.faq-item.active .faq-icon{background:#006e3d33;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:200px}.answer-content{border-top:1px solid #667eea1a;padding:0 2rem 1.5rem}.answer-content p{color:#666;font-size:1rem;line-height:1.7;margin:1rem 0 0}.faq-cta{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 8px 25px #00000014;padding:3rem 2rem;text-align:center}.faq-cta .cta-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:2rem}@media (max-width:768px){.faq-question{font-size:1rem;padding:1.2rem 1.5rem}.question-text{padding-right:.5rem}.faq-icon{font-size:1.3rem;height:25px;width:25px}.answer-content{padding:0 1.5rem 1.2rem}.answer-content p{font-size:.95rem}.faq-cta{padding:2rem 1.5rem}.faq-cta .cta-title{font-size:1.7rem}}@media (max-width:480px){.faq-question{font-size:.95rem;padding:1rem 1.2rem}.answer-content{padding:0 1.2rem 1rem}.faq-cta{padding:1.5rem 1rem}.faq-cta .cta-title{font-size:1.5rem}}.footer-section{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;padding:3rem 0 1rem;position:relative}.footer-section:before{background:radial-gradient(circle at 20% 20%,#006e3d1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr;margin-bottom:2rem}.footer-info{height:100%;justify-content:center;max-width:500px}.footer-brand,.footer-info{align-items:center;display:flex}.footer-brand{gap:1.5rem}.footer-logo{flex-shrink:0}.footer-logo-image{filter:brightness(0) invert(1);height:60px;width:auto}.footer-logo h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#ccc;flex:1 1;font-size:1rem;line-height:1.6;margin:0}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.footer-column h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:.8rem}.footer-column a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-disclaimer{margin-bottom:1rem}.footer-disclaimer p{color:#999;font-size:.85rem;line-height:1.5;margin:0}.footer-copyright p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.footer-content{gap:2.5rem;grid-template-columns:1fr;text-align:center}.footer-info{max-width:none}.footer-brand{flex-direction:column;gap:1rem;text-align:center}.footer-description{font-size:.95rem}.footer-links{gap:2rem;grid-template-columns:1fr 1fr;justify-items:center}.footer-column{text-align:center}.footer-column h4{font-size:1.1rem}.footer-bottom{flex-direction:column;gap:1.5rem}.footer-section{padding:2rem 0 1rem}}@media (max-width:480px){.footer-section{padding:1.5rem 0 1rem}.footer-brand{gap:.8rem}.footer-logo-image{height:45px}.footer-description{font-size:.9rem;line-height:1.5}.footer-links{gap:1.5rem;grid-template-columns:1fr}.footer-column h4{font-size:1rem;margin-bottom:1rem}.footer-column li{font-size:.9rem;margin-bottom:.6rem}.footer-disclaimer p{font-size:.75rem;line-height:1.4}.footer-copyright p{font-size:.8rem}}@media (max-width:360px){.footer-logo-image{height:40px}.footer-description{font-size:.85rem}.footer-column h4{font-size:.95rem}.footer-column li{font-size:.85rem}.footer-disclaimer p{font-size:.7rem}.footer-copyright p{font-size:.75rem}}.privacy-policy-page{background:linear-gradient(135deg,#fff,#f8f9fa);font-family:Lato,sans-serif;min-height:100vh;padding:2rem 0}.privacy-policy-page .container{margin:0 auto;max-width:800px;padding:0 20px}.page-content h5{color:#555;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:1.2rem}@media (max-width:768px){.privacy-policy-page{padding:1rem 0}.page-header h1{font-size:2.2rem}.page-content{margin:0 10px;padding:2rem 1.5rem}.page-content h2{font-size:1.5rem}.page-content h3{font-size:1.3rem}}.terms-of-service-page{background:linear-gradient(135deg,#fff,#f8f9fa);font-family:Lato,sans-serif;min-height:100vh;padding:2rem 0}.terms-of-service-page .container{margin:0 auto;max-width:800px;padding:0 20px}.page-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.back-link{border:2px solid #006e3d;border-radius:8px;color:#006e3d;display:inline-block;font-weight:600;margin-bottom:2rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#006e3d;color:#fff;transform:translateY(-2px)}.page-header h1{color:#000;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem}.last-updated{color:#666;font-size:1rem;font-style:italic}.page-content{background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem}.page-content h2{border-bottom:2px solid #006e3d;color:#006e3d;font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1rem;margin-top:2.5rem;padding-bottom:.5rem}.page-content h3{color:#333;font-size:1.4rem;margin-bottom:.8rem;margin-top:2rem}.page-content h3,.page-content h4{font-family:Montserrat,sans-serif;font-weight:600}.page-content h4{color:#444;font-size:1.2rem;margin-bottom:.6rem;margin-top:1.5rem}.page-content p{color:#444;font-size:1rem;line-height:1.7;margin-bottom:1.2rem}.page-content ul{margin:1rem 0 1.5rem 1.5rem;padding:0}.page-content li{color:#444;line-height:1.6;margin-bottom:.8rem}.page-content strong{color:#006e3d;font-weight:600}.page-content a{border-bottom:1px solid #0000;color:#006e3d;text-decoration:none;transition:all .3s ease}.page-content a:hover{border-bottom-color:#006e3d}.disclaimer{background:#f8f9fa;border-left:4px solid #006e3d;border-radius:12px;margin-top:3rem;padding:2rem}.disclaimer p{color:#666;font-size:.9rem;margin-bottom:.8rem}.disclaimer p:last-child{color:#333;font-weight:600;margin-bottom:0}.bottom-navigation{border-top:1px solid #e0e0e0;margin-top:3rem;padding-top:2rem;text-align:center}.btn-homepage{border-radius:8px;color:#fff!important;font-size:1rem;padding:14px 28px;transition:all .3s ease}.btn-homepage:hover{box-shadow:0 8px 20px #006e3d4d;color:#fff!important;transform:translateY(-2px)}@media (max-width:768px){.terms-of-service-page{padding:1rem 0}.page-header h1{font-size:2.2rem}.page-content{margin:0 10px;padding:2rem 1.5rem}.page-content h2{font-size:1.5rem}.page-content h3{font-size:1.3rem}}@media (max-width:480px){.page-header h1{font-size:1.8rem}.page-content{padding:1.5rem 1rem}.page-content h2{font-size:1.4rem}.back-link{font-size:.9rem;padding:.4rem .8rem}.btn-homepage{font-size:.9rem;max-width:250px;padding:12px 24px;width:100%}}.thank-you-page{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);display:flex;font-family:Lato,sans-serif;justify-content:center;min-height:100vh;padding:2rem 0;position:relative}.thank-you-page:before{background:radial-gradient(circle at 20% 80%,#006e3d08 0,#0000 50%),radial-gradient(circle at 80% 20%,#d1d1d10d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.thank-you-page .container{margin:0 auto;max-width:600px;padding:0 20px;position:relative;z-index:2}.thank-you-content{animation:fadeInUp .8s ease-out;background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:4rem 3rem;text-align:center}.thank-you-icon{animation:scaleIn .6s ease-out .2s both;margin-bottom:2rem}.thank-you-icon svg{filter:drop-shadow(0 4px 8px rgba(0,110,61,.2))}.thank-you-title{animation:fadeInUp .8s ease-out .3s both;color:#006e3d;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1.5rem}.thank-you-message{animation:fadeInUp .8s ease-out .4s both;color:#333;font-size:1.3rem;font-weight:500;line-height:1.6;margin-bottom:2rem}.thank-you-details{animation:fadeInUp .8s ease-out .5s both;background:#f8f9fa;border-left:4px solid #006e3d;border-radius:12px;margin-bottom:3rem;padding:2rem}.thank-you-details p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:1rem}.thank-you-details p:last-child{color:#006e3d;font-weight:600;margin-bottom:0}.thank-you-actions{animation:fadeInUp .8s ease-out .6s both}.btn-homepage{background:#006e3d;border:2px solid #006e3d;border-radius:12px;color:#fff;display:inline-block;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-homepage:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-homepage:hover:before{left:100%}.btn-homepage:hover{background:#005530;border-color:#005530;box-shadow:0 12px 25px #006e3d66;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.thank-you-page{padding:1rem 0}.thank-you-content{margin:1rem;padding:3rem 2rem}.thank-you-title{font-size:2.5rem}.thank-you-message{font-size:1.2rem}.thank-you-details{padding:1.5rem}.btn-homepage{font-size:1rem;max-width:280px;padding:14px 28px;width:100%}}@media (max-width:480px){.thank-you-content{border-radius:15px;padding:2.5rem 1.5rem}.thank-you-title{font-size:2rem}.thank-you-message{font-size:1.1rem}.thank-you-details{padding:1.2rem}.btn-homepage,.thank-you-details p{font-size:.95rem}.btn-homepage{padding:12px 24px}}@media (max-width:360px){.thank-you-content{padding:2rem 1rem}.thank-you-title{font-size:1.8rem}.thank-you-icon svg{height:60px;width:60px}}
/*# sourceMappingURL=main.bc20f7d3.css.map*/