@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}:root{--main-color: #049ccc;--background-color: #e6f7fc79;--contrast-color: rgba(0, 119, 156, 1);--green-bg-color: rgba(215, 255, 213, 1);--green-text-color: rgba(0, 130, 50, 1);--green-border-color: rgba(0, 130, 50, .4);--red-bg-color: rgba(240, 45, 87, .37);--red-text-color: #c0698d;--section-height: 100vh;--navbar-height: 80px;--footer-height: 100px;--container-padding: 20px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,Segoe UI,Arial,sans-serif;color:#333;background-color:var(--background-color);overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;background-color:var(--main-color);color:#fff;border:none;padding:12px 24px;border-radius:4px;font-weight:600;transition:all .3s ease}button:hover{background-color:var(--contrast-color)}.section{min-height:var(--section-height);width:100%;padding:60px var(--container-padding);display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--main-color);position:relative}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background-color:#d3d3d3}.green-card{background-color:var(--green-bg-color);color:var(--green-text-color);border:var(--green-border-color) 1px solid;padding:1.5rem;border-radius:8px}.red-card{background-color:var(--red-bg-color);color:var(--red-text-color);padding:1.5rem;border-radius:8px}@media (max-width: 768px){.section{padding:40px var(--container-padding)}.section-title{font-size:2rem;margin:0 .5rem 1.5rem}.section-title:after{left:.5rem;width:calc(100% - 1rem)}button{padding:10px 20px}}@media (max-width: 480px){.section{padding:30px var(--container-padding)}.section-title{font-size:1.8rem;margin:0 1rem 1.5rem}.section-title:after{left:1rem;width:calc(100% - 2rem)}}body{font-family:Inter Tight,sans-serif;font-weight:500;margin:0;overflow-y:auto}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}main{margin-top:var(--navbar-height);flex:1}a{text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#049ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#00779c}.navbar{height:var(--navbar-height);background-color:#fffffff2;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease-in-out;box-shadow:0 2px 10px #0000001a}.navbar.scrolled{background-color:#fff;box-shadow:0 2px 15px #0003}.navbar-container{height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 var(--container-padding);max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;height:100%;padding:10px 0}.logo-desktop,.logo-mobile{height:calc(var(--navbar-height) - 20px);width:auto;max-height:60px;object-fit:contain;transition:all .3s ease}.logo-desktop{display:block}.logo-mobile{display:none}.logo-placeholder{display:flex;align-items:center}.logo-placeholder img{height:40px;margin-right:10px}.menu-icon{display:none;cursor:pointer;font-size:1.5rem;color:var(--main-color)}.nav-menu{display:flex;align-items:center;list-style:none}.nav-item{margin-left:2rem}.nav-link{color:#333;font-weight:500;padding:.5rem;cursor:pointer;transition:color .3s ease;position:relative;display:block}.nav-link:hover,.nav-link.active{color:var(--main-color)}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:var(--main-color);border-radius:2px}.login-button-container{margin-left:2rem}.login-button{background-color:var(--main-color);color:#fff;padding:8px 20px;border-radius:4px;font-weight:600;transition:all .3s ease;font-size:.9rem;display:inline-block;text-align:center}.login-button:hover{background-color:var(--contrast-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media screen and (max-width: 768px){.menu-icon{display:block}.nav-menu{display:flex;flex-direction:column;width:100%;position:absolute;top:var(--navbar-height);left:-100%;opacity:1;transition:all .5s ease;background-color:#fff;box-shadow:0 8px 15px #0000001a}.nav-menu.active{left:0;opacity:1;z-index:1;padding:1rem 0}.nav-item{margin:1rem 0;text-align:center;width:100%}.nav-link.active:after{bottom:-5px;left:50%;right:auto;width:30px;transform:translate(-50%)}.login-button-container{margin-left:1rem}.login-button{padding:6px 16px;font-size:.85rem}.logo-desktop{display:none}.logo-mobile{display:block;height:calc(var(--navbar-height) - 25px);max-height:50px}}@media screen and (max-width: 480px){.login-button{padding:5px 14px;font-size:.8rem}.logo-placeholder span{font-size:1.1rem}}.footer{background-color:#002a39;color:#fff;padding:40px 0 20px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-columns{display:grid;grid-template-columns:1fr auto auto auto;gap:3rem;margin-bottom:2rem;align-items:start}.footer-column h3{font-size:1.8rem;margin-bottom:.5rem;color:var(--main-color)}.footer-column h4{font-size:1.2rem;margin-bottom:.8rem;color:var(--main-color)}.footer-tagline{font-size:1rem;margin-bottom:.5rem}.footer-description{line-height:1.6;opacity:.8}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.4rem}.footer-links a{text-decoration:none;color:#fff;opacity:.8;transition:opacity .3s ease,color .3s ease}.footer-links a:hover{opacity:1;color:var(--main-color)}.footer-contact{list-style:none;padding:0}.footer-contact li{display:flex;align-items:center;margin-bottom:.6rem}.footer-icon{margin-right:.5rem;width:20px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.2);padding-top:1.2rem}.footer-bottom p{opacity:.8}.footer-social{display:flex;gap:1rem}@media (max-width: 992px){.footer-columns{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-columns{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.home-section{position:relative;display:flex;align-items:center;background:linear-gradient(#ffffffe6,#ffffffd9),url(/background-devsolar.png);background-image:url(/background-devsolar.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.home-container{display:flex;flex-direction:column;gap:2rem}.home-header{text-align:center;margin-bottom:1.5rem}.home-header .home-subtitle{font-size:1.2rem;color:#555;margin-bottom:0;font-weight:400;line-height:1.5;margin-top:1rem;background:#ffffffe6;padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(4,156,204,.2);box-shadow:0 4px 16px #0000001a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:inline-block}.home-body{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;width:100%}.content-box{background:#fff;border-radius:16px;padding:2rem;border:1px solid rgba(4,156,204,.3);box-shadow:0 8px 32px #00000026;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%}.home-footer{text-align:center}.home-title{font-size:3rem;color:#2c2c2c;margin-bottom:0;line-height:1.1;font-weight:700;letter-spacing:-.02em}.highlight{color:var(--main-color);font-weight:600}.highlight-purple{color:var(--main-color);font-weight:800;text-shadow:2px 2px 4px rgba(4,156,204,.3)}.marketing-questions{margin-bottom:2rem;padding:0;background:transparent;border-radius:0;border:none}.question-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.question-item:last-child{margin-bottom:0}.question-icon{font-size:1.5rem;flex-shrink:0}.question-item p{margin:0;font-size:1rem;color:#666;line-height:1.5}.content-box .digitalization-text{margin:0;text-align:center;padding:0;background:transparent;border-radius:0;border:none}.content-box .digitalization-text h2{font-size:2rem;margin-bottom:1rem;color:var(--main-color);font-weight:700}.content-box .digitalization-text p{font-size:1rem;color:#666;line-height:1.6;max-width:100%;margin:0}.home-buttons{display:flex;gap:1rem;justify-content:center}.primary-btn{background-color:var(--main-color);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #049ccc4d}.secondary-btn{background-color:#ffffffe6;color:var(--main-color);padding:12px 24px;border-radius:8px;font-weight:600;border:2px solid var(--main-color);cursor:pointer;transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.primary-btn:hover{background-color:var(--contrast-color);box-shadow:0 6px 20px #049ccc66;transform:translateY(-2px)}.secondary-btn:hover{background-color:#049ccc1a;transform:translateY(-2px)}@media screen and (max-width: 992px){.home-buttons{justify-content:center}.home-title{font-size:2.5rem;letter-spacing:-.015em}.home-header .home-subtitle{font-size:1.1rem;padding:.8rem 1.2rem}.content-box .digitalization-text h2{font-size:1.8rem}.content-box{padding:1.5rem}}@media screen and (max-width: 768px){.home-title{font-size:2.2rem;letter-spacing:-.01em}.home-header .home-subtitle{font-size:1rem;padding:.7rem 1rem}.home-header{margin-bottom:1.2rem}.content-box .digitalization-text h2{font-size:1.6rem}.content-box{padding:1.2rem}.question-item{gap:.8rem;align-items:center}.question-icon{font-size:1.3rem}}@media screen and (max-width: 480px){.home-title{font-size:1.8rem;line-height:1.2;letter-spacing:-.005em}.home-header .home-subtitle{font-size:.95rem;padding:.6rem .8rem}.home-header{margin-bottom:1rem}.home-header .home-subtitle{margin-top:.8rem}.content-box{padding:1rem}.content-box .digitalization-text h2{font-size:1.3rem}.question-item{gap:.6rem;align-items:center}.question-icon{font-size:1.5rem}.home-buttons{flex-direction:column}}.platform-section{background-color:#e6f7fc79;padding:2rem 0;display:flex;align-items:center;width:100%}.platform-container{width:100%;max-width:none;margin:0;padding:0 2rem}.platform-title-section{max-width:1200px;margin:0 auto 2rem}.platform-description{max-width:800px;margin:0 auto;font-size:1.2rem;text-align:center;line-height:1.6;color:#666}.platform-carousel{width:100%;margin:0 auto;padding:1rem 0;min-height:750px}.carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 4rem;height:650px}.carousel-track{display:flex;align-items:center;justify-content:center;gap:3rem;width:100%;perspective:1000px;height:650px;position:relative}.carousel-card{background:#fff;border-radius:20px;box-shadow:0 15px 40px #0000001a;transition:all .6s cubic-bezier(.25,.8,.25,1);cursor:pointer;overflow:hidden;height:640px;display:flex;align-items:center;position:absolute;top:50%;transform-origin:center center}.carousel-card.current{transform:translate(-50%) translateY(-50%) scale(1) translateZ(0);opacity:1;z-index:3;width:85%;max-width:1400px;pointer-events:auto;left:50%}.carousel-card.next{transform:translate(40%) translateY(-50%) scale(.4) rotateY(-25deg);opacity:.3;z-index:1;width:50%;max-width:300px;pointer-events:auto;overflow:hidden;right:0}.carousel-card.next:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to left,transparent 0%,#e6f7fc79 100%);z-index:10;pointer-events:none}.carousel-card.previous{transform:translate(-40%) translateY(-50%) scale(.4) rotateY(25deg);opacity:.3;z-index:1;width:50%;max-width:300px;pointer-events:auto;overflow:hidden;left:0}.carousel-card.previous:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,#e6f7fc79 100%);z-index:10;pointer-events:none}.carousel-card:hover:not(.current){opacity:.5}.carousel-card.next:hover{transform:translate(35%) translateY(-50%) scale(.5) rotateY(-15deg)}.carousel-card.previous:hover{transform:translate(-35%) translateY(-50%) scale(.5) rotateY(15deg)}.carousel-slide{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:100%;height:100%}.slide-header{width:100%;margin-bottom:.8rem;flex-shrink:0}.placeholder-content{text-align:center;color:var(--main-color);opacity:.8}.placeholder-icon{font-size:2rem;margin-bottom:.6rem;filter:drop-shadow(0 2px 4px rgba(76,175,80,.2))}.placeholder-text{font-size:1rem;font-weight:700;margin-bottom:.3rem}.placeholder-subtitle{font-size:.8rem;opacity:.7;font-weight:500}.step-title-with-icon{display:flex;align-items:center;justify-content:center;gap:.8rem}.step-icon{font-size:2rem;filter:drop-shadow(0 3px 6px rgba(0,0,0,.2))}.step-title{font-size:1.5rem;font-weight:700;color:var(--main-color);margin:0;line-height:1.2}.slide-text-columns{display:flex;gap:1rem;margin:0 1rem}.step-number{display:flex;align-items:center;gap:1rem;justify-content:center}.step-label{font-weight:700;color:var(--main-color);font-size:1rem;text-transform:uppercase;letter-spacing:1px}.step-features{list-style:none;padding:0;margin:0}.step-feature{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.6rem;line-height:1.4;font-size:.9rem;color:#555}.feature-bullet{background:var(--main-color);color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0;margin-top:2px;box-shadow:0 2px 8px #4caf504d;line-height:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--main-color);color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:2rem;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #4caf504d;line-height:1}.carousel-arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 12px 35px #4caf5066}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.carousel-dot{height:12px;border-radius:6px;border:none;background:#ddd;cursor:pointer;transition:all .4s ease;width:12px}.carousel-dot.active{background:var(--main-color);width:24px;box-shadow:0 2px 8px #4caf5066}.carousel-dot:hover:not(.active){background:#bbb;transform:scale(1.2)}.carousel-card:not(.current) .carousel-slide{padding:1rem;gap:.8rem}.carousel-card:not(.current) .slide-header{margin-bottom:.8rem}.carousel-card:not(.current) .slide-text-columns{gap:.8rem;margin-bottom:1rem}.carousel-card:not(.current) .step-title{font-size:.9rem;margin:0}.carousel-card:not(.current) .step-title-with-icon{gap:.4rem;margin-bottom:.8rem}.carousel-card:not(.current) .step-icon{font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.carousel-card:not(.current) .step-feature{font-size:.7rem;margin-bottom:.3rem}.carousel-card:not(.current) .feature-bullet{width:10px;height:10px;font-size:.5rem;line-height:1}.carousel-card:not(.current) .placeholder-icon{font-size:1.2rem}.carousel-card:not(.current) .placeholder-text{font-size:.7rem}.carousel-card:not(.current) .placeholder-subtitle{font-size:.6rem}.carousel-card:not(.current) .media-placeholder{margin:0 .5rem}.media-gif{border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a;margin:0 1rem;background:#f8fffe;display:flex;align-items:center;justify-content:center;flex:1}.platform-gif{width:100%;height:100%;object-fit:contain;border-radius:15px;transition:transform .3s ease;background:transparent;position:relative;transition:transform .3s ease,filter .3s ease}.platform-gif:after{content:"🔍";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:#fff;background:#000000b3;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.platform-gif:hover:after{opacity:1}.slide-text-columns{display:flex;gap:1rem;margin:0 1rem;flex-shrink:0}.text-column{flex:1}.step-feature{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.5rem;line-height:1.3;font-size:.9rem;color:#555}.slide-media{flex:1;display:flex;flex-direction:column;min-height:0}.media-placeholder{width:100%;height:auto;min-height:300px;background:linear-gradient(135deg,#f8fffe,#e8f5e8);border:3px dashed var(--main-color);border-radius:15px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #4caf501a;margin:0 1rem;flex:1}.platform-gif{width:100%;height:100%;object-fit:contain;border-radius:15px;transition:transform .3s ease}.platform-gif:hover{transform:scale(1.02)}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.video-modal-content{position:relative;width:90%;max-width:1200px;max-height:90%;background:#000;border-radius:15px;overflow:hidden;box-shadow:0 20px 60px #00000080}.video-modal-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;font-size:24px;font-weight:700;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.video-modal-player{width:100%;height:auto;max-height:80vh;display:block;outline:none}@media screen and (max-width: 768px){.video-modal-overlay{padding:1rem}.video-modal-content{width:95%;max-height:85%}.video-modal-close{width:35px;height:35px;font-size:20px;top:10px;right:10px}.video-modal-player{max-height:70vh}}@media screen and (max-width: 1200px){.platform-carousel{min-height:700px}.carousel-wrapper{padding:0 3rem;height:600px}.carousel-track{height:600px;gap:2rem}.carousel-card{height:580px}.carousel-card.current{width:85%;max-width:1200px}.carousel-card.next{width:45%;max-width:280px;transform:translate(35%) translateY(-50%) scale(.4) rotateY(-25deg)}.carousel-card.previous{width:45%;max-width:280px;transform:translate(-35%) translateY(-50%) scale(.4) rotateY(25deg)}}@media screen and (max-width: 992px){.platform-section{min-height:100vh;padding:2rem 0}.platform-container{padding:0 1.5rem}.platform-carousel{min-height:650px}.carousel-wrapper{padding:0 2rem;height:550px}.carousel-track{gap:1.5rem;height:550px}.carousel-card{height:520px}.carousel-card.current{width:85%;max-width:900px}.carousel-card.next{width:40%;max-width:260px;transform:translate(30%) translateY(-50%) scale(.35) rotateY(-25deg)}.carousel-card.previous{width:40%;max-width:260px;transform:translate(-30%) translateY(-50%) scale(.35) rotateY(25deg)}.carousel-slide{gap:1.5rem;padding:1.5rem}}@media screen and (max-width: 768px) and (min-width: 481px){.platform-section{min-height:100vh;padding:2rem .5rem}.platform-description{padding:0 .5rem}.platform-carousel{min-height:500px}.carousel-wrapper{padding:0 30px;height:400px}.carousel-track{height:400px}.carousel-card{height:350px}.carousel-card.current{width:80%;max-width:600px}.carousel-card.next{width:35%;max-width:240px;transform:translate(25%) translateY(-50%) scale(.3) rotateY(-25deg)}.carousel-card.previous{width:35%;max-width:240px;transform:translate(-25%) translateY(-50%) scale(.3) rotateY(25deg)}.carousel-slide{padding:1.5rem}}@media screen and (max-width: 480px){.platform-section{min-height:100vh;padding:2rem 1rem}.platform-description{font-size:1.1rem;padding:0 1rem;margin-bottom:1.5rem}.section-title{padding:0 1rem;margin-bottom:1rem}.platform-carousel{min-height:520px}.carousel-wrapper{padding:0;height:520px}.carousel-arrow{display:none}.carousel-track{flex-direction:column;gap:0;height:520px}.carousel-card{width:100%!important;height:480px!important;margin:0}.carousel-card:not(.current){display:none}.carousel-card.current{transform:translate(-50%) translateY(-50%)!important;opacity:1!important;position:absolute!important;left:50%!important;top:50%!important;right:auto!important}.carousel-slide{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}.slide-text-columns{flex-direction:column;gap:.2rem;text-align:left}.text-column{text-align:left}.step-feature{text-align:left;margin-bottom:.4rem}.slide-text,.slide-media{max-width:100%;flex:none}.step-title{font-size:1.3rem!important}.media-placeholder{min-height:250px;margin:0 .5rem}}@media screen and (max-width: 576px){.carousel-slide{padding:1.5rem}.step-title-with-icon{justify-content:center}.slide-text-columns,.text-column{text-align:left}.step-feature{text-align:left;margin-bottom:.4rem}.step-icon{font-size:1.8rem!important}.placeholder-icon{font-size:2rem!important}.step-title{font-size:1.3rem!important}}.about-section{background-color:#e6f7fc79;padding:2rem 0;min-height:auto}.about-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:1rem}.about-boxes{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.about-box-right{display:flex;flex-direction:column;gap:1.5rem}.about-box{background:#fffffff2;padding:1.5rem;border-radius:12px;border:1px solid rgba(4,156,204,.15);box-shadow:0 4px 20px #00000014;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.about-box:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001f}.about-box-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.about-icon{font-size:1.8rem;flex-shrink:0}.about-box h3{font-size:1.3rem;color:var(--main-color);margin:0}.about-box p{line-height:1.6;margin-bottom:.8rem;color:#555;font-size:.95rem}.about-box p:last-child{margin-bottom:0}.highlight-blue{color:#049ccc;font-weight:600}.roadmap-placeholder{margin-top:2rem;padding:2rem;text-align:center;border:2px dashed #e0e0e0;border-radius:12px;color:#999;background-color:#fafafa}.roadmap-placeholder h3{margin:0 0 .5rem;color:#666;font-size:1.2rem}.roadmap-placeholder p{margin:0;font-style:italic}.values-list{list-style:none;padding:0;margin:0}.values-list li{margin-bottom:.8rem;padding-left:1.2rem;position:relative;font-size:.95rem;line-height:1.4}.values-list li:last-child{margin-bottom:0}.values-list li:before{content:"•";color:#049ccc;font-size:1.2rem;position:absolute;left:0;top:-3px}.team-section{display:none}@media screen and (max-width: 992px){.about-boxes{grid-template-columns:1fr;gap:1.2rem}.about-box-right{gap:1.2rem}}@media screen and (max-width: 768px){.about-section{padding:3rem .5rem}.about-box{padding:1.2rem;margin:0 .5rem}.about-icon{font-size:1.5rem}.about-box h3{font-size:1.1rem}.about-box p{font-size:.9rem}.roadmap-placeholder{margin:2rem .5rem 0}}@media screen and (max-width: 576px){.about-section{padding:2rem 1rem}.about-box{padding:1rem;margin:0 .5rem}.about-boxes{gap:1rem}.about-box-header{gap:.6rem}.roadmap-placeholder{margin:2rem .5rem 0}}.testimonials-section{background-color:#e6f7fc79;padding:2rem 0}.testimonials-content{display:flex;flex-direction:column;gap:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.testimonial-card{background:#fffffff2;padding:1.5rem;border-radius:12px;border:1px solid rgba(4,156,204,.15);box-shadow:0 4px 20px #00000014;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001f}.testimonial-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.testimonial-title h5{margin:0;color:var(--main-color);font-size:1.1rem;font-weight:600;line-height:1.3}.testimonial-quote{flex:1;display:flex;align-items:center}.testimonial-quote p{font-style:italic;color:#555;line-height:1.6;margin:0;font-size:.95rem}.testimonial-quote p:before{content:'"';color:#049ccc;font-size:1.5rem;font-weight:700}.testimonial-quote p:after{content:'"';color:#049ccc;font-size:1.5rem;font-weight:700}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:120px}.author-image{width:140px;height:140px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .3s ease,opacity .3s ease;text-decoration:none}.logo-link:hover{transform:scale(1.05);opacity:.8}.author-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));transition:filter .3s ease}.logo-link:hover img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.author-info{text-align:center}.author-info h4{margin:0 0 .25rem;color:var(--main-color);font-size:1rem}.author-info span{color:#666;font-size:.85rem;display:block;line-height:1.3}@media screen and (max-width: 992px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.2rem}}@media screen and (max-width: 768px){.testimonials-section{padding:3rem .5rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.2rem;margin:0 .5rem;flex-direction:column;gap:1rem}.testimonial-author{flex-direction:row;align-items:center;min-width:auto}.author-image{width:120px;height:120px}.author-info{text-align:left}}@media screen and (max-width: 576px){.testimonials-section{padding:2.5rem 1rem}.testimonial-card{padding:1rem;margin:0 .5rem;flex-direction:column;gap:1rem}.testimonial-author{flex-direction:row;align-items:center;min-width:auto}.author-image{width:100px;height:100px}.author-info h4{font-size:.9rem}.author-info span{font-size:.8rem}}.contact-section{background-color:#e6f7fc79}.contact-container{display:flex;gap:3rem;margin-top:3rem}.contact-info{flex:1}.contact-info h3{font-size:1.8rem;color:var(--main-color);margin-bottom:1.5rem}.contact-info>p{margin-bottom:2rem;line-height:1.6}.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;margin-right:1rem;color:var(--main-color);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.contact-item h4{color:var(--main-color);margin-bottom:.5rem;font-size:1.1rem}.social-media h4{color:var(--main-color);margin-bottom:1rem;font-size:1.1rem}.social-icons{display:flex;gap:1rem}.social-icon{width:40px;height:40px;color:#fff;display:flex;align-items:center;justify-content:center}.social-icon:hover{transform:translateY(-3px)}.contact-form-container{flex:1;background-color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 5px 15px #0000000d}.contact-form-container h3{font-size:1.8rem;color:var(--main-color);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.9rem;color:#666}.form-group input,.form-group textarea{padding:.8rem;border-radius:4px;border:1px solid #ddd;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--main-color)}.submit-button{background-color:var(--main-color);color:#fff;border:none;border-radius:4px;padding:1rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.submit-button:hover{background-color:var(--contrast-color)}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{margin-top:1rem;padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;font-size:.9rem}.error-message{margin-top:1rem;padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:.9rem}@media screen and (max-width: 768px){.contact-container{flex-direction:column}.contact-form-container{width:100%}}@media screen and (max-width: 480px){.contact-item{flex-direction:column}.contact-icon{margin-bottom:.5rem}}.legal-page{min-height:100vh;background-color:var(--background-color, #e6f7fc79);padding:2rem 0}.legal-header{text-align:center;margin-bottom:3rem;padding:2rem 0;background-color:var(--main-color, #049ccc);color:#fff;border-radius:15px;margin-bottom:2rem}.legal-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.legal-subtitle{font-size:1.2rem;opacity:.9;font-weight:500}.legal-content{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 10px 30px #049ccc1a;line-height:1.7;border:1px solid rgba(4,156,204,.1)}.legal-section{margin-bottom:2.5rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.5rem;font-weight:600;color:var(--main-color, #049ccc);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--main-color, #049ccc)}.legal-section h3{font-size:1.2rem;font-weight:600;color:var(--main-color, #049ccc);margin-bottom:.75rem;margin-top:1.5rem}.legal-section p{color:#4a5568;margin-bottom:1rem;text-align:justify}.legal-list{margin:1rem 0;padding-left:1.5rem;list-style:none}.legal-list li{color:#4a5568;margin-bottom:.5rem;line-height:1.6;position:relative;padding-left:.5rem}.legal-list li:before{content:"•";color:var(--main-color, #049ccc);font-weight:700;position:absolute;left:-.5rem}.legal-list li strong{color:var(--main-color, #049ccc);font-weight:600}.legal-section a{color:var(--main-color, #049ccc);text-decoration:none;font-weight:500;transition:color .3s ease}.legal-section a:hover{color:var(--main-color, #049ccc);text-decoration:underline;opacity:.8}.legal-footer{background:#049ccc0d;border-radius:10px;padding:1.5rem;margin-top:2rem;border-left:4px solid var(--main-color, #049ccc)}.legal-footer p{margin-bottom:.5rem;text-align:center}.legal-footer p:last-child{margin-bottom:0}.legal-navigation{text-align:center;margin-top:2rem;padding-top:2rem}.back-to-home{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background-color:var(--main-color, #049ccc);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #049ccc4d}.back-to-home:hover{background-color:var(--main-color, #049ccc);opacity:.9;transform:translateY(-2px);box-shadow:0 6px 20px #049ccc66;text-decoration:none;color:#fff}@media (max-width: 768px){.legal-page{padding:1rem}.legal-header{margin:0 1rem 1.5rem;padding:1.5rem 1rem;border-radius:10px}.legal-header h1{font-size:2rem}.legal-subtitle{font-size:1rem}.legal-content{padding:1.5rem;margin:0 1rem;border-radius:10px}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p{text-align:left}.legal-footer{margin:2rem 1rem 0;border-radius:8px}}@media (max-width: 480px){.legal-page{padding:.75rem}.legal-header{margin:0 .5rem 1rem;padding:1.25rem .75rem;border-radius:8px}.legal-header h1{font-size:1.75rem;line-height:1.2}.legal-subtitle{font-size:.9rem}.legal-content{padding:1.25rem;margin:0 .5rem;border-radius:8px}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem;line-height:1.3}.legal-section h3{font-size:1rem}.legal-section p{font-size:.95rem;line-height:1.6}.legal-footer{margin:1.5rem .5rem 0;padding:1.25rem;border-radius:6px}.back-to-home{padding:10px 20px;font-size:.9rem}}@media print{.legal-page{background:#fff;padding:0}.legal-header{background:none;color:#000;border-radius:0;border-bottom:2px solid #ccc}.legal-content{box-shadow:none;border-radius:0;padding:1rem}.legal-section a{color:#000;text-decoration:underline}.legal-footer{background:none;border:1px solid #ccc}}
