@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--white: #FFFFFF;--off-white: #F6FAF7;--light-green: #EAF7EF;--brand-green: #0F8A4B;--brand-green-hover: #0c753f;--deep-green: #064E3B;--dark-navy: #0B1F33;--accent-blue: #1E88E5;--text: #1F2937;--muted-text: #6B7280;--border-color: #E5E7EB;--font-headings: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-max-width: 1200px;--header-height: 82px;--section-padding-desktop: 80px 0;--section-padding-tablet: 60px 0;--section-padding-mobile: 40px 0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(11, 31, 51, .04);--shadow-md: 0 8px 24px rgba(11, 31, 51, .06);--shadow-lg: 0 16px 36px rgba(11, 31, 51, .08);--shadow-premium: 0 20px 40px rgba(15, 138, 75, .06);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .15s ease-out}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);color:var(--text);line-height:1.6}body{background-color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);font-weight:700;line-height:1.25;color:var(--dark-navy)}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max-width);margin-right:auto;margin-left:auto;padding-right:clamp(16px,4vw,24px);padding-left:clamp(16px,4vw,24px)}.section{padding:var(--section-padding-desktop)}@media(max-width:991px){.section{padding:var(--section-padding-tablet)}}@media(max-width:767px){.section{padding:var(--section-padding-mobile)}}.section-bg-white{background-color:var(--white)}.section-bg-offwhite{background-color:var(--off-white)}.section-bg-lightgreen{background-color:var(--light-green)}.section-bg-deepgreen{background-color:var(--deep-green);color:var(--white)}.section-bg-deepgreen h2,.section-bg-deepgreen h3{color:var(--white)}header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,138,75,.08);transition:var(--transition-smooth)}header.scrolled{box-shadow:var(--shadow-md);background-color:#fffffffa}.header-container{display:flex;justify-content:space-between;align-items:center;height:var(--header-height);transition:var(--transition-smooth);max-width:1500px!important;padding-left:clamp(14px,2vw,28px)!important;padding-right:clamp(14px,2vw,28px)!important;gap:clamp(10px,1.5vw,20px)}header.scrolled .header-container{height:75px}.logo-link{display:flex;align-items:center;flex:0 0 auto;min-width:132px}.logo-img{height:44px;width:min(168px,20vw);transition:var(--transition-smooth);object-fit:contain}header.scrolled .logo-img{height:40px}.admin-header-btn{background-color:transparent;color:var(--brand-green);border:1px solid var(--brand-green);min-height:34px;padding:7px 10px;font-size:13px;font-weight:600;border-radius:var(--radius-sm);transition:var(--transition-smooth);display:inline-flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-family:var(--font-headings);white-space:nowrap}.admin-header-btn:hover{background-color:var(--brand-green);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px #0f8a4b26}@media(max-width:480px){.admin-header-btn{padding:4px 8px;font-size:11px;gap:4px}.admin-header-btn svg{width:11px;height:11px}}.nav-menu{display:flex;align-items:center;list-style:none;gap:clamp(9px,1.1vw,17px)!important;min-width:0}.nav-item{position:relative;display:flex;align-items:center}.nav-link{font-weight:600;font-size:clamp(13px,.95vw,15px);color:var(--text);padding:8px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.nav-caret{font-size:10px;line-height:1;transform:translateY(1px)}.nav-link:hover,.nav-link.active{color:var(--brand-green)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);background-color:var(--white);border-radius:var(--radius-md);border:1px solid rgba(15,138,75,.1);box-shadow:var(--shadow-lg);width:280px;padding:12px;display:none;opacity:0;z-index:1010;transition:opacity .3s ease,transform .3s ease}.nav-item:hover .dropdown-menu{display:block;opacity:1;transform:translate(-50%) translateY(0)}.dropdown-link{display:flex;flex-direction:column;padding:8px 12px;border-radius:var(--radius-sm);transition:var(--transition-fast)}.dropdown-link:hover{background-color:var(--light-green)}.dropdown-title{font-family:var(--font-headings);font-weight:600;font-size:14px;color:var(--dark-navy)}.dropdown-desc{font-size:11px;color:var(--muted-text);line-height:1.3;margin-top:2px}.header-ctas{display:flex;align-items:center;gap:7px;margin-left:auto;flex:0 0 auto}.store-chip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:5px 10px 5px 5px;border:1px solid rgba(255,122,24,.24);border-radius:var(--radius-sm);background:#fff8f2;color:var(--dark-navy);font-family:var(--font-headings);font-size:13px;font-weight:700;line-height:1;box-shadow:0 10px 24px #ff7a181f;white-space:nowrap}.store-chip:hover{transform:translateY(-1px);border-color:#ff7a186b;box-shadow:0 14px 30px #ff7a182e}.store-chip-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#ff681f;color:var(--white);box-shadow:inset 0 -8px 16px #8939002e}.store-chip-icon svg{width:15px;height:15px;fill:currentColor}.header-ctas .btn-sm{min-height:34px;padding:7px 10px;font-size:13px;gap:5px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-headings);font-weight:600;font-size:14px;border-radius:var(--radius-sm);padding:10px 20px;cursor:pointer;border:none;gap:8px;transition:var(--transition-smooth);white-space:nowrap}.btn-sm{padding:8px 14px;font-size:13.5px}.btn-primary{background-color:var(--brand-green);color:var(--white)}.btn-primary:hover{background-color:var(--brand-green-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0f8a4b33}.btn-secondary{background-color:var(--light-green);color:var(--brand-green);border:1px solid rgba(15,138,75,.2)}.btn-secondary:hover{background-color:var(--brand-green);color:var(--white);transform:translateY(-2px)}.btn-accent{background-color:var(--accent-blue);color:var(--white)}.btn-accent:hover{background-color:#1565c0;transform:translateY(-2px);box-shadow:0 4px 12px #1e88e533}.btn-dark{background-color:var(--dark-navy);color:var(--white)}.btn-dark:hover{background-color:#050e17;transform:translateY(-2px)}.btn-white{background-color:var(--white);color:var(--brand-green)}.btn-white:hover{background-color:var(--light-green);transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.btn-whatsapp{background-color:#25d366;color:var(--white)}.btn-whatsapp:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d36633}.mobile-nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}.mobile-nav-toggle span{display:block;width:25px;height:3px;background-color:var(--dark-navy);margin:5px 0;transition:var(--transition-smooth)}.hero-slider{position:relative;width:100%;min-height:clamp(560px,calc(100svh - var(--header-height)),750px);margin-top:var(--header-height);overflow:hidden;background-color:var(--dark-navy)}.hero-slides-container{position:absolute;inset:0;width:100%;height:100%}.hero-slide{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;padding-top:60px;padding-bottom:60px;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;z-index:1}.hero-slide:before,.hero-slide:after{content:"";position:absolute;inset:0}.hero-slide:before{background-image:var(--hero-image);background-position:center top;background-repeat:no-repeat;background-size:cover;transform:scale(1);transform-origin:center;z-index:0}.hero-slide:after{background:linear-gradient(90deg,#0b1f33d9,#0b1f3366 60%,#00000026);z-index:1}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide.active:before{animation:hero-image-zoom 5.8s ease-out forwards}@keyframes hero-image-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){.hero-slide.active:before{animation:none}}.hero-container-flex{position:relative;z-index:3;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;width:100%}.hero-content{display:flex;flex-direction:column;align-items:flex-start;color:var(--white);min-height:380px}.hero-empty-space{min-height:200px;display:block}.dots-container-absolute{position:absolute;bottom:30px;left:0;width:100%;z-index:10;display:flex;justify-content:center;pointer-events:none}.dots-container-absolute .container{display:flex;justify-content:center;width:100%;pointer-events:none}.dots-container-absolute .hero-dots{pointer-events:auto;display:inline-flex;margin-top:0;justify-content:center;align-items:center}.hero-tag-glow{background-color:#ffffff1a;color:#58eb82;font-family:var(--font-headings);font-weight:600;font-size:13px;padding:6px 14px;border-radius:50px;border:1px solid rgba(88,235,130,.3);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;display:inline-block;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-shadow:0 0 8px rgba(88,235,130,.4)}.hero-title{font-size:52px;line-height:1.1;font-weight:800;margin-bottom:22px;color:var(--white)}.hero-subtitle{font-size:18px;color:#ffffffd9;margin-bottom:32px;line-height:1.6}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-store-showcase{display:grid;grid-template-columns:minmax(190px,1fr) auto auto;align-items:center;gap:16px;width:min(100%,650px);margin-top:22px;padding:13px;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-sm);background:#ffffff21;color:var(--white);box-shadow:0 22px 46px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-store-showcase:hover{transform:translateY(-2px);border-color:#7fd8578c;background:#ffffff2e}.store-showcase-copy,.store-showcase-copy strong,.store-showcase-copy small{display:block}.store-showcase-kicker{display:inline-flex;width:fit-content;margin-bottom:5px;padding:4px 8px;border-radius:999px;background:#7fd8572e;color:#9df06f;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.store-showcase-copy strong{font-family:var(--font-headings);font-size:18px;line-height:1.15}.store-showcase-copy small{margin-top:4px;color:#ffffffc7;font-size:13px;line-height:1.3}.store-photo-strip{display:grid;grid-template-columns:repeat(4,48px);gap:8px}.store-photo-tile{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);background:#fffffff0;box-shadow:0 10px 24px #00000029;overflow:hidden}.store-photo-tile img{width:84%;height:84%;object-fit:contain}.store-showcase-action{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border-radius:var(--radius-sm);background:#ff681f;color:var(--white);font-family:var(--font-headings);font-size:13px;font-weight:700;box-shadow:0 12px 28px #ff681f57}.store-showcase-action svg{width:17px;height:17px;fill:currentColor}.btn-outline{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-headings);font-weight:600;font-size:14px;border-radius:var(--radius-sm);padding:10px 20px;cursor:pointer;background-color:transparent;color:var(--white);border:2px solid var(--white);gap:8px;transition:var(--transition-smooth)}.btn-outline:hover{background-color:var(--white);color:var(--brand-green);transform:translateY(-2px)}.hero-dots{display:flex;gap:10px;margin-top:30px}.hero-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff4d;cursor:pointer;transition:var(--transition-smooth)}.hero-dot.active{background-color:#58eb82;transform:scale(1.3)}.hero-floating-visuals{position:relative;display:flex;justify-content:center}.hero-svg-img{width:100%;max-width:480px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.section-header{text-align:center;max-width:700px;margin:0 auto 50px}.section-tag{color:var(--brand-green);font-family:var(--font-headings);font-weight:600;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;margin-bottom:12px;display:block}.section-title{font-size:36px;color:var(--dark-navy);margin-bottom:16px}.section-subtitle{color:var(--muted-text);font-size:15px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.about-subtitle{font-size:15px;color:var(--muted-text);margin-top:16px;margin-bottom:28px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:36px}.about-feature-item{display:flex;align-items:center;gap:12px}.about-feature-icon{background-color:var(--light-green);color:var(--brand-green);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature-text{font-size:14px;font-weight:500;color:var(--text)}.about-image-wrapper{position:relative}.about-svg-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid rgba(15,138,75,.08);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition-smooth);display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-premium);border-color:#0f8a4b33}.product-image-container{background-color:var(--off-white);padding:24px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(15,138,75,.04);position:relative;height:200px}.product-svg-img{height:100%;max-width:180px;object-fit:contain;transition:var(--transition-smooth)}.product-card:hover .product-svg-img{transform:scale(1.05)}.product-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:20px;margin-bottom:12px;color:var(--dark-navy)}.product-card-desc{font-size:14px;color:var(--muted-text);margin-bottom:20px;flex-grow:1;line-height:1.5}.product-apps-label{font-family:var(--font-headings);font-size:12px;font-weight:600;text-transform:uppercase;color:var(--brand-green);margin-bottom:8px;letter-spacing:.5px}.product-apps-list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin-bottom:24px}.product-apps-list li{font-size:11px;background-color:var(--off-white);padding:4px 10px;border-radius:4px;border:1px solid rgba(0,0,0,.04);color:var(--text);font-weight:500}.product-card-footer{margin-top:auto}.product-card .btn{width:100%}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.advantage-card{background-color:var(--white);border-radius:var(--radius-md);padding:30px 24px;box-shadow:var(--shadow-sm);border:1px solid rgba(15,138,75,.05);transition:var(--transition-smooth);display:flex;flex-direction:column;align-items:flex-start}.advantage-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#0f8a4b26}.advantage-icon-wrapper{background-color:var(--light-green);color:var(--brand-green);width:50px;height:50px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.advantage-icon{width:26px;height:26px}.advantage-title{font-size:18px;margin-bottom:10px;color:var(--dark-navy)}.advantage-desc{font-size:13px;color:var(--muted-text);line-height:1.5}.lead-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.lead-content-wrapper{display:flex;flex-direction:column;min-width:0}.lead-form-box{background-color:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg);border:1px solid rgba(15,138,75,.1)}.lead-form-title{font-size:24px;margin-bottom:8px;color:var(--dark-navy)}.lead-form-desc{color:var(--muted-text);font-size:14px;margin-bottom:24px}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group-full{grid-column:span 2}.form-label{font-size:12px;font-weight:600;color:var(--dark-navy)}.form-control{font-family:var(--font-body);font-size:14px;width:100%;padding:12px 16px;border-radius:var(--radius-sm);border:1px solid var(--border-color);outline:none;background-color:var(--off-white);transition:var(--transition-fast)}.form-control:focus{border-color:var(--brand-green);background-color:var(--white);box-shadow:0 0 0 3px #0f8a4b1a}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231F2937'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;padding-right:40px}.lead-form-box .btn{grid-column:span 2;padding:14px;font-size:16px}.cta-banner{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:40px;margin-bottom:16px}.cta-subtitle{font-size:16px;opacity:.9;margin-bottom:36px}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}footer{background-color:var(--dark-navy);color:var(--white);padding-top:80px;border-top:4px solid var(--brand-green)}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr 1fr;gap:40px;margin-bottom:60px}.footer-col-title{font-size:18px;margin-bottom:24px;color:var(--white);position:relative;padding-bottom:10px}.footer-col-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:var(--brand-green)}.footer-about-text{font-size:14px;color:#ffffffb3;margin-bottom:24px;line-height:1.6}.footer-social-links{display:flex;gap:12px}.footer-social-icon{background-color:#ffffff0f;color:var(--white);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.footer-social-icon:hover{background-color:var(--brand-green);transform:translateY(-3px)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:14px;color:#ffffffb3}.footer-links a:hover{color:var(--brand-green);padding-left:5px}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;gap:12px;font-size:14px;color:#ffffffb3}.footer-contact-icon{color:var(--brand-green);flex-shrink:0;margin-top:3px;width:16px;height:16px}.footer-ctas-stacked{display:flex;flex-direction:column;gap:10px;margin-top:20px}.footer-copyright{background-color:#050e17;padding:24px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright-container{display:flex;justify-content:space-between;align-items:center}.footer-copyright-text{font-size:13px;color:#ffffff80}.footer-copyright-links{display:flex;gap:24px}.footer-copyright-links a{font-size:13px;color:#ffffff80}.footer-copyright-links a:hover{color:var(--brand-green)}.floating-widgets{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:12px;z-index:999}.float-btn{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 16px #00000026;cursor:pointer;transition:var(--transition-smooth)}.float-btn:hover{transform:scale(1.1) rotate(5deg)}.float-whatsapp{background-color:#25d366}.float-call{background-color:var(--accent-blue);display:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:var(--transition-smooth)}.modal.active{opacity:1;pointer-events:auto}.modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b1f33b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:relative;background-color:var(--white);border-radius:var(--radius-lg);max-width:650px;width:90%;max-height:90vh;overflow-y:auto;z-index:2010;box-shadow:var(--shadow-lg);transform:scale(.9);transition:var(--transition-smooth)}.modal.active .modal-content{transform:scale(1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid var(--border-color)}.modal-title{font-size:22px}.modal-close{background:none;border:none;cursor:pointer;font-size:28px;color:var(--muted-text);line-height:1;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.modal-close:hover{color:var(--brand-green)}.modal-body{padding:30px}.inner-hero{padding-top:170px;padding-bottom:80px;background:linear-gradient(135deg,var(--light-green) 0%,var(--white) 100%);text-align:center}.inner-hero .hero-tag{margin-bottom:16px}.inner-hero h1{font-size:40px;color:var(--dark-navy);margin-bottom:16px;max-width:850px;margin-left:auto;margin-right:auto}.inner-hero .lead-text{font-size:16px;color:var(--muted-text);max-width:750px;margin:0 auto}.content-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px}.content-sidebar{position:sticky;top:110px;height:fit-content;display:flex;flex-direction:column;gap:30px}.sidebar-card{background-color:var(--off-white);border-radius:var(--radius-md);padding:30px;border:1px solid rgba(15,138,75,.06)}.sidebar-card-title{font-size:18px;margin-bottom:20px;color:var(--dark-navy);border-bottom:2px solid var(--brand-green);padding-bottom:8px}.sidebar-nav-list{list-style:none;display:flex;flex-direction:column;gap:10px}.sidebar-nav-list a{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;padding:10px 14px;background-color:var(--white);border-radius:var(--radius-sm);border:1px solid var(--border-color);color:var(--text)}.sidebar-nav-list a:hover,.sidebar-nav-list a.active{background-color:var(--brand-green);color:var(--white);border-color:var(--brand-green)}.sidebar-nav-list a:after{content:"→";font-weight:700}.sidebar-nav-list a:hover:after{transform:translate(3px);transition:var(--transition-fast)}.faq-list{display:flex;flex-direction:column;gap:16px;margin-top:30px}.faq-item{border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;transition:var(--transition-smooth)}.faq-question{background-color:var(--off-white);padding:18px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h4{font-size:16px;margin:0;font-weight:600}.faq-icon{font-size:18px;font-weight:700;color:var(--brand-green);transition:var(--transition-smooth)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(0,1,0,1);background-color:var(--white)}.faq-item.active .faq-answer{max-height:2000px;border-top:1px solid var(--border-color)}.faq-answer-content{padding:20px 24px;font-size:14px;color:var(--text);line-height:1.6}.specs-table-container{overflow-x:auto;margin:24px 0}.specs-table{width:100%;border-collapse:collapse;font-size:14px}.specs-table th{background-color:var(--dark-navy);color:var(--white);text-align:left;padding:12px 16px;font-family:var(--font-headings);font-weight:600}.specs-table td{padding:12px 16px;border-bottom:1px solid var(--border-color);color:var(--text)}.specs-table tr:nth-child(2n){background-color:var(--off-white)}.toast{position:fixed;bottom:30px;left:30px;background-color:var(--dark-navy);color:var(--white);padding:14px 24px;border-radius:var(--radius-sm);box-shadow:0 4px 16px #0003;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;z-index:3000;opacity:0;transform:translateY(20px);transition:var(--transition-smooth)}.toast.active{opacity:1;transform:translateY(0)}.toast-success-dot{width:8px;height:8px;background-color:#25d366;border-radius:50%}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid rgba(15,138,75,.06);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition-smooth);display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.blog-card-image{height:180px;background-color:var(--light-green);display:flex;align-items:center;justify-content:center}.blog-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.blog-card-date{font-size:12px;color:var(--muted-text);margin-bottom:8px}.blog-card-title{font-size:18px;margin-bottom:12px;color:var(--dark-navy);line-height:1.4}.blog-card-excerpt{font-size:13px;color:var(--muted-text);margin-bottom:20px;flex-grow:1}@media(max-width:1279px){.nav-menu{gap:8px!important}.header-container{padding-left:16px!important;padding-right:16px!important;gap:10px}.logo-link{min-width:112px}.logo-img{width:140px;height:38px}.nav-link{font-size:12.5px}.header-ctas{gap:5px}.header-ctas .btn-sm,.admin-header-btn,.store-chip{font-size:12px}.header-ctas .btn-sm{padding-left:8px;padding-right:8px}.store-chip{padding-right:8px}.products-grid{grid-template-columns:repeat(2,1fr)}.advantages-grid{grid-template-columns:repeat(3,1fr)}.hero-container-flex{grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:32px}.hero-title{font-size:46px}.hero-store-showcase{width:min(100%,600px)}}@media(max-width:1120px){.hero-container-flex{grid-template-columns:1fr;gap:0}.hero-content{max-width:680px;min-height:auto}.hero-empty-space{display:none}.hero-slide:before{background-position:center}.hero-slide:after{background:linear-gradient(90deg,#0b1f33e0,#0b1f33ad 65%,#0b1f3359)}.hero-title{font-size:40px}.hero-subtitle{font-size:17px}.about-grid,.lead-grid{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.content-sidebar{position:static;margin-top:40px}.nav-menu{display:none}.mobile-nav-toggle{display:block}.header-ctas{display:none}}@media(max-width:991px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){:root{--header-height: 70px}.hero-slider{min-height:auto;height:auto}.hero-slides-container,.hero-slide{position:relative}.hero-slides-container{min-height:610px}.hero-slide{min-height:610px;align-items:flex-start;padding-top:52px;padding-bottom:86px}.hero-slide:not(.active){display:none}.header-container{height:70px;padding-left:16px!important;padding-right:16px!important}.logo-img{height:38px;max-width:180px}.hero-content{width:100%;align-items:stretch}.hero-tag-glow{align-self:flex-start;max-width:100%;font-size:11px;line-height:1.25;white-space:normal}.hero-title{font-size:32px;line-height:1.16;margin-bottom:16px}.hero-subtitle{font-size:15px;line-height:1.55;margin-bottom:24px}.hero-buttons{flex-direction:column;gap:10px}.hero-buttons .btn,.hero-buttons .btn-outline{width:100%;min-height:44px;white-space:normal;text-align:center}.hero-store-showcase{grid-template-columns:1fr;justify-items:stretch;text-align:left;gap:12px;margin-top:16px}.store-showcase-copy strong{font-size:16px}.store-showcase-copy small{font-size:12px}.store-photo-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.store-photo-tile{width:100%}.store-showcase-action{justify-content:center}.advantages-grid{grid-template-columns:repeat(2,1fr)}.about-features{grid-template-columns:1fr;gap:14px}.section-header{margin-bottom:34px}.section-title{font-size:28px;line-height:1.2}.products-grid{grid-template-columns:1fr}.product-image-container{height:180px}.advantage-card{padding:24px 18px}.lead-content-wrapper [style*="display:flex; align-items:center"]{align-items:flex-start!important}.lead-content-wrapper strong{overflow-wrap:anywhere}.lead-form{grid-template-columns:1fr}.lead-form-box .btn,.form-group-full{grid-column:span 1}.lead-form-box{padding:24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-copyright-container{flex-direction:column;gap:16px;text-align:center}.footer-copyright-links{justify-content:center}.float-call{display:flex}.blog-grid{grid-template-columns:1fr}}@media(max-width:479px){.hero-slides-container,.hero-slide{min-height:660px}.hero-slide{padding-top:38px}.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.hero-store-showcase{margin-top:18px;padding:11px}.store-photo-strip{gap:6px}.store-photo-tile{height:42px}.advantages-grid,.products-grid{grid-template-columns:1fr}.btn,.btn-outline{padding-left:14px;padding-right:14px}.lead-form-box{padding:20px;border-radius:var(--radius-md)}.floating-widgets{right:16px;bottom:16px}}.mobile-nav-active{overflow:hidden}.mobile-menu-overlay{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background-color:var(--white);z-index:998;display:flex;flex-direction:column;padding:40px 24px;transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:auto;border-top:1px solid var(--border-color)}.mobile-menu-overlay.active{transform:translate(0)}.mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.mobile-nav-list a{font-family:var(--font-headings);font-size:20px;font-weight:600;color:var(--dark-navy)}.mobile-nav-list a:hover,.mobile-nav-list a.active{color:var(--brand-green)}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-dropdown-list{list-style:none;padding-left:20px;margin-top:10px;display:none;flex-direction:column;gap:12px}.mobile-dropdown-list.active{display:flex}.mobile-dropdown-list a{font-size:16px;font-weight:500}.mobile-menu-ctas{display:flex;flex-direction:column;gap:12px}.mobile-menu-ctas .btn{width:100%;justify-content:center}.quote-panel{position:fixed;inset:0;z-index:2100;pointer-events:none}.quote-panel.active{pointer-events:auto}.quote-panel-backdrop{position:absolute;inset:0;background-color:#0b1f3380;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease}.quote-panel.active .quote-panel-backdrop{opacity:1}.quote-panel-content{position:absolute;top:0;right:0;width:390px;max-width:100%;height:100%;background-color:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-6px 0 28px #0b1f3324}.quote-panel.active .quote-panel-content{transform:translate(0)}.quote-panel-header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border-color);flex-shrink:0}.quote-panel-title{font-family:var(--font-headings);font-size:20px;font-weight:700;color:var(--dark-navy);margin:0}.quote-panel-header-actions{display:flex;align-items:center;gap:14px}.quote-clear-link{font-size:13px;color:var(--accent-blue);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:var(--font-body);line-height:1}.quote-clear-link:hover{color:var(--brand-green)}.quote-panel-close{background:none;border:none;cursor:pointer;font-size:26px;color:var(--muted-text);line-height:1;display:flex;align-items:center;justify-content:center;padding:2px;transition:var(--transition-fast)}.quote-panel-close:hover{color:var(--dark-navy)}.quote-items-list{flex:1;overflow-y:auto;padding:8px 0}.quote-item{display:flex;align-items:flex-start;gap:12px;padding:14px 22px;border-bottom:1px solid var(--border-color)}.quote-item:last-child{border-bottom:none}.quote-item-img{width:60px;height:60px;object-fit:contain;background-color:var(--off-white);border-radius:var(--radius-sm);padding:6px;flex-shrink:0}.quote-item-body{flex:1;min-width:0}.quote-item-name{font-family:var(--font-headings);font-size:13.5px;font-weight:600;color:var(--dark-navy);line-height:1.3;margin-bottom:3px}.quote-item-unit-price{font-size:12px;color:var(--muted-text);margin-bottom:10px}.quote-item-controls{display:flex;align-items:center;justify-content:space-between;gap:8px}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.qty-stepper-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:17px;color:var(--text);transition:var(--transition-fast);flex-shrink:0}.qty-stepper-btn:hover{background-color:var(--light-green);color:var(--brand-green)}.qty-stepper-value{min-width:40px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);padding:0 4px}.quote-item-line-total{font-family:var(--font-headings);font-size:14px;font-weight:700;color:var(--dark-navy);white-space:nowrap}.quote-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;color:var(--muted-text)}.quote-empty-icon{width:60px;height:60px;margin-bottom:16px;opacity:.25}.quote-empty-state p{font-size:14px;line-height:1.6}.quote-panel-footer{padding:18px 22px;border-top:1px solid var(--border-color);background-color:var(--off-white);flex-shrink:0}.quote-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.quote-subtotal-label{font-size:13px;color:var(--muted-text);font-weight:500}.quote-subtotal-amount{font-family:var(--font-headings);font-size:18px;font-weight:700;color:var(--brand-green)}.quote-checkout-btn{width:100%;padding:13px 20px;font-size:15px;border-radius:var(--radius-sm)}.quote-cart-btn{position:relative}.quote-cart-badge{position:absolute;top:-7px;right:-7px;background-color:var(--brand-green);color:var(--white);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;pointer-events:none}.product-price-tag{font-family:var(--font-headings);font-size:13px;font-weight:600;color:var(--brand-green);margin-bottom:8px;display:block}.product-quote-row{display:flex;align-items:center;gap:8px;margin-top:6px}.product-qty-control{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.product-qty-btn{width:30px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--off-white);border:none;cursor:pointer;font-size:18px;color:var(--text);transition:var(--transition-fast)}.product-qty-btn:hover{background-color:var(--light-green);color:var(--brand-green)}.product-qty-input{width:44px;height:36px;text-align:center;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);background-color:var(--white);outline:none;-moz-appearance:textfield}.product-qty-input::-webkit-inner-spin-button,.product-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-to-quote-btn{flex:1;height:36px;padding:0 10px;font-size:13px;min-width:0}.add-to-quote-btn.added{background-color:var(--light-green);color:var(--brand-green);border:1px solid rgba(15,138,75,.3)}@media(max-width:479px){.quote-panel-content{width:100%}}.float-quote{background-color:var(--brand-green);display:none}@media(max-width:991px){.float-quote{display:flex}}.store-chip-mobile{width:100%;justify-content:center;background:#fff4eb}.mobile-nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-nav-toggle.active span:nth-child(2){opacity:0}.mobile-nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-8px)}body.store-body{background:#f8faf9}.store-header{background:#ffffffeb;box-shadow:0 10px 28px #0f8a4b0f}.store-header .header-container{max-width:none!important;padding-left:48px!important;padding-right:48px!important}.store-logo{height:44px;width:148px;object-fit:contain;mix-blend-mode:multiply}.store-header nav{display:block}.store-page{padding-top:100px}.store-hero{background:#fff;border-bottom:1px solid var(--border-color)}.store-hero img{width:100%;height:auto;display:block}.store-shell{display:grid;grid-template-columns:245px minmax(0,1fr) 260px;width:calc(100% - 48px);margin:18px auto 28px;min-height:calc(100vh - 108px);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:#fff}.store-sidebar,.store-quote{position:sticky;top:108px;height:calc(100vh - 108px);overflow:auto;background:#fff}.store-sidebar{border-right:1px solid var(--border-color);padding:20px 18px}.store-quote{border-left:1px solid var(--border-color);padding:20px 24px}.category-title{color:var(--muted-text);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin:0 10px 14px}.category-list{display:grid;gap:6px}.category-btn{width:100%;border:0;background:transparent;border-radius:8px;color:var(--dark-navy);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;text-align:left;font:inherit;font-size:15.5px;font-weight:800;line-height:1.35}.category-btn:hover{background:var(--off-white);color:var(--brand-green)}.category-btn.active{background:#e9f8ee;color:var(--brand-green);box-shadow:inset 4px 0 0 var(--brand-green)}.category-count{color:var(--muted-text);font-size:13px;font-weight:900}.store-main{min-width:0;background:#fff}.store-toolbar{position:sticky;top:21px;z-index:20;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:10px 34px;border-bottom:1px solid var(--border-color);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-toolbar h1{font-size:22px;margin:0;line-height:1.1}.store-toolbar p{line-height:1;margin-bottom:4px}.store-search{width:min(330px,100%);border:1px solid var(--border-color);border-radius:999px;padding:9px 14px;font:inherit;outline:none}.store-search:focus{border-color:var(--brand-green);box-shadow:0 0 0 4px #0f8a4b1f}.product-list{display:grid}.product-row{display:grid;grid-template-columns:118px minmax(0,1fr) 168px;gap:20px;align-items:center;padding:20px 34px;border-bottom:1px solid var(--border-color);transition:background .16s ease}.product-row:hover{background:#fbfdfb}.product-media{display:flex;align-items:center;justify-content:center;height:96px;border-radius:8px;background:linear-gradient(135deg,#f2fbf5,#fff)}.product-media img{max-width:90%;max-height:90%;object-fit:contain}.product-info h2{font-size:18px;margin:0 0 10px}.product-info p{color:var(--muted-text);font-size:14px;margin:0 0 14px}.product-specs{display:flex;flex-wrap:wrap;gap:8px}.product-specs span{background:var(--off-white);border-radius:999px;color:var(--text);font-size:12px;font-weight:700;padding:6px 10px}.product-buy{display:grid;justify-items:end;gap:14px}.product-price{text-align:right}.product-price strong{color:var(--dark-navy);font-size:19px}.product-price small{color:var(--muted-text)}.add-quote{border:1px solid var(--brand-green);background:#fff;color:var(--brand-green);cursor:pointer;border-radius:8px;padding:10px 13px;font-weight:800}.add-quote:hover{background:var(--brand-green);color:#fff}.quote-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding-bottom:14px;border-bottom:1px solid var(--border-color)}.quote-title h2{font-size:22px;margin:0}.quote-clear{background:none;border:none;cursor:pointer;color:var(--accent-blue);font-size:13px;text-decoration:underline;font-family:inherit;padding:0}.quote-clear:hover{color:var(--brand-green)}.quote-empty{min-height:360px;display:grid;place-items:center;text-align:center;color:var(--muted-text)}.quote-empty-icon{width:56px;height:56px;margin:0 auto 12px;border-radius:16px;display:grid;place-items:center;background:var(--off-white);color:#9ca3af}.quote-items{display:grid;gap:0;margin-top:4px}.qi-img{width:58px;height:58px;flex-shrink:0;object-fit:contain;background:var(--off-white);border-radius:8px;padding:6px}.qi-body{flex:1;min-width:0}.qi-name{font-size:13px;font-weight:700;color:var(--dark-navy);line-height:1.3;margin-bottom:3px}.qi-unit-price{font-size:12px;color:var(--muted-text);margin-bottom:10px}.qi-controls{display:flex;align-items:center;justify-content:space-between;gap:8px}.qi-stepper{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.qi-stepper-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:16px;color:var(--text)}.qi-stepper-btn:hover{background:var(--light-green);color:var(--brand-green)}.qi-qty{min-width:38px;height:26px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);padding:0 4px}.qi-total{font-size:14px;font-weight:800;color:var(--dark-navy);white-space:nowrap}.quote-subtotal{border-top:1px solid var(--border-color);margin-top:14px;padding-top:14px;display:flex;justify-content:space-between;align-items:center}.quote-subtotal-label{font-size:13px;color:var(--muted-text)}.quote-subtotal-amount{font-size:18px;font-weight:800;color:var(--brand-green);font-family:var(--font-headings)}.quote-actions{display:none;margin-top:14px;gap:10px}.quote-actions.active{display:grid}.checkout-form{display:none;gap:10px;margin-top:16px}.checkout-form.active{display:grid}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid var(--border-color);border-radius:8px;padding:11px 12px;font:inherit}.checkout-form textarea{min-height:80px;resize:vertical}@media(max-width:1200px){.store-shell{grid-template-columns:230px minmax(0,1fr)}.store-quote{position:static;grid-column:1 / -1;height:auto;max-height:none;border-top:1px solid var(--border-color);border-left:0}.quote-empty{min-height:180px}}@media(max-width:991px){.store-page{padding-top:20px}.store-toolbar{top:0}}@media(max-width:760px){.store-page{padding-top:20px}.store-shell{display:block;width:calc(100% - 20px);margin:10px auto 20px}.store-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--border-color);overflow:visible}.category-list{display:flex;overflow-x:auto;padding-bottom:6px}.category-btn{min-width:170px}.store-toolbar{position:static;display:grid;padding:18px 22px}.product-row{grid-template-columns:92px 1fr;padding:18px 22px}.product-buy{grid-column:1 / -1;justify-items:stretch;grid-template-columns:1fr auto;align-items:center}.product-price{text-align:left}.store-quote{position:static;height:auto;border-left:0;border-top:1px solid var(--border-color)}.quote-empty{min-height:130px}}@media(max-width:520px){.store-page{padding-top:20px}.store-toolbar{gap:12px;padding:14px}.store-search{width:100%}.product-row{grid-template-columns:78px 1fr;gap:14px;padding:16px 14px}.product-media{height:78px}.product-info h2{font-size:15px}.product-info p{font-size:13px;margin-bottom:10px}.product-buy{grid-template-columns:1fr}.add-quote{width:100%}.store-quote{padding:16px}}
