@import"https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-container{width:100%;overflow-x:hidden;overflow-y:visible}.navbar{position:fixed;top:0;left:0;right:0;width:100%;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000001f;z-index:1000}.nav-container{max-width:100%;padding:.25rem 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{margin-right:auto;display:flex;align-items:center;height:100%}.nav-brand-text{font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;color:#172d17;white-space:nowrap;text-transform:uppercase}.nav-links{display:flex;gap:2rem;align-items:center;margin-left:auto}.nav-link{background:transparent;border:none;color:#333;font-size:1rem;font-weight:600;font-family:Raleway,sans-serif;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(135deg,#172d17,#2d5a2d);transition:width .3s ease}.nav-link:hover{color:#172d17}.nav-link:hover:after{width:80%}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.hamburger span{width:100%;height:3px;background:#172d17;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;flex-direction:column;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;border-top:1px solid rgba(102,126,234,.2)}.mobile-menu.active{max-height:300px;padding:1rem 0}.mobile-nav-link{display:block;width:100%;padding:1rem 2rem;background:transparent;border:none;color:#333;font-size:1.1rem;font-weight:600;font-family:Raleway,sans-serif;text-align:left;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.mobile-nav-link:hover,.mobile-nav-link:active{background:#667eea1a;border-left-color:#172d17;color:#172d17}.hero-video{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;object-fit:cover}.hero-section{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:transparent}.hero-section:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;background:transparent;z-index:1;pointer-events:none}.hero-overlay{position:relative;z-index:10;color:#fff;padding:0rem 2rem 2rem;max-width:calc(1040px + 4rem);width:100%;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero-subtitle{font-size:1.5rem;font-weight:300;letter-spacing:4px;margin-bottom:1rem;text-transform:uppercase}.hero-title{font-size:4rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;line-height:1.2}.hero-launching{font-size:2rem;font-weight:300;letter-spacing:6px;margin-bottom:3rem;text-transform:uppercase}.hero-logo{max-width:450px;width:100%;height:auto;margin-bottom:3.2rem;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.7))}.cta-button{background-color:#fffffff2;color:#333;border:none;padding:1.2rem 2.5rem;font-family:Raleway,sans-serif;font-size:1rem;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;border-radius:4px;box-shadow:0 4px 15px #0000004d;max-width:1040px;width:100%;display:block;margin:0 auto}.cta-button:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.form-section{position:relative;background:transparent;padding:5rem 2rem;display:flex;align-items:center;justify-content:center;z-index:5}.form-container{background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:3rem;max-width:1040px;width:100%;box-shadow:0 10px 40px #0000004d}.form-title{font-size:2.5rem;color:#333;margin-bottom:.5rem;text-align:center}.form-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:center}.benefits-box{background:linear-gradient(135deg,#172d170d,#2d5a2d0d);border-radius:8px;padding:1rem 1rem .5rem;margin-bottom:2.5rem;box-shadow:0 2px 8px #0000001a}.benefits-title{font-size:1.3rem;color:#172d17;margin-bottom:.35rem;font-weight:700}.benefits-list{list-style:none;padding:0;margin:0 0 .35rem}.benefits-list li{padding:.25rem 0 .25rem 1.5rem;color:#555;font-size:.95rem;line-height:1.5;position:relative}.benefits-list li:before{content:"•";color:#172d17;font-weight:700;font-size:1.2rem;position:absolute;left:0;top:.1rem}.benefits-list strong{color:#333;font-weight:600}.benefits-note{font-size:.9rem;color:#666;line-height:1.5;margin:0;padding-top:.35rem;padding-bottom:0;border-top:1px solid rgba(102,126,234,.2);font-style:italic}.form-container form{margin-top:0;padding-top:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:0}.form-group{margin-bottom:1.5rem;position:relative}.form-row .form-group{margin-bottom:1.5rem}.form-group:first-of-type{margin-top:0rem}.form-group>label{display:block;font-weight:500;color:#172d17;margin-bottom:.5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{width:100%;padding:1rem;border:2px solid #e8e8e8;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;background:#fafafa;color:#333}.form-group input[type=text]:hover,.form-group input[type=email]:hover,.form-group input[type=tel]:hover,.form-group textarea:hover{border-color:#ccc;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#172d17;background:#fff;box-shadow:0 0 0 4px #172d171a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-weight:400}.form-group textarea{resize:vertical;min-height:100px}.radio-group{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;padding:.75rem 1.25rem;background:#fafafa;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;font-weight:400;transition:all .2s ease;flex:1;min-width:180px}.radio-label:hover{border-color:#ccc;background:#fff}.radio-label:has(input:checked){border-color:#172d17;background:#172d170d}.radio-label input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #ccc;border-radius:50%;margin-right:.75rem;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}.radio-label input[type=radio]:checked{border-color:#172d17;background:#172d17}.radio-label input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.radio-label span{color:#444;font-size:.95rem}.phone-input{margin-top:.75rem}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;padding:.75rem 1rem;background:#fafafa;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;font-weight:400;transition:all .2s ease}.checkbox-label:hover{border-color:#ccc;background:#fff}.checkbox-label:has(input:checked){border-color:#172d17;background:#172d170d}.checkbox-label input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #ccc;border-radius:6px;margin-right:.75rem;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}.checkbox-label input[type=checkbox]:checked{border-color:#172d17;background:#172d17}.checkbox-label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-label span{color:#444;font-size:.95rem;line-height:1.4}.contact-request-group{margin-top:1rem}.submit-button{width:100%;background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff;border:none;padding:1.1rem 2rem;font-size:1.1rem;font-weight:600;letter-spacing:1px;cursor:pointer;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;margin-top:1.5rem;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #172d1759}.submit-button:hover:before{left:100%}.submit-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #172d174d}.faq-section{position:relative;background:transparent;padding:5rem 2rem;display:flex;align-items:center;justify-content:center;z-index:5}.section-container{background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:3rem;max-width:1040px;width:100%;box-shadow:0 10px 40px #0000004d}.section-title{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center;font-weight:700}.section-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;text-align:center}.faq-item{margin-bottom:1rem;border-bottom:1px solid rgba(102,126,234,.2)}.faq-item:last-child{border-bottom:none}.faq-question-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;transition:all .3s ease;gap:1rem}.faq-question-wrapper:hover{background:#667eea0d;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem;border-radius:6px}.faq-question-wrapper.active .faq-question{color:#2d5a2d}.faq-question{font-size:1.3rem;color:#172d17;margin:0;font-weight:600;flex:1}.faq-icon{font-size:1.5rem;color:#172d17;font-weight:700;min-width:30px;text-align:center;transition:transform .3s ease}.faq-question-wrapper.active .faq-icon{transform:rotate(180deg);color:#2d5a2d}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-answer.open{max-height:2000px;padding-bottom:1.5rem;overflow:visible}.faq-answer p{font-size:1rem;color:#555;line-height:1.7;margin:0}.faq-answer a,.faq-link{color:#667eea;font-weight:600;text-decoration:underline;cursor:pointer;transition:color .3s ease}.faq-answer a:hover,.faq-link:hover{color:#172d17}.contact-section{position:relative;background:transparent;padding:5rem 2rem;display:flex;align-items:center;justify-content:center;z-index:5}.contact-info{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.contact-item{padding:1.5rem;background:linear-gradient(135deg,#172d170d,#2d5a2d0d);border-radius:8px;box-shadow:0 2px 8px #0000001a}.contact-label{font-size:1.1rem;color:#172d17;margin-bottom:.5rem;font-weight:700}.contact-value{font-size:1.2rem;color:#333;font-weight:600;margin:0}.contact-note{font-size:.9rem;color:#666;margin:.25rem 0 0;font-style:italic}.social-links{text-align:center;padding-top:2rem;border-top:1px solid rgba(102,126,234,.2)}.social-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.social-link{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.social-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 768px){.nav-container{padding:.5rem 1.5rem;height:75px}.nav-brand-text{font-size:.88rem}.desktop-nav{display:none!important}.hamburger,.mobile-menu{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-launching{font-size:1.5rem}.hero-logo{max-width:337px}.cta-button{font-size:.9rem;padding:1rem 1.5rem}.form-section{padding:3rem 1.5rem}.form-container{padding:2rem 1.5rem}.form-title{font-size:2rem}.benefits-box{padding:1.25rem}.benefits-title{font-size:1.2rem}.benefits-list li{font-size:.9rem}.benefits-note{font-size:.85rem}.form-row{grid-template-columns:1fr;gap:0}.section-container{padding:2rem 1.5rem}.section-title{font-size:2rem}.faq-question{font-size:1.2rem}.faq-answer p{font-size:.95rem}.contact-info{gap:1.5rem}}@media (max-width: 480px){.nav-container{padding:.5rem 1rem;height:68px}.nav-brand-text{font-size:.76rem}.hamburger{width:2.2rem;height:2.2rem}.mobile-nav-link{font-size:1rem;padding:.85rem 1.5rem}.hero-overlay{padding:0rem 1rem 2rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem;letter-spacing:2px}.hero-launching{font-size:1.1rem;letter-spacing:3px}.hero-logo{max-width:225px}.cta-button{font-size:.75rem;padding:.9rem 1.2rem}.form-section{padding:2rem 1rem}.form-container{padding:1.5rem 1rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:1rem}.benefits-box{padding:1rem}.benefits-title{font-size:1.1rem}.benefits-list li{font-size:.85rem;padding:.4rem 0}.benefits-note{font-size:.8rem}.form-row{grid-template-columns:1fr;gap:0}.form-group>label{font-size:.8rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.9rem}.radio-group{flex-direction:column;gap:.5rem}.radio-label{min-width:100%;padding:.7rem 1rem}.checkbox-label{padding:.7rem 1rem}.submit-button{padding:1rem;font-size:1rem}.benefits-list li{padding-left:1.25rem;font-size:.9rem}.benefits-list li:before{font-size:1rem;top:.15rem}.setup-step ol,.setup-notes ul{padding-left:1.1rem}.setup-step li,.setup-notes li{font-size:.85rem}.modal-section ul,.modal-section ol{padding-left:1.25rem}.modal-section li{font-size:.9rem}.faq-section,.contact-section{padding:2rem 1rem}.section-container{padding:1.5rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.faq-question-wrapper{padding:1rem 0}.faq-question{font-size:1.1rem}.faq-icon{font-size:1.3rem;min-width:25px}.faq-answer p{font-size:.9rem}.contact-item{padding:1.25rem}.contact-value{font-size:1.1rem}.contact-note{font-size:.85rem}.social-buttons{flex-direction:column;align-items:stretch}.social-link{text-align:center}}.plans-section{padding:5rem 2rem;position:relative;z-index:5}.plans-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.plan-filters{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;margin-bottom:1rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid #172d17;background:#fff;color:#172d17;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background:#172d171a;transform:translateY(-2px)}.filter-btn.active{background:#172d17;color:#fff}.plans-carousel-container{position:relative;width:100%;margin-top:2rem}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#172d17e6;color:#fff;border:none;font-size:2rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.carousel-nav:hover{background:#172d17;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:10px}.carousel-next{right:10px}.plans-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem;scroll-behavior:smooth;scrollbar-width:none}.plans-carousel::-webkit-scrollbar{display:none}.plan-card{background:#fff;border-radius:12px;padding:2rem;min-width:320px;flex-shrink:0;border:3px solid transparent;cursor:pointer;transition:all .3s ease}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.plan-card.selected{border-color:#172d17;box-shadow:0 10px 40px #172d174d}.plan-header{text-align:center;margin-bottom:1rem}.plan-name{font-size:1.8rem;font-weight:700;color:#333;margin:0;margin-bottom:.5rem}.service-type-pill{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.service-type-pill.mobile{background:#667eea;color:#fff}.service-type-pill.fixed{background:#4caf50;color:#fff}.service-type-pill.fixed-voice{background:#ff9800;color:#fff}.plan-price{text-align:center;margin:1.5rem 0}.price-amount{font-size:3rem;font-weight:700;color:#172d17}.price-period{font-size:1rem;color:#666}.plan-features{margin-top:1.5rem}.plan-features ul{list-style:none;padding:0}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#333}.feature-check{width:20px;height:20px;flex-shrink:0}.plans-explainer{margin-top:3rem;padding:2rem;background:#172d170d;border-radius:12px}.plans-explainer h3{font-size:1.5rem;color:#172d17;margin-bottom:1rem}.plans-explainer p{font-size:1rem;color:#333;line-height:1.6;margin-bottom:1rem}.plans-explainer ul{list-style:none;padding:0;margin:1rem 0}.plans-explainer li{padding:.5rem 0;color:#333;font-size:1rem;line-height:1.6}.plan-image{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#f5f5f0;border-radius:8px}.plan-image img{max-width:100%;max-height:100%;object-fit:contain}.plan-description{color:#666;font-size:.95rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.75rem;text-align:center}.setup-cost{text-align:center;color:#666;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.plan-terms{margin:.75rem 0 0;border-top:1px solid #e0e0e0;padding-top:.75rem;text-align:center}.terms-link-btn{background:none;border:none;color:#172d17;font-weight:600;font-size:.9rem;padding:.25rem 0;cursor:pointer;text-decoration:underline;transition:all .3s ease}.terms-link-btn:hover{color:#0f1a0f;text-decoration:none}.register-interest-btn{width:100%;padding:1rem;margin-top:1rem;background:#172d17;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.register-interest-btn:hover{background:#0f1a0f;transform:translateY(-2px);box-shadow:0 4px 12px #172d174d}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow:hidden;overscroll-behavior:contain}.terms-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;animation:modalSlideIn .3s ease-out;position:relative}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.terms-modal-overlay{padding:0;align-items:stretch}.terms-modal{max-width:100%;max-height:100vh;height:100vh;border-radius:0;animation:modalSlideUpMobile .3s ease;margin:0}}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.terms-modal-header{background:#172d17;color:#fff;padding:1.25rem 1.5rem;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.terms-modal-header h3{margin:0;font-size:1.25rem;font-weight:700}@media (max-width: 767px){.terms-modal-header{border-radius:0;padding:1.5rem 1rem;position:sticky;top:0;z-index:10}}.terms-modal-close{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease;line-height:1;padding:0}.terms-modal-close:hover{background:#fff3}.terms-modal-content{padding:1.5rem;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.terms-modal-content p{margin-bottom:1rem;color:#333;font-size:.95rem;line-height:1.6}.terms-modal-content p:last-child{margin-bottom:0}@media (max-width: 767px){.terms-modal-content{padding:1.25rem 1rem}.terms-modal-content p{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}}.terms-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end}.terms-modal-close-btn{background:#172d17;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.terms-modal-close-btn:hover{background:#0f1a0f;transform:translateY(-2px)}@media (max-width: 767px){.terms-modal-footer{position:sticky;bottom:0;background:#fff;box-shadow:0 -2px 10px #0000001a}}.site-terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow:hidden;overscroll-behavior:contain}.site-terms-modal{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;animation:modalSlideIn .3s ease-out;position:relative}@media (max-width: 767px){.site-terms-modal-overlay{padding:0;align-items:stretch}.site-terms-modal{max-width:100%;max-height:100vh;height:100vh;border-radius:0;animation:modalSlideUpMobile .3s ease;margin:0}}.site-terms-modal-header{background:#172d17;color:#fff;padding:1.25rem 1.5rem;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.site-terms-modal-header h2{margin:0;font-size:1.35rem;font-weight:700}@media (max-width: 767px){.site-terms-modal-header{border-radius:0;padding:1.25rem 1rem;position:sticky;top:0;z-index:10}.site-terms-modal-header h2{font-size:1.1rem}}.site-terms-modal-close{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease;line-height:1;padding:0;flex-shrink:0}.site-terms-modal-close:hover{background:#fff3}.site-terms-modal-content{padding:1.5rem 2rem;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media (max-width: 767px){.site-terms-modal-content{padding:1.25rem 1rem}}.terms-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.terms-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.terms-section h3{color:#172d17;font-size:1.15rem;font-weight:700;margin:0 0 1rem}.terms-section p{margin:0 0 .75rem;color:#333;font-size:.95rem;line-height:1.7}.terms-section p:last-child{margin-bottom:0}.terms-section ul{margin:.5rem 0 1rem;padding-left:1.5rem}.terms-section ul li{color:#333;font-size:.95rem;line-height:1.7;margin-bottom:.5rem}.terms-section ul li:last-child{margin-bottom:0}.terms-section a{color:#172d17;text-decoration:underline}.terms-section a:hover{color:#4caf50}.site-terms-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;flex-shrink:0;background:#fff}.site-terms-modal-close-btn{background:#172d17;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.site-terms-modal-close-btn:hover{background:#0f1a0f;transform:translateY(-2px)}@media (max-width: 767px){.site-terms-modal-footer{position:sticky;bottom:0;box-shadow:0 -2px 10px #0000001a}}.footer-links{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.footer-link-btn{background:transparent;border:none;color:#172d17;font-size:.9rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:all .3s ease;text-decoration:underline}.footer-link-btn:hover{color:#4caf50}.loading-message,.error-message,.no-plans-message{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.loading-message .spinner{margin:0 auto 1rem}.error-message{color:#c33}.devices-section{padding:5rem 2rem;position:relative;z-index:5}.devices-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.devices-content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.byo-device h3,.supported-devices h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.byo-device p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.device-requirements,.device-requirements-section,.compatibility-checker,.unlock-guide{background:#172d170d;padding:1.5rem;margin:1.5rem 0;border-radius:8px}.device-requirements-section h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.device-requirements-section p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1rem}.device-requirements-section ul{list-style:none;padding:0;margin:1rem 0}.device-requirements-section li{padding:.5rem 0;color:#333;font-size:1rem;line-height:1.6}.device-requirements h4,.compatibility-checker h4,.unlock-guide h4{font-size:1.3rem;color:#172d17;margin-bottom:1rem}.compatibility-checker p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:1rem}.device-requirements ul{list-style:none;padding:0}.device-requirements li{padding:.5rem 0;color:#333;font-size:1rem}.check-device-btn,.check-again-btn{background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:Raleway,sans-serif;border-radius:8px;cursor:pointer;transition:all .3s ease;margin:1rem auto;display:block;text-align:center;min-width:200px}.check-device-btn:hover,.check-again-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #172d1766}.check-again-btn{margin-top:1.5rem}.checking-device{text-align:center;padding:2rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #172d17;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.compatibility-result{padding:2rem;background:transparent;border-radius:12px;margin:1.5rem 0;box-shadow:0 2px 8px #0000001a}.result-header{text-align:center;margin-bottom:1.5rem}.result-icon{font-size:4rem;display:block;margin-bottom:.5rem}.compatibility-result.yes .result-icon{color:#4caf50}.compatibility-result.maybe .result-icon{color:#ff9800}.compatibility-result.unknown .result-icon{color:#172d17}.result-details{background:#172d1708;padding:1.5rem;border-radius:8px;margin-bottom:1rem}.result-details p{padding:.5rem 0;color:#333;font-size:1rem;margin:0}.result-details p:first-child{padding-top:0}.result-details p:last-child{padding-bottom:0}.result-message{margin-top:1rem;padding:1rem;border-radius:8px}.result-message.success{background:#e8f5e9}.result-message.warning{background:#fff3e0}.result-message.info{background:#e3f2fd}.compatibility-note{margin-top:1rem;padding:1rem;background:#f5f5f5;border-radius:8px;font-size:.9rem;color:#666}.device-brands{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.brand-category{background:#172d170d;padding:1.5rem;border-radius:8px}.brand-category h4{font-size:1.2rem;color:#172d17;margin-bottom:.5rem}.brand-category p{font-size:.95rem;color:#666}.about-section{padding:5rem 2rem;position:relative;z-index:5}.about-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.about-content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.network-info h3,.coverage-maps h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.network-info h4{font-size:1.3rem;color:#172d17;margin-top:1.5rem;margin-bottom:.75rem}.network-info p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1rem}.network-info ul{list-style:none;padding:0;margin:1rem 0}.network-info li{padding:.5rem 0;color:#333;font-size:1rem}.coverage-note{background:#fff3e0;padding:1rem;margin:1rem 0;border-radius:8px;font-size:.95rem}.coverage-map-container{margin:2rem 0}.coverage-map-container h4{font-size:1.2rem;color:#172d17;margin-bottom:1rem}.map-placeholder{background:linear-gradient(135deg,#172d170d,#2d5a2d0d);border-radius:12px;padding:3rem;text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.map-placeholder p{font-size:1.5rem;color:#172d17;margin:.5rem 0}.placeholder-text{font-size:1rem!important;color:#666!important;font-family:monospace}.coverage-map-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.leaflet-container{height:500px;width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1}.support-section{padding:5rem 2rem;position:relative;z-index:5}.support-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.support-content{margin-top:2rem}.support-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.support-nav-card{display:block;background:linear-gradient(135deg,#172d1714,#2d5a2d14);padding:1.5rem;border-radius:12px;text-decoration:none;border:2px solid transparent;transition:all .3s ease;text-align:center;cursor:pointer;font-family:inherit;width:100%}.support-nav-card:hover{border-color:#172d17;transform:translateY(-3px);box-shadow:0 8px 20px #172d1726}.support-nav-icon{font-size:2rem;margin-bottom:.75rem}.support-nav-card h3{font-size:1.2rem;color:#172d17;margin-bottom:.5rem}.support-nav-card p{font-size:.9rem;color:#666;margin:0}.device-setup-section{margin-bottom:3rem}.device-setup-section>h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(23,45,23,.2)}.device-setup-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.device-setup-card{background:#fafafa;border-radius:12px;overflow:hidden;border:1px solid #e8e8e8}.device-setup-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff}.device-icon{font-size:1.5rem}.device-setup-header h4{font-size:1.2rem;margin:0}.device-setup-content{padding:1.5rem}.setup-requirement{background:#172d171a;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.25rem}.setup-step{margin-bottom:1.25rem}.setup-step h5{font-size:1rem;color:#172d17;margin-bottom:.5rem}.setup-step ol{margin:0;padding-left:1.25rem}.setup-step li{padding:.25rem 0;font-size:.95rem;color:#444}.setup-step code{background:#e8e8e8;padding:.15rem .5rem;border-radius:4px;font-family:monospace;font-size:.9rem;color:#172d17}.setup-notes{background:#fff8e1;padding:1rem;border-radius:8px;border-left:4px solid #ffc107}.setup-notes p{margin:0 0 .5rem;font-size:.9rem}.setup-notes ul{margin:0;padding-left:1.25rem}.setup-notes li{font-size:.85rem;color:#555;padding:.15rem 0}.support-contact-section{background:linear-gradient(135deg,#172d170d,#2d5a2d0d);padding:2rem;border-radius:12px}.support-contact-section>h3{font-size:1.3rem;color:#333;margin-bottom:1.5rem;text-align:center}.support-contact-section .support-contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.contact-method{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.contact-icon{font-size:1.5rem}.contact-method strong{display:block;color:#172d17;font-size:.9rem;margin-bottom:.25rem}.contact-method p{margin:0;color:#333;font-size:1rem}.self-care-section{padding:5rem 2rem;position:relative;z-index:5}.self-care-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.self-care-content{margin-top:2rem}.self-care-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.self-care-feature{text-align:center;padding:2rem;background:#172d170d;border-radius:12px;transition:all .3s ease}.self-care-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.self-care-feature h3{font-size:1.3rem;color:#172d17;margin-bottom:.75rem}.self-care-feature p{color:#666;font-size:.95rem}.self-care-login{text-align:center;padding:3rem;background:linear-gradient(135deg,#172d170d,#2d5a2d0d);border-radius:12px;box-shadow:0 2px 8px #0000001a}.self-care-login h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.self-care-login p{color:#666;margin-bottom:1.5rem}.self-care-btn{background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:not-allowed;opacity:.6;margin:1rem 0}.self-care-note{font-size:.9rem;color:#666;margin-top:1rem;font-style:italic}@media (max-width: 768px){.plans-section,.devices-section,.about-section,.support-section,.self-care-section{padding:3rem 1.5rem}.plans-section .section-container,.devices-section .section-container,.about-section .section-container,.support-section .section-container,.self-care-section .section-container{padding:2rem 1.5rem}.plan-card{min-width:280px;padding:1.5rem}.plan-name{font-size:1.5rem}.price-amount{font-size:2.5rem}.support-nav{grid-template-columns:1fr;gap:1rem}.device-setup-cards{grid-template-columns:1fr}.support-contact-section .support-contact-info{grid-template-columns:1fr;gap:1rem}.self-care-features,.device-brands{grid-template-columns:1fr}}@media (max-width: 480px){.plans-section,.devices-section,.about-section,.support-section,.self-care-section{padding:2rem 1rem}.plans-section .section-container,.devices-section .section-container,.about-section .section-container,.support-section .section-container,.self-care-section .section-container{padding:1.5rem 1rem}.plan-card{min-width:260px;padding:1.25rem}.carousel-nav{width:36px;height:36px;font-size:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{background:linear-gradient(135deg,#172d17,#2d5a2d);color:#fff;margin:0;padding:1.5rem 2rem;font-size:1.5rem;border-radius:16px 16px 0 0}.modal-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;opacity:.8;transition:opacity .2s ease}.modal-close:hover{opacity:1}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:1.1rem;color:#172d17;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(23,45,23,.2)}.modal-section p{color:#555;margin-bottom:.75rem;line-height:1.6}.modal-section ul,.modal-section ol{margin:0;padding-left:1.5rem;color:#444}.modal-section li{padding:.35rem 0;line-height:1.5}.modal-section code{background:#f0f0f0;padding:.15rem .5rem;border-radius:4px;font-family:monospace;font-size:.9rem;color:#172d17}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-content{max-height:90vh}.modal-content h2{padding:1.25rem 1.5rem;font-size:1.3rem}.modal-body{padding:1.5rem}.modal-close{top:.75rem;right:1rem}}.site-footer{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#333;padding:1.5rem 1rem;margin-top:4rem;text-align:center;width:100%;position:relative;z-index:10;clear:both;box-shadow:0 -4px 20px #0000001f;border-top:1px solid rgba(0,0,0,.1)}.footer-container{max-width:800px;margin:0 auto}.footer-content{display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}.footer-text{font-size:.9rem;margin:0;font-weight:400;letter-spacing:.3px;color:#555}.footer-brand-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s ease}.footer-brand-link:hover{opacity:.8}.footer-brand-link:hover .footer-brand-name{border-bottom-color:#667eea}.footer-brand-name{color:#555;font-weight:400;font-size:.9rem;border-bottom:2px solid transparent;transition:all .3s ease;line-height:inherit;vertical-align:baseline}.footer-logo{height:35px;width:auto;display:block}.footer-video-credit{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.footer-video-credit p{margin:0;font-size:.85rem;color:#666}.video-credit-link{color:#172d17;text-decoration:none;font-weight:500;transition:all .3s ease}.video-credit-link:hover{color:#4caf50;text-decoration:underline}@media (max-width: 768px){.site-footer{padding:1.25rem 1rem;margin-top:3rem}.footer-content{flex-direction:column;gap:.75rem}.footer-text,.footer-brand-name{font-size:.85rem}.footer-logo{height:31px}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation:shake .5s;border-color:#dc3545!important}.shake:focus{border-color:#dc3545!important;outline-color:#dc3545!important}.validation-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;text-align:center}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.retailers-section{padding:5rem 2rem;position:relative;z-index:5}.retailers-section .section-container{max-width:1040px;margin:0 auto;padding:3rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 10px 40px #0003}.retailer-content{margin-top:2rem}.retailer-intro{font-size:1rem;color:#333;margin-bottom:1.5rem;text-align:center}.map-container{margin-bottom:2rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.google-map{width:100%;height:450px}.retailers-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.retailer-item{background:#9d4a220d;border:none;border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.retailer-item:hover{background:#9d4a2214;transform:translateY(-2px);box-shadow:0 4px 12px #9d4a2240}.retailer-info{flex:1;min-width:200px}.retailer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.retailer-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#9d4a22,#bd7654);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.retailer-name{color:#333;font-size:1.2rem;font-weight:700;margin:0}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap;box-shadow:0 1px 4px #0000001a}.status-badge.open{background:#d4edda;color:#155724;border:none}.status-badge.closed{background:#f8d7da;color:#721c24;border:none}.retailer-address{color:#666;font-size:1rem;margin:0 0 .5rem;line-height:1.6}.retailer-hours{color:#333;font-size:.95rem;margin:0}.retailer-hours strong{color:#9d4a22}.retailer-action{flex-shrink:0;display:flex;align-items:center}.navigate-btn{background:linear-gradient(135deg,#9d4a22,#bd7654);color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #9d4a224d}.navigate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9d4a2266}.no-retailers{text-align:center;padding:3rem 2rem;color:#666;background:#9d4a220d;border-radius:8px;border:none;box-shadow:0 2px 8px #0000001a}.no-retailers p{font-size:1rem;line-height:1.6;margin:0}.retailer-note{background:#9d4a2214;border-radius:8px;padding:1.25rem;margin-top:1.5rem;box-shadow:0 2px 8px #0000001a}.retailer-note p{margin:0;color:#333;font-size:.95rem;line-height:1.6}.retailer-note strong{color:#9d4a22;font-weight:600}@media (max-width: 768px){.retailers-section{padding:3rem 1rem}.retailers-section .section-container{padding:2rem 1.5rem}.retailer-item{flex-direction:column;align-items:flex-start;padding:1.25rem}.navigate-btn{width:100%;justify-content:center}.google-map{height:350px}.retailer-header{gap:.5rem}.retailer-name{font-size:1.1rem}}@media (max-width: 480px){.google-map{height:300px}.retailer-item{padding:1rem}}
