*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{width:100%;height:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}.landing-container{flex-direction:column;width:100%;max-width:1200px;height:auto;margin:0 auto;padding:1rem;display:flex}.navbar{z-index:100;background:linear-gradient(135deg,#004429 0%,#0b5d3b 100%);border-radius:12px;margin-bottom:2rem;position:sticky;top:0;box-shadow:0 2px 12px #00000014}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative}.navbar-brand{color:#fff;white-space:nowrap;align-items:center;gap:.5rem;font-size:18px;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.navbar-brand:hover{transform:scale(1.05)}.navbar-brand img{width:auto;height:32px}.navbar-links{color:#fff;gap:2rem;list-style:none;display:flex}.navbar-link{cursor:pointer;color:#fff;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.navbar-link:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-link:hover:after{width:100%}.hamburger-menu{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:28px;height:28px;padding:.5rem;transition:all .3s;display:none;position:relative}.hamburger-menu:focus{opacity:.8;outline:none}.hamburger-line{background:#fff;border-radius:2px;width:24px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute}.hamburger-line:first-child{top:4px}.hamburger-line:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-line:nth-child(3){bottom:4px}.hamburger-menu.active .hamburger-line:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.hamburger-menu.active .hamburger-line:nth-child(3){bottom:50%;transform:translateY(50%)rotate(-45deg)}.mobile-menu{z-index:101;background:linear-gradient(135deg,#003d24 0%,#0a4f32 100%);border-radius:0 0 12px 12px;margin-top:.5rem;padding:1rem 0;animation:.3s slideDown;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}.mobile-menu.open{display:block}.mobile-menu-links{flex-direction:column;gap:0;list-style:none;display:flex}.mobile-menu-link{color:#fff;text-align:left;background:0 0;border:none;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-menu-link:active{background:#ffffff1a;border-left-color:#fff;padding-left:calc(1.5rem - 3px)}.mobile-menu-link:hover{background:#ffffff14;border-left-color:#ffffff80;padding-left:calc(1.5rem - 3px)}.navbar-backdrop{backdrop-filter:blur(4px);z-index:100;background:#0006;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{text-align:center;background:linear-gradient(135deg,#0044298c 0%,#0b5d3b66 100%);border-radius:16px;justify-content:center;align-items:center;min-height:500px;margin-bottom:4rem;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #0000004d}.hero-background-image{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#00442966 0%,#0b5d3b4d 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:600px;position:relative}.hero-title{color:#fff;text-shadow:0 2px 8px #0003;margin-top:2rem;margin-bottom:1rem;font-size:3rem;font-weight:700;animation:.8s slideDown}.hero-subtitle{color:#fff;text-shadow:0 1px 4px #00000026;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;animation:.8s .2s both slideUp}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .4s both slideUp;display:flex}.button{cursor:pointer;border:none;border-radius:8px;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.button:active{transform:scale(.98)}.button-primary{color:#fff;background:linear-gradient(135deg,#004429 0%,#0b5d3b 100%);box-shadow:0 4px 12px #0044294d}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00442966}.button-secondary{color:#004429;background:#fffffff2;border-width:2px;border-color:#004429;box-shadow:0 4px 12px #00000026}.button-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.progress-container{border-radius:12px;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;animation:.4s slideDown;display:flex}.progress-container.hidden{display:none}.progress-label{font-size:.875rem;font-weight:500}.progress-bar{border-radius:4px;width:100%;max-width:300px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#004429 0%,#0b5d3b 100%);border-radius:4px;height:100%;transition:width .3s}.progress-text{font-size:.75rem;font-weight:500}.section{margin-bottom:4rem}.section-title{text-align:center;color:#004429;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:2.25rem;font-weight:700;display:flex}.section-title-icon{font-size:2rem}.section-subtitle{text-align:center;opacity:.8;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem}.install-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.card{cursor:pointer;backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2 0%,#f0faf5e6 100%);border:1px solid #00442926;border-left:4px solid #0b5d3b;border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00442914,0 2px 8px #0000000d}.card:hover{background:linear-gradient(135deg,#fff 0%,#f0faf5 100%);border-color:#0044294d;transform:translateY(-6px);box-shadow:0 12px 30px #00442926,0 6px 12px #00000014}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.card-icon{color:#004429;background:linear-gradient(135deg,#0044291a 0%,#0b5d3b0d 100%);border-radius:10px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.badge-recommended{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#caa747 0%,#b89b3a 100%);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.card-title{color:#004429;letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.card-subtitle{opacity:.7;margin-bottom:1rem;font-size:.875rem}.card-description{opacity:.8;color:#333;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.pros-cons{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.pros-cons-title{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.8125rem;font-weight:700}.pros-title{color:#4caf50}.cons-title{color:#f44336}.pros-list{padding:0;list-style:none}.pros-list-item{margin-bottom:.5rem;padding-left:1.25rem;font-size:.8125rem;line-height:1.4;position:relative}.pros-list-item:before{font-weight:700;position:absolute;left:0}.pros-list-item.success:before{content:"✓";color:#4caf50}.pros-list-item.error:before{content:"✗";color:#f44336}.card-action{gap:.5rem;margin-top:auto;display:flex}.card-action .button{flex:1}.steps{margin-bottom:3rem}.steps-title{color:#004429;margin-bottom:2.5rem;font-size:1.75rem;font-weight:700}.steps-list{counter-reset:step-counter;padding:0;list-style:none;position:relative}.steps-list:before{content:"";background:linear-gradient(#004429 0%,#0b5d3b 50%,#0b5d3b33 100%);width:2px;position:absolute;top:3rem;bottom:0;left:1.25rem}.steps-list-item{background:linear-gradient(135deg,#ffffffb3 0%,#f0faf599 100%);border:1px solid #0044291a;border-radius:10px;margin-bottom:2rem;padding:1.5rem 1.5rem 1.5rem 4.5rem;font-size:1rem;line-height:1.7;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.steps-list-item:hover{background:linear-gradient(135deg,#ffffffe6 0%,#f0faf5cc 100%);border-color:#00442933;transform:translate(4px);box-shadow:0 6px 20px #0044291a}.steps-list-item:before{color:#fff;counter-increment:step-counter;content:counter(step-counter);background:linear-gradient(135deg,#004429 0%,#0b5d3b 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;display:flex;position:absolute;top:1.5rem;left:0;box-shadow:0 4px 12px #00442940,0 2px 4px #0000001a}.steps-list-item strong{color:#004429;font-size:1.05rem;font-weight:700}.steps-list-item-span{opacity:.75;color:#555}.faq{margin-bottom:4rem}.faq-item{background:linear-gradient(135deg,#fffc 0%,#f0faf5b3 100%);border:1px solid #0044291f;border-radius:10px;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 8px #0044290f}.faq-item:hover{border-color:#00442933;box-shadow:0 6px 16px #0044291f}.faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;color:#004429;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{background:linear-gradient(135deg,#0044290a 0%,#0b5d3b05 100%);padding-left:2rem}.faq-toggle{color:#004429;flex-shrink:0;margin-left:1rem;font-size:1.25rem;transition:transform .3s;display:inline-block}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{opacity:0;background:linear-gradient(135deg,#00442905 0%,#0b5d3b03 100%);border-top:1px solid #00442914;max-height:0;padding:0;transition:max-height .4s,padding .4s,opacity .4s;overflow:hidden}.faq-answer.open{opacity:1;max-height:600px;padding:1.5rem}.faq-answer-text{opacity:.8;color:#333;font-size:.9375rem;line-height:1.7}.footer{color:#fff;text-align:center;background:linear-gradient(135deg,#004429 0%,#0b5d3b 100%);border-radius:12px;margin-top:4rem;padding:3rem 1.5rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-link{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.footer-link:hover{opacity:.8;text-decoration:underline}.footer-copyright{opacity:.8;font-size:.75rem}@media (width<=768px){.navbar-links{display:none}.hamburger-menu{display:flex}.navbar-container{gap:1rem}.mobile-menu{min-width:calc(100vw - 2.75rem)}.hero{min-height:400px;padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-buttons{flex-direction:column;gap:.75rem}.button{width:100%}.section-title{font-size:1.875rem}.section-title-icon{font-size:1.5rem}.install-cards{grid-template-columns:1fr;gap:1rem}.pros-cons{grid-template-columns:1fr}.steps-list:before{top:2.5rem;left:.75rem}.steps-list-item{margin-bottom:1.5rem;padding:1.25rem 1.25rem 1.25rem 3rem}.steps-list-item:before{border:2px solid #fff;width:2rem;height:2rem;font-size:1rem;top:1.25rem;left:-.5rem}.footer-links{gap:1rem;font-size:.75rem}.faq-question{padding:1.25rem;font-size:.95rem}.faq-question:hover{padding-left:1.5rem}.faq-toggle{font-size:1.1rem}.faq-answer.open{padding:1.25rem}}@media (width<=480px){.landing-container{padding:.75rem}.navbar{border-radius:8px;margin-bottom:1.5rem}.navbar-container{gap:.5rem;padding:.75rem 1rem}.navbar-brand{gap:.35rem;font-size:.95rem}.navbar-brand img{height:24px}.hamburger-menu{padding:.35rem}.hamburger-line{width:22px;height:2px}.mobile-menu-link{padding:.85rem 1.25rem;font-size:.9rem}.hero{border-radius:12px;min-height:300px;margin-bottom:2rem;padding:1.5rem 1rem}.hero-title{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.5rem}.hero-subtitle{margin-bottom:1.25rem;font-size:.875rem}.cta-buttons{gap:.5rem}.button{width:100%;padding:.75rem 1.5rem;font-size:.9rem}.section{margin-bottom:2rem}.section-title{gap:.5rem;font-size:1.5rem}.section-title-icon{font-size:1.25rem}.card{border-radius:10px;padding:1.25rem}.steps-title{margin-bottom:1.5rem;font-size:1.375rem}.steps-list:before{top:2rem;left:.6rem}.steps-list-item{background:linear-gradient(135deg,#fffc 0%,#f0faf5b3 100%);border-radius:8px;margin-bottom:1.25rem;padding:1rem 1rem 1rem 2.5rem}.steps-list-item:before{border:2px solid #fff;width:1.75rem;height:1.75rem;font-size:.875rem;top:1rem;left:-.6rem;box-shadow:0 2px 8px #00442933}.steps-list-item strong{font-size:.95rem}.steps-list-item-span{font-size:.85rem}.faq-item{margin-bottom:.75rem}.faq-question{padding:1rem 1rem 1rem 1.25rem;font-size:.9rem;font-weight:600}.faq-question:hover{padding-left:1.25rem}.faq-toggle{margin-left:.75rem;font-size:1rem}.faq-answer.open{max-height:700px;padding:1rem 1.25rem}.faq-answer-text{font-size:.875rem;line-height:1.6}}